﻿input, textarea, select {
    width: 99%;
	border-radius:10px;
}

/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */

	/* FONT */
	/* body { font-family: 'insert-font-family-name-here', 'Arial', sans-serif; } */

	/* STANDARD LOGO DIMENSIONS */
	.header-branding img { width: 140px; }

	/* LARGE LOGO DIMENSIONS */
	.header-branding.m-large-logo img { width: 200px; }
	/* Scroll down to "MEDIUM DEVICES" to change width of large logo on mobile devices */

	/* your CSS here */


/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

	}
    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( min-width: 992px ) {

    .col-md-push-6 {
    left: 0%;
    }

	}


    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* LARGE LOGO DIMENSIONS */
		.header-branding.m-large-logo img { width: 140px; }
		.header-tools {top: 148px!important;}

		/* your CSS here */
		.m-has-standard-menu.m-has-header-tools .header-menu {
    margin-top: 0px!important;
}
.header.title h1 {
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
	font-size: 45px!important;
	color: #1e87cb;
	text-align: center;
	width: 100%;
	padding: 0px!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 20px!important;
	margin-left: 0px!important;
}
.title.sort {
	font-size: 18px!important;
	text-align: center!important;
	margin: 0px!important;
	width: 100%!important;
}

.tools {
	position: inherit!important;
	top: 0px!important;
	right: 0;
	margin-top: -15px;
	display: inline-block;
}
.m-has-standard-menu.m-has-header-tools .menu {
	margin-top: -15px!important;
	margin-bottom: 0px!important;
}
.header-branding {
    margin-bottom: 5px!important;
}
.header-content {
    padding-bottom: 0px!important;
}
.m-has-gmap .header-toggle-holder {
    margin-top: 20px;
}
	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {
		/* your CSS here */
.c-definition-list dl>dt {
    width: 100%!important;
}
.c-definition-list dl>dd {
    width: 100%!important;
}
	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

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

	.cover {
    width: 400px!important;
    margin-top: -121px!important;
    margin-bottom: 160px!important;
}
.bearblack {
	width: 400px!important;
}

.adblack {
	margin-top: -254px!important;
    width: 132px!important;
    margin-left: 83px!important;
	
}
h1 {
    font-size: 1.3em!important;
}


	}
	
@media (max-width: 480px){
.c-team-member.m-has-portrait .team-member-inner {
	padding-left: 0!important;
	min-height: 0!important;
	margin-bottom: 0px;
}
.header-toggle.m-active {
	margin-top: 35px;
}
}
@media only screen and (min-width: 320px) and (max-width: 479px){
	.cover {
    width: 270px!important;
    margin-top: -84px!important;
    margin-bottom: 100px!important;
}
.bearblack {
	width: 270px!important;
}

.adblack {
	margin-top: -173px!important;
    width: 90px!important;
    margin-left: 56px!important;
	
}

}

    body {
	font-family: "微軟正黑體";
	color: #212121;
    }
    a {
    color: #690000;
    }

/* -------------------------------------------------------------------------
       header
    ------------------------------------------------------------------------- */
.header-menu {
    background-color: #89142C;
    box-shadow: -0px 5px 5px rgba(0,0,0,0.25);
}
.header-search .submit-btn {
    color: #FFF;
    background-color: #3F0000;
}
.header-search .form-fields {
	border: thin solid #3F0000; 
	height: 35px;   
}
.header-gmap-switcher .ico-open {
    color: #3F0000;
}
.header-gmap-switcher {
    color: #3F0000;
    background-color: rgba(255, 255, 255, 0.49);
	border-radius: 8px;
}
.header-branding {
    padding: 0px 0;
	margin-bottom: 20px;
}
.header-menu>ul>li>a {
	text-transform: none;
	}
.m-has-standard-menu.m-has-header-tools .header-menu {
    margin-top: 80px;
}
.m-has-gmap .header-toggle-holder {
    padding-right: 0px;
	margin-bottom: 5px;
}

