@import "font-face.css";
a:link,
a:visited {
    text-decoration:none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
body {
    color: #303030;
    font-size: 15px;
    background: #f6f6f6;
    line-height: 22px;
    font-family: 'Roboto', 'Roboto Condensed', sans-serif;
}

a{
	color:#1685c7;
	}
a:hover{
	color:#0085c4;
	}
.scroll-fix-top{
    width: 100%;
}

.scroll-fix-top.fixed {
    opacity: 0.95;
}
.carousel-control.left, .carousel-control.right{
	background:none;
	width:50px;
	}
.circle, .anchor, .anchor .fa{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	}
.radius{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
.shadow{
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	}
.anchor{
	position:absolute;
	top:-15px;
	left:50%;
	margin-left:-15px;
	background:#ffffff;
	border:3px solid #60da9d;
	z-index:99;
	width:46px;
	height:46px;
	display:inline-block;
	text-align:center;
	
	}
.anchor .fa{
	color:#60da9d;
	line-height:40px;
	text-align:center;
	}
	
.fa-2 {
    font-size: 1.5em;
}
.fa-3 {
    font-size: 4em;
}
.fa-4 {
    font-size: 7em;
}
ul.reset, ol.reset{
	margin:0;
	padding:0;
	}
.btn.btn-submit{
	background:#cb0303;
	border:none;
	border-bottom:3px solid rgba(0, 0, 0, 0.3);
	color:#fff;
	text-transform:uppercase;
	font-size:120%;
	font-weight:lighter;
	padding:15px 30px;
	}
.btn .fa{
	margin-left:10px;
	}
.section{
	padding-top:30px;
	padding-bottom:30px;
	}
/*taskbar=================================*/
#taskbar{
	height:30px;
	background:#fff;
	font-weight:lighter;
	font-size:90%;
	}
#taskbar .task-l{
	margin-top:5px;
	margin-bottom:5px;
	}
.task-l>li{
	list-style:none;
	float:left;
	margin-right:15px;
	}
#taskbar a{
	color:#555;
	}
.task-l a .fa{
	color:#0079c2;
	margin-right:5px;
	}
#taskbar .acc{
	text-align:right;}
#taskbar .acc a{
	
	display:inline-block;
	}
#taskbar .btn-login{
	color:#fff;
	background:#459dd2;
	}
#taskbar .acc.btn-acc a{
	line-height:30px;
	padding:0 15px;
	}
#taskbar .acc.acc-menu{
	line-height:30px;
	}
#taskbar .acc.acc-menu .dropdown{
	display:inline-block;
	line-height:26px;
	height:26px;
	float:right;
	margin-left:5px;
	}
#taskbar .acc.acc-menu .dropdown button{
	border:none;
	background:none;
	padding:0;
	font-size:100%;
	line-height:normal;
	}
#taskbar .acc.acc-menu .dropdown button .fa{
	margin-left:5px;
	}
#taskbar .acc.acc-menu .dropdown .dropdown-menu{
	left:auto;
	right:0;
	padding:0;
	width:250px;
	background:#f6f6f6;
	}
#taskbar .acc.acc-menu .dropdown .dropdown-menu li a{
	display:block;
	}
#taskbar .acc.acc-menu .dropdown .dropdown-menu li.user-avatar{
	padding:15px;
	background:#fff;line-height:normal;
	}
#taskbar .acc.acc-menu .dropdown .dropdown-menu li .avatar{
	float:left;
	width:50px;
	
	}
#taskbar .acc.acc-menu .dropdown .dropdown-menu li .name, #taskbar .acc.acc-menu .dropdown .dropdown-menu li .mail{
	margin-left:60px;
	
	}
#taskbar .acc.acc-menu .dropdown .dropdown-menu li .mail a{
	 padding:0;
	 border:none;
	 }
#taskbar .acc.acc-menu .dropdown .dropdown-menu li .name{
	font-weight:bold;
	}
#taskbar .acc.acc-menu .dropdown .dropdown-menu li a{
	padding:10px 10px;
	font-size:90%;
	border-top:1px solid #ddd;
	}
