@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    /*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'CenturyGothicRegular';
	color: #333333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
	height: 100%;
}
html {
    height: 100%;
    background: #fff;
    /*min-width:768px;*/
    /*visibility:hidden;*/
}

.clear {clear: both; height: 0;}
.clear.h10 {height: 10px;}

.txtRed, p.txtRed {color: #FF3333;}
.txtBlue, p.txtBlue {color: #008ca9;}
.txtRight {text-align: right;}



.col-md-12 {float:left;}
.col-sm-12 {float:left;}
.col-xs-12 {float:left;}
.txt11 {font-size: 11px;}

input {outline: none!important;}
input.textField {
	border: 0px;
	background: #FFFFFF;
	padding: 8px 10px;
	font-family: 'CenturyGothicRegular';
	font-size: 11px;
	color: #000000;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	outline:none;
}

input:disabled {opacity:0.3;} 



textarea::-webkit-input-placeholder {color: #666666!important; font-style: italic!important;}
textarea:-moz-placeholder {color: #666666!important; font-style: italic!important;}
textarea::-moz-placeholder {color: #666666!important; font-style: italic!important;}
textarea:-ms-input-placeholder {color: #666666!important; font-style: italic!important;}


textarea {
	border: 0px;
	background: #FFFFFF;
	padding: 8px 10px;
	font-family: 'CenturyGothicRegular';
	font-size: 11px;
	color: #000000;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	resize: none;
	
	outline:none;
}

/* */

input[type="checkbox"] {
	display:inline-block;
	width:15px;
	height:19px;
	vertical-align:middle;
	background:url(../images/checkbox.png) 0px 0px no-repeat;
	cursor:pointer;
	border:0px;
	-webkit-appearance: none;
	outline: none;
	margin: 2px 0 0 0;
}
input[type="checkbox"]:checked  {
	background:url(../images/checkbox.png) 0px -19px no-repeat;
}

input[type="radio"] {
	display:inline-block;
	width:15px;
	height:19px;
	vertical-align:middle;
	background:url(../images/radio.png) 0px 0px no-repeat;
	cursor:pointer;
	border:0px;
	-webkit-appearance: none;
	outline: none;
	margin: 2px 0 0 0;
}
input[type="radio"]:checked  {
	background:url(../images/radio.png) 0px -19px no-repeat;
}


/* HEADER            */ /******************************/ /* START */

#header {
	/*height: 160px;*/
}
@-moz-document url-prefix() {
	#header {height: 170px;}	
	#top_menu .nav-pills {
		padding-top:85px!important;
	}
}
#header .inner {
	/*position: fixed;*/ /* for JS functionality */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
}
#header .inner .top {
	/*border-top: 7px solid #080808;*/
	height: 30px!important;
	padding: 5px 0;
	text-align: right;
	line-height: 30px;
	position: relative;
	z-index: 1001;
}

#header .inner .top .cart {
	width: 36px;
	height: 28px;
	line-height: 38px;
	overflow: hidden;
	display: inline-block;
	background: url(../images/icon-cart.png) no-repeat center center;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	font-family: 'BlockBertholdRegular';
	vertical-align: text-top;
	margin: -7px 20px 0 0;	
}
#header .inner .top a:hover {text-decoration: none;}
#header .inner .top a.myAccount {
	margin: 5px -15px 0 0;
	padding: 0 15px 0 0;
	background: url(../images/arr-account-1.jpg) no-repeat right;
	float: right;
	font-family: 'CenturyGothicBold';
	font-size: 14px;
	color: #008ca9;
	text-transform: uppercase;
	text-decoration: none;
}

/* */

#header .inner .top .notSigned {
	position: absolute;
	width: 100%;
	top: 50px; right: 0px;
	z-index: 7000;	
	display: none;
} 
#header .inner .top .notSigned .menuBox {
	width: 280px; margin: 0 -15px 0 0;
	height: 194px;
	position:relative;
	/*background: #FFFFFF;*/
	background: #e1e1e1;
	text-align: left;
	padding: 10px 10px 18px 10px;
	/*border: 1px solid #000000;*/
	border: 1px solid #e1e1e1;
	float: right;
}
#header .inner .top .notSigned .menuBox .arr {
	width: 10px; height: 6px; display: block;
	/*background: url(../images/arr-black-top.gif);*/
	/*position: absolute; top: -6px; right:0px;*/
	background: url(../images/arr-grey-top.gif);
	position: absolute; top: -7px; right: -1px;
}
#header .inner .top .notSigned .menuBox ul {list-style: none; margin:0 20px;}
#header .inner .top .notSigned .menuBox ul li {padding:0 0; margin: 0; line-height: normal;}
#header .inner .top .notSigned .menuBox ul li a {
	font-family: 'CenturyGothicRegular';
	font-size: 14px;
	color: #000000;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0;
	display: block;
}
#header .inner .top .notSigned .menuBox ul li a:hover {/*color: #FF3333;*/ border-bottom: 1px solid #cccccc;}

/* */

#header .inner .top .signedIn {
	position: absolute;
	width: 100%;
	top: 48px; right: 0px;
	z-index: 7001;
	display: none;	
} 
#header .inner .top .signedIn .menuBox {
	width: 280px; margin: 0 -15px 0 0;
	position:relative;
	background: #e1e1e1;
	text-align: left;
	padding: 10px 10px 18px 10px;
	border: 1px solid #e1e1e1;
	float: right;
}
#header .inner .top .signedIn .menuBox .arr {
	width: 10px; height: 6px; display: block;
	background: url(../images/arr-grey-top.gif);
	position: absolute; top: -7px; right: -1px;
}
#header .inner .top .signedIn .menuBox ul {list-style: none; margin:0 20px; padding: 13px 0 0 0;}
#header .inner .top .signedIn .menuBox ul li {padding:0 0; margin: 0; line-height: normal; color: #008ca9!important;}
#header .inner .top .signedIn .menuBox ul li.name {padding: 0 0 8px 0; font-family: 'CenturyGothicItalic'; color: #008ca9;}
#header .inner .top .signedIn .menuBox ul li em {color: #008ca9!important;}
#header .inner .top .signedIn .menuBox ul li a {
	font-family: 'CenturyGothicRegular';
	font-size: 14px;
	color: #000000;
	border-bottom: 1px solid #e1e1e1;
	padding: 7px 0;
	display: block;
}
#header .inner .top .signedIn .menuBox ul li a:hover {/*color: #FF3333;*/ border-bottom: 1px solid #cccccc;}

