/******************************************************************
	Theme Name: 
	Description: 
	Author: 
	Author URI: 
	Version: 1.0
	Created: 
******************************************************************/

/*------------------------------------------------------------------
	[Table of contents]

	1. Template default CSS
		- font-face
	2.  Helper Css
	3.  Header Section
	4.  Hero Section
	5.  About Search
	6.  Banner Section
	7.  Footer Property
	8. Other Pages
		- Home page 2
		- Portfilio page
		- Portfolio single page
		- Blog Page
		- Contact Page
	9. Responsive
-------------------------------------------------------------------*/



/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

@font-face {
	font-family: "BickhamScriptPro-Regular";
	src: url("../fonts/BickhamScriptPro-Regular.woff") format("woff"), url("../fonts/BickhamScriptPro-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

html,
body {
	height: 100%;
    font-family: "Spartan",sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #e1e4ea;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 600;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
	font-family: "Spartan",sans-serif;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
    font-size: 14px;
    color: #585858;
    line-height: 29px;
    font-family: "Spartan",Sans-Serif;
	margin-bottom: 50px;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
	2. Helper CSS
-----------------------*/

.section-title {
	text-align: center;
}

.section-title h2 {
	font-size: 36px;
}

.sp-container {
	max-width: 1464px;
	margin: 0 auto;
	width: 100%;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: rgb(81, 83, 84);
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */

.site-btn#cn_about_education {
    display: inline-block;
    border: none;
    font-size: 19px;
    font-weight: 600;
	letter-spacing: 5px;
    min-width: 186px;
    text-transform: uppercase;
    background: transparent;
    color: #020202;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    position: relative;
	left: -180px;
	margin: 25px;
}

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 600;
	min-width: 186px;
	text-transform: uppercase;
	background: transparent;
	color: rgb(81, 83, 84);
	background-color: #d8d8d8;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	position: relative;
	left: -80px;
    margin: 10px;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 14px;
}

.site-btn:before {
	/*border-top: 2px solid rgb(81, 83, 84);
	border-left: 2px solid rgb(81, 83, 84);*/
	left: 0;
	top: 0;
}

.site-btn:after {
	/*border-top: 2px solid rgb(81, 83, 84);
	border-right: 2px solid rgb(81, 83, 84);*/
	right: 0;
	top: 0;
}

.site-btn span {
	display: block;
	padding: 18px 41px;
}

.site-btn span:after,
.site-btn span:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 14px;
}

.site-btn span:before {
	/*border-bottom: 2px solid rgb(81, 83, 84);
	border-left: 2px solid rgb(81, 83, 84);*/
	left: 0;
	bottom: 0;
}

.site-btn span:after {
	/*border-bottom: 2px solid rgb(81, 83, 84);
	border-right: 2px solid rgb(81, 83, 84);*/
	right: 0;
	bottom: 0;
}

.site-btn.sb-dark {
	color: #000;
}

.site-btn.sb-dark:before {
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}

.site-btn.sb-dark:after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.site-btn.sb-dark span:before {
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
}

.site-btn.sb-dark span:after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*  Fullpage plugin */

#fp-nav.fp-right {
	right: 100px;
}

#fp-nav ul li {
	margin: 16px;
}

#fp-nav ul li a span {
	width: 14px !important;
	height: 14px !important;
	background: transparent;
	border: 1px solid #565656;
	margin: 0 !important;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
	width: 14px;
	height: 14px;
	border: 1px solid #020202;
	background: #020202;
}

.home-page.fp-viewing-0 #fp-nav {
	display: none !important;
}

.home-page.fp-viewing-1 #fp-nav ul li a span,
.home-page.fp-viewing-3 #fp-nav ul li a span {
	border: 1px solid #fff;
}

.home-page.fp-viewing-1 #fp-nav ul li a.active span,
.home-page.fp-viewing-1 #fp-nav ul li:hover a.active span,
.home-page.fp-viewing-3 #fp-nav ul li a.active span,
.home-page.fp-viewing-3 #fp-nav ul li:hover a.active span {
	border: 1px solid #fff;
	background: #fff;
}

.home-page-two.fp-viewing-0 #fp-nav ul li a span,
.home-page-two.fp-viewing-2 #fp-nav ul li a span {
	border: 1px solid #fff;
}

.home-page-two.fp-viewing-0 #fp-nav ul li a.active span,
.home-page-two.fp-viewing-0 #fp-nav ul li:hover a.active span,
.home-page-two.fp-viewing-2 #fp-nav ul li a.active span,
.home-page-two.fp-viewing-2 #fp-nav ul li:hover a.active span {
	border: 1px solid #fff;
	background: #fff;
}

/*------------------
  3. Header section
---------------------*/

.header-section {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0 15px;
	z-index: 999;
	background-color: #fefdfd;
    opacity: 0.85;
}

.header-warp {
	padding-top: 35px;
	max-width: 1464px;
	margin: 0 auto;
}

.site-logo {
	display: inline-block;
	float: left;
	margin-top: -30px;
	width: 300px;
}

/*img#header_logo {
    position: relative;
    right: -40px;
}*/

.header-social {
	float: right;
	position: relative;
    left: -50px;
}

.header-social a {
	display: inline-block;
	color: rgb(96, 136, 162);
	margin-left: 35px;
	padding: 9px 0;
	font-size: 17px;
}

.nav-switch {
	display: none;
}

.main-menu {
	list-style: none;
    padding-right: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-menu li {
	display: inline-block;
}

.main-menu li a {
	display: block;
	font-size: 16px;
	color: rgb(81, 83, 84);
	margin-right: 60px;
	padding: 9px 0;
	font-weight: 500;
}

.main-menu li:last-child a {
	margin-right: 0;
}

.header-default-bg {
	padding-bottom: 27px;
	position: relative;
	overflow: hidden;
}

/* ----------------
  4. Hero section
---------------------*/

.hs-item {
	height: 919px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.hs-item h1 {
	font-size: 36px;
	font-family: "BickhamScriptPro-Regular";
	font-weight: 400;
	line-height: 0.1;
}

.hs-item h2 {
	font-size: 60px;
	margin-bottom: 40px;
}

.hero-slider.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 52px;
}

.main-image p{
	display: flex;
    justify-content: right;
    align-items: flex-end;
    color: aliceblue;
    margin-right: -950px;
    margin-bottom: -750px;
}

.slide-num-holder {
	position: absolute;
	top: 50%;
	right: 101px;
	z-index: 99;
	color: #fff;
	font-weight: 500;
	margin-top: -10px;
	font-size: 16px;
}

.down-sign {
	width: 60px;
	position: absolute;
	bottom: 37px;
	left: calc(50% - 30px);
	z-index: 99;
	text-align: center;
}

.down-sign h6 {
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}

.contact-link {
	position: absolute;
	left: 42px;
	bottom: 40px;
	z-index: 99;
}

.contact-link:after {
	position: absolute;
	content: "";
	height: 135px;
	width: 1px;
	left: 50%;
	top: 50px;
	background: #fff;
}

.contact-link p {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	margin-bottom: 180px;
}

.contact-link img {
	width: 71px;
	height: 71px;
	border-radius: 50%;
}

/* ----------------
  5. About section
---------------------*/

.about-section {
	padding-left: 227px;
}

.about-content-warp {
	max-width: 470px;
}

.about-content-warp h2 {
	font-size: 41px;
	font-weight: 500;
	margin-bottom: 20px;
}

.about-content-warp p {
	margin-bottom: 40px;
}

.about-content-warp.text-white p {
	opacity: 0.5;
}

.group_exhibitions{
	position: relative;
	top: -150px;
}

.art_critics_cite{
	margin: 30px;
}

img#artical_header_img{
	margin: 10px 5px 0px 30px;
    position: relative;
    bottom: -30px;
	box-shadow: -29px 24px 10px 5px rgba(0, 0, 0, 0.2);
}

img#artical_header_img_1{
	margin: 10px 5px 0px 30px;
    position: relative;
	bottom: -130px;
    left: 5px;
    width: 500px;
	box-shadow: 14px 12px 10px 5px rgba(0, 0, 0, 0.2);
}

.artical{
	padding: 50px;
    margin: 30px;
}

img#artical_img{
    width: 800px;
    position: relative;
    bottom: -20px;
    left: -110px;
    margin: 10px 15px 10px -30px;
	box-shadow: 14px 12px 10px 5px rgba(0, 0, 0, 0.2);
}

img#artical_img_1{
    width: 400px;
    position: relative;
    right: 200px;
    top: -30px;
    margin: 10px 15px -40px -15px;
	box-shadow: 14px 12px 10px 5px rgba(0, 0, 0, 0.2);
}

.introduction {
    padding: 10px 80px;
}


/* ----------------
  6. Banner section
---------------------*/

.banner-section {
	padding: 111px 0;
}

.banner-section h2 {
	display: inline-block;
	padding-bottom: 10px;
	padding-top: 8px;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 10px;
	border-bottom: 1px solid #fff;
}

.footer-section {
	padding: 50px 0 30px;
    position: relative;
}

.footer-about {
	max-width: 470px;
}

.footer-about img {
	margin-bottom: 35px;
}

.footer-about p {
	color: #fff;
	/*opacity: 0.25;*/
}

/* ----------------
  7. Footer section
---------------------*/

.footer-info {
	padding-top: 27px;
}

.footer-info h6 {
	color: #515354;
	/*text-transform: uppercase;*/
	margin-bottom: 27px;
	font-weight: 500;
}

.footer-info ul {
	list-style: none;
}

.footer-info ul li {
	color: #515354;
	/*opacity: 0.25;*/
	font-size: 14px;
	/*text-transform: lowercase;*/
	margin-bottom: 15px;
}

.footer-info ul li a{
	color: #515354;
}

.copyright{
    text-align: center;
    margin-top: 100px;
}

/* ----------------
 Other Pages
--------------------
====================*/

/* ----------------
  Home page 2
 ---------------------*/

.hero-section-2 {
	height: 920px;
	padding: 0px 150px;
}

.hero-content {
	max-width: 585px;
}

.hero-content h2 {
	font-size: 47px;
	font-weight: 600;
	margin-bottom: 40px;
}

.hero-content p {
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 55px;
}

.testimonial-content {
	text-align: center;
	padding: 80px 15px;
}

.testimonial-content h2 {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 55px;
}

.testimonial-content p {
	font-size: 17px;
    color: #000;
    opacity: 0.5;
    /* font-style: italic; */
    margin-bottom: 30px;
    text-align: initial;
}

.testimonial-content .testi-avatar {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	margin-bottom: 30px;
}

.testimonial-content h6 {
	font-size: 14px;
	font-style: italic;
	color: #000;
	margin-bottom: 100px;
}

