/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html{margin:0; padding:0;}
html,
button,
input,
select,
textarea {
    color: #555;
}


body {
    font-size: 1em;
    line-height: 1.4;
/*	min-width:1000px;
	width:100%; */
}



::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px 'Raleway', sans-serif, Helvetica, Helvetica Neue, Arial;
}

/* ===================
    ALL: Main Theme
   =================== */

.header-container {
    /*border-bottom: 5px solid #535353;*/
}

.footer-container,
.main aside {
    /*border-top: 20px solid #e44d26;*/
}

.header-container,
.footer-container,
.main aside {
    /*background: #f16529;*/
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    /*margin: 0;
    padding: 0;*/
}

nav a {
    /*display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;*/
}

nav a:hover,
nav a:visited {
    /*color: white;*/
}

nav a:hover {
    /*text-decoration: underline;*/
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    /*padding: 30px 0;*/
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* ====================
    page: All
   ==================== */

.wrapper {
    width: 940px;
    margin: 0 auto;
}

.header-container {
    background: #fff;
    border-bottom: none;
}

.headercont {
    display: block;
    float: left;
    padding: 18px 0 0 0;
}

header.mainheader {
    display: block;
}
header.mainheader .logo, .headercont .logo {
    float: left;
}

.mainheadercont {
    display: block;
    margin: 5px 0 15px;
}

nav {    
	float:right;
    width: 65%;
    margin-top: 40px;
    font-family: 'Roboto Condensed', sans-serif;	
}
nav ul {
    padding: 0;
	
	float:left;
	
}
nav a {
    display: block;
    margin-bottom: 10px; 
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    color: #454545;
	margin-left:15px;
    float: left;
}
nav a:hover {
    color: #f5781e;
    text-decoration: none;
}
nav a:visited {
    /*color: #89c613;*/
    text-decoration: none;
}
nav a#get,a.getclass {
    display: block;
    float: right;
    margin-bottom: 10px;
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    margin: 0 0 .7% 0;
    padding: 15px 0 1.5% 0;
    margin-bottom: 0;
}

nav a#get3 {
    display: block;
    float: right;
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}


nav #signinbutton{margin-top:10px;}

.welcomemsg{width:auto;float:left;padding-right:50px;height:10px;margin-top:-35px;}

.main {
    padding: 15px 0 0;
}
.mainheader {
    background: #1b232e;
    float: left;
    width: 100%;
}
.mainheadercont {
    margin: 0 auto;
}
.mainheadercont h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 72px;
    color: #00b3e6;
    font-weight: 200;
    text-transform: uppercase;
    margin: .46em 0 .4em;
}

