h2.ss-subtitle{
    padding: 10px 10px 70px;
    font-size: 52px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.8);
	position: relative;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align:center
}
h2.ss-subtitle:before{
	width: 4px;
	height: 40px;
	background: #666;
	content: '';
	position: absolute;
	right: 75%;
	margin-right: -4px;
	bottom: -4px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	display:none
}
h2.ss-subtitle:after{
	width: 25%;
	height: 0px;
	border-bottom: 4px dotted #666;
	content: '';
	position: absolute;
	right: 50%;
	margin-right: -1px;
	bottom: -4px;
		display:none
}



.header { position:absolute !important}



#ss-subtitle{
    padding: 0px;
    font-size: 52px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.8);
	position: relative;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	width:50%;
	float:right
}
#ss-subtitle:before{
	/*width: 4px;
	height: 40px;
	content: '';
	position: absolute;
	right: 75%;
	margin-right: -4px;
	bottom: -4px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;*/
	width: 29%;
height: 0px;

border-bottom: 5px dotted #666;
-webkit-box-shadow: 0px 1px 1px #fff;
-moz-box-shadow: 0px 1px 1px #fff;
box-shadow: 0px 1px 1px #fff;
position: absolute;
top: 50%;
content: '';
margin-top: -3px;
left:0
}

#ss-subtitle:after{
	/*width: 25%;
	height: 0px;
	border-bottom: 4px dotted rgb(237, 27, 35);
	content: '';
	position: absolute;
	left: 0%;
	margin-right: -1px;
	top: 170px;*/
	width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
content: '';
position: absolute;
top: 50%;
margin-top: -10px;
border-left:10px solid #666;
left:0
}






#ss-subtitle_left{
    padding: 0;
    font-size: 52px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.8);
	position: relative;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	width:50%; 
	float:left
}
#ss-subtitle_left:before{
	width: 29%;
height: 0px;

border-bottom: 5px dotted #666;
-webkit-box-shadow: 0px 1px 1px #fff;
-moz-box-shadow: 0px 1px 1px #fff;
box-shadow: 0px 1px 1px #fff;
position: absolute;
top: 50%;
content: '';
margin-top: -3px;
right:0
}

#ss-subtitle_left:after{
		width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
content: '';
position: absolute;
top: 50%;
margin-top: -10px;
border-right: 10px solid #666;
right: 0;
}








