@charset "UTF-8";
/**
 * 
 * @authors znkc (it@znkctech.com)
 * @date    2015-12-01 11:19:03
 * @version v1.0
 */
/* -------------------------------------------------------- */
/*  Base */
/* -------------------------------------------------------- */

::-moz-selection {
    background: #999;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #999;
    color: #fff;
    text-shadow: none;
}
:focus {
    outline-color: transparent!important;
    outline-style: none!important;
}
html {
    overflow-y: auto;
    background: #fff;
}
body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #8c8e90;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    cursor: default;
    /*background: url(../img/radcliffe_site_bg.gif) top repeat-x #d2d2d2;*/
    background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    font-weight: normal;
    line-height: 1.25;
    color: #3c3c3c;
    margin: 0px;
    padding: 15px 0;
    clear: both;
}
h1 {
    font-size: 24px;
    padding: 10px 0 45px 0;
}
h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 24px 0;
}
h3 {
    font-size: 18px;
    line-height: 22px;
    color: #323232;
    padding: 12px 0;
}
h4 {
    font-size: 13px;
    line-height: 22px;
    color: #323232;
    padding: 10px 0;
}
hr {
    height: 0px;
    border: 1px solid #E7C3DC;
    margin-top: -2px;
}
p {
    margin: 15px 0px;
}
blockquote {
    color: #adb0b2;
    margin: 15px 0px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    /*width:100%;*/
}
.blog-icon-container img{
    width: 100%;
}

/* -------------------------------------------------------- */
/*  Main Classes */
/* -------------------------------------------------------- */

.main {
    background: url(../img/pw_maze_white.png) #f3f3f3;
    overflow: hidden;
}
.content {
    width: 100%;
}
.scroller-inner{
	overflow-y:scroll;
	height:100%;
	-webkit-overflow-scrolling:touch;
	overflow-scrolling:touch;
}
.site {
    padding: 10px 40px;
    background: #ffffff;
}
.gray {
    color: #8c8e90;
}
.gray2 {
    color: #5e6061;
}
.gray3 {
    color: #c8ccce;
}
.gray4 {
    color: #505050;
}
.green {
}
.red {
    color: #ff3333;
}
.white {
    color: #fff;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.space5 {
    height: 5px;
    clear: both;
}
.space10 {
    height: 10px;
    clear: both;
}
.space15 {
    height: 15px;
    clear: both;
}
.space20 {
    height: 20px;
    clear: both;
}
.space25 {
    height: 25px;
    clear: both;
}
.space30 {
    height: 30px;
    clear: both;
}
.space50 {
    height: 50px;
    clear: both;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.f-left {
    float: left !important;
}
.f-right {
    float: right;
}
.pad1 {
    padding-top: 6px;
}
.pad2 {
    padding-top: 18px;
}
.c-b {
    clear: both;
}
/* -------------------------------------------------------- */
/*  Header  */
/* -------------------------------------------------------- */

.logo img {
    width: auto;
    height: 80px;
    float: left;
}
.slogan {
    font-style: italic;
    line-height: 48px;
    color: #cbcfd1;
    padding-left: 30px;
    float: left;
}
.social-top {
    padding-top: 6px;
    text-align: right;
}
/* -------------------------------------------------------- */
/*  Search  */
/* -------------------------------------------------------- */

.search-box {
    position: relative;
    padding-top: 20px;
}
.search {
    width: 78%;
    height: 30px;
    border: 1px solid #cbcfd1;
    color: #8c8e90;
    background: url(../img/search-back.png) left bottom repeat-x #fef9ff;
    padding-left: 5%;
    padding-right: 15%;
}
.search-icon {
    position: absolute;
    font-size: 20px;
    top: 28px;
    right: 8px;
    color: #cbcfd1;
}
/* -------------------------------------------------------- */
/*  Slider  */
/* -------------------------------------------------------- */

#slider1 {
    width: 100%;
    border-bottom: 2px solid #cbcfd1;
}
#slider3{
    background: #ffffff80;
}
#slider3 ul li{
    margin-right: 0px;
}
#slider3 .flex-prev{
    left:-50px;
}
#slider3 .flex-next{
    right:-50px;
}
#slider3 img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border:14px solid #bbe5f9;
}
/* -------------------------------------------------------- */
/*  Navigation */
/* -------------------------------------------------------- */

.navbar {
    color: #8c8e90;
    /*border-bottom:1px solid #cbcfd1;*/
    
    font-size: 14px;
    /*  height:47px;*/
    
    position: relative;
    margin-bottom: 10px;
    background: url(../img/bg_noise-5.png) left top repeat;
}
.navbar .nav-responsive {
    display: none;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    line-height: 20px;
    /*height:47px;*/
    
    border: 1px solid #cbcfd1;
    border-bottom: none;
    border-radius: 0px;
    color: #aaa;
    background: url(../img/select-box.png) right center no-repeat;
    -webkit-appearance: none;
    -webkit-transition: all 0.8s ease;
}
.navbar:hover .nav-responsive {} .nav-responsive:hover {
    opacity: 0.9;
    -webkit-transition: all 0.8s ease;
}
.navbar .nav > li > a {
    color: #333 !important;
    text-shadow: none;
    /*border-bottom: 2px solid #822e69;*/
    padding: 12px 20px 13px 18px;
    background: transparent !important;
    /*background: url(../img/menu-divider.png) right center no-repeat !important;*/
    font-size: 18px;
}
.navbar .nav > li:first-child > a {
    padding-left: 22px !important;
}
.navbar .nav > li:last-child > a {
    background: transparent !important;
}
.navbar .nav > li:hover > a {
    color: #0B5AA7 !important;
    /*border-bottom: 2px solid #ffffff !important;*/
}
.navbar .nav > li.active > a {
    color: #0B5AA7 !important;
    border-bottom: 2px solid #ffffff !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
}
/* -------------------------------------------------------- */
/*  Dropdown */
/* -------------------------------------------------------- */