.tsmsg{width:100%;float:left;min-height:50px;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E1E1E1), color-stop(1, #B4B4B4) );
	    background:-moz-linear-gradient( center top, #E1E1E1 5%, #B4B4B4 100% );
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E1E1', endColorstr='#B4B4B4');
	    background-color:#eeeef1;
	}


.video1{float:left;border:0px dotted;padding:20px;margin-bottom:30px;
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E1E1E1), color-stop(1, #B4B4B4) );
	    background:-moz-linear-gradient( center top, #E1E1E1 5%, #B4B4B4 100% );
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E1E1', endColorstr='#B4B4B4');
	    }

.flexbox-holder {
    display: box;
    float: left;
	width:100%;
	
}
.box_left {
    float: left;
    width: 30%;
    margin: 0;
}
/*body.jobseekers .box_left {
    width: 38.7%;
}*/
.box_right {
    float: left;
    width: 67%;
    margin: 0;
    border-left: 1px solid #eeeeee;
    padding-left: 20px;
	min-height:400px;
}
/*body.jobseekers .box_right {
    width: 58.3%;
}*/



.box_right a {
    /*display: block;*/   
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
    color: #6a6a6a;
}
.box_right a:hover {
    color: #f5781e;
    text-decoration: none;
}

.box_right h4 {
    font-size: 30px;
    color: #00b3e6;
    font-weight: 600;
    margin: .5em 0 1em 0;
}

.box_top ul{font-family: 'Roboto Condensed', sans-serif;
    color: #454545;
    letter-spacing: .1em;
    font-weight: 400;
    list-style: none;
    padding: 0px;
    margin: 0 ;
    width: 100%;
	float:left;
	}

.box_top ul li {
    font-size: 21px;
	width:auto;
	float:left;
	height:30px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E1E1E1), color-stop(1, #B4B4B4) );
    background:-moz-linear-gradient( center top, #E1E1E1 5%, #B4B4B4 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E1E1', endColorstr='#B4B4B4');
	background-color:#ccc;
	margin-right:1px;
}


.box_top ul li a {
    color: #454545;
    letter-spacing: -0.5pt;
    text-decoration: none;
    padding: 0 28px;
}

.box_top ul li a:hover {
    color: #f5781e;
    text-decoration: none;
}

.box_top li ul {
    visibility: hidden;
    width: 200px;
    border: 1px solid #fd8b35;
    background: #fff;
    position: absolute;
	margin-left:30px;
}

.box_top li ul li{
	background-color:#ccc;
	width: 200px;
	float:left;
}

.box_top li ul a {
    text-align: left;
    font-weight: normal;
    padding-left: 5px;
	
}

.box_top li:hover > ul {
    z-index: 599;
    visibility: visible;
    float: left;
}

/*----------------------------------------------------------*/

.box_left ul {
    font-family: 'Roboto Condensed', sans-serif;
    color: #454545;
    letter-spacing: .1em;
    font-weight: 400;
    list-style: none;
    padding: 0px;
    margin: 0 1em 0 0;
}
.box_left ul li {
    font-size: 21px;
    padding: 0 0 7px 0px;
    margin-top: 7px;
    border-bottom: 2px dotted #d5d5d5;
}

.box_left ul li:last-child {
    border-bottom: none;
}
.box_left ul li a {
    color: #454545;
    letter-spacing: -0.5pt;
    text-decoration: none;
    padding-left: 30px;
}
.box_left ul li a:hover {
    color: #f5781e;
    text-decoration: none;
}

.box_left li a.home,.box_left li a.home:hover {
    background: url(../images/home.png) no-repeat 3px 10px;
}

.box_left li a.user,.box_left li a.user:hover {
    background: url(../images/user.gif) no-repeat 3px 10px;
}

.box_left li a.faqs,.box_left li a.faqs:hover {
    background: url(../images/qico.png) no-repeat 3px 10px;
}
.box_left li a.reg,.box_left li a.reg:hover {
    background: url(../images/registerico.png) no-repeat 3px 10px;
}

.box_left li a.jobpost,.box_left li a.jobpost:hover {
    background: url(../images/jobpostico.png) no-repeat 3px 10px;
}
.box_left li a.videoprofreq,.box_left li a.videoprofreq:hover {
    background: url(../images/videoprofrqico.png) no-repeat 3px 10px;
}
.box_left li a.videoint,.box_left li a.videoint:hover {
    background: url(../images/videointerwico.png) no-repeat 3px 10px;
}
.box_left li a.empvidprof,.box_left li a.empvidprof:hover {
    background: url(../images/emplviprofico.png) no-repeat 3px 10px;
}
.box_left li a.contactemploy,.box_left li a.contactemploy:hover {
    background: url(../images/contactemployico.png) no-repeat 3px 10px;
}
.box_left li a.candsearch,.box_left li a.candsearch:hover {
    background: url(../images/candiserico.png) no-repeat 3px 10px;
}
.box_left li a.mydash,.box_left li a.mydash:hover {
    background: url(../images/mydashico.png) no-repeat 3px 10px;
}
.box_left li a.skilevtest,.box_left li a.skilevtest:hover {
    background: url(../images/skilevtestico.png) no-repeat 3px 10px;
}
.box_left li a.myrep,.box_left li a.myrep:hover {
    background: url(../images/myrepico.png) no-repeat 3px 10px;
}
.box_left li a.hquest,.box_left li a.hquest:hover {
    background: url(../images/qico.png) no-repeat 3px 10px;
}

#bottom {
    background: url(../images/featuredonbg.png) repeat-x top left;
    width: 100%;
  	margin:0 auto;
    color: #fff;
    height: 101px;
}

.featonimgs {
    display: block;
    margin: 35px 0 0;
}
.featonimgs img {
    display: inline;
    margin-right: 10px;
}
.featonimgs img.last {
    margin-right: 0px;
}
.mainfooter {
    background: #343434;
    width: 100%;
    float: left;
    padding: 40px 0 25px;
    /*height: 101px;*/
}
.mainfootercont {
    display: block;
}
ul.bottomnav {
    float: left;
    margin: 0 0 .5em 0;
}
ul.bottomnav li {
    background: transparent;
    display: block;
    float: left;
    margin: 0px;
    width: 145px;
    margin-right: 5.6em;
}
ul.bottomnav li:first-child {
    margin-left: 0;
}
.mainfootercont a {
    font-size: 15px;
    color: #dddddd;
    text-decoration: none;
    font-weight: 300;
    line-height: 2.5em;
}
.mainfootercont a:hover {
    color: #fff;
}
.maptitle {
    background: #343434;
    position: relative;
    display: block;
    float: left;
    width: 64%;
    margin: 0 0 0 100px;
}
.maptitle:before {
    background: url(../images/sitemapbg.png);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    bottom: 6px;
}
.mainfootercont h4.title_m {
    background: #343434;
    display: inline-block;
    margin: -8px 0 -8px -100px;
    padding: 10px 10px 10px 0px;
    float: left;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.mainfootercont img.logogrey {
    display: block;
    float: left;
    margin: 0 40px 0 0;
}





/*** footer css ***/

.footer-container {
    background: #2f2f2f;
}
footer .social {
    margin: 0 auto;
    text-align: center;
}
footer .social img {
    margin: 0 2px;
}
footer .social img:hover {
    position: relative;
    top: -2px;
}

.footernav {
    float: left;
    width: 100%;
}
.footernav nav {
    display: block;
    float: none;
    width: 75%;
    margin: 0 auto;
}
.footernav nav ul li {
    display: inline-block;
    /*margin: 0 auto;*/
    text-align: center;
    margin: 0;
    padding: 0;
}
.footernav nav a {
    display: inline;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    float: none;
    margin: 0;
    padding: 0px 13px 0 10px;
    border-right: 1px solid #666;
}
.footernav nav li:last-child a {
    border-right: none;
}
.footernav nav a:hover {
    color: #91bf38 !important;
}

.copyright {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #666;
    font-size: 15px;
    padding-top: 20px;
    margin: 0 auto;
}
.copyright a {
    color: #91bf38;
    text-decoration: none;    
}
.copyright a:hover {
    color: #f4f4f4;
    text-decoration: none;
    
}



/* ====================
    page: Home
   ==================== */

#headertop {
    background: #f16529 url(../images/topbg.jpg) repeat top left;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 5px solid #535353;
    padding: 2px 0 3px;
}

.newuser{
	position:fixed;
	right:0;
	background: #f16529 url(../images/topbg.jpg) repeat top left;
	margin-right:30px;text-align:center;width:300px;
	z-index:999;
}

.fixed{
	position:fixed !important;
	top:0 !important;
	z-index:999;
	}

.newuser a{ color:#fff;text-decoration:none;font-weight:bolder;font-size:14px;}

.newuserlink{display:none;}
.newuserlink a{font-size:16px;}

.arrow{float:right;background:url(../images/down.png) no-repeat bottom left;width:30px;}

h1.title {
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    margin: .4em 0;
}
.header-container p {
    float: left;	
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    margin: .4em 15px 0;
}



body.homepage .main {
    padding: 15px 0;
	
}


.countrylink{float:right;padding-right:20px;margin-top:-8px;font-size:12px;font-weight:900;color:#fff;}
.countrylink.inner{color:#F5781E;margin-top:-8px;margin-bottom:-20px;padding-right:30px;}
.countrylink a{font-size:12px;font-weight:900;line-height:10px;color:#fff;}
.countrylink.inner a{color:#F5781E;}
.countrylink a:hover{color:#00B3E6;}

button.getyours,a.getyours {
    float: right;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    text-decoration:none;
    color: rgb(255, 255, 255) !important;
    
    -moz-box-shadow: 0px 5px 0px 0px #2d2d2d;
    -webkit-box-shadow: 0px 5px 0px 0px #2d2d2d;
    box-shadow: 0px 5px 0px 0px #2d2d2d;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #515151), color-stop(1, #515151) );
    background:-moz-linear-gradient( center top, #515151 5%, #515151 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#515151');
    background-color:#515151;
    border: none;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    padding:6px 20px;
    margin: .45em 0px 0;
}
button.getyours:hover,a.getyours:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #515151), color-stop(1, #515151) );
    background:-moz-linear-gradient( center top, #515151 5%, #515151 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#515151');
    -moz-box-shadow: 0px 4px 0px 0px #2d2d2d;
    -webkit-box-shadow: 0px 4px 0px 0px #2d2d2d;
    box-shadow: 0px 4px 0px 0px #2d2d2d;
    position:relative;
    top:1px;
}
button.getyours:active,a.getyours:active {
    -moz-box-shadow: 0px 5px 0px 0px #2d2d2d;
    -webkit-box-shadow: 0px 5px 0px 0px #2d2d2d;
    box-shadow: 0px 5px 0px 0px #515151;
    position:relative;
    top:2px;
}

button.signintop{font-size: 22px !important;padding: 4px 15px !important;}

button.signin,button.signintop,a.signin,a.signintop {
    -moz-box-shadow: 0px 5px 0px 0px #03469d;
	-webkit-box-shadow: 0px 5px 0px 0px #03469d;
	box-shadow: 0px 5px 0px 0px #03469d;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #007acc), color-stop(1, #007acc) );
	background:-moz-linear-gradient( center top, #007acc 5%, #007acc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007acc', endColorstr='#007acc');
	background-color:#007acc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #007acc;
	display:inline-block;        
    font-family: 'Raleway', sans-serif;
    /*font-size: 25px;*/
    /*padding: 4px 30px;*/
	font-size: 22px;
	padding: 4px 15px;
    color: #fff;
    font-weight: 600;
    text-decoration:none;
}
button.signin:hover,button.signintop:hover,a.signin:hover,a.signintop:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #007acc), color-stop(1, #007acc) );
	background:-moz-linear-gradient( center top, #007acc 5%, #007acc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007acc', endColorstr='#007acc');
	background-color:#007acc;
        -moz-box-shadow: 0px 4px 0px 0px #03469d;
	-webkit-box-shadow: 0px 4px 0px 0px #03469d;
	box-shadow: 0px 4px 0px 0px #03469d;
        position:relative;
	top:1px;
}
button.signin:active,button.signintop:active,a.signin:active,a.signintop:active {
    -moz-box-shadow: 0px 5px 0px 0px #007acc;
	-webkit-box-shadow: 0px 5px 0px 0px #007acc;
	box-shadow: 0px 5px 0px 0px #007acc;
        position:relative;
	top:2px;
}

#adv {
    float: left;
    display: block;
    width: 100%;
    
}
#adv .wrapper {
    margin: 0 auto;
}
#adv .slider-container {
    
}

#slide1 {
	background:url("../img/slide01.jpg") center top no-repeat;
}
#slide2 {
	background:url("../img/slide02.jpg") center top no-repeat;
}
#slide3 {
	background:url("../img/slide03.jpg") center top no-repeat;
}
#slide4 {
	background:url("../img/slide04.jpg") center top no-repeat;
}
#slide5 {
	background:url("../img/slide05.jpg") center top no-repeat;
}
#slide6 {
	background:url("../img/slide06.jpg") center top no-repeat;
}

.royalSlider {
    width: 100% !important;
    height: 565px !important;
    position: relative;
    direction: ltr;
    margin: 0 auto !important;
}
.rsABlock {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    position: relative !important;
    width: 370px !important;
    margin: 0 auto !important;
}
#slide2 .rsABlock {
	color:#454545;
}
.rsABlock h1 {
    font-size: 48px;
    line-height: 1em;
    font-weight: 100;
    margin:0 0 5px 0;
}
.rsABlock h1 .bigbold {
    font-weight: 700;
}
.rsABlock h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
    margin:0 0 5px 0;
}
.rsABlock h2 .bigbold {
    font-weight: 700;
}
.rsABlock h2.bigerbold {
    font-weight: 900;
}
.rsABlock p {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5em;
    margin:0;
}
.slide2-content p, .slide4-content p, .slide5-content p {
	font-size:18px;
	line-height:28px;
	margin-bottom:20px;
}
.rsABlock .strong {
    font-weight: 500;
}