.testimonial-content h6 span {
	color: #a2a2a2;
}

.sp-about-section {
	padding: 80px 15px;
}

.sp-about-section .sp-about-content {
	margin-bottom: 110px;
}

.sp-about-section .sp-about-content h2 {
	font-size: 48px;
	padding-top: 5px;
	margin-bottom: 40px;
}

.sp-about-section .sp-about-content p {
	color: #fff;
	/*opacity: 0.5;*/
	text-shadow: rgb(97, 93, 77) 1px 0 10px;
}

.sp-about-section .sp-about-text {
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 70px;
}

.fact-item h2 {
	font-size: 72px;
	font-weight: 500;
	color: #fff;
}

.fact-item p {
    font-size: 19px;
    color: #020202;
    line-height: normal;
	margin-top: 20px;
}


/* ----------------
  Portfilio page
 ---------------------*/
.portfilio-page {
	padding-top: 200px;
    padding-bottom: 500px;
    background: #cac2e0;
    z-index: 1;
    position: relative;
}

.portfolios-area {
	display: block;
}

.portfolio-item {
	width: 25%;
	float: left;
}

.portfolio-item.__big {
	width: 50%;
}

.grid-sizer {
	width: 25%;
}

.portfolio-intro {
	padding-left: 50px;
}

.portfolio-intro h2 {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 85px;
}

.portfolio-intro .portfolio-filter {
	list-style: none;
}

.portfolio-intro .portfolio-filter li {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-right: 55px;
	padding: 0 2px 3px;
	cursor: pointer;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}

.portfolio-intro .portfolio-filter li.mixitup-control-active {
	border-bottom: 3px solid #fff;
}

.portfolio-next-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.portfolio-next-btn h3 {
	font-weight: 500;
	color: #fff;
}

ul.portfolio-filter.controls {
    margin-top: -60px;
}


/*Home Slider Animation Start*/
/*.coverflow{
	width: 1440px;
    height: 919px;
    position: relative;
    left: 0px;
	overflow-x: hidden;
  }*/
  .coverflow>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    filter: alpha(opacity=0);
    /*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
    -webkit-animation: silder 40s linear infinite;
            animation: silder 40s linear infinite;
  }
  .coverflow>a>img{
    max-width: 100%;
  }

/*動畫關鍵影格*/
  @-webkit-keyframes silder {
	3% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      10% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      60% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
  }
  @keyframes silder {
	3% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      10% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      60% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
  }

/*每個圖片各延遲10秒*/
  .coverflow>a:nth-child(2) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }

  .coverflow>a:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;    
  }
/*滑入時停止播放*/
  .coverflow:hover>a{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}

div#still_life_home {
    position: relative;
    top: -195px;
    height: 700px;
}
/*Home Slider Animation End*/


/*Artworks Series Tab Start*/
.series_tab{
	margin: 20px 10px 0px 180px;
}

.read_more_btn{
	margin: -90px 50px 20px 175px;
}

/*Artworks Series Tab End*/

/*Still_Life_01_Splendid_Light Image Start*/

img#splendid_light_2{
	position: relative;
	bottom: -100px;
}

img#splendid_light_7{
	position: relative;
	bottom: -44px;
}

img#splendid_light_8{
	position: relative;
	bottom: -44px;
}

