modal@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic,500italic,500);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
* {
	margin: 0px;
	padding: 0px
}
a {
	text-decoration: none;
	color: inherit
}
a:hover {
	text-decoration: none
}
label {
	font-size: 12px
}
body {
	background-color: #f2f2f2;
	min-width: 350px;
	font-family:roboto;
}
.show{
margin-left: 150px;
width:63%;
background-color: E9F2F5;

}
.name{

padding-left: 15px;

}

.search{

	width: 300px !important;
	float:left;
}

.show:hover{
background-color: #CBDDE5;
}
textarea {
	border: 1px solid #d9d9d9;
	outline: none
}
textarea:focus {
	border: 1px solid #00aaef
}
input[type="button"], input[type="submit"], textarea {
	font-family: Roboto, Source Sans Pro, Verdana, Geneva, sans-serif
}
input[type="text"], input[type="password"], input[type="email"] {
	border: 1px solid #ddd;
	outline: none;
	font-family: Roboto, Source Sans Pro, Verdana, Geneva, sans-serif
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
	border: 1px solid #00aaef
}
input[type="button"] {
	cursor: pointer
}
::-webkit-input-placeholder {
	font-weight: 300
}
:-moz-placeholder {
	font-weight: 300
}
::-moz-placeholder {
	font-weight: 300
}
:-ms-input-placeholder {
	font-weight: 300
}
body {
	font-family: Roboto, Source Sans Pro, Verdana, Geneva, sans-serif
}
div{display:block;}
.goto-textbox {
	width: 30px;
	height: 23px;
	padding: 2px;
	text-align: center;
	border-radius: 3px;
	outline: 0
}
#announcement-container {
	width: 100%;
	height: 100%;
	background-image: url(../image/general/black-opacity-80.png);
	position: fixed;
	z-index: 3000;
	top: 0;
	font-size: 14px;
	overflow:auto;
}
#announcement-popup {
	width: 940px;
	padding: 30px;
	height: 400px;
	margin: auto;
	overflow: auto;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -275px
}
#announcement-header {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px
}
#announcement-left {
	width: 445px;
	margin-right: 20px;
	float: left
}
#announcement-left img {
    width: 100%;
	
}
#announcement-caption {
	color: #888;
	font-size: 14px;
	font-weight: bold
}
#announcement-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	font-family: Montserrat
}
#announcement-right {
	width: 445px;
	height: 260px;
	float: left
}
#announcement-button {
	font-size: 20px;
	padding: 10 70px;
	font-family: Montserrat
}
#announcement-close {
	width: 12px;
	height: 11px;
	background-image: url(../image/icon/icon-cross-grey.png);
	float: right;
	opacity: 0.6;
	cursor: pointer
}
#announcement-close:hover {
	opacity: 1
}
.bullet {
	background-image: url(../image/general/bullet.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px
}
.emote {
	vertical-align: -2px;
	margin: 0px 2px
}
.blank-textbox {
	color: #aaa;
	font-style: italic;
	font-weight: 300
}
.share-fb {
	width: 7px;
	height: 13px;
	background-image: url(../image/icon/icon-socmed-fb-black.png);
	margin-top: 3px;
	cursor: pointer;
	float: left
}
.socmed-baloon {
	padding: 2px 5px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #ddd;
	float: left;
	font-size: 10px;
	margin-left: 5px
}
.font-14 {
	font-size: 14px;
	font-weight: 300
}
.font-12 {
	font-size: 12px;
	font-weight: 300
}
.normal {
	font-weight: normal
}
.buffer {
	clear: both
}
.caption {
	font-size: 12px;
	font-weight: 300;
	color: #888
}
.caption a:hover {
	text-decoration: underline
}
.blue-font {
	color: #00aaef
}
.grey-font {
	color: #888
}
.red-font {
	color: red
}
.green-button, .follow-button {
	-webkit-appearance: none;
	padding: 5px 12px;
	background-repeat: no-repeat;
	background-color: #17c66c;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	border: 1px solid #1fa45f
}
.green-button:hover, .follow-button:hover {
	text-decoration: none;
	background-color: #20D070
}
.blue-button {
	-webkit-appearance: none;
	padding: 5px 12px;
	background-repeat: no-repeat;
	background-color: #00aaef;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	cursor: pointer;
	border: 1px solid #0099dd
}
.blue-button:hover {
	background-color: #08b0F4;
	text-decoration: none
}
.red-button, .following-button:hover {
	padding: 5px 12px;
	background-repeat: no-repeat;
	background-color: #d91416;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	border: 1px solid #a51c20
}
.red-button:hover {
	background-color: #d91416;
	text-decoration: none
}
.white-button, .following-button {
	-webkit-appearance: none;
	padding: 5px 12px;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 2px;
	color: #6e6e6e;
	font-size: 12px;
	font-weight: 300;
	border: 1px solid #BBB
}
.white-button:hover {
	background-color: #f4f4f4;
	color: #000;
	text-decoration: none
}
.grey-button {
	-webkit-appearance: none;
	padding: 5px 12px;
	background-repeat: no-repeat;
	background-color: #a7a7a7;
	border: 1px solid #bbb;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 300
}
.grey-button:hover {
	background-color: #00aaef;
	text-decoration: none;
	border: 1px solid #00aaef
}
.back-button {
	padding: 3px 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../image/icon/icon-back-arrow.png)
}
.back-white-button {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../image/icon/icon-back-arrow-grey.png)
}
.small-button {
	padding: 2px 8px;
	font-size: 12px
}
.search-button {
	width: 40px;
	height: 28px;
	background-image: url(../image/icon/search.png);
	float: left;
	border-radius: 2px;
	border: 1px solid #ccc
}
.left {
	float: left
}
.right {
	float: right;
	margin-right: 0px
}
.dropdown-container, .select-container {
	float: left;
	margin-right: 10px
}
.dropdown-style {
	cursor: pointer;
	padding: 5px 15px;
	padding-right: 30px;
	background-color: #f2f2f2;
	border: 1px solid #EEE;
	box-shadow: 0 1px 1px #888;
	color: #444;
	float: left;
	font-size: 12px;
	background-image: url(../image/icon/icon-down-navigation.png);
	background-repeat: no-repeat;
	background-position: right center;
	-moz-user-select: none;
	-webkit-user-select: none;
	border-radius: 2px
}
.dropdown-style-active {
	color: #00aaef
}
.dropdown-option-container {
	position: absolute;
	background-color: #fff;
	padding: 10px 0px;
	border: 1px solid #ddd;
	margin-top: 29px;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	max-height: 300px;
	overflow: auto;
	display: none
}
.dropdown-option {
	color: #444;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 15px;
	padding-right: 30px;
	border-left: 3px solid #fff;
	display: block
}
.dropdown-option:hover {
	color: #00aaef
}
.dropdown-option-active {
	border-left: 3px solid #00aaef;
	color: #00aaef
}
.dropdown-white-style {
	background-color: #fff
}
.submit-button-style {
	height: 28px;
	cursor: pointer;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center
}
.follow-button {
	background-image: url(../image/icon/icon-plus.png);
	background-position: 10px center;
	padding-left: 30px;
	width: 100px
}
.message-button {
	background-image: url(../image/icon/icon-message.png);
	background-position: 10px center;
	padding-left: 30px
}
.following-button {
	background-image: url(../image/icon/icon-checked-black.png);
	background-position: 10px center;
	padding-left: 30px;
	width: 100px
}
.following-button:hover {
	background-image: url(../image/icon/icon-cross-white.png);
	background-position: 10px center;
	padding-left: 30px;
	width: 100px
}
.loading-15 {
	width: 15px;
	height: 15px;
	background-image: url(../image/general/loading-15.gif);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
	display: none
}
.loading-30 {
	width: 30px;
	height: 30px;
	background-image: url(../image/general/loading-30.gif);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
	display: none
}
.loading-50 {
	width: 50px;
	height: 50px;
	background-image: url(../image/general/loading-50.gif);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
	display: none
}
.right {
	float: right
}
#enable-javascript {
	width: 100%;
	height: 100%;
	top: 0;
	background-image: url(../image/general/black-opacity-40.png);
	position: fixed;
	z-index: 5000
}
#enable-javascript-content {
	width: 460px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	padding: 30px;
	text-align: center;
	background-color: #fff;
	top: 30%
}
#header {
	top: 0;
	min-width: 1000px;
	width: 100%;
	overflow: visible;
	background-color: white;
	position: fixed;
	z-index: 500;
	border-bottom: 1px solid #ccc
}
#header a {
	color: inherit
}
#header a:hover {
	color: #00aaef;
	text-decoration: none
}
#header-separator {
	height: 50px
}
#header-container {
	padding: 0px 10px;
	margin: auto;
	overflow: visible;
	color: #444
}
#lantern {
	background-image: url(../image/general/lantern.gif);
	width: 40px;
	height: 90px;
	position: absolute;
	background-size: contain;
	margin-left: -50px
}
#lantern-2 {
	background-image: url(../image/general/lantern.gif);
	width: 40px;
	height: 90px;
	position: absolute;
	background-size: contain;
	margin-left: 1010px
}
#kreavi-logo {
	height: 47px;
	width: 70px;
	background-image: url(../image/general/kreavi-logo.png);
	background-repeat: no-repeat;
	background-position: center
}
.menu-container {
	height: 50px;
	border-right: 3px solid #fff;
	overflow: visible;
	float: left
}
.menu {
	height: 47px;
	line-height: 55px;
	display: block;
	padding: 0 20px 0;
	font-weight: bold;
	font-size: 14px;
	float: left;
	color: #444;
	border-bottom: 3px solid #fff;
	z-index: 100
}
.menu:hover {
	color: #00aaef;
	z-index: 100
}
.selected-menu .menu, .selected-menu #kreavi-logo {
	height: 48px;
	border-bottom: 3px solid #00aaef;
	box-shadow: inset 0 0 1px #DDD
}
#start-from-here-pop {
	padding: 5px 5px;
	position: fixed;
	margin-top: -5px;
	color: red;
	box-shadow: inset 0 0 1px red;
	background-color: #ECC;
	margin-left: -30px;
	z-index: 99;
	border-radius: 3px
}
#right-header-menu {
	float: right;
	padding-top: 20px;
	font-size: 12px;
	-moz-user-select: none;
	-webkit-user-select: none
}
.right-header-menu {
	padding: 0px 10px;
	font-weight: lighter;
	float: left
}
#search-textbox {
	width: 14px;
	height: 25px;
	background-image: url(../image/icon/search.png);
	border: 0px;
	float: left;
	transition: width 2s;
	-webkit-transition: width 0.2s;
	-moz-transition: width 2s;
	cursor: pointer;
	border-radius: 2px;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px 0 0px 15px;
	color: transparent;
	margin-top: -3px
}
#search-textbox:hover, #search-textbox:focus {
	width: 150px;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #000;
	-webkit-box-shadow: 0px;
	outline: none;
	cursor: text
}
#login-dropdown, #account-dropdown {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px 10px;
	position: fixed;
	display: none;
	z-index: 0;
	margin-top: 14px;
	font-size: 12px;
	font-weight: normal;
	transition: display 0.2s;
	-webkit-transition: opacity 0.2s;
	margin-left: -161px
}
#down-nav {
	margin-left: 5px
}
#account-dropdown {
	padding: 10px 0;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	margin-left: -152px;
	float: right;
	font-weight: 300
}
#login-dropdown-button, #account-dropdown-button {
	cursor: pointer
}
#login-dropdown-button:hover, #account-dropdown-button:hover {
	color: #00aaef
}
#login-dropdown hr, #account-dropdown hr {
	border: 0px;
	height: 1px;
	background-color: #ddd;
	margin: 10px 0px
}
#login-dropdown .caption, #account-dropdown .caption {
	font-weight: bold
}
#login-dropdown input[type="submit"], #account-dropdown input[type="submit"] {
	font-size: 12px;
	font-weight: bold;
	float: right
}
.login-dropdown-textbox, .account-dropdown-textbox {
	width: 180px;
	padding: 5px 2px;
	margin: 3px 0px 6px 0px;
	font-size: 12px
}
#login-with-dropdown, #account-with-dropdown {
	float: left
}
#login-dropdown-fb {
	width: 20px;
	height: 20px;
	background-image: url(../image/icon/icon-socmed-fb-white.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #4d6da0;
	float: left;
	margin-left: 10px
}
#login-dropdown-twitter {
	width: 20px;
	height: 20px;
	background-image: url(../image/icon/icon-socmed-twitter-white.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #00b9f2;
	float: left;
	margin-left: 10px
}
#account-myprofile {
	border-left: 3px solid #fff;
	background-repeat: no-repeat;
	background-image: url(../image/icon/icon-myprofile-grey.png);
	background-position: 10px center;
	padding: 5px 35px
}
#account-myprofile:hover {
	border-left: 3px solid #00aaef;
	background-image: url(../image/icon/icon-myprofile-blue.png)
}
#create-project-menu {
	border-left: 3px solid #fff;
	background-repeat: no-repeat;
	background-image: url(../image/icon/icon-upload-grey.png);
	background-position: 10px center;
	padding: 5px 35px
}
#create-project-menu:hover {
	border-left: 3px solid #00aaef;
	background-image: url(../image/icon/icon-upload-blue-1.png)
}
#manage-project-header-menu {
	border-left: 3px solid #fff;
	background-repeat: no-repeat;
	background-image: url(../image/icon/icon-manage-project-grey.png);
	background-position: 10px center;
	padding: 5px 35px
}
#manage-project-header-menu:hover {
	border-left: 3px solid #00aaef;
	background-image: url(../image/icon/icon-manage-project-blue.png)
}
#account-notification {
	border-left: 3px solid #fff;
	background-repeat: no-repeat;
	background-image: url(../image/icon/icon-notification-grey.png);
	background-position: 10px center;
	padding: 5px 35px;
	padding-right: 15px
}
#account-notification:hover {
	border-left: 3px solid #00aaef;
	background-image: url(../image/icon/icon-notification-blue.png)
}
#notification-number {
	margin-top: 2px;
	border-radius: 2px;
	background-color: red;
	float: right;
	min-width: 15px;
	height: 13px;
	line-height: 15px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 10px
}
#account-message {
	border-left: 3px solid #fff;
	background-repeat: no-repeat;
	background-image: url(../image/icon/icon-message-grey.png);
	background-position: 10px center;
	padding: 5px 35px;
	padding-right: 15px
}
#account-message:hover {
	border-left: 3px solid #00aaef;
	background-image: url(../image/icon/icon-message-blue.png)
}
#message-number {
	margin-top: 2px;
	border-radius: 2px;
	background-color: red;
	float: right;
	min-width: 15px;
	height: 13px;
	line-height: 13px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 10px
}
#account-curate {
	border-left: 3px solid #fff;
	background-repeat: no-repeat;
	background-image: url(../image/icon/icon-curate-grey.png);
	background-position: 10px center;
	padding: 5px 35px;
	padding-right: 15px
}
#account-curate:hover {
	border-left: 3px solid #00aaef;
	background-image: url(../image/icon/icon-curate-blue.png)
}
#curate-number {
	margin-top: 2px;
	border-radius: 2px;
	background-color: #00aaef;
	float: right;
	min-width: 15px;
	height: 13px;
	line-height: 13px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 10px
}
#post-job-dropdown {
	border-left: 3px solid #fff;
	background-repeat: no-repeat;
	background-image: url(../image/icon/icon-edit-grey.png);
	background-position: 10px center;
	padding: 5px 35px
}
#post-job-dropdown:hover {
	border-left: 3px solid #00aaef;
	background-image: url(../image/icon/icon-edit-blue.png)
}
#top-up-dropdown {
	border-left: 3px solid #fff;
	background-repeat: no-repeat;
	background-image: url(../image/icon/icon-top-up.png);
	background-position: 10px center;
	padding: 5px 35px
}
#top-up-dropdown:hover {
	border-left: 3px solid #00aaef;
	background-image: url(../image/icon/icon-top-up-blue.png)
}
#account-manage-post {
	border-left: 3px solid #fff;
	background-repeat: no-repeat;
	background-image: url(../image/icon/icon-edit-grey.png);
	background-position: 10px center;
	padding: 5px 35px
}
#account-manage-post:hover {
	border-left: 3px solid #00aaef;
	background-image: url(../image/icon/icon-edit-blue.png)
}
#account-setting {
	border-left: 3px solid #fff;
	background-repeat: no-repeat;
	background-image: url(../image/icon/icon-accsetting-grey.png);
	background-position: 10px center;
	padding: 5px 35px
}
#account-setting:hover {
	border-left: 3px solid #00aaef;
	background-image: url(../image/icon/icon-accsetting-blue.png)
}
#account-help {
	border-left: 3px solid #fff;
	background-repeat: no-repeat;
	background-image: url(../image/icon/icon-help-grey.png);
	background-position: 10px center;
	padding: 5px 35px
}
#account-help:hover {
	border-left: 3px solid #00aaef;
	background-image: url(../image/icon/icon-help-blue.png)
}
#account-logout {
	border-left: 3px solid #fff;
	background-repeat: no-repeat;
	background-image: url(../image/icon/icon-logout-grey.png);
	background-position: 10px center;
	padding: 5px 35px
}
#account-logout:hover {
	border-left: 3px solid #00aaef;
	background-image: url(../image/icon/icon-logout-blue.png)
}
.feed-count-box {
	background-color: #888;
	color: #ccc;
	font-size: 12px;
	float: right;
	padding: 2px
}
#popup, #ban-popup-container {
	width: 100%;
	height: 100%;
	background-image: url(../image/general/black-opacity-40.png);
	top: 0px;
	position: fixed;
	z-index: 1000;
	display: none
}
#main-container {
	width: 1002px;
	margin: 30px auto 60px auto;
	overflow: hidden
}
#verification-main-container {
	max-width: 1002px;
	margin: 30px auto 60px auto;
	overflow: hidden
}
#content-container {
	max-width: 1000px;
	margin: auto;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	color: #444
}
#content-container-header {
	max-width: 970px;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	overflow: hidden
}
#content-container-header .title {
	font-size: 18px;
	font-weight: bold;
	float: left
}
#general-content-container {
	max-width: 970px;
	padding: 15px;
	font-size: 12px
}
#content-container-footer {
	max-width: 970px;
	padding: 15px;
	border-top: 1px solid #ddd;
	overflow: hidden
}
#content {
	margin: 0 auto
}
#not-found-container {
	width: 100%;
	height: 600px;
	padding-top: 50px;
	display: block;
	margin: auto
}
#not-found-text1 {
	height: 70px;
	line-height: 40px;
	text-align: center;
	color: #00AAEF;
	font-size: 35px;
	font-weight: 100
}
#not-found-text1 span {
	font-weight: 100;
	font-size: 14px;
	color: #DDD
}
#not-found-image {
	width: 500px;
	height: 350px;
	display: block;
	margin: auto;
	background-image: url(../image/general/not-found.jpg);
	background-repeat: no-repeat;
	background-position: center
}
#not-found-text2 {
	text-align: center;
	color: #DDD;
	font-size: 16px;
	line-height: 16px;
	color: white
}
#not-found-text2 span {
	font-weight: 100;
	font-size: 12px;
	color: #BBB;
	margin: 5px
}
#not-found-text2 a {
	line-height: 60px
}
.pagination-1 {
	color: #444;
	font-weight: normal;
	overflow: hidden;
	float: right;
	font-size: 12px
}
.pagination-1 a {
	color: inherit;
	cursor: pointer
}
.pagination-1 a:hover {
	text-decoration: underline
}
.pagination-1 .digit {
	float: left;
	padding: 2px 8px;
	margin: 0px 1px
}
.pagination-1 .current {
	background-color: #00aaef;
	color: #fff
}
.pagination-1 .prev, .pagination-1 .next, .pagination-1 .first, .pagination-1 .last {
	float: left;
	padding: 2px 8px
}
.pagination-1 .last {
	float: right
}
.pagination-1 a {
	float: left
}
#ketupat {
	width: 40px;
	margin-left: -24px;
	top: 0px;
	height: 80px;
	background-image: url(../image/general/ketupat.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 300000
}
#ketupat-content {
	position: fixed;
	background-color: #fff;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #ddd;
	font-size: 12px;
	font-weight: 300;
	margin-top: 51px;
	margin-left: 20px;
	display: none;
	color: #000
}
#ketupat:hover #ketupat-content {
	display: block
}
#bendera {
	width: 42px;
	height: 24px;
	background-image: url(../image/general/Indonesia.gif);
	float: left;
	margin-top: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -9px
}
#bendera {
}
#dynamic-info-page-container {
	padding-bottom: 10px;
	overflow: hidden
}
#is-featured {
	width: 100%;
	display: inherit
}
#is-featured img {
	position: relative;
	float: right;
	z-index: 98
}
#search-textbox {
	width: 0px
}
.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: none;
	margin-top: 60px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}
.modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px
}
.image-header {
	width: 200px;
	text-align: center;
	margin: 0px auto
}
.image-header img {
	width: 200px;
	text-align: center;
	margin: 0 auto
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
	color: #00aaef
}
.modal-body {
	position: relative;
	padding: 20px
}
.modal-footer {
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	border: none;
	background: none
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
#login-container-popup {
	width: 70%;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 30px
}
#complete-notification {
	padding: 0 20px;
	width: 248px
}
p.complete {
	font-size: 12px
}
p.complete-title {
	font-size: 14px
}
#complete-bar {
	width: 100%;
	height: 5px;
	margin: 10px 0;
	background-color: #dddddd;
	border: 2px solid #dddddd;
	border-radius: 10px
}
#complete-bar-fill {
	content: '';
	position: absolute;
	top: 44px;
	left: 20px;
	height: 5px;
	margin: 10px 0;
	background-color: #00aaef;
	border: 2px solid #00aaef;
	border-radius: 10px;
	z-index: 2
}
#warning {
	color: red;
	display: block;
	padding: 5px;
	text-align: center;
	border: 1px solid red;
	margin-bottom: 14px
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.popover-content {
	padding: 9px 14px
}
.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover > .arrow {
	border-width: 11px
}
.popover > .arrow:after {
	content: "";
	border-width: 10px
}
.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}
.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}
.popover.right > .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}
.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}
.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}
.popover.left > .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}
.collapse.in {
	display: block
}
.collapse {
	display: none
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease
}
#header-responsive {
	display: none
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	border: none;
	background: none
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
#login-container-popup {
	width: 70%;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 30px
}
#complete-notification {
	padding: 0 20px;
	width: 248px
}
p.complete {
	font-size: 12px
}
p.complete-title {
	font-size: 14px
}
#complete-bar {
	width: 100%;
	height: 5px;
	margin: 10px 0;
	background-color: #dddddd;
	border: 2px solid #dddddd;
	border-radius: 10px
}
#complete-bar-fill {
	content: '';
	position: absolute;
	top: 45px;
	left: 20px;
	height: 5px;
	margin: 10px 0;
	background-color: #00aaef;
	border: 2px solid #00aaef;
	border-radius: 10px;
	z-index: 2
}
#warning {
	color: red;
	display: block;
	padding: 5px;
	text-align: center;
	border: 1px solid red;
	margin-bottom: 14px
}
#margin-50 {
	float: left;
	display: none;
	height: 50px;
	width: 100%
}
#snap-menu-dashboard {
	background: url(../image/icon/icon-activity-white.png)
}
#snap-menu-gallery {
	background: url(../image/icon/icon-picture-white.png)
}
#snap-menu-people {
	background: url(../image/icon/icon-account-setting-white.png)
}
#snap-menu-jobs {
	background: url(../image/icon/icon-post-a-job.png)
}
#snap-menu-profile {
	background: url(../image/general/user-picture-m.png)
}
#snap-menu-login {
	background: url(../image/icon/icon-login-logout-putih.png)
}
#snap-menu-settings {
	background: url(../image/icon/icon-accsetting-putih.png)
}
#snap-menu-logout {
	background: url(../image/icon/icon-logout-white.png)
}
#snap-menu-more {
}
#snap-signup-button {
	float: left;
	display: inline-block;
	color: #fff;
	width: 80%;
	padding: 10px 0px;
	text-align: center;
	font-size: 14px;
}
#snap-upload-button {
	display: inline-block;
	color: #fff;
	width: 80%;
	padding: 10px 0px;
	text-align: center;
	font-size: 14px;
}
#snap-login-button {
	font-size: 14px;
	display: inline-block;
	width: 80%;
	padding: 10px 0px;
	text-align: center;
	margin-top: 10px;
}
.drawer-default ul #snap-menu-button-container #snap-signup-button:hover, .drawer-default ul #snap-menu-button-container #snap-upload-button:hover {
	background-color: #20D070
}
.drawer-default ul #snap-menu-button-container #snap-login-button:hover {
	background-color: #f4f4f4;
	color: #888 !important
}
#snap-menu-my-work-in-kreavi, #snap-menu-my-contact, #snap-menu-my-terms, #snap-menu-my-copyright, #snap-menu-my-privacy, #snap-menu-events {
	padding-left: 50px
}
#snap-menu-dashboard, #snap-menu-login, #snap-menu-gallery, #snap-menu-people, #snap-menu-jobs, #snap-menu-profile, #snap-menu-more, #snap-menu-settings, #snap-menu-logout {
	padding-left: 30px;
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-left: -30px
}
#snap-menu-logout {
	background-size: 10px;
	background-position: 2px 5px
}
#snap-menu-button-container
#snap-menu-more img, #snap-menu-profile img {
	padding-top: 5px;
	width: 12px;
	float: right
}
#snap-menu-my-profile {
	padding-left: 0px
}
#snap-menu-about-us, #snap-menu-work-in-kreavi, #snap-menu-terms, #snap-menu-privacy, #snap-menu-copyright, #snap-menu-contact, #snap-menu-sitemap {
	padding-left: 50px
}
#tes {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden
}
#demo3:hover, #demo:hover {
	background-color: #141414
}
.select-container select {
	cursor: pointer;
	padding: 5px 15px;
	padding-right: 30px;
	background-color: #f2f2f2;
	border: 1px solid #EEE;
	box-shadow: 0 1px 1px #888;
	color: #444;
	float: left;
	font-size: 12px;
	background-image: url(../image/icon/icon-down-navigation.png);
	background-repeat: no-repeat;
	background-position: right center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-appearance: none;
	border-radius: 2px
}
.select-container select option {
	color: #444;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 15px;
	padding-right: 30px;
	border-left: 3px solid #fff;
	display: block;
	background-color:
}

