
#nav-bar {
	position: fixed;
	top: -20px;
	left: 0px;
	width: 100%;
	background-color: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	z-index: 9999;
}

#nav-bar .nav-bar-container{
	width: 100%;
	margin: 0px auto;
	}

#nav-bar h1{
	float: left;
    margin: 30px 40px 0px 50px;
}

#nav-bar ul{
	float: right;
	margin-top: 50px;
    margin-right: 10px;
    padding-bottom: 20px;

}

#nav-bar li{
	display: inline-block;
    margin-right: 5px;
	
}

#nav-bar li a.current {
    color: #5a0e0e;
    border-radius: 20px;
    padding: 5px 10px; 
    font-weight: 600;  
}

#nav-bar li a {
    color: #464646;    
    padding: 5px 10px;
    font-size: 16px;
  
}


a {
	text-decoration:none;
	color:#333;
}
a img {
	-webkit-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-o-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}

footer a {
	-webkit-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-o-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
footer a:hover {
	opacity:.5;
	-moz-opacity:.5;
	filter: alpha(opacity=50);
}

.ttl{
	width: 385px;
	height: 90px;
	background-image: url(../images/.png);
	background-position: center bottom;
	background-repeat: no-repeat;
    margin: 0px auto;
}
.ruyi{
	margin-top: 0px;
}


footer{
    background-color: #614628; 
    text-align: center;
    height: 50px;
    
}

.gotop {
width: 100%;    
height: 25px;
position: absolute;
z-index: 1000;
text-align: center;
margin-top: -50px;


}
.gotop img {
width: 30px;    
height: 30px;
}

footer .copyright{
    position: relative;     
    color: #fff;
    font-size: 0.8em;   
    letter-spacing: 1px;
    text-align: center;
    padding-top: 15px;
}

.nature_link>a {
  color:#337ab7;
}

.nature_link>a:hover {
  color:#0366BB;
  font-weight: bold;
}

/*media query*/
@media screen and (max-width:959px) {

#nav-bar .nav-bar-container {
display: none;
width: 100%;
margin: 0px auto;
}

    /* nav-wrap */
    #nav-wrap {
        position: relative;
        display: inherit;
    }
 
    /* menu icon */
    #menu-icon {
        color: #000;
        padding: 0;
        cursor: pointer;
        display: block; /* show menu icon */
        position: absolute;
        top:0;
        right: 20px;
    }
    #menu-icon:hover {
        background-color: #fff;
    }
    #menu-icon.active {
        background-color: #fff;
    }
     
    /* main nav */
    #nav {
        clear: both;
        position: absolute;
        top: 50px;
        right: 0;
        width: 100%;
        z-index: 10000;
        padding: 10px;
        background: #fff;
        display: none; /* visibility will be toggled with jquery */
    }
    
    #nav li {
        clear: both;
        float: none;
        margin: 10px;
        padding: 5px 0;
        list-style: none;
    }
    #nav a, 
    #nav ul a {
        font: inherit;
        background: none;
        display: inline;
        padding: 0;
        color: #666;
        border: none;
    }
    #nav a:hover, 
    #nav ul a:hover {
        background: none;
        color: #000;
    }
     
    /* dropdown */
    #nav ul {
        width: auto;
        position: static;
        display: block;
        border: none;
        background: inherit;

    }
    #nav ul li {
        margin: 3px 0 3px 15px;
    }

}

@media screen and (max-width:768px) {

#nav-bar .nav-bar-container {
display: none;
width: 100%;
margin: 0px auto;
}


footer ul {
list-style: none;
color: #fff;
font-size: 0.8em;
text-align: center;
margin: 20px 0;
padding: 0;
}


    /* nav-wrap */
    #nav-wrap {
        position: relative;
        display: inherit;
    }
     
    /* main nav */
    #nav {
        clear: both;
        position: absolute;
        top: 50px;
        right: 0;
        width: 100%;
        z-index: 10000;
        padding: 10px;
        background: #fff;
        display: none; 
    }
    

    
    #nav li {
        clear: both;
        float: none;
        margin: 10px;
        padding: 5px 0;
        list-style: none;
    }
    #nav a, 
    #nav ul a {
        font: inherit;
        background: none;
        display: inline;
        padding: 0;
        color: #666;
        border: none;
    }
    #nav a:hover, 
    #nav ul a:hover {
        background: none;
        color: #000;
    }
     
    /* dropdown */
    #nav ul {
        width: auto;
        position: static;
        display: block;
        border: none;
        background: inherit;

    }
    #nav ul li {
        margin: 3px 0 3px 15px;
    }

}

