/**
 * Last Mod: 2018-06-19 22:51:41 | Drew @ www.dreamdesignsweb.com
*/
body {
	color: #333;
	font-family: 'Ubuntu', arial,tahoma;
	/*font-weight: 500;*/
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	background: #333;
}
h1, h2, h3, h4, h5 {
	position: relative;
	box-sizing: border-box;
	line-height: 1.10em;
}
h1 {
	font-size: 32px;
	font-weight: normal;
	color: #663;
	margin: 0 0 20px 0;
	padding: 0;
}
h1 em {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 27px;
	font-weight: normal;
	color: #663;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	color: #663;
}
div, fieldset {
	position: relative;
	box-sizing: border-box;
}
fieldset {
	padding: 5px;
	margin: 5px;
	border: solid 1px #c0c0c0;
	border-radius: 5pt;
}
input[type='text'], input[type='password'], input[type='email'] {
	box-sizing: border-box;
	padding: 8px 10px;
	font-size: 14px;
	border: solid 1px #c0c0c0;
	border-bottom: solid 1px #a0a0a0;
	outline: none;
	color: #606060;
}
input[type='text']:focus, input[type='number']:focus {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
input[type='radio'], input[type='checkbox'] {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
input:-ms-input-placeholder {
	color: #b0b0b0;
}
input::-webkit-input-placeholder {
	color: #b0b0b0;
} 
input::-moz-placeholder {
	color: #b0b0b0;
	opacity: 1;
}
select {
	box-sizing: border-box;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	border: solid 1px #c0c0c0;
	border-bottom: solid 1px #a0a0a0;
	outline: none;
	color: #b0b0b0;
}
option {
	color: #606060;
}
option:first-child {
	color: #b0b0b0;
}
button {
	padding: 5px 8px 5px 8px;
	border: solid 1px #c0c0c0;
	border-bottom: solid 1px #a0a0a0;
	outline: none;
}
button:hover {
	cursor: pointer;
}
textarea {
	padding: 5px;
	border: solid 1px #c0c0c0;
	border-bottom: solid 1px #a0a0a0;
	outline: none;
}
input.inputError,
select.inputError,
textarea.inputError {
	border: solid 1px #f33;
	background-color: #fcc;
}
label.error {
	border: solid 1px #f33;
	color: #f00;
	padding: 4px;
}
a {
	color: #f70;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}
a, img, input, select, textarea {
	outline: none;
}
a > img {
	border: none; /* IE10 bug */
}
form {
	margin: 0;
	padding: 0;
}
ul {

}
li {
	padding-bottom: 5px;
}

div.button,
a.button {
	display: inline-block;
	padding: 4px 10px 4px 10px;
	background-color: #e0e0e0;
	border: solid 1px #c0c0c0;
	border-bottom: solid 1px #a0a0a0;
	border-radius: 3pt;
	text-decoration: none;
	color: inherit;
}
div.button:hover,
a.button:hover {
	cursor: pointer;
	border: solid 1px #a0a0a0;
	border-bottom: solid 1px #707070;
	box-shadow: 0pt 0pt 2pt rgba(0, 0, 0, 0.3);
}
.footnote {
	font-size: 10px;
	font-weight: normal;
}
.clearAll {
	position: relative;
	height: 0;
	clear: both;
}
.errorMsg {
	margin: 0;
	padding: 5px;
	color: #f00;
	font-size: 12px;
}
.successMsg {
    margin: 0;
    padding: 5px;
    color: green;
    font-size: 12px;
}

/**
* Framework
*/
#header {
	position: fixed;
	width: 100%;
	min-height: 60px;
	z-index: 99;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
#header .wrapperHamburgerIcon {
	display: none;
	float: left;
	margin: 15px 70px 0 10px;
	font-size: 12px;
	color: #808080;
}
nav.headerDef {
	border-bottom: solid 1px #960;
	background-color: #f90;
}
.headerInner {
	min-width: 770px;
	max-width: 1100px;
	min-height: 60px;
	margin: 0 auto;
}
.headerInner .logo {
	position: relative;
	float: left;
	bottom: -6px;
}
.mainMenuMobile {
	position: fixed;
	display: none;
	width: 200px;
	height: auto;
	top: 0;
	left: -201px;
	bottom: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.95);
	z-index: 999;
}
.mainMenuMobile > div {
	text-transform: uppercase;
	padding: 10px 10px 0 10px;
}
.mainMenuMobile ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	font-weight: normal;
	font-size: 14px;
}
.mainMenuMobile ul li {
	border-bottom: solid 1px #303030;
}
.mainMenuMobile ul li a {
	display: block;
	text-decoration: none;
	width: auto;
	padding: 8px 0 8px 0;
}
.memberBannerNotice {
	position: absolute;
	top: -1px;
	left: calc(50% - 105px);
	padding: 0 12px 2px;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 0;
	color: #fff;
	background-color: #333;
	opacity: 0.20;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#mobileMenuCover {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 998;
	background: rgba(255, 255, 255, 0.5);
}

