@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
		font-family: "Century Gothic", "Varela Round", "sans-serif", "微軟正黑體";

}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,form{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.imp{color:#F00;}
.cmxform label.error {
	display: none;
	color: #FF0000;
	font-size: 10pt;
}



#header {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	background-color: #FFFFFF;
    border-bottom: 1px solid #eee;
}
#header .middle {
	width: 1200px;
	height:100px;
    margin: 0 auto;
}
#header .logo {
	float: left;
	height: 85px;
	width: 250px;
	background-color: #FFF;
	overflow: hidden;
}
#header .logo img {
	max-width:100%;
	max-height:100%;
}


#header #langu {
    float: right;
    width: 900px;
	height: 30px;
	text-align: right;
}
#header #langu ul li {
	display: inline-block; 
	padding: 5px 0px;
    margin: 0;
}
#header #langu ul li a {
	padding: 0 10px;
	font-size: 14px;
    line-height:20px;
    color: #000;
    border-radius: 5px;
	background-color: #eee;
}
#header #langu ul > li + li:before {
    content: '|';
	padding: 0 5px 0 4px;
    color: #a1acc0;
}
#header #langu a:hover {
    color: #F00;
}
#header #langu a.stay {
    color: #FFF;
    background-color: #C00;
}


#header .menubar {
	float: right;
	width: 900px;
	margin-top:20px;
	text-align: right;
}
#header .menubar ul{}
.en #header .menubar ul {
	/*font-family:Constantia;*/
	font-family: "微軟正黑體", "Arial Unicode MS", Arial;
}
#header .menubar ul li {
	display: inline-block;
	padding: 5px 0px;
    margin: 0;
	height: 40px;
	position: relative;
}
#header .menubar ul li a {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	display: block;
	margin:0 20px;
}
#header .menubar ul li a:hover {
	color: #C00;
}
#header .menubar ul li ul {
	position: absolute;
	width: auto;
	left: 10px;
	top: 40px;
	background-color: rgba(0,0,0,0.7);
	height: auto!important;
	z-index: 8000;
	padding: 10px;
	margin: 0px;
	display: none;
}
#header .menubar ul li ul li {
    height: 16pt!important;
    font-size: 10pt;
    line-height: 16pt;
    color: #FFF;
    width: 100%;
	text-align:left;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
    margin-top: 5px;
	margin-bottom: 5px;
}
#header .menubar ul li ul li a {
    color: #FFF;
    margin: 0px;
    white-space: nowrap!important;
    font-size: 10pt;
    font-weight: normal;
    padding: 0px 10px;
}



.Title-line {
	width:100%;
	max-width: 1170px;
	margin: 5px auto;
	min-height: 50px;
	position:relative;
	text-align:center;
	overflow:hidden;
}
.Title-line .p1{
	position:absolute;
    left: 0px;
    top: 0px;
    z-index: 2;	
}
.Title-line .p2{
	display: inline-block;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.Title-line .tit{
	color: #000;
    margin: 5px 40px;
    padding: 0px 50px;
	    font-size: 26px;
    line-height: 40px;
	margin-bottom: 25px;
}
.Title-line .pag{}
.Title-line .tit span {
    color: #3CC;
	padding:0 5px;
}
.Title-line .line-1{
    width:100%;
    height: 24px;
	position: absolute;
    left: 0px;
    top: 0px;
}



#mid{
	width:1200px;
	margin: 0px auto 40px;
	position: relative;
	overflow:hidden;
	font-size: 15px;
	line-height: 26px;
}
#Location {
	width: 100%;
	padding: 20px 10px;
	text-align: left;
	font-size: 10pt;
	color: #666;
	text-align:right;
}
#Location span a {
  	color: #3394A8;
}



#tag_filter {
    margin-bottom: 0;
    float: right;
    width: auto;
	display:block;
    background: #f9f9f9;
    cursor: pointer;
    -webkit-padding-end: 30px;
	padding:10px;
}
.top-header .navbar-left b {
      font-size: 14px;
    font-weight: 500;
}

.top-header {
        background: #272727;
    padding: 8px;
    color: #fff;
    z-index: 1500;
}
.top-header ul {
   margin-top: 0;
    margin-bottom: 0px;
}
.header-right li {
    display: inline-block;
    padding-left: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}

.header-right li a{
    color: #fff;
	font-size: 18px;
    font-weight: 800;
}

.header-left li {
    display: inline-block;
    padding-right: 10px;
}