/* */


#logo {
	margin: 0 -15px;
	width: 480px;
	height: 130px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#logo img {width: 100%; height: auto;}

.fixed .inner {border-bottom: 1px solid #333333;}
.fixed #logo {
	width: 185px;
	height: 50px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Navigation */

#top_menu {
	float: right;
}
#top_menu .navbar-collapse {padding: 0px;}
#top_menu .nav-pills {
    padding-top: 90px;
    margin-bottom: 0;
	margin-right:-15px;
    -webkit-transition: padding-top 0.3s ease;
    -moz-transition: padding-top 0.3s ease;
    -o-transition: padding-top 0.3s ease;
    transition: padding-top 0.3s ease;
	margin-left :0;
}
.fixed #top_menu .nav-pills {
    padding-top: 30px;	
}
#top_menu .nav-pills > li {
    list-style: none;
	margin: 0;
}
#top_menu .nav-pills li:hover {background: #e1e1e1;}

#top_menu .nav-pills > li:last-child > a {}
#top_menu .nav-pills > li a:hover {
}
#top_menu .nav-pills > li.dropdown:hover ul.dropdown-menu {
    display: block;
}
#top_menu .nav-pills > li > a {
    text-transform: uppercase;
	padding: 0;
    margin: 0 15px;
    color: #333333;
	line-height:40px;
	font-size: 13px;
	font-family: 'CenturyGothicBold';
	letter-spacing: 1px;
	text-shadow: none;
}
#top_menu .nav-pills > .active {}
#top_menu .nav-pills > .active > a, #top_menu .nav-pills > li > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    border-radius: 0;
    /*color: #ee3124;*/
	background: none;
}
#top_menu .nav-pills .open .dropdown-toggle {
    background: #0eae9b;
    border-radius: 0;
    color: #fff;
}

.nav-pills .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
}

.navbar {
	background: none;
	box-shadow: none;
	border: 0;
	margin: 0px;
}
.navbar .navbar-btn {
    background-image: none;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: none;
}
.navbar .navbar-btn:hover {
    background-color: #ffffff;
}
.navbar .navbar-btn .icon-bar {
    background-color: #cccccc;
    width: 23px;
    height: 4px;
    border-radius: 2px;
}
.menu-btn-name {
    float: right;
    color: #000000;
    display: block;
    padding-left: 32px;
	line-height: 20px;
}

/* *** */

#navScroll {
	position:fixed;
	width:100%;	
	top:0px;
	z-index:2;
	display:none;
}
#navScroll .inner {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
}
#navScroll .inner .top {
	height: 50px!important;
	padding: 5px 0 5px 0;
	text-align: right;
	line-height: 30px;
	position: relative;	
}

#navScroll .inner .top .cart {
	width: 36px;
	height: 28px;
	line-height: 38px;
	overflow: hidden;
	display: inline-block;
	background: url(../images/icon-cart.png) no-repeat center center;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	font-family: 'BlockBertholdRegular';
	vertical-align: text-top;
	margin: -7px 20px 0 0;	
}
#navScroll .inner .top a:hover {text-decoration: none;}
#navScroll .inner .top a.myAccount {
	margin: 5px -15px 0 0;
	padding: 0 15px 0 0;
	background: url(../images/arr-account-1.jpg) no-repeat right;
	float: right;
	font-family: 'CenturyGothicBold';
	font-size: 14px;
	color: #008ca9;
	text-transform: uppercase;
	text-decoration: none;
}

#navScroll .inner .bottom {
	background: #008ca9;
	height: 60px;
}

#scroll_menu {
	float: right;
}
#scroll_menu .navbar-collapse {padding: 0px;}
#scroll_menu .nav-pills {
    padding-top: 0px;
    margin-bottom: 0;
	margin-right:-15px;
    -webkit-transition: padding-top 0.3s ease;
    -moz-transition: padding-top 0.3s ease;
    -o-transition: padding-top 0.3s ease;
    transition: padding-top 0.3s ease;
	margin-left :0;
}

#scroll_menu .nav-pills > li {
    list-style: none;
	margin: 0;
}
#scroll_menu .nav-pills li:hover {background: #e1e1e1;}
#scroll_menu .nav-pills li:hover a {color: #008ca9;}

#scroll_menu .nav-pills > li:last-child > a {}
#scroll_menu .nav-pills > li a:hover {
}
#scroll_menu .nav-pills > li.dropdown:hover ul.dropdown-menu {
    display: block;
}
#scroll_menu .nav-pills > li > a {
    text-transform: uppercase;
	padding: 0;
    margin: 20px 15px 0 15px;
    color: #FFFFFF;
	line-height:40px;
	font-size: 13px;
	font-family: 'CenturyGothicBold';
	letter-spacing: 1px;
	text-shadow: none;
}
#top_menu .nav-pills > .active {}
#scroll_menu .nav-pills > .active > a, #scroll_menu .nav-pills > li > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    border-radius: 0;
    /*color: #ee3124;*/
	background: none;
}
#scroll_menu .nav-pills .open .dropdown-toggle {
    background: #0eae9b;
    border-radius: 0;
    color: #fff;
}


/* HEADER            */ /******************************/ /* END   */




/* FOOTER            */ /******************************/ /* START */
#footer {
	min-height: 220px;
	background-color: #262626;
}