.navbar .nav li.dropdown:hover {
    border-radius: 0px;
    background: transparent;
    list-style-type: none;
    font-size: 15px;
}
.navbar .nav li ul {
    display: none;
    z-index: 99;
    margin: 0px;
    padding: 10px 20px 10px 20px;
    background: #ddf4ff;
}
.navbar .nav li:hover ul {
    position: absolute;
    display: block;
    list-style-type: none;
    border: 1px solid #ddf4ff;
}
.navbar .nav li ul li {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    width: 70px;
    background: url(../img/divider.png) left bottom repeat-x;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #ddf4ff;
}
.navbar .nav li ul li:last-child {
    border-bottom: 0px;
}
.navbar .nav li ul li a {
    color: #5c5d5e;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    display: inline-block;
    text-decoration: none;
}
.navbar .nav li ul li:hover a {
    color: #023c90;
}
/* -------------------------------------------------------- */
/*  Home  */
/* -------------------------------------------------------- */

.ic-1 {
    width: 45px;
    height: 30px;
    font-size: 30px;
    float: left;
}
.ic-1 i {
    color: #3c3c3c;
}
.title-1 {
    color: #3c3c3c;
    float: left;
    font-size: 16px;
    line-height: 30px;
}
.text-1 {
    padding-left: 45px;
    clear: both;
}
.title-2 {
    font-size: 16px;
    padding: 15px 0;
}
.square-1 {
    color: #8c8e90;
    padding-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
    min-height: 180px;
    overflow-x: hidden;
}
.square-1:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* For IE8 and earlier */
    
    -webkit-transition: all .4s ease;
}
.square-1:hover {
}
.square-2 {
    color: #8c8e90;
    text-align: center;
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
}
.square-2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
    
    -webkit-transition: all .3s ease;
}
.img-container {
    position: relative;
}
.img-container-title{
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 80%;
    height: 30%;
}
.img-bg-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/zoom-icon.png) center center no-repeat;
    cursor: pointer;
    display: none;
}
.square-1:hover .img-bg-icon {
    display: block;
}
.date {
    width: 40px;
    height: 28px;
    line-height: 28px;
    /*text-align: center;*/
    font-size: 13px;
    color: #fff;
    border-bottom: 2px solid #822684;
    float: left;
    margin-bottom: 5px;
}
.date-2 {
    width: 80px;
    background: #c8ccce;
    border-bottom: 2px solid #a5a8aa;
}
/* -------------------------------------------------------- */
/*  Lists  */
/* -------------------------------------------------------- */

.list-a, .list-b, .list-c {
    padding: 0px;
    margin: 0px;
}
.list-a li {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 15px;
    background: url(../img/arrow3.png) left center no-repeat;
}
.list-b li {
    list-style: none;
    margin-bottom: 10px;
}
.list-b i {
    padding-right: 4px;
}
.list-c i {
    font-size: 10px;
    padding-right: 4px;
}
.list-c li {
    list-style: none;
    margin-bottom: 4px;
}
.list-c a {
    color: #8c8e90;
    text-decoration: none;
}
.list-c a:hover {
    text-decoration: none;
}
/* -------------------------------------------------------- */
/*  Client Say  */
/* -------------------------------------------------------- */

.client-say {
    border: 1px solid #ffe5fd;
    padding: 20px;
    background: #fef9ff;
}
.client-say-2 {
    position: relative;
    top: -1px;
    color: #323232;
    text-align: right;
    padding-top: 15px;
    padding-right: 30px;
    background: url(../img/triangle.png) left top no-repeat;
    background-position: 40px 0;
    z-index: 20;
    overflow: hidden;
}
.quotes {
    float: right;
}
.quotes i {
    font-size: 17px;
    padding-right: 6px;
}
/* -------------------------------------------------------- */
/*  Progress Bar  */
/* -------------------------------------------------------- */

.progress {
    height: 35px;
    border-radius: 0px;
    background: url(../img/progress-back.png) bottom left repeat-x #fef9ff !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 inset;
    margin-bottom: 8px;
}
.bar {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #822e96 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 inset;
    text-shadow: none !important;
    text-align: left !important;
    padding-left: 30px !important;
}
/* -------------------------------------------------------- */
/*  Buttons  */
/* -------------------------------------------------------- */

/*.btn {
    color: #fff;
    background: #a5a8aa;
    height: 48px;
    line-height: 48px;
    padding: 0px 22px;
    text-shadow: none;
    border-radius: 0px;
    border: 0px;
    border-bottom: 2px solid #838587;
    margin-bottom: 2px;
}
.btn.btn-normal{
    line-height: 30px;
    height: 30px
}
.btn:hover {
    color: #fff;
    border-bottom: 2px solid #822684;
}
.btn-gray2 {
    background: #5e6061;
    border-bottom: 2px solid #3e4041;
}*/
/* -------------------------------------------------------- */
/*  Accordion  */
/* -------------------------------------------------------- */

.accordion-group {
    border-radius: 0px !important;
}
.accordion-heading {
    background: #fef9ff;
}
/* -------------------------------------------------------- */
/*  Alerts  */
/* -------------------------------------------------------- */

.alert {
    margin-bottom: 9px;
    color: #c3c384;
    background: #f8f8d1;
    border-radius: 0px;
    border: 1px solid #d1d188 !important;
    border-bottom: 2px solid #d1d188 !important;
    text-shadow: none !important;
}
.alert-error {
    color: #ff7e7e;
    background: #ffe4e4;
    border: 1px solid #ffaaaa !important;
    border-bottom: 2px solid #ffaaaa !important;
}
.alert-info {
    color: #789ab9;
    background: #e4f2ff;
    border: 1px solid #96c0e7 !important;
    border-bottom: 2px solid #96c0e7 !important;
}
.alert-success {
    color: #7ea07b;
    background: #d4edd2;
    border: 1px solid #9eca9a !important;
    border-bottom: 2px solid #9eca9a !important;
}
/* -------------------------------------------------------- */
/*  Icons  */
/* -------------------------------------------------------- */