.header-left li a {
    color: #fff;
    transition: .5s;
}

.header-left li a:hover {
    color: #0776a2;
}
@media (max-width: 767px)  {
	.top-header {
    padding: 3px;
   
}
.header-left li {
	    font-size: 14px;
padding-left: 5px;
    font-size: 14px;
    margin: 5px 0px;
	    padding: 0;
}
.top-header .container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}s
.header-right li {
    padding-left: 8px;
}
.header-left {
    float: left;
}
.header-right {
    float: right;
}
.header-left  b{
    display:none ;
}
}




#footer {
	background-color: #000000;
    padding: 60px 0px;
    color: #FFF;
	    text-align: left;
}
#footer .bootommenu {
	height: auto;
	width: 1170px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#footer .bootommenu h4 {
	color: #d9d9d9;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0.5px;
	margin-bottom: 20px;

}



#footer .bootommenu .contactinfo {
	float: left;
	
	overflow:hidden;
}
#footer .bootommenu .lineinfo {
	float: right;
	
	margin-bottom:20px;
	overflow:hidden;
}
#footer .bootommenu ul {
    width: 100%;
    font-size: 11pt;
    line-height: 18pt;
    color: #FFF;
}
#footer .bootommenu ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
}
#footer .bootommenu a {
    color: #FFF;
	line-height: 28px;
}
#footer .bootommenu a:hover {
	color: #CCC;
}



#footer .bootommenu .info h3{
		color: #d9d9d9;
		font-size: 25px;
		font-weight: normal;
		font-family: 'Crimson Text','Traditional Arabic','Alegreya Sans','微軟正黑體';
		text-transform: uppercase;
		line-height: 30px;
		letter-spacing: 0.5px;
	}
#footer .bootommenu .info .Txt{
		color: #fff;
		font-size: 12px;
		line-height: 25px;
		margin-top: 20px;
		padding: 0 20px 0 0;
	}
#footer .bootommenu.info .Txt{
		padding-left: 45px;
	}
#footer .bootommenu .info .Txt a{
		display: block;
		float: left;
		font-size: 13px;
		color: #fff;
		letter-spacing: 0.5px;
		margin-bottom: 12px;
		width:100%;
		    margin: 0;
	}

#footer .bootommenu .info .Txt a span{
		display: block;
		color: #585858;
		font-size: 12px;
	}
#footer .bootommenu .info .Txt a i{
		font-size: 14px;
		margin-right: 20px;
	
	}
#footer .bootommenu .info .Txt a i.small{
		font-size: 17px;
		margin-left: -5px;
	}
	
	
	
#footer .bootommenu .sub{}
#footer .bootommenu .sub li{
	float: left;
	width: 30%;
    margin-right:3%;
    overflow:hidden;
}
#footer .bootommenu .bsi{}
#footer .bootommenu .socialtype{
	/*width: 10%;*/
}
#footer .bootommenu .socialtype li{
		
	width: 31px;
    height: 31px;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    line-height: 28px;
    font-size: 16px;
    color: #9E9E9E;
    border: 1px solid #666666;

}




#footer_bottom {
	width: 100%;
	padding: 10px 0px;
	font-size: 10pt;
	    background-color: #1d1d1c;
}
#footer_bottom .footer_bottom_wrap{
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}
#footer_bottom .Declare {
	float: left;
	width: 900px;
	    text-align: left;
}
#footer_bottom .creatop {
	float: right;
	width: 150px;
	text-align: right;
}


@media (max-width: 767px) {
#footer .bootommenu {
    width: 100%;
}
 #footer .bootommenu h4 {
    margin-bottom: 20px;
}
 #footer .bootommenu .fm {
        margin-bottom: 50px;
    width: 100%;
    overflow: hidden;
}
#footer .bootommenu .sub li {
    width: auto;
 
}
.Title-line .tit {
    color: #000;
    margin: 5px 40px;
    padding: 0px 50px;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
	 margin-top: 50px;
}
}

/*-------頁碼-------*/
.quotes {
	width: 100%;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 30px auto 20px;
	font-size: 10pt;
	color: #FFF;
}
.quotes a {
	    padding: 5px 10px;
    margin: 0px 3px;
    border: 1px solid #e0e0e0;
	text-decoration: none; 
	color: #aaa;
}
.quotes a:hover {
	border: 1px solid #a0a0a0;
	color: #a0a0a0;	
}
.quotes b {
	    padding: 5px 10px;
    margin: 0px 3px;
    border: 1px solid #e0e0e0;
    color: #FFF;
    background-color: #bcbcbc;
}


