/*-----------------------------------------------------------------------------------
	Writer
	About: A shiny new Blocs website.
	Author: AnasHyeee
	Version: 2.00
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'FZDBSJW--GB1-0';
	src: url('./fonts/FZDBSJW--GB1-0/%E6%96%B9%E6%AD%A3%E5%A4%A7%E6%A0%87%E5%AE%8B%E7%AE%80%E4%BD%93.ttf');
	src: url('./fonts/FZDBSJW--GB1-0/%E6%96%B9%E6%AD%A3%E5%A4%A7%E6%A0%87%E5%AE%8B%E7%AE%80%E4%BD%93.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'TsangerYuYangT-W03';
	src: url('./fonts/TsangerYuYangT-W03/%E4%BB%93%E8%80%B3%E6%B8%94%E9%98%B3%E4%BD%93W03.ttf');
	src: url('./fonts/TsangerYuYangT-W03/%E4%BB%93%E8%80%B3%E6%B8%94%E9%98%B3%E4%BD%93W03.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}
/* Dividers */

.b-divider-dashed{
	border-top:1px dashed rgba(0,0,0,.1);
	border-bottom:1px dashed rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}


/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}
.text-justify{
	text-align: justify;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-weight:500;
	color:var(--swatch-var-7020)!important;
}
.container{
	max-width:1280px;
}
h1{
	font-size:42px;
	line-height:56px;
}
h2{
	font-size:34px;
	line-height:44px;
}
h3{
	font-size:26px;
	line-height:36px;
}
h4{
	font-size:24px;
	line-height:34px;
}
h5{
	font-size:20px;
	line-height:30px;
}
h6{
	font-size:16px;
	line-height:26px;
}
p{
	font-size:17px;
	color:var(--swatch-var-7951)!important;
	line-height:29px;
}
.p-md{
	font-size:16px;
	line-height:26px;
}
.p-sm{
	font-size:15px;
	line-height:25px;
}
.display-md{
	font-size:60px;
	line-height:70px;
}
.text-uppercase{
	text-transform:uppercase;
}
.text-bold{
	font-weight:bold;
}
.text-center{
	text-align:center;
}
.pencil-post-footer{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:12px;
	row-gap:14px;
	flex-wrap:wrap;
}
.pencil-profile{
	width:32px;
	height:auto;
}
.pencil-heading{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:4px;
	row-gap:8px;
	flex-wrap:wrap;
}
.display-xs{
	font-size:28px;
	line-height:38px;
}
.tital-post{
	text-decoration:none;
	color:var(--swatch-var-7020)!important;
	text-transform:none;
	font-size:23px;
	line-height:33px;
	font-weight:600;
}
.tital-post:hover{
	text-decoration:none;
	color:var(--swatch-var-7951)!important;
}
.bloc-divider-b-fill{
	fill:transparent;
}
.bloc-divider-b-bloc-2-fill{
	fill:var(--swatch-var-4629);
}
.img-lg{
	width:84px;
	height:auto;
}
.iconstyle{
	font-size:20px;
	color:var(--swatch-var-7951)!important;
}
.iconstyle:hover{
	color:var(--swatch-var-2374)!important;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-4629);
}
.imagestyle{
	height:250px;
	width:100%;
}
.text-link-02{
	text-decoration:none;
	color:var(--swatch-var-4629)!important;
	text-transform:none;
}
.text-link-02:hover{
	text-decoration:none;
	color:var(--swatch-var-5583)!important;
}
.text-link-01{
	text-decoration:none;
	color:var(--swatch-var-7020)!important;
	text-transform:none;
}
.text-link-01:hover{
	text-decoration:none;
	color:var(--swatch-var-7951)!important;
}
.divider-background-color{
	background-color:var(--swatch-var-1166);
	margin-top:20px;
	margin-bottom:22px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:27px;
}
.menu-link{
	color:var(--swatch-var-7951)!important;
	font-weight:normal;
	background-color:var(--swatch-var-684);
	font-size:17px;
	line-height:27px;
	border-width:1px 1px 1px 1px;
	border-radius:8px 8px 8px 8px;
	border-style:solid;
	border-color:var(--swatch-var-684)!important;
	padding:4px 10px 4px 10px;
	text-align:center;
}
.menu-link:hover{
	color:var(--swatch-var-2374)!important;
	background-color:var(--swatch-var-684);
}
.bloc-divider-b-0-fill{
	fill:var(--swatch-var-7879);
	width:100%;
	height:0px;
}
.divider-bloc-2-background-color{
	background-color:var(--swatch-var-4819);
}
.button-tag{
	border-width:0px 0px 0px 0px;
	border-radius:18px 18px 18px 18px;
	padding:6px 16px 6px 16px;
	background-color:var(--swatch-var-684);
	font-size:17px;
	line-height:27px;
}
.button-tag:hover{
	background-color:var(--swatch-var-684);
}
.card-auther{
	padding:28px 28px 28px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:18px 18px 18px 18px;
	background-color:var(--swatch-var-4819);
}
.dev-center{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	column-gap:8px;
}
.menustyle-brand{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
}
.post-01{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:space-between;
	margin-bottom:38px;
}
.imagestyle-02{
	height:300px;
	width:100%;
}
.logo{
	height:auto;
	width:26px;
}
.blocs-card-width{
	width:16.66666%;
}
.button-01{
	background-color:var(--swatch-var-7020);
	font-size:17px;
	color:var(--swatch-var-7879)!important;
	border-width:0px 0px 0px 0px;
	border-radius:16px 16px 16px 16px;
	padding:8px 28px 8px 28px;
}
.button-01:hover{
	background-color:var(--swatch-var-2374);
	color:var(--swatch-var-4629)!important;
	box-shadow:0.00px 6.00px 0px #000000;
}
.button-01:active{
	background-color:var(--swatch-var-2374);
}
.button-01:focus{
	background-color:var(--swatch-var-2374);
}
.imagehero{
	width:400px;
}
.imagewidthside{
	width:100%;
	height:auto;
}
.pencil-posts{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:space-between;
}
.h-scroll-button{
	background-color:var(--swatch-var-7020);
	border-width:0px 0px 0px 0px;
	border-radius:0% 0% 0% 0%;
	width:20px;
	height:auto;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.h-scroll-icon{
	stroke:var(--swatch-var-4629)!important;
	stroke-width:2;
}
.blocs-round-btn svg{
	width:16px;
	height:16px;
	stroke-width:2;
	stroke:var(--swatch-var-4629);
}
.footer-right{
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
	justify-content:flex-start;
	column-gap:14px;
}
.footer-brand{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:4px;
}
.two-post{
	grid-template-columns:1fr 1fr;
	row-gap:40px;
	column-gap:40px;
}
.pencil-post-image:hover{
	filter:saturate(2%);
	box-shadow:0.00px -0.00px 6px #D6D6D6;
}
.navbar-brand{
	color:var(--swatch-var-7020)!important;
	font-size:24px;
	font-weight:bold;
	line-height:34px;
}
.navbar-brand img{
	height:auto;
	width:36px;
	margin-top:-4px;
}
.nav-links{
	font-size:19px;
	text-transform:none;
	font-weight:500;
	color:var(--swatch-var-7020)!important;
}
.nav-icons{
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-left:14px;
	margin-top:4px;
}
.nav-links:hover{
	color:var(--swatch-var-2374)!important;
}
nav .dropdown-menu{
	padding:18px 18px 18px 18px;
	border-width:1px 1px 1px 1px;
	border-radius:8px 8px 8px 8px;
	width:200px;
	border-style:solid;
	border-color:var(--swatch-var-7020)!important;
	background-color:var(--swatch-var-1019);
}
nav .dropdown-menu .nav-link{
	color:var(--swatch-var-7020)!important;
	font-size:18px;
}
nav .dropdown-menu .nav-link:hover{
	color:var(--swatch-var-2374)!important;
}
.divider-nav{
	color:var(--swatch-var-7020)!important;
}
.nav-divider-0{
	background-color:var(--swatch-var-7020);
}
.devmargin{
	margin-bottom:14px;
	margin-top:14px;
}
.blockquote{
	border-left-width:10px;
	border-color:var(--swatch-var-7951)!important;
}
.text-thin{
	font-weight:normal;
}
.nav-list-links{
	font-size:16px;
	text-transform:none;
	font-weight:500;
	color:var(--swatch-var-7020)!important;
}
.nav-list-links:hover{
	color:var(--swatch-var-2374)!important;
}
.blocs-round-btn{
	border-width:0px 0px 0px 0px;
	border-radius:8px 8px 8px 8px;
	width:30px;
	background-color:var(--swatch-var-7020);
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.scrollToTop{
	background-color:var(--swatch-var-7020);
	border-width:0px 0px 0px 0px;
	border-radius:8px 8px 8px 8px;
	width:36px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.scroll-to-top-btn-icon{
	stroke:var(--swatch-var-4629);
	stroke-width:3;
}
.pencil-col-heading{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	row-gap:20px;
	flex-wrap:wrap;
}
.navs-controls{
	display:flex;
	flex-direction:row;
	align-items:center;
	column-gap:10px;
}
.nav-text-tital{
	color:var(--swatch-var-7020)!important;
}
.aurther-heading{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	row-gap:6px;
}
.team-cards{
	grid-template-columns:1fr 1fr 1fr 1fr;
	row-gap:40px;
	column-gap:40px;
	grid-template-rows:auto;
}
.form-control{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-7020)!important;
	color:var(--swatch-var-7951)!important;
}
.form-control:active{
	box-shadow:0.00px -0.00px 0px transparent;
}
.form-control:focus{
	box-shadow:0.00px -0.00px 0px transparent;
}
.form-control:visited{
	box-shadow:0.00px -0.00px 0px transparent;
}
.form-check-input:checked{
	background-color:var(--swatch-var-7020);
	border-color:var(--swatch-var-7020)!important;
}
.scrollToTop:hover{
	background-color:var(--swatch-var-2374);
}
.writer-post-library{
	grid-template-columns:1fr 1fr 1fr;
	row-gap:40px;
	column-gap:40px;
	grid-template-rows:auto;
}
.writer-post-group{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
	column-gap:14px;
	row-gap:8px;
}
.writer-posts{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:space-between;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-1166)!important;
}
.post-label{
	padding:4px 10px 4px 10px;
	border-width:1px 1px 1px 1px;
	border-radius:8px 8px 8px 8px;
	border-style:solid;
	border-color:var(--swatch-var-684)!important;
	background-color:var(--swatch-var-684);
	font-size:15px;
	line-height:25px;
	color:var(--swatch-var-7951)!important;
}
.writer-post-image{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-684)!important;
}
.writer-post-image:hover{
	box-shadow:0.00px 10.00px 10px #F3F3F3;
	filter:saturate(170%);
}
.writer-profile{
	width:32px;
	height:auto;
	box-shadow:0.00px -0.00px 14px #424242;
}
.writer-post-newspaper{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	row-gap:40px;
}
.dot-dot{
	font-size:6px;
}
.writer-post-library-md{
	grid-template-columns:1fr 1fr;
	row-gap:40px;
	column-gap:40px;
	grid-template-rows:auto;
}
.dev-nav-link{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	column-gap:14px;
	align-items:center;
	flex-wrap:wrap;
	row-gap:10px;
}
.arrow-arrow{
	font-size:15px;
	color:var(--swatch-var-1166)!important;
}
.background-blocs{
	background:linear-gradient(0deg, transparent 0%, var(--swatch-var-2038)  20%, var(--swatch-var-4712)  50%, var(--swatch-var-2038)  80%, transparent 100%);
}
blockquote{
	border-left-width:1px;
	border-style:solid;
	border-color:var(--swatch-var-7020)!important;
}
.writer-recent-posts{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:space-between;
	border-width:0px 0px 1px 0px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-1166)!important;
	margin-bottom:16px;
}
.section-heading{
	margin-top:100px;
	margin-bottom:50px;
}
.writer-profile-imges{
	filter:sepia(40%);
}
.hero-margin{
	margin-bottom:100px;
}
.button-02{
	background-color:var(--swatch-var-7020);
	font-size:17px;
	color:var(--swatch-var-4629)!important;
	border-width:0px 0px 0px 0px;
	border-radius:16px 16px 16px 16px;
	padding:12px 50px 12px 50px;
	box-shadow:0.00px -0.00px 12px #D6D6D6;
}
.button-02:hover{
	background-color:var(--swatch-var-2374);
	color:var(--swatch-var-4629)!important;
	box-shadow:0.00px 6.00px 0px #000000;
}
.button-02:active{
	background-color:var(--swatch-var-2374);
}
.button-02:focus{
	background-color:var(--swatch-var-2374);
}
.footer-divider{
	background-color:var(--swatch-var-1166);
}
.q-para{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
}
.explore-cat{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
	column-gap:24px;
	row-gap:20px;
}
.row-style{
	width:100%;
}
.link-style{
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}
.link-关于我们-style{
	font-weight:bold;
	width:100%;
}
.row-hero-writer-style{
	width:93.28%;
}
.label-style{
	width:100%;
	font-size:17px;
	line-height:33px;
	font-family:"TsangerYuYangT-W03";
	font-weight:900;
	letter-spacing:1px;
	text-indent:px;
}
.bloc-fill{
	fill:transparent;
}
.h1-style{
	font-family:"FZDBSJW--GB1-0";
	font-weight:700;
}
.link-作品-style{
	width:100%;
	font-weight:bold;
}
.row-contents-style{
	width:100%;
}
.h2-style{
	font-size:35px;
	line-height:100px;
}
.p-style{
	line-height:50px;
	letter-spacing:3px;
	text-indent:0px;
}
.container-div-min-height{
	min-height:515px;
}
.h6-style{
	font-family:"Lato";
	line-height:70px;
}
.img-style{
	width:182px;
	border-radius:1px 1px 1px 1px;
}
.h6-2-style{
	width:100%;
	font-size:17px;
	line-height:35px;
}
.h6-1-style{
	font-size:17px;
	line-height:35px;
}
.row-bloc-33-style{
	width:99.82%;
}
.row-bloc-31-style{
	width:100%;
}
.row-bloc-30-style{
	width:100%;
}
.h4-style{
	font-size:16px;
	line-height:35px;
	letter-spacing:1px;
	width:100%;
}
.h4-bloc-31-style{
	font-size:16px;
	line-height:35px;
	width:100%;
	letter-spacing:1px;
}
.container-div-style{
	min-height:58px;
}
.p-bloc-7-style{
	font-size:17px;
	line-height:40px;
	width:100%;
	letter-spacing:0px;
	text-indent:0px;
}
.row-bloc-7-style{
	width:100%;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-4629:rgba(255,251,0,1.00);
	
	--swatch-var-7020:rgba(33,33,33,1.00);
	
	--swatch-var-7951:rgba(94,94,94,1.00);
	
	--swatch-var-2374:rgba(66,66,66,1.00);
	
	--swatch-var-4819:rgba(249,249,249,1.00);
	
	--swatch-var-5583:rgba(214,214,214,1.00);
	
	--swatch-var-6446:rgba(235,235,235,0.00);
	
	--swatch-var-7879:rgba(243,243,243,1.00);
	
	--swatch-var-1019:rgba(253,254,254,1.00);
	
	--swatch-var-3947:rgba(214,214,214,1.00);
	
	--swatch-var-684:rgba(248,240,234,1.00);
	
	--swatch-var-5902:rgba(66,66,66,1.00);
	
	--swatch-var-4712:rgba(243,230,217,1.00);
	
	--swatch-var-2038:rgba(251,246,241,1.00);
	
	--swatch-var-2647:rgba(243,243,243,1.00);
	
	--swatch-var-475:rgba(220,211,202,1.00);
	
	--swatch-var-1447:rgba(251,246,241,1.00);
	
	--swatch-var-1166:rgba(243,230,217,1.00);
	
	--swatch-var-2869:#000000;
	
}