.royalSlider .rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

#slide1 .rsABlock {
    left: 223px;
    top: 140px;
}
#slide1 .slide_desc {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}
#slide1 .leftbox img {
    display: block;
    left: -322px;
    position: absolute;
    top: 67px;
}
#slide1 .rightbox {
    width: 500px;
}
.royalSlider .signup {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color:#ffffff;
    padding: 12px 20px;
    text-decoration:none;
	margin-top:40px;
}
#slide3 .signup {
	margin-top:10px;
}
#slide1 .signup {
    -moz-box-shadow: 0px 5px 0px 0px #cc671e;
    -webkit-box-shadow: 0px 5px 0px 0px #cc671e;
    box-shadow: 0px 5px 0px 0px #cc671e;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5771e), color-stop(1, #f5771e) );
    background:-moz-linear-gradient( center top, #f5771e 5%, #f5771e 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5771e', endColorstr='#f5771e');
    background-color:#f5771e;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    border:1px solid #f5771e;
    display:inline-block;
	margin-top:25px;
}
#slide1 .signup:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5771e), color-stop(1, #f5771e) );
    background:-moz-linear-gradient( center top, #f5771e 5%, #f5771e 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5771e', endColorstr='#f5771e');
    background-color:#f5771e;
    -moz-box-shadow: 0px 4px 0px 0px #cc671e;
    -webkit-box-shadow: 0px 4px 0px 0px #cc671e;
    box-shadow: 0px 4px 0px 0px #cc671e;
    position:relative;
    top:1px;
}
#slide1 .signup:active {
    -moz-box-shadow: 0px 4px 0px 0px #f5771e;
    -webkit-box-shadow: 0px 4px 0px 0px #f5771e;
    box-shadow: 0px 4px 0px 0px #f5771e;
    position:relative;
    top:2px;
}

