/* global */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.05em;
	background-color: #f0f0f0;
	/*touch-action: none;*/
	/*overscroll-behavior: contain;*/
}
h1, h2, h3, h4, h5, h6, figure, p {
	margin: 0;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	color: #fff;
}
hr {
	border: 0;
	border-top: 1px solid #dcdcdc;
}
img {
	vertical-align: middle;
}
figure img {
	width: 100%;
	max-width: 100%;
}
input,
textarea {
	border: 0;
	width: 100%;
	height: 40px;
	background-color: #fff;
	padding: 5px 10px;
}
button {
	line-height: 1;
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: center;
	-webkit-transition: background-color .3s ease;
	   -moz-transition: background-color .3s ease;
	    -ms-transition: background-color .3s ease;
	     -o-transition: background-color .3s ease;
	        transition: background-color .3s ease;
	        transition: background-color .3s ease;
}
button:hover,
button:focus,
button:active {
	outline: none;
}
.btn-primary {
	background-color: #009696;
	color: #fff;
	border-radius: 3px;
}
.btn-secondary {
	background-color: #787878;
	color: #fff;
	border-radius: 3px;
}
.btn:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
.list-unstyled {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body.modal-open,
body.navbar-active {
	overflow: hidden;
}
.container {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.row:after {
	content: '';
	display: table;
	clear: both;
}
.container,
.col {
	padding-left: 10px;
	padding-right: 10px;
}
#main {
	position: relative;
	left: 0;
	padding-top: 60px;
}
#header,
#main,
#nav-search {
	-webkit-transition: right .3s ease, left .3s ease;
	   -moz-transition: right .3s ease, left .3s ease;
	    -ms-transition: right .3s ease, left .3s ease;
	     -o-transition: right .3s ease, left .3s ease;
	        transition: right .3s ease, left .3s ease;
}
#navbar {
	padding: 67px 20px;
	background-color: #505050;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -300px;
	width: 300px;
	overflow-y: auto;
	-webkit-transition: right .3s ease;
	   -moz-transition: right .3s ease;
	    -ms-transition: right .3s ease;
	     -o-transition: right .3s ease;
	        transition: right .3s ease;
}
#navbar .list-unstyled li a {
	display: block;
	font-size: 12px;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #646464;
	padding-left: 53px;
	position: relative;
	-webkit-transition: background-color .5s ease;
	   -moz-transition: background-color .5s ease;
	    -ms-transition: background-color .5s ease;
	     -o-transition: background-color .5s ease;
	        transition: background-color .5s ease;
}
#navbar .list-unstyled li a:hover {
	background-color: #646464;
}
#navbar .list-unstyled li a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 207px;
	margin: auto;
}
/* navbar-active */
.navbar-active #navbar {
	right: 0;
}
.navbar-active #header,
.navbar-active #main {
	left: -300px;
	right: 300px;
}
.navbar-active #sortable-btn {
	display: none;
}
/* header style */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
#header-nav {
	background-color: #fff;
	text-align: right;
}
.logo {
	display: block;
	float: left;
	width: 54px;
	height: 60px;
	padding: 10px 7px;
}
.logo img {
	height: 100%;
	width: auto;
}
#header-nav button {
	width: 61px;
	height: 60px;
	border-left: 1px solid #f0f0f0;
	margin-left: -5px;
	vertical-align: top;
}
.navbar-active #nav_menu-btn,
.sort-active #sortable-btn {
	background-color: #000;
}
#nav-search {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	position: relative;
	margin: 14px 15px 14px 0;
}
#nav-search input {
	border: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background-color: #e6e6e6;
	padding: 0 65px 0 11px;
}
#nav-search input:focus {
	outline: none;
	background-color: #eeeeee;
}
#nav-search button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: transparent;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
/* sortable-action */
.sortable-action {
	position: fixed;
	left: 40px;
	right: 40px;
	bottom: 10px;
	display: none;
}
.sortable-action button {
	background-color: #e6e6e6;
	width: 100%;
	margin-bottom: 5px;
	height: 25px;
}
.sortable-action button.disabled {
	cursor: not-allowed;
	box-shadow: none;
	opacity: .4;
	filter: alpha(opacity=40);
	outline: none;
}
.sortable-action button:before {
	content: '';
	width: 13px;
	height: 13px;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.sortable-action button#scroll-up:before {
	border-left: 1px solid #595959;
	border-top: 1px solid #595959;
	margin-top: 10px;
}
.sortable-action button#scroll-down:before {
	border-right: 1px solid #595959;
	border-bottom: 1px solid #595959;
	margin-bottom: 5px;
}
/*main style*/
.page-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 30px 0 32px;
	color: #505050;
}
.sheet-item {
	display: block;
	transition: opacity 0.5s ease;
	position: relative;
}
.sheet-list .col {
	margin-bottom: 42px;
}
.sheet-list .sheet-item:hover {
	opacity: 0.8;
}
.sheet-label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: transparent url('../img/lockbutton-icons.png') -500px -500px no-repeat;
	background-size: 100% auto;
}
.public .sheet-label {
	background-position: left bottom;
}
.privacy .sheet-label {
	background-position: left center;
}
.locked .sheet-label {
	background-position: left top;
}
.thumbnails {
	margin-bottom: 9px;
}
.thumbnails:after {
	content: '';
	display: table;
	clear: both;
}
.thumbnails .thumb {
	position: relative;
	width: 33.33333333%;
	float: left;
	background-position: center center;
    background-size: 100% auto;
}
.thumbnails .thumb:before {
	content: '';
	display: block;
	padding-top: 50%;
}
.sheet-item .caption {
	padding-left: 11px;
	border-left: 1px solid #dcdcdc;
}
.sheet-item h3 {
	font-size: 12px;
	color: #282828;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 4px;
}
.sheet-item time {
	display: block;
	color: #a0a0a0;
	width: 100%;
	font-size: 10px;
}
.sheet-item.special .thumb {
	width: 100%;
}
.sheet-item.special .thumb:before {
	content: '';
	display: block;
	padding-top: 16.6666667%;
	background-position: center center;
    background-size: 100% auto;
}
.sheet-item.empty .thumbnails:before {
	content: '';
	display: block;
	padding-top: 16.6666667%;
	background-image: url(../img/default-image.jpg);
	background-position: center center;
    background-size: 100% auto;
}
.btn-addsheet {
	display: block;
	width: 100%;
	position: relative;
	background-color: #fff;
	transition: background-color 0.5s ease;
	padding-top: 16.666666%;
}
.btn-addsheet:hover {
	background-color: #000;
}
.btn-addsheet img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/*sheet styles*/
.bookmark-list .sheet-label {
	width: 60px;
	height: 60px;
	top: 60px;
}
.bookmark-list #sortableEl .col {
	margin-bottom: 20px;
}
.bookmark-card {
	background-color: #fff;
}
.bookmark-card .card-link{
	display: block;
}
.bookmark-card .card-thumb{
	position: relative;
	padding-top: 50%;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}
