﻿@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 17:50:24
 * @version $Id$
 */

html,
body {
    height: 100% !important;
    font-size: 14px;
    line-height: 2;
    /*font-family: "\5fae\8f6f\96c5\9ed1", 'Open Sans', sans-serif;*/
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    color: #33333d;
    background: #f6f6f6;
    -webkit-font-smoothing: antialiased;
    /*font-weight: 200;*/

}
body{
	overflow-x: hidden;
}

body.EN{
    line-height:1.5;
    font-size:16px;
    letter-spacing: -1px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin:0; padding:0;
}

/* Links */

a,
a:focus,
a:hover {
    
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

a:focus,
a:hover {
    /*opacity: .7;*/
    text-decoration: none;
}

a {
    text-decoration: none;
}

a,
.btn,
button {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}


section, #profile {
    padding: 10vh 0;
    /*background:#fff;*/
}

body.animated {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.size-96{
	font-size: 40px;
	/*color: #e5e5e5;*/
    line-height: 1;
}

.blur {
    /* Any browser which supports CSS3 */
    filter: blur(2px);

    /* Firefox */
    -moz-filter: blur(2px);

    /* Webkit */
    -webkit-filter: blur(2px);

    /* Opera */
    -o-filter: blur(2px);
}

.overlay, .overlay-dark {
    width:100%;
    height:100%;
    position:absolute;
    z-index:0;
    top:0;
    left:0;
}

.overlay {
    background:rgba(0, 0, 0, 0.3) url(../images/rain.png);
    opacity:0.4;
}

.overlay-dark {
    background: rgba(0, 0, 0, 0.6);
    z-index:-1;
}

.fixed {
    background-attachment: fixed!important;
}

/*.main {
    min-height: 1000px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}*/


#main{
    min-height:60vh;
    background: #fff url(../images/aboutus-bg.jpg) no-repeat top;
}