#slide2 .rsABlock {
    left: -263px;
    top: 90px;
}
#slide2 .slide_desc {
    left: 0;
    top: 130px;
    width: 430px;
}
.slide2-content {
	margin-top:20px;
}
#slide1 .signup, #slide3 .signup {
	-moz-box-shadow: 0px 5px 0px 0px #bb0f62;
	-webkit-box-shadow: 0px 5px 0px 0px #bb0f62;
	box-shadow: 0px 5px 0px 0px #bb0f62;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d41e79), color-stop(1, #d41e79) );
	background:-moz-linear-gradient( center top, #d41e79 5%, #d41e79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d41e79', endColorstr='#d41e79');
	background-color:#d41e79;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #d41e79;
	display:inline-block;
}
#slide1 .signup:hover, #slide3 .signup:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d41e79), color-stop(1, #d41e79) );
	background:-moz-linear-gradient( center top, #d41e79 5%, #d41e79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d41e79', endColorstr='#d41e79');
	background-color:#d41e79;
        -moz-box-shadow: 0px 4px 0px 0px #bb0f62;
	-webkit-box-shadow: 0px 4px 0px 0px #bb0f62;
	box-shadow: 0px 4px 0px 0px #bb0f62;
        position:relative;
	top:1px;
}
#slide1 .signup:active, #slide3 .signup:active {
	-moz-box-shadow: 0px 5px 0px 0px #d41e79;
	-webkit-box-shadow: 0px 5px 0px 0px #d41e79;
	box-shadow: 0px 5px 0px 0px #d41e79;
        position:relative;
	top:2px;
}
#slide2 .signup {
	-moz-box-shadow: 0px 5px 0px 0px #bd4f00;
	-webkit-box-shadow: 0px 5px 0px 0px #bd4f00;
	box-shadow: 0px 5px 0px 0px #bd4f00;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5781e), color-stop(1, #f5781e) );
	background:-moz-linear-gradient( center top, #f5781e 5%, #f5781e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5781e', endColorstr='#f5781e');
	background-color:#bd4f00;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #f5781e;
	display:inline-block;
}
#slide2 .signup:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5781e), color-stop(1, #f5781e) );
	background:-moz-linear-gradient( center top, #f5781e 5%, #f5781e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5781e', endColorstr='#f5781e');
	background-color:#f5781e;
        -moz-box-shadow: 0px 4px 0px 0px #bd4f00;
	-webkit-box-shadow: 0px 4px 0px 0px #bd4f00;
	box-shadow: 0px 4px 0px 0px #bd4f00;
        position:relative;
	top:1px;
}

#slide3 .rsABlock {
    left: 286px;
    top: 40px;
}
#slide3 .slide_desc {
    left: 60%;
    top: 110px;
    width: 440px;
}

#slide4 .rsABlock {
    left: -263px;
    top: 110px;
}
#slide4 .slide_desc {
    left: 0%;
    top: 110px;
    width: 420px;
}
#slide4 .signup {
	-moz-box-shadow: 0px 5px 0px 0px #689312;
	-webkit-box-shadow: 0px 5px 0px 0px #689312;
	box-shadow: 0px 5px 0px 0px #689312;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8ac613), color-stop(1, #8ac613) );
	background:-moz-linear-gradient( center top, #8ac613 5%, #8ac613 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ac613', endColorstr='#8ac613');
	background-color:#8ac613;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #8ac613;
	display:inline-block;
	margin-top: 25px;
}
#slide4 .signup:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8ac613), color-stop(1, #8ac613) );
	background:-moz-linear-gradient( center top, #8ac613 5%, #8ac613 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ac613', endColorstr='#8ac613');
	background-color:#8ac613;
        -moz-box-shadow: 0px 4px 0px 0px #689312;
	-webkit-box-shadow: 0px 4px 0px 0px #689312;
	box-shadow: 0px 4px 0px 0px #689312;
        position:relative;
	top:1px;
}
#slide4 .signup:active {
	-moz-box-shadow: 0px 5px 0px 0px #8ac613;
	-webkit-box-shadow: 0px 5px 0px 0px #8ac613;
	box-shadow: 0px 5px 0px 0px #8ac613;
        position:relative;
	top:2px;
}
.slide4-content {
    margin-top: 20px;
}

#slide5 .rsABlock {
    left: 286px;
    top: 100px;
}
#slide5 .slide_desc {
    left: 60%;
    top: 110px;
    width: 505px;
}
#slide5 .rsABlock p {
    margin:0 0 2.2em 0;
}
#slide5 .signup, #slide6 .signup {
	-moz-box-shadow: 0px 5px 0px 0px #1b1b1b;
	-webkit-box-shadow: 0px 5px 0px 0px #1b1b1b;
	box-shadow: 0px 5px 0px 0px #1b1b1b;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #454545), color-stop(1, #454545) );
	background:-moz-linear-gradient( center top, #454545 5%, #454545 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#454545');
	background-color:#454545;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #454545;
	display:inline-block;
	margin-top: 25px;
}
#slide5 .signup:hover, #slide6 .signup:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #454545), color-stop(1, #454545) );
	background:-moz-linear-gradient( center top, #454545 5%, #454545 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#454545');
	background-color:#454545;
        -moz-box-shadow: 0px 4px 0px 0px #1b1b1b;
	-webkit-box-shadow: 0px 4px 0px 0px #1b1b1b;
	box-shadow: 0px 4px 0px 0px #1b1b1b;
        position:relative;
	top:1px;
}
#slide5 .signup:active, #slide6 .signup:active {
	-moz-box-shadow: 0px 5px 0px 0px #454545;
	-webkit-box-shadow: 0px 5px 0px 0px #454545;
	box-shadow: 0px 5px 0px 0px #454545;
        position:relative;
	top:2px;
}
.slide5-content {
    margin-top: 20px;
}
#slide6 .rsABlock {
    left: -260px;
    top: 170px;
}
#slide6 .slide_desc {
    left: 5%;
    top: 110px;
    width: 500px;
}

.rsMinW .rsGCaption {
    display: none;   
}

.slider-container .rsMinW .rsBullets {
    display: block;
    position: absolute;
    bottom: -25px;
    right: 46.7%;/*675px;*/
    z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: visible;
}

.slider-container .rsMinW .rsBullet {
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.slider-container .rsMinW .rsBullet span {
    width: 14px;
    height: 14px;
    background: #e3e3e3 !important;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
}
.rsMinW .rsBullet.rsNavSelected span {
    background: #89c613 !important;
}

/*** end of slider css ***/


body.homepage #bottom {
    background: transparent;
    float: left;
    color: #fff;
    margin-top: 30px;
}

.mainbottom .jobseekersbutton, .mainbottom .employersbutton, .mainbottom .headhuntersbutton  {
    width: 31%;
    float: left;    margin-left:10px;
}

.mainbottom .jobseekersbutton, .mainbottom .employersbutton{margin-left:10px;}

 .mainbottom .headhuntersbutton {margin-left:42px;}
/*#########################################################################################*/

.mainbottom1{position:absolute;margin-top:25px;z-index:9999;height:40px;width:500px;display:none;}
.mainbottom2{position:absolute;margin-top:35px;z-index:9999;height:50px;width:600px;}
.mainbottom1 .jobseekersbutton1, .mainbottom1 .employersbutton1, .mainbottom1 .headhuntersbutton1  {    
    float: left;	
	margin-right:5px;
}