#taskbar .acc.acc-menu .dropdown .dropdown-menu li a:hover{
	background:#fff;
	}
#taskbar .acc.acc-menu .dropdown .dropdown-menu li a .fa{
	margin-right:5px;
	}
/*header ====================================*/
#header{
	min-height:100px;
	margin-bottom:0;
	background:#fbfbfb;
	}
.navbar-nav{
	float:right;
	margin-top:40px;
	font-size:100%;
	}
.navbar-nav>li{
	margin-left:30px;
	}
.navbar-nav>li>a{
	padding-top:5px;
	padding-bottom:5px;
	padding-right:0;
	padding-left:0;
	}
.navbar-nav a{
	color:#1685c7;
	text-transform:uppercase;
	border-top:2px solid transparent;
	}
.navbar-nav a.btn{
	color:#fff;
	padding-right:10px;
	padding-left:10px;
	background:#1685c7;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
.navbar-nav a.btn:hover{
	background:#0473b6;
	color:#fff;}
.navbar-nav>li>a:hover, .navbar-nav>li.active>a, .nav .open>a:focus{
	background:none;
	border-top:2px solid #1685c7;
	}
.navbar-nav .dropdown-menu a{
	padding:7px 10px;
	}
/*search ====================================*/
#search [class^=col-] {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0;
    padding-bottom: 2px;
}
#search{
	position:relative;
	}
#search .fixed{
	position:absolute;
	bottom:30px;
	right:0;
	left:0;
	}
#search .container .inner{
	padding:30px 30px 10px 30px;
	background:rgba(0, 121, 190, 0.9);
	}
#search .inner h3{
	color:#fff;
	font-size:150%;
	margin:0 0 10px 0;
	}
#search .inner .row{
	margin-bottom:10px;
	margin-right:0;
	margin-left:0;
	}
#search .inner input[type="text"], #search select{
	border:1px solid #fff;
	padding:10px;
	width:100%;
	text-align:left;
	background:#fff;
	font-size:100%;
	}
    #search .inner input[type="text"], #search select {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
#search .btn.btn-search{
	padding:8px 10px;
	background:#ff9600;
	width:100%;
	font-size:120%;
	text-transform:uppercase;
	color:#fff;
	}
/**/
#jobstop{
	padding-bottom:15px;
	}
.jobstop-hd{
	padding:15px;
	}
    .jobstop-hd h3 {
        float: left;
        margin-top: 5px;
        color: #ff9600;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
    }
.jobstop-hd .btn{
	float:right;
	font-size:90%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}

.jobslist, .jobsout{
	margin:0;
	padding:0;
	}
.jobslist li, .jobsout li{
	list-style:none;
	padding:15px;
	position:relative;
	border-bottom:1px solid #eee;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	}
#jobstop li:last-child{
	border-bottom:none;
	}
.jobslist li:hover, .jobsout li:hover, .dl-list li:hover{
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 8px rgba(0, 0, 0, 0.2);
	}
.jobslist li .jobsintro .description, .jobsout li .description{
	margin-top:10px;
    color:#222;
}

.jobslist li .jobsintro h2{
	font-size:140%;
	margin:0;
	}
.bg-white{
	background:#fff;
	}
/*tasb*/
#tabs {
	width: 100%;
	
}
#tabs ul.nav-tabs{
	margin:0;
	padding:0;
	height:40px;
	border-bottom:3px solid #ff9600;
	}
#tabs ul.nav-tabs li{
	float: left;
	font-size:110%;
	padding: 0 15px; 
	line-height:40px;
	list-style: none inside;
	cursor: pointer;
	position:relative;
}
#tabs ul.nav-tabs li.active {
	background:#ff9600;
	color: #fff;
	}
#tabs ul.nav-tabs li span{
	position:absolute;
	bottom:-12px;
	left:50%;
	font-size:150%;
	margin-left:-5px;
	display:none;
	color:#ff9600;
	}
#tabs ul.nav-tabs li.active span{
	display:block;
	}
    #tabs ul.nav-tabs li.active a {
        border: none !important;
        background-color: #ff9600 !important;
        color: #fff !important;
    }