.centered {
    text-align: center;
   
}

.centered > div {
    float: none;
    display: inline-block;
    text-align: left;
 
}

/*home*/

.secthome{
    width: 100%;
    padding: 110px 0px 80px 0px;
    background-color: #fff;
    color: #464646;
}

.ttlhome{
	width: 100%;
	height: 90px;	
    margin: 10px auto;
    text-align: center;
    color: #464646;
	font-family: DFKai-sb;
    font-weight: 350;
    font-size: 300%;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 100px; 
}

.ttlhome::after{
   content: "";
   display: block;
   width: 250px;
   height: 2px;
   background-color: #858585; 
   margin: 10px auto;  
}

.center{
    text-align: center;
}

.textct{
    position: static;
    display: block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5; 
    text-align: justify;
    padding-bottom: 12px;
    letter-spacing: 0.05em
}

.secthome2{
    width: 100%;
    padding: 50px 0px 80px 0px;
    background-color: #fff; 
    background-image: url(../images/.jpg);
    background-position: center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 800px;
    color: #000;
}

@media only screen and (max-width: 980px)  {

.secthome2{
    background-image: none;
 }
}

.circle{
    position: relative;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
    text-align: center;   
    display: block;
    margin: 0px auto;
    box-shadow: 3px 3px 1px #888888;   
}

.circle h3{
    position: relative;    
    text-align: center;   
    display: block;
    margin: 30px auto;
    color: #464646;
    font-weight: 700;
}

.circle h3.shi{
    position: relative;    
    text-align: center;   
    display: block;
    margin: 20px auto;
    color: #464646;
    font-weight: 700;
}

.secthome3{
    width: 100%;
    padding: 80px 0px 80px 0px;
    background-color: #fff;
    color: #7c6e72; 
    
}

.secthome3 .half{
    margin-top: 80px; 
    display: block;
}


/*holy*/

.sectholy{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #fff; 
    background-image: url(../images/.jpg);
    background-position: center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 800px;
    color: #000;
}

.jiaoyi{
    color: #444;
    line-height: 2em;
}

/* Media query for mobile*/

@media only screen and (max-width: 480px)  {

  .full {

    display:block;

    width:100%;

  }

}

/*online*/


.sectonline{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #fff; 
    background-image: url(../images/bg_online.jpg);
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 850px;
    color: #000;
}

.ttlonline{
	width: 100%;
	height: 90px;	
    margin: 10px auto;
    text-align: center;
    color: #464646;
	font-family: DFKai-sb;
    font-size: 300%;
	font-weight: 350;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 100px; 
}

.ttlonline::after{
   content: "";
   display: block;
   width: 250px;
   height: 2px;
   background-color: #858585; 
   margin: 10px auto;  
}

/*share*/


.sectshare{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #ddd; 
    background-image: url(../images/bg_share.jpg);
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 430px;
    color: #000;
}

.ttlshare{
	width: 100%;
	height: 90px;	
    margin: 10px auto;
    text-align: center;
    color: #464646;
	font-family: DFKai-sb;
    font-weight: 350;
    font-size: 300%;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 100px; 
} 
}

.ttlshare::after{
   content: "";
   display: block;
   width: 250px;
   height: 2px;
   background-color: #858585; 
   margin: 10px auto;  
}

/*share_san_zhi*/


.sectsharesanzhi{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #ddd; 
    background-image: url(../images/bg_share_san_zhi.jpg);
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 720px;
    color: #000;
}

.ttlshare{
	width: 100%;
	height: 90px;	
    margin: 10px auto;
    text-align: center;
    color: #464646;
	font-family: DFKai-sb;
    font-weight: 350;
    font-size: 300%;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 100px; 
} 
}

.ttlshare::after{
   content: "";
   display: block;
   width: 250px;
   height: 2px;
   background-color: #858585; 
   margin: 10px auto;  
}