.c-search-form input {
    padding: 14px 10px 0 15px;
}
.header-tools {
	position: absolute;
	top: 20px;
	right: 0;
	float: right;	
}

.loginBox {
    float: left;
    color: #fff;
	margin-top: 0px;
	margin-right: 10px;
}
.loginBtn {
	color: #FFF;
	background-color: #3F0000;
	height: 35px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
	font-size: 14px;
	display: inline-block;
	border-radius: 4px;
}
.loginBtn:hover {
	color: #FFF;
	background-color: #790000;
	text-decoration: none;
}
.m-has-standard-menu.m-has-header-tools .menu {
    margin-top: -16px;
	display: block;
    float: right;
}

.tools {
    position: absolute;
    top: 20px;
    right: 0;
    float: right;
}
.menu ul .m-active{
	color: #FFFFBA!important;
	list-style-type: none;
	margin-right: 10px;
	}
.header-active a {
	color: #FFF;
}	
.header-active {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 5px #528ecc;
	font-family: "微軟正黑體";
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #5EC2D5;
	list-style-type: none;
	border: thin double #247C8C;
}
.header-active:hover {
	background-color: #39B6CC;	
}
.header-active:active {
	position:relative;
	top:1px;
}

	
/* -------------------------------------------------------------------------
       icon
    ------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------
      text
    ------------------------------------------------------------------------- */
h1 {
    font-size: 1.7em;
}
h2 {
	margin-bottom: 0px;    
}
h3 {
	margin-bottom: 0px;    
}


/* -------------------------------------------------------------------------
      banner
    ------------------------------------------------------------------------- */

.owl-carousel .owl-item {
    padding: 8px;
    background-color: #fff;
	height: 465px;
}
.c-slider .slide-list {
    height: 460px;
    background-color: #fff;
}

/* -------------------------------------------------------------------------
      title
    ------------------------------------------------------------------------- */
.c-post-list.m-has-icon .post-list-title {
    margin-bottom: 20px;
}
#page-header {
    background-color: rgba(0,0,0,0.8);
}
.c-directory .directory-menu>ul>li>a {
    text-transform: none;
	color: #000;
}
.event-page .group-title {
    color: #f2f2f2;
    background-color: #004069;
}
.c-directory.m-has-icon .directory-title{
    margin-bottom: 30px;
}
.title_map{
	font-size: 18px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.c-tabs .tab-list>li.m-active {
	width: 100%;
	font-size: 30px;
	display: inline-block;
	text-align: center;
	background-color: #000;
	padding-top: 10px;
    padding-bottom: 8px;

}
.c-tabs .tab-list>li.m-active {
    border-color: #bebebe;
}

/* -------------------------------------------------------------------------
       sidebar
    ------------------------------------------------------------------------- */
.sidebar .events-widget .event-month {
    color: #FFF;
    background-color: #DB0F08;
}
.sidebar .widget-title {
	text-transform: none;
	font-size: 1.6em;
	padding: 16px 20px 15px 20px;
	}
._1dro ._1drp {
    font-family: "微軟正黑體";
}

.sidebar .locale-info-widget.m-has-bg .widget-inner {
	background-image: url(../../images/sidebar-index.jpg);
	min-height: 200px;
}	
.widget-list .widget.locale-info-widget.m-has-bg .post-image img{
	background-color: #FFF;
	padding: 8px;
	}
/* -------------------------------------------------------------------------
       color
    ------------------------------------------------------------------------- */
.c-pagination .m-active a {
    background-color: #04436B;
}
#bottom-panel .widget-ico {
    color: #FEEE85;
}
.sidebar .widget-ico {
    color: #004069;
}
.c-post-list .post-list-title .ico {
    color: #800327;
}
.red {
	color: #A41A1B!important;
	font-weight: 900;
	}

