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

/*

Theme Colors:
	Main: #0866c6
	Hover: #07519c
	Active: #063d74

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
table {
	border-spacing:0;
	border-collapse:collapse;
}
input, textarea, select {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-appearance: none;
			   padding: 0;
}
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
form, 
input,
select,
input[type=submit], 
input[type=text], 
input[type=textfield], 
textarea {
	-webkit-appearance: none;
	outline: 0;
    border-radius: none;
	vertical-align: bottom;
	line-height: auto;
}

textarea {
	min-height: 100px;
	max-width: 100%:
}

img,
a img {
	border: none;
}



@font-face
{
font-family: "Gotham";
src:	url('/images/fonts/Gotham-Light.eot'), /* IE9 */
		url('/images/fonts/Gotham-Light.otf'),
		url('/images/fonts/Gotham-Light.ttf');
		font-weight: 0;
}

@font-face
{
font-family: "Gotham";
src:	url('/images/fonts/Gotham-Book.eot'), /* IE9 */
		url('/images/fonts/Gotham-Book.otf'),
		url('/images/fonts/Gotham-Book.ttf');
		font-weight: 300;
}

@font-face
{
font-family: "Gotham";
src: url('/images/fonts/Gotham-Medium.eot'), /* IE9 */
     url('/images/fonts/Gotham-Medium.otf'),
     url('/images/fonts/Gotham-Medium.ttf');
	font-weight: 500;
}

@font-face
{
font-family: "Gotham";
src: url('/images/fonts/Gotham-Bold.eot'), /* IE9 */
     url('/images/fonts/Gotham-Bold.otf'),
     url('/images/fonts/Gotham-Bold.ttf');
	font-weight: bold;
}

@font-face
{
font-family: "Gotham";
src: url('/images/fonts/Gotham-LightItalic.eot'), /* IE9 */
     url('/images/fonts/Gotham-LightItalic.otf'),
     url('/images/fonts/Gotham-LightItalic.ttf');
	font-style: italic;
	font-weight: 0;
}



/*  Page Settings *
 ________________________________________________________________________________________________ */

body {
	font-family: "Gotham", "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	vertical-align: top;
	text-align: center;
  	background: #ccc;
  	background-image: url('/images/home/background.jpg');
}

.maxwidth {
    max-width: 100%;
}

/* Overflow is Set Here */