.mainMenu {
	float: right;
	min-height: 60px;
}
.mainMenu > .tab {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin-top: 35px;
	padding: 0;
}
.mainMenu > .tab:hover {
	cursor: pointer;
	text-decoration: underline;
}
.mainMenu > .tab > a {
	position: relative;
	display: block;
	height: 100%;
	text-decoration: none;
	color: inherit;
	padding: 5px 7px 8px 7px;
}
.mainMenu kbd {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 0;
	height: 15px;
	margin-top: 43px;
	border-left: solid 1px #fff;
}
.mainMenu .tabActive {
	color: #444;
}
.mainMenu .tabActive::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	content: "";
	width: 24px;
	height: 7px;
	margin: 0 auto;
	background: url('../images/navi_pointer.png') center bottom no-repeat;
}
.wrapperSubmenu {
	position: absolute;
	display: none;
	top: 39px;
	left: -10px;
	z-index: 2;
	padding: 0 10px 10px;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	line-height: 1.15rem;
}
.wrapperSubmenu ul {
	position: relative;
	display: block;
	min-width: 120px;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
	border: solid 1px #c0c0c0;
	border-top: none;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.wrapperSubmenu ul::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #f9f9f9;
}
.wrapperSubmenu li {
	margin: 0;
	padding: 3px 0 0 10px;
	border-bottom: dotted 1px #e0e0e0;
}
.wrapperSubmenu li a {
	text-decoration: none;
	color: inherit;
}
.wrapperSubmenu li:hover {
	background-color: #fff;
}
.mainMenu .tab:hover .wrapperSubmenu {
	display: block;
}
/* Alternate header (customer areas) */
nav.headerAlt {
	border-bottom: solid 1px #000;
	background: none;
	background-color: #f90;
}
nav.headerAlt .mainMenu .tab {
	color: #eee;
}
nav.headerAlt .mainMenu > .tab:hover {
	color: #eee;
	/*background-color: #888;*/
}
nav.headerAlt .mainMenu kbd {
	border-left: solid 1px #eee;
}
nav.headerAlt .mainMenu .tabActive {
	/*background-color: #666;*/
	color: #444;
	box-shadow: none;
}
nav.headerAlt .mainMenu .wrapperSubmenu ul, 
nav.headerAlt .mainMenu .wrapperSubmenu ul::before {
	/*background-color: #888;*/
}
nav.headerAlt .mainMenu .wrapperSubmenu li:hover {
	color: #666;
}

#subheader {
	width: 100%;
	max-width: 100%;
	padding-top: 70px;
	background-color: #333;
	overflow: hidden;
}
.subheaderInner {
	margin: 0 auto;
	width: 1100px;
}
.subheaderInner > h1 {
	color: #fff;
	padding-top: 20px;
}

.wrapperFooter {
	width: 100%;
	min-height: 70px;
	color: #fff;
}
.footerMenu {
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff;
}
.footerMenu a {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
.footerMenu a:hover {
	text-decoration: underline;
}
.footerMenu kbd {
	padding: 0 1px 0 1px;
	vertical-align: top;
}
.disclaimFoot {
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
}

#socialWidget {
	position: fixed;
	left: 0;
	top: 25%;
	width: 35px;
	min-height: 35px;
	z-index: 9990;
}
#socialWidget .socialIcon {
	position: relative;
	display: block;
	line-height: 0;
	margin-bottom: 3px;
}
#socialWidget .socialIcon:last-child {
	margin-bottom: 0;
}
#socialWidget .socialIcon:hover {
	cursor: pointer;
}
#socialWidget .socialIcon img {
	width: 35px;
	opacity: 0.85;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}
#socialWidget .socialIcon:hover img {
	opacity: 1;
}