.splendid_light_text_5{
    width: 359px;
    height: 100px;
    position: relative;
    right: -720px;
    bottom: -230px;
    background-color:rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.splendid_light_text_4{
    width: 359px;
    height: 100px;
    position: relative;
    right: -1078px;
    bottom: -130px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.splendid_light_text_6{
    width: 359px;
    height: 100px;
    position: relative;
    left: 0px;
    bottom: -518px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.splendid_light_text_3{
    width: 359px;
    height: 100px;
    position: relative;
    right: -360px;
    bottom: -419px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.splendid_light_text_1{
    width: 359px;
    height: 100px;
    position: relative;
    right: -720px;
    bottom: -622px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.splendid_light_text_2{
    width: 359px;
    height: 122px;
    position: relative;
    left: 0px;
    bottom: -975px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.splendid_light_text_7{
    width: 359px;
    height: 100px;
    position: relative;
    right: -720px;
    bottom: -875px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.splendid_light_text_8{
    width: 359px;
    height: 100px;
    position: relative;
    right: -1080px;
    bottom: -776px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

p#splendid_light_text_5, p#splendid_light_text_4, p#splendid_light_text_6, p#splendid_light_text_3, p#splendid_light_text_1, p#splendid_light_text_2, p#splendid_light_text_7, p#splendid_light_text_8{
	color: #FFF;
	font-size: 15px;
	line-height: 17px;
	margin-top: 10px;
}

/*Still_Life_01_Splendid_Light Image End*/

/*Still_Life_02_Expressed_through_Objects Image Start*/
img#expressed_through_objects_5{
    position: relative;
    bottom: -91px;
    right: -1px;
}

img#expressed_through_objects_1{
	position: relative;
	bottom: -90px;
}

img#expressed_through_objects_6{
	position: relative;
	bottom: -280px;
}

img#expressed_through_objects_7{
	position: relative;
	bottom: -278px;
}

img#expressed_through_objects_2{
    position: relative;
    bottom: -105px;
    right: -1px;
}

.expressed_through_objects_text_4{
	width: 359px;
    height: 100px;
    position: relative;
    right: -720px;
    bottom: -350px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.expressed_through_objects_text_5{
    width: 359px;
    height: 100px;
    position: relative;
    right: -720px;
    bottom: -424px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.expressed_through_objects_text_3{
    width: 359px;
    height: 100px;
    position: relative;
    right: -1079px;
    bottom: -50px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.expressed_through_objects_text_1{
	width: 359px;
    height: 100px;
    position: relative;
    right: 0px;
    bottom: -1155px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.expressed_through_objects_text_2{
    width: 359px;
    height: 100px;
    position: relative;
    right: -720px;
    bottom: -1332px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.expressed_through_objects_text_6{
	width: 359px;
    height: 100px;
    position: relative;
    right: 0px;
    bottom: -1111px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.expressed_through_objects_text_7{
	width: 359px;
    height: 100px;
    position: relative;
    right: -360px;
    bottom: -1011px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

p#expressed_through_objects_text_4, p#expressed_through_objects_text_5, p#expressed_through_objects_text_1, p#expressed_through_objects_text_3, p#expressed_through_objects_text_2, p#expressed_through_objects_text_6, p#expressed_through_objects_text_7{
	color: #FFF;
	font-size: 15px;
	line-height: 17px;
	margin-top: 10px;
}

/*Still_Life_02_Expressed_through_Objects Image End*/

/*Still_Life_03_Fine_Moments Image Start*/
img#fine_moments_5{
	position: relative;
	bottom: -200px;
}

img#fine_moments_6{
	position: relative;
	bottom: -200px;
}

img#fine_moments_7{
	position: relative;
	bottom: -200px;
}

.fine_moments_text_1{
    width: 359px;
    height: 100px;
    position: relative;
    right: -720px;
    bottom: -450px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.fine_moments_text_2{
    width: 359px;
    height: 100px;
    position: relative;
    right: 0px;
    bottom: -1080px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.fine_moments_text_3{
	width: 359px;
    height: 100px;
    position: relative;
    right: -720px;
    bottom: -850px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.fine_moments_text_4{
    width: 359px;
    height: 100px;
    position: relative;
    right: -1080px;
    bottom: -750px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.fine_moments_text_5{
    width: 359px;
    height: 100px;
    position: relative;
    left: 0px;
    bottom: -1155px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.fine_moments_text_6{
    width: 359px;
    height: 100px;
    position: relative;
    left: 360px;
    bottom: -1145px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

.fine_moments_text_7{
	width: 359px;
    height: 100px;
    position: relative;
    right: -719px;
    bottom: -1045px;
    background-color: rgba(69, 67, 67, 0.5);
    padding: 10px;
}

p#fine_moments_text_1, p#fine_moments_text_2, p#fine_moments_text_3, p#fine_moments_text_4, p#fine_moments_text_5, p#fine_moments_text_6, p#fine_moments_text_7{
	color: #FFF;
	font-size: 15px;
	line-height: 17px;
	margin-top: 10px;
}
/*Still_Life_03_Fine_Moments Image End*/

p#splendid_light_text, p#expressed_through_objects_text, p#fine_moments_text{
    font-size: 17px;
    line-height: 27px;
    margin: 0px 5px;
}


/*圖片放大效果*/
.image-cover-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: fixed;
    z-index: 30;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    transition: opacity ease 0.3s;
    pointer-events: none;
	z-index: 999;
}

.model-shown {
    pointer-events: all;
    opacity: 1;
}

.image-cover-modal-content {
    display: block;
    max-width: 80%;
    max-height: 80%;
}

#image-cover-caption {
    display: block;
    position: absolute;
    width: 100%;
    height: 3rem;
    bottom: 0;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.33);
}

@media only screen and (max-width: 45rem){
    .image-cover-modal-content {
        max-width: 100%;
        max-height: 100%;
    }
}










.portfolio-single-content {
	/*max-width: 650px;*/
	margin-top: -250px;
	padding: 80px;
}

.portfolio-single-content span {
	font-size: 14px;
	font-weight: 500;
}

.portfolio-single-content h2 {
	font-size: 72px;
	font-weight: 600;
	margin-bottom: 30px;
}

.portfolio-single-content p {
	opacity: 0.5;
	margin-top: -30px;
	font-size: 14px;
    line-height: 17px;
    font-family: "Spartan",sans-serif;
    letter-spacing: 0px;
}

.portfolio-single-content ul {
	list-style: none;
	padding-top: 20px;
}

.portfolio-single-content ul li {
	color: #000;
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
}

.portfolio-single-content ul li h6 {
	font-size: 14px;
	width: 63px;
	display: inline-block;
}

.portfolio-single-content ul li span {
	opacity: 0.5;
}

.portfolio-slider-warp {
	position: relative;
}

.portfolio-slider-warp .owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 52px;
}

.portfolio-slider-warp .slide-num-holder {
	position: absolute;
	top: 50%;
	right: 101px;
	z-index: 99;
	color: #fff;
	font-weight: 500;
	margin-top: -10px;
	font-size: 16px;
}

.portfolio-slider-warp .center img {
	border: 2px solid #fff;
}

.road_map{
	margin: 10px 0px 10px -60px;
	position: relative;
    left: -120px;
}

/*Splendid Light Series Start*/
.splendid_light_en_info {
	position: relative;
	top: 50px;
}

.info_splendid_light_img{
	position: relative;
	top: -40px;
	padding-top:50px;
}

.info_splendid_light_text{
	position: relative;
	bottom: 0px;
}

.splendid_light_cn_info {
	position: relative;
	top: -100px;
}

.splendid_light_img{
	position: relative;
    right: -1000px;
}

.splendid_light_text{
	position: relative;
	right: -1000px;
	bottom: -50px;
}



.footer_series_tab{
	position: relative;
	right: -390px;
	bottom: -10px;
}
/*Splendid Light Series End*/


/*Expressed through Objects Series Start*/
.expressed_through_objects_cn_info {
	position: relative;
	top: -50px;
}
/*Expressed through Objects Series End*/


/*Urban Landscape Series Start*/
.urban_landscape_en_title{
	position: relative;
	top: 80px;
}
.urban_landscape_en_info{
	position: relative;
	top: 0px;
}
.about_photo_5{
	position: relative;
	bottom: -100px;
}
.urban_landscape_cn_title{
	position: relative;
	top: 20px;
}
.urban_landscape_cn_info{
	position: relative;
	top: -100px;
}

.uban_into_btn{
	position: relative;
	top: 20px;
}

.window_cn_info{
	position: relative;
	top: -70px;
}
p.window_intro {
    position: relative;
    top: -50px;
}
h5.window_intro_title_cn {
    position: relative;
    top: 24px;
}

.ordinary_scenery_cn_info{
	position: relative;
	top: -100px;
}
.reality_and_dreams_en_title{
	position: relative;
	top: 30px;
}
.reality_and_dreams_en_info{
	position: relative;
	bottom: 0px;
}
.reality_and_dreams_cn_info{
	position: relative;
	top: -100px;
}
/*Urban Landscape Series End*/





/* ---------------------
 Portfolio single page
------------------------*/

.portfilio-single {
	/*height: 1100px;*/
    padding: 70px 70px 0;
}

/*Artworks-Urban Landscape Start*/
.about_photo_5 {
	position: relative;
	top: 95px;
}
.read_more_btn {
	margin: -90px 50px 20px 175px;
	position: relative;
	left: -10px;
	bottom: -50px;
}
img.info_urban_img {
	position: relative;
	top: 10px;
}
.info_urban_text {
	position: relative;
	top: 55px;
}



.info_ordinary_img {
	position: relative;
	top: -45px;
	padding-top: 50px;
}
.info_ordinary_text {
	position: relative;
	top: 0px;
}


.reality_img {
	position: relative;
	right: -390px;
	width: 300px;
}
.reality_01_text{
	position: relative;
	right: -390px;
	bottom: -50px;
}


.footer_series_tab {
	position: relative;
	left: 395px;
	bottom: -10px;
	width: 350px;
}

/*XX-Small devices */
@media (min-width: 320px) {
	/*Home Slider Animation Start*/
/*.coverflow{
	width: 1440px;
    height: 919px;
    position: relative;
    left: 0px;
	overflow-x: hidden;
  }*/
  .coverflow>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    filter: alpha(opacity=0);
    /*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
    -webkit-animation: silder 40s linear infinite;
            animation: silder 40s linear infinite;
  }
  .coverflow>a>img{
    max-width: 100%;
  }

/*動畫關鍵影格*/
  @-webkit-keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }
  @keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }

/*每個圖片各延遲10秒*/
.coverflow>a:nth-child(4) {
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
  }
  .coverflow>a:nth-child(3) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
  .coverflow>a:nth-child(2) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
  .coverflow>a:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;    
  }
/*滑入時停止播放*/
  .coverflow:hover>a{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
div#landscape_home {
    position: relative;
    top: 115px;
    height: 300px;
}
div#still_life_home {
	position: relative;
    top: -24px;
    height: 300px;
}
/*Home Slider Animation End*/

/*Home Left Contact Section Start*/
.contact-link {
	position: absolute;
	left: 42px;
	bottom: 40px;
	z-index: 99;
}

.contact-link:after {
	position: absolute;
	content: "";
	height: 135px;
	width: 1px;
	left: 50%;
	top: 50px;
	background: #fff;
}

.contact-link p {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	margin-bottom: 180px;
}

.contact-link img {
	width: 71px;
	height: 71px;
	border-radius: 50%;
}
/*Home Left Contact Section End*/

p#title_1 {
    position: relative;
    left: 15px;
    top: -100px;
    text-align: left;
    color: #fff;
    font-size: 11px;
}
p#title_2 {
	position: relative;
	left: 15px;
	top: -100px;
	text-align: left;
	color: #fff;
	font-size: 11px;
}
p#title_3 {
	position: relative;
	left: 15px;
	top: -100px;
	text-align: left;
	font-size: 11px;
}
p#title_4 {
	position: relative;
	left: 15px;
	top: -100px;
	text-align: left;
	color: #fff;
	font-size: 11px;
}
.down-sign {
    width: 60px;
    position: absolute;
    bottom: 340px;
    left: calc(50% - 30px);
    z-index: 99;
    text-align: center;
}

	.art_critics_btn {	
		position: relative;
		left: 5px;
    	top: -30px;
	}
	.cn_info{
		margin-top: 0px;
    	width: 350px;
    	padding: 0;
    	position: relative;
    	top: -150px;
	}
	.en_info{
		margin-top: -50px;
		width: 310px;
	}

	.portfilio-single {
	    /*height: 1100px;*/
    	padding: 70px 70px 0;
    	overflow-x: hidden;
	}
	h5.still_life_title_en {
		position: relative;
		bottom: -50px;
	}
	h5.still_life_title_cn {
		position: relative;
		bottom: -20px;
	}
	.site-btn {
		position: relative;
    	left: -195px;
    	top: 0px;
    	margin: 10px;
    	width: 350px;
	}
	.info_expressed_through_objects_text {
		position: relative;
		bottom: -50px;
	}

	.read_more_btn {
		margin: -90px 50px 20px 175px;
		position: relative;
		left: -10px;
	}

	.info_splendid_light_img {
		position: relative;
		top: -200px;
		padding-top: 50px;
	}

	.info_splendid_light_text {
		position: relative;
		bottom: 150px;
	}
	
	
	.footer_series_tab {
		width: 350px;
		position: relative;
		bottom: -40px;
		left: 20px;
	}
	section.blog-page.set-bg {
		overflow-x: hidden;
		overflow-y: hidden;
	}
	div#splendid_01, div#splendid_02, div#splendid_03, div#splendid_04, div#splendid_05, div#splendid_06, div#splendid_07, div#splendid_08,div#splendid_09, div#splendid_10, div#splendid_11 {
		position: relative;
		left: -390px;
	}
	
	div#object_01, div#object_02, div#object_03, div#object_04, div#object_05, div#object_06{
		position: relative;
		left: -390px;
	}
	div#fine_01, div#fine_02, div#fine_03, div#fine_04, div#fine_05, div#fine_06{
		position: relative;
		left: -390px;
	}


	.about_photo_4 {
		position: relative;
		top: -130px;
	}

	img.info_urban_img {
		position: relative;
		top: -130px;
	}

	.info_urban_text {
		position: relative;
		/*top: -80px;*/
	}

	div#urban_01, div#urban_02, div#urban_03, div#urban_04, div#urban_05, div#urban_06, div#urban_07{
		position: relative;
		left: -390px;
	}

	.info_ordinary_img {
		position: relative;
		top: -150px;
		padding-top: 50px;
	}
	.info_ordinary_text{
		position: relative;
    	top: -100px;
	}
	div#ordinary_1, div#ordinary_2, div#ordinary_3, div#ordinary_4{
		position: relative;
		left: -390px;
	}

	div#reality_01{
		position: relative;
	}
	img#reality_01 {
		width: 300px;
	}
	.reality_01_text{
		position: relative;
    	bottom: -50px;
	}
	/*Art Critics Start*/
	.site-btn.art_critics_btn {
		position: relative;
		left: 8px;
		top: 20px;
	}
	.news_01_img{
		width: 500px;
		margin-bottom: 30px;
		position: relative;
		top: -30px;
	}
	.footer-section {
		padding: 50px 0 30px;
		position: relative;
		top: 100px;
	}
}

/*X-Small devices */
@media (min-width: 375px) and (max-width: 575.98px) {
	/*Home Slider Animation Start*/
/*.coverflow{
	width: 1440px;
    height: 919px;
    position: relative;
    left: 0px;
	overflow-x: hidden;
  }*/
  .coverflow>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    filter: alpha(opacity=0);
    /*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
    -webkit-animation: silder 40s linear infinite;
            animation: silder 40s linear infinite;
  }
  .coverflow>a>img{
    max-width: 100%;
  }

/*動畫關鍵影格*/
  @-webkit-keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }
  @keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }

/*每個圖片各延遲10秒*/
.coverflow>a:nth-child(4) {
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
  }
  .coverflow>a:nth-child(3) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
  .coverflow>a:nth-child(2) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
  .coverflow>a:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;    
  }
/*滑入時停止播放*/
  .coverflow:hover>a{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
div#landscape_home {
    position: relative;
	top: 115px;
}
div#still_life_home {
	position: relative;
    top: 4px;
}
/*Home Slider Animation End*/

/*Home Left Contact Section Start*/
.contact-link {
	position: absolute;
	left: 42px;
	bottom: 40px;
	z-index: 99;
}

.contact-link:after {
	position: absolute;
	content: "";
	height: 135px;
	width: 1px;
	left: 50%;
	top: 50px;
	background: #fff;
}

.contact-link p {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	margin-bottom: 180px;
}

.contact-link img {
	width: 71px;
	height: 71px;
	border-radius: 50%;
}
/*Home Left Contact Section End*/