.icons-s1 {
    font-size: 34px;
}
.icons-s2 {
    font-size: 28px;
}
.icons-s3 {
    font-size: 22px;
}
.icons-s4 {
    font-size: 16px;
}
/* -------------------------------------------------------- */
/*  Tables  */
/* -------------------------------------------------------- */

table {
    width: 100%;
    border-radius: 0px !important;
}
th, td {
    border-radius: 0px !important;
}
th {
    background: #fef9ff;
}
/* -------------------------------------------------------- */
/*  Forms  */
/* -------------------------------------------------------- */

.form-main input, .form-main textarea {
    width: 94.4% !important;
    height: 20px !important;
    padding: 5px 2.6% 5px 2.6%!important;
    margin-top: 10px !important;
    background: #fef9ff !important;
    border-radius: 0px !important;
    border: 1px solid #cbcfd1 !important;
    border-bottom: 2px solid #cbcfd1 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
}
.form-main textarea {
    height: 200px !important;
    width: 97% !important;
    padding: 5px 1.4% 5px 1.4%!important;
}
/* -------------------------------------------------------- */
/*  Paging  */
/* -------------------------------------------------------- */

.paging {
    width: 30px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #c8ccce;
    border-bottom: 2px solid #a5a8aa;
    float: left;
    margin-bottom: 5px;
    margin-right: 1px;
}
.paging:hover {
    color: #fff;
    background: #;
    border-bottom: 2px solid #822684;
    text-decoration: none;
}
/* -------------------------------------------------------- */
/*  Blog Detail  */
/* -------------------------------------------------------- */

.blog-icon-container {
    position: relative;
    width: 100%;
    background: #a5a8aa;
    border-bottom: 1px solid #838587;
}
.blog-icon {
    font-size: 33px;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}
.blog-date {
    width: 25%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #C2A1BA;
    border-bottom: 2px solid #be3c96;
    float: left;
    margin-bottom: 5px;
}
.blog-date-2 {
    width: 75%;
    background: #c8ccce;
    border-bottom: 2px solid #a5a8aa;
}
.post-d-info i {
    padding: 0px 5px;
}
.post-d-info h2 {
    padding-bottom: 0px;
}
.post-d-info a:hover {
    text-decoration: none !important;
}
/* -------------------------------------------------------- */
/*  Comments  */
/* -------------------------------------------------------- */

.comment-title h2, .contact-form-title h2 {
    padding-bottom: 5px;
}
.comment {
    margin-bottom: 30px;
    padding-left: 50px;
    background: url(../img/comment-img.png) left 4px no-repeat;
}
.comment-date {
    color: #c8ccce;
}
.c-margin-2 {
    margin-left: 50px;
}
.c-margin-3 {
    margin-left: 100px;
}
.thank {
    padding-top: 12px;
}
/* -------------------------------------------------------- */
/*  Pricing Tables  */
/* -------------------------------------------------------- */

.pricing-tables table {
    width: 100%;
    background: #fff;
}
.pricing-tables th {
    font-size: 16px;
    font-weight: bold;
    background: #fef9ff;
    padding: 23px 0px;
    border: 1px solid #e3e6e8;
    text-align: center;
}
.pricing-tables td {
    padding: 8px 0px;
    border: 1px solid #e3e6e8;
    text-align: center;
}
.price {
    font-size: 36px !important;
    padding-top: 36px;
    line-height: 30px;
}
.price2 {
    position: relative;
    top: -8px;
    font-size: 14px;
}
.table-footer {
    font-size: 16px;
    background: #fef9ff;
    padding: 44px 0px !important;
    border: 0px !important;
    border-bottom: 2px solid #cbcfd1 !important;
}
.pricing-tables .active {
    color: #a0468c;
}
.pricing-tables .active th, .pricing-tables .active .table-footer {
    color: #fff;
    background: #a0468c;
}
.pricing-tables .active .table-footer {
    border: 0px;
    border-bottom: 2px solid #822e96 !important;
}
/* -------------------------------------------------------- */
/*  Page  */
/* -------------------------------------------------------- */

.page-image {
    float: left;
    margin: 0px 20px 10px 0px;
    border: 1px solid #a5a8aa;
    border-bottom: 2px solid #a5a8aa;
}
/* -------------------------------------------------------- */
/*  Contact  */
/* -------------------------------------------------------- */

#map {
    width: 100%;
    height: 260px;
    padding: 0px;
    border: 0px;
    border-bottom: 2px solid #cbcfd1;
}
.logo-contact {
    width: auto;
}
.thanks {
    color: #8c8e90;
    font-size: 20px;
    line-height: 26px;
    padding: 25px 0px 20px 0px;
}
/* -------------------------------------------------------- */
/*  Side Bar  */
/* -------------------------------------------------------- */

.actual-section {
    height: 85px;
    line-height: 58px;
    text-align: right;
}
/* -------------------------------------------------------- */
/*  Flickr Widget */
/* -------------------------------------------------------- */

.flickr-widget .photo-stream {
    border-bottom: 2px solid #a5a8aa;
}
/* -------------------------------------------------------- */
/*  Tags  */
/* -------------------------------------------------------- */