#footer .codedBy {
	font-family: 'CenturyGothicItalic';
	font-size: 10px;
	color: #333333;
	margin: -20px 0 0 0;
	text-align: right;
}
#footer .codedBy a {color: #333333; text-decoration:none; font-family: 'CenturyGothicItalic';}
#footer .codedBy a:hover {color: #FF3333;}

/* */

#footer .box {
	color: #FFFFFF;
	font-family: 'CenturyGothicRegular';
	font-size: 11px;
	letter-spacing: 1px;
	padding: 35px 0 0 0;
}
#footer .box h5 {
	color: #FFFFFF;
	font-family: 'BlockBertholdCondensedRegular';
	font-size: 24px;
	padding: 0; margin: 0 0 10px 0;
}
#footer .box p {margin: 0px; padding: 0px; font-family: 'CenturyGothicRegular'; font-size: 11px; color: #FFFFFF;}
#footer .box a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'CenturyGothicRegular';
	font-style: italic;
}
#footer .box a:hover {color: #ee3124;}
#footer .box ul {list-style: none;}
#footer .box ul li {padding: 0 0 3px 0;}
/* */
#footer .box.info {margin: 0 0 0 -15px; padding-right: 55px;}
#footer .box.jobs {margin: 0 0 0 15px;}
#footer .box.jobs a {white-space:nowrap;}
#footer .box.resources {margin: 0 0 0 -30px;}
#footer .box.connect {margin: 0 0 0 -45px;}
#footer .box.company {margin: 0 0 0 5px;}
#footer .box.email {margin: 0 0 0 10px;}
#footer .box.email p {font-style: italic;}

#footer form {padding:5px 0 0 0;}
#footer form:before, #footer form:after {display: table; content: " ";}
#footer form:after {clear: both;}
#footer form:before, #footer form:after {display: table; content: " ";}
#footer form:after {clear: both;}

#footer input.textField {width:155px;}
#footer input.btn {
	background: url(../images/arr-round-1.png) no-repeat right;
	height:20px; line-height:20px;
	padding:0 30px 0 0;
	margin:7px 0 0 0;
	font-family: 'BlockBertholdCondensedRegular';
	letter-spacing: 1px;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 0;
	outline:none;
	float:right;
}
#footer input.btn:hover {
	background: url(../images/arr-round-2.png) no-repeat right;
	color: #ff0000;
}
/* OLD ICONS */
/*
[class^="iconF-"], [class*=" iconF-"] {
	display:inline-block;
	width:20px;
	height:20px;
	margin-top:1px;
	margin-right:3px;
	line-height:20px;
	vertical-align:text-top;
	background-image:url(../images/icons-footer.png);
	background-repeat:no-repeat;
}

.iconF-fb    {background-position:   0px   0px;}
.iconF-tw    {background-position: -20px   0px;}
.iconF-pi    {background-position: -40px   0px;}
.iconF-ig    {background-position: -60px   0px;}
*/

[class^="iconF-"], [class*=" iconF-"] {
	display:inline-block;
	width:20px;
	height:20px;
	margin-top:1px;
	margin-right:5px;
	line-height:20px;
	vertical-align:text-top;
}