p#title_1 {
	position: relative;
	right: -70px;
	top: -100px;
	text-align: left;
	color: #fff;
}
p#title_2 {
	position: relative;
	right: -70px;
	top: -100px;
	text-align: left;
	color: #fff;
}
p#title_3 {
	position: relative;
	right: -70px;
	top: -100px;
	text-align: left;
}
p#title_4 {
	position: relative;
	right: -70px;
	top: -100px;
	text-align: left;
	color: #fff;
}
.down-sign {
    width: 60px;
    position: absolute;
    bottom: 550px;
    left: calc(50% - 30px);
    z-index: 99;
    text-align: center;
}
	.art_article{
		position: relative;
		bottom: -50px;
	}
	.art_critics_btn {	
		position: relative;
		left: 5px;
    	top: -30px;
	}
	
	.cn_info {
		margin-left: -20px;
		width: 350px;
		padding: 0;
		position: relative;
		top: -50px;
	}
	.en_info{
		margin-top: 100px;
		margin-left: -20px;
		width: 350px;
	}

	.portfilio-single {
		/*height: 1100px;*/
		padding: 30px 30px 0;
	}
	h5.still_life_title_en {
		position: relative;
		bottom: -50px;
	}
	h5.still_life_title_cn {
		position: relative;
		bottom: -20px;
	}
	.site-btn {
		position: relative;
		top: -30px;
		left: 30px;
		margin: 10px;
		width: 300px;
	}
	.info_splendid_light_img {
		position: relative;
		top: -200px;
		padding-top: 50px;
	}
	.info_splendid_light_text {
		position: relative;
		bottom: 0px;
	}
	.splendid_light_btn {
		position: relative;
		left: -190px;
		width: 350px;
	}
	p.splendid_light_intro {
		position: relative;
		top: -50px;
	}
	img.about_photo_2 {
		width: 1000px;
	}
	.sb-widget {
		margin-bottom: 55px;
		position: relative;
		left: -10px;
		font-size: 10px;
		padding: 15px;
	}

	/*Artworks Start*/
	.series_tab {
		margin: 20px 10px 0px 180px;
		position: relative;
		left: 0;
		bottom: -30px;
	}
	.still_life_series_btn{
		position: relative;
		top: -30px;
		left: -170px;
		margin: 10px;
		width: 320px;
	}
	.read_more_btn {
		margin: -90px 50px 20px 175px;
		position: relative;
		left: -115px;
	}

	.artworks_btn {
		position: relative;
		top: -50px;
		left: -55px;
	}

	/*Artworks-Still Life series - Splendid Light Start*/
	.blog-page {
		padding-top: 120px;
		padding-bottom: 107px;
		overflow-x: hidden;
	}
	

	.info_splendid_light_img {
		position: relative;
		top: -200px;
		padding-top: 50px;
	}
	.info_splendid_light_text {
		position: relative;
		top: -150px;
	}
	div#splendid_01, div#splendid_02, div#splendid_03, div#splendid_04, div#splendid_05, div#splendid_06, div#splendid_07, div#splendid_08,div#splendid_09, div#splendid_10, div#splendid_11 {
		position: relative;
		left: -775px;
	}
	
	div#object_01, div#object_02, div#object_03, div#object_04, div#object_05, div#object_06{
		position: relative;
		left: -775px;
	}
	div#fine_01, div#fine_02, div#fine_03, div#fine_04, div#fine_05, div#fine_06{
		position: relative;
		left: -775px;
	}
	
	.footer_series_tab {
		width: 350px;
		position: relative;
    	bottom: -40px;
    	left: -228px;
	}

	/*Artworks-Still Life series - Expressed_through_Objects Start*/

	div#object_01, div#object_02, div#object_03, div#object_04, div#object_05, div#object_06{
		position: relative;
		left: -775px;
	}
	.info_expressed_through_objects_text {
		position: relative;
		bottom: 30px;
	}
	p.expressed_through_object_intro {
		position: relative;
		top: -50px;
	}
	.info_expressed_through_objects_img {
		position: relative;
		top: -80px;
		padding-top: 50px;
	}
	.splendid_light_img {
		position: relative;
		right: -773px;
	}
	.splendid_light_text {
		position: relative;
		right: -773px;
		bottom: -50px;
	}

	/*Artworks-Still Life series - Fine Moments Start*/
	div#fine_01, div#fine_02, div#fine_03, div#fine_04, div#fine_05, div#fine_06{
		position: relative;
		left: -775px;
	}
	p.fine_moents_intro {
		position: relative;
		top: -50px;
	}

	/*Artworks-Urban Landscape Start*/
	.about_photo_5 {
		position: relative;
		top: -170px;
	}

	.info_urban_img {
		position: relative;
		top: -180px;
		padding-top: 50px;
	}

	.info_urban_text {
		position: relative;
		top: -90px;
	}
	div#urban_01, div#urban_02, div#urban_03, div#urban_04, div#urban_05, div#urban_06, div#urban_07{
		position: relative;
		left: -775px;
	}

	.info_ordinary_img {
		position: relative;
		top: -150px;
		padding-top: 50px;
	}
	.info_ordinary_text{
		position: relative;
    	top: -100px;
	}
	img.info_ordinary_img {
		position: relative;
		top: -350px;
	}

	.info_ordinary_text.blog-meta {
		position: relative;
		top: -300px;
	}

	div#ordinary_1, div#ordinary_2, div#ordinary_3, div#ordinary_4{
		position: relative;
		left: -775px;
	}
	

	div#reality_01{
		position: relative;
	}
	img#reality_01 {
		width: 300px;
		position: relative;
		left: 0px;
	}
	.reality_01_text{
		position: relative;
		bottom: -90px;
		left: 0px;
	}
	/*Art Critics Start*/
	.site-btn.art_critics_btn {
		position: relative;
		left: 8px;
		top: 10px;
	}
	.news_01_img{
		width: 500px;
		margin-bottom: 30px;
		position: relative;
		top: -30px;
	}
	.footer-section {
		padding: 50px 0 30px;
		position: relative;
		top: 50px;
	}
	
}

/*Small devices */
@media (min-width: 576px) and (max-width: 767.98px) {
	/*Home Slider Animation Start*/
/*.coverflow{
	width: 1440px;
    height: 919px;
    position: relative;
    left: 0px;
	overflow-x: hidden;
  }*/
  .coverflow>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    filter: alpha(opacity=0);
    /*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
    -webkit-animation: silder 40s linear infinite;
            animation: silder 40s linear infinite;
  }
  .coverflow>a>img{
    max-width: 100%;

  }

/*動畫關鍵影格*/
  @-webkit-keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }
  @keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }

/*每個圖片各延遲10秒*/
.coverflow>a:nth-child(4) {
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
  }
  .coverflow>a:nth-child(3) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
  .coverflow>a:nth-child(2) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
  .coverflow>a:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;    
  }
/*滑入時停止播放*/
  .coverflow:hover>a{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
div#landscape_home {
    position: relative;
	top: 115px;
}
div#still_life_home {
    position: relative;
	top: 133px;
}
/*Home Slider Animation End*/

/*Home Left Contact Section Start*/
.contact-link {
	position: absolute;
	left: 42px;
	bottom: 40px;
	z-index: 99;
}

.contact-link:after {
	position: absolute;
	content: "";
	height: 135px;
	width: 1px;
	left: 50%;
	top: 50px;
	background: #fff;
}

.contact-link p {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	margin-bottom: 180px;
}

.contact-link img {
	width: 71px;
	height: 71px;
	border-radius: 50%;
}
/*Home Left Contact Section End*/

p#title_1 {
	position: relative;
	left: -500px;
	top: -100px;
	text-align: left;
	color: #fff;
}
p#title_2 {
	position: relative;
	right: -1000px;
	top: -100px;
	text-align: left;
	color: #fff;
}
p#title_3 {
	position: relative;
	left: -440px;
	top: -100px;
	text-align: left;
}
p#title_4 {
	position: relative;
	left: -440px;
	top: -100px;
	text-align: left;
	color: #fff;
}
.down-sign {
    width: 60px;
    position: absolute;
    bottom: 550px;
    left: calc(50% - 30px);
    z-index: 99;
    text-align: center;
}
	.art_critics_btn {	
		position: relative;
		left: 5px;
		bottom: -50px;
	}
	.cn_info{
		margin-top: 150px;
    	position: relative;
    	right: -15px;
	}
	.en_info{
		margin-top: 50px;
	}

	.portfilio-single {
		/*height: 1100px;*/
		padding: 70px 70px 0;
	}
	img.about_photo_2 {
		width: 1000px;
		position: relative;
		left: -30px;
	}
	img.about_photo_3{
		position: relative;
		bottom: -30px;
	}
	h5.still_life_title_en {
		position: relative;
		bottom: -50px;
	}
	h5.still_life_title_cn {
		position: relative;
		bottom: -20px;
	}
	.site-btn {
		position: relative;
    	/* left: -200px; */
    	top: -40px;
    	margin: 10px;
    	width: 350px;
	}
	p.splendid_light_intro {
		position: relative;
		top: -50px;
	}
	.artworks_btn{
		position: relative;
		top: -50px;
	}
	.info_splendid_light_img {
		position: relative;
		top: -40px;
		padding-top: 50px;
	}
	.info_splendid_light_text {
		position: relative;
		bottom: 0px;
	}
	.splendid_light_btn{
		position: relative;
		left: -190px;
		width: 400px;
	}
	
	.splendid_light_text {
		position: relative;
		right: -750px;
		bottom: -50px;
	}
	


	div#splendid_01, div#splendid_02, div#splendid_03, div#splendid_04, div#splendid_05, div#splendid_06, div#splendid_07, div#splendid_08,div#splendid_09, div#splendid_10, div#splendid_11 {
		position: relative;
		left: -670px;
	}
	
	div#object_01, div#object_02, div#object_03, div#object_04, div#object_05, div#object_06{
		position: relative;
		left: -670px;
	}
	div#fine_01, div#fine_02, div#fine_03, div#fine_04, div#fine_05, div#fine_06{
		position: relative;
		left: -670px;
	}

	.info_expressed_through_objects_text {
		position: relative;
		bottom: 130px;
	}
	p.expressed_through_object_intro {
		position: relative;
		top: -50px;
	}
	p.expressed_through_object_intro_cn {
		position: relative;
		top: -20px;
	}
	
	.info_expressed_through_objects_img {
		position: relative;
		top: -180px;
		padding-top: 50px;
	}

	p.fine_moents_intro {
		position: relative;
		top: -50px;
	}
	p.fine_moents_intro_cn {
		position: relative;
		top: -20px;
	}
	
	.splendid_light_text.blog-meta {
		position: relative;
		right: -450px;
	}
	.splendid_light_cn_info {
		position: relative;
		top: 0px;
	}

	