#tabs div{
	clear: both;
	}
#tabs div.hide{display: none;
}
/**/
.joblabel li.icon-label{
	padding-left:40px;
	}
.joblabel li.icon-label span.icon{
	position:absolute;
	top:15px;
	left:10px;
	}
.icon-hot, .icon-new{
	width:24px;
	height:15px;
	display:inline-block;
	}
.icon-hot{
	background:url(../img/icon-hot.gif) no-repeat 0 50%;}
.icon-new{
	background:url(../img/icon-new.png) no-repeat 0 50%;}
	
.jobsout h2{
	margin:0;
	font-size:100%;
	line-height:normal;
	}
.jobsout li>div{
	margin-top:10px;
	}
.jobsout h2 a{
	color:#333;
	}
#tabs .viewall, .jobswidget .viewall{
	padding:10px 15px;
	font-size:90%;
	
	}
/**/
.widget{
	margin-bottom:30px;
	}
.widget h3{
	font-size:150%;
	margin:0 0 15px 0;
	}
/**/
#idea-slide .inner{
	position:relative;
	}
#idea-slide .inner .desc{
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	padding:15px;
	color:#fff;
	background:rgba(0, 121, 190, 0.9);
	}
#idea-slide .item .desc h2{
	font-size:110%;
	margin:0 0 10px 0;
	line-height:normal;
	}
#idea-slide .item .desc h2 a{
	color:#fff;
	}
#idea-slide .carousel-control{
	top:-40px;
	width:20px;
	height:34px;
	background:#ddd;
	}
#idea-slide .carousel-control .fa{
	color:#333;
	line-height:34px;
	text-shadow:none;
	}
#idea-slide .carousel-control.right{
	right:0;
	}
#idea-slide .carousel-control.left{
	right:25px;
	left:auto;
	}
#idea-slide .inner .desc em:before{
	content:"- ";
	font-style:italic;
	}
/**/
#test li{
	list-style:none;
	border-bottom:1px solid #eee;
	}
#test li a{
	padding:10px;
	display:block;
	color:#444;
	}
#test a span{
	width:30px;
	height:30px;
	border:1px solid #0f78b7;
	color:#0f78b7;
	text-align:center;
	line-height:30px;
	font-size:110%;
	margin-right:10px;
	display:inline-block;
	}
/**/
.list-tl li{
	padding-left:10px;
	background:url(../img/arow-r.gif) no-repeat 0 7px;
	}
#newsft{
	background:#fbfbfb;
	}

#newsft h3{
	margin:0 0 15px 0;
	text-transform:uppercase;
	font-size:140%;
	}
.list-tl li{
	list-style:none;
	margin-bottom:10px;
	overflow:hidden;
	text-align: justify;
	}
#newsft .list-tl li:first-child{
	background:#fff;
	padding:15px;
	
	}
.list-tl li:first-child img{
	float:left;
	margin-right:10px;
	max-width:170px;
	}
#newsft .list-tl li:first-child a{
	font-size:120%;
	color:#2871c2;
	margin-bottom:10px;
	}
#newsft .list-tl li:first-child p{
	margin-top:10px;
	margin-bottom:0;
	font-size:90%;
	}
.list-tl li a{
	color:#444;
	}
/*footer =============================================*/
#footer{
	background:#fff;
	border-top:1px solid #eee;
	padding-top:15px;
	}
#ft-link{
	border-bottom:1px solid #eee;
	}
#ft-link .col-lg-3{
	margin-bottom:15px;}
#ft-link h3{
	text-transform:uppercase;
	font-size:120%;
	}
#ft-link ul.reset{
	margin-left:15px;
	}
#ft-link li{
	margin-bottom:10px;
	font-size:90%;
	}
#ft-link li a{
	color:#777;
	}
#ft-link li a:hover{
	color:#444;
	}
.social .fa{
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#fff;
	margin-right:2px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	}
.fa.fa-facebook{
	background:#385792;
	}
.fa.fa-google-plus{
	background:#ca1616;
	}
.fa.fa-twitter{
	background:#28a0d6;
	}