/* -------------------------------------------------------------------------
      團隊照設定
    ------------------------------------------------------------------------- */
.c-team-member.m-has-portrait .c-content-box {
    padding: 12px 10px 10px 10px;
}	
.c-content-box li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.position_c	{
	font-size: 16px!important;
    font-weight: 900;
    padding: 0px !important;
    font-family: "微軟正黑體";
    color: #004165!important;
	}
.position_e{
	font-size: 14px;
    margin: 0px;
    font-weight: 400;
    padding: 0px;
    font-family: Tahoma, Geneva, sans-serif;
}
.member-portrait ul .name a em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 8px;
	}
.team-member-inner .member-portrait ul .name{
	list-style-type: none;
	list-style-image: none;
	}	
.member-portrait ul .name a{
	line-height: 8px;
	font-size: 14px;
	list-style-type: none;
	list-style-image: none;
	}	
.member-portrait ul .name p {
	font-size: 12px;
	color: #666;
	}	
.c-team-member .member-portrait {
    width: 100px;
}
.c-team-member.m-has-portrait .team-member-inner {
    padding-left: 110px;
	min-height: 130px;
	margin-bottom: 14px;
}
.team-member-inner-2{
	padding-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	min-height: 150px;
}
.member-portrait ul{
	margin-bottom: 0px;
	}
.team-member-inner ul{
	margin-bottom: 0px;
	}

.team-member-inner ul li .widget-ico.tp.tp-envelope{
	font-size: 12px;
	color: #690000;
	font-weight: 900;
	margin-right: 5px;
	}	
.team-member-inner ul .telephone{
	font-weight: 700;
	font-size: 14px;
}
.team-member-inner ul li{
	font-size: 14px;
	color: #000;
}
.team-member-inner ul .position_e{
	font-size: 14px;
	color: #00417D;
}
.c-content-box .team-member-inner ul .name {
	margin-top: 7px;
}
.c-content-box .team-member-inner ul .name a{
	font-size: 16px;
	line-height: 0px;
	font-weight: 500;
}

.team-member-inner ul li a{
	font-size: 16px;
	line-height: 0px;
}
/* -------------------------------------------------------------------------
       footer
    ------------------------------------------------------------------------- */
.footer-bg {
    background-image: url("https://c1.staticflickr.com/9/8619/16331794580_8687a07ee3_b.jpg");
}
#bottom-panel .widget-title {
    text-transform: none;
}
.footer-bottom-inner {
    padding: 16px 0 16px 0;
	background-color: #000;
}
#bottom-panel input {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	border: thin solid rgba(246, 247, 248, 0.51);
}
#footer .mailchimp-subscribe-widget input {
    max-width: 70%;
}
.footer-text {
    color: #bebebe;
}
#footer a{
	color: #fff;
}
.footer-top {
    background-color: rgba(17,17,17,0.3);
}
.c-social-icons .ico-line a {
	background-color: #00c300;
	background-image: url(../../images/icon/Line-01.png);
	background-position: 0px 0px;
}
/* -------------------------------------------------------------------------
       MAP
    ------------------------------------------------------------------------- */
#map ul li ul li a{
	font-size: 16px;
	padding-left: 18px;
	margin-left: 8px;
	background-image: url(../../images/icon/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/* -------------------------------------------------------------------------
      表格
    ------------------------------------------------------------------------- */
.event-core .event-content table{
	width: 100%;
}
/* -------------------------------------------------------------------------
      回饋文字
    ------------------------------------------------------------------------- */
.alert-inner p{
	font-size: 24px;
	font-weight: 800;
	font-family: "微軟正黑體";
	padding-left: 25px;
}
.c-alert-message .ico {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 48px;
	}
/* -------------------------------------------------------------------------
      MOVIE
    ------------------------------------------------------------------------- */	
.gallery-image .date{
	padding: 0px 10px;
	font-size: 12px;
}
.gallery-list-page .gallery-title {
    margin: 0;
    padding: 8px 10px;
    font-size: 1.05em;
}

/* -------------------------------------------------------------------------
     表格
    ------------------------------------------------------------------------- */
input, textarea, select {
	color: #565656;
	background-color: rgba(255,255,255,1);
	margin-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	border: thin solid #848282!important;
	min-width: 20px;
}
#register .input-group-addon .input-text{
	font-weight: 700;
}
#core .c-container .row .middle-column.col-md-6.col-md-push-3 .c-tabs .c-content-box .tabs-inner .content-list .tab-content .c-content-box #register .row .col-md-12 p{
	margin: 0px;
	padding: 0px;
}
/* -------------------------------------------------------------------------
     button
    ------------------------------------------------------------------------- */