#signintype{margin-left:15px;margin-top:40px !important;}
#signuptype{margin-left:137px;margin-top:40px !important;}
.mainbottom1 .jobseekers1, .mainbottom1 .employers1, .mainbottom1 .headhunters1 {
	font-family: 'Raleway', sans-serif;
        font-size:14px !important;
	color:#ffffff;
        font-weight: 600;
	padding:8px 45px 8px 10px !important;
        text-transform: uppercase;
	text-decoration:none;
}

.mainbottom1 .jobseekers1 {
        background:#232d3b url(../images/jobseekico_s.png) no-repeat 95% center;
        -moz-box-shadow: 0px 5px 0px 0px #0c141e;
	-webkit-box-shadow: 0px 5px 0px 0px #0c141e;
	box-shadow: 0px 5px 0px 0px #0c141e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #232d3b;
	display:inline-block;
	
}
.mainbottom1 .jobseekers1:hover {
	background:#232d3b url(../images/jobseekico_s.png) no-repeat 95% center;
        -moz-box-shadow: 0px 4px 0px 0px #0c141e;
	-webkit-box-shadow: 0px 4px 0px 0px #0c141e;
	box-shadow: 0px 4px 0px 0px #0c141e;
        position:relative;
	top:1px;
}
.mainbottom1 .jobseekers1:active {
	position:relative;
	top:2px;
        -moz-box-shadow: 0px 5px 0px 0px #232d3b;
	-webkit-box-shadow: 0px 5px 0px 0px #232d3b;
	box-shadow: 0px 5px 0px 0px #232d3b;
}

.mainbottom1 .employers1 {
	background: #425321 url(../images/employico_s.png) no-repeat 95% center;
        -moz-box-shadow: 0px 5px 0px 0px #141e0c;
	-webkit-box-shadow: 0px 5px 0px 0px #141e0c;
	box-shadow: 0px 5px 0px 0px #141e0c;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #425321;
	display:inline-block;
   
}
.mainbottom1 .employers1:hover {
	background: #425321 url(../images/employico_s.png) no-repeat 95% center;
        -moz-box-shadow: 0px 4px 0px 0px #141e0c;
	-webkit-box-shadow: 0px 4px 0px 0px #141e0c;
	box-shadow: 0px 4px 0px 0px #141e0c;
        position:relative;
	top:1px;
}
.mainbottom1 .employers1:active {
	position:relative;
	top:2px;
        -moz-box-shadow: 0px 5px 0px 0px #425321;
	-webkit-box-shadow: 0px 5px 0px 0px #425321;
	box-shadow: 0px 5px 0px 0px #425321;
}

.mainbottom1 .headhunters1 {
	background: #505050 url(../images/headhico_s.png) no-repeat 95% center;
        -moz-box-shadow: 0px 5px 0px 0px #141e0c;
	-webkit-box-shadow: 0px 5px 0px 0px #141e0c;
	box-shadow: 0px 5px 0px 0px #141e0c;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #505050;
	display:inline-block;
}
.mainbottom1 .headhunters1:hover {
	background: #505050 url(../images/headhico_s.png) no-repeat 95% center;
        -moz-box-shadow: 0px 4px 0px 0px #141e0c;
	-webkit-box-shadow: 0px 4px 0px 0px #141e0c;
	box-shadow: 0px 4px 0px 0px #141e0c;
        position:relative;
	top:1px;
}
.mainbottom1 .headhunters1:active {
	position:relative;
	top:2px;
        -moz-box-shadow: 0px 5px 0px 0px #505050;
	-webkit-box-shadow: 0px 5px 0px 0px #505050;
	box-shadow: 0px 5px 0px 0px #505050;
}

/*#########################################################################################*/
/*#########################################################################################*/
.mainbottom .jobseekers, .mainbottom .employers, .mainbottom .headhunters {
	font-family: 'Raleway', sans-serif;
        font-size:24px;
	color:#ffffff;
        font-weight: 600;
	padding: 18px 118px 18px 25px;
        text-transform: uppercase;
	text-decoration:none;
}
.mainbottom .jobseekers {
        background:#232d3b url(../images/jobseekico.png) no-repeat 95% center;
        -moz-box-shadow: 0px 5px 0px 0px #0c141e;
	-webkit-box-shadow: 0px 5px 0px 0px #0c141e;
	box-shadow: 0px 5px 0px 0px #0c141e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #232d3b;
	display:inline-block;
}
.mainbottom .jobseekers:hover {
	background:#232d3b url(../images/jobseekico.png) no-repeat 95% center;
        -moz-box-shadow: 0px 4px 0px 0px #0c141e;
	-webkit-box-shadow: 0px 4px 0px 0px #0c141e;
	box-shadow: 0px 4px 0px 0px #0c141e;
        position:relative;
	top:1px;
}
.mainbottom .jobseekers:active {
	position:relative;
	top:2px;
        -moz-box-shadow: 0px 5px 0px 0px #232d3b;
	-webkit-box-shadow: 0px 5px 0px 0px #232d3b;
	box-shadow: 0px 5px 0px 0px #232d3b;
}

.mainbottom .employers {
	background: #425321 url(../images/employico.png) no-repeat 95% center;
        -moz-box-shadow: 0px 5px 0px 0px #141e0c;
	-webkit-box-shadow: 0px 5px 0px 0px #141e0c;
	box-shadow: 0px 5px 0px 0px #141e0c;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #425321;
	display:inline-block;
        margin: 0 0 0 5px;
}
.mainbottom .employers:hover {
	background: #425321 url(../images/employico.png) no-repeat 95% center;
        -moz-box-shadow: 0px 4px 0px 0px #141e0c;
	-webkit-box-shadow: 0px 4px 0px 0px #141e0c;
	box-shadow: 0px 4px 0px 0px #141e0c;
        position:relative;
	top:1px;
}
.mainbottom .employers:active {
	position:relative;
	top:2px;
        -moz-box-shadow: 0px 5px 0px 0px #425321;
	-webkit-box-shadow: 0px 5px 0px 0px #425321;
	box-shadow: 0px 5px 0px 0px #425321;
}