.fa.fa-instagram{
	background:#385792;
	}
.fa.fa-linkedin{
	background:#0092b6;
	}
.fa.fa-vine{
	background:#00cf9b;
	}
#footer address{
	color:#555;
	margin:0;
	font-weight:lighter;
	padding:15px 0;
	font-size:90%;
	}
#footer address p{
	margin:0
	}
/*jobs search===================================*/
.jobslist.hot{
	border:3px solid #a1d8f9;
	background:#f7fbfc;
	}
.search-list-hd{
	margin-bottom:15px;
	}
.search-list-hd h1{
	margin:0 0 10px 0;
	font-size:170%;
	}
.search-list-hd .dropdown{
	display:inline-block;
	}
.search-list-hd .dropdown .btn{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:3px 5px;
	font-size:90%;
	}
/**/
.pagination-footer{
	text-align:center;
	margin:0;
	}
.pagination-footer .pagination{
	margin-bottom:0;
	}
.pagination>li>a, .pagination>li>span{
	border:none;
	background:#eee;
	margin:0 2px;
	padding:10px 15px;
	color:#444;
	}
.pagination>li>a:hover, .pagination>li>span:hover{
	background:#444;
	color:#fff;
	}
.pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	}
/**/
#sort h3, .hd-line-bt{
	padding-bottom:5px;
	border-bottom:3px solid #ddd;
	}
#sort ul{
	margin-bottom:30px;
	}
#sort li{
	margin-bottom:7px;
	list-style:none;
	}
#sort li a{
	color:#444;
	font-size:90%;
	}
/**/
.ads-right img{
	max-width:100%;
	margin-bottom:5px;
	}
/**/
#search.searchpage{
	background:#0079c2;
	}
#search.searchpage .inner{
	padding:10px 0 5px 0;
	background:#0079c2;
	}
/*job-detail ===========================*/
#jobdetail>div{
	padding:15px;
	margin-bottom:15px;
	}
#company h1, #company h2, #company .col-lg-8>div, #company .col-lg-8 address{
	margin:0 0 10px 0;
	}
#company h1{
	font-size:180%;
	}
#company h2{
	font-size:120%;
	}
.company-logo img{
	max-width:252px;
	}
#company .fa{
	opacity:0.5}
#jobdetail .btn-upload, #jobdetail .btn-adcart, .acc-menu-right .btn, .btn-logform {
    color: #fff;
    padding: 10px;
    background: #ff9600;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#jobdetail .btn-upload:hover, .acc-menu-right .btn:hover, .btn-logform:hover{
	background:#ff8400;
	color:#fff;
}
#jobdetail .btn-adcart {
    background: #00bfa5 !important;
}
#jobdetail>div>h3{
	margin-top:0;
	}
#jobdetail .btn-bottom, .btn-logform{
	text-transform:uppercase;
	padding:15px 30px;
	}
.acc-menu-right li{
	list-style:none;
	margin-bottom:10px;
	}
.acc-menu-right .btn{
	width:100%;
	text-transform:uppercase;
	}
.acc-menu-right a{
	color:#444;
	}
.acc-menu-right a .fa{
	margin-right:5px;
	color:#1685c7
	}
.acc-menu-right .share .fa{
	width:24px;
	height:24px;
	color:#fff;
	text-align:center;
	line-height:24px;
	font-size:90%;
	margin-left:2px;
	}
#jobother li{
	padding:0 0 10px 0;
	margin-bottom:10px;
	border-bottom:1px solid #eee;}
#jobother li:hover{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	}
#jobother .jobslist h2{
	font-size:110%;
	margin:0;
	color:#005da3;
	}
#jobother a{
	color:#777;
	}
/*register==========================*/
#logform{
	
	}
.logform-left img{
	width:100%;
	}
.logform-left p{
	padding:15px 0;
	}
.logform-right{
	padding:15px;
	margin-right:20%;
	}
.logform-right div{
	margin-top:10px;
	}
.logform-right input[type="text"], .logform-right input[type="email"], .logform-right input[type="password"]{
	padding:8px;
	width:100%;
	}