.button-element > span, .button-element > i {
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
}

.button-white, .button-black, .button-red, .button-blue, .button-info, .button-orange, {
    text-shadow: none;
    padding: 10px 20px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
}
.button-info:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc;
	text-decoration: none;
}	
.button-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.button, input[type="submit"], .c-button {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 900;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button-orange:hover {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512;
	text-decoration: none;
}
.button-orange {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.button-red {
    color: #ffffff;
    background-color: #a41a1b;
    border-color: #d43f3a;
}
.c-button {
	color: #ffffff;
	background-color: #89142C;
	border-color: #d43f3a;
	margin-bottom: 20px;
	text-transform: none;
	font-size: 14px;	
}
.button-red:hover {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #ac2925;
	text-decoration: none;
}
.button-blue:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
	text-decoration: none;
}
.button-blue {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
	text-decoration: none;
}
.button-white {
	background-color: #EBEBEB;
	color: #333333;
	border: thin solid #CCC;
}
.button-black {
    background-color: #090909;
    color: #f9f9f9;
}
.button-white:hover {
	background-color: #666666;
	color: #f9f9f9;
	border-color: #000;
	text-decoration: none;
}
.button-black:hover {
	background-color: #333333;
	color: #f9f9f9;
	border-color: #000;
	text-decoration: none;
}
#core .c-container .row .left-column.col-md-3.col-md-pull-9 .sidebar .widget-list .widget.featured-gallery-widget .widget-inner .widget-content .button{
    margin-bottom: 10px;	
}
input[type="submit"] {
    color: #ffffff;
    background-color: #a41a1b;
    border-color: #d43f3a;
}
input[type="submit"],input[type="submit-black"] {
    display: inline-block;
	margin-bottom: 0;
	font-weight: 900;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 12px;
	font-size: 18px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type="submit-black"] {
	color: #ffffff;
	background-color: #333333;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 125px;
}
#toTop:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#totop {
	height: 9px;
	opacity: 0;
	position: fixed;
	right: -60px;
	width: 49px;
	z-index: 9999;
	display: block;
	top: 85%;
	background-repeat: no-repeat;
	background-position: center 15px;
	background-color: #404040;
	font-size: 9px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	line-height: 1;
	border-radius: 2px;
	padding: 8px 0 43px 0;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#totop:before {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -6px;
    font-size: 11px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
 .ico-shadow.fa.fa-angle-up{
	font-size: 18px;
}

.show {
    display: block !important;
}
#totop.show {
    right: 10px;
    opacity: 0.7;
}
#totop:hover {
    opacity: 1;
}

/* -------------------------------------------------------------------------
     Accordion
    ------------------------------------------------------------------------- */
.accordion-items .m-has-icon .accordion-title {
    padding-left: 30px;
    font-size: 18px;
}
.accordion-items .accordion-title {
    color: #8F551C;
}
.accordion-items .accordion-title .ico {
    color: #8F551C;
}


/* -------------------------------------------------------------------------
     search
    ------------------------------------------------------------------------- */
.header-search .submit-btn {
    right: 0;
    top: 0;
    width: 30px;
    height: 35px;
    line-height: 20px;
}
header-search .form-fields {
    height: 30px;
}
.loginBtn .ico.tp {
	margin-right: 5px;
}