.Left_menu {
	float: left;
	border: 1px solid #CCC;
	border-radius: 5px;
	overflow:hidden;
	padding-right: 0px!important;
    padding-left: 0px!important;
    margin-right: 30px;
	
}
.Left_menu .title {
    margin: 0px;
        padding: 60px 30px 15px;
    border-bottom: 1px solid #CCC;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
	background: url(../png/logo-map.png) #ca0000 no-repeat center top;
}
.Left_menu ul{
	    margin-bottom: 0px;
}
.Left_menu ul li {
	width:100%;
	border-bottom: 1px solid #CCC;
}
.Left_menu ul li a {
	display:block;
	color: #666;
	padding: 10px 30px;
	border-left: 3px solid #FFF;
	font-size: 14px;
}
.Left_menu ul li a:hover {
	border-left-color: #d60909;	
}
.Left_menu ul li .current {
	padding: 10px 30px;
	border-left: 3px solid #d60909;
	background-color: #F6F6F6;
}

.Right_Content {
	margin-bottom:20px;
    float: right;
    overflow: hidden;
	    width: calc(83.33333333% - 30px)!important;
}

#mid h1{
	font-size: 32px;
	line-height:40px;
    font-weight: normal;
    color: #333333;
	padding: 5px 0 30px;
	text-align: center;
}
#mid h1:before, #mid h1:after {
	content: '';
	display: inline-block;
	width: 110px;
	height: 1px;
	background: #918c85;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
#mid h1:before {
	margin-right: 35px;
}
#mid h1:after {
	margin-left: 35px;
}



#mid h2 {
    font-size: 20pt;
    line-height: 30pt;
    font-weight: bold;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
	position: relative;
}
#mid .gallery span {
	float: right;
	font-size: 12px;
	line-height: 20px;
    background-color: #C00;
    padding: 5px 25px;
    border-radius: 5px;
}
#mid .gallery span a {
	font-size: 12px;
	letter-spacing: 1px;
    color: #FFF;
}
#mid h4 {
    font-size: 16pt;
    line-height: 30px;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#mid .word-text {
    width:100%;
    overflow:hidden;
}
#mid #word-text {
    width:100%;
    overflow:hidden;
}


article.post.style2 {
	border-bottom: none;
	padding-bottom: 0;
	box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
}

article.post.style2:hover {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	     -o-transform: translateY(-10px);
	        transform: translateY(-10px);
}
article.post.style2:hover .featured-post img {
	opacity: 0.5;
}

.post.style2 .featured-post {
    margin-bottom: 0px;
       border-bottom: 5px solid #ea390d;
	overflow: hidden;
	height: 200px;
}

.post.style2 .content-post {
    padding: 24px 29px 18px 29px; 
	height: 200px;
    overflow: hidden;
	background: #ffffff;
}

.post.style2 .content-post .day-time{
    padding-right: 0;
	font-size: 13px;
}
.post.style2 .content-post .day-time i{
	margin-right: 10px;
}


.post.style2 .content-post .title{
      overflow: hidden;
    height: 50px;
    line-height: 24px;
    font-size: 16px;
    margin: 10px 0;
}
.post.style2 .content-post .caption{
   font-size: 13px;
    font-weight: 300;
    color: #000;
    line-height: 20px;
    margin: 0 0 8px;
}
.post.style2 .featured-post img {
   top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100% !important;
    height: auto !important;
}
@media (max-width: 767px) {
	#mid {
    width: 100%;
    margin: 0px auto 40px;
    position: relative;
    overflow: hidden;
}
.Left_menu {
  display:none
}
.Right_Content {
    margin-bottom: 20px;

    width: 100%!important;
}


#mid h1{
	font-size: 28px;
	padding: 5px 0 10px;
    line-height: 38px;
   
}
#mid h1:before, #mid h1:after {
	display:none
}
#mid h1:before {
	margin-right: 0;
}
#mid h1:after {
	margin-left: 0px;
}

}





.hero {
    width: 100%;
    /*height: 600px;*/
    position: relative;
	text-align:  center;
}
.hero .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    z-index: 999;
}
.hero .tagline {
    font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: -3px;
    width: 100%;
    padding: 15% 0 0 0;
    float: left;
    color: white;
    text-align: center;
}
.hero .tagline p {
    font-size: 4rem;
    line-height: 4rem;
    margin-top: 10px;
    text-align: center;
}