.overlay-popup-notification{
	display: none;position: fixed;width: 100%;height: 100%; z-index: 10001;top: 0; background: rgba(0,0,0,.7);
}
.overlay-popup-notification .modal{
	display: block;
}
.overlay-popup-notification .modal .modal-content{
	margin-top: 150px;
}
.overlay-container {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	z-index: 10001;
	top: 0;
	display: none
}
.overlay-container-all {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	z-index: 10001;
	top: 0;
	display: none
}
.header-search-container {
	height: 50px;
	background-color: #fff;
	border-bottom: #ddd 1px solid;
	padding: 0px 15px;
	text-align: center
}
.header-search-container-all {
	height: 50px;
	background-color: #fff;
	border-bottom: #ddd 1px solid;
	padding: 0px 15px;
	text-align: center
}
.header-search-container #header-search-res {
	width: 400px;
	height: 28px;
	display: inline-block;
	border-radius: 3px;
	padding-left: 32px;
	padding-right: 15px;
	background-image: url(../image/icon/search.png);
	background-repeat: no-repeat;
	margin-top: 11px;
	background-position: 8px 7px
}
.header-search-container-all #header-search-res-all {
	width: 400px;
	height: 28px;
	display: inline-block;
	border-radius: 3px;
	padding-left: 32px;
	padding-right: 15px;
	background-image: url(../image/icon/search.png);
	background-repeat: no-repeat;
	margin-top: 11px;
	background-position: 8px 7px
}
.search-form-container {
	display: inline-block;
	margin: 0 auto
}
.search-form-container-all {
	display: inline-block;
	margin: 0 auto
}
#cancel-button:hover {
	cursor: pointer
}
#cancel-button-all:hover {
	cursor: pointer
}
#input-container {
	display: inline-block
}
#input-container-all {
	display: inline-block
}
#search-icon-res {
	width: 30px;
	background: url(../image/icon/icon-search-header.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	top: 0;
	right: 0;
	position: fixed;
	display: none
}
#search-icon-res:hover {
	cursor: pointer
}
#search-icon-res-all {
	width: 30px;
	background: url(../image/icon/icon-search-header.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	top: 0;
	right: 0;
	position: fixed;
	display: block;
}
#search-icon-res-all:hover {
	cursor: pointer
}
.loading-page {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 100%;
	background: url('../../media/image/general/loading-30.gif') 50% 50% no-repeat rgba(249, 249, 249, .9);
}


