﻿/* -------------------------------------------------------- */
/*  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: 14px;
    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;}
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;
    color: #a0468c;
    padding: 10px 0 45px 0;}
h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 24px 0;}
h3 {
    font-size: 14px;
    line-height: 22px;
    color: #323232;
    padding: 12px 0;}
h4 {
    font-size: 14px;
    line-height: 22px;
    color: #323232;
    padding: 10px 0;}
hr {
    height: 0px;
    border: 1px solid #b956a8;
    margin-top: -2px;}
p {
    margin: 15px 0px;}
blockquote {
    color: #adb0b2;
    margin: 15px 0px;}
a {
    color: #a0468c;
    text-decoration: none;}
a:hover {
    color: #a0468c;
    text-decoration: none;}
img {}
.blog-icon-container img{
    width: 100%;}

/* -------------------------------------------------------- */
/*  Main Classes */
/* -------------------------------------------------------- */

.main {
    background: url(../img/pw_maze_white.png) #f3f3f3;
    overflow: hidden;}
.content {
    width: 100%;
    overflow: hidden;}
.site {
    padding: 10px 40px;
    background: #ffffff;}
.gray {
    color: #8c8e90;}
.gray2 {
    color: #5e6061;}
.gray3 {
    color: #c8ccce;}
.gray4 {
    color: #505050;}
.green {
    color: #a0468c;}
.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 #a0648c;
    color: #8c8e90;
    background: none;
    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;}
/* -------------------------------------------------------- */
/*  Navigation */
/* -------------------------------------------------------- */

.navbar {
    color: #8c8e90;
    background: #a0468c;
    /*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: #fff !important;
    text-shadow: none;
    border-bottom: 2px solid #822e69;
    padding: 12px 20px 14px 18px;
    background: transparent !important;
    background: url(../img/menu-divider.png) right center no-repeat !important;}
.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: #ffffff !important;
    border-bottom: 2px solid #ffffff !important;}
.navbar .nav > li.active > a {
    color: #ffffff !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: #fef9ff;}
.navbar .nav li:hover ul {
    position: absolute;
    display: block;
    list-style-type: none;
    border: 1px solid #ffe5fd;}
.navbar .nav li ul li {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    width: 110px;
    background: url(../img/divider.png) left bottom repeat-x #fef9ff;
    -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 #ffe5fd;}
.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: #822e69;}
/* -------------------------------------------------------- */
/*  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 {
    border-bottom: 1px solid #a0468c;}
.square-2 {
    color: #8c8e90;
    text-align: center;
    opacity: 0.4;
    filter: alpha(opacity=40);}
.square-2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    /* for ie8 and earlier */
    
    -webkit-transition: all .3s ease;}
.img-container {
    position: relative;}
.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: 14px;
    color: #fff;
    background: #a0468c;
    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 {
    color: #a0468c;
    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: #a0468c;
    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;
    background: #a0468c !important;
    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;
    background: #a0468c;
    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: 14px;
    color: #fff;
    background: #c8ccce;
    border-bottom: 2px solid #a5a8aa;
    float: left;
    margin-bottom: 5px;
    margin-right: 1px;}
.paging:hover {
    color: #fff;
    background: #a0468c;
    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: 14px;
    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: 14px;
    padding-bottom: 7px;
    border: 0px solid;}
.photo-stream {
    float: left;
    width: 60px;
    height: 60px;
    border-bottom: 2px solid #1e1e1e;
    margin-right: 14px;
    margin-bottom: 14px;
    overflow: hidden;}
#footer a {
    color: #8c8e90;
    text-decoration: none;}
#footer a:hover {
    color: #a0468c;
    text-decoration: none;}
#footer a.t-link {
    color: #a0468c;
    text-decoration: none;}
#footer a.t-link:hover {
    color: #a0468c;
    text-decoration: none;
    border-bottom: 1px dotted #a0468c;}
.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: 14px !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;
    border-bottom: solid #ededed 1px;
    padding: 0.5em 0em 0.5em 30px;
    margin-bottom: 0.5em;}
.inner-left .active {}
.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 {}
/* -------------------------------------------------------- */
/*  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: 14px 15px;
    margin: 0px;
    border: 0px;
    color: #8c8e90;}
#aa-filter li:hover a {
    color: #a0468c;
    border-bottom: 2px solid #a0468c;
    text-decoration: none;}
#aa-filter li.active a {
    color: #a0468c;
    border-bottom: 2px solid #a0468c;}
.aa .portfolio-filter li:hover a {
    color: #a0468c;
    background: #fff;
    border-bottom: 0px solid #a0468c;
    text-decoration: none;}
.aa .portfolio-filter li.active a {
    color: #a0468c;
    background: #fff;
    border-bottom: 0px solid #a0468c;}
#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;}
.navbar-inner {
    background: #933d7d;
    background-image: -moz-linear-gradient(top, #a0468c, #822e69);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0468c), to(#822e69));
    background-image: -webkit-linear-gradient(top, #a0468c, #822e69);
    background-image: -o-linear-gradient(top, #a0468c, #822e69);
    background-image: linear-gradient(to bottom, #a0468c, #822e69);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa0468c', endColorstr='#ff822e69', GradientType=0);
    /* @see: gradient maker: http://www.colorzilla.com/gradient-editor/ */
    
    border-top-color: #a0468c;
    border-bottom-color: #a0468c;
    border: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;}
.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 #830f5b;
    min-width: 20px;
    border-radius: 3px;}
.newsnav a:hover {
    background: #830f5b;
    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;
	border-top: 4px solid #b956a8;
	background-image: url(../../../../../14311/public/home/nknews/bggate.png);
    background-position: top right;
    background-repeat: no-repeat;}
.container{
	-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);}
