/* Fonts */
@font-face {
    font-family: 'maravale';
    src: url('../fonts/maravale.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'markbook';
    src: url('../fonts/markbook.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lucien';
    src: url('../fonts/Lucien-Free.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ruksack';
    src: url('../fonts/RuckSack-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myriadpro-regular';
    src: url('../fonts/myriadpro-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-bold';
    src: url('../fonts/opensans-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-semibold';
    src: url('../fonts/opensans-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Fonts End */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.backend-box {
    width: 93%;
    float: right;
    position: relative;
    z-index: 999;
    /*background: rgba(80, 80, 80, 0.25);*/
    border-radius: 10px 0 0 10px;
    padding: 0 0 20px;
}

._green {
    background: rgba(13, 147, 13, 0.8) !important;
}

.backend-box.backend-box-email {
    margin-top: 10px;
}

.backend-box .backend-detail {
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
}

.backend-box .backend-detail form.form-create {
    /*  margin-left: 20px;*/
    padding: 20px;
    background: #3BB33D;
    background: -moz-linear-gradient(left, #3BB33D 0%, #1FCC5C 48%, #07E775 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3bb33d), color-stop(48%, #1fcc5c), color-stop(100%, #07e775));
    background: -webkit-linear-gradient(left, #3bb33d 0%, #1fcc5c 48%, #07e775 100%);
    background: -o-linear-gradient(left, #3bb33d 0%, #1fcc5c 48%, #07e775 100%);
    background: -ms-linear-gradient(left, #3bb33d 0%, #1fcc5c 48%, #07e775 100%);
    background: linear-gradient(to right, #3BB33D 0%, #1FCC5C 48%, #07E775 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bb33d", endColorstr="#07e775", GradientType=1);
}

.backend-box .backend-detail form.form-create .form-group {
    margin-right: 0;
    top: 0;
    margin-bottom: 10px;
    color: #fff;
}

.backend-box .backend-detail form.form-create .form-group a {
    text-decoration: none;
}

.backend-box .backend-detail form.form-create .form-group label {
    color: #fff;
    font-family: "opensans-semibold", sans-serif;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
}

.backend-box .backend-detail .form-create .form-group .col-group {
    display: inline-block;
    width: 100%;
}

.backend-box .backend-detail .form-create .form-group .col-group input, .backend-box .backend-detail .form-create .form-group .col-group select {
    width: 100%;
    height: 35px;
    border: 0;
    font-size: 14px;
    padding: 0 10px;
    font-family: "opensans-bold", sans-serif;
    background: #fff;
    color: #333;
}

.backend-box .backend-detail .form-create .form-group .col-group .col1 {
    float: left;
    width: 45%;
    padding-left: 5px;
    padding-right: 5px;
}

.backend-box .backend-detail .form-create .form-group .col-group .col2 {
    float: left;
    width: 10%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.backend-box .backend-detail .form-create .form-group .col-group .col3 {
    float: left;
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
}

.backend-box .backend-detail .form-create .form-group .col-group .col4 {
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.backend-box .backend-detail .form-create .form-group .col-group .col5 {
    float: left;
    width: 35%;
    padding-left: 5px;
    padding-right: 5px;
}

.backend-box .backend-detail .form-create .form-group .col-group .col2 big {
    color: #fff;
    font-family: "opensans-bold", sans-serif;
    font-size: 24px;
}

.backend-box .backend-detail .form-create .form-group .col-group span:first-child {
    padding-left: 0;
}

.backend-box .backend-detail .form-create .form-group .col-group span:last-child {
    padding-right: 0;
}

.backend-box .backend-detail .form-body {
    padding: 0 20px;
}

.form-body input, .form-group input {
    
    background: #FFFFFF;
    box-shadow: none;
    border: 0;
    height: 40px;
    font-family: "myriadpro-regular", sans-serif;
    font-size: 13px;
    padding: 0 10px;
    color: black;
}
.form-body2 input {
    width: 100%;
    background: #FFFFFF;
    box-shadow: none;
    border: 0;
    height: 40px;
    font-family: "myriadpro-regular", sans-serif;
    font-size: 13px;
    padding: 0 10px;
    color: black;
    margin-left: 20px;
    width: 360px;
}
.form-group textarea {
    width: 100%;
    height: 75px;
    line-height: 150%;
    resize: vertical;
}

.backend-box .backend-detail .form-body select {
    width: 40%;
    background: #FFFFFF;
    box-shadow: none;
    border: 0;
    font-family: "myriadpro-regular", sans-serif;
    font-size: 13px;
    padding: 0 10px;
    font-size: 15px !important;
    height: auto !important;
    border: 1px solid #CCC !important;
    border-radius: 10px;
}

.backend-box .backend-detail .form-body .album-box {
    text-align: left;
    background: #fff;
    padding: 10px 20px;
}

.backend-box .backend-detail .form-body .album-box p {
    margin-top: 0;
    margin-bottom: 0;
}

.backend-box .backend-detail .form-body .album-box ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
}

.backend-box .backend-detail .form-body .album-box ul li {
    display: inline-block;
    margin-right: 5px;
}

.backend-box .backend-detail .form-btm {
    padding: 10px 20px 0;
    text-align: left;
}

.backend-box .backend-detail .form-btm .btn-bk {
    font-family: "opensans-bold", sans-serif;
    padding: 1px 20px;
    float: right;
}

.backend-box .backend-detail .form-btm .input-group {
    float: left;
}

.backend-box .backend-detail .form-top {
    text-align: left;
    padding: 10px 20px 0;
    display: inline-block;
    width: 100%;
}

.backend-box .backend-detail .form-top label {
    float: left;
    font-family: "opensans-bold", sans-serif;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}

._green .backend-detail .form-top label {
    color: #FFF;
}

.backend-box .backend-detail .form-top label span {
    display: inline-block;
    position: relative;
    bottom: -3px;
}

.backend-box .backend-detail .form-top label small {
    font-size: 15px;
    text-transform: capitalize;
}

.backend-box .backend-detail .form-top .form-nav {
    list-style: none;
    padding-left: 0;
    float: right;
    margin-top: 0;
    margin-bottom: 0;
}

.backend-box .backend-detail .form-top .form-nav li {
    display: inline-block;
}

.backend-box .backend-detail .form-btn {
    padding: 10px 20px;
}

.backend-box .backend-detail .form-btn .btn {
    padding: 15px 0;
    border: 0;
    width: 100%;
    color: #fff;
    background: #3bb33d; /* Old browsers */
    background: -moz-linear-gradient(left, #3bb33d 0%, #1fcc5c 48%, #07e775 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3bb33d), color-stop(48%, #1fcc5c), color-stop(100%, #07e775)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #3bb33d 0%, #1fcc5c 48%, #07e775 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #3bb33d 0%, #1fcc5c 48%, #07e775 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #3bb33d 0%, #1fcc5c 48%, #07e775 100%); /* IE10+ */
    background: linear-gradient(to right, #3bb33d 0%, #1fcc5c 48%, #07e775 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bb33d', endColorstr='#07e775', GradientType=1); /* IE6-9 */
}

.backend-box .backend-detail .form-btn .btn:hover, .backend-box .backend-detail .form-btn .btn:focus {
    background: #0BA03F;
}

.backend-box .backend-detail .form-btn .btn h4 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "myriadpro-regular";
    font-weight: bold;
}

.backend-box .backend-detail .form-btn .btn img {
    position: relative;
    left: 20px;
}

.backend-box .backend-detail .form-btn .btn p {
    font-size: 14px;
}

.backend-box .backend-detail .backend-form {
    padding: 0 20px;
}

.backend-box .backend-detail .backend-form .form-body {
    background: #fff;
    padding: 10px 20px;
}

.backend-box .backend-detail .backend-form .form-body > .form-group {
    margin-right: 0;
    top: 0;
    position: relative;
    border-bottom: 1px solid #808080;
    /*padding: 10px 0;*/
    margin-bottom: 10px;
}

.backend-box .backend-detail .backend-form .form-body > .form-group > .form-link {
    position: absolute;
    right: 0;
    top: 10px;
}

.backend-box .backend-detail .backend-form .form-body > .form-group > .form-link > a {
    color: #808080;
    text-decoration: none;
}

.backend-box .backend-detail .backend-form .form-body > .form-group input {
    padding-left: 5px;
    font-size: 14px;
    border: 0;
    width: 84%;
    background: #fff;
}

.backend-box .backend-detail .backend-form .form-body > .form-group span {
    display: inline-block;
    width: 15%;
    color: #333;
}

.backend-box .backend-detail .backend-form .form-body textarea {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.backend-box .backend-detail .form-body .form-inline {
    background: #fff;
    padding: 10px;
}

.backend-box .backend-detail .form-body .form-inline ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.backend-box .backend-detail .form-body .form-inline ul li input {
    display: inline-block;
    width: 73%;
    height: auto;
    font-size: 14px;
}

.backend-box .backend-detail .form-body .form-inline ul li span {
    display: inline-block;
    width: 25%;
}

.backend-box .backend-detail .backend-form .form-top {
    display: inline-block;
    width: 100%;
    background: #AFAFAF none repeat scroll 0% 0%;
    padding: 5px 10px;
}

.backend-box .backend-detail .backend-form .form-top a {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}

.backend-box .backend-detail .backend-form .form-top .form-left, .backend-box .backend-detail .backend-form .form-top .form-right {
    float: left;
    width: 50%;
}

.backend-box .backend-detail .backend-form .form-top .form-right {
    text-align: right;
}

.backend-box .backend-detail .backend-list ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
}

.backend-box .backend-detail .backend-list ul li {
    padding: 10px 20px;
    position: relative;
    border-bottom: 1px dashed #8A918C;
}

.backend-box .backend-detail .backend-list ul li a {
    color: #726F6E;
    text-decoration: none;
    font-family: "opensans-bold", sans-serif;
}

.backend-box .backend-detail .backend-list ul li a.delete {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.backend-box .backend-detail .backend-list ul li h5 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "opensans-bold", sans-serif;
}

.backend-box .backend-detail .backend-list ul li p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: "serif";
    font-size: 13px;
    padding-right: 40px;
}

.backend-box .backend-detail .backend-top {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
}

.backend-box .backend-detail .backend-top h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.backend-box .backend-detail .backend-top h6 a {
    text-decoration: none;
    font-size: 15px;
    font-family: "myriadpro-regular", sans-serif;
    font-weight: bold;
    color: #009245;
}

.backend-box .backend-detail .backend-top .btn {
    float: right;
    padding: 8px 10px 3px;
    border-radius: 5px;
}

.backend-box .backend-detail .backend-top ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 15px;
    float: left;
}

.backend-box .backend-detail .backend-top ul li {
    display: inline-block;
    margin-right: 7px;
}

.backend-box .backend-detail .backend-top ul li a {
    padding: 3px 10px;
    display: inline-block;
    color: #726F6E;
    text-decoration: none;
    font-size: 14px;
    font-family: "opensans-bold";
    text-transform: capitalize;
}

.backend-box .backend-detail .backend-top ul li a:hover, .backend-box .backend-detail .backend-top ul li a:focus, .backend-box .backend-detail .backend-top ul .active a {
    background: #726F6E;
    color: #fff;
    border-radius: 5px;
}

.backend-box .backend-nav label {
    width: 100%;
    background: rgb(0, 104, 55) none repeat scroll 0% 0%; 
    
    display: inline-block;
    margin-top: 30px;
    text-align: left;
    color: rgb(255, 255, 255);
    padding: 0px 40px 0px;
}

.backend-box .backend-nav label small {
    position: relative;
    top: -10px;
    font-size: 15px;
}

.backend-box .backend-nav label span {
    display: inline-block;
    position: relative;
    top: -10px;
}

.backend-box .backend-nav ul {
    margin-bottom: 0px;
    padding: 0 20px;
    list-style: none;
    border-bottom: 1px solid #858A85;
    text-align: left;
}

.backend-box.backend-box-email .backend-nav ul {
    border-bottom: 1px dashed #fff;
}

.backend-box .backend-nav ul li {
    display: inline-block;
    text-transform: uppercase;
    font-family: "opensans-bold", sans-serif;
    font-size: 15px;
    text-align: center;
    margin-right: 10px;
}

.backend-box .backend-nav ul li a {
    width: 100px;
    outline: 0;
    color: #fff;
    text-decoration: none;
    background: #777 none repeat scroll 0% 0%;
    display: inline-block;
    border-radius: 10px 10px 0 0;
    padding: 5px;
    border: 1px solid #777;
    margin-bottom: -1px;
}

.backend-box.backend-box-email .backend-nav ul li a {
    background: transparent;
    border: 0;
    color: #777;
}

.backend-box .backend-nav ul li h3 {
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
}

.backend-box .backend-nav ul li a:hover, .backend-box .backend-nav ul li a:focus, .backend-box .backend-nav ul .active a {
    background: transparent;
    color: #777;
    border-bottom: 1px solid rgba(198, 233, 198, 0.8);
}

.backend-box.backend-box-email .backend-nav ul li a:hover, .backend-box.backend-box-email .backend-nav ul li a:focus, .backend-box.backend-box-email .backend-nav ul .active a {
    background: #67d508; /* Old browsers */
    background: -moz-linear-gradient(left, #67d508 0%, #09e773 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #67d508), color-stop(100%, #09e773)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #67d508 0%, #09e773 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #67d508 0%, #09e773 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #67d508 0%, #09e773 100%); /* IE10+ */
    background: linear-gradient(to right, #67d508 0%, #09e773 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67d508', endColorstr='#09e773', GradientType=1); /* IE6-9 */
    color: #fff;
}

body {
    margin: 0;
    font-family: 'myriadpro-regular', sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

body .bg .bg-pattern {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

body .bg .bg-pattern img {
    width: 100%;
    height: 100%;
}

body .bg .bg-pattern-sm {
    position: fixed;
    z-index: -1;
    width: 100%;
    /*! height: auto; */
    left: 0px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /*
     top: -50px;*/
    /*! background-size: inherit; */
    /*! background-position: center center; */
    background-attachment: fixed;
    /*! background-size: cover; */
}

body .bg .bg-pattern-sm img {
    width: 100%;
}

body.musician {
    background: url('../images/bg2.png') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.office {
    background: url('../images/bg5.png') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.pengusaha {
    background: url('../images/bg4.png') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.politician {
    background: url('../images/bg3.png') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.urban {
    background: url('../images/bg6.png') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-bk {
    background: #777777;
    border: 0;
    color: #fff;
    border-radius: 4px;
}

.btn-bk:hover, .btn-bk:focus {
    background: #5B5B5B;
}

.center {
    text-align: center;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

#content {
    position: relative;
    width: 100%;
    /*top: -400px;*/
}

.image_road img {
    /*content: "";*/
    position: fixed;
    /*background: transparent url("../images/hover.png") no-repeat-x scroll 80px 220px;*/
    width: 100%;
    right: 0px;
    bottom: 0px;
    top: 0;

    height: 100%;
    /*left: -84px;*/
}

/* placeholder section */

.content-placeholder-tittle, .content-placeholder, .content-placeholder-email, .content-placehoder-advert {
    color: #fff;

}

h3.content-placeholder-tittle {
    margin-right: 65px;
}

.content-placeholder, .content-placeholder-email, .content-placeholder-advert {
    margin: 0 20px;
    font-size: 17px;
    font-family: "myriadpro-regular", sans-serif;
    text-align: left;
    clear: both;
    color: #fff;
}

.placeholder-advert2 {
    width: 100%;
    height: 220px;
    margin-top: -20px;
    line-height: normal;
    margin-top: -20px;
    margin-bottom: 20px;
    background-color: rgba(238, 238, 238, 0.38);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);

}

.placeholder, .placeholder-advert {
    width: 100%;
    line-height: normal;
    margin-bottom: 20px;
    border-radius: 4px;
    /*background-color: rgba(238, 238, 238, 0.38);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/

}

.placeholder.advert {
    margin-top: 10px;
}

.content-placeholder-advert img {
    width: 100%;
}

.placeholder-header, .panel-gallery-header.open, .placholder-header-email, .placeholder-header-email, .placeholder-header-advert {
    background: rgba(238, 238, 238, 0.03);
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    color: #fff;
}

.placeholder-header, .placeholder-header-email {
    color: #fff;
    font-family: "rucksack", sans-serif;
    font-weight: 300;
    margin-left: 5px;
    float: left;

}

.placeholder-header-email {
    margin-left: 18px !important;
}

.placeholder-footer,
.panel-gallery-footer.open, .placeholder-footer-email, .placeholder-footer-advert {
    padding: 15px;

    /*background: rgba(238, 238, 238, 0.03);*/
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fb-comment {
    margin-top: 10px;
    margin-right: 0 !important;
    clear: left;

}

a.first, a.second, a.third {
    margin-left: 4px;
    color: #fff;
    font-size: 20px;
}

a.third {
    float: left;
}

.placeholder-footer a:hover {
    cursor: pointer;
    color: #26A65B !important;
}

.btn-cancel-gallery, .btn-cancel-video, .btn-cancels {
    position: absolute;
    margin-left: -18px;
    font-size: 18px;
    color: #fff;
    opacity: 0.5;
    text-shadow: 1px 1px 4px #000;

    right: 5px;
}

.btn-cancel-gallery, .btn-cancels {
    top: 5px;
    padding: 10px;
    cursor: pointer;
}

.btn-cancel-video {
    top: 25px;
}

.btn-cancel-video {
    top: 25px;
}

#content-desc {

    position: fixed;
    text-align: right;
    top: 55px;
    /* left: 59%; */
    /* float: right; */
    right: 10px;
    z-index: 1001;
    width: 100%;
    max-width: 475px;
    max-height: calc(100% - 100px);

}

#content-profile {
    position: fixed;
    top: 55px;
    right: 8px;
    z-index: 1001;
    width: 100%;
    max-width: 475px;
    max-height: calc(100% - 100px);
    /*border-radius: 10px;*/
    overflow: hidden;
}

/*#content-desc h3,#content-profile h3 {
  font-family: "maravale";
  color: #FFF;
  margin-top: 30px;
  font-size: 30px;
  font-weight: normal;
  text-shadow: 1px 1px 4px #000;
}*/

#content-desc .content-about, #content-profile .content-about {
    /*width: 80%;*/
    /*float: right;*/
    color: #fff;
}

#content-desc .content-about p {
    font-size: 20px;
    text-shadow: 1px 1px 4px #000;
    font-family: "myriadpro-regular", sans-serif;
    margin-right: 10px !important;
}

#content-desc .content-gallery {
    width: auto;
    color: #fff;
    position: relative;
    z-index: -90;
}

#content-desc .content-gallery h4 {
    text-align: left;
    margin-bottom: 5px;
    margin-left: 17px;
    font-size: 22px;
}

#content-desc .content-gallery .gallery-box {
    /*max-height: 300px;*/

    overflow-x: hidden;
    /*overflow-y: scroll;*/
    padding: 0 20px;
}

#content-desc .content-gallery .gallery-box #gallery-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 5px;
    margin-top: 5px;
}

#content-desc .content-gallery .gallery-box #gallery-list li {
    display: inline-block;
}

#content-desc .content-gallery .gallery-box #gallery-list li p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    margin-left: 5px;
    font-size: 13px;
}

#btn-comment {
    cursor: pointer;
}

/* end of placeholder section */
/* style of placeholder section */

/* end style of placeholder section */
.form-group {
    margin-bottom: 5px;
}

.form-group span.control-header {
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    display: inline-block;
    margin-right: 7px;
}

.form-group span input.form-control {
    box-shadow: none;
    border: 0;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 11px;
    width: 100px;
    height: 22px;
}

.form-control {
    border-radius: 0px;
}

.header {
    background: url("../images/header-nav.png") no-repeat 0 0 / cover transparent;
    width: 100%;
    /* height: 195px; */
    height: 220px;
    height: 49px;
    padding-right: 20px;
    z-index: 1042;
}

.header .nav-header .nav-right {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}

.header .nav-header .nav-right li {
    display: inline-block;
}

.header .nav-header .nav-right li h3 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -11px;
}

.header .nav-header .nav-right li h3 a {
    font-family: "opensans-semibold", sans-serif;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}

.logo-box a img {
    height: 40px;
}

.logo-box {
    margin-left: 15px;
}

.logo-box a {
    padding: 0;
}

.welcome-txt {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    top: 15px;
    margin-right: 20px;
}

.welcome-txt::before {
    content: "";
    position: absolute;
    background: url("../images/icon-message.png") no-repeat 0 0 transparent;
    width: 39px;
    height: 28px;
    left: -50px;
    top: -8px
}

.welcome-username {
    /*font: 1.2em 'Bangers', cursive;*/
    font-family: arial;
    font-style: normal;
    color: #fff;
}

.photo-profile {
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    background: #12DC72;
    overflow: hidden;
    margin-top: 5px;
}

.lSSlideOuter .lightSlider li {
    text-align: center;
}

.notes-box ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    /*background: #fff;*/
}

.notes-box ul li {
    border-bottom: 2px dashed #DFE0E1;
    display: inline-block;
    width: 100%;
    padding: 3px 10px;
}

.notes-box ul li p {
    /*color: #333;*/
    margin-top: 5px;
    margin-bottom: 0;
}

.notes-box ul li .notes-desc {
    float: left;
    width: 40%;
}

.notes-desc p.date {
    font-size: 12px;
    margin-left: 1px;
}

.notes-box ul li .notes-nav .btn {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 20px;
    border-radius: 4px;
    height: 25px;
    vertical-align: middle;
}

.notes-box ul li .notes-nav .btn img {
    position: relative;
    top: -2px;
}

.btn-submit {
    background: linear-gradient(to right, #67d508 0%, #09e773 100%);
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
}

.button {
    border: 0 none;
    border-radius: 36px;
    padding: 12px 45px;
    margin: 0 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.button:hover {
    opacity: .7;
}

.button.-dark {
    background: #171717;
    color: #FFFFFF;
}

.button.-green {
    background: #3AB54A;
    color: #FFFFFF;
}

.button.-blue {
    background: #0167F6;
    color: #FFFFFF;
}

#profile_picture {
    position: absolute;
    width: 75%;
    height: 75%;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #;
    transition: all .1s;
}

.selector {
    top: 20%;

    margin-top: 0px;
    margin-left: 0px;
    position: fixed;
    left: 13%;
    z-index: 1000;
}

.selector .social-media-box {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

.selector li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: -14% 38%;
    -webkit-transform: rotate(-360deg);
    transition: all 0.8s ease-in-out;
}

.selector li input {
    display: none;
}

.selector li input + label {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    /*background: #3BD150;*/
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}

/*.selector li input + label:hover { background: #f0f0f0; }*/

.social-media-box li input[type=checkbox]:checked + label {
    background: url("../images/button-active.png") no-repeat;

    color: #f00;
    font-style: normal;
}

/*.selector li input:checked + label {
  background: #5cb85c;
  color: white;
}*/

/*.selector li input:checked + label:hover { background: #449d44; }*/

.selector.open li input + label {
    width: 48px;
    height: 48px;
    line-height: 80px;
    margin-left: -40px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.selector button a.edit {
    display: inline-block;
    background: #5B5B5B;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding: 3px 0 3px 4px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.setting-box {
    background: #fff;
    padding: 20px;
}

.setting-box ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.setting-box ul li {
    display: inline-block;  
    width: 100%;
}

.setting-box ul li .setting-name {
    float: left;
    width: 20%;
}

.setting-box ul li .setting-value {
    float: left;
    width: 65%
}

.setting-box ul li .setting-value input {
    font-size: 15px !important;
    height: auto !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 10px;
    width: 100px;
}

.setting-box ul li .setting-value strong {
    font-weight: normal;
    padding: 0 10px;
}

.setting-box ul li .setting-value > i {
    text-transform: uppercase;
    font-style: normal;
    font-family: "opensans-bold", sans-serif;
    font-size: 13px;
    width: 150px;
    display: inline-block;
    border-radius: 5px;
}

.setting-box ul li .setting-value > .setting-active {
    padding: 2px;
    background: #6AD504;
    background: -moz-linear-gradient(left, #6AD504 0%, #07E775 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6ad504), color-stop(100%, #07e775));
    background: -webkit-linear-gradient(left, #6ad504 0%, #07e775 100%);
    background: -o-linear-gradient(left, #6ad504 0%, #07e775 100%);
    background: -ms-linear-gradient(left, #6ad504 0%, #07e775 100%);
    background: linear-gradient(to right, #6AD504 0%, #07E775 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ad504", endColorstr="#07e775", GradientType=1);
    color: #fff;
}

.setting-box ul li .setting-value > .setting-off {
    background: #fff;
    border: 2px solid #686868;
    color: #686868
}

.setting-box ul li .setting-nav {
    float: left;
    width: 14%;
    text-align: right;
}

.setting-box ul li .setting-nav a {
    display: inline-block;
    background: url("../images/nav-edit.png") no-repeat 0 0 #fff;
    width: 22px;
    height: 23px;
}

.setting-box ul li .setting-nav a:hover, .setting-box ul li .setting-nav a:focus, .setting-box ul li .setting-nav a.active {
    background: url("../images/nav-edit-hover.png") no-repeat 0 0 #fff;
}

.stats-box {
    background-image: url("../images/stats-box.png");
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    z-index: 3;
}

.stats-box.stats1 {
    background-size: 300px 180px;
    width: 300px;
    height: 180px;
    left: 300px;
    top: 330px;
    padding: 0px 30px;
}

.stats-box.stats2 {
    background-size: 400px 250px;
    width: 400px;

    height: 210px;
    left: -650px;
    top: -190px;
    padding: 0px 50px;
    position: fixed;
    transform: translate(-100px, -100px) scale(0.1);
    z-index: 100;
}

.stats-box span.left {
    position: absolute;
    font-family: "markbook";
    bottom: -39px;
    color: #58585B;
    font-size: 13px;
}

.stats-box .stats-twitter span.left {
    bottom: -30px;
    font-size: 20px;
}

.stats-box span.right {
    position: absolute;
    font-family: "markbook";
    bottom: -39px;
    color: #58585B;
    font-size: 13px;
    right: 0;
}

.stats-box .stats-twitter span.right {
    bottom: -30px;
    font-size: 20px;
}

.stats-box .stats-nav .btn-circle {
    position: absolute;
    background: #39A76C;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.stats-box .stats-nav .btn-circle:hover, .stats-box .stats-nav .btn-circle:focus {
    background: #fff;
    color: #39A76C;
}

.stats-box .stats {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}

.stats-box .stats p {
    color: #58585B;
    font-family: "myriadpro-regular", sans-serif;
}

.stats-box .stats-twitter p {
    text-align: center;
    font-size: 19px;
    color: #888A89;
}

.stats-box .stats {
    position: relative;
}

.stats-box .stats-fb {
    height: 120px;
}

/* logo */
.fb {
    background: url("../images/icon-fb.png") no-repeat 0 0 transparent;
    width: 13px;
    height: 26px;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;

}

.fb_profile {
    background: url("../images/icon-fb.png") no-repeat 0 0 transparent;
    width: 37px;
    /*height: 26px;*/
    content: "";
    position: absolute;
    right: -17px;
    top: 10px;
    border-radius: 50%;
}

.soulfy {
    /* background: url("../images/icon-soulfy.png") no-repeat 0 0 transparent; */
    width: 27px;
    height: 26px;
    content: "";
    position: absolute;
    right: 0 !important;
    top: 10px;
   
}

.twitter {
    background: url("../images/icon-twitter.png") no-repeat 0 0 transparent;
    width: 38px;
    height: 32px;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
}

.google {
    background: url("../images/icon-gplus.png") no-repeat 0 0 transparent;
    width: 38px;
    height: 32px;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
}

.article {
    background: url("../images/icon-article.png") no-repeat 0 0 transparent;
    width: 40px;
    height: 45px;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
}

.youtube {
    background: url("../images/icon-youtube.png") no-repeat 0 0 transparent;
    width: 40px;
    height: 45px;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
}

.gallery-icon {
    background: url("../images/icon-gallery-white.png") no-repeat 0 0 transparent;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
}

.gallery-icon-white {
    background: url("../images/icon-gallery-white.png") no-repeat 0 0 transparent;
    width: 40px;
    height: 40px;
    float: left;
}

.article-icon {
    background: url("../images/icon-article-white.png") no-repeat 0 0 transparent;
    width: 40px;
    height: 30px;
    float: left;
}

.google-plus {
    background: url("../images/icon-gplus.png") no-repeat 0 0 transparent;
    width: 38px;
    height: 32px;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
}

/* logo */
.stats-box .stats-fb::before {
    width: 13px;
    height: 26px;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
}

.stats-box .stats-twitter {
    height: 170px;
}

.stats-box .stats-twitter::before {
    width: 38px;
    height: 32px;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
}

.stats-box .stats .stats-nav {
    display: inline-block;
    right: -30px;
    position: absolute;
    top: 0;
}

.stats-box .stats-fb .stats-nav .btn-circle {
    width: 20px;
    height: 20px;
    font-size: 12px;
    padding: 4px 6px;
}

.stats-box .stats-fb .stats-nav .btn1 {
    right: -7px;
    top: 0;
}

.stats-box .stats-fb .stats-nav .btn2 {
    right: -7px;
    top: 25px;
}

.stats-nav .btn2 span {

    margin-left: -3px;
    text-align: center;
}

.stats-box .stats-twitter .stats-nav .btn-circle {
    width: 25px;
    height: 25px;
    font-size: 15px;
    padding: 5px 8px;
}

.stats-box .stats-twitter .stats-nav .btn1 {
    right: -27px;
    top: 0;
}

.stats-box .stats-twitter .stats-nav .btn2 {
    right: -27px;
    top: 30px;
}

#btn_login {
    background: transparent;
    border: none;
    padding-top: 5px;
    font-family: "opensans-semibold", sans-serif;
    color: #FFF;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

img {
    vertical-align: baseline;
}

label {
    max-width: none;
}

#profile_image_edit,#image_background_edit {
    position: absolute;
    display: block;
    bottom: 53px;
    right: 100px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.66);
}

#profile_image_edit a,#image_background_edit a {
    color: #fff;
    font-size: 20px;
    margin-left: 6px;
    margin-bottom: 4px;
}

#profile_image_edit a:hover,#image_background_edit a:hover {
    color: #95A5A6;
}

#background_image_edit {
    position: absolute;
    display: block;
    top: 100px;
    z-index: 10000;
    bottom: 53px;
    right: 100px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.66);
}

#background_image_edit a {
    color: #fff;
    font-size: 20px;
    margin-left: 6px;
    margin-bottom: 4px;
}

#background_image_edit a:hover {
    color: #95A5A6;
}

#loader {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    /*height: 100%;*/
    margin-top: 33%;
}

/*Button upload gallery*/
#upload_gallery {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}

#btn_upload_gall {
    /*position: absolute;*/
    display: none;
    padding-bottom: 30px;
    height: 150px;
    font-size: 30px;
    cursor: pointer;
    /*opacity: 0;*/
    z-index: 2;

}

#btn_add_gallery {

    z-index: 2;
}

.MultiFile-remove {
    position: absolute;
}

.navbar-nav .dropdown-menu.with-arrow-v2-right {
    margin-top: 5px;
}

.navbar-nav .dropdown-menu.with-arrow-v2-right::after {
    content: "";
    position: absolute;
    left: auto;
    right: 20px;
    top: -14px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #FFF;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

/*Gallery*/

.gallery-box > ul {
    margin-bottom: 0
}

.gallery-box > ul > li {
    margin-bottom: 15px
}

.gallery-box > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left
}

.gallery-box > ul > li a > img {
    -webkit-transition: -webkit-transform .15s ease 0s;
    -moz-transition: -moz-transform .15s ease 0s;
    -o-transition: -o-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%
}

.gallery-box > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.gallery-box > ul > li a:hover .gallery-box-poster > img {
    opacity: 1
}

.gallery-box > ul > li a .gallery-box-poster {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    -o-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s
}

.gallery-box > ul > li a .gallery-box-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.gallery-box > ul > li a:hover .gallery-box-poster {
    background-color: rgba(0, 0, 0, .5)
}

.gallery-box .justified-gallery > a > img {
    -webkit-transition: -webkit-transform .15s ease 0s;
    -moz-transition: -moz-transform .15s ease 0s;
    -o-transition: -o-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%
}

.gallery-box .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.gallery-box .justified-gallery > a:hover .gallery-box-poster > img {
    opacity: 1
}

.gallery-box .justified-gallery > a .gallery-box-poster {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    -o-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s
}

.gallery-box .justified-gallery > a .gallery-box-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.gallery-box .justified-gallery > a:hover .gallery-box-poster {
    background-color: rgba(0, 0, 0, .5)
}

.gallery-box .video .gallery-box-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: .8;
    width: 48px
}

#foto a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;

}

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
    text-align: left;
}

#video-gallery {
    text-align: left;
    margin-left: 17px;
}