.logform-right hr{
	margin-top:10px;
	margin-bottom:10px;
	}
.logform-right label{
	font-weight:lighter;}
.logform-right input[type="checkbox"]{
	width:auto;
	}
.logform-note{
	margin-top:30px;
	padding:15px 15px 5px 15px;
	background:#fdf6ec;
	border:1px dashed #ff8400;
	font-size:90%;
	color:#333;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
/*breadcrumb*/
#breadcrumb{
	padding-top:5px;
	padding-bottom:5px;
	background:#f2f2f2;
	font-size:90%;
	}
#breadcrumb .breadcrumb{
	background:none;
	margin:0;
	padding-right:0;
	padding-left:0;
	}
/*news========================================*/
#newstop{
	padding:15px;
	margin-bottom:15px;
	}
#newshot h2{
	font-size:130%;
	}
#newstop .newslist li{
	list-style:none;
	padding:8px 0;
	border-bottom:1px dashed #ddd;
	}
#newstop .newslist li a{
	color:#555;
	font-size:90%;
	}
#newshot-list li{
	list-style:none;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	padding-bottom:10px;
	overflow:hidden;
	}
#newshot-list li:last-child{
	border-bottom:none;
	}
#newshot-list li a{
	font-size:120%;
	color:#444;
	}
#newshot-list li p{
	margin-top:10px;
	margin-bottom:0;
    text-align:justify;
	}
#newshot-list li img{
	float:left;
	margin-right:10px;
	border:1px solid #fff;
	}
#newswidget .widget{
	margin-bottom:15px;
	padding:0 10px 10px 10px;
	}
#newswidget .list-tl li:first-child{
	padding:0;
	}
#newswidget h3{
	padding:10px 0;
	margin:0;
	display:inline-block;
	border-top:2px solid #ff9600;
	text-transform:uppercase;
	font-size:130%;
	}
#newswidget .list-tl li:first-child img{
	width:100px;
	}
.jobswidget h3{
	padding:15px 10px 10px 10px;
	color:#ff9600;
	font-size:130%;
	}
.jobswidget .jobslist li .jobsintro{
	margin-left:70px;
	}
.jobswidget .jobslist li .jobsintro>div{
	margin:5px 0;
	}
.jobswidget .jobslist li .jobsintro .salary{
	margin-bottom:0;
	}
.widget .jobslist li .jobsintro h2{
	font-size:120%;
	}
/**/
#newsdetail{
	padding:30px 15px 15px 15px;
	}
#newsdetail h1{
	margin:0;
	font-size:200%;
	}
.meta{
	font-size:90%;
	color:#555;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:10px;
	}
#newsdetail-view img{
	max-width:100%;
	}
#cm-post{
	padding:15px;
	}

#cm-post{
	background:#f2f2f2;
	margin-bottom:15px;
	}
#cm-post h3{
	margin-top:0;
	font-size:130%;
	}
#newsother{
	border-top:3px solid #eee;
	margin-top:15px;
	overflow:hidden;
	}
#newsother h3{
	text-transform:uppercase;
	padding:15px 0;
	margin:0;
	font-size:130%;
	}
#newsother .newsother-hot{
	overflow:hidden;
	min-height:150px;
	margin-bottom:15px;
	}
#newsother .newsother-hot li{
	list-style-type:none;
	width:170px;
	margin-right:20px;
	margin-bottom:15px;
	display:inline-block;
    float:left;
	}
    #newsother .newsother-hot li:last-child {
        margin-right: 0px;
    }
#newsother .newsother-hot li a{
	color:#444;
	font-weight:bold;
	}
#newsother .newsother-hot img{
	width:100%;
	margin-bottom:10px;
	}
#newsother .list-tl li{
	float:left;
	width:48%;
	margin-right:2%;
	}