.tag {
    height: 20px;
    color: #fff;
    background: #c8ccce;
    border-bottom: 2px solid #a5a8aa;
    padding: 5px 14px 4px 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.tag:hover {
    background: #a0468c;
    border-bottom: 2px solid #337cc1;
}
/* -------------------------------------------------------- */
/*  Testimonials  */
/* -------------------------------------------------------- */

.testimonials {
    background: #fef9ff;
    border: 1px solid #ffe5fd;
    padding: 30px;
}
/* -------------------------------------------------------- */
/*  Arrows  */
/* -------------------------------------------------------- */

.arrow {
    width: 30px;
    height: 30px;
    margin-left: 1px;
    display: block;
    float: right;
}
.a-left {
    background: url(../img/arrow2.png) no-repeat;
}
.a-right {
    background: url(../img/arrow1.png) no-repeat;
}
.a-left:hover {
    background: url(../img/arrow2.png) no-repeat;
    background-position: 0 -30px;
}
.a-right:hover {
    background: url(../img/arrow1.png) no-repeat;
    background-position: 0 -30px;
}
/* -------------------------------------------------------- */
/*  Portfolio */
/* -------------------------------------------------------- */

.portfolio {
    overflow: hidden;
    margin: 0px;
}
.portfolio .span4, .portfolio .span6 {
    margin-top: 50px;
}
.portfolio .span2, .portfolio .span3 {
    margin-top: 15px;
}
.portfolio a {
    text-decoration: none;
}
.portfolio li {
    list-style: none;
}
.portfolio-info {
    height: 100%;
    background: #fef9ff;
    border: 1px solid #cbcfd1;
    border-bottom: 2px solid #cbcfd1;
    padding: 30px;
}
/* -------------------------------------------------------- */
/*  Portfolio Filter */
/* -------------------------------------------------------- */

.portfolio-filter {
    margin: 0px;
    overflow: hidden;
}
.portfolio-filter li {
    list-style: none;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    padding: 8px 0px;
}
.portfolio-filter li a {
    padding: 8px 15px;
    margin: 0px;
    border: 0px;
    color: #8c8e90;
}
.portfolio-filter li:hover a {
    color: #fff;
    border-bottom: 2px solid #822684;
    background: #a0468c;
    text-decoration: none;
}
.portfolio-filter li.active a {
    color: #fff;
    border-bottom: 2px solid #822684;
    background: #a0468c;
}
/* -------------------------------------------------------- */
/*  Portfolio - Isotype (filtering tags) */
/* -------------------------------------------------------- */

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/* Isotope CSS3 transitions */

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* -------------------------------------------------------- */
/*  Footer */
/* -------------------------------------------------------- */

#footer {
    padding: 30px 41px 20px 41px;
    background: #323232;
    border-bottom: 2px solid #060606;
}
#footer h2 {
    color: #fff;
}
#footer hr {
    background: #484848;
    height: 1px;
    border: 0px;
}
#footer ul {
    margin: 0px;
}
#footer li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 13px;
    padding-bottom: 7px;
    border: 0px solid;
}
.photo-stream {
    float: left;
    width: 60px;
    height: 60px;
    border-bottom: 2px solid #1e1e1e;
    margin-right: 13px;
    margin-bottom: 13px;
    overflow: hidden;
}
#footer a {
    color: #8c8e90;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: none;
}
#footer a.t-link {
    text-decoration: none;
}
#footer a.t-link:hover {
    text-decoration: none;
}
.copyright {
    padding-top: 8px;
}
.back-top {
    position: relative;
    float: right;
    background: url(../img/back-to-the-top.png) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
}
#footer h2 {
    margin-bottom: 9px;
}
/* -------------------------------------------------------- */
/*  Newsletter */
/* -------------------------------------------------------- */

.newsletter-container {
    position: relative;
}
.newsletter-container i:hover {
    color: #a0468c;
}
.newsletter-container form {
    margin: 0px !important;
}
.newsletter {
    width: 81% !important;
    height: 32px !important;
    font-size: 13px !important;
    padding: 0px 14% 0px 5% !important;
    color: #8c8e90 !important;
    border-radius: 0px !important;
    border: 0px !important;
    border-bottom: 2px solid #1e1e1e !important;
    background: #272727 !important;
    margin: 0px !important;
}
.newsletter-button {
    position: absolute;
    top: 6px;
    right: 10px;
    cursor: pointer;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(140, 54, 117, 0.6);
    outline: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
}
/*#email {
    width: 90%;
    padding: 5%;
    border: 0px;
}*/
#waiting {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 28px;
    width: 90%;
    padding: 0% 5%;
    padding-top: 6px;
    color: #c8ccce;
    background: #1e1e1e;
}
/*.success {
    width: 90%;
    padding: 8px 5%;
    color: #fff;
    background: #a0468c;
}
.error {
    width: 90%;
    padding: 8px 5%;
    color: #fff;
    background: #ad0c34;
}*/


/* -------------------------------------------------------- */
/*  Social Networks Icons */
/* -------------------------------------------------------- */

.social-network {
    display: inline-block;
    background: url(../img/social-networks.png) no-repeat top left;
    width: 24px;
    height: 24px;
    background-position-y: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 0px !important;
}
/* Normal */