.iconF-fb    {
	background-image:url(../images/icons-fb-big.png); 
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iconF-fb:hover   {
	background-image:url(../images/icons-fb-big-1-hover.png); 
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iconF-tw    {
	background-image:url(../images/icons-tw-big.png); 
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iconF-tw:hover   {
	background-image:url(../images/icons-tw-big-1-hover.png); 
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iconF-pi    {
	background-image:url(../images/icons-pi-big.png); 
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iconF-pi:hover    {
	background-image:url(../images/icons-pi-big-1-hover.png); 
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iconF-ig    {
	background-image:url(../images/icons-ig-big.png); 
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iconF-ig:hover   {
	background-image:url(../images/icons-ig-big-1-hover.png); 
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* FOOTER            */ /******************************/ /* END   */




/* SEARCH            */ /******************************/ /* START */

#search {
	min-height: 250px;
	background: url(../images/bg-search.png) no-repeat top center;
	position:relative;
}
#search form {
	width: 725px;
	margin: 70px auto 0 auto;
	position:relative;
}
#search form ul {list-style: none;}
#search form ul.txt li {display: inline-block; height: 30px; vertical-align: text-top;}
#search form .title {
	color: #464646;
	font-size: 30px;
	line-height:30px;
	font-family: 'CenturyGothicRegular';
}
#search form .jobPosted {
	color: #008ca9;
	font-size: 14px;
	font-family: 'CenturyGothicBold';
	letter-spacing: 1px;
	padding: 5px 0 0 20px;
}
#search form input.textField {font-size:12px; float:left; margin: 0 15px 10px 0;}
#search form input.job {width:340px;}
#search form input.zip {width:190px;}

#search form input.btn {
	background: #008ca9;
	height:33px;
	width:160px;
	margin:0 0 0 0;
	font-family: 'CenturyGothicBold';
	letter-spacing: 1px;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 0;
	outline:none;
	float:left;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#search form input.btn:hover {background: #FF0000;}

/* *** */

#search .btnEmailSpalsh {
	background-image: url(../images/btn-email-alerts.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 90px; height: 90px;
	display: block;
	position: absolute;
	top: 0px; left: -120px;
}
#search .btnEmailSpalsh:hover {
	background-position: -90px 0;
}

/* SEARCH            */ /******************************/ /* END   */




/* RIGHT SIDE        */ /******************************/ /* START */

.rightSide {margin: 0 75px 0 45px;}

/* */
.help {padding: 0 0 15px 0;}
a.helpHeader {
	background: #cceaf0 url(../images/arr-help-1.gif) no-repeat right;
	font-family: 'BlockBertholdCondensedRegular';
	color: #008da9;
	letter-spacing: 1px;
	font-size: 36px;
	line-height: 54px;
	height: 54px; width: 240px;
	text-decoration: none;
	overflow: hidden;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	display: block;
	text-transform: uppercase;
}
a.helpHeader:hover {color: #cceaf0; background: #008da9 url(../images/arr-help-2.gif) no-repeat right;}
.helpTitle {
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	letter-spacing: 1px;
	font-size: 33px;
	overflow: hidden;
	padding:0 0 0 0;
	text-transform: uppercase;
}
.helpTitle span {font-size: 30px;}

.help a.more {
	font-size: 11px;
	color: #333333;
	font-style:italic;
	text-decoration: none;
	background: url(../images/arr-more.gif) no-repeat right;
	padding: 0 13px 0 0;
}
.help a.more:hover {color: #ff3333; background: url(../images/arr-more-red.gif) no-repeat right;}

.help .item {
	font-size: 11px;
	padding: 5px 0;
}
.help .item p {line-height: 18px; padding: 0; margin: 0 -5px 0 0; text-align: justify;}
.help .item p.q {color: #ff3333;}

/* */

a.refund {
	width: 240px; height: 100px;
	display: block;
	background-image: url(../images/btn-refund.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:20px;
}
a.refund:hover {background-position: -240px 0;}

/* */

.rightSide .signUp {
	width: 240px; height: 130px;
	margin: 0 0 15px 0;
	
	background-image: url(../images/bg-sign-up.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.rightSide .signUp form {
	padding: 90px 10px 0 15px;	
}
.rightSide .signUp form input.textField {
	padding: 0 10px; height:20px; line-height: 20px;
	width: 180px;
	float:left;
	
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	 border-top-left-radius: 10px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;	
}
.rightSide .signUp form .errorMsg {color: #FF3333; font-size: 10px; line-height:15px; height: 15px; padding: 0 0 0 10px;}

.rightSide .signUp form input.btn {
	background: url(../images/btn-signup-right-1.png) no-repeat center center;
	height: 20px;
	width: 23px;
	margin: 0 0 0 -2px;
	border: 0;
	outline:none;
	float:left;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}
.rightSide .signUp form input.btn:hover {background: url(../images/btn-signup-right-2.png) no-repeat center center;}

/* */

.rightSide .getEmail {
	width: 240px; height: 130px;
	margin: 0 0 15px 0;
	
	background-image: url(../images/bg-sign-up.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.rightSide .getEmail a.btnGet {
	font-family: 'BlockBertholdCondensedRegular';
	letter-spacing: 1px;
	font-size: 17px; line-height: 18px;
	color: #008ca9;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	outline: none;
	height :18px;
	margin: 90px 0 0 15px;
}
.rightSide .getEmail a.btnGet:hover {color: #ed1e24;}

.rightSide .getEmail a.btnGet.left {
	background: url(../images/btn-arr-right.png) no-repeat right -8px;
	padding: 0 10px 0 0;
	width: auto!important;
	float: left;
}

/* */

.rightSide .testimonials {
	color: #333333; font-family: 'CenturyGothicBoldItalic';
	font-size:11px;
	padding: 0 0 15px 0;
}
.rightSide .testimonials blockquote {
	margin: 0; padding: 0;
	border: 0;
	color: #333333; font-family: 'CenturyGothicItalic';
	font-size:10px;
}

.rightSide .testimonials blockquote .quotes {
	display: inline-block;
	width: 11px;
	height:9px;
}

.rightSide .testimonials blockquote .quotes.q1 {background: url(../images/q1.jpg) no-repeat top left; margin-right: 5px;}
.rightSide .testimonials blockquote .quotes.q2 {background: url(../images/q2.jpg) no-repeat top left; margin-left: 5px;}


/* */

a.readBlog {
	width: 240px; height: 100px;
	display: block;
	background-image: url(../images/btn-read-blog.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:20px;
}
a.readBlog:hover {background-position: -240px 0;}

/* */

a.needHelp {
	width: 240px; height: 54px;
	display: block;
	background-image: url(../images/btn-need-help.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:20px;
}
a.needHelp:hover {background-position: -240px 0;}

/* */

a.postAJob {
	width: 240px; height: 100px;
	display: block;
	background-image: url(../images/btn-right-post-job.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:20px;
	margin-top: 0px;
}
a.postAJob:hover {
	background-position: -240px 0;
}

/* */

#recentlyViewed {margin: 0 0 20px 0;}

#recentlyViewed .title {
	font-family: 'BlockBertholdCondensedRegular';
	color: #008da9;
	letter-spacing: 1px;
	font-size: 33px; line-height: 33px;
	overflow: hidden;
	padding:0 0 0 0;
	margin: -5px 0 0px 0;
	text-transform: uppercase;
}
#recentlyViewed .title {font-size: 30px;}

#recentlyViewed ul.item {
	list-style: none;
	font-family: 'CenturyGothicRegular';
	font-size: 10px;
	text-transform: none;
	letter-spacing: normal;
	padding: 5px 0;
	margin: 0 0 0 0;
}
#recentlyViewed ul.item:hover {background: none;}
#recentlyViewed ul.item:before, #recentlyViewed ul.item:after {display: table; content: " ";}
#recentlyViewed ul.item:after {clear: both;}
#recentlyViewed ul.item:before, #recentlyViewed ul.item:after {display: table; content: " ";}
#recentlyViewed ul.item:after {clear: both;}
#recentlyViewed ul.item li {float:left; width: 65%; text-align: left;}
#recentlyViewed ul.item li:last-child {width: 35%; text-align: right;}
#recentlyViewed ul.item li h5 {margin: 0; padding: 0;}
#recentlyViewed ul.item li a {color: #FF3333; font-size: 11px; text-decoration: none; padding: 0; margin: 0;}
#recentlyViewed ul.item li:last-child a {color: #333333;}
#recentlyViewed ul.item li .company {font-family: 'CenturyGothicBold';}

#recentlyViewed a.seeMore {
	color: #000000; font-size: 10px;
	font-style: italic;
	text-transform: none; 
	text-decoration: none;
	background: url(../images/arr-view-all.png) no-repeat right;
	padding: 0 10px 0 0;
}



/* RIGHT SIDE        */ /******************************/ /* END   */




/* CONTENT            */ /*****************************/ /* START */

#container {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: -220px; 
}
#container:after {
	content: "";
	display: block;
	height: 220px;
}

.content {padding: 0 0 30px 0;}

.content h1.titlePage {
	font-family: 'BlockBertholdCondensedRegular';
	text-transform: uppercase;
	font-size: 32px;
	line-height:32px;
	font-weight: normal;
	color: #333333;
	padding: 0; margin: 0;
}

/* CONTENT            */ /*****************************/ /* END   */


span.err {
	color: #FF3333; font-family: 'CenturyGothicItalic';
}
span.err p {
	color: #FF3333; font-family: 'c';
	padding: 0; margin: 0;
	font-size: 11px;
}


/* POPUP MESAAGE      */ /***************************/ /* START   */


/* POPUP MESAAGE      */ /*****************************/ /* END   */


/* SIGN IN / JOIN    */ /****************************/ /* START   */

#popupSignInJoin {
	background:url(../images/1x1-gray.jpg) repeat-y center center;
	margin:10px 0;
}

#popupSignInJoin:before, #popupSignInJoin:after {display: table; content: " ";}
#popupSignInJoin:after {clear: both;}
#popupSignInJoin:before, #popupSignInJoin:after {display: table; content: " ";}
#popupSignInJoin:after {clear: both;}

#popupSignInJoin .box {
	float: left;
	width: 235px;
	padding: 0 10px;
	margin: 0 15px;
}
#popupSignInJoin .box form {padding: 10px 0 25px 0;}
#popupSignInJoin .box .txt-small {
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	font-size: 15px; line-height:15px;
	letter-spacing:0px;
}
#popupSignInJoin .box .txt-big {
	font-family: 'BlockBertholdExtraCondensed';
	font-family: 'BlockBertholdCondensedRegular';
	color: #ed1e24;
	font-size: 60px; line-height:50px;
	letter-spacing:2px;
}

#popupSignInJoin .forgotPass {
	text-align: right;
	color: #FF3333; font-family: 'CenturyGothicItalic';
	padding-bottom:5px;
	margin-top: -5px;
}
#popupSignInJoin .forgotPass a {color: #FF3333; font-family: 'CenturyGothicItalic'; font-size: 12px;}

#popupSignInJoin .box input.textField {
	width: 215px;
	border: 1px solid #dfdfdf;
	padding: 3px 10px;
	margin-bottom: 8px;
	float: none;
}

#popupSignInJoin input.btnSignIn {
	outline: none;
	border: 0;
	background-color: transparent;
	background-image: url(../images/but-signin.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 73px;
	height: 23px;
	float: right;
	margin: 0 0px 0 0px;
	text-indent: -999px;
}
#popupSignInJoin input.btnSignIn:hover {background-position: -73px 0;}

#popupSignInJoin input.btnJoin {
	outline: none;
	border: 0;
	background-color: transparent;
	background-image: url(../images/but-join.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 73px;
	height: 23px;
	float: right;
	margin: 0 0px 0 0px;
	text-indent: -999px;
}
#popupSignInJoin input.btnJoin:hover {background-position: -73px 0;}

#popupSignInJoin input[type="checkbox"]{
    display: none;
}
#popupSignInJoi input[type="checkbox"] + label.chk{
    padding-left: 17px;
    height: 12px;
    display: inline-block;
    line-height: 12px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}
#popupSignInJoin input[type="checkbox"]:checked + label.chk  {
    /*background:url(../images/checkbox2.png) 0px -19px no-repeat;*/
    background-position: 0 -12px;
}
#popupSignInJoin label.chk {
    background: url(../images/bg_checkbox.png) no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
#popupSignInJoin input[type="checkbox"]:checked + label.chk  {
    /*background:url(../images/checkbox2.png) 0px -19px no-repeat;*/
    background-position: 0 -12px;
}
#popupSignInJoin .box label.chk, #popupSignInJoin .box label.chk span {
	/*padding: 1px 0 0 2px;*/
	width: 200px;
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 11px;
	font-weight: normal;	
    cursor: pointer;    
    padding-left: 17px;    
    line-height: 12px;
    height: 12px;
}
#popupSignInJoin .box label.chk a {color: #FF3333; font-family: 'CenturyGothicItalic'; 
    cursor: pointer;}