.first, .second {
    cursor: pointer;
    float: left;
}

#video-gallery a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    width: 125px;
    float: left;
    margin-right: 6px;
}

.setting-nav2 {
    float: left;
    width: 14%;
    text-align: right;
}

.setting_save {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: #FFF url("../images/nav-save.png") no-repeat scroll 0px
}

.setting_save:hover, .setting_save:focus, .setting_save:active {
    background: #FFF url("../images/save-hover.png") no-repeat scroll 0px 0px;
}

.setting_cancel {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: #FFF url("../images/nav-cancel.png") no-repeat scroll 0px
}

.setting_cancel:hover, .setting_cancel:focus, .setting_cancel:active {
    background: #FFF url("../images/nav-cancel-hover.png") no-repeat scroll 0px 0px;
}

/*modal*/
.modal {
    left: 50%;
    bottom: auto;
    right: auto;
    padding: 0px;
    width: 50%;
    margin-left: -25%;
    /*
      background-color: #FFF;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
      background-clip: padding-box;*/
    z-index: 1041;
    outline: medium none;
    overflow-y: auto !important;
}

@media (max-width: 400px) {
    .modal {
        width: 90%;
        margin-left: -45%;
    }
}

.modal.fade.in {
    top: 10%;
}

/***
Customized Bootstrap Buttons
***/
/* Default buttons */
.btn {
    border-width: 0;
    padding: 7px 14px;
    font-size: 14px;
    outline: none !important;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0px;
}