.social-network.aim {
    background-position: 0 0
}
.social-network.amazon {
    background-position: -24px 0
}
.social-network.apple {
    background-position: -48px 0
}
.social-network.behance {
    background-position: -72px 0
}
.social-network.blogger {
    background-position: -96px 0
}
.social-network.delicious {
    background-position: -120px 0
}
.social-network.deviantart {
    background-position: -144px 0
}
.social-network.digg {
    background-position: -168px 0
}
.social-network.dribbble {
    background-position: -192px 0
}
.social-network.ebay {
    background-position: -216px 0
}
.social-network.evernote {
    background-position: -240px 0
}
.social-network.facebook {
    background-position: -264px 0
}
.social-network.feedburner {
    background-position: -288px 0
}
.social-network.flickr {
    background-position: -312px 0
}
.social-network.forrst {
    background-position: -336px 0
}
.social-network.foursquare {
    background-position: -360px 0
}
.social-network.github {
    background-position: -384px 0
}
.social-network.google {
    background-position: -408px 0
}
.social-network.gowalla {
    background-position: -432px 0
}
.social-network.icq {
    background-position: -456px 0
}
.social-network.itunes {
    background-position: -480px 0
}
.social-network.lastfm {
    background-position: -504px 0
}
.social-network.linkedin {
    background-position: -528px 0
}
.social-network.meetup {
    background-position: -552px 0
}
.social-network.myspace {
    background-position: -576px 0
}
.social-network.newsvine {
    background-position: -600px 0
}
.social-network.openid {
    background-position: -624px 0
}
.social-network.paypal {
    background-position: -648px 0
}
.social-network.picasa {
    background-position: -672px 0
}
.social-network.pinterest {
    background-position: -696px 0
}
.social-network.posterous {
    background-position: -720px 0
}
.social-network.reddit {
    background-position: -744px 0
}
.social-network.rss {
    background-position: -768px 0
}
.social-network.skype {
    background-position: -792px 0
}
.social-network.slashdot {
    background-position: -816px 0
}
.social-network.soundcloud {
    background-position: -840px 0
}
.social-network.stumbleupon {
    background-position: -864px 0
}
.social-network.technorati {
    background-position: -888px 0
}
.social-network.tumblr {
    background-position: -912px 0
}
.social-network.twitter {
    background-position: -936px 0
}
.social-network.viddler {
    background-position: -960px 0
}
.social-network.vimeo {
    background-position: -984px 0
}
.social-network.virb {
    background-position: -1008px 0
}
.social-network.wordpress {
    background-position: -1032px 0
}
.social-network.xing {
    background-position: -1056px 0
}
.social-network.yahoo {
    background-position: -1080px 0
}
.social-network.yelp {
    background-position: -1104px 0
}
.social-network.youtube {
    background-position: -1128px 0
}
.social-network.zerply {
    background-position: -1152px 0
}
/* Mouseovers */

.social-network.aim:hover, .active .social-network.aim {
    background-position: 0 -24px
}
.social-network.amazon:hover, .active .social-network.amazon {
    background-position: -24px -24px
}
.social-network.apple:hover, .active .social-network.apple {
    background-position: -48px -24px
}
.social-network.behance:hover, .active .social-network.behance {
    background-position: -72px -24px
}
.social-network.blogger:hover, .active .social-network.blogger {
    background-position: -96px -24px
}
.social-network.delicious:hover, .active .social-network.delicious {
    background-position: -120px -24px
}
.social-network.deviantart:hover, .active .social-network.deviantart {
    background-position: -144px -24px
}
.social-network.digg:hover, .active .social-network.digg {
    background-position: -168px -24px
}
.social-network.dribbble:hover, .active .social-network.dribbble {
    background-position: -192px -24px
}
.social-network.ebay:hover, .active .social-network.ebay {
    background-position: -216px -24px
}
.social-network.evernote:hover, .active .social-network.evernote {
    background-position: -240px -24px
}
.social-network.facebook:hover, .active .social-network.facebook {
    background-position: -264px -24px
}
.social-network.feedburner:hover, .active .social-network.feedburner {
    background-position: -288px -24px
}
.social-network.flickr:hover, .active .social-network.flickr {
    background-position: -312px -24px
}
.social-network.forrst:hover, .active .social-network.forrst {
    background-position: -336px -24px
}
.social-network.foursquare:hover, .active .social-network.foursquare {
    background-position: -360px -24px
}
.social-network.github:hover, .active .social-network.github {
    background-position: -384px -24px
}
.social-network.google:hover, .active .social-network.google {
    background-position: -408px -24px
}
.social-network.gowalla:hover, .active .social-network.gowalla {
    background-position: -432px -24px
}
.social-network.icq:hover, .active .social-network.icq {
    background-position: -456px -24px
}
.social-network.itunes:hover, .active .social-network.itunes {
    background-position: -480px -24px
}
.social-network.lastfm:hover, .active .social-network.lastfm {
    background-position: -504px -24px
}
.social-network.linkedin:hover, .active .social-network.linkedin {
    background-position: -528px -24px
}
.social-network.meetup:hover, .active .social-network.meetup {
    background-position: -552px -24px
}
.social-network.myspace:hover, .active .social-network.myspace {
    background-position: -576px -24px
}
.social-network.newsvine:hover, .active .social-network.newsvine {
    background-position: -600px -24px
}
.social-network.openid:hover, .active .social-network.openid {
    background-position: -624px -24px
}
.social-network.paypal:hover, .active .social-network.paypal {
    background-position: -648px -24px
}
.social-network.picasa:hover, .active .social-network.picasa {
    background-position: -672px -24px
}
.social-network.pinterest:hover, .active .social-network.pinterest {
    background-position: -696px -24px
}
.social-network.posterous:hover, .active .social-network.posterous {
    background-position: -720px -24px
}
.social-network.reddit:hover, .active .social-network.reddit {
    background-position: -744px -24px
}
.social-network.rss:hover, .active .social-network.rss {
    background-position: -768px -24px
}
.social-network.skype:hover, .active .social-network.skype {
    background-position: -792px -24px
}
.social-network.slashdot:hover, .active .social-network.slashdot {
    background-position: -816px -24px
}
.social-network.soundcloud:hover, .active .social-network.soundcloud {
    background-position: -840px -24px
}
.social-network.stumbleupon:hover, .active .social-network.stumbleupon {
    background-position: -864px -24px
}
.social-network.technorati:hover, .active .social-network.technorati {
    background-position: -888px -24px
}
.social-network.tumblr:hover, .active .social-network.tumblr {
    background-position: -912px -24px
}
.social-network.twitter:hover, .active .social-network.twitter {
    background-position: -936px -24px
}
.social-network.viddler:hover, .active .social-network.viddler {
    background-position: -960px -24px
}
.social-network.vimeo:hover, .active .social-network.vimeo {
    background-position: -984px -24px
}
.social-network.virb:hover, .active .social-network.virb {
    background-position: -1008px -24px
}
.social-network.wordpress:hover, .active .social-network.wordpress {
    background-position: -1032px -24px
}
.social-network.xing:hover, .active .social-network.xing {
    background-position: -1056px -24px
}
.social-network.yahoo:hover, .active .social-network.yahoo {
    background-position: -1080px -24px
}
.social-network.yelp:hover, .active .social-network.yelp {
    background-position: -1104px -24px
}
.social-network.youtube:hover, .active .social-network.youtube {
    background-position: -1128px -24px
}
.social-network.zerply:hover, .active .social-network.zerply {
    background-position: -1152px -24px
}
.newslist {
    border-bottom: 1px solid #eeeeee
}
#search-box-login {
    text-align: right;
}
#login-text {
    font-size: 14px;
    padding-left: 5px;
}
#more-news-link {
    text-align: center;
    font-size: 14px;
}
.img-smalllink {
    width: auto;
}
#footer h2 {
    padding-bottom: 5px;
}
#footer hr {
    margin-top: 10px;
}
.inner-right {
    border-bottom: solid #E7C3DC 1px;
    margin-bottom: 20px;
    padding-bottom: 9px;
    font-size: 16px;
}
.inner-right .title span {
    padding-bottom: 8px;
    border-bottom: solid #822e69 3px;
}
.inner-left {
    border-right: dotted #E7C3DC 1px;
    margin-right: 10px;
}
.inner-left ul {
    margin: 0 25px 10px 0;
}
.inner-left ul ul {
    margin: 0 0 10px 25px;
}
.inner-left li {
    list-style: none;
    display:inline-block;
    /*border-bottom: solid #ededed 1px;*/
    padding: 0.5em 0em 0.5em 30px;
    margin-bottom: 0.5em;
}
.inner-left .active {
    /*background-color: #eeeeee*/
}
.inner-left li:hover {
    background-color: #eeeeee;
}
#inner-right-news .post-d-info p {
    padding-right: 15px;
}
#inner-right-news .post-d-info h2 {
    padding-right: 15px;
}
#inner-right-newdetail h2 {
    padding-right: 15px;
    padding-bottom: 15px;
}
@media(min-width: 769px){
    .mainContent{
        padding: 0px 40px 0px 20px;
    }
}
#newdetail_title {
    text-align: center;
}
#newdetail_title hr {
    margin: 0px;
}
#newdetail_title p {
    margin-top: 5px;
}
#newdetail_content {
    font-size: 16px;
    line-height: 1.8em;
    color: #333;
    min-height: 200px;
}
#newdetail_content img {
    /*width: 90%;*/
}
/* -------------------------------------------------------- */
/*  aa Filter */
/* -------------------------------------------------------- */

