.header-master{
    /*background-color: #F2F2F2;*/
}
body{
    background: #95c9c3;
    min-width: 1030px;
}
.header-container{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-top: 5px;
}
.site-logo img{
    margin: 6px 0;
    max-height: 40px;
}
.area-menu-top ul{
    list-style: none;
    margin-bottom: 0px;
}
.area-menu-top li{
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}
.area-menu-top li a{
    color: #fff;
    padding: 10px;
}
.area-menu-top li a:hover{
    color: #01a966;
}
.area-menu-top li .active {
    color: #000;
}
.area-menu-top li:hover {
    color: #000;
    cursor: pointer;
}
.area-menu-top li:last-child{
    margin-right: 0px;
}
.area-menu-top a:hover{
    text-decoration: none;
}
#btn_modal_login, #btn_new_frame{
    margin: 8px 0;
    float: right;
}
.area_user{
    float: right;
}
.avatar{
    border: 5px solid #fff;
}
.area_user .avatar{
    height: 50px;
    border-radius: 50%;
    margin-left: 15px;
}
#modalLogin .modal-dialog{
    width: 440px;
}
.modal {
    text-align: center;
}
.modal-dialog{
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-body {
    padding: 39px;
    padding-top: 9px;
}
.modal-content{
    border-radius: 0;
}
.modal-header{
    border-bottom: none;
}
.btn_social .btn_text {
    display: inline-block;
    text-align: center;
    padding: 12px;
    width: 100%;
    line-height: 20px;
    font-weight: 100;
    font-size: 15px;
}
.btn_social .fa {
    height: 44px;
    width: 51px;
    display: block;
    float: left;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
}
.btn_fb {
    background-color: #39579a;
    color: #fff;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
}
.btn_fb:hover{
    color: #fff;
}
.btn_fb .fa{
    background-color: #273f76;
}
.btn_gg {
    background-color: #eb4026;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    border: 1px solid #e1e6e6;
    color: #fff;
    margin-top: 20px;
}
.btn_gg .fa{
    background-color:#e23015;
}


.page-footer{
    background-color: #F2F2F2;
    padding: 8px 20px 5px 20px;
    font-size: 12px;
    /*height: 33px;*/
}
.page-footer-inner{
    text-align: center;
    clear: both;
}
.scroll-to-top{
    margin-top: -8px;
    display: inline-block;
    padding: 1px;
    text-align: center;
    position: fixed;
    z-index: 10001;
    right: 10px;
    cursor: pointer;
}
.scroll-to-top>i{
    display: inline-block;
    font-size: 30px;
}
.page-container{
    min-height: 600px;
}
.page-content{
    width: 1030px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
h1{
    font-size: 30px;
}
h2{
    font-size: 25px;
}
.main-page{
    margin-top: 20px;
    margin-bottom: 20px;
}
.required{
    color: red;
}
.alert_frame{
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 15px;
}
.alert_center{
    text-align: center;
    font-size: 20px;
}
h1.title_frame{
    margin-top: 0;
    font: 20px Arial;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}
.box_fb_comments{
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}
.color-1{
    color: #E34517;
}
.color-2{
    color: #F5FF53;
}
.color-3{
    color: #B4E85E;
}
.color-4{
    color: #00BD72;
}
.color-5{
    color: #0B4239;
}
.bg-color-1{
    background-color: #E34517;
    color: #fff;
}
.bg-color-1.ob-btn:hover{
    background-color: #fff;
    color: #E34517;
}
.bg-color-2{
    background-color: #F5FF53;
    color: #E34517;
}
.bg-color-2.ob-btn:hover{
    background-color: #E34517;
    color: #F5FF53;
}
.bg-color-3{
    background-color: #B4E85E;
    color: #fff;
}
.bg-color-4{
    background-color: #00BD72;
    color: #fff;
}
.bg-color-4.ob-btn:hover{
    background-color: #fff;
    color: #00BD72;
}
.bg-color-5{
    background-color: #0B4239;
    color: #fff;
}
.bg-color-heavy-4{
    background-color: #01a966;
    color: #fff;
}
.bg-color-heavy-4:hover{
    background-color: #fff;
    color: #01a966;
}
.bg-color-fb{
    background-color: #4267b2;
    color: white;
}
.bg-color-fb.ob-btn:hover{
    background-color: white;
    color: #4267b2;
}
.ob-btn{
    width: auto;
    padding: 7px 15px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    border-top-right-radius: 10px;
}
.btn{
    border-radius: 0;
}
.ob-btn:hover{
    text-decoration: none;
}
.ob-btn:active, .ob-btn:focus{
    outline: none;
}
.area_btn_main{
    padding: 35px;
    border: 4px #E34517 dashed;
    margin-top: 20px;
    display: flex;
    background: #fff;
}
.area_btn_main .ob-btn{
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}
.area_social_box h2{
    color: #fff;
    background-color: #e34517;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 23px;
}
.column-label{
    color: #fff;
    background-color: #e34517;
    padding: 10px;
    margin-bottom: 15px;
    display: block;
}
.area_info{
    padding: 20px;
    margin-top: 23px;
    /*background: rgba(1,169,102,0.6);*/
    background: #f3e4c8;
    text-shadow: 0 1px 0 #01a966;
    text-align: center;
    /*-moz-box-shadow: rgba(0,0,0,0.3) 0 -1px 1px;*/
    /*-webkit-box-shadow: rgba(0,0,0,0.3) 0 -1px 1px;*/
    /*box-shadow: rgba(0,0,0,0.3) 0 -1px 1px;*/
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.info_main{
    /*opacity: .5;*/
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}
.info_numbs{
    font-size: 30px;
    margin: 7px;
    line-height: 30px;
}
.info_since{
    /*opacity: .5;*/
    font-size: 18px;
    margin: 5px 0 0;
}
.area_frame_info{
    padding: 30px;
}
.open>.dropdown-menu{
    left: initial;
    right: 0;
    top: 50px;
    border-radius: 0;
    background-color: #e34517;
    color: #fff;
}
.dropdown-menu>li>a{
    color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: #e34517;
}
.contact{
    display: block;
}
.contact a{
    color: #e34517;
    cursor: pointer;
}
#new_tool .tooltip-inner{
    text-transform: initial;
    background-color: #e34517;
}
#new_tool .tooltip .tooltip-arrow{
    border-top-color: #e5572e;
}
.more_info{
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}
#collapseMoreInfo ul{
    padding-left: 20px;
    margin-bottom: 0;
}
#rotate_left:hover, #rotate_right:hover{
    background-color: #E34517;
    color: #F5FF53;
}
.area_information{
    margin-top: 25px;
}
.creator-avatar{
    width: 80px;
    border: 2px solid #e34517;
    padding: 3px;
    float: left;
    margin-right: 15px;
    margin-left: 0;
}
.information h2{
    font-size: 18px;
    margin-bottom: 6px;
    float: left;
    width: 285px;
    margin-top: 15px;
    font-weight: bold;
}
.time{
    font-style: italic;
}
.frame_like{
    margin-top: 22px;
}