.mainbottom .headhunters {
	background: #505050 url(../images/headhico.png) no-repeat 95% center;
        -moz-box-shadow: 0px 5px 0px 0px #141e0c;
	-webkit-box-shadow: 0px 5px 0px 0px #141e0c;
	box-shadow: 0px 5px 0px 0px #141e0c;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #505050;
	display:inline-block;
}
.mainbottom .headhunters:hover {
	background: #505050 url(../images/headhico.png) no-repeat 95% center;
        -moz-box-shadow: 0px 4px 0px 0px #141e0c;
	-webkit-box-shadow: 0px 4px 0px 0px #141e0c;
	box-shadow: 0px 4px 0px 0px #141e0c;
        position:relative;
	top:1px;
}
.mainbottom .headhunters:active {
	position:relative;
	top:2px;
        -moz-box-shadow: 0px 5px 0px 0px #505050;
	-webkit-box-shadow: 0px 5px 0px 0px #505050;
	box-shadow: 0px 5px 0px 0px #505050;
}

body.homepage .mainfooter {
    background: transparent;
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px;
}
body.homepage .mainfootercont {
    display: block;
    padding: 0px;
}
.mainfootercont h2 {
    background: url(../images/separtor.png) no-repeat center bottom;
    font-family: 'Raleway', sans-serif;
    font-size: 3em;
    color: #89c613;
    margin: 1.5em 0 1em;
    padding: 0px 0 45px;
}
.mainfootercont ul {
    padding: 0;
}
body.homepage .mainfootercont ul li {
    display: inline-block;
    width: 32%;
}
body.homepage .mainfootercont ul li:first-child {
    background: url(../images/arr-top.png) no-repeat top right;
    padding-top: 10px;
}
body.homepage .mainfootercont ul li:nth-of-type(2n) {
    background: url(../images/arr-down.png) no-repeat bottom right;
    margin: 0 10px;
    padding-bottom: 10px;
}
.mainfootercont img {
    display: block;
    float: left;
    margin: 0 15px 0 0;
}
.mainfootercont h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    text-align: left;
    font-weight: 100;
    margin: 0 0px 5px 0;
}
body.homepage .mainfootercont ul.steps p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 18px;
    text-align: left;
}



/* ====================
    page: Employers
   ==================== */

body.employers .header-container {
    background: #fff;
    border-bottom: none;
}



/* ====================
    page: Our Offerings
   ==================== */


.mainheader-title {
    background: url(../images/headtitlebg.jpg) no-repeat center center;
    float: left;
    width: 100%;
}
.mainheader-title h1 {
    color: rgba(255,255,255,0.3);
}

.flexbox_holder {
    display: box;
    float: left;
    margin: 0px 0 26px;
    width: 100%;
}
.flexbox_holder .box-content {
    /*display: -ms-box;
    display: -webkit-box;
    box-orient: horizontal;*/
}
.box-content ol {
    padding: 0 0 0 0px;
    width: 100%;
    margin: 0em 0 1em;
}
.box-content ol li {
    display: inline;
    position: relative;
    float: left;
    width: 220px;
    min-height: 515px;
    margin-right: 20px;
}
.box-content ol li:last-child {
    margin-right: 0px;
}
.box-content h5 {
    font-size: 21px; 
    color: #f5781e;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1.67em 0 .8em;
}
.box-content .subtitle {
    display: block;
    font-size: 36px; 
    color: #454545;
    font-weight: 300;
    text-transform: none;
}
.box-content p {
    font-weight: 300;
}
.box-content a.fmore {
    font-size: 14px; 
    color: #91bf38;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
}
.box-content a.fmore:hover {
    color: #454545;
}


/* =========================
    page: Why Talent Sketch
   ========================= */

body.why-talent-sketch .mainheader-title {
    background: url(../images/wtalsketchbg.jpg) no-repeat center center;
}

body.why-talent-sketch .box-content {
    float: left;
    width: 100%;
}

.leftmodule {
    float: left;
    width: 40%;
    display: block;
}
.rightmodule {
    display: block;
    float: right;
    padding-top: 30px;
    width: 59%;
    
    /*width: 60%;*/
}

h2.titlereasons {
    font-size: 48px;
    font-weight: 200;
    margin: 0em 0 .3em -.5em;
}
h2.titlereasons .bigbold {
    display: block;
    font-weight: 600;
    line-height: 66px;
}

ul.freasons {
    padding: 0 0 0 0px;
    margin: 1em 0 1em 1.5em;
    list-style: none;
}
ul.freasons li {
    font-size: 21px;
    font-weight: 200;
    line-height: 32px;
    padding: 12px 60px 12px 0;
    border-bottom: 1px solid #e0e0e0;
}
ul.freasons li:last-child {
    border-bottom: none;
}

ul.freasons li.one {
    background: url(../images/numone.png) no-repeat right top;
}
ul.freasons li.two {
    background: url(../images/numtwo.png) no-repeat right top;
}
ul.freasons li.three {
    background: url(../images/numthree.png) no-repeat right top;
}
ul.freasons li.four {
    background: url(../images/numfour.png) no-repeat right top;
}
ul.freasons li.five {
    background: url(../images/numfive.png) no-repeat right top;
}