#aa-filter {
    margin: 0px;
    overflow: hidden;
}
#aa-filter li {
    list-style: none;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    padding: 12px 0px;
}
#aa-filter li a {
    padding: 13px 15px;
    margin: 0px;
    border: 0px;
    color: #8c8e90;
}
#aa-filter li:hover a {
    color: #0B5AA7;
    border-bottom: 2px solid #0B5AA7;
    text-decoration: none;
}
#aa-filter li.active a {
    color: #0B5AA7;
    border-bottom: 2px solid #0B5AA7;
}
.aa .portfolio-filter li:hover a {
    color: #0B5AA7;
    background: #fff;
    border-bottom: 0px solid #0B5AA7;
    text-decoration: none;
}
.aa .portfolio-filter li.active a {
    color: #0B5AA7;
    background: #fff;
    border-bottom: 0px solid #0B5AA7;
}
#infotitle a {
    color: #333;
}
#infotime {
    text-align: right;
}
.noticelist {
    margin-left: 0px;
    margin-right: 15px;
}
.new-icon-container {
    position: relative;
    width: 100%;
    background: #a5a8aa;
    border-bottom: 1px solid #838587;
}

.mgz {
    margin-left: 0px;
}
.mgz-inner {
    width: 33.3%;
    float: left;
}
.mgz img {
    width: 85%;
}
.jumbotron .container h2 {
    margin: 25px 20px 5px;
    padding: 0px;
    font-size: 20px;
    font-family: "微软雅黑"
}
.verifyimg {
    width: 180px;
}
.newsnav {
    margin-top: 15px;
    padding-right: 30px;
    text-align: center;
}
.newsnav span, .newsnav a {
    display: inline-block;
    padding: 2px 5px;
    margin-left: 3px;
    min-width: 18px;
    text-align: center;
}
.newsnav a {
    border: 1px solid #0B5AA7;
    min-width: 20px;
    border-radius: 3px;
}
.newsnav a:hover {
    background: #0B5AA7;
    color: #fff;
}
@media(max-width: 768px) {
    .new-icon-container img {
        width: 100%;
    }
    .desktop-only {
        display: none !important;
    }
    .row [class*="span"] {
        margin-bottom: 0px !important;
    }
}
.isotope-item a {
    display: block;
}
.navbar-inner .navbar {
    margin-bottom: 0px;
}
i[class^="icon-"], i[class*=" icon-"] {
    background: none;
}

.flexslider ul{
    margin: 0px;
    list-style: none;
}

#header-container{
    overflow: visible;
}


/* -------------------------------------------------------- */
/*  only for tjufe */
/* -------------------------------------------------------- */


html {
    overflow-y: auto;
    /*background: #fafafa;*/
}
body {
    font-family: "微软雅黑", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*background:#fafafa;*/
}
.container{
	/*background: #fff;*/
}
.bg-gray{
	/*background: #fefefe;*/
	/*border:1px solid #efefef;*/
}