/*Artworks-Urban Landscape Start*/
	.about_photo_5 {
    	position: relative;
    	top: -150px;
	}
	.read_more_btn {
		margin: -90px 50px 20px 175px;
		position: relative;
		left: -10px;
		bottom: -50px;
	}
	img.info_urban_img {
		position: relative;
		top: -150px;
	}
	.info_urban_text {
		position: relative;
		top: -100px;
	}

	img#urban_01{
		height: 300px;
	}
	img#urban_02{
		height: 300px;
	}
	img#urban_03{
		height: 300px;
	}
	img#urban_04{
		height: 300px;
	}
	img#urban_05{
		height: 300px;
	}
	img#urban_06{
		height: 300px;
	}
	img#urban_07{
		width: 300px;
	}
	
	.info_ordinary_img {
		position: relative;
		top: -45px;
		padding-top: 50px;
	}
	.info_ordinary_text {
		position: relative;
		top: 0px;
	}
	img#ordinary_1 {
		height: 300px;
	}
	img#ordinary_2 {
		height: 300px;
	}
	img#ordinary_3 {
		height: 300px;
	}
	img#ordinary_4 {
		height: 300px;
	}
	img#reality_01 {
		width: 300px;
	}
	h5.ordinary_scenery_title_cn {
		position: relative;
		top: -100px;
	}
	p.ordinary_scenery_intro_cn {
		position: relative;
		top: -150px;
	}
	.reality_img {
		position: relative;
		right: -390px;
		width: 300px;
	}
	.reality_01_text {
		position: relative;
		bottom: -50px;
		left: 250px;
	}
	
	p.reality_and_dreams_intro {
		position: relative;
		top: -20px;
	}
	p.reality_and_dreams_intro_cn {
		position: relative;
		top: -20px;
	}
	img#reality_01 {
		width: 300px;
		position: relative;
		left: 250px;
	}
	.reality_01_text {
		position: relative;
		bottom: -50px;
		left: 250px;
	}
	.series_tab {
		position: relative;
		bottom: -50px;
	}
	
	.footer_series_tab {
		width: 350px;
		position: relative;
		bottom: -40px;
		left: 20px;
	}

	

	.splendid_light_img {
		position: relative;
		right: -675px;
	}
	.splendid_light_text {
		position: relative;
		right: -675px;
		bottom: -50px;
	}

	.splendid_light_text.blog-meta {
		position: relative;
		right: -675px;
	}
	img#urban_01, img#urban_02,img#urban_03,img#urban_04,img#urban_05,img#urban_06,img#urban_07{
		position: relative;
		left: 380px;
	}
	.urban_window_text{
		position: relative;
		left: 380px;
	}
	img#ordinary_1,img#ordinary_2,img#ordinary_3,img#ordinary_4 {
		position: relative;
		left: 380px;
	}
	.urban_ordinary_text{
		position: relative;
		left: 380px;
	}
	img#reality_01 {
		position: relative;
		left: 20px;
	}
	.reality_01_text{
		position: relative;
    	bottom: -90px;
    	left: 20px;
	}
	/*Art Critics Start*/
	.site-btn.art_critics_btn {
		position: relative;
		left: 0px;
		top: 30px;
	}
	h5.about_title {
		position: relative;
		bottom: -30px;
	}

	.news_01_img{
		width: 500px;
		margin-bottom: 30px;
		position: relative;
		top: -30px;
	}

	.footer-section {
		padding: 50px 0 30px;
		position: relative;
		top: 250px;
	}
}



/* Medium devices*/
@media (min-width: 768px) and  (max-width: 991.98px) {
	/*Home Slider Animation Start*/
/*.coverflow{
	width: 1440px;
    height: 919px;
    position: relative;
    left: 0px;
	overflow-x: hidden;
  }*/
  .coverflow>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    filter: alpha(opacity=0);
    /*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
    -webkit-animation: silder 40s linear infinite;
            animation: silder 40s linear infinite;
  }
  .coverflow>a>img{
    max-width: 100%;
  }

/*動畫關鍵影格*/
  @-webkit-keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }
  @keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }

/*每個圖片各延遲10秒*/
.coverflow>a:nth-child(4) {
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
  }
  .coverflow>a:nth-child(3) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
  .coverflow>a:nth-child(2) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
  .coverflow>a:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;    
  }
/*滑入時停止播放*/
  .coverflow:hover>a{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
div#landscape_home {
    position: relative;
    top: 170px;
    height: 300px;
}
div#still_life_home {
    position: relative;
	top: 255px;
}
/*Home Slider Animation End*/

/*Home Left Contact Section Start*/
.contact-link {
	position: absolute;
	left: 42px;
	bottom: 40px;
	z-index: 99;
}

.contact-link:after {
	position: absolute;
	content: "";
	height: 135px;
	width: 1px;
	left: 50%;
	top: 50px;
	background: #fff;
}

.contact-link p {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	margin-bottom: 180px;
}

.contact-link img {
	width: 71px;
	height: 71px;
	border-radius: 50%;
}
/*Home Left Contact Section End*/

p#title_1 {
	position: relative;
	left: -500px;
	top: -100px;
	text-align: left;
	color: #fff;
}
p#title_2 {
	position: relative;
	right: -1000px;
	top: -100px;
	text-align: left;
	color: #fff;
}
p#title_3 {
	position: relative;
	left: -440px;
	top: -100px;
	text-align: left;
}
p#title_4 {
	position: relative;
	left: -440px;
	top: -100px;
	text-align: left;
	color: #fff;
}
.contact-link {
    position: absolute;
    left: 42px;
    bottom: 200px;
    z-index: 99;
}
.down-sign {
    width: 60px;
    position: absolute;
    bottom: 850px;
    left: calc(50% - 30px);
    z-index: 99;
    text-align: center;
}

	.art_critics_btn {	
		position: relative;
		left: -10px;
		top: 50px;
	}
	.cn_info{
		margin-top: 150px;
		position: relative;
		right: -15px;
		top: -200px;
	}
	.en_info{
		margin-top: 0px;
		position: relative;
		bottom: -100px;
	}

	.portfilio-single {
		/*height: 1100px;*/
		padding: 70px 70px 0;
	}
	img.about_photo_2 {
		width: 1000px;
		position: relative;
		left: -30px;
	}
	img.about_photo_3{
		position: relative;
		bottom: -30px;
	}
	h5.still_life_title_en {
		position: relative;
		bottom: -50px;
	}
	h5.still_life_title_cn {
		position: relative;
		bottom: -20px;
	}
	h5.splendid_light_en_title {
		position: relative;
    /* bottom: -50px;*/
	}
	p.splendid_light_cn_intro {
		position: relative;
		top: -50px;
	}
	.series_tab {
		position: relative;
		top: -50px;
		left: -190px;
	}
	
	.site-btn {
		position: relative;
    	top: 100px;
    	left: 0px;
    	margin: 10px;
    	width: 320px;
	}

	.artworks_btn {
		position: relative;
		top: -50px;
	}

	.splendid_light_btn {
		position: relative;
		left: 0px;
		width: 400px;
	}

	div#splendid_01, div#splendid_02, div#splendid_03, div#splendid_04, div#splendid_05, div#splendid_06, div#splendid_07, div#splendid_08,div#splendid_09, div#splendid_10, div#splendid_11 {
		position: relative;
		left: -640px;
	}

.info_expressed_through_objects_img {
	position: relative;
	top: -80px;
	padding-top: 50px;
}
.info_expressed_through_objects_text {
    position: relative;
    bottom: 30px;
}
h5.expressed_through_object_en_title {
    position: relative;
    /*bottom: -130px;*/
}
.splendid_light_en_info {
    position: relative;
    top: 80px;
}
.splendid_light_en_info {
    position: relative;
    top: 80px;
    height: 550px;
}
.info_expressed_through_objects_text {
	position: relative;
	/*bottom: -50px;*/
}
p.expressed_through_object_intro {
    position: relative;
    bottom: -80px;
}
p.expressed_through_object_intro_cn {
	position: relative;
	top: -20px;
}



div#splendid_01, div#splendid_02, div#splendid_03, div#splendid_04, div#splendid_05, div#splendid_06, div#splendid_07, div#splendid_08,div#splendid_09, div#splendid_10, div#splendid_11 {
	position: relative;
	left: -550px;
}

div#object_01, div#object_02, div#object_03, div#object_04, div#object_05, div#object_06{
	position: relative;
	left: -550px;
}
div#fine_01, div#fine_02, div#fine_03, div#fine_04, div#fine_05, div#fine_06{
	position: relative;
	left: -550px;
}



h5.fine_moents_intro_en_title {
    position: relative;
    bottom: -100px;
}
p.fine_moents_intro {
	position: relative;
	bottom: -50px;
}
p.fine_moents_intro_cn {
	position: relative;
	top: -20px;
}

.col-4.social_ig {
    position: relative;
    right: -50px;
}

.col-4.social_fb {
    position: relative;
    bottom: -100px;
    left: -15px;
}

.col-4.social_tw {
    position: relative;
    bottom: -200px;
    left: -80px;
}

.about_photo_5 {
	position: relative;
	top: -150px;
}

	.copyright {
		text-align: center;
		margin-top: 210px;
	}

	.footer-section {
    	padding: 0px 30px;
    	margin: 0 auto;
    	position: relative;
    	top: 360px;
	}

	.splendid_light_img {
		position: relative;
		right: -675px;
	}
	.splendid_light_text {
		position: relative;
		right: -675px;
		bottom: -50px;
	}

	img#urban_01, img#urban_02,img#urban_03,img#urban_04,img#urban_05,img#urban_06,img#urban_07{
		position: relative;
		left: 380px;
	}
	.urban_window_text{
		position: relative;
		left: 380px;
	}
	img#ordinary_1,img#ordinary_2,img#ordinary_3,img#ordinary_4 {
		position: relative;
		left: 380px;
	}
	.urban_ordinary_text{
		position: relative;
		left: 380px;
	}
	img#reality_01 {
		position: relative;
		left: 0px;
	}
	.reality_01_text{
		position: relative;
		bottom: -90px;
		left: 0px;
	}
	.info_urban_text {
		position: relative;
		top: -70px;
	}
	/*Art Critics Start*/
	.site-btn.art_critics_btn {
		position: relative;
		left: 265px;
		top: 90px;
	}
	.news_01_img{
		width: 500px;
		margin-bottom: 30px;
		position: relative;
		top: -30px;
	}
}



/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	/*Home Slider Animation Start*/
/*.coverflow{
	width: 1440px;
    height: 919px;
    position: relative;
    left: 0px;
	overflow-x: hidden;
  }*/
  .coverflow>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    filter: alpha(opacity=0);
    /*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
    -webkit-animation: silder 40s linear infinite;
            animation: silder 40s linear infinite;
  }
  .coverflow>a>img{
    max-width: 100%;
  }

/*動畫關鍵影格*/
  @-webkit-keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }
  @keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }

/*每個圖片各延遲10秒*/
.coverflow>a:nth-child(3) {
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
  }
  .coverflow>a:nth-child(3) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
  .coverflow>a:nth-child(2) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
  .coverflow>a:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;    
  }
/*滑入時停止播放*/
  .coverflow:hover>a{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
div#landscape_home {
    position: relative;
    top: 110px;
    /* height: 300px;*/
}
div#still_life_home {
    position: relative;
	top: 290px;
    height: 300px;
}
/*Home Slider Animation End*/

/*Home Left Contact Section Start*/
.contact-link {
	position: absolute;
    left: 42px;
    bottom: 240px;
    z-index: 99;
}

.contact-link:after {
	position: absolute;
	content: "";
	height: 135px;
	width: 1px;
	left: 50%;
	top: 50px;
	background: #fff;
}

.contact-link p {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	margin-bottom: 180px;
}

.contact-link img {
	width: 71px;
	height: 71px;
	border-radius: 50%;
}
/*Home Left Contact Section End*/