.submenu ul,.submenu1 ul{padding-left:0px;width:600px;margin-bottom:50px;float:left;}
.submenu ul li,.submenu1 ul li{float:left;list-style:none;padding-right:10px;}
.submenu1 ul{margin-bottom:10px;}
.lastli{border:none !important;}
.active a{color:#007acc !important;}

.submenu ul{margin: 0 0 10px 0 !important;width:99%;} 
.submenuul{background:#aad5ff !important;margin-left:-10px !important;padding-left:10px !important;}
/* =========================
    page: Form Elements
   ========================= */

.box_right form {
    margin-bottom:10px;
	padding-bottom:10px;
	height:100%;
	float:left;
}
.required {
    background: url(../images/requiredfield.gif) no-repeat 0 0;padding-left:10px;
}

.required1 {
    background: url(../images/requiredfield.gif) no-repeat 130px 10px;padding-left:10px;
}
.optional {
    padding-left:10px;background:none;
}

form p.description{font-size:12px;padding:0;margin-top:-20px !important;}

form dt{width:200px;float:left;margin-bottom:15px\9;}
form dd{width:320px;float:left;margin-bottom:15px\9;}
form .label, .labelr {
    font-family: 'Roboto Condensed', sans-serif;
    color: #454545;
    font-size: 18px;
    font-weight: 400;
    float: left;
    margin: 0;
    width: 25%;
}
.labelr {
    margin-top: 17px;

}
form .textbx {
    line-height: 46px;
}
.rlabel {
    line-height: 48px;
}
input, textarea, select {
    background: #f4f4f4;
    color: #777;
    font-size: 15px;
    font-style: italic;
    font-weight: 200;
    border: 2px solid #d3d3d3;
    margin: 0 0 1em;
    outline: medium none;
    padding: 5px 5px 5px 10px;
    width:305px;
	border:1px solid;
}
form select {
    width:323px;
}
form .dropdown {
    margin-bottom: 17px;
}
#securitycode-input{width:100px !important;}
input:hover,
textarea:hover,
select:hover {
    background: #fff;
    border: 2px solid #00b3e6;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 10px;
    width: 30px;
}

input[type="checkbox"].chbox2,
input[type="radio"].radio2 {
    margin-left: 30px;
}

input[type="file"]{
    width:auto;padding:0;border:0;
}

strobeMediaPlayback{}

form .chbox,
form .radio {
    font-family: 'Roboto', sans-serif;
    color: #777;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
}

#login_form a{
	color:#0080ff;font-size:14px;
}
input.button,form button,.button_small {
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-style: normal !important;
    color: rgb(255, 255, 255) !important;
    width: 200px;
    -moz-box-shadow: 0px 5px 0px 0px #2d2d2d;
    -webkit-box-shadow: 0px 5px 0px 0px #2d2d2d;
    box-shadow: 0px 5px 0px 0px #2d2d2d;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #515151), color-stop(1, #515151) );
    background:-moz-linear-gradient( center top, #515151 5%, #515151 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#515151');
    background-color:#515151;
    border: none;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    padding:6px 20px;
    margin: 2em 7px 0;
}
input.button:hover,button:hover,.button_small:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #515151), color-stop(1, #515151) );
    background:-moz-linear-gradient( center top, #515151 5%, #515151 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#515151');
    -moz-box-shadow: 0px 4px 0px 0px #2d2d2d;
    -webkit-box-shadow: 0px 4px 0px 0px #2d2d2d;
    box-shadow: 0px 4px 0px 0px #2d2d2d;
    position:relative;
    top:1px;
}
input.button:active, button:active,.button_small:active {
    -moz-box-shadow: 0px 5px 0px 0px #2d2d2d;
    -webkit-box-shadow: 0px 5px 0px 0px #2d2d2d;
    box-shadow: 0px 5px 0px 0px #515151;
    position:relative;
    top:2px;
}

.button_small {width:100px;}

.errors{height:20px;margin-top:-15px;padding-left:0px;}

ul.errors li {
    color: red !important;
    list-style: none;
    font-weight: normal;	
	width:100%;
	height:15px;	
	margin:0;
	font-size:12px;
}
#refreshcaptcha{background:url(../images/reload_icon_mac.png) no-repeat;padding:18px;margin-right:30px;}


.formfieldset {
    margin-top: 20px;
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 10px;
}

.formfieldsetlast {
    margin-top: 20px;
    padding-bottom: 10px;
}

.formfieldset legend, .formfieldsetlast legend {
    font-weight: bold;
    margin-bottom: 20px;
    color: green;
}


/* checkbox & radio input */

/*
 * customRadioCheck: jQuery plugin for checkbox and radio replacement
 * Author: Cedric Ruiz
 * License: MIT
*/
.custom-label {
  display: inline-block;
  margin-right: 1.3em;
  cursor: pointer;
}
.custom-radio,
.custom-check {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -.15em; /* Adjust to for best fit */
    margin: .3em .8em 0 0;
    width: 24px;
    height: 24px;
    background: url(../images/customRadioCheck.png) 0 0 no-repeat;
}
.custom-radio { background-position: 0 -20px; }
.custom-check.focus { background-position: -20px 0; }
.custom-radio.focus { background-position: -20px -20px; }
.custom-check.checked { background-position: -40px 0; }
.custom-radio.checked { background-position: -40px -20px; }
.custom-check.checked.focus { background-position: -60px 0; }
.custom-radio.checked.focus { background-position: -60px -20px; }




p.radio {
    float: left;
    width: 70%;
    margin: 2em 0 1em;
}

.has-js .label_check,
.has-js .label_radio {
    padding-left: -10px;
    display:block;
    height:30px;
    float:left;
}
.has-js .label_radio {
    background: url(../images/nochecked.png) 0px 0 no-repeat;
    height: 30px;
    line-height: 20px;
    padding-right: 0px;
    padding-left: 36px;
    width: 75px;
    cursor:pointer;
}
.has-js .label_check {
    background: url(../images/nochecked.png) 0 0 no-repeat;
    float: left;
    height: 30px;
    line-height: 35px;
    padding-left: 60px;
    width: 110px;
}
.has-js label.c_on {
    background: url(../images/checked.png) 0px 0 no-repeat;
}
.has-js label.r_on {
    background: url(../images/checked.png) 0px 0 no-repeat;
}
.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}
.has-js .label_radio#radio2  {
    background: url(../images/nochecked.png) 0px 0 no-repeat;
}
.has-js label.r_on#radio2  {
    background: url(../images/checked.png) 0px 0 no-repeat;
}

/* end radio input */





/*** the CSS styling below will only be picked up by Safari and Chrome ***/ 
@media screen and (         -webkit-min-device-pixel-ratio:0){ 
    .header-container button.getyours {
        background-color: transparent !important;
        border: none !important;
        color: #fff;
    }
    /*.dropdownlbl {
        line-height: 26px !important;
    }*/
    
}



/*** the CSS styling below will only be picked up by Safari ***/

::made-up-pseudo-element, .dropdownlbl {
        line-height: 26px !important;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        /*float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;*/
    }

    nav li:first-child a {
        /*margin-left: 0;*/
    }

    nav li:last-child a {
        /*margin-right: 0;*/
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    /*.header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }*/

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        /*float: right;
        width: 38%;*/
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        /*width: 57%;*/
    }

    .main aside {
        /*float: right;
        width: 28%;*/
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    /*.wrapper {
        width: 1026px;  /*1140px - 10% for margins */
        /*margin: 0 auto;
    }*/
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.paginationControl {
    font-size: 18px;
    font-weight: bold;
	display:inline;
}

.paginationControl span {
    font-weight: bold !important;
    font-size: 14px !important;
}

.disabled {
    font-weight: bold;
    font-size: 14px;
    color: #F77A62;	
	display:inline;
}

.paginationControl a {
    font-weight: bold;
    font-size: 12px;
}

#passwordrequest {
    display: none;
    position: absolute;
    background: #fff;
    /*-moz-opacity: -0.89;
    opacity: 0.89;*/
    width: 600px;
    height: 400px;
    z-index: 9999;
    padding: 10px;
    margin-top: -60px;
    /*left: 0px;
    top: 0px;*/
}