/* -------------------------------------------------------- */
/*  Topbar */
/* -------------------------------------------------------- */
#top-bar{
	height: 24px;
	background-color: #0B5AA7;
	padding-top: 3px;
	color: #E6EEFF;
	font-family: 宋体;

}

#top-bar .container{
	background: none !important;
}

#top-bar .span9{
	height:22px;
	background:#297FD6;
	margin-top: -6px;
}

#top-bar #top-links{
	text-align: right;
	font-size: 12px;
}
#top-bar #top-links a{
	color: #E6EEFF;
	font-size: 12px;
	display: inline-block;
	margin-left: 3px
}
/* -------------------------------------------------------- */
/*  Navigator */
/* -------------------------------------------------------- */
#header-nav {
    
    background-position: right top;
    background-repeat: no-repeat;
}

#navigator-bottom {
    background-color: #818181;
    height: 3px;
    margin: 5px 0px;
}
#navigator {
    padding-top: 16px;
    height: 20px;
    position: relative;
}
#header-search {
    position: absolute;
    right: 0px;
    bottom: -5px;
    margin: 0px;
}
@media(max-width: 979px) {
    #header-search {
        bottom: 43px;
    }
}

#navigator a {
    font-weight: 500;
    color: #666 !important;
    display: inline-block;
    margin: 0px 4px;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    border:none;
    font-family: "黑体","微软雅黑","Microsoft Yahei","Open Sans", "Helvetica Neue", Helvetica, Arial;
}

#navigator .navbar .nav > li > a {
    background:url(../img/menu-divider.png) right center no-repeat !important;
}
@media(max-width: 1200px) {
	#navigator .navbar .nav > li > a {
	    background:url(../img/menu-divider.png) right center no-repeat !important;
	    padding-right: 15px;
	    padding-left: 12px;
	}
}
@media(max-width: 979px) {
    #navigator .navbar .nav > li > a {
        padding-right: 13px;
        padding-left: 10px;
    }
}
#navigator .navbar .nav > li:hover > a {
    color: #0B5AA7 !important;
    border-bottom: none!important;
}
#navigator .navbar .nav > li.active > a {
    color: #0B5AA7 !important;
}

.navbar .nav-responsive {
    display: none;
    font-family: "微软雅黑","Microsoft Yahei","Open Sans", "Helvetica Neue", Helvetica, Arial;
    line-height: 20px;
    border: none;
    border-bottom: none;
    border-radius: 0px;
    color: #666;
    background: #fff;
    -webkit-appearance: none;
    -webkit-transition: all 0.8s ease;
}
/* -------------------------------------------------------- */
/*  Login Regist Button */
/* -------------------------------------------------------- */
#reglog{
    position: absolute;
    font-size: 16px;
    font-family: "黑体","微软雅黑","microsoft yahei";
    width:300px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
#reglog a{
    color: #3E81FF;
    background: rgba(255, 255, 255, 0.68);  
    margin-top: 5px;              
}
.reg-link{
    padding: 20px 20px;
    text-align: center;
    border-radius: 4px;
}
.log-link{
    padding: 20px 20px;
    text-align: center;
    border-radius: 4px;
}
.reg-link:hover , .log-link:hover{
    background: #297FD6;
	color:#fff;
}

/* -------------------------------------------------------- */
/*  Dropdown */
/* -------------------------------------------------------- */

#navigator .navbar .nav li.dropdown:hover {
    border-radius: 0px;
    list-style-type: none;
}
#navigator .navbar .nav li ul {
    display: none;
    z-index: 99;
    margin: 0px;
    padding: 10px 20px 10px 20px;
    background: #fff;
}
#navigator .navbar .nav li:hover ul {
    position: absolute;
    display: block;
    list-style-type: none;
    border: 1px solid #efefef;
}
#navigator .navbar .nav li ul li {
    margin: 0px;
    padding: 0px;
    width: 100px;
    background: none;
    border-bottom: 1px solid #efefef;
}
#navigator .navbar .nav li ul li:last-child {
    border-bottom: 0px;
}
#navigator .navbar .nav li ul li a {
	font-size: 14px;
	font-weight: 500;
    color: #888;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    display: inline-block;
    text-decoration: none;
    background:none;
}
#navigator .navbar .nav li ul li:hover a {
    color: #0B5AA7 !important;
}
/* -------------------------------------------------------- */
/*  Slider */
/* -------------------------------------------------------- */
/*  Slider Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 48px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  background:url(../images/tjufe/arr.png) no-repeat; text-indent:-999em }
.flex-direction-nav .flex-prev { left: 20px; background-position:0 0 }
.flex-direction-nav .flex-next { right: -50px; background-position:-132px 0}
.flexslider:hover .flex-prev { opacity: 0.7; left: 20px;}
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

.slider3 .flex-viewport{
    /*max-height: 343px;*/
}
.slider3 .flex-viewport{
    /*height: 130px;*/
}

/* -------------------------------------------------------- */
/*  Page */
/* -------------------------------------------------------- */
@media(min-width: 768px) {
	#mainpagepart1{
		background-image: url(../images/minhang/bgcolor.png);
        
		background-position: center bottom;
	    
        min-height: 300px;

	}
}
blockquote {
    color: #adb0b2;
    margin: 15px 0px;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #0B5AA7;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "微软雅黑","Microsoft Yahei","Open Sans", "Helvetica Neue", Helvetica, Arial;
    font-weight: normal;
    line-height: 1.25;
    color: #333;
}
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
    font-weight: normal;
    line-height: 1.25;
    color: #0B5AA7;
}
.site{
	padding: 0px 0px;
}
.site a{
	color: #666;
}
.site .new-icon-container,.site .blog-icon-container {
	padding: 3px;
    border: 1px solid #ddd;
    background:none;
    margin-bottom: 5px;
    margin-right: 5px;
}
.paddingtop15{
	padding-top: 15px;
}
.paddingleft15{
	padding-left: 15px;
}

