#last-menu {
    padding: 0 0;
    /* height: 61px !important; */
}
.no-photo .btn-upload-photo-profile:nth-child(3) {
    display: none !important;
    position: relative;
    top: -78%;
    transform: translateY(-50%);
}
#header li#last-menu:hover a.current-member .no-photo .btn-upload-photo-profile.hover,
#header li#last-menu-new:hover a.current-member .no-photo .btn-upload-photo-profile.hover{
    display: block !important;
}
.no-photo:hover .btn-upload-photo-profile:nth-child(2) {
    display: none;
}
.btn-upload-photo-profile {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wrap-img-profile.no-photo .btn-upload-photo-profile:nth-child(2) {
    top: -50%;
}
.wrap-img-profile {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
}
#header li#last-menu a.current-member .wrap-img-profile.no-photo,
#header li#last-menu-new a.current-member .wrap-img-profile.no-photo{
    border: 3px dotted #FFFFFF;
    height: 56px;
    margin-top: 5px;
}
#header li#last-menu:hover a.current-member .wrap-img-profile.no-photo,
#header li#last-menu-new:hover a.current-member .wrap-img-profile.no-photo{
    border: 3px dotted #E11E26;
}
#profile-photo-uploaded{
    visibility: hidden;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 50%;
}
div#popup-profile-photo img#img-preview-uploaded_crop {
    width: 300px;
    height: 300px;
}
div#popup-profile-photo.show {
    display: block;
    z-index: 999999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
div#popup-profile-photo {
    display: none;
    z-index: -1;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
}

div#popup-profile-photo .wrapper-photo {
	width: 600px;
	height: 63vh; /* height: 50vh; commented by agung */
	top: 50%;
	position: relative;
	transform: translateY(-50%);
	background: white;
	border: 2px dotted #999;
	box-shadow: 0 0 0 10px white;
    box-sizing: border-box;
    margin: auto;
}
div#popup-profile-photo .inner-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    margin: auto;
}
div#popup-profile-photo form {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
div#popup-profile-photo.show .wrap-preview {
    width: 100%;
    height: auto;
}

div#popup-profile-photo.show .cropper {
    width: 50%;
    height: 100%;
    display: inline-block;
    margin-right: 60px;
}

div#popup-profile-photo.show .cropper-area {
    background-color: #333;
    width: 100%;
    height: 300px;
}
div#popup-profile-photo .inner-preview{
    margin: auto;
    vertical-align: top;
    top: 50%;
    display: inline-block;
    position: relative;
}
div#popup-profile-photo .preview{
    overflow: hidden;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px dotted red;
}
div#popup-profile-photo .btn-upload-photo-profile {
    position: absolute;
    top: 36%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#img-preview-uploaded {
    visibility: hidden;
    width: 100%;
    height: 100%;
}
#img-preview-uploaded.rounded {
    border-radius: 50%;
}
div#popup-profile-photo input[type="file"]{
    display: none;
}
div#popup-profile-photo #chosen-pict,
div#popup-profile-photo button[type="button"]{
    height: 30px;
    padding: 0px 10px;
    margin: auto;
    margin-top: 14px;
    line-height: 30px;
    background: #ED1C24;
    border: none;
    border-radius: 15px;
    font-family: 'Airbag Regular';
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.25s;
    cursor: pointer;
}
div#popup-profile-photo #chosen-pict:hover,
div#popup-profile-photo button[type="button"]:hover{
    background: #FFCC33;
    transition: background 0.25s;
}
#popup-profile-photo #chosen-pict {
    visibility: hidden;
}
.wrap-btn-upload {
    background-color: #E11E26;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 22%;
    right: 10px;
    cursor: pointer;
    border-radius: 50%;
}

.wrap-btn-upload:hover {
    background: #FFCC33;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    transition: background 0.25s;
}

#header li#last-menu a > span.namelabel {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    line-height: 25px;
}
.wrap-gender, .wrap-address {
    width: 100%;
}

