html, body { height: 100%; }
body { background-color: #ececee; width: 100%; }
a { color: #00c9af; outline: none; }
a:hover, a:focus { color: #037ba8; text-decoration: none; outline: none; }
/* General */
.c-inner { max-width: 1024px; margin: 0 auto; }

/* scrollbar content inside */
.height_100 { height: 100%; }
.width_100 { width: 100%; }

/* Header > Fahlo - logo */
.fahlo-logo { text-align: center; width: 100%;}
.fahlo-logo .logo-img { display: inline-block; width: 34px; height: 31px; background: url('../img/crown_white.png') no-repeat 0 0; background-size: cover; position: absolute; top: 11px;}

/* Header > Logged user */
.h-btn > .b-box {height: 50px; border-left: 1px solid rgba(0,0,0,0.2); border-right: 1px solid rgba(0,0,0,0.2); padding: 0 10px; font-weight: bold;  font-size: 9pt; color: #fff; padding-top: 12px; display: block; position: relative; text-align: center; cursor: pointer; }
.h-btn + .h-btn > div {border-right:0;}
.h-btn > .b-box a {color:#fff; text-decoration: none;}

.h-btn .get-app-link {width: 130px; }
.h-btn > .b-box span { position: relative; z-index: 2; line-height: 26px; }
.h-btn > .b-box:after { content: ''; background-color: rgba(0,0,0,0); -webkit-transition: background-color linear .2s; -moz-transition: background-color linear .2s; -o-transition: background-color linear .2s; transition: background-color linear .2s; }
.h-btn > .b-box:hover:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.15); z-index: 1; }
.logout { position: absolute; top: 44px; right: 60%; width: 120px; border: 1px solid #cbcbcb; border-radius: 4px; padding: 11px 0; text-align: center; z-index: 10; }
.logout a { font-weight: bold; text-decoration: none; font-size: 11pt; display: block; }
.logout:after, .logout:before { bottom: 100%; left: 85%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }

.logout:after { border-color: rgba(249, 249, 249, 0); border-bottom-color: #f9f9f9; border-width: 5px; margin-left: -5px; }
.logout:before { border-color: rgba(203, 203, 203, 0); border-bottom-color: #cbcbcb; border-width: 6px; margin-left: -6px; }


/* header */
.header { background-color: #05d5bf; height: 50px; /*margin-bottom: 95px; */ background: #2ff0db; /* Old browsers */ background: -moz-linear-gradient(top, #2ff0db 0%, #05d5bf 99%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ff0db), color-stop(99%,#05d5bf)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #2ff0db 0%,#05d5bf 99%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #2ff0db 0%,#05d5bf 99%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #2ff0db 0%,#05d5bf 99%); /* IE10+ */ background: linear-gradient(to bottom, #2ff0db 0%,#05d5bf 99%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ff0db', endColorstr='#05d5bf',GradientType=0 ); /* IE6-8 */ }
.header .pull-right { position: relative; }
/* Panel block */
.panel { padding: 0 1em 1em; }
.panel .c-inner { background-color: #fff; border-radius: 4px; box-shadow: 0 0 2px rgba(0,0,0,0.45); }

/* ============ Main Content ======== */
.main-content { height: 100%; }
.main-content > .table-cell { vertical-align: middle; }

.main-content .main-loader { position: fixed; top: 50%; left: 50%; margin-left: -32px; margin-top: -32px; width: 64px; height: 64px; }

/* ========== Login popup window ============ */
.modal-window.login-popup {position: absolute;}
.login-popup { width: 402px; margin-left: -201px; text-align: center; color: #8f8f8f; }
.login-popup .log-messages { background-color: #f7f7f7; border-bottom: 1px solid #c1c1c1; height: 85px; }
.login-popup .log-messages p { margin: 0; font-weight: bold; color: #05d5bf; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.bg-overlay { background: #000; opacity: 0.6; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; }
.login-form { width: 300px; margin: 0 auto; }
.login-popup .m-header { background-color: #05d5bf; color: #fff; font-weight: bold; height: 56px; padding-top: 16px; font-size: 13.5pt; line-height: 28px; }
.login-popup .m-content { padding: 34px 0 20px; }
.login-popup .m-content .form-row + .form-row { margin-top: 12px; }
.login-popup .m-content .form-row button,
.login-popup .m-content .form-row input { width: 100%; }
.login-popup .m-content .form-row button[disabled][type=submit] { background: #e6e6e6; color:#000}
.login-popup .m-footer { padding-bottom: 36px; }
.login-popup .m-footer p { font-size: 14pt; margin: 0 0 2px; }
.login-popup .m-content input { display: inline-block; height: 56px; font-size: 18px; line-height: 20px; color: #666; border-radius: 4px; vertical-align: middle; background-color: #e6e6e6; border: 0; text-indent: 14px; margin-bottom: 5px; -webkit-transition: background linear .2s; -moz-transition: background linear .2s; -o-transition: background linear .2s; transition: background linear .2s; }
.login-popup .m-content input:focus { background: #dbdbdb; outline: 0; outline: thin dotted \9; }


/* ========== Errors popup window ============ */
.error-popup  { width: 560px; margin-left: -280px; }
.error-popup .modal-header,
.error-popup .modal-body {padding: 0 2em}
.error-popup .modal-btn {padding:2em; text-align: right;}
.error-popup .modal-header h3 { color: #CF0F0B; }
/* ========== Basic post  ============== */


/* ========== Basic post > media bl ============== */

.media-bl { width: 100%; position: relative; background-color: #F9F9F9; }
.media-bl .pict { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
/* Pictures  */
.pict { height: 100%; width: 100%; background-position: center; background-size: cover; background-repeat: none; }
/* Video */
.video-bl { position: relative; }
.video-bl video { background-color: #111; }
.video-bl .play-btn { background-image: url('../img/play_btn.png'); background-repeat: no-repeat; background-position: 60% center; width: 102px; height: 102px; position: absolute; top: 50%; left: 50%; margin-top: -51px; margin-left: -51px; z-index: 10; border-radius: 50%; border: 2px solid #fff; cursor: pointer; }
/* Audio */
.audio-bl { position: relative; padding: 12px 0; width: 95%; margin: 0 auto; height: 150px; }


/* ========== Basic post > message bl ============== */
.blc-xs { display: none; }
.messages-bl { width: 416px; border-left: 1px solid #b3b3b3; height: 614px; }
.main-msg { /*padding: 14px 20px 14px 12px;*/padding: 14px 0px 14px 12px; border-bottom: 1px solid #e2e2e2; }
.main-msg .blc-ls .scrollbar {padding-right: 25px; max-height: 245px}
.author-section .ov-hidden { position: relative; margin-top: 6px; }
.author-section .pull-left { margin-right: 10px; }
.author-section .time { position: absolute; right: 25px; top: 0; color: #c7c7c7; font-size: 10pt; }
.author-section .name, .author-section .post { font-size: 10.5pt; }
.author-section .post { font-weight: bold; }
.main-msg p { color: #636264; font-size: 11pt; }
/*.blc-ls .text-section { padding-left: 56px; }*/
.blc-ls .text-section .gold-status { text-align: center; padding: 14px 0; color: #979797; }
.blc-ls .text-section .gold-status > span { color: #FFC04A; position: relative; }
.blc-ls .text-section .gold-status > span i { position: absolute; background: url('../img/coinsmall.png') no-repeat 0 0; width: 18px; height: 18px; top: 50%; left: -20px; margin-top: -10px; }
.blc-ls .text-section .comment-ftr .pull-right a { font-size: 10pt; }
.blc-ls .text-section .comment-ftr .social { margin-top: 3px; overflow: hidden; }
.blc-ls .text-section .date-end { color: #979797; font-size: 10pt; margin: 18px 0 22px; }
.blc-ls .text-section .lbtn { padding: 9px 5px 8px; width: 100%; font-size: 16px; }
.blc-ls .text-section .lbtn.complete { text-transform: uppercase; border-radius: 40px; letter-spacing: 2px; font-size: 11pt; }
.main-msg .social { color: #A3A3A3; font-size: 10pt; }
.main-msg .social span { margin-right: 16px; }
.blc-ls .text-section .comment-ftr .social span { margin-right: 8px; }
.all-msgs { background-color: #f9f9f9; }
.all-msgs, .all-msgs .scrollbar { height: 100%; }
.all-msgs .scrollbar { position: relative; }
.all-msgs .scrollbar .s-inside { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.all-msgs .users-msgs { list-style: none; margin: 0; padding: 0; }
.all-msgs .view-prv-cmnt { background-color: #f6f6f6; padding: 11px 20px 10px 12px; }
.all-msgs .view-prv-reply { background-color: #f6f6f6; border-top: 1px solid #e5e5e5; padding: 11px 20px 10px 12px; }
.all-msgs .btn-link { font-size: 10.5pt; text-decoration: none; }
.all-msgs .users-msgs li { border-top: 1px solid #e2e2e2; }
.all-msgs .users-msgs .clearfix { padding: 10px 20px 8px 12px; position: relative; z-index: 2; }
.all-msgs .users-msgs .clearfix .pull-left { margin-right: 10px; }
.all-msgs .users-msgs .name { font-size: 10pt; font-weight: bold; color: #606060; }
.all-msgs .users-msgs .name span.uname { font-weight: normal; color: #A4A4A4; }
.all-msgs .users-msgs p { margin: 10px 0; font-size: 10pt; color: #636264; }
.all-msgs .users-msgs .c-img { margin: 10px 0; }
.all-msgs .users-msgs .c-img img { max-height: 350px; max-width: 100%; }
.all-msgs .users-msgs .time { color: #C1C1C1; font-size: 9pt; }
.add-comment-form { border-top: 1px solid #e5e5e5; /*height: 54px;*/ padding: 8px 9px 4px; }
.add-comment-form .pull-left { margin-right: 8px; }
.add-comment-form .post-cmnt textarea { height: 74px; }
.add-comment-form .post-cmnt .btn { height: 28px; }
.comments { width: 100%; height: 100%; }
/* Celebrity comments */
.all-msgs .celeb-bg { display: none; }
.all-msgs .celeb-answer { position: relative; z-index: 2; }
.all-msgs .celeb-answer .celeb-bg { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; opacity: 0.05; }
.celeb-answer .pull-left { position: relative; }
.celeb-answer .pull-left .ico { position: absolute; background: url('../img/celebrity_select_ico.png') no-repeat 0 0; width: 12px; height: 12px; right: 0; bottom: 0; }
.comment-xs.table-row { display: none; }

/* ============ Premium content ============ */
.premium-section { background: url('../img/blur-1x.png') no-repeat center; height: 615px; width: 100%; /* position: absolute; top: 0; bottom: 0; left: 0; right: 0;*/ background-size: cover; }
.premium-section .unlock-blc { background: #fffffe; /* Old browsers */ background: -moz-linear-gradient(top, #fffffe 0%, #edeaea 60%, #e1dbdb 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffffe), color-stop(60%,#edeaea), color-stop(100%,#e1dbdb)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fffffe 0%,#edeaea 60%,#e1dbdb 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fffffe 0%,#edeaea 60%,#e1dbdb 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fffffe 0%,#edeaea 60%,#e1dbdb 100%); /* IE10+ */ background: linear-gradient(to bottom, #fffffe 0%,#edeaea 60%,#e1dbdb 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffe', endColorstr='#e1dbdb',GradientType=0 ); /* IE6-9 */ }
.premium-section .unlock-blc { max-width: 300px; width: 100%; height: 53px; border: 1px solid #626161; border-radius: 4px; margin-top: 15px; line-height: 54px; color: #4C595F; position: relative; }
.premium-section .unlock-blc .lock-ico { position: absolute; background: url('../img/lock.png') no-repeat 0 0; width: 18px; height: 26px; top: 50%; margin-top: -13px; left: 14px; }
.premium-section .ps-content { position: relative; top: 50%; transform: translateY(-50%); text-align: center; padding: 0 1em; }
.premium-section .ps-title { color: #fff; font-size: 12pt; text-shadow: 0 1px 3px rgba(0,0,0,.27); font-weight: bold; }
.premium-section .ps-title b { color: #F8CE1C; }
.premium-section .sort-of-content { position: absolute; bottom: 15px; left: 15px; font-weight: bold; font-size: 10pt; color: #fff; opacity: .73; }


/* ============ 404 page ============ */
.error-page { color: #4A4A4A; }
.error-page h2 { font-size: 78pt; font-weight: normal; color: #05d5bf; margin: 0; line-height: 112%; }
.error-page h3 { font-size: 17.5pt; margin: 23px 0 10px; line-height: 28px; }
.error-page p { margin: 0; font-size: 10.5pt; }
.error-page .c-inner { padding: 2.9em 1em; max-width: 530px; }

/* ========== POSTS ============*/
.posts, .error-page { padding-top: 20px; }
.posts .table .table-cell { vertical-align: top; }
.posts .table .media-bl { vertical-align: middle; }
.posts .photo-gallery > .table { width: 100%; margin-bottom: 0; /*height: 210px;*/ height: 100%; }
.posts .photo-gallery .table-cell { background-color: #f9f9f9; width: 33.3333%; background-position: center center; background-repeat: no-repeat; background-size: cover; vertical-align: middle;height: 100%;}
.posts .photo-gallery .table-cell + .table-cell { border-left: 2px solid #fff; }
.posts .photo-gallery .table + .table { border-top: 2px solid #fff; }
.media-container { height: 100%; }
.media-container .photo-gallery.scrollbar { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; }
.question-content .answers { margin-bottom: 15px; }
.question-content .q-title { text-align: center; color: #6d6d6d; font-size: 12pt; margin-bottom: 15px; word-break: break-word; }
.question-content .answers .answer { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 1px 0 #c1c1c1 inset, 0 0 1px 0 #c1c1c1 inset; color: #fff; font-size: 11.5pt; min-height: 15px; overflow: hidden; padding: 17px 22px 14px 55px; position: relative; word-break: break-word; cursor: pointer; border: 0; display: block; width: 100%; margin-bottom: 12px; text-align: left; }
.question-content .answers .answer > span { bottom: 0; color: #fff; font-size: 12pt; left: 0; position: absolute; text-align: center; text-transform: uppercase; top: 0; width: 43px; }

.question-content .answers .answer > span i { font-style: normal; right: 0; text-align: center; margin-top: -8px; position: absolute; top: 49%; white-space: nowrap; }
.question-content .answers .answer + div { margin-top: 12px; }

.question-content .answers .answer.wrong-answer { color: #959595 !important; }
.question-content .answers .answer.right-answer { color: #2fd7b1 !important; background-color: #d5f7ef !important; box-shadow: 0 0 1px 0 #bab2b2 inset, 0 0 1px 0 #bab2b2 inset; }
.question-content .answers .answer.user-answer { background-color: #fff; box-shadow: 0 0 1px 0 #bab2b2 inset, 0 0 1px 0 #bab2b2 inset; }
.question-content .answers .answer.user-answer .bg { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; opacity: 0.2; }
.question-content .answers .answer.right-percent-answer { box-shadow: 0 0 1px 0 #bab2b2 inset, 0 0 1px 0 #bab2b2 inset; background-color: rgba(255,255,255,0.05); }
.question-content .answers .answer .predict-txt { position: absolute; top: 7px; text-transform: uppercase; font-size: 7pt; color: #959595; }
.question-content .answers .answer.selected-wrong-answer { color: #ff6060 !important; background-color: #ffefef !important; }
.question-content .answers .answer.wrong-answer span i,
.question-content .answers .answer.selected-wrong-answer span i { background: url('../img/question_icons.png') no-repeat -18px 0; width: 18px; height: 14px; margin-top: -6px; width: 100%; font-size: 11pt; margin-left: -9px; left: 50%; }
.question-content .answers .answer.right-answer span i { background: url('../img/question_icons.png') no-repeat 0 0; width: 18px; height: 14px; left: 50%; margin-left: -9px; margin-top: -7px; }
.question-content .answers .answer.wrong-answer > span { background-color: #959595 !important; }
.question-content .answers .answer.right-answer > span { background-color: #2fd7b1 !important; }
.question-content .answers .answer.selected-wrong-answer > span { background-color: #ff6060 !important; }
.timer { border-radius: 3px; display: inline-block; font-size: 11px; margin-bottom: 14px; padding: 5px 10px 4px; text-transform: uppercase; color: #fff; }

/*.question-content .answers .answer.wrong-answer span i.noicon, .question-content .answers .answer.selected-wrong-answer span i.noicon, .question-content .answers .answer.right-answer span i.noicon { background: none; width: auto; font-size: 11pt;left: 0!important;margin-left: 0!important; }*/
.question-content .answers .answer span i.noicon { background: none; width: auto; font-size: 11pt;left: 0!important;margin-left: 0!important; }

/* --- Music Post --- */
/*	Audio default browser skin */
.audio-default { width: 100%; text-align: center; color: #fff; padding: 9px 0; border-radius: 4px; margin: 0 auto; cursor: default; background-color: #F9F9F9; position: relative; }
.audio-default .title { font-weight: bold; padding: 0 10px; max-width: 372px; text-align: center; margin: 0 auto; }
.audio-default .author { font-size: 9pt; padding: 0 10px; }
.audio-default .time-scale { font-size: 8pt; margin: 3px 10px; color: #9ca5b0; }
.audio-default .time-scale .slider { margin-top: 0; padding-top: 8px; }
.audio-default .time-scale .pull-left { margin-right: 6px; }
.audio-default .time-scale .pull-right { margin-left: 6px; }
.audio-default .time-scale .slider-bg { height: 5px; border-radius: 8px; position: relative; }
.audio-default .time-scale .slider-fill { background: rgba(0,0,0,0.3); height: 5px; border-radius: 8px; position: absolute; z-index: 1; }
.audio-default .time-scale .slider-preloader { background: rgba(0,0,0,0.2); height: 5px; border-radius: 8px; position: absolute; cursor: pointer; }
.audio-default .play-pause-btns { height: 71px; width: 179px; margin: 0 auto; }
.audio-default .play-pause-btns .backward, .audio-default .play-pause-btns .forward { height: 17px; width: 29px; position: relative; margin-top: 28px; }
.audio-default .play-pause-btns .backward:before, .audio-default .play-pause-btns .forward:before { height: 17px; width: 29px; position: absolute; left: 0; top: 0; content: ''; }
.audio-default .play-pause-btns .backward:before { background: url('../img/audio_btns_l.png') no-repeat center; }
.audio-default .play-pause-btns .forward:before { background: url('../img/audio_btns_r.png') no-repeat center; }
.audio-default .play-pause-btns > button { border: 0; outline: none; margin-top: 0; }
.audio-default .play-pause-btns .play-btn, .audio-default .play-pause-btns .stop-btn { width: 71px; height: 71px; position: relative; }
.audio-default .play-pause-btns .play-btn:before, .audio-default .play-pause-btns .stop-btn:before { content: ''; width: 71px; height: 71px; position: absolute; top: 0; left: 0; }
.audio-default .play-pause-btns .play-btn:before { background: url('../img/play_pause_ico.png') no-repeat 0 0; }
.audio-default .play-pause-btns .stop-btn:before { background: url('../img/play_pause_ico.png') no-repeat 0 -71px; }
.audio-default .play-pause-btns .loading { background: #fff url('../img/preloader.gif') no-repeat center; border-radius: 50%; cursor: default; }
.audio-default .play-pause-btns button.loading:hover { opacity: 1; }
.audio-default .play-pause-btns > button:hover { opacity: 0.8; }


/* User avatars */
.user-ava-sm { width: 25px; height: 25px; }
.user-ava-m { width: 35px; height: 35px; }
.user-ava-xm { width: 42px; height: 42px; }

/* User avatars > borders */
.border-1-white { border: 2px solid #fff; }
.border-2-gray { border: 2px solid #d2d2d2; }

/* Vertical scrollbar */
.scrollbar { overflow: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; }

/* Info panel*/
.panel-info .c-inner { border: 1px solid #CBCBCB; border-radius: 4px; padding: 0px 14px 0px 16px; position: relative; box-shadow: none; }
.panel-info .close-panel { position: absolute; background: url('../img/close.png') no-repeat center; width: 20px; height: 20px; right: 14px; top: 20px; cursor: pointer; }
.panel-info p { color: #929292; font-size: 11pt; padding: 20px 40px 20px 0; margin: 0; }

/* Gradients */
.grad_1 { background: #f9f9f9; /* Old browsers */ background: -moz-linear-gradient(top, #f9f9f9 0%, #ebfbfa 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ebfbfa)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f9f9f9 0%,#ebfbfa 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f9f9f9 0%,#ebfbfa 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f9f9f9 0%,#ebfbfa 100%); /* IE10+ */ background: linear-gradient(to bottom, #f9f9f9 0%,#ebfbfa 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ebfbfa',GradientType=0 ); /* IE6-9 */ }


/* Medal and achievements icons */
.medal-ico1 { background: url('../img/coinsmall-2x.png') no-repeat 0 center; padding-left: 60px !important; }


/* Modal Windows */
.modal-window { background: #fff; position: fixed; left: 50%; top: 9em; z-index: 99; border-radius: 4px; }
.close-modal { background: url('../img/closeoverlay.png') no-repeat 0 0; width: 23px; height: 23px; position: fixed; right: 39px; top: 36px; border: 0; z-index: 99; outline: 0; }

/* ======= BOOTSTRAP ========= */
::-webkit-input-placeholder { font-size: 14px; color: #8f8f8f; }

:-moz-placeholder { font-size: 14px; color: #8f8f8f; }

::-moz-placeholder { font-size: 14px; color: #8f8f8f; }

:-ms-input-placeholder { font-size: 14px; color: #8f8f8f; }
button { outline: 0; }
button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input, select, textarea { width: 100%; }
button, input { *overflow: visible; line-height: normal; }
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

label { display: block; margin-bottom: 5px; }
textarea { height: auto; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { display: inline-block; height: 36px; font-size: 14px; line-height: 20px; color: #666; border-radius: 4px; vertical-align: middle; background-color: #fff; border: 1px solid #cccccc; text-indent: 6px; margin-bottom: 5px; padding: 4px 8px; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { -webkit-transition: background linear .2s; -moz-transition: background linear .2s; -o-transition: background linear .2s; transition: background linear .2s; -webkit-transition: border-color linear .2s; -moz-transition: border-color linear .2s; -o-transition: border-color linear .2s; transition: border-color linear .2s; }

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { background: #fff; outline: 0; outline: thin dotted \9; border-color: #05D5BF; }
textarea { text-indent: 0px; }
.btn { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; height: 36px; padding: 0 10px; margin-bottom: 0; font-size: 14px; line-height: 20px; text-align: center; vertical-align: middle; cursor: pointer; color: #333333; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border: 1px solid #cccccc; *border: 0; border-bottom-color: #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; *margin-left: .3em; /*  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/ }
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; }
.btn:active,
.btn.active { background-color: #cccccc \9; }
.btn:first-child { *margin-left: 0; }
.btn:hover,
.btn:focus { color: #333333; text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
.btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn.active,
.btn:active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); }
.btn.disabled,
.btn[disabled] { cursor: default; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

/* Button primary */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active { color: rgba(255, 255, 255, 0.75); }
.btn-primary { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #00af9c; background-image: -moz-linear-gradient(top, #05d5bf, #00af9c); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#05d5bf), to(#00af9c)); background-image: -webkit-linear-gradient(top, #05d5bf, #00af9c); background-image: -o-linear-gradient(top, #05d5bf, #00af9c); background-image: linear-gradient(to bottom, #05d5bf, #00af9c); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05d5bf', endColorstr='#00af9c', GradientType=0); border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #0044cc; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] { color: #ffffff; background-color: #00af9c; *background-color: #00af9c; }
.btn-primary:active,
.btn-primary.active { background-color: #00af9c \9; }


.btn + .btn { margin-left: 8px; }
.btn-link { background: transparent none; border: 0; }

/* Button */
.lbtn { border-radius: 4px; padding: 18px 5px 17px; border: 0; color: #fff; font-size: 17px; position: relative; overflow: hidden; outline: 0; }
.lbtn:after { content: ''; background-color: rgba(0,0,0,0); -webkit-transition: background-color linear .2s; -moz-transition: background-color linear .2s; -o-transition: background-color linear .2s; transition: background-color linear .2s; }
.lbtn > span { position: relative; z-index: 2; }
.lbtn:hover:after { content: ''; background-color: rgba(0,0,0,.3); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; }

/* Btn icons */
.lbtn.facebook { position: relative; }
.lbtn.facebook .ico { background: url('../img/facebook.png') no-repeat 0 0; width: 12px; height: 24px; position: absolute; left: 20px; top: 50%; margin-top: -12px; z-index: 2; }

/* Bg colors */
.blue { background-color: #4a80e2; }
.cyan { background-color: #0bdac4; }
.green { background-color: #3de285; }
.transparent { background-color: transparent; }

/* ================ */

/* Buttons */
button.btn > i { display: inline-block; vertical-align: middle; }
/* Buttons > icons */
.hearth-ico { background: url('../img/likeon.png') no-repeat 0 0; background-size: cover; width: 22px; height: 19px; }
.btn .hearth-ico { background-image: url('../img/like-off.png'); }
.btn.active .hearth-ico { background-image: url('../img/likeon.png'); }

/* Heplful */
.img-radius { position: relative; border-radius: 50%; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; }
.b-box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ellipsis { overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.pull-left { float: left; }
.pull-right { float: right; }
.ov-hidden { overflow: hidden; }
.dib-va { display: inline-block; vertical-align: middle; }
.table { display: table; }
.table-row { display: table-row; }
.table-cell { display: table-cell; }
.text-center { text-align: center; }
.vam { position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

/* FOOTER */
.footer { text-align: center; font-size: 10pt; /*margin-top: 40px;*/ padding: 20px 1em 10px; height: 60px; }
.footer span { color: #9B9B9B; }
.footer a { margin-right: 20px; }

.flu { display: inline-block; }
.flu:first-letter { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }

/* MEDIA QUERY */
@media screen and (max-width: 340px) {
.header .h-btn .users {max-width:65px; text-overflow:inherit;}
.header .h-btn .users .user-ava-sm {margin:0 20px 0 9px;}
.col-xs.header .fahlo-logo {padding-left: .8em!important;}
.h-btn .get-app-link {max-width: 108px;}
.logout {right: 20%;}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
	.fahlo-logo .logo-img { background-image: url('../img/crown_white-2x.png'); }
	.hearth-ico { background-image: url('../img/likeon-2x.png'); }
	.btn .hearth-ico, .btn .hearth-ico { background-image: url('../img/like-off-2x.png'); }
	.btn.facebook .ico { background-image: url('../img/facebook.png@2x.png'); }
	.close-modal { background-image: url('../img/closeoverlay-2x.png');  background-size: contain; }
	.panel-info .close-panel { background-image: url('../img/close-2x.png'); background-size: contain; }
	.premium-section { background-image: url('../img/blur-2x.png'); }
}