.fw-map{
    /*margin-top:10vh; margin-bottom:5vh;*/
    border:4px solid #fff;
    height:350px;
    background-color:#fff;
    border-radius:5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.navbar-wrapper {
    width: 100%;
    padding: 10px 0;
    background: #222;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);

}

.navbar {
    margin: 0;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.1em;
  /*text-shadow: 0px 1px 1px rgba(0,0,0,0.2);*/
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a.activat  {
  color: #fff;
  background-color: #c40000 ;
}

.navbar-static-top {
    border-width: 0;
}

.navbar-inverse {
    background: none;
}

.isStuck {
    left: 0px;
    width: 100%;
    z-index: 999;
    background: #222;
    /*padding: 0;*/
    /*-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;*/
    /*-webkit-animation: fadeInDown 0.5s ease-in-out both;
    -moz-animation: fadeInDown 0.5s ease-in-out both;
    -o-animation: fadeInDown 0.5s ease-in-out both;
    -ms-animation: fadeInDown 0.5s ease-in-out both;
    animation: fadeInDown 0.5s ease-in-out both;*/
    /*box-shadow: 0px 7px 8px rgba(0,0,0,0.5)*/
}

.navbar-brand [data-icon]:after{
    content: attr(data-icon);
    font-family: "iconfont" !important;
    color: #fff;
    font-size: 60px;
    left:5%;
    position: absolute;
    -webkit-animation: fadeInDown 0.5s ease-in-out ;
    -moz-animation: fadeInDown 0.5s ease-in-out ;
    -o-animation: fadeInDown 0.5s ease-in-out ;
    -ms-animation: fadeInDown 0.5s ease-in-out ;
    animation: fadeInDown 0.5s ease-in-out ;
}

.isStuck .navbar{
    -webkit-animation: fadeInDown 0.5s ease-in-out  ;
    -moz-animation: fadeInDown 0.5s ease-in-out  ;
    -o-animation: fadeInDown 0.5s ease-in-out  ;
    -ms-animation: fadeInDown 0.5s ease-in-out  ;
    animation: fadeInDown 0.5s ease-in-out  ;
}

.isStuck .dropup{
    -webkit-animation: fadeInDown 0.5s ease-in-out  ;
    -moz-animation: fadeInDown 0.5s ease-in-out  ;
    -o-animation: fadeInDown 0.5s ease-in-out  ;
    -ms-animation: fadeInDown 0.5s ease-in-out  ;
    animation: fadeInDown 0.5s ease-in-out  ;
}

/*.isStuck .navbar-inverse .navbar-nav > li > a{
    color:#9d9d9d;
}
*/

.dropup{
	text-align: center;
	position: relative;
	padding:0; margin:0;
    float: right;
}

.dropup a, .popover a {
    /*width: 50px; height: 30px;*/
    display: block;
    cursor: pointer; outline: none;
    font-family: "iconfont" !important;
    line-height: 1;
    color: #9d9d9d;
}
.dropup a i.iconfont, .dropup p i.iconfont, .popover i.iconfont{
	 font-size: 30px; line-height:1
}

.popover{
	background: none;
	border:0;
	box-shadow: none;
	padding:0; margin:0;
    min-width: 23px;
}

.popover .popover-content, .popover .popover-title{
	padding:0; margin: 0;
}

.popover.top, .popover.bottom{
    margin-top: -5px;
    /*margin-top: 0px;*/
} 

.popover > .arrow{
	display: none;
}

.dropdown-menu{
    outline: none;
    min-width:80px;
	/*background-color: transparent;
    border-color: transparent;
    background-image: none;
    box-shadow:transparent;*/
}

.sl-slide .container .deco{
    z-index:2; 
   
}

.sl-slide .imgT {
    position: absolute;
    left: 50%;
    text-align: center;
    line-height: 50px;
    width: 100%;
    margin-left: -50%;
     z-index:2;
}

.sl-slide .imgT img {
    max-width: 100%;
}

.Content_subject {
    position: relative;
}


.Content_subject_title {
    position: relative;
    padding-top: 20px;
}

.Content_subject_title:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 2px;
    /*background-color: #c5aa51;*/
}


.Content_subject_title h1{
    /*font-size:3vw;*/
}

.Content_subject_title p {
    /*font-size: 24px;
    line-height: 38px;*/
    color: #222;
    font-weight: bold;
}

.Content_subject_title span {
    font-size:28px;
    /*font-size: 2em;*/
    /*font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;*/
    text-transform: Capitalize;    
    font-weight: bold;    
}

body.EN .Content_subject_title h1{
    /*font-size:30px;*/
    font-weight:600;
    margin-bottom:15px;
    text-transform:uppercase;
}



.parallax{
	width: 100%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


/*#profile{ background-color: transparent; }*/


#action-parallax7 {
    background-image: url(../proimg/2-g.jpg);
    /*background-color: transparent;*/
    padding-bottom: 0;
}


#action-parallax5 h2{ 
	margin-bottom: 15px
 }

 #action-parallax5 {
	/*box-shadow: 0px 7px 8px rgba(0,0,0,0.1)*/
	background-color: #E8ECF1;;
	border-top: 2px dashed #ddd; 
	border-bottom: 2px dashed #ddd;
}
#action-parallax6{
	background-image: url(../proimg/cover12-2.jpg);
}

#action-parallax6 h1{

}

#action-parallax4{
    background:rgba(0,0,0,0.8);
	background-image: url(../proimg/cover12-2.jpg);
}


.portfolio-item .portfolio-link {
    display: block;
    position: relative;
/*    min-height: 317px;
    background-repeat: no-repeat;
    background-size: 100% 100%*/
}
.portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}


.portfolio-item .portfolio-link .caption:hover,
#portfolio img:hover,
#portfolio img:focus,
a.portfolio-link:focus,
a.portfolio-link:hover {
    opacity:1!important;
    left: 0px;
}

.portfolio-item .portfolio-link:hover {
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    bottom: 0;
    left:0;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    padding: 30px;
    text-align: left;
}
.portfolio-item .portfolio-link .caption .caption-content .icon {
    display: block;
    font-size: 36px;
    line-height: 46px;
    opacity: 0.5;
}

.portfolio-item {
    overflow: hidden;
}

.portfolio-modal .modal-content {
    padding: 80px 0;
    min-height: 100%;
    min-width: 102%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 26px;
}