/**/
.dl-list li{
	list-style:none;
	padding:15px;
	position:relative;
	border-bottom:1px solid #eee;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	}
.dl-list li .dl-action{
	float:right;
	width:120px;
	text-align:center;
	opacity:0;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	}
.dl-list li:hover .dl-action{
	opacity:1;
	}
.dl-list li .dl-desc{
	margin-right:135px;
	}
.dl-list li .dl-desc .dl-thumb{
	float:left;
	width:60px;
	}
.dl-list li .dl-desc .dl-intro{
	margin-left:75px;
	font-size:90%;
	
	}
.dl-list li .dl-desc .dl-intro h2{
	font-size:150%;
	margin-top:0;
	}
.dl-list li .dl-desc .dl-intro>div{
	margin-top:8px;
	}
.btn.btn-dl{
	background:#1685c7;
	color:#fff;
	margin-bottom:10px;
	}
#dl-detail{
	padding:15px;
	}
#dl-detail .btn.btn-dl{
	text-transform:uppercase;
	padding:10px 30px;
	margin-right:15px;
	}
#dl-detail h1{
	margin:0 0 30px 0;
	}
.dl-detail-desc{
	border-top:3px solid #eee;
	}
#dl-detail .featured-img{
	text-align:center;
	}
/*profile===================================*/

#profile, #posting{
	padding:15px;
	}
.nav-stacked>li{
	margin-top:0;
	padding-bottom:5px;
	}
.nav-pills>li>a{
	background:#fff;
	}
#profile h3{
	margin-top:0;
	margin-bottom:30px;
	}
.field{
	margin-bottom:10px;
	}
.field .caption{
	float:left;
	width:150px;
	text-align:right;
	}
.field .fieldtext{
	margin-left:165px;
	}
.profile-admin a>.fa{
	background:#1685c7;
	color:#fff;
	width:24px;
	height:24px;
	text-align:center;
	line-height:24px;
	margin:0 2px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	}
.profile-admin a>.fa:hover{
	background:#444;
	}
.nav-stacked .btn-upload-job{
	width:100%;padding:10px 15px;
	border-bottom:2px solid #ff7800;margin-bottom:10px;font-size:120%;
	}
.btn-upload-job:hover{
	background:#ff8a00;
	color:#fff;
	}
.btn-upload-job{
	text-align:center;
	color:#fff;
	
	
	
	background:#ff9600;
	text-transform:uppercase;
	}

/**/
#posting input[type="text"], #posting select{
	min-width:250px;
	padding:5px 8px;
	}
.posting-hd{
	margin-top:30px;
	margin-bottom:15px;
	padding:5px 0;
	text-transform:uppercase;
	border-bottom:1px solid #ddd;
	}
#posting .select-location{
	height:135px;border:1px solid #ddd;
	overflow:hidden;
	display:inline-block;
	min-width:250px;
	padding:10px;
	overflow:auto;
	}
#posting label{
	font-weight:normal;
	}
.location-tag{
	margin-top:10px;
	overflow:hidden;
}
.location-tag li{
	list-style:none;
	float:left;
	margin-right:10px;
	border:1px solid #eee;
	background:#f6f6f6;
	padding:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
/**/
.resume{
	background:#fff;
	margin:0 auto;
	}
.resume .inner{
	padding:15px;
	}
.resume td, .resume th{
	padding:10px;
	font-weight:normal;
	vertical-align:top
	}
.resume th{
	width:250px;
	}
.resume td.no-pad{
	padding:0;
	}
.resume td.no-pad hr{
	margin:0 0 0 10px;
	}
.resume thead{
	border-bottom:3px solid #ddd;
	}
.resume tbody .avatar{
	padding-top:30px;
	}

.resume thead h2{
	text-transform:uppercase;
	}
.resume tbody td, .resume tbody th{
	border-bottom:1px solid #eee;
	}
.resume tbody td td, .resume tbody td th, .resume tbody td.no-bor, .resume tbody th.no-bor{
	border-bottom:none
	}
.resume tbody td th{
	width:240px;}
.resume h3{
	margin:0;
	}
tfoot{
	font-weight:lighter;
	font-style:italic;
	color:#777;
	border-top:1px solid #ddd;
	}
/**/
.navbar-toggle{
	border:1px solid #0079c2;
	color:#0079c2;
	}
.navbar-nav>li>.dropdown-menu{
	border:1px solid #0079c2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	width:250px;
	left:50%;
	margin-left:-96px;
	}
.navbar-nav li.dropdown.open>a{
	background:url(../img/arrow-top-nav-open.png) no-repeat 50% 100%;
	}
/**/
#testonline{
	padding:15px;
	}
