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


/* WIDGET GLOBAL     */ /******************************/ /* START */

.widget {
	max-width: 274px;
	margin: 0 0 25px 30px;
	padding: 0 0 20px 0;
	background: url(../images/widget-bg.jpg) no-repeat left bottom;
}
.widget:first-child {margin-top: 15px;}

.widget .viewAll {text-align: right; padding: 10px 0 0 0;}
.widget .viewAll a {
	/*background: url(../images/arr-red.png) no-repeat right -4px;*/
	font-family: 'CenturySchoolbookBoldItalic';
	color: #ee3524; text-decoration: none;
	padding: 0 15px 0 0;
	position: relative;
}
.widget .viewAll a:before {
	content: '';
	width: 6px;
	height: 9px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 3px;
	background-image:url(../images/arr-view-all-retina.png);
	background-position: 0 0;
	background-size: 200%;
}
.widget .viewAll a:hover {
	color: #008da9;
}
.widget .viewAll a:hover:before {
	background-position: 100% 0;
}

@media (min-width: 993px) and (max-width: 1199px) {
	.widget {
    	margin: 0 0 25px 60px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
	.widget {
    	margin: 0 0 25px 0;
    }
}

@media (max-width: 767px) {
	.widget {width: 274px; margin: 0 auto 25px auto;}
}

/* WIDGET GLOBAL     */ /********************************/ /* END */





/* JOB I FOLLOW      */ /******************************/ /* START */

.widget-job-i-follow {}
.widget-job-i-follow center {padding-bottom: 10px;}

.widget-job-i-follow ul.item {
	list-style: none;
	font-family: 'CenturyGothicRegular';
	font-size: 10px;
	text-transform: none;
	letter-spacing: normal;
	padding: 10px 10px;
	margin: 0px 0 0 0;
	border-bottom: 1px solid #e1e1e1;
}
.widget-job-i-follow ul.item:hover {background: #e1e1e1;}
.widget-job-i-follow ul.item:before, .widget-job-i-follow ul.item:after {display: table; content: " ";}
.widget-job-i-follow ul.item:after {clear: both;}
.widget-job-i-follow ul.item li {float:left; width: 65%; text-align: left; padding: 0px;}
.widget-job-i-follow ul.item li:last-child {width: 30%; float: right; text-align: right!important;}

.widget-job-i-follow ul.item li:last-child span {display: block;}

.widget-job-i-follow ul.item li h5 {margin: 0; padding: 0;}
.widget-job-i-follow ul.item li a {
	color: #000000; text-decoration: none;
	font-family: 'CenturyGothicRegular';
	font-size: 14px; text-transform: uppercase;
}
.widget-job-i-follow ul.item li .company {
	font-family: 'CenturyGothicBold';
	font-size: 12px; color: #333333;
}

.widget-job-i-follow center img {width: 82px; height: auto;}

@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {
	.widget-job-i-follow ul.item li {float:none; width: 100%; text-align: left; padding: 0px;}
	.widget-job-i-follow ul.item li:last-child {width: 100%; float: none; text-align: left!important;}

	.widget-job-i-follow ul.item li:last-child span {display: inline-block; padding-right: 10px;}
	.widget-job-i-follow ul.item li:last-child span:last-child {border-left: 0px solid #333333; padding-left: 10px;}
}

@media (max-width: 767px) {

}

/* JOB I FOLLOW      */ /********************************/ /* END */





/* FAQ's            */ /******************************/ /* START */

.widget-faqs {}

.widget-faqs ul.item {
	list-style: none;
	font-family: 'CenturyGothicRegular';
	font-size: 11px;
	text-transform: none;
	letter-spacing: normal;
	padding: 10px 10px 0 10px;
	margin: 0px 0 0 0;
}

.widget-faqs ul.item li {text-align: center;}
.widget-faqs ul.item li h5 {margin: 0; padding: 0;}
.widget-faqs ul.item li a {
	color: #008fa1; text-decoration: none;
	font-family: 'CenturyGothicRegular';
	font-size: 13px;
}
.widget-faqs ul.item li a:hover {color: #ff3333;}


@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (max-width: 767px) {

}

/* FAQ's            */ /******************************/ /* END */





/* WISDOM           */ /****************************/ /* START */

.widget-wisdom {

	position: relative;
	max-width: 274px;
	padding-bottom: 40px;
}
/*.widget-wisdom img {width: 100%; height: auto;}*/
.widget-wisdom .hoverBox {
	background: url(../images/1x1-black60.png);
	height: 274px;
	width: 100%;
	position: absolute;
    top: 0px;
    left: 0px;
	display: none;
}
.widget-wisdom:hover .hoverBox {display: block;}
.widget-wisdom .hoverBox .pinIt {
	position: absolute;
	top:15px; right:15px;
	width:47px; height:27px;
	border:1px solid #FFFFFF;
}
.widget-wisdom .hoverBox .link {
	position: absolute;
	bottom:15px; left:0;
	width:100%;
	text-align: center;
}
.widget-wisdom .hoverBox a.seeMore {
	font-family: 'CenturySchoolbookBoldItalic';
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	background: url(../images/arr-view-all2.png) no-repeat right;
	padding:0 10px 0 0;
}
.widget-wisdom .hoverBox .dwn {
	position: absolute;
	bottom: 40px;
	right: 15px;
	width: 32px;
	height: 32px;
	background-image: url(../images/arr-dwn.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {
	.widget-wisdom .hoverBox {height: 220px;}
	.widget-wisdom .hoverBox a.seeMore {font-size: 12px;}
}

@media (max-width: 767px) {
	.widget-wisdom {margin: 0 auto 25px auto;}
}

/* WISDOM           */ /******************************/ /* END */





/* TESTIMONIALS      */ /****************************/ /* START */

.widget-testimonials {text-align: center;}
.widget-testimonials .quote {
	font-family: 'CenturyGothicItalic';
	font-size: 13px;
	padding: 10px 0 0 0;
}
.widget-testimonials .quote img {margin-top: -4px;}

.widget-testimonials .name {
	font-family: 'CenturyGothicBold';
	font-size: 12px; color: #000000;
}

@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (max-width: 767px) {

}

/* TESTIMONIALS      */ /****************************/ /* END */





/* INSTAGRAM       */ /****************************/ /* START */

.widget-instagram {text-align: center;}

.widget-instagram .title {
	display: none;
}

.widget-instagram .placeholder {
	width: 250px;
	margin: 10px auto 0 auto;
}

.widget-instagram .iosSlider {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background: #008ca9;
}
.widget-instagram .iosSlider .slider {
	width: 100%;
	height: 250px;
}
.widget-instagram .iosSlider .slider .item {
	position: relative;
	top: 0;
	left: 0;
	width: 250px;
	height: 250px;
	margin: 0 0px 0 0;
}
.widget-instagram .iosSlider .slider .item img {width: 100%; height: auto;}
.widget-instagram .iosSlider .slider .item:hover img {opacity:.3;}
.widget-instagram .iosSlider .slider .item:last-child {margin: 0;}

.widget-instagram .iosSlider .prevButton {
	position: absolute;
	right: 0px;
	top: 39%;
	width: 38px; height: 47px;
	padding: 0 0px 0 0px;
	margin: 0px 0 0 0;
	cursor: pointer;
	background:url(../images/w-arr-next.png) no-repeat;
}
.widget-instagram .iosSlider .nextButton {
	position: absolute;
	left: 0px;
	top: 39%;
	width: 38px; height: 47px;
	padding: 0 0px 0 0px;
	margin: 0px 0 0 0;
	cursor: pointer;
	background:url(../images/w-arr-prev.png) no-repeat;
}


@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (max-width: 767px) {

}

/* INSTAGRAM       */ /******************************/ /* END */





/* CONNECT         */ /****************************/ /* START */

.widget-connect {text-align: center;width:250px;}

.widget-connect ul:before, .widget-connect ul:after {display: table; content: " ";}
.widget-connect ul:after {clear: both;}
.widget-connect ul {
	list-style: none;
	margin: 0 0 0 10px!important;
    padding: 0!important;
}
.widget-connect ul li {float: left; line-height: 36px; height: 36px;}
.widget-connect ul li:first-child {margin-right: 10px;}

.widget-connect [class^="iconH-"], .widget-connect [class*=" iconH-"] {
	float: left;
	width:36px;
	height:36px;
	margin:0 5px 0 0;
	line-height:36px;
	vertical-align:text-top;
}

.widget-connect .iconH-fb    {
	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;
}
.widget-connect .iconH-fb:hover    {
	background-image:url(../images/icons-fb-big-1.png);
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.widget-connect .iconH-tw    {
	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;
}
.widget-connect .iconH-tw:hover   {
	background-image:url(../images/icons-tw-big-1.png);
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.widget-connect .iconH-pi    {
	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;
}
.widget-connect .iconH-pi:hover    {
	background-image:url(../images/icons-pi-big-1.png);
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.widget-connect .iconH-ig    {
	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;
}
.widget-connect .iconH-ig:hover    {
	background-image:url(../images/icons-ig-big-1.png);
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.loadHover {display:none;}



@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (max-width: 767px) {

}

/* CONNECT         */ /******************************/ /* END */





/* ALSO LIKE       */ /****************************/ /* START */

.widget-like {text-align: center;}

.widget-like ul:before, .widget-like ul:after {display: table; content: " ";}
.widget-like ul:after {clear: both;}
.widget-like ul {list-style: none; padding: 0px;}
.widget-like ul li {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px;
}
.widget-like ul li a {
	font-family: 'CenturyGothicRegular';
	font-size: 16px; text-transform: uppercase;
	text-decoration: none; color: #000000;
}
.widget-like ul li a:hover {color: #008fa1;}


@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (max-width: 767px) {

}

/* ALSO LIKE       */ /******************************/ /* END */




/* SEE MORE JOBS   */ /****************************/ /* START */

.widget-moreJobs {text-align: center;}
.widget-moreJobs center img {
	width: 200px;
	height: auto;
}

.widget-moreJobs ul:before, .widget-moreJobs ul:after {display: table; content: " ";}
.widget-moreJobs ul:after {clear: both;}
.widget-moreJobs ul {list-style: none; padding: 0px; margin: 10px 0 0 0;}
.widget-moreJobs ul li {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px;
}
.widget-moreJobs ul li a {
	font-family: 'CenturyGothicRegular';
	font-size: 16px; text-transform: uppercase;
	text-decoration: none; color: #000000;
}
.widget-moreJobs ul li a:hover {color: #008fa1;}


@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (max-width: 767px) {

}

/* SEE MORE JOBS   */ /******************************/ /* END */




/* READ THE BLOG   */ /****************************/ /* START */

.widget-readBlog {}

.widget-readBlog .placeholder {
	width: 250px;
	margin: 10px auto 0 auto;
}

.widget-readBlog .iosSlider {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background: #008ca9;
}
.widget-readBlog .iosSlider .slider {
	width: 100%;
	height: 250px;
}
.widget-readBlog .iosSlider .slider .item {
	position: relative;
	top: 0;
	left: 0;
	width: 250px;
	height: 250px;
	margin: 0 0px 0 0;
}
.widget-readBlog .iosSlider .slider .item img {width: 100%; height: auto;}
.widget-readBlog .iosSlider .slider .item:last-child {margin: 0;}

.widget-readBlog .iosSlider .prevButton2 {
	position: absolute;
	right: 0px;
	top: 39%;
	width: 38px; height: 47px;
	padding: 0 0px 0 0px;
	margin: 0px 0 0 0;
	cursor: pointer;
	background:url(../images/w-arr-next.png) no-repeat;
}
.widget-readBlog .iosSlider .nextButton2 {
	position: absolute;
	left: 0px;
	top: 39%;
	width: 38px; height: 47px;
	padding: 0 0px 0 0px;
	margin: 0px 0 0 0;
	cursor: pointer;
	background:url(../images/w-arr-prev.png) no-repeat;
}


.widget-readBlog .iosSlider .slider .item a {
	display: block;
	width: 100%; height: 100%;
	position: relative;
}
.widget-readBlog .iosSlider .slider .item a .hover {
	background: url(../images/1x1-blue83.png);
	opacity:0;
	display:block;
	width:100%;
	height:100%;
	z-index:1;
	position:absolute; top:0; left:0;
}
.widget-readBlog .iosSlider .slider .item a:hover .hover {opacity:1;}

.widget-readBlog .iosSlider .slider .item a .hover .txt {
	position: absolute;
	left: 0; bottom: 0;
	width: auto;
	padding: 10px 10px 10px 20px;
	font-family: 'CenturyGothicRegular';
	font-size: 12px; text-transform: uppercase;
	text-decoration: none; color: #ffffff;
	z-index: 2;
}
.widget-readBlog .iosSlider .slider .item a .hover .txt span {
	display: block;
	font-size: 18px;
	font-family: 'CenturyGothicRegular';
	text-transform: uppercase;
	text-decoration: none; color: #ffffff;
}
.widget-readBlog .iosSlider .slider .item a .hover .txt .title {
	font-size: 11px!important;
	font-family: 'CenturyGothicRegular';
	text-transform: uppercase;
	text-decoration: none; color: #ffffff;
	padding-top: 0px;
	display: block;
}

.widget-readBlog center img {width: 90px; height: auto;}

@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (max-width: 767px) {

}

/* READ THE BLOG   */ /******************************/ /* END */



/* POST A JOB      */ /****************************/ /* START */

.widget-postAJob {text-align: center; padding-bottom: 35px;}
.widget-postAJob center img {width: 250px; height: auto;}

@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (max-width: 767px) {

}

/* POST A JOB      */ /******************************/ /* END */




/* SATISFACTION    */ /****************************/ /* START */

.widget-satisfaction {text-align: center; padding-bottom: 35px;}

@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (max-width: 767px) {

}

/* SATISFACTION    */ /******************************/ /* END */



/* POST A JOB      */ /****************************/ /* START */

.widget-postList {text-align: center; padding-bottom: 35px;}

.widget-postList .list {
	position: relative;
	width: 250px;
	margin: 0 auto;
}
.widget-postList .list .splash {
	position: absolute;
	z-index: 1;
	top: 65px; left: -30px;
}

@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (max-width: 767px) {

}

.page-search .widget {margin-left: 40px!important;}




.widget.widget-testimonials center img {
	width: 149px;
	height: auto;
}

.widget.widget-instagram center img {
	width: 149px;
	height: auto;
}
.widget.widget-like center img {
	width: 147px;
	height: auto;
}

.widget.widget-connect ul li:first-child img {
	width: 81px;
	height: auto;
}


/* POST A JOB      */ /******************************/ /* END */




/* Added 08.25.2014 */

/* POST A JOB      */ /****************************/ /* START */

.widget-postList2 {text-align: center; padding-bottom: 35px;}

.widget-postList2 .list {
	position: relative;
	width: 250px;
	height: 320px;
	margin: 0 auto;
	background-image:url(../images/packages.png);
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #e3e3e3;
}
.widget-postList2 .list:hover {background-color:#cbeaef;}
.widget-postList2 .list .splash {
	position: absolute;
	z-index: 1;
	top: 45px; left: -30px;
	width: 64px; height: 64px;
}
.widget-postList2 .list .learnMore {
	position: absolute;
	width:100px; height: 30px;
	bottom: 0px;
	left: 75px;
	display: block;
}
/* */
.widget-postList2 .list.threeItems {
	cursor: pointer;
	height: 209px;
	background-image:url(../images/packages-3items.png);
}

@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {
	.widget-postList2 .list {
		position: relative;
		width: 220px;
		height: 282px;
		margin: 0 auto;
		background-image: url(../images/packages.png);
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.widget-postList2 .list.threeItems {
		height: 184px;
	}
}

@media (max-width: 767px) {

}

/* POST A JOB      */ /******************************/ /* END */


/* TESTIMONIALS    */ /****************************/ /* START */

.widget-testimonials2 {text-align: left;}
.widget-testimonials2 .quote {
	font-family: 'CenturyGothicItalic';
	font-size: 11px;
	line-height: 18px;
	padding: 0px 30px 0px 30px;
	position: relative;
}
.widget-testimonials2 .quote img {position: absolute;}
.widget-testimonials2 .quote img.start {top: 0px; left: 10px;}
.widget-testimonials2 .quote img.end2 {bottom: 0px; right: 10px;}

.widget-testimonials2 .name {
	font-family: 'CenturyGothicBold';
	font-size: 10px; color: #000000;
	padding: 0px 30px 10px 40px;
}
.widget-testimonials2 .name span {
	font-family: 'CenturyGothicRegular';
	font-size: 10px; color: #000000;
	display: block;
	padding-left: 5px;
}
.widget-testimonials2 .more {
	font-family: 'CenturyGothicItalic';
	font-size: 10px; color: #000000;
	text-decoration: none;
	padding: 0px 10px 10px 30px;
	display: inline-block;
	position: relative;
}
.widget-testimonials2 .more:hover {color: #ff3333;}
.widget-testimonials2 .more span {
	display: block;
	width: 7px; height: 12px;
	position: absolute;
	right: 0px; top: 2px;
	background: url(../images/arr-more.gif);
}
.widget-testimonials2 .more:hover span {background: url(../images/arr-more-red.gif);}


@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (max-width: 767px) {

}

/* TESTIMONIALS      */ /****************************/ /* END */

/* SIGN ME UP        */ /**************************/ /* START */

.widget-signMeUp {text-align: left;}

.widget-signMeUp .getEmailAlerts {
	width: 250px; height: 130px;
	margin: 0 auto 15px auto;

	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;
}

.widget-signMeUp .getEmailAlerts 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;
}
.widget-signMeUp .getEmailAlerts a.btnGet:hover {color: #ed1e24;}

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

@media (min-width: 993px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 992px) {
	.widget-signMeUp .getEmailAlerts {
		width: 220px; height: 119px;
	}
}

@media (max-width: 767px) {

}

/* SIGN ME UP        */ /****************************/ /* END */