/*mmmedia*/


.sectmmmediatop{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #ddd; 
    background-image: url(../images/bg_mmmedia_top.jpg);
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 960px;
    color: #000;
}

.sectmmmediamiddle{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #ddd; 
    background-image: url(../images/bg_mmmedia_middle.jpg);
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 340px;
    color: #000;
}

.ttlmmmedia{
	width: 100%;
	height: 90px;	
    margin: 10px auto;
    text-align: center;
    color: #FFF;
	font-family: Georgia;
    font-weight: 350;
    font-size: 130%;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 100px; 
} 

.ttlmmmedia::after{
   content: "";
   display: block;
   width: 250px;
   height: 2px;
   background-color: #858585; 
   margin: 10px auto;  
}

.ttllargemmmedia{
	width: 100%;
	height: 90px;	
    margin: 10px auto;
    text-align: center;
    color: #FFF;
	font-family: DFKai-sb;
    font-weight: 350;
    font-size: 300%;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 100px; 
}

/*background*/


.sectbackground{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #ddd; 
    background-image: url();
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:;
    -moz-background-size:;
    background-size:;
    min-height: 850px;
    color: #000;

}

/*mmmediabackground*/


.sectmmmediabackground{
    background-color: #303030; 
	
}

.sectmmmediabackground_notinuse{
    width: 100%;
    padding: none;
    background-color: #303030; 
    background-image: url();
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:;
    -moz-background-size:;
    background-size:;
    min-height: 720px;
    color: #000;
}

.opp  a {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .opp  a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }


.opp  a:hover img{ 
   opacity: 1;
   -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.opp a img {
    -webkit-transition: -webkit-transform 3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: transform 3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: transform 3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: transform 3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

.roundimg{
    width: 151px;
    height: 151px;
    border-radius: 50%;
    margin: 20px auto;
    display: block;    
}


.textclt{
    width: 100%;
    height: 50px;   
    margin: 20px auto;
    text-align: center;
    color: #464646;
	font-family: DFKai-sb;
    font-size: 180%;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 100px;    
}

.textclt::after{
   content: "";
   display: block;
   width: 30px;
   height: 3px;
   background-color: #fff; 
   margin: 10px auto;  
}

/*online open*/

.sectonlineopen{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #e5f6ff;       
    color: #000;
}

a#xpos,
a#xxpos,
a#xxxpos,
a#xxxxpos {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    color: #FFF;
    padding: 3px 8px 0px 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;  
    display: block;  
    cursor: pointer;
    float: right;
}

.ctitle{
    margin: 30px 0px 30px 0px;
}

/*shigong*/

ul.shi li{
    display: inline-block;
}


/*publications*/

.sectpublications{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #fff; 
    color: #727272;
}

.ttlpblct{
    width: 100%;
    height: 90px;   
    float: right;
    text-align: center;
    color: #4d4d4d;
    font-size: 210%;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 100px; 
}

.ttlpblct::after{
   content: "";
   display: block;
   width: 250px;
   height: 2px;
   background-color: #4d4d4d; 
   margin: 10px auto;  
}

.bookstage {
    margin-top: 20px;
    padding-bottom: 20px;
}

.titlebook a{
    position: relative;
    display: inline-block;
    margin: 15px auto;
    outline: none;
    color: #646464;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1em;
    padding: 0 0 10px;
}

.titlebook a::after {    
    display: block;  
    width: 150px;
    height: 2px;
    margin-top: 20px;
    background: #646464;
    content: '';    
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.titlebook a:hover::after,
.titlebook a:focus::after {
    height: 3px;
    opacity: 1;
    background: #f4c059;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/*publications open*/

.sectpblctopen{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #e5f6ff;       
    color: #000;
}

.btitle{
    margin: 20px 20px;
    color: #646464;
    text-align: left;  
    font-size: 1.5em; 
    padding-bottom: 20px;     
    display: block;  
}

.btitle::after{
   content: "";
   display: block;   
   height: 2px;
   background-color: #646464; 
   margin: 10px 0px; 
   width: 150px;
}


/*media*/

.sectmedia{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #fff; 
    background-image: url(../images/.jpg);
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 850px;
    color: #000;
}

.ttlmedia{
    width: 100%;
    height: 90px;   
    float: right;
    text-align: center;
    color: #fff;
    font-size: 210%;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 100px; 
}

.ttlmedia::after{
   content: "";
   display: block;
   width: 250px;
   height: 2px;
   background-color: #fff; 
   margin: 10px auto;  
}

/*media*/

.media-item-wrapper{
    width: 300px;
    height: 300px;
    position: relative;
    margin-bottom: -147px;
}

.media-item{
    width: 188px;
    height: 188px;
    border-radius:10px;
    overflow: hidden;
    position: relative;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    margin: 0px auto;
    cursor: pointer;
    top: 45px;
    padding: 0px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.media-img{
    position: absolute;
    top:-50px;
    left: -44px;
    height: 300px;
    width: 300px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */
}

.media-img img{
    height: 100%;
    max-width: 150%;
}

.media-hover{
    width:100%;
    height: 100%;
    background-color: rgba(45,22,14,0.8);
    position: relative;
    padding-top: 60px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    opacity: 0;
    border-radius:10px;
    color: #fff;

}

.hover-content{
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);    
    
}

.show{
    opacity: 1 !important;
}

.media-item:hover .media-hover{
    opacity: 1;
}

.media-item:hover{
    padding: 10px;   
}

.media-item a,
.media-item a:hover{
   color: #fff  
}

h4.text-media{
    text-align: center;
}

.text-media::after{
    position: relative;
    content: "";
    display: block;
    width: 30px;
    background-color: #fff;
    height: 5px;
    margin: 10px auto;
}

a#intro,
a#song,
a#chorusdzr,
a#carton,
a#praiseofnature{
    color: #fff;
}

.indentIn {
  margin-left: 1.65em;
  
}

/*media open*/

.sectmediaopen{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #d2efff;     
    color: #555555;
}

.sectmediasong{
    width: 100%;
    padding: 150px 0px 80px 0px;
    background-color: #d2efff;     
    color: #555555;
    min-height:1020px;
}

span.q{
    border-radius: 50%;
    width: 20px;
    height: 22px;
    background-color: #402507;
    color:#fff;
    padding: 0px 5px;
    display: inline-block;
    border-bottom: 3px solid #cc0000;

}
.panel-body p{
    font-size: 14px;
    margin-left: 5%;
}

.video-container {
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-container  iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    
}



/*vege*/


.sectvege{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #fff; 
    background-image: url(../images/.jpg);
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 550px;
    color: #000;
}


.ttlvege{
    width: 100%;
    height: 90px;   
    float: right;
    text-align: center;
    color: #7d8b43;
    font-size: 210%;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 100px; 
}

.ttlvege::after{
   content: "";
   display: block;
   width: 250px;
   height: 2px;
   background-color: #7d8b43; 
   margin: 10px auto;  
}

/*rcp*/
.sectrcpvege{
    width: 100%;
    padding: 50px 0px 80px 0px;
    background-color: #413030;  
    min-height: 850px;   
}


.ttlrcpvege{
    width: 100%;
    height: 90px;   
    float: right;
    text-align: center;
    color: #b78492;
    font-size: 210%;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 100px; 
}

.ttlrcpvege::after{
   content: "";
   display: block;
   width: 250px;
   height: 2px;
   background-color: #b78492; 
   margin: 10px auto;  
}

.sectvegeopen{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #e5f6ff;       
    color: #000;
}

h3.title_menu{
    font-family: "DFKai-sb";
    margin-top: 5px;
    color: #933400;
    font-weight: 600;
}

.ing{
    color: #c3742a;
    font-size: 17px;
    font-weight: 600;
}

/*events*/

.sectevents{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #fff; 
    background-image: url(../images/.jpg);
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 950px;
    color: #fff;
}

.ttlevents{
    width: 100%;
    height: 90px;   
    float: right;
    text-align: center;
    color: #fff;
    font-size: 210%;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 100px; 
}

.ttlevents::after{
   content: "";
   display: block;
   width: 250px;
   height: 2px;
   background-color: #fff; 
   margin: 10px auto;  
}

/*owl carousel.events8*/
#owl-events .item{
    margin: 35px 35px 0 35px;
    background: rgba(225,225,225,0.3);
    padding:0px;
    text-align: center;
}
#owl-events .item h2{
    font-size: 1.6em;
    color: #fff;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 5px 0px;
    overflow: hidden;
    
}
#owl-events .item p{
    color:#fff;
    margin-top: 10px;
    font-size:1.1em;
    padding: 20px;
    text-align: left;
}
#owl-events .item a{
    display: inline-block;
    width: 58px;
    height: 34px;
    padding: 5px;
    color: #fff;
    border:1px solid #fff;
    font:1.2em;
    margin: 20px 0px 20px 0px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