.test-list{
	margin:0;
	padding:0;
	overflow:hidden;
	}
.test-list div{
	position:relative;
	}
.test-list div h2{
	position:absolute;
	background:rgba(0, 0, 0, 0.5);
	padding:10px;
	bottom:0;
	left:0;
	right:0;
	margin:0;
	font-size:130%;
	}
.test-list div h2 a{
	color:#fff;
	}
.test-list div img{
	width:100%;
	}
.test-list>li{
	float:left;
	width:48%;
	list-style:none;
	margin-right:2%;
	margin-bottom:30px;
	}
.test-list>li:nth-child(2n){
	float:right;
	margin-right:0;
	}
.test-list>li:nth-child(2n+1){
	clear:left;
	}
.test-list ul{
	background:#f2f2f2;
	padding:10px;
	}
.test-list ul li{
	margin-bottom:10px;
	padding-left:10px;
	padding-bottom:10px;
	list-style:none;
	font-size:90%;
	border-bottom:1px dashed #ddd;
	background:url(../img/arow-r.gif) no-repeat 0 8px;
	}
.test-list ul li:last-child{
	border:none;
	margin-bottom:0;
	}
/**/
.test-detail h1{
	font-size:150%;
	margin-top:0;
	}
.question{
	margin-bottom:15px;
	overflow:hidden;
	background:#f3f3f3;
	}
.question h2{
	background:#fff;
	padding:10px;
	margin:0;
	font-size:110%;
	}
.question h2 span{
	font-size:120%;
	margin-right:5px;
	}
.question-ct{
	padding:15px;
	overflow:hidden;
	background:url(../img/arrow-bt.png) no-repeat 30px 0;
	}

.question-ct ul{
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%;}
.question-ct li{
	list-style:none;
	float:left;
	width:50%;
	margin:5px 0px;
	vertical-align:top;
	font-weight:lighter;
	line-height:20px;
	}
.question-ct li label{
	font-weight:normal;
	}
.question-ct li input[type="radio"],.question-ct li input[type="checkbox"]{
	float:left;
	margin-right:5px;
	}
.question-ct li label{
	padding-right:30px;
	display:block;
	}
.question-ct li label span{
	margin-left:30px;
	display:block;
	}

.question-bt{
	text-align:right;
	margin-bottom:30px;
	padding-bottom:5px;
	overflow:hidden;
	}

.question-bt a{
	background:#ffb400 url(../img/bg-btn.png) repeat-x 0 100%;
	border:1px solid #af0d00;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	padding:5px 15px;
	overflow:hidden;
	line-height:24px;
	text-decoration:none;
	-moz-box-shadow:2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
.question-bt .btn-next{
	float:right;
	margin-right:3px;
	}
.question-bt .btn-prev{
	float:left;
	}
.question-bt .btn-next img{
	margin-left:10px;
	float:right;
	}
.question-bt .btn-prev img{
	margin-right:10px;
	float:left;
	}
.question-bt .fisrt{
	cursor:none;
	opacity:0.5;
	}
.rnred, .rnboxred {
    color: red;
}

.rnboxred {
    border: 1px solid red;
    padding: 5px;
}

.rnbold {
    font-weight: bold;
}

#adminForm .error {
    color: red;
}

.padt5 {
    padding-top: 5px;
}

.padl10 {
    padding-left: 10px;
}

.padr10 {
    padding-right: 10px;
}

.padb10 {
    padding-bottom: 10px;
}

.padb15 {
    padding-bottom: 15px;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}
.mgt80 {
    margin-top: 80px;
}
.mgt5 {
    margin-top: 5px;
}


.mgl20 {
    margin-left: 20px;
}

.mgl15 {
    margin-left: 17px;
}

.mgl10 {
    margin-left: 10px;
}