.portfolio-modal .modal-content img,
.portfolio-modal .embed-responsive {
    margin-bottom: 30px;
    width: 100%;
}

.portfolio-modal .close-modal,
.portfolio-modal .backgrid  {
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #000;
    opacity: 0.5;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    line-height: 96px;
}
.portfolio-modal .close-modal {
    right: 60px;
}
.portfolio-modal .backgrid {
    left: 40px;
}

.portfolio-modal button {
margin-top: 20px;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.modal-content h2 {
    font-weight: 300;
}

.no-pad {
    padding: 0;
}




.box{
    display: flex;
    flex-wrap:wrap
}


.box .portfolio-item{
    display: -webkit-flex; /* Safari */
    display: inline-flex;
}

.categorylist{
    position:relative;
    z-index:1
}


ul.category{
       width: 100%;
    /*overflow: hidden;*/
     display: flex;
     margin:0 0 10vh -1.5em;
}

ul.category li{
    border-left: dashed 1px #d4d4d4;
    float: left;
    text-align: center;
    position: relative;
    list-style-type:none;
    flex: 1;
}

ul.category li:last-child {
    border-right: dashed 1px #d4d4d4;
}

ul.category li a{
    display:block;
    color: #222;
   /*padding:0 10%;*/
    margin: 0 auto;
    font-weight:600;
}

ul.category li a i{
    color: #222;
    font-weight:normal;
}


ul.category li a:hover{
    color:#999;
}

ul.category .dropdown-list {
  padding:15px;
  position:relative;
}

ul.category .dropdown-list:before{
    content:"";
    position:absolute;
    width:15px; height:15px;
    top:-13px; left:50%;
    margin-left:-7.5px;
    background:#fff;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);

    transform: rotate(45deg);
    -ms-transform: rotate(45deg);		/* IE 9 */
    -webkit-transform: rotate(45deg);	/* Safari and Chrome */
    -o-transform: rotate(45deg);		/* Opera */
    -moz-transform: rotate(45deg);		/* Firefox */
}

ul.category .dropdown-menu {
    top:110%;
    /*box-shadow:none;
    border-radius: 0;*/
    border-style:dashed;
}

ul.category li a .icon-36:before { content: "\e61d"; }
ul.category li a .icon-41:before { content: "\e661"; }
ul.category li a .icon-42:before { content: "\e61e";}
ul.category li a .icon-43:before { content: "\e63a"; }
ul.category li a .icon-37:before { content: "\e60f"; }
ul.category li a .icon-52:before { content: "\e611"; }



.person,
.news .person {
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 1px 15px rgba(0,0,0,0.1)
}

.person img,
.news .person img {
    margin: 0 auto 30px auto;
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;*/
}

.person h3,
.news .person h3 {
    margin-bottom: 10px; 
    font-size: 20px;
}

.person h4,
.news .person h4 {
    color: #999999;
    font-size: 16px;
}

.person p.describe,
.news .person p.describe {
    display: block;
    height: 106px;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
}

.person .social {
    padding: 0;
    margin: 0;
}

.news img {
    max-width: 100%;
}


.checked{
	margin:0; padding: 0;
	margin-bottom: 10px;
}

.checked li{ 
	
	position: relative;
    list-style: none;
}

.checked li:before {
    position: absolute;
    left: 0;
    top: .3em;
    font-size: 20px;
    color: rgb(232, 53, 49);
     font-family:"iconfont" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.profile .checked li{ 
    padding-left: 30px;
    display: inline-block; 
}

body.EN .profile .checked li{
    padding-left:25px; margin-left:10px; margin-bottom:10px;
}

.profile .checked li:before {
    content: "\e60d";
}

body.EN .checked li:before{
    top:0
}



#footer {
    position: relative;
    z-index: 999;
    overflow: hidden;
    /*background: #1b1f23 url(../img/../img/cover4.jpg) no-repeat 50% 50%;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-color: #E8ECF1;
    /*color: #fff;*/
    vertical-align: middle;
}

#footer .col-md-6{
	margin: 0 auto;
	float: none;
}


.footer2 {
    background-image: url(../img/footer.jpg)!important;
}

.footer-portfolio {
    /*background-image: url(../img/cover12.jpg)!important;*/
}