/* Background colour styles */

.bgc-3947{
	background-color:var(--swatch-var-3947);
}
.bgc-1019{
	background-color:var(--swatch-var-1019);
}
.bgc-4819{
	background-color:var(--swatch-var-4819);
}

/* Text colour styles */

.tc-1019{
	color:var(--swatch-var-1019)!important;
}
.tc-4629{
	color:var(--swatch-var-4629)!important;
}
.tc-7020{
	color:var(--swatch-var-7020)!important;
}

/* Bloc image backgrounds */

.bg-Tropical-20Island-20Aerial-20View{
	background-image:url("img/Tropical%20Island%20Aerial%20View.jpeg");
	background-image: -webkit-image-set(url("img/Tropical%20Island%20Aerial%20View.webp") 1x,
url("img/Tropical%20Island%20Aerial%20View.webp") 2x);background-image: image-set(url("img/Tropical%20Island%20Aerial%20View.jpeg") 1x,
url("img/Tropical%20Island%20Aerial%20View.jpeg") 2x,url("img/Tropical%20Island%20Aerial%20View.webp") 1x,
url("img/Tropical%20Island%20Aerial%20View.webp") 2x);
}
.bg-Coordinated-20Winte-1{
	background-image:url("img/Coordinated%20Winte.jpeg");
	background-image: -webkit-image-set(url("img/Coordinated%20Winte.webp") 1x,
url("img/Coordinated%20Winte.webp") 2x);background-image: image-set(url("img/Coordinated%20Winte.jpeg") 1x,
url("img/Coordinated%20Winte.jpeg") 2x,url("img/Coordinated%20Winte.webp") 1x,
url("img/Coordinated%20Winte.webp") 2x);
}
.bg-30{
	background-image:url("img/30.jpg");
	background-image: -webkit-image-set(url("img/30.webp") 1x,
url("img/30.webp") 2x);background-image: image-set(url("img/30.jpg") 1x,
url("img/30.jpg") 2x,url("img/30.webp") 1x,
url("img/30.webp") 2x);
}
.bg-《壳牌》-陌生年夜饭{
	background-image:url("img/");
}