.header-search input {
	padding-top: 0px;
	font-size: 14px;
	line-height: 10px;
	font-style: italic;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	padding-top: 5px;
}
.header-search {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}
.c-content-box p .btn.btn-custom-2 {
	border: thin solid #690000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #690000;
	color: #FFF;
	border-radius: 4px;
}
.c-content-box p .btn.btn-custom-2:hover {
	background-color: #8C0000;
}
.col-md-6 .c-accordion .c-content-box p {
	margin-top: 15px;
}
.c-definition-list .c-content-box dl dd{
	font-size: 14px;
	line-height: 20px;
}
.c-definition-list .c-content-box dl dt {
	font-size: 18px;
}
.c-content-box dl dt .number {
	color: #FFF;
	background-color: #333;
	text-align: center;
	display: block;
	width: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-right: 10px;
	border-radius: 4px;
}
.products_title {
	background-color: #D5EFFD;
    border-color: #536975;
    color: #1d9d74;
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.products_title h1 {
	color: #004A60;
	margin: 0px;
	padding: 0px;
}
.c-content-box dl dt .member-portrait img {
	height: 80px;
	width: 80px;
	float: left;
}
.c-content-box dl dt .member-portrait {
	height: 80px;
	width: 80px;
	margin-right: 10px;
}
.c-content-box dl dt .p_name .number {
	float: left;
}

.c-content-box dl .data {
	margin-left: 40px;
	margin-bottom: 10px;
	font-size: 14px!important;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 30px;
}
.c-definition-list dl>dt, .c-definition-list dl>dd {
    border-color: rgba(229, 229, 229, 0);
}
.c-content-box dl{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
}
.c-definition-list dl>dt {
    width: 70%;
}
.col-md-2 .widget .widget-inner img {
	height: 40px;
	width: auto;
}
#bottom-panel .widget-title {
	margin-bottom: 10px!important;
}

.fa {
	margin-right: 5px;
}
#footer .footer-bg  .fa {
	margin-right: 0px;
}


.c-definition-list dl>dd {
    width: 25%;
}
#core .c-container .row .left-column.col-md-3.col-md-pull-9 .sidebar .widget-list .widget.featured-gallery-widget .widget-inner .widget-content {
	padding-left: 4px;
	display: block;
}
.c-tabs .c-content-box .tabs-inner .tab-list .tab.m-active .tab-label {
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.c-tabs .c-content-box .tabs-inner .tab-list .tab .tab-label {
	font-size: 18px;
	color: #FFF;
	background-color: #004069;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
	border-radius: 4px;
	border: thin dashed #013352;
}
.bearblack {
	width: 570px;
}

.adblack {
	margin-top: -360px;
    width: 190px;
    margin-left: 117px;
	
}
.cover {
	width: 570px;
	margin-top: -171px;
	margin-bottom: 220px;
}
/* -------------------------------------------------------------------------
     名片資料
    ------------------------------------------------------------------------- */
.p_number{
	background-color: #024b76;
	width: 100%;
	padding: 1%;
	margin: 0px;
	color: #FFF;
}
.p_number a{
	color: #fdff95;
}
#bc table th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: thin;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#bc table td {
	padding: 5px;
	vertical-align: middle;
	text-transform: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: thin;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#bc table tbody>tr:nth-child(even)>td {
	background-color: #FFF;
}
#bc .col-md-6 table tr td img{
	height: 82px;
	width: auto;
}
table td {
    padding: 8px;
}
 table {
	border-collapse: collapse;
}
.button_right {
	text-align: right;
	display: block;
	width: 100%;
}