.btn.dropdown-toggle, .btn-group .btn.dropdown-toggle, .btn:hover, .btn:disabled, .btn[disabled], .btn:focus, .btn:active, .btn.active {
    outline: none !important;
    background-image: none !important;
    filter: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn + .btn {
    margin-left: 5px;
}

.btn-default {
    border-width: 1px;
    padding: 6px 13px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Bootstrap buttons */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ededed;
    border-color: #b3b3b3;
}

.open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ededed;
    border-color: #b3b3b3;
}

.btn-default:active, .btn-default.active {
    background-image: none;
    background-color: #e0e0e0;
}

.btn-default:active:hover, .btn-default.active:hover {
    background-color: #e6e6e6;
}

.open .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-default > i {
    color: #aaa;
}

.btn-default > i[class^="icon-"],
.btn-default > i[class*="icon-"] {
    color: #8c8c8c;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3379b5;
    border-color: #2a6496;
}

.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3379b5;
    border-color: #2a6496;
}

.btn-primary:active, .btn-primary.active {
    background-image: none;
    background-color: #2d6ca2;
}

.btn-primary:active:hover, .btn-primary.active:hover {
    background-color: #3071a9;
}

.open .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #45B6AF;
    border-color: #3ea49d;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #3b9c96;
    border-color: #307f7a;
}