.ss-links{
	position: fixed;
	left: 0;
bottom: 0px;
width: 5.5%;
z-index: 100;
margin-top: 4%;
padding: 5px;
}
.ss-links a{
	background: rgba(0,0,0,0.2);
	font-size: 16px;
	width: 100px;
	line-height: 40px;
	margin: 5px;
	float: left;
	display: block;
	text-align: center;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.ss-links a:hover{
	background: rgba(0,0,0,0.4);
}
.ss-container{
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
	overflow: hidden;
	padding-bottom: 500px;
}
.ss-container h2{
    font-size: 44px;
    text-transform: uppercase;
    color: #000;
	text-shadow: 0px 1px 1px #fff;
	padding: 20px 0px;
}
.ss-container:before{
    position: absolute;
    width: 4px;
    background:#666;
    top: 0px;
    left: 50%;
	margin-left: -2px;
    content: '';
    height: 100%;
}
.ss-row{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 30px 0;
}
.ss-left, .ss-right{
    float: left;
    width: 48%;
    position: relative;
}
.ss-right{
    padding-left: 2%;
	float:right
}
.ss-left{
    text-align: right;
    float: left;
    padding-right: 2%;
}
.ss-circle{
    border-radius: 50% !important; z-index:999;
    overflow: hidden !important;
    display: block;
    text-indent: -9000px;
    text-align: left;
    -webkit-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    -moz-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
	background-size: cover;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.ss-small .ss-circle{
	width: 100px;
	height: 100px;overflow:hidden;
}
.ss-medium .ss-circle{
	width: 200px;
	height: 200px;overflow:hidden;
}
.ss-large .ss-circle{
	width: 300px;
	height: 300px; overflow:hidden;
}
.ss-circle-deco:before{
	width: 29%;
	height: 0px;
	border-bottom: 5px dotted #ddd;
	border-bottom: 5px dotted rgba(17, 17, 22, 0.3);
	-webkit-box-shadow: 0px 1px 1px #fff;
	-moz-box-shadow: 0px 1px 1px #fff;
	box-shadow: 0px 1px 1px #fff;
	position: absolute;
	top: 50%;
	content: '';
	margin-top: -3px;
}
.ss-circle-deco:after{
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.ss-left .ss-circle-deco:before{
    right: 2%;   
}
.ss-right .ss-circle-deco:before{
    left: 2%;   
}
.ss-left .ss-circle-deco:after{
	right: 0;
	border-right: 10px solid rgba(17,17,22,0.8);
}
.ss-right .ss-circle-deco:after{
	left: 0;
	border-left: 10px solid rgba(17,17,22,0.8);
}
.ss-left .ss-circle{
    float: right;
    margin-right: 30%;
}
.ss-right .ss-circle{
    float: left;
    margin-left: 30%;
}
.ss-container h3{
    margin-top: 25px;
	padding: 10px 15px;
	background: #923734
	
}
.ss-container .ss-medium h3{
	margin-top: 82px;
}
.ss-container .ss-large h3{
	margin-top: 133px;
}
.ss-container .ss-left h3{
	border-right: 5px solid rgba(255, 190, 190, 0.8);
}
.ss-container .ss-right h3{
	border: 5px solid #ba5754;
}
.ss-container h3 span{
    color: #fff;
    font-size: 21px;
    display: block;
    padding-bottom: 10px;
	text-align:left;
}
.ss-container h3 a{
    font-size: 28px;
    color: rgba(255,255,255,0.9);
    display: block;
}

.ss-container h3 p{
    font-size: 28px; color:#fff; text-shadow: 0 0 2px rgba(0,0,0,.2);
    display: block; font-weight:normal;
	text-align:left
}
.ss-container h3 a:hover{
	color: rgba(255,255,255,1);
}
.ss-circle-1{
    background-image:url(../images/1.jpg);
}
.ss-circle-2{
    background-image: url(../images/2.jpg);
}
.ss-circle-3{
    background-image: url(../images/3.jpg);
}
.ss-circle-4{
    background-image: url(../images/4.jpg);
}
.ss-circle-5{
    background-image: url(../images/5.jpg);
}
.ss-circle-6{
    background-image: url(../images/6.jpg);
}
.ss-circle-7{
    background-image: url(../images/7.jpg);
}
.ss-circle-8{
    background-image: url(../images/8.jpg);
}
.ss-circle-9{
    background-image: url(../images/9.jpg);
}
.ss-circle-10{
    background-image: url(../images/10.jpg);
}
.ss-circle-11{
    background-image: url(../images/11.jpg);
}
.ss-circle-12{
    background-image: url(../images/12.jpg);
}
.ss-circle-13{
    background-image: url(../images/13.jpg);
}
.ss-circle-14{
    background-image: url(../images/14.jpg);
}
.ss-circle-15{
    background-image: url(../images/15.jpg);
}
.ss-circle-16{
    background-image: url(../images/16.jpg);
}
.ss-circle-17{
    background-image: url(../images/17.jpg);
}
.ss-circle-18{
    background-image: url(../images/18.jpg);
}
.ss-circle-19{
    background-image: url(../images/19.jpg);
}
.ss-circle-20{
    background-image: url(../images/20.jpg);
}
.ss-circle-21{
    background-image: url(../images/21.jpg);
}
.ss-circle-22{
    background-image: url(../images/22.jpg);
}
.ss-circle-23{
    background-image: url(../images/23.jpg);
}
.ss-circle-24{
    background-image: url(../images/24.jpg);
}
.ss-circle-25{
    background-image: url(../images/25.jpg);
}
.ss-circle-26{
    background-image: url(../images/26.jpg);
}
.ss-circle-27{
    background-image: url(../images/27.jpg);
}
.ss-circle-28{
    background-image: url(../images/28.jpg);
}
.ss-circle-29{
    background-image: url(../images/29.jpg);
}
.ss-circle-30{
    background-image: url(../images/30.jpg);
}

.flexslider {border: 12px solid #e3e3e3 !important; }
.flexslider .slides { overflow:hidden !important}

.ss-links  a:hover {    color: #fff !important;    }
.inner_content { margin-bottom:0 !important}
#FullPage .inner_content { padding:0 !important}
.inner_content .main_content { padding: 5px 20px 0px 20px !important;}




/* history */
.bg_1887 { background: url(../images/web/history/1887.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1923 { background: url(../images/web/history/1923.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1924 { background: url(../images/web/history/1924.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1925 { background: url(../images/web/history/1925.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1927 { background: url(../images/web/history/1927.jpg) center no-repeat; background-size: 100% 100% ; height: 300px;overflow: hidden; }
.bg_1927b { background: url(../images/web/history/1927b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1929 { background: url(../images/web/history/1929.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1930 { background: url(../images/web/history/1930.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1932 { background: url(../images/web/history/1932.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1935 { background: url(../images/web/history/1935.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1936 { background: url(../images/web/history/1936.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1937 { background: url(../images/web/history/1937.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1937b { background: url(../images/web/history/1937b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1939 { background: url(../images/web/history/1939.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1939b { background: url(../images/web/history/1939b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1940 { background: url(../images/web/history/1940.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1940b { background: url(../images/web/history/1940b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1941 { background: url(../images/web/history/1941.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1941b { background: url(../images/web/history/1941b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1941c { background: url(../images/web/history/1941c.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1945 { background: url(../images/web/history/1945.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1947 { background: url(../images/web/history/1947.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1948 { background: url(../images/web/history/1948.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1951 { background: url(../images/web/history/1951.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1951b { background: url(../images/web/history/1951b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1951c { background: url(../images/web/history/1951c.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1951d { background: url(../images/web/history/1951d.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1952 { background: url(../images/web/history/1952.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1953 { background: url(../images/web/history/1953.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1953b { background: url(../images/web/history/1953b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1954 { background: url(../images/web/history/1954.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1955 { background: url(../images/web/history/1955.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1961 { background: url(../images/web/history/1961.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1962 { background: url(../images/web/history/1962.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1962b { background: url(../images/web/history/1962b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1964 { background: url(../images/web/history/1964.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1964b { background: url(../images/web/history/1964b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1964c { background: url(../images/web/history/1964c.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1966 { background: url(../images/web/history/1966.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1969 { background: url(../images/web/history/1969.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1969b { background: url(../images/web/history/1969b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1971 { background: url(../images/web/history/1971.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1971b { background: url(../images/web/history/1971b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1976 { background: url(../images/web/history/1976.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1977 { background: url(../images/web/history/1977.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1977b { background: url(../images/web/history/1977b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1978 { background: url(../images/web/history/1978.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1978b { background: url(../images/web/history/1978b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1979 { background: url(../images/web/history/1979.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1979b { background: url(../images/web/history/1979b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1987 { background: url(../images/web/history/1987.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1987b { background: url(../images/web/history/1987b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1993 { background: url(../images/web/history/1993.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1994 { background: url(../images/web/history/1994.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1994b { background: url(../images/web/history/1994b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1995 { background: url(../images/web/history/1995.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1998 { background: url(../images/web/history/1998.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1998b { background: url(../images/web/history/1998b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_1998c { background: url(../images/web/history/1998c.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2002 { background: url(../images/web/history/2002.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2003 { background: url(../images/web/history/2003.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2006 { background: url(../images/web/history/2006.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2007 { background: url(../images/web/history/2007.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2007b { background: url(../images/web/history/2007b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2008 { background: url(../images/web/history/2008.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2008b { background: url(../images/web/history/2008b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2009 { background: url(../images/web/history/2009.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2009b { background: url(../images/web/history/2009b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2009c { background: url(../images/web/history/2009c.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2010 { background: url(../images/web/history/2010.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2011 { background: url(../images/web/history/2011.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2014 { background: url(../images/web/history/2014.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2017 { background: url(../images/web/history/2017.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2017b { background: url(../images/web/history/2017b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2017c { background: url(../images/web/history/2017c.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2017d { background: url(../images/web/history/2017d.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2018 { background: url(../images/web/history/2018.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2018b { background: url(../images/web/history/2018b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2018c { background: url(../images/web/history/2018c.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2018d { background: url(../images/web/history/2018d.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2018e { background: url(../images/web/history/2018e.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2018f { background: url(../images/web/history/2018f.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2018g { background: url(../images/web/history/2018g.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2018h { background: url(../images/web/history/2018h.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2018i { background: url(../images/web/history/2018i.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2018j { background: url(../images/web/history/2018j.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2018k { background: url(../images/web/history/2018k.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2018l { background: url(../images/web/history/2018l.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2018m { background: url(../images/web/history/2018m.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2019 { background: url(../images/web/history/2019.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2021 { background: url(../images/web/history/2021.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2021b { background: url(../images/web/history/2021b.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2021c { background: url(../images/web/history/2021c.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2021d { background: url(../images/web/history/2021d.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2021e { background: url(../images/web/history/2021e.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2021f { background: url(../images/web/history/2021f.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2021g { background: url(../images/web/history/2021g.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }
.bg_2021h { background: url(../images/web/history/2021h.jpg) center no-repeat; background-size: 100% 100% ; height: 300px; }

b:hover { opacity:1; }
.no_bg { background: none; box-shadow: none }
.no_bg::after { display: none; }
.no_bg::before { display: none; }
.ss-left .ss-circle-deco::after { display: none; }
.ss-right .ss-circle-deco::after { display: none; }
.ss-circle-deco::before { display: none; }
.ss-circle-deco::after { display: none; }
.ss-container h3 a { font-size: 17px; }
.ss-container h3 p { font-size: 17px; }

@media only screen and (max-width: 800px) {
  .ss-left, .ss-right { width: 100%; }
  .ss-container:before { left: 1%; }
  .mobile_no_show { display: none; }
  h2.ss-subtitle { line-height: 1; }
  h2.ss-subtitle:after { display: none; z-index: -1; }
  h2.ss-subtitle:before { display: none; z-index: -1; }
  .ss-left .ss-circle { margin-right: 0; }
  .ss-right .ss-circle { margin-left: 0;float: right; }
  .ss-container .ss-large h3 { margin-top: 0; }
}