p#title_1 {
	position: relative;
	left: -500px;
	top: -100px;
	text-align: left;
	color: #fff;
}
p#title_2 {
	position: relative;
    right: -550px;
    top: -100px;
    text-align: left;
    color: #fff;
}
p#title_3 {
	position: relative;
	left: -440px;
	top: -100px;
	text-align: left;
}
p#title_4 {
	position: relative;
	left: -440px;
	top: -100px;
	text-align: left;
	color: #fff;
}
.down-sign {
    width: 60px;
    position: absolute;
    bottom: 850px;
    left: calc(50% - 30px);
    z-index: 99;
    text-align: center;
}
	.art_critics_btn {	
		position: relative;
		left: 5px;
		top: -50px;
	}
	.cn_info{
		margin-top: 150px;
    	position: relative;
    	right: -15px;
	}
	.en_info{
		margin-top: 50px;
	}
	p.splendid_light_intro {
		position: relative;
		top: -50px;
	}
	.portfilio-single {
		/*height: 1100px;*/
		padding: 70px 70px 0;
	}
	img.about_photo_2 {
		width: 1000px;
		position: relative;
		left: -30px;
	}
	img.about_photo_3{
		position: relative;
		bottom: -30px;
	}
	h5.still_life_title_en {
		position: relative;
		bottom: -50px;
	}
	h5.still_life_title_cn {
		position: relative;
		bottom: -20px;
	}
	.site-btn {
		position: relative;
		left: -195px;
		top: 0px;
		margin: 10px;
		width: 350px;
	}
	.artworks_btn{
		position: relative;
		top: -50px;
	}
	.info_splendid_light_img {
		position: relative;
		top: -40px;
		padding-top: 50px;
	}
	.info_splendid_light_text {
		position: relative;
		bottom: 0px;
	}
	.splendid_light_btn{
		position: relative;
		left: -190px;
		width: 400px;
	}
	.splendid_light_img {
		position: relative;
		right: -775px;
	}
	.splendid_light_text {
		position: relative;
		right: -775px;
		bottom: -50px;
	}
	.info_expressed_through_objects_text {
		position: relative;
		bottom: -50px;
	}
	p.expressed_through_object_intro {
		position: relative;
		top: -50px;
	}
	p.expressed_through_object_intro_cn {
		position: relative;
		top: -20px;
	}

	p.fine_moents_intro {
		position: relative;
		top: -50px;
	}
	p.fine_moents_intro_cn {
		position: relative;
		top: -20px;
	}

	div#splendid_01, div#splendid_02, div#splendid_03, div#splendid_04, div#splendid_05, div#splendid_06, div#splendid_07, div#splendid_08,div#splendid_09, div#splendid_10, div#splendid_11 {
		position: relative;
		left: -550px;
	}
	
	div#object_01, div#object_02, div#object_03, div#object_04, div#object_05, div#object_06{
		position: relative;
		left: -550px;
	}
	div#fine_01, div#fine_02, div#fine_03, div#fine_04, div#fine_05, div#fine_06{
		position: relative;
		left: -550px;
	}

/*Artworks-Urban Landscape Start*/
	.about_photo_5 {
    	position: relative;
    	top: 40px;
	}
	.read_more_btn {
		margin: -90px 50px 20px 175px;
		position: relative;
		left: -10px;
		bottom: -50px;
	}
	img.info_urban_img {
		position: relative;
		top: 10px;
	}
	.info_urban_text {
		position: relative;
		top: 55px;
	}
	
	.info_ordinary_img {
		position: relative;
		top: -45px;
		padding-top: 50px;
	}
	.info_ordinary_text {
		position: relative;
		top: 0px;
	}
	img#ordinary_1 {
		height: 300px;
	}
	img#ordinary_2 {
		height: 300px;
	}
	img#ordinary_3 {
		height: 300px;
	}
	img#ordinary_4 {
		height: 300px;
	}
	
	h5.ordinary_scenery_title_cn {
		position: relative;
		top: -100px;
	}
	p.ordinary_scenery_intro_cn {
		position: relative;
		top: -150px;
	}
	.reality_img {
		position: relative;
		right: -390px;
		width: 300px;
	}
	
	p.reality_and_dreams_intro {
		position: relative;
		top: -20px;
	}
	p.reality_and_dreams_intro_cn {
		position: relative;
		top: -20px;
	}
	.series_tab {
		position: relative;
		bottom: -50px;
	}
	
	img#urban_01, img#urban_02,img#urban_03,img#urban_04,img#urban_05,img#urban_06,img#urban_07 {
		position: relative;
		left: 550px;
		height: 300px;
	}
	.urban_window_text{
		position: relative;
		left: 550px;
	}

	img#ordinary_1,img#ordinary_2,img#ordinary_3,img#ordinary_4 {
		position: relative;
		left: 480px;
	}
	.urban_ordinary_text{
		position: relative;
		left: 480px;
	}
	img#reality_01 {
		position: relative;
    	top: -30px;
		left: 80px;
    	width: 300px; 
	}
	.reality_01_text{
		position: relative;
		bottom: -50px;
		left: 80px;
	}
/*Art Critics Start*/
.site-btn.art_critics_btn {
	position: relative;
    left: 450px;
    top: 70px;
}

.news_01_img{
	width: 500px;
	margin-bottom: 30px;
	position: relative;
	top: -30px;
}

	.footer_series_tab {
		width: 350px;
		position: relative;
		bottom: -10px;
		left: 80px;
	}
	.footer-section {
		padding: 50px 0 30px;
		position: relative;
		top: 400px;
	}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px)  and (max-width: 1399.98px) {
	/*Home Slider Animation Start*/
/*.coverflow{
	width: 1440px;
    height: 919px;
    position: relative;
    left: 0px;
	overflow-x: hidden;
  }*/
  .coverflow>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    filter: alpha(opacity=0);
    /*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
    -webkit-animation: silder 40s linear infinite;
            animation: silder 40s linear infinite;
  }
  .coverflow>a>img{
    max-width: 100%;
  }

/*動畫關鍵影格*/
  @-webkit-keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }
  @keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }

/*每個圖片各延遲10秒*/
.coverflow>a:nth-child(4) {
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
  }
  .coverflow>a:nth-child(3) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
  .coverflow>a:nth-child(2) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
  .coverflow>a:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;    
  }
/*滑入時停止播放*/
  .coverflow:hover>a{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
div#landscape_home {
    position: relative;
    top: 0px;
}
div#still_life_home {
    position: relative;
    top: -195px;
    height: 700px;
}
/*Home Slider Animation End*/

p#title_1 {
	position: relative;
	left: -500px;
	top: -100px;
	text-align: left;
	color: #fff;
}
p#title_2 {
	position: relative;
	right: -1000px;
	top: -100px;
	text-align: left;
	color: #fff;
}
p#title_3 {
	position: relative;
	left: -440px;
	top: -100px;
	text-align: left;
}
p#title_4 {
	position: relative;
	left: -440px;
	top: -100px;
	text-align: left;
	color: #fff;
}
.down-sign {
    width: 60px;
    position: absolute;
    bottom: 850px;
    left: calc(50% - 30px);
    z-index: 99;
    text-align: center;
}
	/*Home Slider Animation Start*/
/*.coverflow{
	width: 1440px;
    height: 919px;
    position: relative;
    left: 0px;
	overflow-x: hidden;
  }*/
  .coverflow>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    filter: alpha(opacity=0);
    /*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
    -webkit-animation: silder 40s linear infinite;
            animation: silder 40s linear infinite;
  }
  .coverflow>a>img{
    max-width: 100%;
  }

/*動畫關鍵影格*/
  @-webkit-keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }
  @keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }

/*每個圖片各延遲10秒*/
.coverflow>a:nth-child(4) {
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
  }
  .coverflow>a:nth-child(3) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
    .coverflow>a:nth-child(2) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }

  .coverflow>a:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;    
  }
/*滑入時停止播放*/
  .coverflow:hover>a{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
div#landscape_home {
    position: relative;
    top: 110px;
    /* height: 500px;*/
}

div#still_life_home {
	position: relative;
    top: 323px;
    height: 300px;
}
/*Home Slider Animation End*/

/*Home Left Contact Section Start*/
.contact-link {
	position: absolute;
    left: 42px;
    bottom: 210px;
    z-index: 99;
}

.contact-link:after {
	position: absolute;
	content: "";
	height: 135px;
	width: 1px;
	left: 50%;
	top: 50px;
	background: #fff;
}

.contact-link p {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	margin-bottom: 180px;
}

.contact-link img {
	width: 71px;
	height: 71px;
	border-radius: 50%;
}
/*Home Left Contact Section End*/

	.art_critics_btn {	
		position: relative;
		left: 5px;
		top: -50px;
	}
	.cn_info{
		margin-top: 150px;
    	position: relative;
    	right: -15px;
	}
	.en_info{
		margin-top: 50px;
	}
	p.splendid_light_intro {
		position: relative;
		top: -50px;
	}
	p.splendid_light_cn_intro {
		position: relative;
		top: -50px;
	}
	.portfilio-single {
		padding: 70px 70px 0;
	}
	img.about_photo_2 {
		width: 1000px;
		position: relative;
		left: -30px;
	}
	img.about_photo_3{
		position: relative;
		bottom: -30px;
	}
	h5.still_life_title_en {
		position: relative;
		bottom: -50px;
	}
	h5.still_life_title_cn {
		position: relative;
		bottom: -20px;
	}
	.site-btn {
		position: relative;
		left: -200px;
		top: 0px;
		margin: 10px;
		width: 350px;
	}
	.artworks_btn{
		position: relative;
		top: -50px;
	}
	.info_splendid_light_img {
		position: relative;
		top: -40px;
		padding-top: 50px;
	}
	.info_splendid_light_text {
		position: relative;
		bottom: 0px;
	}
	.splendid_light_btn{
		position: relative;
		left: -190px;
		width: 400px;
	}
	.splendid_light_img {
		position: relative;
		right: -775px;
	}
	.splendid_light_text {
		position: relative;
		right: -775px;
		bottom: -50px;
	}
	.info_expressed_through_objects_text {
		position: relative;
		bottom: -50px;
	}
	p.expressed_through_object_intro {
		position: relative;
		top: -50px;
	}
	p.expressed_through_object_intro_cn {
		position: relative;
		top: -20px;
	}

	p.fine_moents_intro {
		position: relative;
		top: -50px;
	}
	p.fine_moents_intro_cn {
		position: relative;
		top: -20px;
	}

	div#splendid_01, div#splendid_02, div#splendid_03, div#splendid_04, div#splendid_05, div#splendid_06, div#splendid_07, div#splendid_08,div#splendid_09, div#splendid_10, div#splendid_11 {
		position: relative;
		left: -550px;
	}
	
	div#object_01, div#object_02, div#object_03, div#object_04, div#object_05, div#object_06{
		position: relative;
		left: -550px;
	}
	div#fine_01, div#fine_02, div#fine_03, div#fine_04, div#fine_05, div#fine_06{
		position: relative;
		left: -550px;
	}