.wrap-gender-item, .wrap-address-item , .wrap-address-item-blogger{
    display: inline-block;
    padding-right: 8px;
}
.wrap-gender-item:nth-child(2) {
    margin-left: 60px;
}
.wrap-gender-item input[type="radio"] {
    text-align: left;
    display: inline-block;
    width: 28px !important;
}

.label-gender {
    display: inline-block;
    height: 31px;
    vertical-align: middle;
    font-size: 18px;
}

.wrap-address-item select {
    border: 1px solid #CCCCCC;
    color: #333;
    font-family: 'BebasNeue Regular';
    font-size: 18px;
}

.wrap-address-item option:hover {
    box-shadow: 0 0 10px 100px red inset;
}
.container-box .content .register-recipe label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.container-box .content .register-recipe label span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}
.container-box .content .register-recipe label input,
.container-box .content .register-recipe label textarea {
    width: calc(100% - 12px);
    height: 28px;
    background: none;
    border: 1px solid #CCC;
    padding: 0px 5px;
    font-family: 'PT Sans', sans-serif;
}
.container-box .content .register-recipe label textarea {
    height: auto !important;
}
.container-box .content .register-recipe button {
    min-width: 91px;
    height: 30px;
    margin-top: 14px;
    background: #ED1C24;
    border: none;
    border-radius: 15px;
    font-family: 'Airbag Regular';
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s;
}
.visibilityGrid {
    visibility: hidden
}
#loadmore{
    width: 91px;
    height: 30px;
    padding: 0px 10px;
    margin: auto;
    margin-top: 14px;
    line-height: 30px;
    background: #ED1C24;
    border: none;
    border-radius: 15px;
    font-family: 'Airbag Regular';
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.25s;
}
#loadmore.packeryload::before {
    content: "";
    position: absolute;
    height: inherit;
    width: inherit;
    background: url(../img/360.gif) center no-repeat;
    background-size: contain;
    visibility: hidden;
}
#loadmore.packeryload.loading {
    background: #FC3;
    transition: background 0.25s;
}
#loadmore.packeryload.loading::before {
    content: "";
    visibility: visible;
}
.member-container .my-recipes-menu {
    line-height: 21px;
}
.member-container .my-recipes-menu li {
    background: url(../img/users/blogger/background/my-recipes-border-menu.jpg) no-repeat right 7px;
    font-family: 'Airbag Regular';
    font-size: 16px;
    text-transform: uppercase;
}
.member-container .my-recipes-menu li a {
    color: #333;
    padding: 8px 17px;
    border-bottom: 4px solid transparent;
}
.member-container .my-recipes-menu li a:hover,
.member-container .my-recipes-menu li a.current {
    border-bottom: 4px solid #333;
    font-family: 'Airbag Regular';
}
.member .member-container .container-box .content > div {
    width: 700px;
}
.member .container-box .content .register-recipe form {
    width: inherit;
}
.add-recipe label div.left75 {
    width: 75%;
    vertical-align: top;
    display: inline-block;
    padding-right: 10px;
    box-sizing: border-box;
}
.add-recipe label div.right25 {
    width: 25%;
    vertical-align: top;
    display: inline-block;
}
.right25 span.help-inline,
.right100 span.help-inline {
    font-family: "PT Sans", sans-serif;
    font-size: 14px !important;
}

/* agung start */
.add-recipe label div.right100 {
    width: 100%;
    vertical-align: top;
    display: inline-block;
}
/* agung end */
.blogger .container-box .content .register label input::before {
    content: "";
    position: relative;
    right: 10px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('../img/users/blogger/icon/ico-exclamation-sign.png');
}
.member .container-box .content .register-recipe .add-recipe .recipe-description {
    width: calc(100% - 12px);
    /*height: 48px;*/
    background: none;
    resize: none;
    padding: 5px;
    font-family: 'PT Sans', sans-serif;
}