.hero  img{
	text-align: center;
}
@media (max-width: 1450px) {
    .hero .tagline p {
    font-size: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: -2px;
}
}
@media (max-width: 600px) {
    .hero .tagline p {
    font-size: 2rem;
}
}
.hero .tagline h1 {
    font-weight: bold;
    font-size: 7rem;
    letter-spacing: -0.25rem;
    line-height: 7rem;
}
@media (max-width: 1450px) {
    .hero .tagline h1 {
    font-size: 5rem;
    line-height: 5rem;
}
}
@media (max-width: 1450px) {
    .hero .tagline {
    padding: 25% 0 0 0;
}
}
@media (max-width: 800px) {
    .hero .tagline {
    float: none;
    width: 100%;
    margin-bottom: 70px;
}
}
@media (max-width: 992px) {
	.hero {
    width: 100%;
        /*height: 350px;*/
    position: relative;
	min-height: 200px;
}
.Left_menu {
  display:none
}
#photo_map .Staff .picture img {
    width: 100%!important;
}
#mid {
   width: 100%;
}
.Right_Content {
  
    width: calc(100% - 0px)!important;
}
#footer_bottom .footer_bottom_wrap {
    width: 100%;
   
}
#footer_bottom .Declare {
      width:clac(100% - 30px);
	  margin: 0 15px;
}
}

@media (max-width: 787px) {
.hero {
    width: 100%;
        /*height: 800px;*/
    position: relative;
	min-height: 200px;
}
.hero  img{
	text-align: center;
	height: 100%;
}
}

@media (max-width: 415px) {
.hero {
  width: 100%;
  /*height: 500px;*/
  position: relative;

	min-height: 200px;
}

}



.skippr{width:100%;height:100%;position:relative;overflow:hidden}
.skippr>div{position:absolute;width:100%; text-align:  center; height:100%; background-size:cover;background-position:50% 62.5%}
.skippr>img{text-align:  center; position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;min-height:100%}
.skippr-nav-container{position:absolute;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);bottom:25px;overflow:auto;z-index:999}
.skippr-nav-element{cursor:pointer;float:left;background-color:rgba(255,255,255,0.5);-webkit-transition:all .25s linear;transition:all .25s linear}.skippr-nav-element-bubble{width:12px;height:12px;border-radius:50%;margin:0 4px}
.skippr-nav-element-block{width:60px;height:10px}
.skippr-nav-element:hover,.skippr-nav-element-active{background-color:#fff}
.skippr-arrow{position:absolute;z-index:999;top:50%;-webkit-transform:translate(0%, -50%);-moz-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);transform:translate(0%, -50%);width:30px;height:30px;transform-origin:center center;-webkit-transform-origin:top left;cursor:pointer}
.skippr-previous{left:2.5%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-top:2px solid white;border-left:2px solid white}
.skippr-next{right:3.5%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-bottom:2px solid white;border-right:2px solid white}
@media (max-width: 787px) {

.skippr-nav-element-block{width:30px;height:10px}
}