/*Artworks-Urban Landscape Start*/
	.about_photo_5 {
    	position: relative;
    	top: 40px;
	}
	.read_more_btn {
		margin: -90px 50px 20px 175px;
		position: relative;
		left: -10px;
		bottom: -50px;
	}
	img.info_urban_img {
		position: relative;
		top: 10px;
	}
	.info_urban_text {
		position: relative;
		top: 55px;
	}

	img#urban_01{
		height: 300px;
	}
	img#urban_02{
		height: 300px;
	}
	img#urban_03{
		height: 300px;
	}
	img#urban_04{
		height: 300px;
	}
	img#urban_05{
		height: 300px;
	}
	img#urban_06{
		height: 300px;
	}
	img#urban_07{
		width: 300px;
	}
	
	.info_ordinary_img {
		position: relative;
		top: -45px;
		padding-top: 50px;
	}
	.info_ordinary_text {
		position: relative;
		top: 0px;
	}
	img#ordinary_1 {
		height: 300px;
	}
	img#ordinary_2 {
		height: 300px;
	}
	img#ordinary_3 {
		height: 300px;
	}
	img#ordinary_4 {
		height: 300px;
	}
	img#reality_01 {
		width: 300px;
		position: relative;
		top: -30px;
	}
	h5.ordinary_scenery_title_cn {
		position: relative;
		top: -100px;
	}
	p.ordinary_scenery_intro_cn {
		position: relative;
		top: -150px;
	}
	.reality_img {
		position: relative;
		right: -390px;
		width: 300px;
	}
	
	p.reality_and_dreams_intro {
		position: relative;
		top: -20px;
	}
	p.reality_and_dreams_intro_cn {
		position: relative;
		top: -20px;
	}
	
	img#urban_01, img#urban_02,img#urban_03,img#urban_04,img#urban_05,img#urban_06,img#urban_07 {
		position: relative;
		left: 700px;
		height: 300px;
	}
	
	.urban_window_text{
		position: relative;
		left: 700px;
	}
	img#ordinary_1,img#ordinary_2,img#ordinary_3,img#ordinary_4 {
		position: relative;
		left: 700px;
	}
	.urban_ordinary_text{
		position: relative;
		left: 700px;
	}
	
	.reality_01_text{
		position: relative;
		left: 385px;
    	bottom: -50px;
	}

	/*Art Critics Start*/
	.site-btn.art_critics_btn {
		position: relative;
		left: 600px;
		top: 90px;
	}

	.news_01_img{
		width: 500px;
		margin-bottom: 30px;
		position: relative;
		top: -30px;
	}

	.footer_series_tab {
		width: 350px;
    	position: relative;
    	bottom: -10px;
    	left: 235px;
	}
	.footer-section {
		padding: 50px 0 30px;
		position: relative;
		top: 500px;
	}
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	/*Home Slider Animation Start*/
/*.coverflow{
	width: 1440px;
    height: 919px;
    position: relative;
    left: 0px;
	overflow-x: hidden;
  }*/
  .coverflow>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    filter: alpha(opacity=0);
    /*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
    -webkit-animation: silder 40s linear infinite;
            animation: silder 40s linear infinite;
  }
  .coverflow>a>img{
    max-width: 100%;
  }

/*動畫關鍵影格*/
  @-webkit-keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }
  @keyframes silder {
	4% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
      25% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      75% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
	  100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
  }

/*每個圖片各延遲10秒*/
.coverflow>a:nth-child(4) {
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
  }
.coverflow>a:nth-child(3) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
  .coverflow>a:nth-child(2) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
  .coverflow>a:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;    
  }
/*滑入時停止播放*/
  .coverflow:hover>a{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
div#landscape_home {
    position: relative;
    top: 110px;
    height: 700px;
}

div#still_life_home {
    position: relative;
    top: 16px;
    height: 700px;
}
/*Home Slider Animation End*/


/*Home Left Contact Section Start*/
.contact-link {
	position: absolute;
	left: 42px;
	bottom: 40px;
	z-index: 99;
}

.contact-link:after {
	position: absolute;
	content: "";
	height: 135px;
	width: 1px;
	left: 50%;
	top: 50px;
	background: #fff;
}

.contact-link p {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	margin-bottom: 180px;
}

.contact-link img {
	width: 71px;
	height: 71px;
	border-radius: 50%;
}
/*Home Left Contact Section End*/

	p#title_1 {
		position: relative;
		left: -500px;
		top: -100px;
		text-align: left;
		color: #fff;
	}
	p#title_2 {
		position: relative;
    	left: 915px;
    	top: -100px;
    	text-align: left;
    	color: #fff;
	}
	p#title_3 {
		position: relative;
		left: -440px;
		top: -100px;
		text-align: left;
	}
	p#title_4 {
		position: relative;
		left: -440px;
		top: -100px;
		text-align: left;
		color: #fff;
	}
	.down-sign {
		width: 60px;
		position: absolute;
		bottom: 50px;
		left: calc(50% - 30px);
		z-index: 99;
		text-align: center;
	}

	.art_critics_btn {	
		position: relative;
		left: -70px;
		bottom: -50px;
	}
	.cn_info{
		margin-top: 150px;
    	position: relative;
    	right: -15px;
    	top: -80px;
	}
	.en_info{
		margin-top: -100px;
    	height: 500px;
	}

	.portfilio-single {
		/*height: 1100px;*/
		padding: 70px 70px 0;
		position: relative;
		bottom: -110px;}
		
		
	img.about_photo_2 {
		width: 1000px;
		position: relative;
		left: -30px;
	}

	img.about_photo_3{
		position: relative;
    	bottom: -150px;
	}
	.site-btn {
		position: relative;
		left: -200px;
		top: 0px;
		margin: 10px;
		width: 400px;
	}
	h5.still_life_title_en {
		position: relative;
		top: 30px;
	}
	p.still_life_main_text_en {
		position: relative;
    	bottom: 20px;
	}
	h5.still_life_title_cn {
		position: relative;
		bottom: -20px;
	}

	.footer_series_tab {
		width: 350px;
		position: relative;
		bottom: -10px;
    	left: 460px;
	}

	.about_photo_5 {
		position: relative;
		top: 40px;
	}

	.read_more_btn {
		/* margin: -90px 50px 20px 175px; */
		position: relative;
		left: -10px;
		bottom: 0px;
	}

	.info_expressed_through_objects_text {
		position: relative;
		bottom: -50px;
	}

	img.info_urban_img {
		position: relative;
		top: 0px;
	}
	.info_urban_text{
		position: relative;
		bottom: -50px;
	}

	.info_ordinary_img {
		position: relative;
		/* top: -150px; */
		padding-top: 50px;
	}

	.info_ordinary_text {
		position: relative;
		top: 0px;
	}

	div#splendid_01, div#splendid_02, div#splendid_03, div#splendid_04, div#splendid_05, div#splendid_06, div#splendid_07, div#splendid_08,div#splendid_09, div#splendid_10, div#splendid_11 {
		position: relative;
		left: -550px;
	}
	
	div#object_01, div#object_02, div#object_03, div#object_04, div#object_05, div#object_06{
		position: relative;
		left: -550px;
	}
	div#fine_01, div#fine_02, div#fine_03, div#fine_04, div#fine_05, div#fine_06{
		position: relative;
		left: -550px;
	}
	img#ordinary_1,img#ordinary_2,img#ordinary_3,img#ordinary_4 {
		position: relative;
		left: 700px;
		height: 300px;
	}
	.urban_ordinary_text{
		position: relative;
		left: 700px;
	}
	img#reality_01 {
		position: relative;
    	top: -30px;
    	right: -450px;
    	height: 300px;
	}
	
	img#urban_01, img#urban_02,img#urban_03,img#urban_04,img#urban_05,img#urban_06 {
		position: relative;
		left: 850px;
		height: 300px;
	}
	img#urban_07 {
		position: relative;
		left: 850px;
		width: 300px;
	}
	.urban_window_text{
		position: relative;
		left: 850px;
	}
	.reality_01_text {
		position: relative;
		right: -450px;
		bottom: -50px;
	}

	/*Art Critics Start*/
	.site-btn.art_critics_btn {
		position: relative;
		left: 550px;
		top: 90px;
	}

	.news_01_img{
		width: 500px;
		margin-bottom: 30px;
		position: relative;
		top: -30px;
	}
}

	
.art_critics_title_1,.art_critics_title_2, .art_critics_title_3{
	margin-top: 30px;
	padding-top: 10px;
	line-height: 30px;
}

button.blog-date {
    position: relative;
    top: -35px;
    left: 0px;
}
	
	
	
	p.splendid_light_intro {
		position: relative;
		top: -50px;
	}
	p.splendid_light_cn_intro {
		position: relative;
		top: -50px;
	}


	
	
	p.expressed_through_object_intro {
		position: relative;
		top: -50px;
	}
	p.expressed_through_object_intro_cn {
		position: relative;
		top: -20px;
	}

	p.fine_moents_intro {
		position: relative;
		top: -50px;
	}
	p.fine_moents_intro_cn {
		position: relative;
		top: -20px;
	}
/*Artworks-Urban Landscape Start*/


	p.ordinary_scenery_intro {
		position: relative;
		top: -50px;
	}
	h5.ordinary_scenery_title_cn {
		position: relative;
		top: -100px;
	}
	p.ordinary_scenery_intro_cn {
		position: relative;
		top: -150px;
	}
	.reality_img {
		position: relative;
		right: -390px;
		width: 300px;
	}
	p.reality_and_dreams_intro {
		position: relative;
		top: -20px;
	}
	
	p.reality_and_dreams_intro_cn {
		position: relative;
		top: -20px;
	}








/* ----------------
  Blog Page
---------------------*/

.blog-page {
	padding-top: 120px;
	padding-bottom: 107px;
}

.blog-item {
	margin: 58px 0px;
}

.blog-thumb {
	position: relative;
	bottom: -50px;
	margin-bottom: 35px;
}

.blog-date {
	position: absolute;
	width: 163px;
	height: 47px;
	top: 36px;
	left: -65px;
	text-align: center;
	padding-top: 12px;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	background: #1a1420;
	border: 2px solid #fff;
}

.blog-content h3 {
	margin-bottom: 15px;
}

.blog-content p {
	color: #000;
	opacity: 0.5;
	font-weight: 500;
	margin-bottom: 25px;
	position: relative;
    top: -40px;
}

