@charset "UTF-8";
#t3-header{
	padding:0;
}
.tmc-loginbox-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    display: none;
    height: 140%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}
.tmc-loginbox-wrapper {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    font-size: 14px;
    left: 50%;
    line-height: 18px;
    margin-left: -350px;
    opacity: 0;
    padding: 40px;;
    position: absolute;
    top: 70px;
    width: 700px;
	text-align:left;
}
.tmc-loginbox-form{
	width:50%;
	float:left;
	padding:0 40px 0 0;
	border-right:1px solid #999;
}
.tmc-loginbox-form input{
	height:auto;
	border-radius:0;
	background:#eee;
}
.tmc-loginbox-right{
	float:left;
	width:50%;
	padding:0 0 0 40px;
}
.tmc-close-reveal-modal {
    color: #ff0000;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0.5rem;
}
.tmc-close-reveal-modal:hover{
    text-decoration: none !important;
}

.tmc-loginbox-wrapper label{
	display:inline-block;
	padding-bottom:5px;
	font-weight:100;
}
.tmc-loginbox-wrapper h2{
	margin-top:0;
	margin-bottom:30px;
	font-size: 20px;
    font-weight: 900;
	padding-bottom:4px;
}
.tmc-loginbox-wrapper #form-login-remember{
	margin-bottom:30px;
	font-size:12px;
}
.tmc-loginbox-wrapper #login-form #form-login-links{
	list-style-type:none;
	padding-left:0;
	font-size:12px;
}
.tmc-mem-menu{
	margin-right:-1px;
}
.tmc-mem-tooltip-menu{
	position:absolute;
	right:0;
	display:none;
	width:220px;
	text-align:left;
	z-index:100;
}
.tmc-mem-tooltip-menu:before{
	border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: " ";
    height: 0;
    display: inline-block;
    margin: 0;
    position: relative;
    right: -190px;
    text-align: right;
    top: 6px;
    z-index: 1000;
}
.tmc-mem-menu-container{
	position:relative;
}
.tmc-mem-menu-container:hover .tmc-mem-login, .tmc-mem-menu-container.Members.Area .tmc-mem-login{
	background: #24408e none repeat scroll 0 0;
    color: #fff;
}
.tmc-mem-menu-container:hover .tmc-mem-tooltip-menu{
	display:block;
}
.tmc-mem-tooltip-menu > .tmc-members-menu > li{
	background:#fff;
	border-top:1px solid #b2b2b2;
}
.tmc-mem-tooltip-menu > .tmc-members-menu > li > a{
	color:#000;
}
.tmc-mem-tooltip-menu .tmc-members-menu > li:hover{
	background:#24408e;
}
.tmc-mem-tooltip-menu > .tmc-members-menu > li:hover > a{
	color:#fff;
}
.tmc-mem-login:after{
	font-family: 'Linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height:20px;
	margin-left:6px;
}
.tmc-mem-logout:after{
	content: "\e95a";
}
.tmc-mem-menu:after{
	content: "\e939";
}
.tmc-mem-menu-container:hover .tmc-mem-menu:after{
	content: "\e93a";
}
@media screen and (max-width: 1199px) {
	
@media screen and (max-width: 991px) {
	
}
@media screen and (max-width: 767px) {
	.tmc-loginbox-wrapper{
		margin-left:0;
		left:0;
		width:100%;
	}
	.tmc-loginbox-wrapper #form-login-remember input{
		float:left;
		position:relative;
		width:auto;
		margin-left:10px;
	}
	.tmc-loginbox-wrapper #form-login-remember label{
		float:left;
		padding:0;
	}
}
@media screen and (max-width: 550px) {
	.tmc-loginbox-wrapper .tmc-loginbox-form{
		width:100%;
		border-right:0;
		padding:0;	
	}
	.tmc-loginbox-wrapper .tmc-loginbox-right{
		width:100%;
		padding:0;	
	}
	.tmc-loginbox-wrapper{
		top:0 !important;
	}
}