.member .add-recipe #instruction,
.member .add-recipe #ingred2 {
    margin-bottom: 10px;
}
.member .add-recipe #ingred tr input,
.member .add-recipe #ingred tr select,
.member .add-recipe #ingred2 tr input,
.member .add-recipe #ingred2 tr select,
.member .add-recipe #bumbu-sasa tr input,
.member .add-recipe #bumbu-sasa tr select,
.member .add-recipe #bahan-bahan tr input,
.member .add-recipe #bahan-bahan tr select {
    color: #333;
	width: 100%;
}
.member .container-box .content .register-recipe .add-recipe #ingred,
.member .container-box .content .register-recipe .add-recipe #ingred2,
.member .container-box .content .register-recipe .add-recipe #bumbu-sasa,
.member .container-box .content .register-recipe .add-recipe #bahan-bahan,
.member .container-box .content .register-recipe .add-recipe #instruction {
    width: inherit;
    border-collapse: collapse;
    text-align: left;
}
.member .container-box .content .register-recipe .add-recipe #ingred thead,
.member .container-box .content .register-recipe .add-recipe #ingred2 thead,
.member .container-box .content .register-recipe .add-recipe #bumbu-sasa thead,
.member .container-box .content .register-recipe .add-recipe #bahan-bahan thead,
.member .container-box .content .register-recipe .add-recipe #instruction thead {
    margin-bottom: 5px;
    display: table;
    font-size: 16px;
}
.member .container-box .content .register-recipe .add-recipe #ingred tr,
.member .container-box .content .register-recipe .add-recipe #ingred2 tr,
.member .container-box .content .register-recipe .add-recipe #bumbu-sasa tr,
.member .container-box .content .register-recipe .add-recipe #bahan-bahan tr,
.member .container-box .content .register-recipe .add-recipe #instruction thead tr {
    height: 30px;
    line-height: 30px;
}
.member .container-box .content .register-recipe .add-recipe #ingred th,
.member .container-box .content .register-recipe .add-recipe #ingred2 th,
.member .container-box .content .register-recipe .add-recipe #bumbu-sasa th,
.member .container-box .content .register-recipe .add-recipe #bahan-bahan th,
.member .container-box .content .register-recipe .add-recipe #instruction th {
    background: #CCCCCC;
    padding-left: 6px;
    box-sizing: border-box;
}
.member .container-box .content .register-recipe .add-recipe #ingred td,
.member .container-box .content .register-recipe .add-recipe #ingred2 td,
.member .container-box .content .register-recipe .add-recipe #bumbu-sasa td,
.member .container-box .content .register-recipe .add-recipe #bahan-bahan td,
.member .container-box .content .register-recipe .add-recipe #instruction td {
    border: 1px solid #CCCCCC;
    border-top: none;
    box-sizing: border-box;
}
.member .container-box .content .register-recipe .add-recipe #ingred tbody tr:first-child td,
.member .container-box .content .register-recipe .add-recipe #ingred2 tbody tr:first-child td,
.member .container-box .content .register-recipe .add-recipe #bumbu-sasa tbody tr:first-child td,
.member .container-box .content .register-recipe .add-recipe #bahan-bahan tbody tr:first-child td,
.member .container-box .content .register-recipe .add-recipe #instruction tbody tr:first-child td {
    border-top: 1px solid #CCCCCC;
}