/* = Additional CSS
-------------------------------------------------------------- */
.limited-text {
	 width:100%;
	 overflow:hidden;
	 display:-webkit-box;
	 -webkit-line-clamp:3;
	 -webkit-box-orient:vertical;
}
 
.heading-post {
	 width:100%;
	 overflow:hidden;
	 display:-webkit-box;
	 -webkit-line-clamp:2;
	 -webkit-box-orient:vertical;
}
.dropdown-toggle::after {
	font-family:"Font Awesome 5 Free";
	content:"\f078";
	font-weight:900;
	display:inline-block;
	padding-left:4px;
	vertical-align:middle;
	border-style:none;
	font-size:10px;
}
.dropdown-toggle.show::after {
	  content:"\f077" }

.nav-links, .nav-list-links, .button-01, .menu-link, .h-scroll-button, .scrollToTop, .writer-post-image, .text-link-01, .tital-post, .button-02, .navbar-logo, .iconstyle, .writer-profile-imges, .writer-post-image {transition: all 0.18s ease-in-out;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	h1{
		font-size:36px;
		line-height:50px;
	}
	h2{
		font-size:30px;
		line-height:40px;
	}
	h3{
		font-size:26px;
		line-height:36px;
	}
	h4{
		font-size:22px;
		line-height:32px;
	}
	p{
		font-size:17px;
		line-height:27px;
	}
	.display-md{
		font-size:54px;
		line-height:64px;
	}
	.text-bold{
		font-weight:bold;
	}
	.text-uppercase{
		text-transform:uppercase;
	}
	.display-xs{
		font-size:26px;
		line-height:36px;
	}
	.img-lg{
		width:74px;
	}
	.tital-post{
		font-size:23px;
		line-height:33px;
	}
	.navbar-logo{
		font-size:26px;
	}
	.imagestyle-02{
		height:220px;
	}
	.blocs-card-width{
		width:20%;
	}
	.post-01{
		margin-bottom:38px;
	}
	.pencil-posts{
	}
	.text-link-01{
	}
	.two-post{
		grid-template-columns:1fr 1fr;
	}
	.navbar-brand{
		font-size:23px;
		line-height:33px;
	}
	.pencil-heading{
		row-gap:8px;
		flex-wrap:wrap;
	}
	.pencil-col-heading{
		row-gap:20px;
	}
	.navs-controls{
		column-gap:8px;
	}
	.nav-text-tital{
		color:var(--swatch-var-7020)!important;
	}
	.team-cards{
		grid-template-columns:1fr 1fr 1fr;
	}
	.writer-post-library{
		grid-template-columns:1fr 1fr;
	}
	.writer-posts{
		border-bottom-width:0px;
	}
	.writer-post-newspaper{
	}
	.writer-post-library-md{
		grid-template-columns:1fr 1fr;
	}
	.writer-recent-posts{
		border-bottom-width:1px;
	}
	.button-02{
	}
	.button-01{
		border-radius:16px 16px 16px 16px;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:32px;
		line-height:46px;
	}
	h2{
		font-size:28px;
		line-height:38px;
	}
	h3{
		font-size:24px;
		line-height:34px;
	}
	h4{
		font-size:20px;
		line-height:30px;
	}
	h5{
		font-size:18px;
		line-height:28px;
	}
	p{
		font-size:17px;
		line-height:29px;
	}
	.display-md{
		font-size:38px;
		line-height:48px;
	}
	.display-xs{
		line-height:36px;
	}
	.img-lg{
		width:64px;
	}
	.iconstyle{
		font-size:20px;
	}
	.imagestyle{
		height:auto;
	}
	.tital-post{
		font-size:23px;
		line-height:33px;
	}
	.navbar-logo{
		font-size:25px;
	}
	.pencil-heading{
		align-items:center;
		row-gap:8px;
		flex-wrap:wrap;
	}
	.menu-link:hover{
		color:var(--swatch-var-2374)!important;
	}
	.menu-link{
		color:var(--swatch-var-7020)!important;
	}
	.imagestyle-02{
		height:auto;
	}
	.blocs-card-width{
		width:25%;
	}
	.footer-right{
		justify-content:flex-end;
	}
	.footer-brand{
		align-items:center;
		justify-content:flex-start;
	}
	.two-post{
		grid-template-columns:1fr;
	}
	.navbar-brand{
		font-size:22px;
		line-height:32px;
	}
	.nav-icons{
		margin-left:0px;
		margin-top:12px;
	}
	.button-01{
		font-size:16px;
	}
	.pencil-col-heading{
		row-gap:20px;
	}
	.navs-controls{
		justify-content:space-between;
	}
	.nav-icon-background{
		padding:6px 0px 14px 0px;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		margin:0px 0px 0px 0px;
	}
	.nav-links{
		color:var(--swatch-var-4629)!important;
	}
	.nav-links:hover{
		color:var(--swatch-var-5583)!important;
	}
	.nav-list-links{
		color:var(--swatch-var-4629)!important;
	}
	.nav-list-links:hover{
		color:var(--swatch-var-5583)!important;
	}
	.nav-text-tital{
		font-size:16px;
		line-height:26px;
		font-weight:bold;
		color:var(--swatch-var-4629)!important;
	}
	.nav-divider-0{
		background-color:var(--swatch-var-4629);
	}
	.team-cards{
		grid-template-columns:1fr 1fr;
	}
	.writer-post-library{
		grid-template-columns:1fr;
	}
	.writer-posts{
		border-bottom-width:1px;
	}
	.writer-post-newspaper{
	}
	.writer-post-library-md{
		grid-template-columns:1fr;
	}
	.writer-recent-posts{
		border-bottom-width:1px;
	}
	.section-heading{
		margin-top:60px;
	}
	.hero-margin{
		margin-bottom:60px;
	}
	.button-02{
		font-size:16px;
	}
	.imagehero{
		width:100%;
	}
	.footer-divider{
		background-color:var(--swatch-var-1166);
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:26px;
		line-height:40px;
	}
	h2{
		font-size:26px;
		line-height:36px;
	}
	h3{
		font-size:24px;
		line-height:34px;
	}
	h4{
		line-height:28px;
		font-size:18px;
	}
	h5{
	}
	p{
		line-height:29px;
	}
	.display-md{
		font-size:36px;
		line-height:46px;
	}
	.display-xs{
		font-size:24px;
		line-height:34px;
	}
	.img-lg{
		width:44px;
	}
	.tital-post{
		font-size:23px;
		line-height:33px;
	}
	.navbar-logo{
		font-size:23px;
	}
	.text-link-01{
	}
	.dev-center{
		justify-content:center;
	}
	.menu-link{
		color:var(--swatch-var-7020)!important;
	}
	.menu-link:hover{
		color:var(--swatch-var-2374)!important;
	}
	.blocs-card-width{
		width:33.33333%;
	}
	.p-sm{
	}
	.post-01{
		margin-bottom:38px;
	}
	.pencil-posts{
	}
	.footer-right{
		justify-content:flex-end;
	}
	.footer-brand{
		justify-content:flex-start;
	}
	.pencil-heading{
		flex-wrap:wrap;
		row-gap:8px;
	}
	.nav-icons{
		margin-left:0px;
		margin-top:12px;
	}
	.p-md{
	}
	.pencil-col-heading{
		flex-direction:column;
		align-items:flex-start;
		row-gap:20px;
		border-bottom-width:1px;
		border-color:var(--swatch-var-6446)!important;
	}
	.nav-icon-background{
		width:100%;
		height:auto;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		padding:0px 0px 0px 0px;
		margin-bottom:14px;
	}
	.nav-links{
		color:var(--swatch-var-4629)!important;
	}
	.nav-links:hover{
		color:var(--swatch-var-5583)!important;
	}
	.nav-list-links:hover{
		color:var(--swatch-var-5583)!important;
	}
	.nav-list-links{
		color:var(--swatch-var-4629)!important;
	}
	.team-cards{
		grid-template-columns:1fr;
	}
	.writer-posts{
		border-bottom-width:1px;
	}
	.writer-recent-posts{
		border-bottom-width:1px;
		border-color:var(--swatch-var-1166)!important;
	}
	.footer-divider{
		background-color:var(--swatch-var-1166);
	}
	.footer-link{
		text-align:center;
	}
	
}