.profile {
    margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #0b4239;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    max-width: 110px;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #e34517;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
    display: none;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
    display: none;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}
.img-frame-table{
    max-width: 150px;
}
.table-frame-name{
    max-width: 180px;
}
.box_frame_relation{
    width: 400px;
    float: right;
}
.box_frame_relation ul{
    list-style: none;
    margin-top: 65px;
}
.box_frame_relation li{
    margin-top: 15px;
    border: 1px #E34517 dashed;
    background-color: #f3e4c8;
    padding: 5px;
}
.box_frame_relation li:first-child{
    /*margin-top: 0;*/
}
.box_frame_relation h3{
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    margin: 10px 3px 3px 3px;
}
.box_frame_relation span{
    margin: 0 3px 0 3px;
    display: block;
}
.box_frame_relation img{
    width: 100%;
}
.box_frame_relation a:hover{
    text-decoration: none;
}
.box_frame_relation .column-label{
    float: left;
    margin-left: 40px;
    width: 360px;
    margin-top: 10px;
}
.list_random_frame{
    width: 100%;
}
.list_random_frame .column-label{
    margin-top: 23px;
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
}
.list_random_frame ul{
    padding: 0;
    list-style: none;
    margin-top: 0;
}
.list_random_frame .row{
    margin-bottom: 15px;
}
/*.list_random_frame .col-xs-6{*/
    /*padding-left: 7.5px;*/
    /*padding-right: 7.5px;*/
/*}*/
/*.list_random_frame .col-xs-6:first-child{*/
    /*padding-left: 15px;*/
/*}*/
/*.list_random_frame .col-xs-6:last-child{*/
    /*padding-right: 15px;*/