#popupSignInJoin .box label.chk.remember {width:110px; float: left; 
    cursor: pointer;}

#popupSignInJoin span.err {
	color: #FF3333; font-family: 'CenturyGothicItalic';
}
#popupSignInJoin span.err p {
	color: #FF3333; font-family: 'CenturyGothicItalic';
	padding: 0; margin: 0;
	font-size: 11px;
}


/* ** */

#popupSignInJoinThanks {
	margin:60px 0 50px 0;
	width: 480px; padding: 0 40px;
}

#popupSignInJoinThanks:before, #popupSignInJoinThanks:after {display: table; content: " ";}
#popupSignInJoinThanks:after {clear: both;}
#popupSignInJoinThanks:before, #popupSignInJoinThanks:after {display: table; content: " ";}
#popupSignInJoinThanks:after {clear: both;}

#popupSignInJoinThanks .txt-small {
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	font-size: 15px; line-height:15px;
	letter-spacing:0px;	
}
#popupSignInJoinThanks .txt-big {
	font-family: 'BlockBertholdExtraCondensed';
	font-family: 'BlockBertholdCondensedRegular';
	color: #ed1e24;
	font-size: 60px; line-height:50px;
	letter-spacing:2px;
	margin-left:-5px;
}

#popupSignInJoinThanks p {
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding: 20px 0 0 0;
}


/* ** */

#popupPendingActive {
	margin:60px 0 50px 0;
	width: 480px; padding: 0 40px;
}

#popupPendingActive:before, #popupPendingActive:after {display: table; content: " ";}
#popupPendingActive:after {clear: both;}
#popupPendingActive:before, #popupPendingActive:after {display: table; content: " ";}
#popupPendingActive:after {clear: both;}