#footer,#footer h3,.masthead-brand {
    font-weight: 700;
}

#footer .list-inline {
    margin-top: 20px;
}

#footer .bdsharebuttonbox a{ float: none; display: inline-block; }


.site-wrapper-banner {
    position:relative;
    height:50%;
    background:#ccc;
    z-index:1;
}

.site-wrapper-banner .banner-content{
    width:50%; margin:0 auto;
    color:#fff;    
    vertical-align:middle;
    margin-top:15vh;
    overflow:hidden;
    position:relative;
    
}

.site-wrapper-banner .banner-content h1, .site-wrapper-banner .banner-content h2{
    margin:0;
    line-height:1.5;
    font-weight:normal;
}

.site-wrapper-banner .banner-content h1{
 
}
.site-wrapper-banner .banner-content h2{
    font-family: "Lucida Bright","microsoft yahei", "\5FAE\8F6F\96C5\9ED1", "Open Sans", Arial, sans-serif;
    text-transform: uppercase; 
    font-style:italic;
}

.site-wrapper-banner .banner-content .ion-ribbon-a:before{
      background-image: -webkit-gradient(linear, 80% 20%, 10% 21%, from(rgb(245, 149, 0)), to(rgb(229, 0, 10)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.site-wrapper-banner .banner-content p{
    vertical-align:middle;
}


.site-wrapper-banner .banner-content a{
    color:#fff;
    margin:0 10px;
    font-size:14px;
}

section#main .news-else h2{
    color: rgb(232, 53, 49);
}



.news .author{
    margin-bottom:30px;
    color:#999;
}

.news .text-content{
    padding: 3% 0;
    /*margin-bottom:5%;*/
    border-top:1px solid rgba(15, 25, 58, 0.14);
    border-bottom:1px solid rgba(15, 25, 58, 0.14);
}

.news-else{
    position: relative;
    margin-top:3vh;
}

.news-else img{
    max-width:100%;
}

.news-else h2{
    border-bottom:1px solid rgba(15, 25, 58, 0.14);
    padding-bottom:3%;
}

.news-else ul{
    margin-top:20px;
}

.news-else ul li{
    margin-bottom:10px;
}

.news-else ul li a {
     color: #333;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.news-else ul li a:focus,
.news-else ul li a:hover{
    color: rgb(232, 53, 49);
}

.news-else .back{
    position: absolute;
    right:20px;
    font-size:30px;
    color:#999;
    font-weight:normal;
    
}



.pagination {
    text-align: center; width:100%;
    font-weight:200;
}


.pager li > a,
.pager li > span {
    color: #222;
    padding: 5px 20px;
    border-radius: 100px;
}




.sl-slider .deco {
    -webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
    -moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
    -o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
    -ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
    animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}

.sl-slider h2,
.sl-slider .imgT {
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    -o-animation: moveUp 1s ease-in-out both;
    -ms-animation: moveUp 1s ease-in-out both;
    animation: moveUp 1s ease-in-out both;
}

/*.sl-slider blockquote {
    -webkit-animation: fadeIn 0.5s linear 0.5s both;
    -moz-animation: fadeIn 0.5s linear 0.5s both;
    -o-animation: fadeIn 0.5s linear 0.5s both;
    -ms-animation: fadeIn 0.5s linear 0.5s both;
    animation: fadeIn 0.5s linear 0.5s both;
}*/


.sl-slider .deco {
    width: 220px;
    height: 220px;
    border: 2px dashed #ddd;
    /* border: 2px dashed rgba(150,150,150,0.4); */
    border-radius: 50%;
    position: absolute;
    bottom: 55%;
    left: 50%;
    margin: 0 0 0 -110px;
}

.sl-slider [data-icon]:after {
    content: attr(data-icon);
    font-family: "iconfont" !important;
    color: #fff;
    text-shadow: 0 0 1px #999;
    position: absolute;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 160px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    box-shadow: inset 0 0 0 8px #f7f7f7;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.sl-slider .bg0 {
    background-image: url(../proimg/4.jpg);
    -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.sl-slider .bg1{
    background-image: url(../proimg/2.jpg);
    -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.sl-slider .bg2{
    background-image: url(../proimg/3.jpg);
    -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.sl-slider .bg00 {
    background-image: url(../proimg/4-1.jpg);
    background-repeat:no-repeat;
}

.sl-slider .bg01{
    background-image: url(../proimg/2-1.jpg);
    background-repeat:no-repeat;
}
.sl-slider .bg02{
    background-image: url(../proimg/3-1.jpg);
    background-repeat:no-repeat;
}

.sl-slide h2 {
    color: #f0f0f0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    position: absolute;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 13px;
    text-transform: uppercase;
    width: 80%;
    left: 10%;
    text-align: center;
    line-height: 50px;
    bottom: 50%;
    margin: 0 0 -120px 0;
    font-family: 'Italiana', sans-serif;
    text-transform: lowercase;
}

.sl-slide blockquote {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    height: 70px;
    color: #fff;
    z-index: 2;
    bottom: 55%;
    margin: 0 0 -200px 0;
    padding: 0;
    border: 0;
}

.sl-slide blockquote p {
    margin: 0 auto;
    width: 80%;
    max-width: 500px;
    position: relative;
}

.sl-slide blockquote p:before {
    color: #f0f0f0;
    color: rgba(244, 244, 244, 0.65);
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    position: absolute;
    line-height: 60px;
    width: 75px;
    height: 75px;
    font-size: 150px;
    z-index: -1;
    left: -80px;
    top: 35px;
    content: '\201C';
}

.sl-slide blockquote cite {
    font-size: 10px;
    padding-top: 10px;
    display: inline-block;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
}



@media screen and (min-width: 768px) {
	.lead{
		font-size: 18px;
	}

    .dropup {
    	float: none;
        position: absolute;
        right: 5%;
        top: 18px;
        /*top:10px;*/
    }
    .dropdown-menu {
        min-width: auto!important;
        width: auto;
        /*border-radius: 100px;*/
    }
    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus {
        background-color: transparent;
    }

    .sl-slide .imgT {
        margin: 0 0 -120px -266px;
        width: 532px;
        bottom: 55%;
    }

    .navbar-nav {
        float: none;
        text-align: center;
        vertical-align: middle;
        width: 80vw;
        margin: 0 auto;
    }

    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    #action-parallax5 .Content_subject_title{
		margin:20px;
    }
    .pagination .mub {
        display: inline-block; margin:0 5px;
    }
    .sl-slide .container .deco{
        display:block;
    }
}


.bgTop{
    position:relative;
    background-position:center center;
}



@media screen and (max-width: 660px) {
	
    html, body{
        line-height:1.8;
    }

    .navbar-inverse .navbar-toggle{
        border:0;
    }

    .navbar-toggle{
        margin-right:0;
    }

    section, #profile{
        padding:5vh 0;
    }

	.home{
		position: relative;
	}

    .isStuck {
        /*background: transparent;*/
    }

    .sl-slide .deco {
        
        width: 100px;
        height: 100px;
        margin-left: -50px;
        margin-bottom: 50px;
        bottom: 60%;
    }

    .sl-slide blockquote {
        display:none;
    }

    .sl-slide [data-icon]:after {
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 90px;
        margin: -60px 0 0 -60px;
        box-shadow: inset 0 0 0 4px #f7f7f7;
    }

    /*.sl-slide blockquote {
        margin-bottom: -120px;
        bottom: 47%;
    }*/

    .sl-slide h2 {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: -40px;
        letter-spacing: 8px;
    }

    /*.sl-slide blockquote p {
        width: 80%;
    }*/

    /*.sl-slide blockquote p:before {
        line-height: 10px;

        width: 40px;
        height: 40px;
        font-size: 0px;
        left: -45px;
    }*/

    .sl-slide .imgT {
        bottom: 55%;
    }

    .dropup{
        margin-top: 20px;
    }

    .Content_subject_title span{
        font-size:20px;
    }
	
	.bgTop{
		min-height:234px;
	}

    .bgTop .banner-content {
        width:100%;
    }

    .bgTop .banner-content h1 {
        font-size: 26px;
    }

    .bgTop .banner-content h2{
        font-size: 18px;
    }

    .Content_subject_title h1{
        font-size:28px;
    }

    .popover.top, .popover.bottom{
        margin-top:3px;
    }

    body.EN .Content_subject_title h1{
        font-size:22px;
    }

    .row{
        margin-left:0;
        margin-right:0;
    }

    .size-96{
        font-size:30px;
    }

    .site-wrapper-banner {
        height:auto;
    }

    .bgTop{
        /*background-size:100%;*/
        background-repeat:no-repeat;
        /*display:none*/
    }

    .site-wrapper-banner .banner-content{
        margin: 10vh auto;
    }

    .newsItem {
        margin:0;
    }

    .pagination li {
    display: none;
    }

    .pagination .pagePrev,.pagination .pageNext{
        display:inline-block
    }

    .news-else h2, .news-else a.back{
        font-size:20px;
        padding-bottom:5%;
    }

    .owl-theme .owl-dots .owl-dot span{
        width:5px; height:5px;
        margin: 5px;
    }

    .categorylist{
        margin-bottom:15px;
    }

    .portfolio-item{
        margin-bottom:10px;
    }

    ul.category{
        display:block; margin-bottom:15px;
    }
    ul.category li{
        flex:none;
        /*padding:0 5%;
        min-width:82px;*/
        width: 50%;
        border:0;
        padding:10px 0;
        /*margin-bottom:10px;*/
         border-left: dashed 1px #d4d4d4;
         border-bottom: dashed 1px #d4d4d4;
    }

    body.EN ul.category li {
        /*padding:0;
        min-height:135px;
        vertical-align:middle;*/
    }

    body.EN ul.category li span{
        min-height:50px;
    }

    ul.category li:nth-child(2n+1){
       border-left: dashed 0px #d4d4d4;
        
    }
     /*ul.category li:nth-child(2n){

        border-bottom: dashed 1px #d4d4d4;
    }*/

    ul.category li:nth-last-of-type(1){
        /*min-width:83px;*/
         border-right:0;
    }

    ul.category li p{
        margin:0;
    }

   ul.category li  .size-96{
       font-size:40px; font-weight:normal
   }

    ul.category li span{
        display:block;
    }

    .bgelse{
       background-position: -350px -100px
    }

    .fw-map{
    height:250px;
	}
	
	.sl-slide:nth-child(2) .imgT, .sl-slide:nth-child(3) .imgT{
		bottom:35%
	}	

}



#mouse {   
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border: solid 2px #9e9e9e;
    border-radius: 8px;
    z-index: 999;
    position: relative;
    margin-top: 20px;
}

#mouse span.scroll-down {
    display: block;
    width: 2px;
    height: 10px;
    margin: 25% auto auto;
    border-radius: 50%;
    background: #9e9e9e;
    -webkit-animation:fadeOutUp 1.5s;
    animation:fadeOutUp 1.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    
}

#mouse a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mouse a:hover {
    text-decoration: none;
}


#slider #mouse {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -10px;
    border: solid 1px #fff;
}

#slider  #mouse span.scroll-down {
	background: #fff;
	 -webkit-animation: scroll-inner 1.5s;
    animation: scroll-inner 1.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



#mouse .popover{

}


.white{
	color: #fff; margin-bottom: 20px;
}

.white h2{margin: 20px 0}

.btn-danger, .btn-success{
	padding:5px 15px;
}

.mess .input-group {
    margin-bottom:15px;
}

.mess .input-group .btn {
    border-right:0; padding:10px 15px;
}

.mess .input-group .form-control.info {
     height:auto; border-top-right-radius:4px; border-bottom-right-radius:4px;
}

.mess .input-group .use {
    width:40px;
    border:0;
    padding:0px;
    background-color:transparent;
    height:auto;
    outline:0
}

.container .img-radius {
    border-radius:10px;
}

.imgresponsive img {
    max-width:100%;
    border-radius:5px;
}


.album{
    /*align-items:center*/
}

.album .portfolio-item{
   border: 2px dashed rgba(255,255, 255, 0.3);
   /*background:rgba(255,255,255,0.5);*/
    /*border-radius:4px;*/
}

.album .portfolio-item a{
    align-self:center
}

.imgRadius img{
    border-radius:5px;
}