/*}*/
.list_random_frame img{
    max-height: 193px;
}
.warning{
    text-align: center;
    display: block;
    font-style: italic;
    background-color: #e34517;
    padding: 8px;
    color: #fff;
    margin-top: 15px;
}
.center{
    text-align: center;
}
#export-modal img, #share-social-modal img{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 0px 0px 20px #000000;
}
#export-modal .modal-body{
    padding-bottom: 9px;
}
#export-modal .modal-footer{
    border-top: none;
}
#share-social-modal textarea{
    margin-top: 10px;
}
.text-center{
    text-align: center;
}

/*ADD TEXT*/
.area_img_add_text{
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}
.area_img_add_text .sourceImg{
    max-width: 100%;
}
.area_img_add_text #leCanvas{
    pointer-events: initial;
    max-width: 100%;
}
.list-text{
    list-style: none;
    /*max-height: 260px;*/
    overflow-y: auto;
    background-color: #fff7bb;
    padding: 10px;
    margin-top: 5px;
}
.list-text input{
    height: 25px;
}
.list-text li{
    position: relative;
    clear: both;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.list-text li:last-child{
    border: none;
}
.add-text{
    margin-top: 10px;
    background: #e91c23;
    -webkit-box-shadow: 0 2px #b4316d;
    box-shadow: 0 2px #b4316d;
}
.btn-add-text-item{
    padding: 8px;
}
.template-text{
    display: none;
}
.btn-close-text{
    position: absolute;
    right: 0;
}
.btn-picker-color, .btn-picker-border-color, .btn-picker-bg-color{
    width: 20px;
    height: 20px;
    background-color: black;
    float: left;
    margin: 5px;
    border: 1px solid;
}
.btn-picker-bg-color{
    background-color: white;
}
input.text-content{
    width: 150px;
    float: left;
}
input.text-size{
    width: 40px;
}
input.text-color{
    visibility: hidden;
    height: 1px;
    width: 1px;
}
input.border-color{
    float: left;
    clear: both;
}
input.border-size{
    float: left;
}
.label-color{
    float: left;
    margin-top: 9px;
}
.label-checkbox{
    float: left;
    margin-top: 8px;
    margin-left: 3px;
}
.label-border{
    clear: both;
    margin-top: 5px;
}
.btn-picker-border-color{
    margin-top: 0;
    background-color: red;
}
.area-border{
    display: none;
}
.choose-font{
    width: 150px;
    margin-top: 10px;
    height: 25px;
    display: block;
}
.area_center_homepage .area_middle{
    padding: 0;
}
/*Block UI*/
.blockUI.blockOverlay{
    z-index: 1500 !important;
}
.blockUI.blockMsg{
    border: none !important;
    border-radius: 10px;
    background-image: url('../../img/waiting.gif');
    background-size: contain;
    width: 40px;
    height: 40px;
    display: block !important;
    top: 49%;
    left: 49%;
    z-index: 1511 !important;
}

.menu-footer{
    list-style: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 30px;
}
.menu-footer li{
    float: left;
    margin-right: 10px;
    border-right: 1px solid;
    padding-right: 10px;
}
.menu-footer li a{
    color: #fff;
}
.menu-footer li a:hover{
    cursor: pointer;
}
.menu-footer li:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.btn-add-more-photo{
    width: 140px;
    height: 140px;
    font-size: 16px;
    margin-left: 10px;
}

.area-add-frames .item{
    width: 155px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}
.item-inactive{
    display: none;
}
.btn-delete-frame{
    position: absolute;
    background-color: #fff;
    top: -10px;
    left: -10px;
    border: 1px solid;
    border-radius: 10px;
}
.btn-delete-frame:focus{
    outline: none;
}
.preview_photo{
    margin-left: 10px;
    margin-right: 25px;
}
#upload_photo {
    display: none;
}
.btn-slider{
    background-color: transparent;
    border: none;
    position: absolute;
    top: 56px;
    font-size: 20px;
    color: #e34517;
}
.btn-slider.left{
    left:-20px;
}
.btn-slider.right{
    right:-20px;
}
.choose-frame-label{
    margin-top: 5px;
    font-weight: bold;
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.area-avatar-1 .avatar{
    border-top-color: #e34517;
}

.area-avatar-2 .avatar{
    border-top-color: #e34517;
    border-right-color: #e34517;
}