#popupPendingActive .txt-small {
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	font-size: 15px; line-height:15px;
	letter-spacing:0px;	
}
#popupPendingActive .txt-big {
	font-family: 'BlockBertholdExtraCondensed';
	font-family: 'BlockBertholdCondensedRegular';
	color: #ed1e24;
	font-size: 60px; line-height:50px;
	letter-spacing:2px;
	margin-left:-5px;
}

#popupPendingActive p {
	font-family: 'CenturyGothicRegular';
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding: 20px 0 0 0;
}

#popupPendingActive p a {
    font-family: 'CenturyGothicRegular';
	color: #333333;
	font-size: 11px;
    color: #FF3333;
}

/* SIGN IN / JOIN    */ /******************************/ /* END   */


/* GET MAIL          */ /****************************/ /* START   */

#popupGetMail {
	margin:60px 0 50px 0;
	width: 410px; padding: 0 40px;
}

#popupGetMail:before, #popupGetMail:after {display: table; content: " ";}
#popupGetMail:after {clear: both;}
#popupGetMail:before, #popupGetMail:after {display: table; content: " ";}
#popupGetMail:after {clear: both;}

#popupGetMail .txt-small {
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	font-size: 15px; line-height:15px;
	letter-spacing:0px;	
}
#popupGetMail .txt-small a {
	color: #008DA8!important;
}
#popupGetMail .txt-big {
	font-family: 'BlockBertholdExtraCondensed';
	font-family: 'BlockBertholdCondensedRegular';
	color: #ed1e24;
	font-size: 60px; line-height:50px;
	letter-spacing:2px;
	margin-left:-5px;
	padding: 0 0 15px 0;
}

#popupGetMail p {
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 0;
}

/* */

/* GET MAIL CONFIRM          */ /****************************/ /* START   */

#popupGetMailConfirm {
	margin:60px 0 50px 0;
	width: 410px; padding: 0 40px;
}

#popupGetMailConfirm:before, #popupGetMailConfirm:after {display: table; content: " ";}
#popupGetMailConfirm:after {clear: both;}
#popupGetMailConfirm:before, #popupGetMailConfirm:after {display: table; content: " ";}
#popupGetMailConfirm:after {clear: both;}

#popupGetMailConfirm .txt-small {
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	font-size: 15px; line-height:15px;
	letter-spacing:0px;
}
#popupGetMailConfirm .txt-small a {
	color: #008DA8!important;
}
#popupGetMailConfirm .txt-big {
	font-family: 'BlockBertholdExtraCondensed';
	font-family: 'BlockBertholdCondensedRegular';
	color: #ed1e24;
	font-size: 60px; line-height:50px;
	letter-spacing:2px;
	margin-left:-5px;
	padding: 0 0 15px 0;
}

#popupGetMailConfirm p {
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 0;
}

/* */

#popupGetMailAlready {
	margin:60px 0 50px 0;
	width: 410px; padding: 0 40px;
}

#popupGetMailAlready:before, #popupGetMailAlready:after {display: table; content: " ";}
#popupGetMailAlready:after {clear: both;}
#popupGetMailAlready:before, #popupGetMailAlready:after {display: table; content: " ";}
#popupGetMailAlready:after {clear: both;}

#popupGetMailAlready .txt-small {
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	font-size: 15px; line-height:15px;
	letter-spacing:0px;	
}
#popupGetMailAlready .txt-big {
	font-family: 'BlockBertholdExtraCondensed';
	font-family: 'BlockBertholdCondensedRegular';
	color: #ed1e24;
	font-size: 60px; line-height:50px;
	letter-spacing:2px;
	margin-left:-5px;
	padding: 0 0 15px 0;
}

#popupGetMailAlready p {
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding: 20px 0 0 0;
}
#popupGetMailAlready p a {
	font-family: 'CenturyGothicItalic';
	color: #008ca9; text-decoration: none;
}
#popupGetMailAlready p a:hover {color: #FF3333;}

/* */

#popupUnsubscribe {
	margin:60px 0 50px 0;
	width: 410px; padding: 0 40px;
}

#popupUnsubscribe:before, #popupUnsubscribe:after {display: table; content: " ";}
#popupUnsubscribe:after {clear: both;}
#popupUnsubscribe:before, #popupUnsubscribe:after {display: table; content: " ";}
#popupUnsubscribe:after {clear: both;}

#popupUnsubscribe .txt-small {
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	font-size: 15px; line-height:15px;
	letter-spacing:0px;	
}
#popupUnsubscribe .txt-big {
	font-family: 'BlockBertholdExtraCondensed';
	font-family: 'BlockBertholdCondensedRegular';
	color: #ed1e24;
	font-size: 60px; line-height:50px;
	letter-spacing:2px;
	margin-left:-5px;
	padding: 0 0 0 0;
}

#popupUnsubscribe form {padding: 15px 0 25px 0; width: 215px;}

#popupUnsubscribe input.textField {
	width: 215px;
	border: 1px solid #dfdfdf;
	padding: 3px 10px;
	margin-bottom: 8px;
	float: none;
}

#popupUnsubscribe input.btnSend {
	outline: none;
	border: 0;
	background-color: transparent;
	background-image: url(../images/but-send.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 73px;
	height: 23px;
	float: right;
	margin: 0 0px 0 0px;
	text-indent: -999px;
}
#popupUnsubscribe input.btnSend:hover {background-position: -73px 0;}

#popupUnsubscribe span.err {
	color: #FF3333; font-family: 'CenturyGothicItalic';
}
#popupUnsubscribe span.err p {
	color: #FF3333; font-family: 'CenturyGothicItalic';
	padding: 0; margin: 0;
	font-size: 11px;
}

/* */

#popupUnsubscribeMsg {
	margin:60px 0 50px 0;
	width: 410px; padding: 0 40px;
}