/* This is The Background for the Entire Page*/
.wrapper {
	width: 100%;
    overflow: visible;
	margin: 0 auto;
	text-align: left;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

#clear,
.clear {
	clear: both;
}

.div {
  width: 1000px;
  margin: 0 auto;
}

.right,
.floatright {
  float: right !important;
}
.left,
.floatleft {
  float: left !important;
}

.inline {
	display: inline-block;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

ul {
	display: block;
}

li {
	list-style-type: none;
	padding-left: 25px;
	margin: 5px 0 5px 25px;
	background: url(/images/icons/bullet-arrow.png ) no-repeat left center;
}

ul.backgroundtop li {
	background-position: left 5px;
}

p {
  margin-bottom: 12px;
}

hr {
	height: 2px;
	border: none;
	background: #e1e1e1;
}

hr.small {
	height: 1px
}

.center  {
  margin: 0 auto;
}
.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.block {
	display: block;
	position: relative;
}

.backgroundWhite {
  background: #FFF;
}
.strong,
.bold {
	font-weight: bold;
}
.medium {
	font-weight: 500;
}


/* Page Links *
 ________________________________________________________________________________________________ */

li.alink,
a:link,
.link,
.alink,
a.alink,
a {
	color: #3387c8;
	text-decoration: none;
    cursor: pointer;
}
a:visited,
.link {
	color: #3387c8;
	text-decoration: none;
}
a:hover,
.link:hover,
.alink:hover {
	text-decoration: none;
    color: #2678b7;
}
a:active,
.link:active,
.alink:active {
	text-decoration: none;
    color: #165e96;
}

a.back {
	display: block;
	font-weight: 300;
	background: url(/images/icons/back.png) no-repeat 10px center;
	padding: 0 0 0 50px;
	line-height: 30px;
}

#white_link,
.white_link,
.white {
	text-decoration: none;
	color: #FFF;
}




/*  =Common
 ________________________________________________________________________________________________ */


.small {
    font-size: 14px !important;
	color: #666;
}

.large {
	font-size: 20px;
}





/*  =Form  *
 ________________________________________________________________________________________________ */
.formsubmit {
	cursor: pointer;
}
.formsubmit.text {
	padding: 0 20px;
	color: #7D3D94;
}
.formsubmit.text:hover {
	color: #4b2558;
}
.formsubmit.text:focus,
.formsubmit.text:active {
	color: #595759;
}

form {

}

form input[type=submit],
form div.file,
a.button {
	display: inline-block;
	border: none;
	padding: 7px 30px;
	font-size: 14px;
	line-height: 14px;
	background: #3387c8;
	border: #165e96 1px solid;
	border-bottom: #165e96 4px solid;
	color: #FFF;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

form input[type=submit].wide {
	padding: 7px 60px;
}

a.button.borderonly {
	background: none;
	border: 2px solid #165e96;
	color: #165e96;
	font-weight: 500;
}

h2 a.button {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 35px !important;
}

form input[type=submit].grey,
form div.file.grey,
a.button.grey {
	background: #d0cece;
	border: #a8a6a6 1px solid;
	border-bottom: #a8a6a6 4px solid;
	color: #333;
}

a.button.borderonly.grey {
	background: none;
	border: 2px solid #666;
	color: #666;
	font-weight: 500;
}

form input[type=submit].green,
form div.file.green,
a.button.green {
	background: #43cf47;
	border: #1cad1f 1px solid;
	border-bottom: #1cad1f 4px solid;
	color: #FFF;
	font-weight: 300;
}



form input[type=submit]:hover,
form div.file:hover,
a.button:hover {
	background: #499bda;
	color: #FFF;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
form input[type=submit].grey:hover,
form div.file.grey:hover,
a.button.grey:hover {
	background: #e9e8e8;
	color: #333;
}

form input[type=submit].green:hover,
form div.file.green:hover,
a.button.green:hover {
	background: #85dd87;
}


a.button.large {
	font-size: 22px;
	font-weight: bold;
	padding: 0 50px;
}

input[type=submit].small,
a.button.small {
	padding: 2px 15px;
	font-size: 12px;
	font-weight: 0;
}

form input[type=submit]:active,
form input[type=submit]:focus,
form div.file:active,
form div.file:focus,
a.button:active,
a.button:focus {
	background: #165e96;
	color: #FFF;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

form input[type=submit].grey:active,
form input[type=submit].grey:focus,
form div.file.grey:active,
form div.file.grey:focus,
a.button.grey:active,
a.button.grey:focus {
	background: #a8a6a6;
	color: #333;
}

form input[type=submit].green:active,
form input[type=submit].green:focus,
form div.file.green:active,
form div.file.green:focus,
a.button.green:active,
a.button.green:focus {
	background: #1a8f1e;
	border-color: #1a8f1e;
}


form div.file input {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

form input[type=text],
form input[type=textfield],
form input[type=password],
form textarea  {
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	padding: 0 8px;
	border: 1px solid #d2d1d1;
	font-size: 14px;
	width: 100%;
	max-width: 100%;
	overflow: auto;
}

form textarea {
	padding: 8px;
}

form input[type=text]:hover,
form input[type=textfield]:hover,
form input[type=password]:hover,
form textarea:hover {
	border: 1px solid #3387c8;
	box-shadow: none;
}
form input[type=text]:active,
form input[type=textfield]:active,
form input[type=password]:active,
form textarea:active,
form input[type=text]:focus,
form input[type=textfield]:focus,
form input[type=password]:focus,
form textarea:focus {
	outline: none;
	border: 1px solid #063d74;
	box-shadow: 0 0 5px rgba(50,135,200,1);
}
form input[type=checkbox],
input[type=checkbox] {
	border-radius: none;
	display: inline-block;
	border: 1px solid #0866c6;
	-webkit-appearance: none;
	padding: 8px;
	margin: 0;
	resize: none;
	cursor: pointer;
	vertical-align:middle;
}

form input[type=checkbox].large,
input[type=checkbox].large {
	padding: 12px;
}

input[type=checkbox]:checked {
    border: solid 1px #0866c6;
	padding: 3px;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

input[type=checkbox].large:checked {
	padding: 3px;
}

input[type=checkbox]:checked:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
	padding: 0;
    background: #0866c6;
    position: relative;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

input[type=checkbox].large:checked:after {
	height: 18px;
	width: 18px;
}

select {
	border: 1px solid #d2d1d1;
	color: #999;
	border-radius: none;
	font-size: 14px;
	padding: 8px 30px 8px 12px;
	-webkit-border-radius: 0;
	background: #FFF url(/images/icons/select-icon.png) no-repeat 95% center;
	cursor: pointer;
	width: auto;
	max-width: 100%;
	margin-bottom: 15px;
	vertical-align: middle;
}
select:focus,
select:active {
	box-shadow: 0 0 5px rgba(8,102,198,1);
}

form ::-webkit-input-placeholder,
form :-moz-placeholder,
form ::-moz-placeholder,
form :-ms-input-placeholder {
   line-height: 35px;
}

form.inline div,
form.inline input,
form.inline input[type=text],
form.inline input[type=submit]	{
	display: inline-block;
}




/* =Header 
 ________________________________________________________________________________________________ */

header {
	display: block;
	position: relative;
	padding: 0;
	margin: 10px auto 0;
	width: auto;
	min-width: 950px;
}
header .wrapper {
	padding: 0;
	width: auto;
	max-width: 1100px;
	margin-bottom: 10px;
}
header a,
header div.settings {
	color: #FFF;
	display: inline-block;
	padding; 0;
	margin: 0;
	line-height: 50px;
	vertical-align:top;
	max-height: 50px;
}

header a:hover {
  text-decoration: none;
}
header a.logo,
header a.logo_large {
	margin: 0;
	padding: 0;
	background: url('/images/header/climber.png') no-repeat top left;
	height: 50px;
	width: 85px;
	min-width: 275px;
	margin-right: 60px;
}
header a.profile {
	background: url(/images/icons/header-profile.png) no-repeat center center;
	height: 50px;
	width: 50px;
	border-radius: 2px;
}
header div.settings {
	cursor: pointer;
	background: url(/images/icons/header-settings.png) no-repeat center center;
	height: 50px;
	width: 50px;
	margin: 0 20px 0 10px;
	border-radius: 2px;
}
header div.settings:hover {
	background-color: rgba( 255,255,255,.7 );
}
header a.profile-image {
	max-width: 50px;
	max-height: 50px;
	margin: 0 20px 0 10px;
}
header a.profile:hover {
	background-color: rgba( 255,255,255,.7 );
}

header a.faq {
	cursor: pointer;
	background: url(/images/icons/icon-faq.png) no-repeat center center;
	height: 50px;
	width: 50px;
	margin: 0 20px 0 10px;
	border-radius: 2px;
}
header a.faq:hover {
	background-color: rgba( 255,255,255,.7 );
}



/* Admin Icons */
header a.icons {
	display: block;
	height: 50px;
	width: 50px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 2px;
}

header a.icons:hover {
	background-color: rgba( 255,255,255,.7 );
}

header a.icons span.number,
a span.number {
	background: #F00;
	color: #FFF;
	display: block;
	position: absolute;
	font-size: 11px;
	padding: 0;
	border-radius: 40px;
	font-weight: 500;
	margin-left: 35px;
	line-height: 23px;
	height: 22px;
	width: 22px;
	text-align: center;
}

header a.messages {
	background: url(/images/icons/header-envelope.png) no-repeat center center;
}
header a.alerts {
	background: url(/images/icons/header-bell.png) no-repeat center center;
}
header a.resumes {
	background: url(/images/icons/header-resumes.png) no-repeat center center;
}
header a.upload_contacts {
	display: inline-block;
	background: url(/images/header/upload-contacts.png) no-repeat center center;
	width: 152px;
	height: 50px;
	margin-left: 50px;
	opacity:0.5;
	filter:alpha(opacity=50);
	transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-webkit-transition: opacity .25s ease;
}

header a.upload_contacts:hover {
	opacity:1;
	filter:alpha(opacity=100);
	transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-webkit-transition: opacity .25s ease;
}


/* Settings for the icon dropdowns */
header div.dropdown div.dropdown_content {
	cursor: auto;
	display: none;
	border: 10px solid rgba(0,0,0,.3);
	border-top: none;
	position: absolute;
	z-index: 999999;
	top: 50px;
	margin: 0 0 0 -140px;
	color: #000;
	font-size: 13px;
}
header div.dropdown div.dropdown_content .background {
	background: #FFF;
	padding: 5px 15px;
}
header div.dropdown div.dropdown_content a {
	display: block;
	width: auto;
	color: #3387c8;
}

header div.dropdown:hover > div.dropdown_content {
	display: block;
}

header div.dropdown_content a.settings {
	background: url(/images/icons/header-settings-small.png) no-repeat left center;
	padding-left: 40px;
	font-weight: 500;
	line-height: 40px;
	font-size: 17px;
}
header div.dropdown_content div.usage {
	margin: 10px 0 10px 10px;
	line-height: 18px;
}
header div.dropdown_content a.logout {
	background: url(/images/icons/logout.png) no-repeat left center;
	padding-left: 40px;
	line-height: 35px;
	font-size: 16px;
	margin-left: 20px;
}


header .right {
	font-size: 18px;
}
header .right a.button {
	margin: 3px 0 0 40px;
}
header div.user {
	margin: 0 25px 0 0;
	padding: 0;
	float: right;
	line-heigth: 50px;
	min-width: 275px;
}
header div.user a {
	color: #FFF;
	float: left;
	display: block;
	vertical-align:middle;
	line-height: 35px;
	border-radius: 20px;
	transition: background .25s ease;
	-moz-transition: background .25s ease;
	-webkit-transition: background .25s ease;
}
header div.user a.settings {
	height: 35px;
	width: 20px;
	background: url(/media/get/74) no-repeat center;
	padding: 0 10px;
	margin: 0 5px 0 0;
}
header div.user a.logout {
	background: url(/media/get/73) no-repeat center;
	height: 35px;
	width: 60px;
	margin-left: 15px;
	padding: 0 10px;
}

header div.user a:hover {
	background-color: #07519c;
}
header div.user a:active,
header div.user a:focus {
	background-color: #063d74;
}


header div.user img.icon {
  float: left;
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
  border: 3px solid rgba( 255,255,255,.3 );
  margin-top: 2px;
}
header div.user a.icon:hover {
	background: none;
	border-radius: 0;
}
header div.user a.name {
  font-size: 16px;
  font-weight: normal;
  padding: 0 10px;
  margin-left: 5px;
}


header .line_bottom {
  height: 2px;
  background: #ed1c24;
  z-index: 91;
}

header div.search {
	margin-top: -41px;
	margin-right: 10px;
	width: auto;
	max-width: 300px;
	position: absolute;
	right: 0;
}

header div.search form input[type=text] {
	padding-right: 35px;
	border: #3387c8 1px solid;
	font-size: 14px;
	height: 35px;
	vertical-align: middle;
}

header div.search input[type=submit],
header div.search input[type=submit]:hover,
header div.search input[type=submit]:active,
header div.search input[type=submit]:focus {
	background: url(/images/header/search.png) no-repeat;
	border: none;
	padding: 0;
	width: 25px;
	height: 25px;
	position: absolute;
	margin: -45px 0 0 185px;
}

a span.info {
	transition: display .25s ease-in-out;
	-moz-transition: display .25s ease-in-out;
	-webkit-transition: display .25s ease-in-out;
}

a span.info {
	display: none;
}

a:hover > span.info {
	display: block;
	font-size: 15px;
	line-height: 15px;
	background: #333;
	color: #FFF;
	margin: 0;
	display: block;
	position: absolute;
	padding: 6px 10px;
	margin-top: 55px;
	text-align: center;
	border-radius: 5px;
	width: 150px;
	margin-left: -60px;
	z-index: 999999999999;
	transition: display .25s ease-in-out;
	-moz-transition: display .25s ease-in-out;
	-webkit-transition: display .25s ease-in-out;
}




/* =Navigation *
 ________________________________________________________________________________________________ */
div.sublinks {

}
div.sublinks ul,
div.sublinks li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.sublinks li {
	display: inline-block;
	background: none;
}
div.sublinks li a {
	display: block;
	color: #666;
	background: none;
	font-size: 12px;
	line-height: 26px;
	cursor: pointer;
	padding: 0 10px;
	margin: 8px 8px;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
    text-transform: uppercase;
}
div.sublinks li a:hover {
	color: #333;
	background: #ccc;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
div.sublinks li a:focus,
div.sublinks li a:active {
	color: #000;
    background: #eee;
}
div.sublinks li a.selected {
	background: #333;
	color: #FFF;
}
div.sublinks li.separator {
	color: #bbc;
	font-weight: normal;
	font-size: 14px;
}

div.page-nav {
	padding: 0;
	margin: 0;
	width: auto;
	background: #FFF;
	z-index: 99;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
div.page-nav ul,
div.page-nav li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
div.page-nav ul {
	max-width: 1100px;
	margin: 0 auto;
}
div.page-nav li {
	display: inline-block;
}
div.page-nav li a {
	display: block;
	font-size: 15px;
	cursor: pointer;
	padding: 0 30px;
	line-height: 45px;
	height: 45px;
	margin: 0;
	color: #000;
	vertical-align: middle;
}

div.page-nav li.home a {
	background: url(/images/icons/home.png) no-repeat center center;
	width: 35px;
	padding: 0;
	margin: 0;
}

div.page-nav li a:hover {
	color: #FFF;
	background-color: #3387c8;
	transition: background .25s ease-in-out, color .25s ease-in-out;
	-moz-transition: background .25s ease-in-out, color .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
}
div.page-nav li.home a:hover {
	background-color: #FFF;
}
div.page-nav li a.selected {
	background: #333;
	color: #FFF;
}
div.page-nav li.separator {
	color: #bbc;
	font-weight: normal;
	font-size: 14px;
	line-height: 35px;
	padding: 0 10px;
}

div.page-nav .button,
div.page-nav a.button,
div.page-nav input[type=submit] {
	border: 1px solid #6db814;
	background: #86d628;
	color: #FFF;
	font-size: 16px;
	line-height: 40px;
	padding: 0 20px;
}
div.page-nav .button:hover,
div.page-nav a.button:hover,
div.page-nav input[type=submit]:hover {
	background: #75c11c;
    border: 1px solid #5d9e10;
}
div.page-nav .button:active,
div.page-nav a.button:active,
div.page-nav input[type=submit]:active,
div.page-nav .button:focus,
div.page-nav a.button:focus,
div.page-nav input[type=submit]:focus {
	background: #62a612;
    border: 1px solid #47790c;
}

div.page-nav select {
    margin: 0;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 12px;
	background: #FFF url(/media/get/3) no-repeat right;
}
div.page-nav input[type=submit] {
    line-height: 28px;
    margin: 0 10px;
	padding: 0 35px;
    font-size: 14px;
}


/* =Content *
 ________________________________________________________________________________________________ */


h1 {
	font-size: 24px;
	font-weight: 0;
	line-height: 24px;
	color: #FFF;
	background: #3387c8;
	padding: 20px 15px;
	border-radius: 2px 2px 0 0;
}

h1.grey {
	background: #ececec;
	color: #777;
	font-weight: 300;
}

h2 {
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	background: #b2b2b2;
	padding: 6px 15px;
	text-align: center;
	vertical-align: middle;
}

h2.color {
	background: #3387c8;
}

.container h2.nobackground {
	background: none;
	color: #999;
	font-size: 25px;
	line-height: 25px;
	font-weight: 0;
}

h2.text {
	background: none;
	font-size: 32px;
	color: #3387c8;
	font-weight: 500;
	padding: 0;
}

h3 {
	font-size: 24px;
	line-height: 24px;
    color: #3387c8;
    font-weight: 500;
}

h4 {
	font-size: 18px;
	color: #3387c8;
	font-weight: 500;
	padding-bottom: 4px;
}

h4.line {
	display: block;
	width: 100%;
	max-width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 4px 0;
	margin-top: 40px;
}

h4.line:first-child {
	margin-top: 0;
}

h4.grey {
	color: #777;
}

.container h1.nobackground {
	font-size: 50px;
	line-height: 50px;
	color: #3387c8;
	padding: 0;
	margin: 0;
	background: none;
	font-weight: 500;
}

div.subtitle {
	background-color: rgba(245,245,245,1);
	padding: 10px 20px;
	font-size: 18px;
}

div.subtitle .color {
	color: rgba(50,135,200,1);
	font-weight: 500;
	padding-right: 20px;
	vertical-align: middle;
}

div.subtitle .close {
	background-image: url(/images/icons/content-x.png);
	height: 23px;
	width: 23px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

content {
	font-size: 15px;
	display: block;
	background: #FFF;
	margin: 25px auto;
	width: auto;
	max-width: 1100px;
	min-width: 900px;
	overflow: hidden;
}

content.first {
	padding: 0;
	margin-top: 0;
}

content.nobackground,
.nobackground {
	background: none;
}

content a.small {
  font-size: 15px;
}

content wrapper {
	position: relative;
	display: block;
}

content div.page-title {
	background: #FFF;
	padding: 15px 40px;
	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	margin-top: 5px;
}
content div.page-title .small {
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: normal;
}

content div.container {
	font-size: 16px;
	line-height: 25px;
	vertical-align: middle;
	padding: 25px;
	overflow: hidden;
	width: auto;
}

content div.container.first {
	margin-top: -25px;
}

content div.container.grey {
	background: #fbfbfb;
	padding: 30px;
}

content div.subcontainer {
	padding: 25px;
	color: #666;
	background-color: #FFF;
}

content div.subcontainer.grey {
	background-color: rgba(245,245,245,.30);
}

content div.subcontainer.first {
	margin-top: -25px;
}

content div.container.sidebar {
	margin-left: 350px;
}

content div.container-title {
	color: #FFF;
	background: #7D3D94;
	padding: 4px 20px 0;
	line-height: 60px;
	font-size: 24px;
}

content div.container.container20p {
    float: left;
    width: 25%;
    max-width: 100%;
    margin: 0;
}

content div.container.container50p {
    margin: 0;
    float: left;
    width: 45%;
    max-width: 47%;
}

content div.container.container70p {
    margin: 0;
    float: left;
    width: 75%;
    max-width: 100%;
}

content div.container.small {
	padding: 10px 20px;
}

content div.container div.contentRow a:hover,
content div.container div.contentRow a {
  color: #000;
  text-decoration: none;
}

content div.container div.contentRowNone {
  width: 96%;
  padding: 12px 2%;
  background: none;
}

content div.container div.titleRow {
}

content div.container div.contentRowDark {
  background: #dedede;
  border-bottom: #afafaf solid 1px;
  width: 96%;
  padding: 12px 2%;
}
content div.container div.contentRowLight {
  background: #fafafa;
  border-bottom: #afafaf solid 1px;
  width: 96%;
  padding: 12px 2%;
}

content div.container div.contentRow {
  min-height: 15px;
}

content div.container div.contentRow:hover {
  background: #fdedee;
}

content div.container div.contentRow div {
  float: left;
  padding: 0 20px;
}

content div.container div.footer {
	background: #0866c6;
	padding: 12px 20px 8px;
	color: #FFF;
	font-size: 19px;
}
content div.container div.footer a {
	color: #FFF;
	font-size: 13px;
	padding: 5px 20px;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	border: 1px dashed #FFF;
}
content div.container div.footer a:hover {
	background: #FFF;
	color: #0866c6;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}


content div.container div.indent {
  margin: 20px 0 0 20px;
  font-size: 17px;
}

content div.error1 {
  width: 100%;
  border: #e2442d solid 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  font-size: 15px;
  background: #fee2de;
  padding: 15px;
  width: 100%;
}
content div.error1 h1 {
  color: #e2442d;
  font-size: 24px;
  border: none;
  background: none;
  padding: 0;
  margin: 0 0 8px;
}

content div.error2 {
  width: 100%;
  border: #ffc867 solid 2px;
  	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;
  	-o-border-radius: 2px;
  	-khtml-border-radius: 2px;
  	border-radius: 2px;
   color: #000;
   font-size: 15px;
  background: #fcf6c7;
  display: none;
}
content div.error2 h1 {
  color: #e2442d;
  font-size: 24px;
}
div.message,
div.error {
	font-size: 15px;
	position: fixed;
    z-index: 999999999;
	bottom: 0;
	max-width: 100%;
    min-width: 200px;
	background: #3387c8;
	color: #FFF;
	line-height: 35px;
	padding: 0 25px;
	box-shadow: 0 0 0 5px rgba(0,0,0,.3);
	border: 1px solid #FFF;
	margin-bottom: 20px;
	font-weight: 500;
}

div.error {
	background: #C00;
	right: 20px;
	left: none;
}

div.message {
	left: 20px;
}

content .message div {
	background: #FFF;
    margin-top: 10px;
	border: #0866c6 solid 2px;
	padding: 0 30px;
    width: auto;
    max-width: 100%;
	color: #0866c6;
    display: none;
    line-height: 40px;
    border-radius: 10px;
}
content div.error div {
	font-size: 18px;
	background: #FFF;
    margin-top: 10px;
	border: #F00 solid 2px;
	padding: 0 30px;
    width: auto;
    max-width: 100%;
	color: #F00;
    display: none;
    line-height: 40px;
    border-radius: 10px;
}
content div.block {
	min-height: 110px;
	min-width: 110px;
	max-width: 120px;
	padding: 30px;
	margin: 20px;
	color: #FFF;
	background: #7D3D94;
	float: left;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}
content div.block:hover {
	background: #8a519f;
}

content a:hover > span.info {
	margin: 35px 0 0 -72px;
}




/* =Titles *
 ________________________________________________________________________________________________ */


h1.charts {
	background-image: url(/images/icons/title-icons/h1-chart.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;
}

h1.charts2 {
	background-image: url(/images/icons/title-icons/h1-chart-2.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;
}

h1.charts2 {
	background-image: url(/images/icons/title-icons/h1-chart-2.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;
}

h1.messages {
	background-image: url(/images/icons/title-icons/h1-messages.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 75px;

}

h1.alerts {
	background-image: url(/images/icons/title-icons/h1-alerts.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;

}

h1.resumes {
	background-image: url(/images/icons/title-icons/h1-resumes.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;

}

h1.resumes.grey {
	background-image: url(/images/icons/title-icons/h1-resumes-grey.png);
}

h1.jobs {
	background-image: url(/images/icons/title-icons/h1-jobs.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;

}

h1.jobs.grey {
	background-image: url(/images/icons/title-icons/h1-jobs-grey.png);
}

h1.analytics {
	background-image: url(/images/icons/title-icons/h1-analytics.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;

}

h1.settings {
	background-image: url(/images/icons/title-icons/h1-settings.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 60px;

}

h1.password {
	background-image: url(/images/icons/title-icons/h1-password.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 55px;
}

h1.profile {
	background-image: url(/images/icons/title-icons/h1-profile.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 55px;
}

h1.archive {
	background-image: url(/images/icons/title-icons/h1-archive.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 55px;
}

h1.sent {
	background-image: url(/images/icons/title-icons/h1-sent.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 75px;
}

h1.linkedin {
	background-image: url(/images/icons/icon-linkedin-22.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

h1.twitter {
	background-image: url(/images/icons/icon-twitter-22.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

h1.facebook {
	background-image: url(/images/icons/icon-facebook-22.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}


h1.step1 {
	background-image: url(/images/icons/step-1.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

h1.step2 {
	background-image: url(/images/icons/step-2.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

h1.step3 {
	background-image: url(/images/icons/step-3.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

h1.faq {
	background-image: url(/images/icons/icon-faq-white.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

h1.social-media {
	background-image: url(/images/icons/icon-social-media.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}





/* =Content Custom *
 ________________________________________________________________________________________________ */
content .home.signup .left {
	background: #3387c8;
	width: 42%;
	padding: 20px 4% 55px;
	color: #FFF;
}
content .home.signup .left div {
	width: 50%;
	float: left;
	margin: 5px 0;
}

content .home.signup .left div input {
	max-width: 95%;
	margin-right: 5%;
}

content .home.signup .left .small {
	font-size: 13px;
	width: 100%;
	float: none;
	line-height: 18px;
	margin: 0;
	color: #fff;
}

content .home.signup .left .title {
	font-size: 26px;
	line-height: 32px;
	width: 100%;
	float: none;
	margin: 0;
}

content .home.signup .left img {
	max-width: 42px;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}

content .home.signup .left form {
	margin-top: 10px;
}

content .home.signup .right {
	width: 30%;
	float: right;
	padding: 50px 10% 0;
	font-size: 18px;
}
content .home.signup .right div.bold {
	margin: 20px 0;
}
content a.free-trial {
	background: url(/images/home/free-trial.png) no-repeat top right;
	display: block;
	position: absolute;
	height: 46px;
	width: 100%;
	max-width: 1100px;
	margin: -60px 0 0 -47px;
	z-index: 98;
}

content .home.signup input[type=submit]  { 
	padding-top: 0;
	border: 1px solid #FFF;
	position: absolute;
	z-index: 99;
	margin-top: 5px;
	line-height: 35px;
}
content .home.signup input[type=submit]:hover  {
	border: 1px solid #FFF;
	background: #165e96;
}

content .home.signup input[type=submit]:focus {
	background: #063d74;
}

content .home.login .left {
	background: #3387c8;
	width: 42%;
	padding: 20px 4%;
	color: #FFF;
}
content .home.login div a.left {
	padding: 0;
	color: #FFF;
	line-height: 50px;
	display: block;
}

content .home.login .left div {
	width: auto;
	margin: 5px 0;
	padding: 0;
}

content .home.login .left div input {
	max-width: 95%;
	margin-right: 5%;
}

content .home.login .left .small {
	font-size: 13px;
	width: 100%;
	float: none;
	line-height: 18px;
	margin: 0;
}

content .home.login .left .title {
	font-size: 26px;
	line-height: 32px;
	width: 100%;
	float: none;
	margin: 0;
}

content .home.login .left img,
content .home.login .right img {
	max-width: 42px;
	max-height: 48px;
	display: block;
	margin: 0;
	padding: 0;
	margin-right: 15px;
	background: none;
	float: left;
}

content .home.login .left form {
	margin-top: 10px;
}
content .home.login input[type=submit]  {
	padding-top: 0;
	border: 1px solid #FFF;
	position: relative;
	margin-top: 5px;
	line-height: 35px;
	float: left;
	margin-right: 40px;
}


content .home.login .right {
	width: 30%;
	float: right;
	padding: 20px 10% 0;
	font-size: 18px;
}
content .home.login .right h2 {
	line-height: 55px;
}
content .home.login .right div.bold {
	margin: 20px 0;
}


content .container.listing {
	margin: 25px;
	margin-top: 0;
	display: inline-block;
	float: none;
}
content .listing div.title,
content .listing div.small {
	font-size: 28px;
	color: #000;
	font-weight: 300;
}
content .listing div.small {
	font-size: 13px;
	border-bottom: 2px solid #dbdbdb;
	padding-bottom: 7px;
	margin-bottom: 30px;
}
content .listing a.information {
	background: #dbe8f2 url(/images/icons/information.png) 15px center no-repeat;
	color: #3387c8;
	font-size: 18px;
	line-height: 45px;
	padding: 0 20px 0 50px;
	margin-top: 20px;
}

content .listing div.categories {
	max-width: 40%;
	color: #3387c8;
	font-size: 13px;
	padding-left: 40px;
	background: url(/images/icons/categories.png) 15px top no-repeat;
	margin-top: 25px;
}

content .phone {
	background: #dddddd;
	color: #666;
	font-weight: 500;
	text-align: center;
	line-height: 24px;
	padding: 5px 0;
}

content .phone img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

content .slideshow {
	height: 350px;
	overflow: hidden;
}

content div.profile {
	padding-bottom: 45px;
}
content div.profile img {
	margin-right: 20px;
}
content div.profile h1 {
	color: #000;
	background: none;
	font-size: 30px;
	font-weight: 500;
	padding: 0;
}
content div.profile .small {
	padding: 0;
	margin: 0;
	line-height: 12px;
	margin-bottom: 8px;
	font-weight: 300;
}
content div.profile a {
	background: url(/images/icons/question.png) no-repeat center left;
	line-height: 18px;
	padding-left: 30px;
}

content li.price {
	background: url(/images/icons/dollar.png) no-repeat;
	margin-bottom: 8px;
	padding-left: 40px;
}
content li.categories {
	background: url(/images/icons/categories.png) no-repeat;
	padding-left: 40px;
}

content a.button.writing {
	background-image: url(/images/icons/apply.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 40px;
}
content a.button.grey.send {
	background-image: url(/images/icons/email-friend.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 40px;
}

content div.numbers {
	width: auto;
	max-width: 1100px;
	padding: 0 40px;
	font-size: 15px;
	overflow: hidden;
}
content div.numbers a {
	line-height: 35px;
	padding: 20px;
	margin-left: -5px;
}
content div.numbers a:hover {
	background: #dbe8f2;
}
content div.numbers a.selected,
content div.numbers a.current {
	line-height: 35px;
	margin: 0;
	color: #FFF;
	background: #3387c8;
}

content div.testimonial {
	background: url(/images/home/quotes.png) no-repeat 50px 25px;
	padding-left: 135px;
	color: #666;
	font-style: italic;
	line-height: 22px;
}
content div.testimonial div {
	min-height: 50px;
}
content div.testimonial .signature {
	line-height: 16px;
	min-height: 0;
	padding-top: 20px;
	font-style: normal;
	color: #999;
	font-size: 13px;
	font-weight: 300;
}
content div.testimonial .signature .company {
	line-height: 22px;
	color: #777;
	font-size: 16px;
}
content div.testimonial .signature .name {
	font-size: 16px;
}
content div.testimonial .signature div {
	min-height: 0;
}



h1.search-person {
	background-image: url(/images/icons/browse-jobs.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 70px;
}
h1.people {
	background-image: url(/images/icons/recruiter-listings.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 70px;
}
h1.search {
	background-image: url(/images/icons/browse.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 70px;
}
h1.listings {
	background-image: url(/images/icons/listings.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 70px;
}

content ul.fancy li {
	padding: 0;
	display: inline-block;
	width: 28%;
	margin-right: 2%;
	background-color: #e1edf7;
	margin-bottom: 10px;
	background-position: 15px center;
}
content ul.fancy li a {
	display: block;
	color: #3387c8;
	line-height: 30px;
	padding-left: 35px;
}
content ul.fancy li a:hover {
	color: #e1edf7;
	background-color: #3387c8;
}

content a span.number {
	font-size: 9px;
	margin: -5px 0 0 19px;
}





/* =Content Setup *
 ________________________________________________________________________________________________ */
content.setup .container {
	max-width: 950px !important;
	margin: 10px auto 0;
	background: rgba(255,255,255,.5);
	border: 1px solid #FFF;
}

content.setup upload {
	width: 100%;
	max-width: 100%;
}

content.setup .upload-link {
	border: 1px solid #999;
	background: #efefef;
	color: #555;
	font-size: 14px;
	padding: 32px 20px;
	display: inline-block;
	max-width: 75px;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
	margin-right: 20px;
}

content.setup .upload-link:hover {
	border: 1px solid #3387c8;
}

content.setup .upload {
	max-width: 100%;
}

content.setup .logo,
content.setup .profile-picture {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
}

content.setup .logo {
	margin-bottom: 40px;
}

content.setup .logo span,
content.setup .profile-picture span {
	display: inline-block;
	width: 40%;
	max-width: 40%;
	margin: 0 auto;
	text-align: left;
}

content.setup .social-media-link {
	text-align: center;
	margin-top: 35px;
}

content.setup .social-media-link div,
content.setup .social-media-link span.logo {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	height: 50px;
	width: 300px;
	margin: 0 0 5px;
}


content.setup .social-media-link .facebook .logo {
	background-image: url(/images/icons/connect-facebook-connect.jpg);
}
content.setup .social-media-link .twitter .logo {
	background-image: url(/images/icons/connect-twitter-connect.jpg);
}
content.setup .social-media-link .linkedin .logo {
	background-image: url(/images/icons/connect-linkedin-connect.jpg);
}

content.setup .social-media-link .facebook.incomplete .logo {
	background-image: url(/images/icons/connect-facebook.jpg);
}
content.setup .social-media-link .twitter.incomplete .logo {
	background-image: url(/images/icons/connect-twitter.jpg);
}
content.setup .social-media-link .linkedin.incomplete .logo {
	background-image: url(/images/icons/connect-linkedin.jpg);
}




/* =Content HTML5 *
 ________________________________________________________________________________________________ */
div.drop-drag {
	float: left;
	border: 1px solid rgba(220,220,220,1);
	max-width: 43%;
	width: 43%;
	min-height: 100px;
	margin: 0 2%;
	padding: 1%;
}

div.drop-drag:hover {
	border: 1px solid #1fd923;
	box-shadow: 0 0 5px #666;
}

div.drop-drag div {
	display: block;
	cursor: pointer;
	min-width: 100%;
	max-width: 100%
}

div.drop-drag.initial div {
	color: #555;
}

div.drop-drag.final div {
	color: #000;
	background: url(/images/icons/icon-check.png) no-repeat left center;
	padding-left: 25px;
}



/* =Content Custom Login *
 ________________________________________________________________________________________________ */

body.login header .wrapper {
	width: auto;
	max-width: 100%;
	padding: 0 25px;
}

body.login content {
	width: auto;
	max-width: 100%;
	padding: 0;
	margin: 25px;
}

body.login content.first {
	padding: 0;
	margin-top: 0;
}

body.login header {
	margin-bottom: 0;
}

body.login footer {
	margin-top: 50px;
}


body.login form input[type=text],
body.login form input[type=textfield],
body.login form input[type=password],
body.login form textarea  {
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	padding: 0 8px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}

body.login form textarea {
	padding: 8px;
}

body.login form input[type=text]:hover,
body.login form input[type=textfield]:hover,
body.login form input[type=password]:hover,
body.login form textarea:hover,
body.login form select:hover {
	border: 1px solid #3387c8;
}


body.login form input[type=text]:focus,
body.login form input[type=textfield]:focus,
body.login form input[type=password]:focus,
body.login form textarea:focus,
body.login form select:focus,
body.login form input[type=text]:active,
body.login form input[type=textfield]:active,
body.login form input[type=password]:active,
body.login form textarea:active,
body.login form select:active {
	border: 1px solid #3387c8;
}



body.login div.page-nav ul {
	width: auto;
	max-width: 100%;
	padding: 0 25px;
}

body.login a.button.green {
	margin: -25px 0 0 50px;
}

ul.links,
ul.links li {
	display: inline-block;
	background: #FFF;
	color: #3387c8;
	margin: 0;
	padding: 0;
	font-weight: 500;
}
ul.links {
	width: 100%;
	min-width: 100%;
	padding: 0;
	background-color: rgba(255,255,255,.5);
	height: auto;
	margin-left: 5px;
}

ul.links li {
	padding: 0;
	background-color: rgba(255,255,255,.20);
	overflow: hidden;
	margin-left: -5px;
}

ul.links li a {
	display: block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 25px;
	color: rgba(50,135,200,1);
}

ul.links li a:hover {
	background-color: rgba(50,135,200,.2);
}

ul.links li a.selected {
	background: #3387c8;
	color: #FFF;
}

ul.links.list,
ul.links.list li {
	display: block;
	background: none;
	margin: 0;
	padding: 0;
	font-weight: 300;
}
ul.links.list li {
	float: none;
	margin: 5px 0 0;
	border-radius: none;
}

ul.links.list li a {
	text-align: left;
	background: #3387c8;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

ul.links.list li a:hover {
	background: #499bda;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

ul.links.list li a:focus,
ul.links.list li a:active {
	background: #165e96;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

ul.links a.button.green,
ul.links a.button.grey {
	margin: 2px 15px 0 10px;
	display: block;
	float: left;
	position: relative;
	padding: 4px 20px;
}

table {
	background: #FFF;
	width: 100%;
	margin: 0;
}

table.spacing tr {
	border: none;
	border-bottom: 10px solid rgba(245,245,245,.30);
}

table.spacing tr:last-child {
	border: none;
}

table.spacing td {
	font-size: 14px;
	color: #666;
	padding: 3px 10px;
}

table td,
table th {
	padding: 8px 15px;
}
table td{
}

table tr th {
	background: #ececec;
	color: #777;
	font-weight: 300;
}

table tr.header {
	background: #cdcdcd;
}
table tr.color {
	background: #fdfdfd;
}
table tr.bookmarked {
	background-image: url(/image/icons/bookmark.png);
	background-position: 10px top;

}
table tr.unread,
table tr.highlight,
table tr.highlighted {
	background: #fbfdff;
	font-weight: 500;
}
table tr.unread.color {
	background: #f2f6f9;
}
table.messages {
	cursor: pointer;
}

table tr td {
	color: #333;
	vertical-align: middle;
}
table tr td.title {
	color: #3387c8;
}

table tr td.bookmark {
	background-image: url(/images/icons/bookmark.png);
	background-position: 10px top;
	background-repeat: no-repeat;
	padding-left: 35px;
}
table tr td a.email,
a.email {
	display: inline-block;
	background-image: url(/images/icons/content-envelope.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}
table tr td a.delete,
a.delete {
	display: inline-block;
	background-image: url(/images/icons/icon-delete-25x25.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.move-up,
a.move-up {
	display: inline-block;
	background-image: url(/images/icons/icon-up-25x25.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.move-down,
a.move-down {
	display: inline-block;
	background-image: url(/images/icons/icon-down-25x25.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}


table tr td a.edit,
a.edit {
	display: inline-block;
	background-image: url(/images/icons/content-edit.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.folder,
a.folder {
	display: inline-block;
	background-image: url(/images/icons/content-folder.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.refresh,
a.refresh {
	display: inline-block;
	background-image: url(/images/icons/content-refresh.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.alert,
a.alert {
	display: inline-block;
	background-image: url(/images/icons/content-alert.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.social_media,
a.social_media {
	display: inline-block;
	background-image: url(/images/icons/content-social-media.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}


table tr td a.save,
a.save {
	display: inline-block;
	background-image: url(/images/icons/content-paperclip.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.social-media {
	display: inline-block;
	background-position: center top;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}


table tr td a.folder-add {
	display: inline-block;
	background-image: url(/images/icons/icon-folder-plus.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	height: 25px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.resume {
	display: inline-block;
	background-image: url(/images/icons/icon-resume.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	height: 25px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}


table tr td a.social-media.inactive {
	background-position: center bottom;
}

table tr td a.social-media.twitter {
	background-image: url(/images/icons/icon-twitter-25x25.png);
}

table tr td a.social-media.linkedin {
	background-image: url(/images/icons/icon-linkedin-25x25.png);
}

table tr td a.social-media.facebook {
	background-image: url(/images/icons/icon-facebook-25x25.png);
}



content table tr:hover {
	background: #eef6fc;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}


span.star { 
	background: url(/images/icons/star.png) no-repeat;
	height: 18px;
	width: 18px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 2px;
}

span.star.half {
	background: url(/images/icons/star-half.png) no-repeat;
	width: 9px;
	height: 18px;
}

a.star {

}

a.star:hover {

}



content .container.admin {
	background: #FFF;
}
content .container.admin .title {
	color: #FFF;
	background: #3387c8;
}
content .container.admin .content  {
	padding: 10px;
	border: 1px solid #999;
	border-top: none;
}
content .container.admin .button {
	background: #3387c8;
	color: #FFF;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	padding: 10px;
}

content alert {
	display: block;
	background: #C00 url(/images/icons/alert.png) no-repeat 15px center;
	color: #FFF;
	font-weight: 300;
	width: auto;
	font-size: 16px;
	padding: 15px 15px 15px 60px;
	border: 1px solid #FFF;
}



/* =Tables Pricing *
 ________________________________________________________________________________________________ */
table.pricing {
	text-align: center;
	font-size: 100;
}

table.pricing tr.dark {
	background: rgba(155,155,155,.05);
}

table.pricing td.color {
	background: rgba(200,200,200,.2);
}

table.pricing tr th {
	font-size: 20px;
	color: #999;
	background: none;
	font-size: 100;
}

table.pricing tr th.blue.light {
	background: rgba(51,135,200,.2);
	color: #333;
	font-size: 16px;
}

table.pricing tr th.blue.medium {
	background: rgba(51,135,200,.5);
	color: #FFF;
	font-size: 16px;
}

table.pricing tr th.blue.dark {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}


/* =Tabs for Tabbed Containers *
 ________________________________________________________________________________________________ */

ul.tabs,
ul.tabs li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.tabs {
	display: block;
	background: #FFF;
	float: none;
}
ul.tabs li {
	border: 5px solid #FFF;
	display: inline-block;
}
ul.tabs li a {
	background: #FFF;
	display: block;
	float: none;
	color: #FFF;
	padding: 0 30px;
	line-height: 55px;
}
ul.tabs li a:hover {
	background: #07519c;
	color: #FFF;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
ul.tabs li a.selected {
	background: #FFF;
	color: #0866c6;
}


/* =Options List *
 ________________________________________________________________________________________________ */
ul.options,
ul.options li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
	font-size: 14px;
}

ul.options {
	margin-bottom: 10px;
}

ul.options li {
	padding-left: 20px;
}

ul.options li a {
	color: #c6c6c6;
}

ul.options li a.selected {
	font-weigth: 500;
	color: #333;
}


/* =jQuery 
 ________________________________________________________________________________________________ */
.jqueryPopup {
  z-index: 102;
  position: fixed;
}
.jqueryPopupBackground {
  position: fixed;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.jqueryPopupForm {
	z-index: 101;
	position: fixed;
	top: 0;
	left: 0;
	height: 75px;
	background: #000;
	color: #FFF;
	padding: 5px;
}
.jqueryPopupForm div {
	margin: 25px 20px 0;
}
.jqueryPopupForm .submit {
	margin: 20px 0 0 20px;
}
.jqueryPopupClose {
  position: fixed;
  background: #2e2e2e;
  top: 20px;
  right: 20px;
  color: #FFF;
  z-index: 101;
  cursor: pointer;
  padding: 12px 40px 8px;
  border: 3px solid #2e2e2e;
}
.jqueryPopupClose:hover {
  background: #3b3b3b;
  border: 3px solid #2e2e2e;
}
.jqueryPopupClose:active {
  background: #4b4c4c;
  border: 3px solid #F00;
}
p.small {
  font-size: 13px;
}


#dropbox{	
	position: relative;
	margin: 20px auto;
	min-height: 290px;
	overflow: hidden;
	padding-bottom: 40px;
	width: auto;
    max-width: 100%;
	box-shadow:0 0 4px rgba(0,0,0,0.3);
	border: 3px solid #0866c6;
	background: #FFF;


}
#dropbox .text{
	font-size: 40px;
    text-align: center;
    padding-top:160px;
    display: block;
	color: #0866c6;
}
#dropbox .text i{
	color:#ccc;
	font-size:15px;
}
#dropbox:before{
	border-radius:3px 3px 0 0;
}
#dropbox .preview{
	width:245px;
	height: 215px;
	float:left;
	margin: 55px 0 0 60px;
	position: relative;
	text-align: center;
}

#dropbox .preview img{
	max-width: 240px;
	max-height:180px;
	border:3px solid #fff;
	display: block;
	
	box-shadow:0 0 2px #000;
}

#dropbox .imageHolder{
	display: inline-block;
	position:relative;
}

#dropbox .uploaded{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width: auto;
	background: url('../img/done.png') no-repeat center center rgba(255,255,255,0.5);
	display: none;
}

#dropbox .preview.done .uploaded{
	display: block;
}
#dropbox .progressHolder{
	position: absolute;
	background-color:#252f38;
	height:12px;
	width:100%;
	left:0;
	bottom: 0;
	
	box-shadow:0 0 2px #000;
}

#dropbox .progress{
	background-color:#2586d0;
	position: absolute;
	height:100%;
	left:0;
	width:0;
	
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}

#dropbox .preview.done .progress{
	width:100% !important;
}



div.search {
	width: 40%;
}
.search input[type=submit] {
	float: right;
	padding: 0 25px;
	margin: -38px 0 0 2px;
}



#map-google img {
    max-width: none !important;
}



/*  =Input Search  *
 ________________________________________________________________________________________________ */
div.inputsearch {
	border: 2px solid #0866c6;
	background: #FFF;
	margin-top: -2px;
	display: none;
	position: absolute;
}
div.inputsearch .result {
	color: #0866c6;
	font-weight: bold;
	padding: 5px 15px;
	cursor: pointer;
}
div.inputsearch .result:hover {
	background: #e0eefc;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}



/*  =Navigation  *
 ________________________________________________________________________________________________ */
div.sub-navigation {
	float: left;
	padding: 10px 0;
}
div.sub-navigation ul {
	list-style-type: none;
	margin-left: 60px;
}
div.sub-navigation ul li {
	margin: 0;
	padding: 10px 20px 2px;
	line-height: 25px;
	display: inline-block;
	color: #c57cdf;
}



/*  =Sidebar
 ________________________________________________________________________________________________ */
 sidebar {
	background: none;
	position: relative;
	float: left;
	max-width: 325px;
 }
 
 sidebar ul li {
	background-position: left 5px;
 }

 sidebar div.container {
	margin: 25px;
	background: #f6f5f5;
 }

 sidebar div.container.signup {
	background: #3387c8;
	color: #FFF;
	font-size: 13px;
	line-height: 15px;
 }
 
 sidebar div.container.signup div {
	padding-bottom: 10px;
 }
 
 sidebar div.container.signup input {
	padding: 5px;
 }

 sidebar div.container.signup .left.width50p input {
	max-width: 90%;
 }

 sidebar div.container.signup h2 {
	background: url(/images/icons/apply.png) no-repeat left center;
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	font-size: 24px;
 }
 
 sidebar div.container.signup input[type=submit] {
	border: 2px solid #FFF;
	padding: 8px 25px;
	width: 100%;
	font-size: 16px;
 }
 
  sidebar div.container.signup div.file {
	padding: 0px 10px;
	background: #FFF;
	color: #3387c8;
	border: none;
	margin-left: 10px;
  }


/* =Messages *
 ________________________________________________________________________________________________ */

body.login content.messages_wrapper {
	display: block;
}

body.login content.first.thread {
	padding: 0;
}
.thread div.container div.title {
	padding: 0;
	margin: 0;
}
.thread .sidebar {
	width: 275px;
	position: absolute;
	display: block;
	cursor: pointer;
	background: #fbfbfb;
}
.thread .sidebar div.search {
	width: 100%;
	background: #FFF;
	text-align: center;
}
.thread .sidebar .inputsearch {
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	font-weight: 0;
	padding: 13px 8px;
	border: 1px solid #d2d1d1;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 250px;
    max-width: 100%;
	margin: 10px 0 10px;
	background: url(/images/icons/search.png) no-repeat 220px center;
}
.thread .sidebar ul,
.thread .sidebar li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}
.thread .sidebar ul {
	height: 450px;
	overflow: scroll;
}
.thread .sidebar li {
	cursor: pointer;
	background: #FFF;
	padding: 15px;
	border-bottom: solid #fbfbfb 1px;
	clear: both;
}
.thread .sidebar li img {
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #FFF;
	margin-right: 15px;
}
.thread .sidebar li div.left {
	color: #3387c8;
	font-size: 14px;
	font-weight: 500;
	line-height: 12px;
}
.thread .sidebar li div.subject {
	color: #666666;
	font-size: 14px;
	padding-top: 5px;
}
.thread .sidebar li div.right {
	color: #a9a9a9;
	font-size: 10px;
	max-width: 60px;
	max-height: 12px;
	overflow: hidden;
}

.thread .sidebar li.highlight {
	background: #e9f2fa;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

.thread .sidebar li.new {
	background: #eaeff5;
}

.thread .sidebar li.new div.left {
	background: url(/images/icons/new.png) no-repeat;
	padding-left: 40px;
	line-height: 12px;
}

.thread .sidebar li:hover {
	cursor: pointer;
	background: #d6e0eb;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
.thread .sidebar li.selected {
	background: #3387c8;
}
.thread .sidebar li.selected a,
.thread .sidebar li.selected div {
	color: #FFF;
}

.thread .thread {
	margin-left: 275px;
	border: 1px solid #0866c6;
	padding: 0;
	color: #333;
	height: 525px;
	width: auto;
	max-width: 100%;
	overflow: scroll;
}
.thread .thread ul,
.thread .thread li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.thread .thread div.header {
	padding: 20px 35px 20px 90px;
	border-bottom: 1px solid #0866c6;
	background: url(/images/icons/messages.png) no-repeat 35px center;
}

.thread .thread div.header.archive {
	padding: 20px 35px 20px 90px;
	border-bottom: 1px solid #0866c6;
	background: url(/images/icons/archive.png) no-repeat 35px center;
}

.thread .thread div.header.sent {
	padding: 20px 35px 20px 120px;
	border-bottom: 1px solid #0866c6;
	background: url(/images/icons/sent.png) no-repeat 35px center;
}

.thread .thread div.header .date {
	font-size: 12px;
	line-height: 12px;
	color: #333;
	padding: 4px 0;
}

.thread .thread div.header .date.new {
	background: url(/images/icons/new.png) no-repeat left 5px;
	padding-left: 40px;
}

.thread .thread div.header .subject {
	font-size: 26px;
	line-height: 26px;
}

.thread .thread div.header a {
	display: inline-block;
	width: 25px;
	height: 15px;
	opacity:0.6;
	filter:alpha(opacity=60);
	margin: 0 3px;
}

.thread .thread div.header a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out;
}

.thread .thread div.header .buttons {
	margin: 25px 0 0 40px;
}

.thread .thread div.header a.reply {
	background: url(/images/icons/message-reply.png) no-repeat center center;
}

.thread .thread div.header a.archive {
	background: url(/images/icons/message-archive.png) no-repeat center center;
}

.thread .thread div.header a.delete {
	background: url(/images/icons/message-delete.png) no-repeat center center;
}


.thread .thread div.header .buttons div {
	float: left;
	margin: 0 5px;
}
.thread .thread div.header .buttons div.reply a {
	display: block;
	background: url(images/icons/ico-reply-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.thread .thread div.header .buttons div.reply a:hover {
	background-position: middle;
}
.thread .thread div.header .buttons div.reply a:active {
	background-position: bottom;
}

.thread .thread div.header .buttons div.forward a {
	display: block;
	background: url(images/icons/ico-forward-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.thread .thread div.header .buttons div.forward a:hover {
	background-position: middle;
}
.thread .thread div.header .buttons div.forward a:active {
	background-position: bottom;
}

.thread .thread div.header .buttons div.spam a {
	display: block;
	background: url(images/icons/ico-spam-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.thread .thread div.header .buttons div.spam a:hover {
	background-position: middle;
}
.thread .thread div.header .buttons div.spam a:active {
	background-position: bottom;
}

.thread .thread div.header .buttons div.folder a {
	display: block;
	background: url(images/icons/ico-folders-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.thread .thread div.header .buttons div.folder a:hover {
	background-position: middle;
}
.thread .thread div.header .buttons div.folder a:active {
	background-position: bottom;
}

.thread .thread div.header .buttons div.trash a {
	display: block;
	background: url(images/icons/ico-trash-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.thread .thread div.header .buttons div.trash a:hover {
	background-position: middle;
}
.thread .thread div.header .buttons div.trash a:active {
	background-position: bottom;
}

.thread .thread div.header .actions {
	padding-left: 100px;
}


.thread .thread div.content div.header {
	padding: 20px;
	color: #a9a9a9;
	font-size: 13px;
}
.thread .thread div.content div.header img {
	height: 20px;
	width: 20px;
	float: left;
}
.thread .thread div.content div.header div.username {
	float: left;
	color: #666666;
	font-size: 15px;
}
.thread .thread div.content {
	font-size: 15px;
	color: #555;
	border: 0;
	padding: 20px 35px;
	overflow: scroll;
	max-height: 400px;
}

.thread .thread div.content li.header {
	border-bottom: 1px solid #a9a9a9;
	padding: 15px;
}

.thread .thread div.content li.content {
	border-bottom: 1px solid #a9a9a9;
	padding: 15px 15px 45px 15px;
}

.thread .thread div.footer {
	border-top: none;
	padding: 15px;
}
.thread .thread div.footer img {
	float: left;
	margin-right: 15px;
	height: 20px;
	width: 20px;
}
.thread .thread div.footer textarea {
	float: right;
}


.thread.faq .thread div.header {
	padding: 20px 35px 20px 90px;
	border-bottom: 1px solid #0866c6;
	background: url(/images/icons/icon-faq-blue.png) no-repeat 35px center;
}




/* =Messages *
 ________________________________________________________________________________________________ */
content.dashboard {
	padding: 0;
	width: auto;
	background: 0;
	padding: 0;
}
content.dashboard div.container {
	max-width: 50%;
	width: 44%;
	float: left;
	margin: 0 0 50px;
	min-width: 0;
	padding: 0 3%;
}

content.dashboard div.container div {
	padding: 20px;
	background: #FFF;
	width: auto;
	max-width: 100%;
}

content.dashboard div.container div.padding0 {
	padding: 0;
}



/*  =Categories Box
 ________________________________________________________________________________________________ */
.categories {
	max-height: 300px;
	overflow: scroll;
}
.categories table tr:hover {
	background: none;
}
.categories table tr td {
	padding: 0;
	margin: 0;
}
.categories ul,
.categories li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.categories li a {
	display: block;
	line-height: 36px;
	padding: 0 10px 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	background: url(/media/get/42) no-repeat 5px;
    cursor: pointer;
}
.categories li li > a {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	margin-top: 0;
    cursor: pointer;
}
.categories li a:hover {
	background: #e0eefc url(/media/get/42) no-repeat 5px;

}
.categories li a.selected {
	background: rgba( 75,200,30,0.1 ) url(/media/get/41) no-repeat 5px;
}
.categories li li a {
	padding-left: 55px;
}
.categories li li li a {
	padding-left: 75px;
}




/*  =Flexslider Components
 ________________________________________________________________________________________________ */


.flexslider#carousel {
	padding-bottom: 13px;
}
.flexslider#carousel li {
	text-align: center;
	color: #777;
	font-size: 13px;
	cursor: pointer;
}
.flexslider#carousel li:hover {
	color: #111;
}
.flexslider#carousel li img {
	max-width: 100px;
	height: auto;
	margin: 0 auto;
}

.flexslider-over {
	height: 190px;
	width: auto;
	max-width: 1100px;
	overflow: hidden;
	margin-top: -350px;
	padding-top: 160px;
}

.flexslider-over img {
	max-width: 50px;
	width: auto;
	height: auto;
	min-width: 0;
}

.flexslider-over a {
	display: inline-block;
}

.flexslider-over .icons a {
	margin-left: 30px;
	margin-right: 30px;
}

.flexslider-over a:hover > span.info {
	margin: 50px 0 0 -60px;
}

.flexslider-over .borderonly {
	font-size: 18px;
	padding: 9px 30px 5px;
}




/*  =Tags Box
 ________________________________________________________________________________________________ */
.tags {
	font-size: 12px;
}
.tags a {
	display: inline-block;
	margin-right: 20px;
	background: url(/media/get/75) no-repeat left center;
	line-height: 15px;
	padding-left: 20px;
}



/*  =Buttons
 ________________________________________________________________________________________________ */
a.alink.buttongreen {
	color: #FFF;
	background: #59B200;
	border: 2px solid #FFF;
	line-height: 36px;
	padding: 4px 20px;
	margin-left: 15px;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
}
a.alink.buttongreen:hover {
	border: solid 2px #FFF;
	background: #07519c;
	color: #FFF;
}
a.alink.buttongreen:active,
a.alink.buttongreen:focus {
	background: #063d74;
	border: solid 2px #07519c;
	transition: border .5s ease-in-out;
	-moz-transition: border .5s ease-in-out;
	-webkit-transition: border .5s ease-in-out;
}



/*  =Popups
 ________________________________________________________________________________________________ */
.popup {
	display: none;
	background: #FFF;
	position: fixed;
	z-index: 999999999;
	box-shadow: 0 0 0 10px rgba(0,0,0,.3);
	left: 50%;
	top: 50px;
	margin-left: -350px;
	width: 700px;
}
.popupBackground {
	display: none;
	top: 0;
	left: 0;
	background: url(/images/page/black-50p.png);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999998;
}

.popup h1 {
	text-align: left;
	font-size: 30px;
	margin: 0;
	background: #3387c8;
	color: #FFF;
	line-height: 30px;
	padding: 15px 25px;
	font-weight: 300;
}
.popup h1 img {
	margin: -3px 0 0 -7px;
	padding-right: 15px;
	max-width: 30px;
	height: auto;
}
.popup .content {
	text-align: left;
	padding: 35px;
	font-size: 18px;
	color: #333;
}

.popup .container {
	color: #666;
	font-weight: 300;
	font-size: 16px;
}

.popup .container.grey {
	background: #f6f5f5;
	padding: 25px;
}

.popup span.small {
	display: block;
	line-height: 15px;
	width: 100%;
}

.popup ul,
.popup li {
	display: block;
	margin: 0;
	padding: 0;
}
.popup ul {
	margin: 20px 0 30px;
}
.popup li {
	background: url(/images/icons/bullet-large.png) no-repeat left top;
	line-height: 35px;
	padding-left: 50px;
	margin: 5px 0 5px 25px;
}
.popup form {
}
.popup form div {
	margin-bottom: 18px;
}
.popup input[type=text] {
	border: 1px solid #d2d1d1;
	width: 95%;
	color: #000;
}
.popup input[type=submit] {
	font-size: 22px;
	font-weight: bold;
	line-height: 45px;
	padding: 0 50px;
}



/*  =Charts
 ________________________________________________________________________________________________ */

.legend {
	text-align: center;
}

.legend .title {
    display: inline-block;
    margin: 0 25px 0 0;
    border-style: solid;
    border-width: 0 0 0 1em;
    padding: 0 0 0 10px;
}



/*  =Footer
 ________________________________________________________________________________________________ */

footer {
	background: #3387c8;
	margin-top: 25px;
	z-index: 98;
	font-size: 13px;
	clear: both;
	min-width: 950px;
}
footer .bottom .wrapper,
footer .top .wrapper {
	max-width: 1100px;
	width: auto;
	margin: 0 auto;
}

footer .top {
	padding: 30px 0;
	margin: 0;
	color: #FFF;
}
footer .top a {
	color: #FFF;
}
footer .bottom {
	background: #f9f9f9;
	color: #999;
	padding: 10px 0;
	margin: 0;
	font-size: 12px;
	vertical-align: middle;
	line-height: 24px;
}
footer .bottom a{
  color: #999;
}
footer .title {
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
}
footer .title span {
	color: #afd0e9;
}
footer hr {
	background: #afd0e9;
	height: 1px;
	border: none;
}
footer .top .left {
	float: left;
	width: 40%;
	padding: 0 5%;
}

footer .top ul,
footer .top li {
	list-type: none;
	display: block;
	padding: 0;
	margin: 0;
}

footer .top li {
	width: auto;
	min-width: 50%;
	max-width: 50%;
	float: left;
}
footer .top li a {
	padding-left: 10px;
	display: block;
	width: auto;
	line-height: 25px;
}
footer .top li a:hover {
	background: #5097ce;
}


footer .bottom .left {
	margin: 0; padding: 0;
}
footer .bottom .logo {
	background: url( /images/home/climber-small.png );
	height: 24px;
	width: 129px;
	margin: 2px 0;
	float: left;
	margin-right: 20px;
}
footer .bottom .left a {
	padding: 0;
	position: relative;
	display: block;
	float: left;
	margin: 0 12px;
	line-height: 24px;
}
footer .bottom .left a:hover {
	color: #3387c8;
	text-decoration: underline;
}



/*  =Resized Home
 ________________________________________________________________________________________________ */

.mobilehide,
.hidemobile,
.mobile-hide {
	display: block;
}
td.mobilehide,
td.hidemobile,
td.mobile-hide,
th.mobilehide,
th.hidemobile,
th.mobile-hide {
	display: table-cell;
}
.browserhide,
.hidebrowser,
.hide-browser {
	display: none;
}
td.browserhide,
td.hidebrowser,
td.hide-browser,
th.browserhide,
th.hidebrowser,
th.hide-browser {
	display: none;
}


@media screen and (max-width: 1100px) {
    content div.container.container20p {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 40px;
    }

    content div.container.container70p {
        margin: 0 0 40px;
        float: none;
        width: 100%;
        max-width: 100%;
    }
}


/* Minimum width of 960 pixels. */
@media screen and (max-width: 1030px) {
	header {
		width: auto;
		overflow: hidden;
	}

	.tabs .tab {
		float: none;
	}
	.tabs .tabr {
		float: none;
	}
	.tabs .tab33 {
		width: 100%;
	}
	.tabs .tab66 {
		width: 100%;
	}

}


/* Minimum width of 960 pixels. */
@media screen and (max-width: 880px) {

	content div.container {
		margin: 10px;
	}

	sidebar ul.menubar li {
		width: 160px;
	}
	sidebar ul.menubar li a {
		padding-left: 10px;
	}
	sidebar div.menubar-current {
		width: 200px;
		background: #7e3386;
	}

}

@media screen and (max-width: 750px) {

	.mobilehide,
	.hidemobile,
	.mobile-hide,
	th.mobilehide,
	th.hidemobile,
	th.hide-mobile,
	td.mobilehide,
	td.hidemobile,
	td.hide-mobile {
		display: none;
	}
	.browserhide,
	.hidebrowser,
	.hide-browser {
		display: block;
	}
	th.browserhide,
	th.hidebrowser,
	th.hide-browser,
	td.browserhide,
	td.hidebrowser,
	td.hide-browser {
		display: table-cell;
	}

	content div.page-title {
		background: #FFF;
		padding: 5px;
		display: block;
	}
	content div.page-title h1 {
		font-size: 21px;
	}
	content div.page-title .small,
	content .small {
		font-size: 11px;
	}

	div.sublinks li a {
		padding: 0 6px;
		margin: 0 4px;
	}



}




/*  =Tablet
 ________________________________________________________________________________________________ */

@media screen and (max-width: 600px) {


}


/*  =Mobile Phone
 ________________________________________________________________________________________________ */
/* Minimum width of 425 pixels. */
@media screen and (max-width: 425px) {

	.content_wrapper {
		padding: 0 20px;
	}
	
	content table {
		font-size: 12px;
	}

}




/*  =Custom
 ________________________________________________________________________________________________ */

.block {
	display: block;
}

.widthhalf {
	width: auto;
	max-width: 50%;
	width: 49%;
	padding: 0 !important;
	margin: 0;
	float: left;
}

.width10p {
	width: 10%;
}

.width15p {
	width: 15%;
}

.width20p {
	width: 20%;
}
.width25p {
	width: 25%;
}
.width30p {
	width: 30%;
}
.width35p {
	width: 35%;
}
.width40p {
	max-width: 40%;
	width: 40%;
}
.width45p {
	width: 45%;
	max-width: 45%;
}
.width60p {
	max-width: 60%;
	width: 60%;
}
.width50p {
	max-width: 50%;
	width: 50%;
}
.width60p {
	max-width: 60%;
	width: 60%;
}
.width65p {
	max-width: 65%;
	width: 65%;
}
.width70p {
	max-width: 70%;
	width: 70%;
}

.width80p {
	max-width: 80%;
	width: 80%;
}

.width85p {
	max-width: 85%;
	width: 85%;
}

.width95p {
	max-width: 95% !important;
	width: 95% !important;
}

.width100p,
div.width100p,
input.width100p,
input[type=text].width100p {
    width: 100%;
	max-width: 100%;
}

.width60 {
	max-width: 60px;
	width: 60px;
}

.width100 {
	max-width: 100px;
	width: 100px;
}

.width250 {
	max-width: 250px;
	width: 250px;
}

.width275 {
	max-width: 275px !important;
	width: 275px !important;
	min-width: 0 !important;
}


.margin0 {
	margin: 0 !important;
}


.padding0, .paddingnone {
	padding: 0 !important;
}

.margintm10 {
	margin-top: -10px;
}
.margintm20 {
	margin-top: -20px;
}
.margintm70 {
	margin-top: -70px;
}

.margintb20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.margintb25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.marginlr25 {
	margin-left: 25px;
	margin-right: 25px;
}

content.margint0,
.margint0 {
	margin-top: 0;
}
.margint5 {
	margin-top: 5px;
}
.margint10 {
	margin-top: 10px;
}
.margint20 {
	margin-top: 20px;
}
.margint40 {
	margin-top: 40px;
}

.marginr15 {
	margin-right: 15px !important;
}

.marginr20 {
	margin-right: 20px !important;
}
.marginr40 {
	margin-right: 40px !important;
}

.marginr5p {
	margin-right: 5%;
}


.paddingtb15 {
	padding-top: 14px;
	padding-bottom: 14px;
}
.container.paddingtb60,
.paddingtb60 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.margintm10 {
	margin-top: -40px;
}
.marginr10p {
	margin-right: 10%;
}
.marginr5p {
	margin-right: 5%;
}
.margint0 {
	margin-top: 0;
}
.margint15 {
	margin-top: 15px;
}
.margint25 {
	margin-top: 25px;
}
.margint30 {
	margin-top: 30px;
}

.marginb0 {
	margin-bottom: 0;
}
.marginb5 {
	margin-bottom: 5px !important;
}
.marginb10 {
    margin-bottom: 10px;
}
.marginb15 {
    margin-bottom: 15px;
}
.marginb20 {
    margin-bottom: 20px;
}

.marginb30 {
	margin-bottom: 30px;
}

.marginb50 {
	margin-bottom: 50px;
}

.marginl20 {
    margin-left: 20px;
}
.marginl30 {
    margin-left: 30px;
}
.marginl40 {
    margin-left: 40px;
}


.marginlr10 {
	margin-left: 10px;
	margin-right: 10px;
}
.marginlr25 {
	margin-left: 25px;
	margin-right: 25px;
}
.marginlr45 {
	margin-left: 45px;
	margin-right: 45px;
}


.padding5 {
	padding: 5px !important;
}

.padding10 {
	padding: 10px !important;
}

.padding20 {
	padding: 20px;
}
.padding25 {
	padding: 25px;
}
.padding30 {
	padding: 30px;
}

.padding35 {
	padding: 35px;
}

.padding40 {
	padding: 40px;
}

.padding45 {
	padding: 45px;
}

.paddingtb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.paddingtb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.paddinglr20 {
	padding-left: 20px;
	padding-right: 20px;
}
.paddinglr25 {
	padding-left: 25px;
	padding-right: 25px;
}
.paddinglr30 {
	padding-left: 30px;
	padding-right: 30px;
}

.paddingt5 {
	padding-top: 5px !important;
}

.paddingt10 {
	padding-top: 10px;
}

.paddingt50 {
	padding-top: 50px;
}

.paddingt60 {
	padding-top: 60px;
}

.paddingt80 {
	padding-top: 80px;
}
.paddingt5 {
	padding-top: 5px;
}
.paddingt15 {
	padding-top: 15px;
}
.paddingt20 {
	padding-top: 20px;
}


.paddingr20 {
	padding-right: 20px;
}
.paddingr40 {
	padding-right: 40px;
}
.paddingl20 {
    padding-left: 20px !important;
}
.paddingl40 {
    padding-left: 40px;
}

.font-small {
	font-size: 15px;
}
.hidden {
    display: none;
}