/*.bookmark-card .card-thumb img{
	transform: translateZ(0);
	width: calc(100% + 0.49px);
	transition: opacity 0.5s ease;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}*/
.bookmark-card .card-thumb .video-play-btn{
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: transparent;
	background-position: center center;
	background-image: url('../img/video-player-btn.png');
	background-size: 100% auto;
}
.bookmark-card .card-thumb:hover img{
	opacity: 0.8;
}
.bookmark-card .card-body{
	padding: 20px 20px 0;
}
.bookmark-card figcaption{
	color: #009696;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	width: 100%;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bookmark-card figcaption a{
	color: #009696;
}
.bookmark-card .description {
	height: 96px;
	color: #3c3c3c;
	font-size: 10px;
	line-height: 16px;
	margin: 0;
	overflow: hidden;
}
.card-actions:after{
	content: ' ';
	display: block;
	clear: both;
}
.card-actions .btn {
	display: block;
	width: 50%;
	float: left;
	line-height: 56px;
}
.card-actions .btn img {
	height: 17px;
	width: auto;
}
/*.locked .card-actions .btn {
	width: 100%;
}*/
/*modals styles*/
.modal{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	background-color: rgba(0,0,0,0.5);
}
.modal-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 100%;
	padding: 40px 0;
	align-items: center;
	justify-content: center;
	overflow-y: auto;
}
.modalbox {
	width: 600px;
	max-width: 100%;
	background-color: #f0f0f0;
	color: #282828;
	letter-spacing: 0;
	border-radius: 5px;
	overflow: hidden;
	margin: auto;
	pointer-events: all;
	font-size: 12px;
	position: relative;
}
.modalbox-header {
	background-color: #ffffff;
	padding-right: 50px;
}
.modalbox-header h4 {
	font-size: 14px;
	font-weight: 400;
	height: 60px;
	line-height: 60px;
}
.modalbox-header h4 img {
	margin: -2px 20px 0;
}
.btn-close-modal {
	width: 60px;
	height: 60px;
	background-image: url('../img/iclose.png');
	background-position: center top;
	position: absolute;
	top: 0;
	right: 0;
}
.modalbox-body {
	padding: 40px 30px;
	text-align: center;
}
.modalbox-body .content {
	line-height: 21px;
	margin-bottom: 40px;
}
.modalbox-body .btn {
	width: 260px;
	height: 50px;
	font-size: 14px;
}
/*modal form*/
.modal-form {}
.modal-form label,
.modal-form span {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	line-height: 26px;
}
.error {
	color: #cc0000;
	font-size: 12px;
	margin-top: 10px;
	display: block;
	text-align: center;
}
form .error {
	display: none;
	margin-top: 0;
}
form .has-error .error {
	display: inline-block;
}
.hidden {
	display: none;
}
.note {
	color: #e64673;
	font-size: 10px;
}
.input-group {
	text-align: left;
	margin-bottom: 40px;
}
.input-group:after {
	content: '';
	display: table;
	clear: both;
}
.input-group > label {
	float: left;
	width: 100px;
	line-height: 40px;
}
.form-control {
	position: relative;
}
.multi-control .form-control {
	width: 420px;
	max-width: 100%;
	float: right;
}
.pub_opt {
	clear: both;
	padding-top: 26px;
}
.pub_opt:after {
	content: '';
	display: table;
	clear: both;
}
.form-control textarea {
	height: 160px;
	resize: none;
}
.form-control > label {
	position: absolute;
	top: -26px;
}
.form-control > label span {
	margin-right: 6px;
}
.form-control input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border: 1px solid #787878;
	border-radius: 3px;
	margin-top: 10px;
	margin-right: 6px;
	background-color: #dcdcdc;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: background-color 0.3s ease;
}
.form-control input[type="checkbox"]:focus {
	outline: none;
}
.form-control input[type="checkbox"]:checked {
	background-color: #009696;
}
.form-control input[type="checkbox"] + label {
	position: static;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin-top: 7px;
}
.page-register .form-control .note,
.page-register .form-control img {
	display: inline-block;
	margin-top: 16px;
}
.modal-form hr {
	margin: 0 0 39px;
}
.input-file {
	position: relative;
}
.input-file label {
	width: 140px;
	line-height: 40px;
	text-align: center;
}
.input-file input[type="file"] {
	width: 140px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.input-file input[type="text"] {
	border: none;
	background: transparent;
	vertical-align: middle;
	font-size: 10px;
	color: #787878;
	padding-left: 14px;
	word-wrap: 250px;
	width: auto;
}
.multi-control .form-control + .form-control {
	margin-top: 40px;
}
#delete-sheet-modal .modalbox-body .btn-secondary,
#delete-bookmark-modal .modalbox-body .btn-secondary {
	margin-left: 15px;
}
#logout-modal .modalbox-body {
	min-height: 240px;
}
#settings-modal .btn {
	display: block;
	margin: 0 auto;
}
#settings-modal .modal-caller {
	margin-top: 14px;
	font-size: 12px;
}
#settings-modal .modal-caller img {
	margin-right: 12px;
}
/*small page*/
.pagesmall {
	display: table;
	width: 320px;
	height: 100%;
	padding-top: 0!important;
	margin: 0 auto;
	color: #282828;
	-webkit-transition-duration: 0;
	   -moz-transition-duration: 0;
	    -ms-transition-duration: 0;
	     -o-transition-duration: 0;
	        transition-duration: 0;
}
.pagesmall.page-register {
	padding-top: 40px !important;
	padding-bottom: 40px;
}
.pagesmall .container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 15px;
}
.pagesmall .logo {
	width: auto;
	float: none;
	display: inline;
	padding: 0;
	margin-bottom: 15px;
}
.pagesmall .page-title {
	color: #282828;
	font-size: 14px;
	padding: 0;
	margin-bottom: 70px;
}
.pagesmall .page-title img {
	margin-right: 5px;
}
.pagesmall a {
	color: #282828;
}
.pagesmall a img {
	margin-right: 10px;
}
.pagesmall .form-control {
	margin-bottom: 40px;
	text-align: left;
}
.pagesmall .btn {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.social-login {
	text-align: left;
}
.social-login a {
	vertical-align: bottom;
}
.social-login a + a {
	margin-left: 8px;
}
.social-login a img {
	margin-right: 0;
}
.page-notfound .logo {
	margin-bottom: 25px;
}
.page-notfound .page-content {
	margin-bottom: 20px;
}
.page-notfound p {
	margin-bottom: 5px;
}
.page-login hr {
	margin: 15px 0 36px;
}
.page-login .btn-primary {
	margin-bottom: 15px;
	margin-top: -12px;
}
.page-login a.btn img {
	width: 18px;
}
.page-register hr {
	margin: -6px 0 36px;
}
#howto {
	margin-top: 64px;
}
#howto a {
	text-decoration: underline;
	color: #009696;
	font-size: 18px;
	letter-spacing: 2px;
}
#howto a:hover {
	text-decoration: none;
}