#bluebox_promo {
    float: left;
    width: 49%;
    margin-top: 20px;
    margin-left: 20px;
}

#bluebox_promofull {
    float: left;
    width: 99%;
    margin-left: 10px;
}

#bluebox_promo ul li, #bluebox_promofull ul li {
    padding: 5px;
    list-style: circle;
    margin: 0;
    color: #fd8b35;
}

#bluebox_promo a {
    color: #fd8b35;
    text-decoration: none;
}



.packages {
    float: left;
    width: 31% !important;
    border: 1px solid #ccc;
    text-align: center !important;
    margin-bottom: 10px;
}

.packages b {
    line-height: 15px;
    font-size: 11px;
}

.packages h4 {
    line-height: 25px;
    text-align: center;
	font-size:16px;
}

.packages img {
    margin-top: 5px;
}

.packagesheader {
    background-color: #e7c264;
    width: 100%;
    float: left;
}

.packagescontainer {
    width: 98%;
    border-bottom: 1px dotted #ccc;
    float: left;
    min-height: 110px;
}

/* Menu ///////////////////////////////////////////////////////////////*/
.navigation {
    position: relative;
    z-index: 999;
    width: 100%; 
    float: left;
    font-size: 13px;
    margin-bottom: 0px;
    list-style: none;
    text-transform: capitalize;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.navigation a {
    width: 100%;
    height: 30px; 
    text-decoration: none;    
    margin: 0 1px;
    padding-top: 10px;
    z-index: 999;
    text-transform: capitalize;
}

.navigation li {
    /*visibility:hidden;*/   
    list-style: none;
}

.navigation li ul {
    visibility: hidden;
    width: 250px;
    border: 1px solid #fd8b35;
    background: #fff;
    position: absolute;
	margin-left:30px;
}

.navigation li ul a {
    text-align: left;
    font-weight: normal;
    padding-left: 5px;
    width: 130px;
}

.navigation li a:hover {
    z-index: 599;
    cursor: pointer;
    background: url(../images/menu_bkg_hover.gif) repeat-x;
}

.navigation li:hover > ul {
    z-index: 599;
    visibility: visible;
    float: left;
}

.navigation li.active{
	background:#ccc;
    background: url(../images/menu_bkg_hover.gif) repeat-x;
}

.navigation li.active li a {
    background: none;
    height: 30px;
}

.navigation li.active li:hover {
    background: #ccc;
}


.tablecontent {
    width: 100%;
    border: 1px solid #E9EBEB;    
    text-align: left !important;   
   vertical-align:top;font:  13px/14px Arial, "Times New Roman", Times, serif;
}
.tablecontent tr{border-bottom:1px dotted;}
.tablecontent a,.tablecontent b{
	color:#0b92a1;
	font: 14px/15px Arial, "Times New Roman", Times, serif;
}

.tablecontent th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E1E1E1), color-stop(1, #B4B4B4) );
    background:-moz-linear-gradient( center top, #E1E1E1 5%, #B4B4B4 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E1E1', endColorstr='#B4B4B4');
    text-align:center;
    font-size:16px;
    font-weight:normal;
}

.tablecontent th, .tablecontent td {
    padding: 5px;
    height: 25px;
    text-align: left;	
	color: #3e3e3e;
}

.tablecontent td{font-size:13px !important;}
.tablecontent td:nth-child(odd) {background:#f2f2f2;}

.tablecontent td ul li {
    height: 20px;
	list-style:none;
}


.tablecontent td ul li a{
	font-size:16px;
    height: 20px;
	list-style:none;
}

.tableborder {
    width: 99%;
    border: 1px solid green;
}

.tableborder tr {
    height: 30px;
}

.tableborder th {
    text-align: left;
    width: 25%;
    color: green;
}

.tableborder td {
    text-align: left;
    width: 25%;
}

#networklink ul {
    width: 100%;
    float: left;
    list-style: none;
	padding:0;
}

#networklink ul li {
	float: left;
	margin-left:0;
    padding: 2px 0 2px 0;
	width:45%;
}

#networklink ul li {
    padding-left: 25px;
}


#networklink ul li a {
    text-decoration: none;
	font-size:18px;
}

#singleline_form{width:100%;margin-top:-30px;padding:0;}
 
 #singleline_form label{font-size:14px;}

#singleline_form input, #singleline_form select{
    width: 110px; 
    background: none;
	float:left;
	margin-left:5px;
}

 #singleline_form select{height:30px !important;}
 
#singleline_form input{
	margin-right:10px;
}
 

#singleline_form label {
    width:auto;
    background: none;
	float:left;
	font-weight:bold;
	margin-left:5px;
	padding-top:5px;
}

#singleline_form #search_button {
    background: url(../images/candiserico.png) no-repeat;
    width: 22px;
    height: 20px;
    border: none;
    float: right;
	margin-top:8px;
}


.userdiv {
    float: left;
    padding: 15px;    
    width: 150px;
	font-size:12px;
	border:2px dotted #ccc;
	margin-right:10px;
}

.userdiv img{width:100px;}

.imgdiv{height:80px;}

.userdiv a{font-size:13px;}

.userlogo{width:150px;height:150px;}

.clr {
    clear: both;
}

.nxt{
	background-color:#2f2f2f;width:150px;display:none;padding:5px;list-style: decimal;position:absolute;z-index:9999; text-align:left;	
}
.nxt li{margin-left:20px;margin-bottom:5px;height:auto !important;list-style:decimal !important;}
.nxt li a{color:#fff;font-size:12px !important;height:auto !important;}

.messages{min-height:50px;padding:5px;list-style: decimal;text-align:left;}
.messages ul{list-style: decimal;margin-left:20px;padding:0;margin-top:0;}
.messages ul li a{text-decoration:none;color:#454545;font-size:13px;}
.messages ul li a:hover{color: #f5781e;}
.smallerbut{margin:10px 0 0 0;padding:0 10px;width:auto;font-size:16px;}
.hid{display:none;}

::-webkit-input-placeholder { font-size:12px;}
::-moz-placeholder { font-size:12px;} /* firefox 19+ */
:-ms-input-placeholder { font-size:12px;} /* ie */
input:-moz-placeholder { font-size:12px;}

#details_formats,#details_syntax,#companydescription_formats,#companydescription_syntax{width:100px !important;}
#details_fontsize,#details_fontfamily,#companydescription_fontsize,#companydescription_fontfamily{width:80px !important;}