.editarea{
	width:100%;
	min-height:300px;
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:hidden;
	line-height: 30px;
}
.editarea ul {
	display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

/* ej0 */
.products01 {width:100%; max-width:1200px; /* margin:0 auto 131px; */margin:0 auto 300px; }
.products01 h3 {text-align:left; font-family:"Titillium Web"; font-size:40px; color:#3c3c3c; margin-bottom:40px; } 
.products01 .txt {position:absolute; right:0; top:127px;}

.products01.in-view h3 {opacity:1; transform:translateY(0);}
	
/* products02 */
.products02 {width:100%; margin:0 auto 150px; position:relative;}
.products02 .bg {width:100%; background:url("../jpg/m_bg.jpg") no-repeat center; background-size:cover;}
.products02 .con {width:100%; position:absolute; top:100px; left:50%; margin-left:-380px;}	

/* products03 */
.products03 {width:100%; margin-top: 80px; float: left;}
.products03 .Text{width:50%; float: left; margin-right: 50px;}
.products03 .map {width:calc(50% - 50px); float: left; height: 70px;}
	
.products .con {position:relative;}
.products .con .txt {background:#000000; padding:50px; box-sizing:border-box; display:inline-block; z-index:100;}
.products .con .txt .tit {font-family:"Titillium Web"; font-size:23px; color:#ffffff; margin-top:20px; transition:all 0.6s 0.2s; }
.products .con .txt h5 { font-size:60px;     margin: 0; letter-spacing:-0.2px; color:#ffffff; font-weight:200; line-height:100%;}
.products .con .txt h5:after {content:""; display:block; width:100%; height:1px; background:rgba(255,255,255,0.72); margin:15px 0; }
.products .con .txt p {font-size:24px; letter-spacing:-0.2px; line-height:36px; color:#ffffff; font-weight:300; margin-bottom:15px; }
.products .con .txt .viewBtn {display:inline-block;}
.products .con .txt .viewBtn a {
	position:relative;
	display:inline-block; 
	width:220px; 
	line-height:45px; 
	text-align:center; 
	color:#ffffff; 
	font-size:17px; 
	font-family:"Titillium Web"; 
	border:1px solid #ffffff;
	transform: perspective(1px) translateZ(0);
	transition-property: color;
	transition-duration: 0.3s;
	}
.products .con .txt .viewBtn a:hover {color:#00a6cf;}
.products .con .txt .viewBtn a:before{
	content:"";
	position:absolute;
	z-index:-1;
	top:0; left:0; right:0; bottom:0;
	background:#ffffff;
	transform:scaleX(0);
	transform-origin: 50%;
	transition-property:transform;
	transition-duration: 0.3s;
	transition-timing-function:ease-out;
}
.products .con .txt .viewBtn a:hover:before {
	transform:scaleX(1);
}



@media (max-width: 992px) {

}

@media (max-width: 787px) {
.products02 .con {
  
    margin-left: -145px;
}
}


.Category {
	    float: left;
    width: 100%;
         overflow: hidden;
		     margin: 20px auto;
}


.Category_heading {
	    float: left;
    width: 100%;
	margin-top:40px;
       margin-bottom: 40px;
    position: relative;
    border-bottom: 3px solid #000000;
}


.Category_heading  h3{
	     position: absolute;
    top: -15px;
    font-weight: 500;
    color: #666;
    background-color: #FFF;
    padding-right: 30px;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 0px;
}

.albums {
	margin: 0;
}
.albums-box {
	padding:0px;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #CCC;
}
.albums-content{
    padding:0px;
	position: relative;
}
.albums-box .text {
    padding: 20px ;
}



.albums-box .bycolor h3 {
    font-size: 20px;
    line-height: 26px;
    height: 52px;
    margin: 10px 10px 10px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
}
.albums-box .bycolor  .boxline1 {
    border-bottom: 1px solid #ccc;
    height: 1px;
}
.albums-box .bycolor .note{
    font-size: 14px;
    line-height: 24px;
    height: 50px;
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
}

.albums-box .bycolor .more{
      font-size: 12px;
    background: #a80000;
    padding: 5px;
    text-align: center;
    color: #FFF;
}

.albums-box .bycolor .more a{
   
    color: #ffffff;
}

.albums-box:hover .image {
	opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.albums-content .text{
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 22;
    margin: auto;
    overflow: hidden;
}
 .albums-content h3 {
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    margin: 5px auto;
	 overflow: hidden;
	 
}
.albums-content h3:after {
    content: "";
    display: block;
    margin: 15px 0 5px;
    background: #fff;
    width: 60px;
    height: 1px;
}
.albums-content .note {
    color: #b6b3b3;
    font-size: 12px;
    line-height: 22px;
	height: 45px;
	    overflow: hidden;
}
.albums-content .more {
	width: 100px;
	text-align: left;
	color:#FFF;
	float: left;
}
.albums-content .more a{
	background-color: rgba(51, 51, 51, 0.50);
		-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
	border: none;
	color:#FFF;
}
.albums-content .more a > i {
	padding-left:20px;
}
.albums-content .more a:hover {
	    background-color: rgba(255, 255, 255, 0.50);
	color: #000;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.albums-box > a.more{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
}





@media (max-width: 767px) {
 .img-full .image {
    	opacity: 1;
	}
.albums-content h3 {
    font-size: 22px;
    line-height: 30px;
}
.albums-content .note {
     font-size: 14px;
    line-height: 26px;
}
 .albums-box {
    width: calc(100% - 20px);
}
}


@media (max-width: 992px) {


#footer .bootommenu {
	
	width: 100%;
	margin: 10px;
	
}

}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../png/cd-top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

