
@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Basic Styles
   ================================= */
html {
	height: 100%;
}

/* Typography
   ================================= */
button, input[type="button"], input[type="reset"], input[type="submit"]{
	border: none;
}

.heading-style{
	position: relative;
	display: inline-block;
	font-size: 28px;
}
.heading-style span {
    font-size: 50px;
    font-weight: 800;
    color: #111;
    opacity: 0.19;
    position: absolute;
    top: -44px;
    right: 0;
}
.heading-style.head-center{
	display: block;
	padding: 0 50px;
}
.heading-style.head-center span {
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 50px;
    top: -40px;
}
h4.head-text{
	display: inline-block;
}
h4.head-text::before {
    content: attr(data-text);
    font-size: 28px;
    color: #111;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: -22px;
    width: 250%;
    font-weight: 800;
    text-align: right;
}

p{ margin: 0 0 10px; }

/* Links
   ================================= */
a, a:visited, a:focus {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: underline;
    color: inherit;
}
a.text-white:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}
p a, p a:visited {
	line-height: inherit;
}

/* Placeholder Color
   ================================= */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
   color: #ddd !important;
}

/* Background Color
   ================================= */
section{ background-color: #fff; }
.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f7f7f7; }
.bg-yellow{ background-color: #FAB702; }
.bg-dark{ background-color: #111; }

/* Text Color
   ================================= */
.text-white{ color: #fff; }
.text-black{ color: #111 }
.text-grey{ color: #777; }
.text-yellow{ color: #FAB702; }
.text-light{ color: #fff; opacity: 0.6; }

/* Border
   ================================= */
.bd{ border: 1px solid #dddddd}
.bd-top{ border-top: 1px solid #eaeaea; }

.bd-bottom-white{ border-bottom: 2px solid #fff;}
.bd-grey{ border-top: 1px solid #ddd; }
.bd-top-dark{ border-top: 1px solid #181818; }

/* Verticle Align
   ================================= */
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
        margin-top: 35%;
}

/* Verticle Align
   ================================= */
.display-block{ display: block; }
.display-inline-block{ display: inline-block; }

/* Border Radius
   ================================= */
.bdrs-2{ border-radius: 2px; }
.bdrs-3{ border-radius: 3px; }
.bdrs-4{ border-radius: 4px; }
.bdrs-5{ border-radius: 5px; }
.bdrs-10{ border-radius: 10px; }
.bdrs-50{ border-radius: 50%; }

/* Image Width
   ================================= */
.img-w-80{
	width: 80px;
	height: 80px;
}
.img-w-90{
	width: 90px;
	height: 90px;
}
.img-w-100{
	width: 100px;
	height: 100px;
}
.img-w-120{
	width: 120px;
	height: 120px;
}
.img-w-150{
	width: 150px;
	height: 150px;
}

/* Line Height
   ================================= */
.lh-40{ line-height: 40px; }
.lh-60{ line-height: 60px; }
.lh-80{ line-height: 80px; }
.lh-90{ line-height: 90px; }
.lh-100{ line-height: 100px; }


/* Text Align
   ================================= */
.text-center{ text-align: center; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }

/* Text Align
   ================================= */
.box-shadow{
	-webkit-box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
}
.box-shadow-dark{
	-webkit-box-shadow: 1px 1px 10px 0px #999;
	box-shadow: 1px 1px 10px 0px #999;
}

/* Text Transform
   ================================= */
.tt-u{ text-transform: uppercase; }
.tt-c{ text-transform: capitalize; }
.tt-l{ text-transform: lowercase; }

/* Padding
   ================================= */
.padding{ padding: 80px 0; }
.padding-100{ padding: 100px 0; }
.padding-120{ padding: 120px 0; }
.padding-110{ padding: 80px 120px; }
.no-padding{ padding: 0; }
.padding-5{ padding: 5px; }
.padding-10{ padding: 10px; }
.padding-15{ padding: 15px; }
.padding-20{ padding: 20px; }
.padding-25{ padding: 25px; }
.padding-30{ padding: 30px; }
.padding-40{ padding: 40px; }
.padding-50{ padding: 50px; }
.padding-80{ padding: 80px; }
.ptb-10{ padding-top: 10px; padding-bottom: 10px; }
.ptb-15{ padding-top: 15px; padding-bottom: 15px; }
.ptb-20{ padding-top: 20px; padding-bottom: 20px; }
.ptb-25{ padding-top: 25px; padding-bottom: 25px; }
.ptb-30{ padding-top: 30px; padding-bottom: 30px; }
.ptb-35{ padding-top: 35px; padding-bottom: 35px; }
.ptb-40{ padding-top: 40px; padding-bottom: 40px; }
.ptb-45{ padding-top: 45px; padding-bottom: 45px; }
.ptb-50{ padding-top: 50px; padding-bottom: 50px; }
.ptb-55{ padding-top: 55px; padding-bottom: 55px; }
.ptb-60{ padding-top: 60px; padding-bottom: 60px; }
.ptb-65{ padding-top: 65px; padding-bottom: 65px; }
.ptb-70{ padding-top: 70px; padding-bottom: 70px; }
.ptb-75{ padding-top: 75px; padding-bottom: 75px; }
.ptb-90{ padding-top: 90px; padding-bottom: 90px; }
.ptb-95{ padding-top: 95px; padding-bottom: 95px; }
.ptb-100{ padding-top: 100px; padding-bottom: 100px; }
.ptb-115{ padding-top: 115px; padding-bottom: 115px; }
.ptb-140{ padding-top: 140px; padding-bottom: 140px; }
.pb-5{ padding-bottom: 5px; }
.pb-10{ padding-bottom: 10px; }
.pb-15{ padding-bottom: 15px; }
.pb-20{ padding-bottom: 20px; }
.pb-25{ padding-bottom: 25px; }
.pb-30{ padding-bottom: 30px; }
.pb-35{ padding-bottom: 35px; }
.pb-40{ padding-bottom: 40px; }
.pb-45{ padding-bottom: 45px; }
.pb-50{ padding-bottom: 50px; }
.pb-55{ padding-bottom: 55px; }
.pb-60{ padding-bottom: 60px; }
.pb-70{ padding-bottom: 70px; }
.pb-80{ padding-bottom: 80px; }
.pt-5{ padding-top: 5px; }
.pt-10{ padding-top: 10px; }
.pt-15{ padding-top: 15px; }
.pt-20{ padding-top: 20px; }
.pt-25{ padding-top: 25px; }
.pt-30{ padding-top: 30px; }
.pt-35{ padding-top: 35px; }
.pt-40{ padding-top: 40px; }
.pt-45{ padding-top: 45px; }
.pt-50{ padding-top: 50px; }
.pt-55{ padding-top: 55px; }
.pt-60{ padding-top: 60px; }
.pl-30{ padding-left: 30px; }
.pl-35{ padding-left: 35px; }
.pl-40{ padding-left: 40px; }
.pl-45{ padding-left: 45px; }
.pl-50{ padding-left: 50px; }
.pr-15{ padding-right: 15px; }

/* Margin
   ================================= */
.margin-auto{ margin: 0 auto; }
.mb-5{ margin-bottom: 5px; }
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 30px; margin-top:30px}
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mb-55{ margin-bottom: 55px; }
.mb-60{ margin-bottom: 60px; }
.mb-100{ margin-bottom: 100px; }
.mt-5{ margin-top: 5px; }
.mt-10{ margin-top: 10px; }
.mt-15{ margin-top: 15px; }
.mt-20{ margin-top: 20px; }
.mt-25{ margin-top: 25px; }
.mt-30{ margin-top: 30px; }
.mt-35{ margin-top: 35px; }
.mt-40{ margin-top: 40px; }
.mt-45{ margin-top: 45px; }
.mt-50{ margin-top: 50px; }
.mt-55{ margin-top: 55px; }
.mt-60{ margin-top: 60px; }
.minus-mlr{ margin: 0 -15px; }
.minus-mtb{ margin: -15px 0; }
.minus-ml-15{ margin-left: -15px; }
.minus-mr-15{ margin-right: -15px; }
.minus-mt-20{ margin-top: -20px; }
.minus-mt-30{ margin-top: -30px; }
.minus-mt-40{ margin-top: -40px; }
.minus-mt-50{ margin-top: -50px; }
.minus-mt-60{ margin-top: -60px; }
.mius-mr-15{ margin-right: -15px; }
.no-margin{ margin: 0 !important; }
.ml-10{ margin-left: 10px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-100{ margin-left: 100px; }
.mr-10{ margin-right: 10px; }
.mr-15{ margin-right: 15px; }
.mr-20{ margin-right: 20px; }
.mr-25{ margin-right: 25px; }

/* Font Size
   ================================= */
.fz-10{ font-size: 10px; line-height: 18px; }
.fz-11{ font-size: 11px; line-height: 18px; }
.fz-12{ font-size: 12px; line-height: 20px; }
.fz-13{ font-size: 13px; line-height: 25px; }
.fz-14{ font-size: 14px; }
.fz-15{ font-size: 15px; }
.fz-16{ font-size: 16px; }
.fz-17{ font-size: 17px; }
.fz-18{ font-size: 18px; }
.fz-19{ font-size: 19px; }
.fz-20{ font-size: 20px; }
.fz-21{ font-size: 21px; }
.fz-22{ font-size: 22px; }
.fz-23{ font-size: 23px; }
.fz-24{ font-size: 24px; }
.fz-25{ font-size: 25px; }
.fz-26{ font-size: 26px; }
.fz-27{ font-size: 27px; }
.fz-28{ font-size: 28px; }
.fz-29{ font-size: 29px; }
.fz-30{ font-size: 30px; }
.fz-35{ font-size: 35px; }
.fz-40{ font-size: 40px; }
.fz-45{ font-size: 45px; }
.fz-50{ font-size: 50px; }
.fz-55{ font-size: 55px; }
.fz-60{ font-size: 60px; }

/* Font Weight
   ================================= */
.fw-3{ font-weight: 300; }
.fw-4{ font-weight: 400; }
.fw-5{ font-weight: 500; }
.fw-6{ font-weight: 600; }
.fw-7{ font-weight: 700; }
.fw-8{ font-weight: 800; }
.fw-9{ font-weight: 900; }

/* Hero Height
   ================================= */
.height-300{ height: 300px; }
.height-500{ height: 500px; }
.height-550{ height: 550px; }
.height-600{ height: 600px; }
.height-650{ height: 650px; }
.height-660{ height: 660px; }
.height-670{ height: 670px; }
.height-700{ height: 700px; }
.height-750{ height: 750px; }

/* Transition
   ================================= */
a, a:hover, img, button{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Image
   ================================= */
.img-w1,
.img-w1 img{ width: 100%; }
.img-w5 img{ width: 50%; }
.bg-img{
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}


/* 1.1 Main Menu
   ================================= */
.mainmenu{
	display: inline-block;
}
.mainmenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.mainmenu li {
    display: inline-block;
    position: relative;
}
.mainmenu li a {
    color: #fff;
    position: relative;
    display: block;
    font-size: 13px;

    letter-spacing: .5px;
    opacity: 0.5;
    padding: 16px 5px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.9;
}
.mainmenu ul li:hover > a,
.mainmenu ul li.current_page_item > a {
	color: #fff;
	opacity: 1;
    text-decoration: none;
}
.nav-light .mainmenu li a,
.sticky .mainmenu li a{
	color: #777;
}
.nav-light .mainmenu ul li:hover > a,
.nav-light .mainmenu ul li.current_page_item > a,
.sticky .mainmenu ul li:hover > a,
.sticky .mainmenu ul li.current_page_item > a{
	color: #777;
	opacity: 1;
}
.mainmenu li ul {
    background: #111 none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 65px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: -1;
    /*box-shadow: 0 0 5px #fafafa;*/
}
.mainmenu li ul li {
    display: block;
}
.sticky .mainmenu li ul li a,
.mainmenu li ul li a {
    color: #fff;
    opacity: 0.7;
    letter-spacing: -0.2px;
    padding: 12px 20px;
    font-size: 12px;
    border-bottom: 1px solid #222;
}
.mainmenu li ul li:last-child a:hover,
.mainmenu li ul li:last-child a{
    border: none;
}
.sticky .mainmenu li ul li a:hover,
.mainmenu li ul li a:hover{
	background-color: #222;
	color: #fff;
}
.mainmenu li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 99;
    top: 60px;
}

.menu-wrap nav {
    opacity: 0;
    margin-right: -30px;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.menu-wrap nav.menu-open {
    opacity: 1;
    margin-right: 0;
    visibility: visible;
}
.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 0;
    padding: 0;
}
.mean-container a.meanmenu-reveal {
    color: #fff;
    margin-top: 12px;
    padding: 4px 5px;
    position: absolute;
    font-weight: 400;
}
.mean-container a.meanmenu-reveal span {
    background-color: #fff;
    height: 2px;
    margin-top: 6px;
}
.nav-light .mean-container a.meanmenu-reveal,
.sticky .mean-container a.meanmenu-reveal{
	color: #111;
}
.nav-light .mean-container a.meanmenu-reveal span,
.sticky .mean-container a.meanmenu-reveal span{
	background-color: #111;
}
.mean-container .mean-nav {
	background-color: #111;
    margin-top: 59px;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
	border-top: 1px solid #222;
}
.mean-container .mean-nav ul li a.mean-expand {
	height: 22px;
	background: #121212;
	border: none !important;
	border-left: 1px solid #222 !important;
	border-bottom: 1px solid #222 !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover{
	background-color: #181818;
}
.mean-container .mean-nav ul li:last-child a.mean-expand{
	border-bottom: 0px solid #222 !important;
}

/* hamburger */
.menu-toggle {
    box-sizing: border-box;
    float: right;
    height: 19px;
    margin-left: 30px;
    margin-top: 31px;
    padding: 0;
}
.hamburger {
	padding: 18px 0;
	padding-left: 30px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
	width: 30px;
	height: 18px;
	display: inline-block;
	position: relative;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.nav-light .hamburger-inner,
.nav-light .hamburger-inner::before,
.nav-light .hamburger-inner::after,
.sticky .hamburger-inner,
.sticky .hamburger-inner::before,
.sticky .hamburger-inner::after{
	background-color: #111;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
	width: 20px;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
   bottom: -10px;
}
.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.11133, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.11133, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.11133, 0, 0.66667, 0.11133), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.11133, 0, 0.66667, 0.11133), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}


/*·ÖÒ³*/
.page_link {padding:0px; text-align:center; font-family:Verdana; font-size:12px; margin-top:40px; margin-bottom:10px;clear:both }
.page_link a { border:solid 1px #ddd; padding:8px 12px; text-decoration: none; color:#000; margin-left:-1px;}
.page_link a:hover {background-color:#f5f5f5; color:#000}
.page_link a:active { background:#f0f0f0}
.page_link span{border:solid 1px #ddd; padding:8px 12px; color:#000; margin-left:-1px; }
.page_link span.current { background:#f0f0f0; color:#000;}
.page_link span.disabled {color:#555;}
/*·ÖÒ³½áÊø*/