.blog-metas {
	margin-bottom: 30px;
    position: relative;
    top: -20px;
}

.blog-metas .blog-meta#cn_collection {
    display: inline-block;
    margin-right: 13px;
    padding-right: 13px;
    font-size: 17px;
    color: #565656;
    font-weight: 50;
    position: relative;
}


.blog-metas .blog-meta {
	display: inline-block;
	margin-right: 13px;
	padding-right: 13px;
	font-size: 14px;
	color: #565656;
	font-weight: 50;
	position: relative;
}



.blog-metas .blog-meta:after {
	position: absolute;
	/*content: "|";*/
	right: -1px;
	top: 0;
	font-size: 12px;
}

.blog-metas .blog-meta:last-child {
	margin-right: 0;
	padding-right: 0;
}

.blog-metas .blog-meta:last-child:after {
	display: none;
}

.sb-widget {
	margin-bottom: 55px;
	position: relative;
    left: 5px;
}

.sb-widget .sb-title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 30px;
}

.sb-widget .sb-search input {
	width: 100%;
	height: 34px;
	border: none;
	font-size: 12px;
	padding: 10px 22px;
	border-bottom: 2px solid #1a1624;
	background: #f7f6fa;
}

.sb-widget ul {
	list-style: none;
}

.sb-widget ul li {
	margin-bottom: 10px;
}

.sb-widget ul li a {
	font-size: 14px;
	color: #000;
	opacity: 0.5;
	font-weight: 500;
}

.sb-latest-post {
	padding-top: 15px;
}

.sb-latest-post .sbl-item {
	margin-top: 25px;
}

.sb-latest-post img {
	margin-bottom: 20px;
}

.sb-latest-post span {
	font-size: 12px;
	font-weight: 600;
}

.sb-latest-post h4 {
	font-size: 18px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.sb-latest-post p {
	font-size: 14px;
	color: #000;
	opacity: 0.5;
}

.site-pagination {
	padding-top: 50px;
}

.site-pagination a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 37px;
	min-width: 37px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #b7b7b7;
	font-size: 14px;
}

.site-pagination .active {
	color: #020202;
	border: 2px solid #1b1c2e;
}


















/* ----------------
  Contact Page
---------------------*/

.contact-page {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 235px;
	padding-bottom: 120px;
}

.contact-text h2 {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 30px;
}

.contact-text p {
	opacity: 0.5;
	margin-bottom: 50px;
}

.contact-text ul {
	list-style: none;
}

.contact-text ul li {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 18px;
}

.contact-text ul li h6 {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	width: 83px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: none;
	font-size: 12px;
	color: #fff;
	padding-bottom: 22px;
	margin-bottom: 25px;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	background: transparent;
}

.contact-form textarea {
	height: 220px;
	margin-bottom: 50px;
}

.newsletter-section {
	padding-top: 105px;
	padding-bottom: 95px;
}

.newsletter-section h3 {
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	padding: 30px 0;
}

.newsletter-form input {
	width: calc(100% - 240px);
	border: none;
	font-size: 14px;
	color: #fff;
	padding-bottom: 22px;
	margin-bottom: 25px;
	font-weight: 500;
	border-bottom: 2px solid #fff;
	background: transparent;
	margin-right: 45px;
}

/* ----------------
  9. Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
		max-width: 1000px;
	}
}

@media (max-width: 1300px) {
	.main-menu {
		padding-right: 80px;
	}
	.portfolio-intro {
		padding-left: 60px;
	}
	.portfolio-intro h2 {
		font-size: 45px;
		margin-bottom: 30px;
	}
	.portfolio-intro .portfolio-filter li {
		margin-right: 30px;
	}
	.blog-date {
		left: -15px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu li a {
		margin-right: 25px;
	}
	.header-social a {
		margin-left: 20px;
	}
	.banner-section h2 {
		font-size: 27px;
	}
	.about-section {
		padding-left: 150px;
	}
	.sp-about-section .sp-about-content h2 {
		font-size: 30px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-warp {
		text-align: center;
	}
	.site-logo {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
	}
	.header-social,
	.main-menu {
		float: none;
		margin-right: 0;
		padding-right: 0;
	}
	.main-menu li a {
		margin-right: 30px;
	}
	.header-social a {
		margin-left: 25px;
	}
	.header-social a:first-child {
		margin-left: 0;
	}
	.about-section {
		padding-left: 120px;
	}
	.banner-section h2 {
		font-size: 27px;
		margin-bottom: 50px;
	}
	.sp-about-section .sp-about-text {
		padding-left: 0;
	}
	.grid-item.portfolio-item.__big.__wide {
		height: auto !important;
		padding-bottom: 50px;
	}
	.portfolio-item {
		width: 50%;
	}
	.portfolio-item.__big {
		width: 100%;
	}
	.sidebar {
		padding-top: 50px;
	}
	.contact-page {
		padding: 230px 80px 120px;
	}
	.contact-form {
		padding-top: 80px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-warp {
		text-align: center;
	}
	.site-logo {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
		width: 200px;
		position: relative;
    	top: -20px;
		right: -20px;
	}
	.header-social,
	.main-menu {
		float: none;
		margin-right: 0;
		padding-right: 0;
	}
	.header-social a {
		margin-left: 25px;
	}
	.header-social a:first-child {
		margin-left: 0;
	}
	.nav-switch {
		display: inline-block;
		color: #8c8c8c;
		width: 40px;
		height: 40px;
		font-size: 22px;
		border: 1px solid #8c8c8c;
		border-radius: 50%;
		padding-top: 3px;
		cursor: pointer;
		position: relative;
    	bottom: -35px;
    	left: -100px;
	}
	.header-default-bg {
		overflow: visible;
	}
	.header-default-bg .main-menu {
		top: 100%;
	}
	.main-menu {
		display: none;
		background: #fff;
		width: calc(100% - 30px);
		position: absolute;
		top: calc(100% + 10px);
		left: 15px;
		padding-right: 0;
		-webkit-box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.35);
		        box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.35);
	}
	.main-menu li {
		display: block;
	}
	.main-menu li a {
		display: block;
		font-size: 16px;
		color: #141325;
		margin-right: 0;
		padding: 14px 23px;
		font-weight: 500;
		text-align: left;
		border-bottom: 1px solid #f1f1f1;
	}
	.contact-link {
		display: none;
	}
	.hs-item {
		/*padding-top: 300px;*/
		padding-bottom: 200px;
		height: auto;
		height: 500px;
	}
	.hs-item h1 {
		font-size: 22px;
	}
	.hs-item h2 {
		font-size: 34px;
		padding-top: 10px;
		margin-bottom: 20px;
	}
	.home-page .slide-num-holder,
	.home-page .hero-slider.owl-carousel .owl-nav {
		top: 40%;
	}
	.home-page .slide-num-holder {
		right: 70px;
	}
	.home-page .hero-slider.owl-carousel .owl-nav {
		right: 15px;
	}
	.about-section {
		padding: 80px 20px;
	}
	.about-two {
		background-position: left 20% center;
	}
	.banner-section h2 {
		font-size: 27px;
		margin-bottom: 50px;
	}
	.hero-section-2 {
		height: auto;
		padding: 230px 30px 200px;
	}
	.hero-section-2 .hero-content h2 {
		font-size: 35px;
	}
	.testimonial-content h2 {
		font-size: 30px;
	}
	.sp-about-section .sp-about-text {
		padding-left: 0;
	}
	.fact-item {
		margin-bottom: 40px;
	}
	.grid-item.portfolio-item.__big.__wide {
		height: auto !important;
		padding-bottom: 50px;
	}
	.portfolio-item {
		width: 50%;
	}
	.portfolio-item.__big {
		width: 100%;
	}
	.portfilio-single {
		height: auto;
		padding-bottom: 80px;
	}
	.portfilio-single .portfolio-single-content h2 {
		font-size: 35px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.portfolio-intro {
		padding: 0 15px 80px;
	}
	.portfolio-item {
		width: 100%;
	}
	.newsletter-form input {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}
	.portfolio-slider-warp .center img {
		border: none;
	}
	.contact-text h2,
	.portfolio-intro h2 {
    font-size: 35px;
		font-size: 30px;	
	}

	
}

/*XX-Small devices 
@media (min-width: 320px) {
	.header-section {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		padding: 0 15px;
		z-index: 999;
		background-color: #fefdfd;
		opacity: 0.85;
		height: 130px;
	}
	.site-logo {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
		width: 200px;
		position: relative;
		top: -15px;
		right: -20px;
	}

	.nav-switch {
		display: inline-block;
		color: #8c8c8c;
		width: 40px;
		height: 40px;
		font-size: 22px;
		border: 1px solid #8c8c8c;
		border-radius: 50%;
		padding-top: 3px;
		cursor: pointer;
		position: relative;
		bottom: -45px;
		left: -100px;
	}
	.owl-carousel .owl-stage-outer {
		position: relative;
		bottom: -15px;
		overflow: hidden;
		-webkit-transform: translate3d(0,0,0);
	}
}
*/
/*X-Small devices 
@media (min-width: 375px) and (max-width: 575.98px) {
	.header-section {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		padding: 0 15px;
		z-index: 999;
		background-color: #fefdfd;
		opacity: 0.85;
		height: 130px;
	}
	.site-logo {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
		width: 200px;
		position: relative;
		top: -15px;
		right: -30px;
	}

	.nav-switch {
		display: inline-block;
		color: #8c8c8c;
		width: 40px;
		height: 40px;
		font-size: 22px;
		border: 1px solid #8c8c8c;
		border-radius: 50%;
		padding-top: 3px;
		cursor: pointer;
		position: relative;
		bottom: -45px;
		left: -100px;
	}
	.owl-carousel .owl-stage-outer {
		position: relative;
		bottom: -15px;
		overflow: hidden;
		-webkit-transform: translate3d(0,0,0);
	}
}
*/
/*Small devices 
@media (min-width: 576px) and (max-width: 767.98px) {
	.header-section {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		padding: 0 15px;
		z-index: 999;
		background-color: #fefdfd;
		opacity: 0.85;
		height: 130px;
	}
	.site-logo {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
		width: 200px;
		position: relative;
		top: -15px;
		right: -20px;
	}

	.nav-switch {
		display: inline-block;
		color: #8c8c8c;
		width: 40px;
		height: 40px;
		font-size: 22px;
		border: 1px solid #8c8c8c;
		border-radius: 50%;
		padding-top: 3px;
		cursor: pointer;
		position: relative;
		bottom: -45px;
		left: -105px;
	}
	.owl-carousel .owl-stage-outer {
		position: relative;
		bottom: -15px;
		overflow: hidden;
		-webkit-transform: translate3d(0,0,0);
	}
}
*/