/** Adsense rules **/
.adsenseBanner {
	padding: 15px 0 10px 0;
	text-align: center;
}
/* scrollToTop */
.scrollToTop{
   width:40px;
   height: 40px;
   background-image: url('../images/arrow.png');
   position:fixed;
   right:30px;
   bottom:30px;
   display:none;
   z-index: 999;
}
.topSignUp {
    position: absolute;
    top: 0;
    right: 72px;
    padding: 2px 10px;
    text-decoration: none;
    font-size: 13px;
	text-transform: uppercase;
    color: #fff;
    background-color: #4c4;
    border-bottom: solid 1px #404040;
    border-bottom-left-radius: 3pt;
    border-bottom-right-radius: 3pt;
    z-index: 999;
}
.clientLogin, .clientLogout, .clientProfile {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 10px;
    text-decoration: none;
    font-size: 13px;
	text-transform: uppercase;
    color: #fff;
    background-color: #973;
    border-bottom: solid 1px #404040;
    border-bottom-left-radius: 3pt;
    border-bottom-right-radius: 3pt;
    z-index: 999;
}
.clientLogin:hover, .clientLogout:hover, .topSignUp:hover, .clientProfile:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #663;
}
.clientLogout {
	right: 0;
}
.clientProfile{
    right: 85px;
}

/* Login dialogue */
.modalLogin {
	display: none;
	width: 100%;
	padding: 0 5px;
}
.modalLogin .normalLoginSet {
	text-align: center;
	padding-bottom: 20px;
}
.modalLogin .loginInput {
	width: 213px;
	padding: 5px 6px 4px 6px;
	vertical-align: middle;
}
.modalLogin .loginInput_pass {
	width: 120px;
}
.modalLogin button {
	margin-left: 4px;
	vertical-align: middle;
}
.modalLogin .errorLogin {
	display: none;
	font-size: 12px;
	color: #f00;
	margin: 0;
	padding: 10px;
}
.modalLogin .divider {
	width: 100%;
	height: 0;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	line-height: 0;
	border-bottom: solid 1px #c0c0c0;
}
.modalLogin .divider span {
	position: relative;
	display: inline-block;
	padding: 5px 12px;
	margin-top: -4px;
	line-height: 0;
	background-color: #fff;
}
.modalLogin .socialLoginSet {
	width: 100%;
	min-height: 50px;
	margin: 30px 0 0;
}
.modalLogin .socialLoginSet > div {
	min-height: 50px;
	text-align: center;
}
.modalLogin .socialLoginSet .loginFB::after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	height: 0;
	width: 300px;
	border-top: solid 1px #c0c0c0;
}
.modalLogin .socialLoginSet .errorLoginFB {
	padding-top: 0;
}
.modalLogin .socialLoginSet .fbLoginButton {
	width: 240px;
	height: 40px;
	margin: 0 auto;
	cursor: pointer;
}
.modalLogin .socialLoginSet .fbLoginButton img {
	vertical-align: middle;
	outline: none;
	border: none;
}
.ModalBox .modalLogin {
	display: block;
}


/* Tooltip */
.ddTooltip {
	position: absolute;
	display: none;
	box-sizing: border-box;
	min-width: 150px;
	width: auto;
	max-width: 300px;
	min-height: 20px;
	padding: 5px;
	font-size: 12px;
	color: #000;
	background-color: #fc5;
	border: solid 1px #f50;
	border-radius: 6px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.ddTooltipLeftHand::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 8px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 11px solid transparent;
	border-top: 10px solid #f50;
}
.ddTooltipLeftHand::after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 9px solid #fc5;
}
.ddTooltipRightHand::before {
	content: "";
	position: absolute;
	bottom: -10px;
	right: 8px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 11px solid transparent;
	border-top: 10px solid #f50;
}
.ddTooltipRightHand::after {
	content: "";
	position: absolute;
	bottom: -9px;
	right: 11px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 9px solid #fc5;
}
.ddTooltipExit {
	position: absolute;
	top: -14px;
	right: -8px;
	font-size: 20px;
	z-index: 2;
	color: #a52;
	cursor: pointer;
}
.ddTooltipExit::before {
	position: relative;
	display: inline-block;
	content: '\f00d';
	font-family: 'FontAwesome';
	vertical-align: middle;
}

/* Tooltip override */
.tooltipster-content {
	font-size: 12px;
}


/* Mobile */
@media (max-width: 640px) {
	#header,
	.headerInner {
		min-height: 50px;
	}
}