hr{
	height: 0px;
    border: 1px solid #efefef;
    border-top-color: #efefef;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 1px;
    margin-top: -1px;
}
.index-title{
    /*float:left;*/
    padding-top:15px;
    padding-bottom: 2px;
    font-size:30px;
    font-weight: 600;
    color:#023c90 !important;
    /*border-bottom: 3px solid #9DCEFF;*/
    list-style: 100px;
}
.index-title:after{
    content: '';
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 3px;
    background: #023c90;
    margin-top: 15px;
}
.index-title-white{
    /*float:left;*/
    padding-top:15px;
    padding-bottom: 2px;
    font-size:30px;
    font-weight: 600;
    color:#FFFFFF !important;
    /*border-bottom: 3px solid #9DCEFF;*/
    list-style: 100px;
}
.index-title-white:after{
    content: '';
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    margin-top: 15px;
}

.img-bg-icon {
	background:none;
}
.flexslider {
    margin: 0px;
    background: none;
    border: 0px;
   }
.square-1 {
    color: #8c8e90;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    min-height: 180px;
    overflow-x: hidden;
    background-color: none;
}
.square-1:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* For IE8 and earlier */
    -webkit-transition: all 0s ease;
}
.square-1:hover {
    border-bottom: 1px solid #CDDCFF;
}
#newdetail_title h2{
	padding: 15px 0 10px 0;
}

/* -------------------------------------------------------- */
/*  Lists  */
/* -------------------------------------------------------- */

.list-a, .list-b, .list-c {
    padding: 0px;
    margin: 0px;
}
.list-a li {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 15px;
    background: url(../img/arrow3.png) left center no-repeat;
}
.list-b li {
    list-style: none;
    margin-bottom: 10px;
}
.list-b i {
    color: #0B5AA7;
    padding-right: 4px;
}
.list-c i {
    font-size: 10px;
    padding-right: 4px;
}
.list-c li {
    list-style: none;
    margin-bottom: 4px;
}
.list-c a {
    color: #8c8e90;
    text-decoration: none;
}
.list-c a:hover {
    color: #0B5AA7;
    text-decoration: none;
}
/* -------------------------------------------------------- */
/*  Main */
/* -------------------------------------------------------- */
.inner-right {
    border-bottom: solid #CDDCFF 1px;
    margin-bottom: 20px;
    padding-bottom: 9px;
    font-size: 18px;
}
.inner-right .title span {
    color:#0B5AA7;
    padding-bottom: 8px;
    border-bottom: solid #0B5AA7 3px;
}
.inner-left {
    background-color:#0287e4 ;
}
.inner-left li:hover {
    background-color: #0287e4;
}
.inner-navi-list a{
        color: #FFFFFF;
    line-height: 48px;
    font-size: 18px;
}

#group-search #searchWords{
    width: 95%;
    padding-left: 5%;
    padding-right: 0;
}
#searchWords{
    background: #fff;
    border:1px solid #bbb;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/* -------------------------------------------------------- */
/*  Marquee */
/* -------------------------------------------------------- */
.marquee{height:120px;overflow:hidden;}


/* -------------------------------------------------------- */
/* Events */
/* -------------------------------------------------------- */
.event-item{
    border-bottom: #ccc 1px dotted;
    overflow: auto;
    padding-bottom: 5px;
}

.event-item .event-time{
    position: relative;
    width: 25%;
    float: left;
    display: inherit;
}
.event-item .event-content{
    float: right;
    position: relative;
    width: 75%;

}
@media(min-width: 769px) {
    .event-item .event-content{
        width: 70%;

    }
}
@media(min-width: 980px) {
    .event-item .event-content{
        width: 75%;

    }
}
.event-item .calendar{
    width: 44px;
    height: 44px;
    margin: 15px 0;
    text-align: center;
}
.event-item .calendar .month {
    padding: 5px 5px 3px 5px;
    font-size: 12px;
    font-weight: bold;
    background: #689CFF;
    color: #FFF;
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #689CFF;
    border-bottom: none;
}
.event-item .calendar .day {
    padding: 6px 5px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #689CFF;
    width: 100%;
    float: left;
    border: 1px solid #d4d4d4;
    border-top: none;
}
.event-item .calendar .radius-up {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.event-item .calendar .radius-down {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.event-item .event-content .detail{
    margin: 8px 0;
}

.event-item .detail .detail-time {
    font-size: 12px;
}
.event-item .detail h3{
    font-size: 14px;
    padding: 5px 0;
}
.event-item .detail p {
    color: #666;
    line-height: 15px;
    margin: 6px 0 0 0;
}
#event-items{
    margin-top: -15px;
}

/* -------------------------------------------------------- */
/*  Forms */
/* -------------------------------------------------------- */
#searchWords:focus,textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(0,0,0, 0.25);
    outline: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
}
/* -------------------------------------------------------- */
/*  Paging  */
/* -------------------------------------------------------- */

.paging {
    width: 30px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #c8ccce;
    border-bottom: 2px solid #a5a8aa;
    float: left;
    margin-bottom: 5px;
    margin-right: 1px;
}
.paging:hover {
    color: #fff;
    background: #;
    border-bottom: 2px solid #4D84FF;
    text-decoration: none;
}

.newsnav a {
    border: 1px solid #c5c5c5;
    min-width: 20px;
    border-radius: 3px;
    background-image: none;
}
.newsnav a:hover {
    background: #0B5AA7;
    color: #fff;
}

/* -------------------------------------------------------- */
/*  Footer */
/* -------------------------------------------------------- */
footer {
    background-color: #023c90;
    margin-top: 8px;
    color:#FFF;
}
footer .container{
	background: #023c90;
}
#footer-layer{
    padding:50px 0px;
}