#header #sign-up-company, #header #sign-up-creatives{
	display: block;
padding: 5px;
color: #00aaef;
border: 1px solid #00aaef;
margin-bottom: 5px;
text-align: center;
}
#header #sign-up-creatives{
	border: 1px solid #17c66c;
color: #17c66c
}
#header #sign-up-creatives:hover{
	border: 1px solid #17c66c;
	background-color: #17c66c;
color: #ffffff;
}
#header #sign-up-company:hover{
	border: 1px solid #00aaef;
	background-color: #00aaef;
color: #ffffff;
}
#header #forgot-password-dropdown{
	width: 100%;
	text-align: center;
	padding-top: 3px;
}
#modal-desc{
	
	margin-left:10px;
	height:400px;
overflow-y: scroll;

}
@media(min-width:768px) {
	.modal-dialog {
		/*width:879px;*/
		width: 450px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}
@media (min-width:992px) {
	.modal-dialog {
		/*width:879px;*/
		width: 650px;
		margin: 30px auto
	}

	.modal-lg {
		width: 900px
	}
}
@media(min-width:1000px) {
	.modal-dialog {
		/*width:879px;*/
		width: 750px;
		margin: 30px auto
	}

	.drawer-main {
		display: none
	}
}
@media(max-width:1000px) {

	.modal-dialog {
		/*width:879px;*/
		width: 750px;
		margin: 30px auto
	}










	#margin-50 {
		display: block
	}
	#footer {
		display: none
	}
	#header-responsive {
		position: fixed;
		display: block;
		width: 100%;
		overflow: visible;
		background-color: white;
		border-bottom: 1px solid #ccc;
		z-index: 100; top :0; left:0;
	}
	#header-separator {
		display: none
	}
	#header-container-responsive {
		width: 100%;
		margin: auto;
		overflow: visible;
		color: #444;
		text-align: center
	}
	.menu-container-responsive {
		height: 50px;
		overflow: visible;
		float: left;
		margin-left: -5px
	}
	.menu-responsive {
		height: 47px;
		line-height: 55px;
		display: block;
		padding: 0 25px 0;
		font-weight: bold;
		font-size: 14px;
		float: left;
		color: #444;
		border-bottom: 3px solid #fff;
		z-index: 100
	}
	.menu-container-responsive-logo {
		height: 50px;
		overflow: visible
	}
	.menu-responsive-logo {
		height: 47px;
		line-height: 55px;
		display: block;
		padding: 0 25px 0;
		font-weight: bold;
		font-size: 14px;
		color: #444;
		border-bottom: 3px solid #fff;
		z-index: 100;
		margin: auto
	}
	.menu-responsive:hover {
		color: #00aaef;
		z-index: 100
	}
	#menu-responsive-open {
		height: 47px;
		line-height: 55px;
		display: block;
		padding: 0 25px 0;
		font-weight: bold;
		font-size: 14px;
		float: left;
		color: #444;
		z-index: 100;
		display: none;
		background: url(../image/icon/icon-open.png) center center no-repeat
	}
	#kreavi-logo {
		height: 47px;
		width: 45px;
		background-image: url(../image/general/kreavi-logo-large-nocaption.png);
		background-repeat: no-repeat;
		background-size: 100%;
		display: inline-block;
		margin: 0 auto
	}
	.selected-menu .menu, .selected-menu #kreavi-logo {
		height: 48px;
		border: none;
		box-shadow: inset 0 0 0 #DDD
	}
	#header {
		display: none
	}
	#not-found-container{
		padding-top: 100px;
	}

	#announcement-container{
	overflow: auto;
	}
	#announcement-popup{
	  width: 460px;
	  height: auto;
	  overflow: hidden;
	  margin: 0 auto;
	  top: 0;
	  left: 0;
	  position: relative;
	  margin-top: 10%;
	  margin-bottom: 40px;
	}
	#announcement-left{
		width: 85%;
  height: auto;
  margin: auto;
  float: none;
  display: block;
	}
	#announcement-left img{
		width: 100%;
		height: auto;
	}
	#announcement-right{
		width: 100%;
  height: auto;
  margin-top: 20px;
	}
	#announcement-header{
		padding-right: 20px;

	}
	#announcement-header #announcement-close{
		margin-right: -20px;
		margin-top: -10px;
	}

}
@media(max-width:750px) {
	.dropdown-option {
		line-height: 30px;
	}
	.select2-results li{
		line-height: 30px;
	}
}
@media(max-width:590px) {
	#input-container, #input-container-all {
		width: 75%
	}
	.search-form-container, .search-form-container-all {
		width: 100%
	}
	#cancel-button {
		width: 25%
	}
	.header-search-container #header-search-res {
		width: 75%
	}
	#cancel-button-all {
		width: 25%
	}
	.header-search-container-all #header-search-res-all {
		width: 75%
	}
}
@media(max-width: 550px){
	#not-found-text1{
		font-size: 28px;
		padding: 0px 25px;
		box-sizing:border-box;
	}
	#not-found-image{
		width: 100%;
		background-size: 90%;
	}
	#content-container-footer form{
		display: none;
	}
	#announcement-popup{
		width: 80%;
	}
	#announcement-header{
		font-size: 16px;
	}
	#announcement-right{
		font-size: 12px;
	}
	#announcement-title{
		font-size: 20px;
	}

}
@media(min-width: 475px){
	.overlay-popup-notification .modal .modal-dialog{
		width: 435px;
		margin: 0 auto;
	}
}
@media(max-width: 475px){
	.overlay-popup-notification .modal .modal-dialog{
		width: auto;
	}
}

#bocah-hormat-2{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    padding-right: 11px;
    overflow: visible;
    position: fixed;
    bottom: 0px;
    left: 8px;
    z-index: 101;
    width: 75px;
}