#popupUnsubscribeMsg:before, #popupUnsubscribeMsg:after {display: table; content: " ";}
#popupUnsubscribeMsg:after {clear: both;}
#popupUnsubscribeMsg:before, #popupUnsubscribeMsg:after {display: table; content: " ";}
#popupUnsubscribeMsg:after {clear: both;}

#popupUnsubscribeMsg .txt-small {
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	font-size: 15px; line-height:15px;
	letter-spacing:0px;	
}
#popupUnsubscribeMsg .txt-big {
	font-family: 'BlockBertholdExtraCondensed';
	font-family: 'BlockBertholdCondensedRegular';
	color: #ed1e24;
	font-size: 60px; line-height:50px;
	letter-spacing:2px;
	margin-left:-5px;
	padding: 0 0 0 0;
}
#popupUnsubscribeMsg p {
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding: 15px 0 0 0;
}

/* GET MAIL          */ /******************************/ /* END   */


/* NEED HELP         */ /****************************/ /* START   */

#popupNeedHelp {
	margin:15px;
	width: 430px;
}

#popupNeedHelp:before, #popupNeedHelp:after {display: table; content: " ";}
#popupNeedHelp:after {clear: both;}
#popupNeedHelp:before, #popupNeedHelp:after {display: table; content: " ";}
#popupNeedHelp:after {clear: both;}

#popupNeedHelp .box {
	float: left;
	width: 210px;
	padding: 0 0;
	margin: 0 0;
}
#popupNeedHelp form {padding: 10px 0 25px 0;}
#popupNeedHelp .txt-small {
	font-family: 'CenturyGothicRegular';
    color: #008ca9;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
	letter-spacing:0px;
}
#popupNeedHelp .txt-big {
	font-family: 'CenturyGothicRegular';
    color: #ff3333;
    font-size: 18px;
    text-transform: lowercase;
	letter-spacing:2px;
}

#popupNeedHelp p {
	font-family: 'CenturyGothicRegular';
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding: 15px 0 0 0;
}

#popupNeedHelp .head {
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
	margin: 8px 0 0 0;
}

#popupNeedHelp .box input.textField {
	width: 210px;
	border: 1px solid #dfdfdf;
	padding: 3px 10px;
	margin-bottom: 8px;
}
#popupNeedHelp .box input.textField.xs {
	width: 155px;
	margin-left: 20px;
}

#popupNeedHelp .box  textarea {
	width: 210px;
	height: 235px;
	border: 1px solid #dfdfdf;
	margin: 0 0 8px 0;
}

#popupNeedHelp input[type="checkbox"] {
	background:url(../images/checkbox2.png) 0px 0px no-repeat;
	vertical-align:text-top;
	float: left;
}
#popupNeedHelp input[type="checkbox"]:checked  {
	background:url(../images/checkbox2.png) 0px -19px no-repeat;
}

#popupNeedHelp input[type="radio"] {
	background:url(../images/radio2.png) 0px 0px no-repeat;
	float: left;
}
#popupNeedHelp input[type="radio"]:checked  {
	background:url(../images/radio2.png) 0px -19px no-repeat;
}

#popupNeedHelp .box label.chk, #popupNeedHelp .box label.chk span {
	padding: 1px 0 0 2px;
	width: 180px;
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}
#popupNeedHelp .box label.chk.xs, #popupNeedHelp .box label.chk.xs span {
	width: 40px;
	float: left;
}

#popupNeedHelp .countTxt {
	border: 0px;
	margin: 0 0 0 135px;
	font-family: Verdana;
	color: #333;
	font-size: 9px;
	background: #ffffff;
	width: 20px;
	text-align: right;
	font-style: italic;
}
#popupNeedHelp label.wl_how_to_apply {
	font-style: italic;
	font-size: 9px;
	font-weight: normal;
}
#popupNeedHelp input.btnSend {
	outline: none;
	border: 0;
	background-color: transparent;
	background-image: url(../images/but-send.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 73px;
	height: 23px;
	float: right;
	margin: 0 0px 0 30px;
	text-indent: -999px;
}
#popupNeedHelp input.btnSend:hover {background-position: -73px 0;}

#popupNeedHelp span.err {
	color: #FF3333; font-family: 'CenturyGothicItalic';
}
#popupNeedHelp span.err p {
	color: #FF3333; font-family: 'CenturyGothicItalic';
	padding: 0; margin: 0;
	font-size: 11px;
}

/* */

/* NEED HELP         */ /******************************/ /* END   */
/*
.stickingHelp {
	position: fixed; left: 0; top: 430px; z-index: 100;
	width: 40px; height: 150px;
	display: block;
	background: url(../images/need-help.png) no-repeat 0px 0px;
}
.stickingHelp:hover {
	background: url(../images/need-help.png) no-repeat -40px 0px;
}
*/
.stickingHelp {
	position: fixed; left: 0; top: 430px; z-index: 100;
	width: 39px; height: 150px;
	display: block;
	background-image:url(../images/need-help.png);
	background-position: 0 0;
	background-size: 200%;
}
.stickingHelp:hover {
	background-position: 100% 0;
}

.back-archive {
	width: 90px;
  position: absolute;
  top: 100px;
  left: 170px;
}

.back-archive img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 992px)  {
	.back-archive {
		width: 80px;
  	left: 130px;
	}
}
@media (max-width: 992px)  {
	.back-archive {
		position: static;
	}
}



/* ******************************************* */



/* ************* ECO BANNER *************** */

#eco-banner {
	background-color: #ff3333;
	font-family: 'CenturyGothicRegular';
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	height: 70px;
	padding: 23px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#eco-banner:hover {
	background-color: #008ca9;
}

#eco-banner .bold, #eco-banner strong, #eco-banner b {
	font-family: 'CenturyGothicBold';
	color: #ffffff;
}
#eco-banner .countdown {
	font-family: 'CenturyGothicRegular';
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
}












/* ********************************************* */