#owl-events .owl-controls{
    text-align: center;
    margin: 0px 15px;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 10;
    margin-top: 28px;
}
#owl-events .owl-controls .owl-buttons div{
    display: inline-block;
    font-size: 14px;
    height: 30px;
    width: 80px;
    line-height: 20px;
    color: #fff;
    border:1px solid #fff;
    text-align: center;;
    margin: 0 5px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#owl-events .item a:hover{
    border:1px solid #a0d5f3;
}
#owl-events .owl-controls .owl-buttons div:hover {
    border: 1px solid #a0d5f3;
}

/*events page*/

.pict_events{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #fff; 
    background-image: url(../images/.jpg);
    background-repeat:no-repeat;
    background-position: left;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    max-height: 510px;
    color: #fff; 
}

.ttleventsopen{
    width: 100%;     
    margin: 290px 0px 0px 150px;
    text-align: left;
    color: #5f1d01;
    font-size: 130%;
    line-height: 150%;
    letter-spacing: 2px;  
    font-weight: 900; 

}

@media only screen and (max-width: 980px)  {

    .ttleventsopen{
    width: 100%;     
    margin: 290px 0px 0px 190px;
    text-align: left;
    color: #5f1d01;
    font-size: 130%;
    line-height: 150%;
    letter-spacing: 2px; 
     }
    }


/*news*/


.sectnews{
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #fff; 
    background-image: url(../images/.jpg);
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 900px;
    color: #000;
}

@media only screen and (max-width: 980px)  {

.sectnews{
    background-image: none;
    background-color: #6ca5f3;
 }
}

.ttlnews{
    width: 100%;
    height: 90px;   
    float: right;
    text-align: center;
    color: #fff;
    font-size: 210%;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 80px; 
}

.ttlnews::after{
   content: "";
   display: block;
   width: 250px;
   height: 2px;
   background-color: #fff; 
   margin: 10px auto;  
}

.list{
background-color:rgba(255,255,255,0.2);
padding: 10px;
border-radius: 5px;
}


.date ul{
    overflow: visible;
    margin-left:30px;
}
.date li.opendate{
    list-style-image: url(../images/.png);
    line-height: 1.7em;   

} 

a.linknlw{
    color: #084495;
}

a.linknlw1{
    color: #fff;
}

.sectnews2{
    width: 100%;
    padding: 50px 0px 80px 0px;
    background-color: #fff; 
    background-image: url(../images/.jpg);
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 700px;
    color: #000;
}

.sectnews2 .white h3,
.sectnews2 .white h4{
    color: #fff;
    text-align: center;
    line-height: 1.3em;

}


/*contact*/


.sectcontact{
    width: 100%;
    padding: 50px 0px 80px 0px;
    background-color: #fff; 
    background-image: url(../images/.jpg);
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 900px;
    color: #000;
}

.ttlcontact{
    width: 100%;
    height: 90px;   
    float: right;
    text-align: center;
    color: #232323;
    font-size: 210%;
    line-height: 150%;
    letter-spacing: 2px; 
    padding-bottom: 100px; 
}

.ttlcontact::after{
   content: "";
   display: block;
   width: 250px;
   height: 2px;
   background-color: #232323; 
   margin: 10px auto;  
}


@media only screen and (max-width: 640px)  {

    .sectcontact{
    width: 100%;
    padding: 50px 0px 80px 0px;
    background-color: #fff; 
    background-image: url(../images/.jpg);
    background-repeat:no-repeat;
    background-position: left;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 900px;
    color: #000;
}
}
 