.member .container-box .content .register-recipe .add-recipe #instruction tbody tr td {
    height: 70px;
    padding-right: 5px;
    overflow: hidden;
}
/*
.member .container-box .content .register-recipe .add-recipe #instruction tbody tr td:first-child {
    display: table;
}
*/
.member .container-box .content .register-recipe .add-recipe #instruction tbody tr td:first-child label {
    display: table-cell;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
}
.member .container-box .content .register-recipe .add-recipe #instruction tbody tr td input[type="text"]{
    height: 100%;
}
.member .container-box .content .register-recipe .add-recipe #instruction tbody tr td textarea,
.member .container-box .content .register-recipe .add-recipe #instruction tbody tr td input {
    height: 100%;
    width: 100%;
    resize: none;
    border: none;
    background: none;
}
.member .add-recipe #ingred th, .member .add-recipe #ingred td,
.member .add-recipe #bumbu-sasa th, .member .add-recipe #bumbu-sasa td,
.member .add-recipe #bahan-bahan th, .member .add-recipe #bahan-bahan td,
.member .add-recipe #instruction th, .member .add-recipe #instruction td {
    float: left;
    height: inherit;
    margin-right: 5px;
}
.member .add-recipe #ingred th:first-child, .member .add-recipe #ingred td:first-child,
.member .add-recipe #bumbu-sasa th:first-child, .member .add-recipe #bumbu-sasa td:first-child,
.member .add-recipe #bahan-bahan th:first-child, .member .add-recipe #bahan-bahan td:first-child,
.member .add-recipe #instruction th:first-child, .member .add-recipe #instruction td:first-child {
    width: 50px;
}
.member .add-recipe #ingred th:nth-child(2),
.member .add-recipe #ingred td:nth-child(2),
.member .add-recipe #bumbu-sasa th:nth-child(2),
.member .add-recipe #bumbu-sasa td:nth-child(2),
.member .add-recipe #bahan-bahan th:nth-child(2),
.member .add-recipe #bahan-bahan td:nth-child(2)
{
    width: 105px;
}
.member .add-recipe #instruction th:nth-child(2),
.member .add-recipe #instruction td:nth-child(2)
{
    width: 450px;
}
.member .add-recipe #ingred th:nth-child(3),
.member .add-recipe #ingred td:nth-child(3),
.member .add-recipe #bumbu-sasa th:nth-child(3),
.member .add-recipe #bumbu-sasa td:nth-child(3),
.member .add-recipe #bahan-bahan th:nth-child(3),
.member .add-recipe #bahan-bahan td:nth-child(3)
{
    width: 245px;
}
.member .add-recipe #instruction tbody tr td:last-child{
    line-height:70px; vertical-align: middle; color: red;
    font-size: 18px; text-align: center; position: relative;
}
.member .add-recipe #instruction tbody tr td:last-child a {
    color: red;
    position: relative;
    z-index: 3
}
.member .add-recipe #instruction tbody tr td:last-child img {
    margin-right: 10px;
}
.masked-upload-2 {
    position: absolute;
    top: 0;
    width: 100%;
}
.masked-upload-2 img {
    width: 100%;
}
.add-recipe #ingred tbody tr td:first-child > a.btn-delete-ingredient {
    width: 30px;
    height: 30px;
    position: relative;
    right: 0;
    top: -27px;
    left: -19px;
}
.ingredient-data.removed td input,
.ingredient-data.removed td select {
    color: #ccc !important;
    background-color: #EEE !important;
}
.ingredient-data.removed td {
    background-color: #EEE !important;
}