#formContact label.chk {
	background: none;
	width: 210px;
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 14px;
	height: 20px;
	line-height: normal;
	font-weight: normal;
	float: left;
	margin-top: 10px;
	padding-left: 20px!important;
	position: relative;
}
#formContact label.chk span {
	font-size: 14px!important; margin-top: -5px!important; display: inline-block;
	position: absolute;
	top: 3px;
	left: 25px;
}

/* */

#formContact input[type=checkbox] {
  position: absolute;
  left: -1000em;
}

#formContact input[type=checkbox] + label.chk:before {
	content: "";
	display: inline-block;
	width  : 20px;
	height : 20px;
	margin : 0 10px 0 -24px;
	background-image:url(../images/checkbox-retina.png)!important;
	background-position: 0 0;
	background-size: 400%;
	vertical-align: bottom;
	position: relative;
	bottom: 0px;
}

#formContact input[type=checkbox]:checked + label.chk:before {
  background-position: 33.34% 0;
}


/* */


#formContact input[type=radio] {
  /* original check box are push outside the viexport */
  position: absolute;
  left: -1000em;
}
#formContact input[type=radio] + label.chk:before {
	content: "";
	display: inline-block;
	width  : 20px;
	height : 20px;
	margin : 0 10px 0 -24px;
	background-image:url(../images/checkbox-retina.png)!important;
	background-position: 0 0;
	background-size: 400%;
	vertical-align: bottom;
	position: relative;
	bottom: 2px;
}

#formContact input[type=radio]:checked + label.chk:before {
  background-position: 33.34% 0;
}













/* GET MAIL */ /* ***************************************************************************** */

#popupGetMail {
	margin: 70px 70px;
	width: 415px;
	padding: 0;
}

#popupGetMail:before, #popupGetMail:after {display: table; content: " ";}
#popupGetMail:after {clear: both;}

#popupGetMail .txt-small {
	font-family: 'CenturyGothicRegular';
	color: #008ca9;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 10px 0;
	text-align: center;
}
#popupGetMail .txt-big {
	font-family: 'CenturyGothicRegular';
	color: #ff3333;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-align: center;
}

#popupGetMail p {
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-align: center;
}

/* */

/* GET MAIL CONFIRM */ /* ***************************************************************************** */

#popupGetMailConfirm {
	margin: 70px 70px;
	width: 415px;
	padding: 0;
}

#popupGetMailConfirm:before, #popupGetMailConfirm:after {display: table; content: " ";}
#popupGetMailConfirm:after {clear: both;}

#popupGetMailConfirm .txt-small {
	font-family: 'CenturyGothicRegular';
	color: #008ca9;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 10px 0;
	text-align: center;
}
#popupGetMailConfirm .txt-small a {
	color: #008DA8!important;
}
#popupGetMailConfirm .txt-big {
	font-family: 'CenturyGothicRegular';
	color: #ff3333;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-align: center;
}

#popupGetMailConfirm p {
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-align: center;
}

/* */

#popupGetMailAlready {
	margin: 70px 70px;
	width: 415px;
	padding: 0;
}

#popupGetMailAlready:before, #popupGetMailAlready:after {display: table; content: " ";}
#popupGetMailAlready:after {clear: both;}

#popupGetMailAlready .txt-small {
	font-family: 'CenturyGothicRegular';
	color: #008ca9;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 10px 0;
	text-align: center;
}
#popupGetMailAlready .txt-big {
	font-family: 'CenturyGothicRegular';
	color: #ff3333;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-align: center;
}

#popupGetMailAlready p {
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-align: center;
}
#popupGetMailAlready p a {
	font-family: 'CenturyGothicItalic';
	color: #008ca9; text-decoration: none;
}
#popupGetMailAlready p a:hover {color: #FF3333;}

/* */

#popupUnsubscribe {
	margin: 70px 70px;
	width: 415px;
	padding: 0;
}

#popupUnsubscribe:before, #popupUnsubscribe:after {display: table; content: " ";}
#popupUnsubscribe:after {clear: both;}

#popupUnsubscribe .txt-small {
	font-family: 'CenturyGothicRegular';
	color: #008ca9;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 10px 0;
	text-align: center;
}
#popupUnsubscribe .txt-big {
	font-family: 'CenturyGothicRegular';
	color: #ff3333;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-align: center;
}

#popupUnsubscribe p {
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-align: center;
}

#popupUnsubscribe form {padding: 15px 0 0 0; width: 100%;}

#popupUnsubscribe input.textField {
	width: 100%;
	font-family: 'CenturyGothicRegular';
	font-size: 18px;
	/*line-height: 18px;*/
	padding: 8px 10px 8px 10px;
	font-weight: normal;
	border: 1px solid #000000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 15px;
}

#popupUnsubscribe input.btnSend {
	float: none;
	background: #ff3333;
	font-family: 'CenturyGothicRegular';
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	width: 200px;
	text-align: center;
	border: 0;
	margin: 0 auto;
	text-indent: 0px;
	padding: 15px 0;
	height: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#popupUnsubscribe span.err {
	color: #FF3333; font-family: 'CenturyGothicItalic';
}
#popupUnsubscribe span.err p {
	color: #FF3333; font-family: 'CenturyGothicItalic';
	padding: 0; margin: 0;
	font-size: 14px;
}

/* */

#popupUnsubscribeMsg {
	margin: 70px 70px;
	width: 415px;
	padding: 0;
}

#popupUnsubscribeMsg:before, #popupUnsubscribeMsg:after {display: table; content: " ";}
#popupUnsubscribeMsg:after {clear: both;}

#popupUnsubscribeMsg .txt-small {
	font-family: 'CenturyGothicRegular';
	color: #008ca9;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 10px 0;
	text-align: center;
}
#popupUnsubscribeMsg .txt-big {
	font-family: 'CenturyGothicRegular';
	color: #ff3333;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-align: center;
}
#popupUnsubscribeMsg p {
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 0 0 0;
	text-align: center;
}

/* GET MAIL          */ /******************************/ /* END   */



/* POPUP MESAAGE      */ /***************************/ /* START   */



/* POPUP MESAAGE      */ /*****************************/ /* END   */