.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3b9c96;
    border-color: #307f7a;
}

.btn-success:active, .btn-success.active {
    background-image: none;
    background-color: #348a84;
}

.btn-success:active:hover, .btn-success.active:hover {
    background-color: #37918b;
}

.open .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #45B6AF;
    border-color: #3ea49d;
}

.btn-success .badge {
    color: #45B6AF;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #89C4F4;
    border-color: #72b8f2;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #68b4f1;
    border-color: #43a1ed;
}

.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #68b4f1;
    border-color: #43a1ed;
}

.btn-info:active, .btn-info.active {
    background-image: none;
    background-color: #51a8ef;
}

.btn-info:active:hover, .btn-info.active:hover {
    background-color: #5aadf0;
}

.open .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #89C4F4;
    border-color: #72b8f2;
}

.btn-info .badge {
    color: #89C4F4;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #dfba49;
    border-color: #dbb233;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #daae2b;
    border-color: #bb9521;
}

.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #daae2b;
    border-color: #bb9521;
}

.btn-warning:active, .btn-warning.active {
    background-image: none;
    background-color: #c89f23;
}

.btn-warning:active:hover, .btn-warning.active:hover {
    background-color: #d0a625;
}

.open .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #dfba49;
    border-color: #dbb233;
}

.btn-warning .badge {
    color: #dfba49;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #F3565D;
    border-color: #f13e46;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #f1353d;
    border-color: #ec111b;
}