.ingredient-data.removed {
}
.member .add-recipe #ingred th:last-child, .member .add-recipe #ingred td:last-child,
.member .add-recipe #bumbu-sasa th:last-child, .member .add-recipe #bumbu-sasa td:last-child,
.member .add-recipe #bahan-bahan th:last-child, .member .add-recipe #bahan-bahan td:last-child {
    width: 285px;
    margin-right: 0px;
}
.member .add-recipe #instruction th:last-child, .member .add-recipe #instruction td:last-child {
    width: 185px;
    margin-right: 0px;
}
.member .add-recipe #ingred tr input,
.member .add-recipe #bumbu-sasa tr input,
.member .add-recipe #bahan-bahan tr input,
.member .add-recipe #instruction tr input {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border: none;
}
.member .add-recipe #addmore,
.member .add-recipe #addmoresasa,
.member .add-recipe #addmore_instructions {
    float: left;
    background: none;
    border: 1px solid red;
    border-radius: 0;
    color: red;
    margin: 5px 0px 20px 0px;
}
.member .container-box .content .register-recipe button {
    /*
	commented by agung
	float: right;
    margin-top: 0px;
	*/
	float: left;
    margin-top: 10px;
    margin-left: calc(75% / 2);
}
.member .add-recipe button img {
    vertical-align: middle;
    margin-right: 5px;
}
.member .container-box .content .register-recipe .add-recipe .left-form {
    width: inherit; /* width: 340px; */
    float: left;
}
.member .container-box .content .register-recipe .add-recipe .right-form {
    width: 340px;
    float: right;
}
.member .container-box .content .register-recipe .masked-upload {
    height: 28px;
    border: 1px solid #CCCCCC;
}
.member .container-box .content .register-recipe .masked-upload button {
    min-width: initial;
    height: 18px;
    margin: 5px 0px;
    float: right;
    background: none;
    border-left: 1px solid #CCCCCC;
    border-radius: 0;
    color: red;
}
.member .container-box .content .register-recipe .add-recipe .reposition {
    width: calc(100% - 2px);
    height: 338px;
    border: 1px solid #CCCCCC;
}
.member .container-box .content .register-recipe .add-recipe .Tokenize {
    width: 100%;
}
.member .container-box .content .register-recipe .add-recipe .TokensContainer {
    width: inherit;
    min-height: 110px;
    padding: 0;
    box-sizing: border-box;
    background: none;
    border: 1px solid #CCCCCC;
}
.member .container-box .content .register-recipe .add-recipe .TokenSearch {
    margin-top: 0px;
}
.member .container-box .content .register-recipe .add-recipe .TokenSearch input {
    border: none;
}
.member .container-box .content .register-recipe .add-recipe .Token {
    background: red;
    border: none;
}
.member .container-box .content .register-recipe .add-recipe .Token span {
    float: left;
    margin: 0;
    font-family: 'BebasNeue Regular';
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
}
.member div.Tokenize ul.TokensContainer li.Token a.Close {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 18px;
    float: right;
    margin: 1px 0 0 5px;
    padding: 0;
    cursor: pointer;
    color: #FFF;
}
.container-box .content .submittedRecipes li.hide{
    opacity: 0;
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.container-box .content .submittedRecipes li.show{
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.member .container-box .content .submittedRecipes li h1 {
    color: #333;
}
.member .container-box .content .submittedRecipes li span{
    opacity: 0.2
}
.blogger div.Tokenize ul.Dropdown li {
    color: #FFF;
}
.member div.Tokenize ul.Dropdown li.Hover{
    background: #ED1C24;
}

.member .member-container .submitted .content > div {
    text-align: center;
    padding-top: 24px;
}
.member .member-container .submitted .content > div:before {
    content: '';
    display: inline-block;
    width: 96px;
    height: 88px;
    background: url(../img/users/member/icon/topi-koki.png);
    background-repeat: no-repeat;
}
.member .member-container .submitted .content > div p {
    font-size: 14px;
    font-style: normal;
}

.member-container .container-box .content p {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
}

/* agung start */
.view-recipe .container-box .content .register-recipe #ingred2 th,
.view-recipe .container-box .content .register-recipe #ingred2 td {
	width: 700px;
}
.view-recipe .container-box .content .register-recipe .add-recipe .recipe-description {
    width: calc(100% - 17px);
}

.member .content .register .intro {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	text-transform: none;
}
.member .content .register .intro p {
	font-style: normal;
	line-height: 4px;
}
/* agung end */

.member .member-container .submitted .content > div a.dual {
    width: 171px;
    height: 30px;
    margin: 20px 10px;
    line-height: 30px;
    background: #ED1C24;
    border-radius: 15px;
    font-family: 'Airbag Regular';
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
span.form-checkbox a {
    display: inline !important;
}
div.member a.kontes-ramadhan {
    color: #2CB200;
    font-weight: bold;
}
div.member a.syarat-ketentuan {
    text-decoration: underline;
    font-weight: bold;
    color: #333;
}
span.form-checkbox {
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 10px;
}
span.form-checkbox > div.check {
    width: 25px;
    height: 25px;
    position: relative;
}
span.form-checkbox > div.check > label {
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    border: 1px solid #CCCCCC;

    background: transparent;
}
.member span.form-checkbox > div.check > label::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../img/users/member/icon/ico-checked.png) center no-repeat;
    background-size: cover;
    top: -5px;
    left: 6px;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.blogger span.form-checkbox > div.check > label::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../img/users/blogger/icon/ico-checked.png) center no-repeat;
    background-size: cover;
    top: -5px;
    left: 6px;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blogger .add-recipe #ingred tr select,