.mgb5 {
    margin-bottom: 5px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgr10 {
    margin-right: 10px;
}

.mgr30 {
    margin-right: 30px;
}

.error {
    color: red;
}
.rnvip6, .rnvip5, .rnvip4, .rnvip3, .rnvip2, .rnvip1 {
    font-weight: bold;
}

.rnvip6, .rnvip5, .rnvip4, .rnvip3 {
    text-transform: uppercase;
}

.rnvip6, .rnvip5, .rnvip4 {
    color: #e41b23;
}

.rnvip2, .rnvip3 {
    color: #337ab7;
}

a.rnvip2::first-letter {
    text-transform: uppercase !important;
}

.rnvip6 .fa-star, .rnvip5 .fa-star, .rnvip4 .fa-star, .rnvip3 .fa-star, .rnvip2 .fa-star {
    color: #FFDD03 !important;
}

.rnvip6 .fa-star-half-o, .rnvip5 .fa-star-half-o, .rnvip4 .fa-star-half-o, .rnvip3 .fa-star-half-o, .rnvip2 .fa-star-half-o {
    color: #FFDD03 !important;
}
.rnc1 {
    width: 50%;
    display: inline-block;
    float: left;
}
.rnc2 {
    width: 25%;
    display: inline-block;
    float: left;
}
.rnc3 {
    width: 25%;
    display: inline-block;
    float: left;
}
.rnrow {
    display:block;
    width: 100%;
    overflow:hidden;
}
#jobdetail .info {
    clear: both;
    overflow: hidden;
    margin: 10px 0 15px 0;
    padding: 10px;
    overflow: hidden;
    background: #f6f6f6;
}

#jobdetail .info li {
    list-style-type: none;
    margin-bottom: 10px;
}
.faqHeader {
    font-size: 27px;
    margin-top:20px;
}
.faqHeader:first-child {
    margin-top: 0;
}
.thumbnail {
    border:none !important;
}
.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072"; /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}
.rngreen {
    color: #41b600;
    font-weight: bold;
}
.rnul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .rnul li {
        list-style-type: none;
        padding: 5px;
    }

        .rnul li span {
            color: #055699;
        }
.hdCare {
    margin-bottom: 15px;
    overflow: hidden;
}

.hdCare h1, .hdCare h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #055699;
    font-size: 25px;
    padding-bottom: 5px;
    margin: 0;
    border-bottom: 1px solid #085479;
}
.wg-hd h3 {
    background: #ff9600;
    padding: 10px 15px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.wg-hd h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    border-bottom: 1px solid #ff9600;
}
/*.widget .wg-ct {
    border: 1px solid #ddd;
}*/
.newsThumb li {
    margin-bottom: 15px;
    list-style: none;
    overflow: hidden;
}
.p15 {
    padding: 15px;
}
.portfolio-item p{
    margin-top:10px;
}
.navbar-brand{
    padding:0;
    height:75px;
    padding-top:10px;
}
.pwrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    display: block;
    overflow: hidden;
    text-align: justify;
}

    .pwrap:last-child {
        border-bottom: none;
    }

    .pwrap h2, .newsGrid h2 {
        font-size: 130%;
        font-weight: bold;
        margin: 10px 0;
        text-align: justify;
    }

h2 a {
    color: #333;
}

    h2 a:hover {
        color: #085479;
    }

.post-meta {
    font-size: 90%;
    color: #777;
}

    .post-meta span {
        color: #d50000;
    }

.post-entry {
    margin-top: 10px;
}

.pwrap .post-thumb {
    float: left;
    margin: 0 15px 0 0;
    max-width: 260px;
}
a.go_top {
    background: url("/img/gototop.jpg") no-repeat scroll 0 0 transparent;
    border-radius: 5px;
    bottom: 50px;
    display: none;
    height: 50px;
    opacity: 0.6;
    position: fixed;
    right: 3px;
    width: 50px;
    z-index: 99;
}

    a.go_top:hover {
        opacity: 1;
    }
.rnblock .rndesc {
    display: block;
    text-align: justify;
}
.rnblock h1 {
    font-size: 18px !important;
    text-transform: uppercase;
}
.padb15 {
    padding-bottom: 15px;
}