.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f1353d;
    border-color: #ec111b;
}

.btn-danger:active, .btn-danger.active {
    background-image: none;
    background-color: #ef1d26;
}

.btn-danger:active:hover, .btn-danger.active:hover {
    background-color: #f0262f;
}

.open .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #F3565D;
    border-color: #f13e46;
}

.btn-danger .badge {
    color: #F3565D;
    background-color: #fff;
}

/* Button sizes */
.btn > i {
    font-size: 14px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    vertical-align: middle;
}

.btn-lg > i {
    font-size: 18px;
}

.btn-sm,
.btn-xs {
    padding: 4px 10px 5px 10px;
    font-size: 13px;
    line-height: 1.5;
}

.btn-sm > i,
.btn-xs > i {
    font-size: 13px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-xs > i {
    font-size: 12px;
}

/* Small button in button group */
.btn-group .input-sm .btn-default {
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Arrow link */
.btn-arrow-link {
    vertical-align: middle;
    display: inline-block;
    font-size: 13px;
}

.btn-arrow-link > i {
    font-size: 14px;
    line-height: 14px;
    vertical-align: top;
    margin: 2px 3px 2px 3px;
    color: #999;
}

.btn-arrow-link.btn-arrow-link-lg {
    font-size: 14px;
}

.btn-arrow-link.btn-arrow-link-lg > i {
    font-size: 16px;
    line-height: 16px;
    margin: 2px 3px 1px 3px;
}

/* Circle Buttons */
.btn-circle {
    border-radius: 25px !important;
}

.btn-circle-right {
    border-radius: 0 25px 25px 0 !important;
}

.btn-circle-left {
    border-radius: 25px 0 0 25px !important;
}

.btn-circle-bottom {
    border-radius: 0 0 25px 25px !important;
}

.btn-circle-top {
    border-radius: 25px 25px 0 0 !important;
}

.btn-icon-only {
    height: 34px;
    width: 34px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.btn-icon-only > [class^="icon-"],
.btn-icon-only > i {
    text-align: center;
    margin-top: 2px;
}

.btn-sm > [class^="glyphicon-"],
.btn-sm > [class*=" glyphicon-"],
.btn-sm > i {
    font-size: 13px;
}

.btn-xs > [class^="glyphicon-"],
.btn-xs > [class*=" glyphicon-"],
.btn-xs > i {
    font-size: 11px;
}

.btn-group.btn-group-circle > .btn:first-child {
    border-radius: 25px 0 0 25px !important;
}

.btn-group.btn-group-circle > .btn:last-child {
    border-radius: 0 25px 25px 0 !important;
}

.btn-group.btn-group-devided > .btn {
    margin-right: 5px;
}

.btn-group.btn-group-devided > .btn:last-child {
    margin-right: 0;
}

.btn-group-vertical.btn-group-vertical-circle > .btn:first-child {
    border-radius: 25px 25px 0 0 !important;
}

.btn-group-vertical.btn-group-vertical-circle > .btn:last-child {
    border-radius: 0 0 25px 25px !important;
}

.btn-green {
    background: #67d508; /* Old browsers */
    background: -moz-linear-gradient(left, #67d508 0%, #09e773 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #67d508), color-stop(100%, #09e773)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #67d508 0%, #09e773 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #67d508 0%, #09e773 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #67d508 0%, #09e773 100%); /* IE10+ */
    background: linear-gradient(to right, #67d508 0%, #09e773 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67d508', endColorstr='#09e773', GradientType=1); /* IE6-9 */
    color: #fff;
    font-family: "opensans-semibold", sans-serif;
    text-transform: capitalize;
    height: 30px;
}

.btn-green:hover, .btn-green:focus {
    background: #07B257;
}

#business_card li {
    margin-bottom: 10px;
}

.select_mail {

    background: transparent;
    box-shadow: none;

    padding: 0px 10px;
    font-size: 15px !important;
    height: auto !important;
    border: 2px solid #fff !important;
    border-radius: 10px;
    margin-bottom: 5px;
    text-decoration: none;

    font-family: "myriadpro-regular", sans-serif;
    font-weight: bold;
    color: #009245;
}

.modal_popup {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1041;
    display: none;
    overflow: hidden;
    outline: 0px none;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 768px) {
    .content-placeholder, .content-placeholder-email, .content-placehoder-advert {
        /*font-size: 11px;*/
    }

    .selector {
        margin-left: -5px;
        top: 25%;
        width: 104px;
        height: 104px;
    }

    .image_road img {
        left: 20px;
    }
}

@media (max-width: 400px) {
    .content-placeholder, .content-placeholder-email, .content-placehoder-advert {
        /*font-size: 9px;*/
    }

    .selector {
        margin-left: 2%;
        top: 27%;
        width: 84px;
        height: 84px;
    }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .content-placeholder, .content-placeholder-email, .content-placehoder-advert {
        /*font-size: 10px;*/
    }

    .selector {
        margin-left: -3px;
        top: 25%;
        width: 120px;
        height: 120px;
    }

    .image_road img {
        left: 20px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .content-placeholder, .content-placeholder-email, .content-placehoder-advert {
        /*font-size: 12px;*/
    }

    .selector {
        margin-left: -15px;
        top: 20%;
        width: 154px;
        height: 154px;
    }

    .image_road img {
        left: 20px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .content-placeholder, .content-placeholder-email, .content-placehoder-advert {
        /*font-size: 15px;*/
    }

    .selector {
        margin-left: -63px;
        top: 20%;
        width: 184px;
        height: 184px;
    }

    .image_road img {
        left: -15px;
    }
}

.soulfy-logo {

}

.soulfy-logo img {
    margin-top: 5px;
    width: 0;
    height: auto;
}

.date {
    color: #fff;
    font-size: 14px;
    font-family: "rucksack", sans-serif;
    margin-left: 20px;
}

p {
    font-family: "rucksack", sans-serif !important;
    color: #fff;
}

p.date-article {
    float: left;
    margin-top: 15px;
    margin-left: 20px;
}

.btn-placeholder {
    cursor: pointer;
}

.checkbox-icon {

}

.checkbox-icon input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    height: 18px;
}

.checkbox-icon input[type=checkbox] + .lbl::before {
    margin-right: 8px;
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 23px;
    color: #6C7A89;

    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 13px;
    line-height: 13px;
    min-width: 13px;
    margin-right: 1px;
    margin-top: -5px;
}

.checkbox-icon input[type=checkbox]:checked + .lbl::before {
    display: inline-block;
    color: #2ECC71;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

.checkbox-icon input[type=checkbox] + .lbl.padding-1::before {
    content: '\f09a';
}

.checkbox-icon input[type=checkbox]:checked + .lbl.padding-1::before {
    content: '\f09a';
}

.checkbox-icon input[type=checkbox] + .lbl.padding-2::before {
    content: '\f099';
}

.checkbox-icon input[type=checkbox]:checked + .lbl.padding-2::before {
    content: '\f099';
}

.checkbox-icon input[type=checkbox] + .lbl.padding-3::before {
    content: '\f0d5';
}

.checkbox-icon input[type=checkbox]:checked + .lbl.padding-3::before {
    content: '\f0d5';
}

/*CREATED BY EZCODE*/
.checkbox-icon .lbl.padding-4 {
    background: url("../images/icon-soulfy.png") no-repeat;
}

.checkbox-icon input[type=checkbox]:checked + .lbl.padding-4::before {
    content: '\f09a';
}

input.soulfy-checkbox {
    width: 50px !important;
    height: 50px !important;
    background: url("../images/fb_icon.png") no-repeat !important;
}

input.soulfy-checkbox.checked {
    background: url("../images/fb-icon_black.png") no-repeat !important;
    width: 50px !important;
    height: 50px !important;

}

.card-box a.btn-cancel-gallery, .card-box a.btn-cancel-video {
    margin-top: 15px;
    margin-right: 15px;
    z-index: 10000;
}

.card-box .photo img {
    border-radius: 100%;
}

.g-recaptcha {
    margin-left: 6px;
}

.form-top a.setting-nav-edit, .form-top a.setting-nav-cancel, .form-top a.setting-nav-save {
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 2px;
    color: #6C7A89;
    display: inline-block;
    float: right;

}

.form-top a {
    position: relative;
    margin-top: 5px;
}

.form-top a:hover {
    color: #fff;
}

.content-placeholder img.img-gallery {
    max-width: 100%;
    max-height: 480px;
    margin-left: -5px;
}

.notes-nav {
    float: right;
}

.form-right a.btn-save-article, .form-right a.btn-cancel-article, .form-top a.setting_cancel, .form-top a.setting_save {
    border-radius: 100%;
}

.setting-edit {
    display: inline-block;
    background: url("../images/nav-edit.png") no-repeat 0 0 #fff;
    width: 22px;
    height: 23px;
    border-radius: 100%;
}

a.setting-edit:hover {
    background: url("../images/nav-edit-hover.png") no-repeat 0 0 #fff;
}

div.btn-upload {

    min-height: 75px;
    min-width: 80px;
    background: url("../images//nav3.png") no-repeat;
}

div.btn-upload input {
    cursor: pointer;
    opacity: 0 !important;
}

span.char-info {
    border: solid 1px rgba(0, 0, 0, 0.39);
    /* margin-right: 0; */
    float: right;
    margin-top: 10px;
    position: relative;
}

h3 {
    font-size: 21px !important;
}

.youtube-form {
    padding: -10px -10px;
    padding: 0px 38px;
    margin-right: 5px;
    /*margin-top: -30px;*/
}

.youtube-form .form-body {
    width: 80%;
    float: left;
}

.youtube-form .form-btm {
    width: 20%;
    float: right;
}

.youtube-form .form-body input {
    margin-bottom: 10px;
}

.youtube-form .form-top {
    float: left;
}

p#status_content img {
    margin-left: -25px;
    width: 350px;
    border-radius: 20px;
    height: 165px;
    border: solid 0px #ffffff;
}

.btn-skype-edit {
    cursor: pointer;
}

.btn-skpe-edit:hover {
    color: #fff;
}

input.form-control.skype_form {
    width: 20%;
    margin: 3px 39%;
    background-color: rgba(255, 255, 255, 0.38);
    border-radius: 10px;
}

textarea#txt_status {
    margin-top: 10px;
    width: 100%;
    height: 100%;
}

.icon-pp {
    top: 4px;
    right: 1px;
}

/*COVER UPLOAD STYLE*/
#icon-cu {
    margin-top: 70px;
    margin-left: 300px;
    background-color: rgba(49, 44, 44, 0.61);
    border-radius: 100%;
    padding: 10px;
}

#icon-cu span {
    font-size: 40px;
    color: #fff;
}

.cover-upload {
    position: fixed !important;
    z-index: 1000 !important;
}

#dropzone-overlay {
    background-color: rgba(37, 34, 34, 0.58);
    width: 100%;
    height: 500px;
    position: absolute;
}

.plus-minus-toggeler {
    position: absolute;
    height: 25px;
    width: 25px;
    margin: 15px 10px 0 0;
    /*background: #AADDAA;*/
    border-radius: 5px;
    padding-right: 3px;
    cursor: pointer;
    z-index: 999999;
    top: auto;
    font-size: 18px;
    color: #fff;
    opacity: 0.5;
    text-shadow: 1px 1px 4px #000;
    right: 5px;
}

.delete-toggeler {
    position: absolute;
    height: 25px;
    width: 25px;
    margin: 15px 10px 0 0;
    /* background: #AADDAA; */
    border-radius: 5px;
    padding-right: 3px;
    cursor: pointer;
    z-index: 999999;
    top: auto;
    font-size: 18px;
    color: #fff;
    opacity: 0.5;
    text-shadow: 1px 1px 4px #000;
    right: -10px;
}

.mh50 {
    min-height: 50px;
}

.clrbth {
    clear: both;
}

.table.hover {
    cursor: pointer;
}

.table.hover tr:hover {
    background: #97E2A0;
}

.modal-backdrop {
    z-index: 1000 !important;
}

@media (max-width: 480px) {
    .welcome-txt, .form-group .control-header {
        display: none !important;
    }
}

.card-box {
    line-height: normal !important;
    text-align: left !important;

}

.slimScrollDiv {
    clear: both;
}

.timeline-loader {
    display: none;
    position: fixed;
    top: 0;
    background: url(../images/cube.gif) center no-repeat rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.timeline-loader-lock {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    top: 0;
    left: 0;
    background-position: center;
    z-index: 9999;
    opacity: 0.4;
}

pre.fixes {
    color: black;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background: transparent;
    border: 0;
    word-break: break-word;
}

.transparent {
    background-color: rgba(255, 255, 255, 0);
}

.badge-danger {
    background-color: #d43f3a;
}

.badge-profile {
    position: absolute;
    top: 27px;
    left: 21px;
}

@media screen and (max-width: 475px) {
	#content-desc {
		max-width: 90%;
	}
	#content-profile {
		max-width: 90%;
	}
	.photo {
		display: none;
	}
	.card-box {
		width: 95%;
	}
}