.blogger .add-recipe #ingred tr select option,
.blogger .add-recipe #bumbu-sasa tr select,
.blogger .add-recipe #bumbu-sasa tr select option,
.blogger .add-recipe #bahan-utama tr select,
.blogger .add-recipe #bahan-utama tr select option {
    background: #17181C url(images/drop-down-arrow.png) no-repeat right center;
    background-size: 20px 12px;
    border: 1px solid #595A5D !important;
    color: #fff;
    /*
    commented by agung
    font-family: "BebasNeue Regular";
    font-size: 16px;
    */
}
span.form-checkbox input[type="checkbox"] {
    visibility: hidden;
}
span.form-checkbox > div.check > label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}
span.form-checkbox input[type=checkbox]:checked + label::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
span.form-checkbox > div.label {
    position: relative;
    left: 40px;
    top: -17px; /* top: -25px; */
}
.btn-ins-photo {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.btn-ins-photo.hide {
    opacity: 0;
}
#tag {
    width: 100%;
    color: #333;
    border: 1px solid #CCC;
}
/**
 css bagian agung
 */

/*
.wrap-address-item-blogger select {
    border: 1px solid #595A5D;
    color: #333;
    font-family: 'BebasNeue Regular';
    font-size: 18px;
}

option:hover {
    color: white !important;
    background: #595A5D !important;
}*/

select.custom-dropdown-blogger {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border: 1px solid #595A5D !important;

 color: #fff;
 -webkit-border-radius: 0px;
 border-radius: 0px;
 font-size: 16px;
 cursor: pointer;
 font-family: 'BebasNeue Regular';

 background: #17181C url(images/drop-down-arrow.png) no-repeat right center;
 background-size:   20px 12px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
}

select.custom-dropdown-member {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border: 1px solid #CCC !important;

 color: #333;
 -webkit-border-radius: 0px;
 border-radius: 0px;
 font-size: 16px;
 cursor: pointer;
 font-family: 'BebasNeue Regular';

 background: #fff url(images/drop-down-arrow2.png) no-repeat right center;
 background-size: 20px 12px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
}


select.dropdown-date {
    width: 100px;
}

select.dropdown-month {
    width: 150px;
}

select.dropdown-year {
    width: 100px;
}