.c-content-box{
	overflow: overlay;
}
table tr td strong {
	text-align: left;
	display: block;
}
.c-tabs .c-content-box .button_right a {
	color: #FFF;
	background-color: #303030;
	border-radius: 4px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.but{
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-top: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
.divide {
	width: 98%;
	padding-bottom: 0px;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #c3c3c3;
	margin-bottom: 40px;
    padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#core .c-container .row .middle-column.col-md-12 #page-content .page-content-inner .row .col-md-3 .c-team-member.m-has-portrait .c-content-box .team-member-inner-2 li a img {
	height: 20px;
	width: auto;
	vertical-align: middle;
}
#page-content .page-content-inner .c-content-box h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18px;
}
.header.title h1 {
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
	font-size: 55px;
	margin-top: 25px;
	color: #1e87cb;
	padding-left: 220px;
}
.title.sort {
	padding: 0px;
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 1);/*0px 0px 6px rgba(255,255,255,0.7)*/
	width: auto;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	color: #FFF;
	font-size: 20px;
}
.sidebar .widget-list .widget.events-widget .widget-inner h2 {
	padding: 2%;
	width: 96%;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-box-shadow: 0px 250px 2000px #610000 inset;
	-webkit-box-shadow: 0px 250px 2000px #610000 inset;
	box-shadow: 0px 250px 2000px #610000 inset;
	text-align: center;
	display: block;
	color: #FFF;
}
.sidebar .widget-list .widget.events-widget .widget-inner h5 {
	font-size: 16px;
	margin-top: 15px;
	line-height: 25px;
	font-weight: bold;
}
.sidebar .widget-list .widget.events-widget .widget-inner p {
	color: #600;
}
.c-content-box.m-no-padding .event-core {
	padding: 24px 30px 1px 30px;
}

.c-content-box .feature-inner .feature-title {
	padding-left: 25px;
}


.c-content-box.m-no-padding .event-info {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 24px;
    padding-top: 4px;
    font-size: 0.875em;
    border-top: 1px solid transparent;
	border-color: #f0f0f0;
}
.c-content-box.m-no-padding .ico {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 20px;
}
.c-content-box.m-no-padding .event-info .ico {
    color: #ec5237;
}
.c-content-box.m-no-padding .event-info>li {
    display: inline-block;
    position: relative;
    margin: 8px 20px 0 0;
    padding-left: 25px;
}
.c-feature .feature-inner {
    position: relative;
    margin-bottom: 10px;
    padding-left: 0px;
	min-height: 430px;
}
.c-feature .feature-icon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	margin-right: 0px;
}
.sidebar .featured-gallery-widget .widget-inner {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.c-post-list .post-title {
    margin: 0;
    font-size: 1.3em;
}
.club_search {
	background-color: #a4b8ba;
	padding: 10px;
	border: thin solid #7E9B9E;
	margin-bottom: 60px;
}
.club_search h1 {
	color: #003f62;
	padding-left: 16px;
}
.permutation h1 {
	background-color: #ffef85;
	padding: 10px;
	width: 100%;
}
.permutation form .but {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #666;
}
.widget-inner .widget-title.m-has-ico img {
	margin: 0px;
	padding: 0px;
	width: 20px;
	left: 5px;
	position: absolute;
	padding-top: 2px;
}
.sidebar .widget-list .widget.events-widget .widget-inner .widget-title.m-has-ico .widget-ico.tp.tp-calendar-full {
	padding-left: 20px;
}
.sidebar .widget-list .widget.events-widget .widget-inner .widget-title.m-has-ico {
	padding-left: 50px;
}


.sidebar .widget-ico {
    left: 5px;
}
.sidebar .widget-title.m-has-ico {
    padding-left: 30px;
}
.notice-core .member-portrait {
	width: 100px;
}
.notice-page .notice-footer{
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.c-content-box.m-no-padding{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}#core .c-container .row .middle-column.col-md-9.col-md-push-3 #page-content .page-content-inner .row .col-md-6 .c-post-list.m-has-icon .c-content-box .post-list-inner .post-list-title {
	font-size: 28px;
	font-weight: 900;
}