/*sortable*/
.sortable-ghost .sheet-item,
.sortable-ghost .bookmark-card {
	background-color: rgba(255,255,255,.5);
}
.sortable-ghost .sheet-item > *,
.sortable-ghost .bookmark-card > * {
	visibility: hidden;
}
@media (min-width: 768px) {
	.col {
		float: left;
		width: 33.3333333%;
	}
	.sheet-list .col {
		padding-left: 25px;
		padding-right: 25px;
	}
	.sheet-list .row {
		margin-left: -25px;
		margin-right: -25px;
	}
	#nav_menu-btn .bookmark-list #sortableEl .col { width: 22px; }
	#nav_settings-btn img { width: 26px; }
	#sortable-btn {
		display: none;
	}
	#nav-search {
		width: 320px;
		height: 32px;
	}
	.sheet-label {
		width: 35px;
		height: 35px;
	}
	.btn-addsheet img {
		width: 20px;
	}
	#add-sheet-modal .modalbox-header h4 img { width: 20px; }
	#settings-modal .modalbox-header h4 img,
	#delete-sheet-modal .modalbox-header h4 img,
	#delete-bookmark-modal .modalbox-header h4 img { width: 26px; }
	#delete-sheet-modal .modalbox-body .btn,
	#delete-bookmark-modal .modalbox-body .btn { width: 185px; }
	#add-sheet-modal .modalbox-body .input-group { margin-bottom: 50px; }
	#settings-modal .btn-primary,
	#edit-modal .btn-primary { margin-top: -12px; }
}
@media (min-width: 992px) {
	.sheet-label {
		width: 50px;
		height: 50px;
	}
	.bookmark-list .sheet-label {
		width: 80px;
		height: 80px;
	}
	.bookmark-list #sortableEl .col {
		width: 25%;
	}
}
@media (max-width: 767px) {
	.row {
		margin-left: -40px;
		margin-right: -40px;
	}
	.container,
	.col {
		padding-left: 40px;
		padding-right: 40px;
	}
	#main {
		padding-top: 140px;
	}
	.bookmark-list {
		padding-bottom: 90px;
	}
	.navbar-active #nav-search {
		right: 300px;
		left: -300px;
	}
	.logo {
		width: 140px;
		height: 140px;
		padding: 10px;
	}
	#header {
		border-bottom: 1px solid #f0f0f0;
	}
	#header-nav button {
		width: 141px;
		height: 140px;
	}
	#nav-search {
		margin: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 170px;
		padding: 29px 40px;
		background-color: #fff;
		font-size: 20px;
		border-top: 1px solid #f0f0f0;
	}
	#nav-search input {
		padding-right: 150px;
	}
	#nav-search button {
		width: 140px;
		height: 111px;
		top: 29px;
		right: 40px;
	}
	.page-title {
		font-size: 26px;
		padding: 44px 0 50px;
	}
	.sheet-list .col {
		margin-bottom: 50px;
	}
	.sheet-label {
		width: 50px;
		height: 50px;
	}
	.bookmark-list .page-title {
		text-align: center;
	}
	.bookmark-list #sortableEl .col {
		margin-bottom: 40px;
	}
	.bookmark-list .sheet-label {
		top: 140px;
	}
	.pagesmall .btn {
		height: 80px;
		font-size: 25px;
	}
	/* sort-active */
	.sort-active {
		-webkit-touch-callout: none !important;
	}
	.sort-active a {
		-webkit-user-select: none !important;
	}
	.sort-active #nav_menu-btn,
	.sort-active #nav_settings-btn,
	.sort-active #nav-search,
	.sort-active .btn-addsheet,
	.sort-active .bookmark-card .description,
	.sort-active .bookmark-card .card-actions,
	.sort-active .lock-button {
		display: none;
	}
	.sort-active .sortable-action {
		display: block;
	}
	.sort-active .page-title {
		position: fixed;
		top: 0;
		left: 140px;
		right: 140px;
		text-align: center;
		padding: 0;
		height: 140px;
		overflow: hidden;
		line-height: 140px;
		z-index: 9999;
	}
	.sort-active #sortableEl {
		position: fixed;
		top: 185px;
		left: 40px;
		right: 40px;
		bottom: 40px;
		overflow-y: auto;
		margin: 0;
		padding-right: 16px;
	}
	.sort-active .sortable-dragging#sortableEl {
		touch-action: none;
	}
	.sort-active #sortableEl::-webkit-scrollbar {
		width: 12px;
	}
	.sort-active #sortableEl::-webkit-scrollbar-track {
		background-color: #e6e6e6;
	}
	.sort-active #sortableEl::-webkit-scrollbar-thumb {
		background-color: #a9a9a9;
	}
	.sort-active #sortableEl .col {
		padding: 0;
	}
	.sort-active #sortableEl li:last-child,
	.sort-active .bookmark-card figcaption {
		margin-bottom: 0;
	}
	.sort-active .bookmark-card .card-body {
		padding: 5px 20px;
	}
}
@media (min-width: 640px) {
	.bookmark-card .card-draghandle {
		display: none;
	}
}
@media (max-width: 639px) {
	input {
		height: 70px;
	}
	.btn-close-modal {
		width: 140px;
		height: 140px;
		background-position: center bottom;
		background-size: 100% auto;
	}
	.modal-wrapper {
		display: block;
		padding: 0;
	}
	.modalbox {
		width: 100%;
		height: 100%;
		height: calc(100% - 80px);
		display: table;
		border-radius: 0;
		/*padding-top: 80px;*/
		top: 80px;
	}
	.modalbox-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		padding-right: 80px;
	}
	.modalbox-header h4 {
		height: 140px;
		line-height: 140px;
		font-size: 24px;
		font-weight: 700;
	}
	.modalbox-body {
		display: table-cell;
		vertical-align: middle;
		padding: 30px 40px;
	}
	.modal-form hr {
		margin-bottom: 0;
		margin-top: 60px;
	}
	.input-group,
	.modalbox-body .content {
		margin-bottom: 0;
	}
	.input-group > label {
		float: none;
		width: 100%;
		font-size: 24px;
		line-height: 70px;
	}
	.multi-control .form-control {
		width: 100%;
	}
	.modalbox-body .btn {
		width: 300px;
		height: 80px;
		font-size: 25px;
		letter-spacing: 0.1em;
		margin-top: 60px;
	}
	#delete-sheet-modal .modalbox-body .btn,
	#delete-bookmark-modal .modalbox-body .btn {
		width: 180px;
	}
	.form-control > label {
		font-size: 20px;
	}
	.multi-control .form-control + .form-control {
		margin-top: 70px;
	}
	.multi-control .form-control > label {
		top: -35px;
	}
	#settings-modal .btn-primary {
		margin-top: 60px;
	}
	.sort-active #sortableEl .col {
		margin-bottom: 20px;
	}
	.sort-active .bookmark-card .card-link {
		position: relative;
	}
	.bookmark-card .card-draghandle {
		display: none;
	}
	.sort-active .bookmark-card .card-draghandle {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 50px;
		background-color: #ffffff;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		align-items: center;
		justify-content: center;
	}
	.sort-active .bookmark-card .card-draghandle img {
		width: 15px;
	}
	.sort-active .bookmark-card .card-thumb {
		width: 50px;
		height: 50px;
		padding-top: 0;
		text-align: center;
		float: left;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}
	.sort-active .bookmark-card .card-thumb img {
		height: 50px;
		max-width: none;
		width: auto;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		     -o-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.sort-active .bookmark-card .card-body {
		overflow: hidden;
		padding: 0 50px 0 20px;
	}
	.sort-active .bookmark-card figcaption {
		margin: 0;
		line-height: 50px;
		height: 50px;
	}
	.sort-active .bookmark-card .card-thumb .video-play-btn {
		background-size: auto 100%;
	}
}
@media (max-width: 480px){
	.row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.container,
	.col {
		padding-left: 20px;
		padding-right: 20px;
	}
	#navbar {
		width: 280px;
		right: -280px;
	}
	.navbar-active #navbar {
		right: 0;
	}
	.navbar-active  #header,
	.navbar-active  #main,
	.navbar-active  #nav-search {
		left: -280px;
		right: 280px;
	}
	#main {
		padding-top: 50px;
	}
	.bookmark-list {
		padding-bottom: 45px;
	}
	.logo {
		width: 50px;
		height: 50px;
		padding: 5px;
	}
	#header-nav button {
		width: 51px;
		height: 50px;
	}
	#sortable-btn img {
		width: 16px;
	}
	#nav_menu-btn img {
		width: 15px;
	}
	#nav_settings-btn img {
		width: 17.5px;
	}
	#nav-search {
		height: 60px;
		padding: 10px 20px;
		font-size: 10px;
	}
	#nav-search input {
		padding-right: 75px;
	}
	#nav-search button {
		width: 70px;
		height: 39px;
		top: 10px;
		right: 20px;
	}
	.page-title {
		font-size: 13px;
		padding: 22px 0 25px;
	}
	.sheet-list .col {
		margin-bottom: 25px;
	}
	.sheet-label {
		width: 40px;
		height: 40px;
	}
	.bookmark-list .sheet-label {
		width: 40px;
		height: 40px;
		top: 50px;
	}
	.bookmark-list #sortableEl .col {
		margin-bottom: 20px;
	}
	.sortable-action {
		left: 20px;
		right: 20px;
	}
	.pagesmall .btn {
		height: 40px;
		font-size: 12.5px;
	}
	input {
		height: 35px;
	}
	.btn-close-modal {
		width: 50px;
		height: 50px;
	}
	.modal-wrapper {
		display: block;
		padding: 0;
	}
	.modalbox {
		height: calc(100% - 40px);
		/*padding-top: 40px;*/
		top: 40px;
	}
	.modalbox-header {
		padding-right: 40px;
	}
	.modalbox-header h4 {
		height: 50px;
		line-height: 50px;
		font-size: 12px;
	}
	.modalbox-body {
		padding: 20px;
	}
	.modal-form hr {
		margin-bottom: 0;
		margin-top: 30px;
	}
	.input-group,
	.modalbox-body .content {
		margin-bottom: 0;
	}
	.input-group > label {
		font-size: 12px;
		line-height: 35px;
		margin-bottom: 12px;
	}
	.multi-control .form-control {
		width: 100%;
	}
	.modalbox-body .btn {
		width: 150px;
		height: 40px;
		font-size: 12.5px;
		margin-top: 30px;
	}
	#delete-sheet-modal .modalbox-body .btn,
	#delete-bookmark-modal .modalbox-body .btn {
		width: 90px;
	}
	.form-control > label {
		font-size: 10px;
	}
	.multi-control .form-control + .form-control {
		margin-top: 35px;
	}
	.multi-control .form-control > label {
		top: -26px;
	}
	#settings-modal .btn-primary {
		margin-top: 30px;
	}
	.modalbox-header h4 img {
		margin: -3px 13px 0 !important;
	}
	#add-sheet-modal .modalbox-header h4 img {
		width: 14px;
	}
	#change-password-sucess-modal .modalbox-header h4 img,
	#change-password-modal .modalbox-header h4 img {
		width: 10px;
	}
	#edit-modal .modalbox-header h4 img,
	#exit-modal .modalbox-header h4 img,
	#settings-modal .modalbox-header h4 img,
	#delete-sheet-modal .modalbox-header h4 img,
	#delete-bookmark-modal .modalbox-header h4 img {
		width: 17.5px;
	}
	.sort-active .page-title {
		left: 50px;
		right: 50px;
		line-height: 50px;
		height: 50px;
	}
	.sort-active #sortableEl {
		left: 20px;
		right: 20px;
		bottom: 20px;
		top: 75px;
	}
	.sort-active #sortableEl .col {
		margin-bottom: 10px;
	}
	.sort-active .sheet-label {
		position: fixed;
	}
	.btn-addsheet img {
		width: 20px;
	}
}
@media (min-width: 768px) and (max-width: 1250px) {
	.bookmark-list.public .page-title,
	.bookmark-list.privacy .page-title,
	.bookmark-list.locked .page-title {
		padding-left: 55px;
	}
}
@media (min-width: 641px) and (max-width: 991px) {
	.bookmark-list .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.bookmark-list .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.bookmark-list #sortableEl .col {
		float: left;
		width: 33.3333333%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
}