.container-box .content .register label.password-register {
    width: 100%;
    float: left;
}
@media screen and (min-width: 1920px) {
    .indonesia-map {
        margin-top: 122px;
    }
}
@media screen and (max-width: 800px) {
    .blogger .blogger-container .container-box .content > div {
        width: 100% !important;
    }

    .blogger .container-box .content .register-recipe .add-recipe #ingred thead,
    .blogger .container-box .content .register-recipe .add-recipe #bahan-utama thead,
    .blogger .container-box .content .register-recipe .add-recipe #instruction thead {
        width: 100% !important;
    }

    .blogger .add-recipe #ingred th,
    .blogger .add-recipe #ingred td,
    .blogger .add-recipe #bahan-utama th,
    .blogger .add-recipe #bahan-utama td,
    .blogger .add-recipe #instruction th, .blogger .add-recipe #instruction td {
        margin-right: 0.625vw !important;
    }

    .blogger .add-recipe #ingred th:first-child,
    .blogger .add-recipe #ingred td:first-child,
    .blogger .add-recipe #bahan-utama th:first-child,
    .blogger .add-recipe #bahan-utama td:first-child,
    .blogger .add-recipe #instruction th:first-child,
    .blogger .add-recipe #instruction td:first-child {
        width: 10% !important;
    }

    .blogger .add-recipe #ingred th:nth-child(2),
    .blogger .add-recipe #ingred td:nth-child(2),
    .blogger .add-recipe #bahan-utama th:nth-child(2),
    .blogger .add-recipe #bahan-utama td:nth-child(2) {
        width: 20% !important;
    }

    .blogger .add-recipe #instruction th:nth-child(2),
    .blogger .add-recipe #instruction td:nth-child(2) {
        width: 50% !important;
    }

    .blogger .add-recipe #ingred th:nth-child(3),
    .blogger .add-recipe #ingred td:nth-child(3),
    .blogger .add-recipe #bahan-utama th:nth-child(3),
    .blogger .add-recipe #bahan-utama td:nth-child(3) {
        width: 29% !important;
    }

    .blogger .add-recipe #ingred th:last-child,
    .blogger .add-recipe #ingred td:last-child,
    .blogger .add-recipe #bahan-utama th:last-child,
    .blogger .add-recipe #bahan-utama td:last-child {
        margin-right: 0 !important;
        width: 38.7% !important;
    }

    .blogger .add-recipe #instruction th:last-child,
    .blogger .add-recipe #instruction td:last-child {
        margin-right: 0 !important;
        width: 28% !important;
    }

    .easy-autocomplete {
        width: 100% !important;
    }

    .autoc {
        width: inherit !important;
    }
}
@media screen and (max-width: 768px) {
    .mobile-member-menu.show {
        display: block !important;
        width: 100%;
        height: 100%;
        background-color: white;
        padding-top: 80px;
        position: relative;
        z-index: 1;
    }
    .mobile-member-menu.show li {
        width: 100%;
    }

    .mobile-member-menu.show li a{
        height: auto;
        text-align: center;
        border-bottom: 1px solid #EEE;
    }
    .mobile-member-menu.show li a > span.namelabel {
        font-size: 20px;
        /* position: relative; */
        margin: 10px 0;
        display: block;
    }
    .mobile-member-menu.show li a .wrap-img-profile{
        width: 120px;
        height: 120px;
        overflow: hidden;
    }
    .mobile-member-menu.show li a .wrap-img-profile > img{
        width: 100%;
        height: 100%;
    }

    .mobile-member-menu.show .wrap-btn-upload{
        position: relative;
        margin-top: -40px;
        left: 53%;
    }
}

/* agung start */
@media screen and (max-width: 640px) {
    #popup-profile-photo .popupPhoto__close {
        display: none;
    }
    .top-menu li {
        width: 25% !important;
    }
    .top-menu li a > span {
        display: none;
    }
	.member .member-container .container-box .content > div {
		width: inherit;
	}
	.member .content .register .intro p {
		line-height: normal;
	}
	div#popup-profile-photo form {
        padding: 50px 0;
    }
	div#popup-profile-photo .wrapper-photo {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        background: white;
        border: 2px dotted #999;
        box-shadow: 0 0 0 10px white;
        margin: auto;
        overflow-y: scroll;
        overflow-x: hidden;
	}
    div#popup-profile-photo.show .wrap-preview {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    div#popup-profile-photo.show .wrap-preview > div {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    div#popup-profile-photo .inner-preview {
        display: inherit;
        margin-top: 20px;
    }
    div#popup-profile-photo .inner-preview > .preview {
        margin: auto;
    }
    div#popup-profile-photo.show .cropper {
        margin-right: 0;
        margin: auto;
        position: relative;
        width: 80%;
    }
    div#popup-profile-photo.show .cropper-area {
        width: 80%;
        margin: auto;
        height: 100%;
    }
    div#popup-profile-photo img#img-preview-uploaded_crop {
        display: block;
        height: auto;
        margin: auto;
        width: 80%;
    }
}
/* agung end */

/*ipong 5*/
/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape) {

}

@media screen and (max-width: 480px) {
    .left75,
    .right25 {
        width: 100% !important;
    }
    .left75 {
        padding-right: 0 !important;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 420px) {
    select.dropdown-date {
        width: 60px;
    }

    select.dropdown-month {
        width: 100px;
    }

    select.dropdown-year {
        width: 60px;
    }

	/* agung start */
	.member .member-container .container-box .content > div {
		width: inherit;
	}
	.member .content .register .intro p {
		line-height: normal;
	}
	/* agung end */
}