#fb_profile_image img{
    position: absolute;
    top: 11px;
    width: 51px;
    left: -11px;
    rounded: 10px;
}

#icon-cu2 {
    background-color: rgba(49, 44, 44, 0.61);
    border-radius: 100%;
    margin-left: 390px;
    margin-top: 70px;
    padding: 10px;
}
#icon-cu2 span {
    font-size: 40px;
    color: #fff;
}
._grey {
    background: rgba(80, 80, 80, 0.50) !important;
}
@media screen and (min-width: 0px) and (max-width: 400px) {
    #profile_image_edit { display: block; }  /* show it on small screens */
    #profile_image_edit{
        right: 39px;
        bottom: 6px;
    }
    #icon-cu{
        margin-left: 209px;
    }
}
@media screen and (min-width: 401px) and (max-width: 800px) {
    #profile_image_edit { display: block; }  /* show it on small screens */
    #profile_image_edit{
        right: 39px;
        bottom: 6px;
    }
    #icon-cu{
        margin-left: 209px;
    }
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/cube.gif) center no-repeat rgba(255, 255, 255, 0.1)
}

.btn-cancels{
    padding: 10px;
    margin-top: -4px;
}
.backend-box{
    /*color: #ffffff;*/
}
.backend-list{
    color: #ffffff;
}
.mt6 {
    margin-top: 6px !important;
}
#custom_menu_form .form-body input, #custom_menu_form .form-group input {
    height: auto !important;
    padding: 5px !important;
}