im/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {font-family: 'Roboto Condensed', sans-serif;color: #666;background-color: #fff;font-size: 15px;line-height: 1.6em;font-weight: 400;}
html, body {width:100%; padding:0; margin:0;overflow-x:hidden;}
/*-----VERY-IMPORTANT(overflow-x:hidden)----*/

::-moz-selection{background:#C4A648;color:#fff;text-shadow:none}
::selection{background:#666;color:#fff;text-shadow:none}
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html { -webkit-text-size-adjust: none;}
/*IE*/
html {
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style:none;
}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

h1 {font-size: 38px;}
h2 {font-size: 36px;}
h3 {font-size: 32px;}
h4 {font-size: 28px;}
h5 {font-size: 24px;}
h6 {font-size: 20px;}

h1,h2,h3,h4,h5,h6 {font-family: 'Roboto Condensed', sans-serif;font-weight: 600;color: #ff0000;letter-spacing: 1px;}

p {margin: 0 0 20px;}

a {
   color: #ff0000;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

a:hover,
a:focus {text-decoration: none;color: #ff0000;}

.center{text-align: center; margin: 0 auto;}
.f-right{float: right;}
.f-left{float: left;}
.t-right{text-align: right;}
.t-left{text-align: left;}

.post{}
.post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

/* --Line-- */
hr.line { margin: 5px auto; padding: 0; width: 100%;border: 0; border-top: solid 30px #eee;text-align: center;}

/* --Page-- */
body.index-page {}
body.sub-page {}
body.sub-page header{margin-bottom: 70px;}

input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], textarea, .form-control, select {
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 43px;
    line-height: 1.2;
    margin: 10px 0;
    outline: medium none;
    padding: 5px 10px 0;
    transition: border-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    width: 100%;
	background-color: transparent;
    border: 2px solid #777;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Header----------------------------------- */
/* ---------------------------------------------------------------------------- */
header.main-header{background: url(../images/header.jpg) center center;background-size: cover;background-repeat: no-repeat; min-height:640px; }

.navbar{margin-bottom: 0;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background: none;}
.navbar-default {border: none;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);background-color: #fff;border-radius: 0; }
	
.navbar-default .navbar-brand {color: #000;}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {color: #000;}

.navbar-default .navbar-collapse {border-color: rgba(255,255,255,.02);}

.navbar-default .navbar-toggle {border: none;background-color: #36AEEA;}
.navbar-default .navbar-toggle span.icon-bar{background-color: #fff;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #36AEEA;}

.navbar-default .nav li{margin-right: 7px;}
.navbar-default .nav li:last-child{margin-right: 0;}
.navbar-default .nav li a {text-transform: uppercase;font-weight: bold;color: #685e58;font-size: 16px;}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {outline: 0;color: #36AEEA;}

.navbar-default .navbar-nav>.active>a {border-radius: 0;color: #ddd;background: none;}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {}

/* Carousel Header Styles */
.header-text {color: #bbb;background: rgba(0, 0, 0, 0.7);padding: 30px ;margin-top: 90px;}
.header-text h1{margin-top: 0;margin-bottom: 0;text-transform: uppercase;font-weight: 700;color: #fff;font-size: 40px;margin-bottom: 20px;letter-spacing: 2px;text-shadow: 1px 2px #000;}
.header-text p{ margin-bottom: 50px;font-size: 15px;font-weight: 300;color: #ccc;}
.header-text .btn-primary{border:none;padding: 10px 20px;margin-right: 7px;border-radius: 0;}

.header-text .btn-primary.btn-header1{background: #36AEEA; color: #fff;}
.header-text .btn-primary.btn-header1:hover{background: #fff; color: #36AEEA;}
.header-text .btn-primary.btn-header2{background: #000; color: #fff;}
.header-text .btn-primary.btn-header2:hover{background: #fff; color: #000;}


/* ---------------------------------------------------------------------------- */
/* -------------------------------------Content-------------------------------- */
/* ---------------------------------------------------------------------------- */
#page-content{}

/* ---HomePage--- */
.box-content {padding: 90px 0;}
.heading{position: relative;display: block;text-transform: uppercase;margin-bottom: 70px;text-align: center;z-index: 3;}
.heading .sub{font-size: 15px;letter-spacing: 2px;color: #C4A648;}
.heading .title{font-size: 48px;color: #1a1c1e;}
.box-content.box-style-1{background: linear-gradient(to right, #fefefe, #FDFDFC);}
.box-content.box-style-2{background: #fefefe url(../images/mountain.jpg) no-repeat center 100%;background-size: cover;}
.box-content.box-style-3{background: #f7f7f7}


/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 1---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-1 {text-align: center;padding: 90px 0 0;}
.box-content.box-1 .box-item h3{color: #1a1c1e; font-size: 23px;}
.wrap-icon{background: #F0F3F6;padding-top: 17px;width: 150px;height: 150px;border-radius: 50%;margin:auto;}


/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 2---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-2 {padding: 90px 0 150px}
.box-content.box-2 .item{padding: 0 15px;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 3---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-3 {padding: 70px 0;text-align: center;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 4---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-4 {padding: 50px 0 30px;}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------MainContent-------------------------------- */
/* ---------------------------------------------------------------------------- */
#main-content {margin: 0 10px 30px;}

.single-post{}
.single-post .wrap-post{background: #f7f7f7;padding:30px; position: relative;}
.single-post .wrap-post {margin-bottom: 50px;}
article{background: #ffffff; color: #3F3F3F; margin-bottom: 40px;padding-bottom: 10px;}
article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
article .post-thumbnail-wrap {text-align: center;width: 100%;margin-bottom: 10px;}
article .post-thumbnail-wrap img {}
article h3.entry-title{font-size: 20px;margin: 10px 0 5px;font-weight: 500;letter-spacing: 1px;color: #222;}
article .l-tags{text-align: center;font-size: 12px; font-family: 'Crimson Text', serif;text-transform: uppercase;letter-spacing: .9px;}
article .l-tags a{color: #333;}
article .l-tags a:hover{color: #628d7c;}

article .entry-header{text-align: center;}
article.single-post .entry-header{padding: 40px 0;}
article.single-post .entry-header h2.entry-title{font-family: 'Cabin', Helvetica, sans-serif;font-size: 24px;font-weight: bold;line-height: 30px;color: #111;letter-spacing: 2px;margin: 0;text-transform: uppercase;}
article.single-post .entry-header h2.entry-title a {color: #111;margin: 0;}
article .entry-title-blog a:hover {color: #628d7c;}
article .entry-header .time {font-family: "Merriweather",Georgia,serif;color: #888;font-size: 17px;padding-bottom: 10px;display: block;}
article .entry-header .cat-links {font-size: 15px;font-weight: bold;text-transform: uppercase;letter-spacing: 2px;padding-top: 10px;display: block;}

article .entry-content{ padding: 40px 100px; text-align: left;}
@media only screen and (max-width: 767px) {
	article .entry-content{ padding: 30px 50px;}
}
@media only screen and (max-width: 480px) {
	article .entry-content{ padding: 30px;}
}
article .entry-content p{font-size: 16px;color: #686868;}
article .entry-content blockquote {border-left: 3px solid #1c7791;font-size: 18px;margin: 0 50px;font-style: italic;color: #666;padding-left: 20px;}
article .entry-content ol {float: left;text-align: justify;margin: 10px 50px;font-size: 16px;list-style-type: circle;}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Crumbs---------------------------------- */
/* ---------------------------------------------------------------------------- */
.crumbs {-webkit-box-shadow: 0px 25px 18px -26px rgba(0,0,0,0.75);-moz-box-shadow: 0px 25px 18px -26px rgba(0,0,0,0.75);box-shadow: 0px 25px 18px -26px rgba(0,0,0,0.75);padding:15px 0 15px 30px;margin-top: 20px}

.crumbs  h2{display: inline-block;margin: 0;font-weight: 500;text-transform: uppercase;font-size: 38px;}
.crumbs ul {list-style: none;display: inline-block;float: right;padding: 0;}
.crumbs ul li {display: inline;}
.crumbs ul li a {display: block;float: left;background: #000;text-align: center;padding: 8px 30px 8px 40px;position: relative;margin: 0 20px 0 0; font-size: 16px;text-decoration: none;color: #fff;}
.crumbs ul li a:after {content: "";  border-top: 20px solid transparent;border-bottom: 20px solid transparent;border-left: 20px solid #000;position: absolute; right: -20px; top: 0;z-index: 1;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.crumbs ul li a:before {content: "";  border-top: 20px solid transparent;border-bottom: 20px solid transparent;border-left: 20px solid #fff;position: absolute; left: 0; top: 0;}
.crumbs ul li:first-child a {border-top-left-radius: 6px; border-bottom-left-radius: 6px;}
.crumbs ul li:first-child a:before {display: none; }
.crumbs ul li:last-child a {padding-right: 40px;padding-left: 50px;border-top-right-radius: 6px; border-bottom-right-radius: 6px;}
.crumbs ul li:last-child a:after {display: none; }		
.crumbs ul li a:hover {background: #36AEEA;color: #fff;}
.crumbs ul li a:hover:after {border-left-color: #36AEEA;}
@media(max-width:480px) {
	.crumbs {margin-top: 30px}
	.crumbs ul{margin-top: 5px;}
	.crumbs ul li a{padding: 5px 10px 5px 20px;margin: 0 10px 0 0;}
	.crumbs ul li a:after {border-top: 17px solid transparent;border-bottom: 17px solid transparent;border-left: 17px solid #000;right: -17px;}
	.crumbs ul li a:before {border-top: 17px solid transparent;border-bottom: 17px solid transparent;border-left: 17px solid #fff;}
	.crumbs ul li:last-child a{padding-right: 20px;padding-left: 30px;}
}
hr.line { margin: 5px auto; padding: 0; width: 100%;border: 0; border-top: solid 20px #eee;text-align: center;}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Footer---------------------------------- */
/* ---------------------------------------------------------------------------- */
footer.main-footer {background: #fff;padding-top: 60px;}
footer.sub-footer {background: #202020;padding-top: 40px; color: #999;}
footer ul {padding: 0;margin: 10px 0 0;}
footer ul li{list-style: none;}
.bg-footer{background: #fff url(../images/main.jpg) no-repeat center 100%;background-size: cover; position: relative;}

.bg-footer::before{background: rgba(0, 0, 0, 0) linear-gradient(to top,transparent, #fff) repeat scroll 0 0;top: 0;content: "";display: block;height: 20%;left: 0;position: absolute;width: 100%;z-index: 1;}
.bottom-footer{}
footer .bottom-footer{background: rgba(0, 0, 0, 0.7);color: #fff;text-align: center;padding: 10px 0px;margin-top: 50px;}
footer .bottom-footer p{margin: 0;}
footer ul.social-buttons li a{display: block;width: 35px;height: 35px;border-radius: 100%;font-size: 20px;color: #222;background-color: #fff;transition-duration: 0.4s;}
footer ul.social-buttons li a:hover{background-color: #17B3E8;color: #fff;}
footer ul.social-buttons li a i{margin-top: 7px;}

footer .cleint-says{z-index: 9999;position: relative;display: table}
footer .cleint-say .cleint-info{}
footer .cleint-say .cleint-info img{max-width: 60px;margin-right: 10px;}
footer .cleint-say .sub-c{font-size: 50px;}

footer .contact-form{max-width: 500px;margin: 120px auto; padding: 10px 25px 25px; border-radius: 4px;position:relative;z-index: 2;overflow: hidden;text-align: center;display:block;color: #fff;}
footer .contact-form:after{content: '';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(255, 255, 255, 0.5)  url(../images/main.jpg) no-repeat center -350px;z-index: -1;-webkit-filter: blur(15px);filter: blur(15px);}
footer .contact-form h3{font-size: 39px;}
footer .contact-form input, .contact-form textarea{background: #fff;border: none;}

h3.footer-title{font-size: 25px;color: #fff;margin-bottom: 20px;}

footer .footer-1{}

footer .footer-2{}
footer .footer-2 ul li {margin-bottom: 15px; border-bottom: 1px solid #444;padding-bottom: 10px;}
footer .footer-2 ul li:last-child{border-bottom: none;}
footer .footer-2 ul li a{color: #999;font-size: 14px;}
footer .footer-2 ul li a:hover{color: #fff;}

footer .footer-3{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
footer .footer-3 ul.fetched_tweets li.tweets_avatar:before {color: rgba(153, 153, 153, 0.7);content: "";font-family: 'FontAwesome';font-size: 26px;left: 0;position: absolute;top: 1px;}
footer .footer-3 ul.fetched_tweets li.tweets_avatar {background-color: transparent;border-radius: 0 0 0 0;box-shadow: none;margin-bottom: 10px;padding: 0 0 0 45px !important;position: relative;}
footer .footer-3 li.tweets_avatar {padding: 8px 8px 0 !important;}



/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact h2{font-size: 34px; font-weight: 500;letter-spacing: 3px;padding-top: 20px ;text-align: center;}
#contact_form {padding:25px;}

#ff label {cursor:pointer;display:block;font-weight:bold;}
#ff input {display:block; color:#000;	border:1px solid #5f5f5f;padding:10px;margin: 5px 0 25px 0;}
#ff textarea {display:block;height:160px;background-color:#fff; color:#000;	border:1px solid #5f5f5f;padding:10px;margin: 5px 0 25px 0;}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Button---------------------------------- */
/* ---------------------------------------------------------------------------- */
.btn {border-radius: 0;outline: none;color: #785843;text-decoration: none;text-transform: uppercase;letter-spacing: .5px;font-weight: bold;	font-size: 14px;}
a.btn:focus{outline: 0;}

.btn-skin {padding: 10px 22px;color: #fff;background-color: #36AEEA;min-width: 110px;}
.btn-skin i.fa{padding-left: 5px;}
.btn-skin:hover, .btn-skin:focus {color: #1a1c1e;background-color: #fff;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------Portfolio Box---------------------------------- */
/* ---------------------------------------------------------------------------- */
.portfolio-box {display: block;position: relative;margin: 0 auto 10px;}
.portfolio-box .portfolio-box-caption {display: block;position: absolute;bottom: 0;width: 100%;height: 100%;text-align: center;color: #fff;opacity: 0;background: rgba(0, 0, 0, .6);-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {position: absolute;top: 50%;width: 100%;text-align: center;transform: translateY(-50%);}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-social a{height: 50px;width: 50px;border-radius: 50%;color: #fff;background: #36AEEA;display: block;font-size: 22px;padding-top: 15px;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-social i.fa{}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {padding: 0 15px;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {text-transform: uppercase;font-weight: 500;margin-top: 20px; letter-spacing: 2px;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {font-size: 2.3rem; letter-spacing: 2px;}
.portfolio-box:hover .portfolio-box-caption {opacity: 1;}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 2rem;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 2.5rem;
        letter-spacing: 2px;
        font-weight:500;
    }
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
/* ---------------------------------------------------------------------------- */
/* --------------------------------Entry-box----------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-entry { margin-bottom: 30px;position:relative;max-width:100%;display:block;clear: both;z-index: 1;}
.box-entry.home-post{color: #fff;min-height: 400px;}
.box-entry.archive-post{background-color: #F7F7F7;}
.box-entry:before{}
.box-entry.home-post:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background: rgba(45, 50, 56,0.55)}

.box-entry.carpathian{background: url(../images/carpathian.jpg) 100% 100% no-repeat;}
.box-entry.carpathian .pro-price-content:after{background: url(../images/carpathian.jpg) no-repeat 100% 100%;}
.box-entry.pyrenees{background: url(../images/pyrenees.jpg) center center;}
.box-entry.pyrenees .pro-price-content:after{background: url(../images/pyrenees.jpg) no-repeat 100% 100%;}
.box-entry.rocky{background: url(../images/rocky.jpg) center center;}
.box-entry.rocky .pro-price-content:after{background: url(../images/rocky.jpg) no-repeat 100% 100%;}
.box-entry.alps{background: url(../images/alps.jpg) center center;}
.box-entry.alps .pro-price-content:after{background: url(../images/alps.jpg) no-repeat 100% 100%;}
.box-entry.kavkaz{background: url(../images/kavkaz.jpg) center center;}
.box-entry.kavkaz .pro-price-content:after{background: url(../images/kavkaz.jpg) no-repeat 100% 100%;}

.box-entry .box-entry-inner{position: relative;z-index: 1;}
.box-entry img{border: none; width: 100%;}
.box-entry .entry-details{}
.box-entry .entry-rating{padding: 20px;}
.box-entry .entry-bottom {margin-top: 20px;}
.box-entry.home-post .entry-des {padding: 80px 20px;}
.box-entry.archive-post .entry-des {padding: 0 20px 20px;}
.box-entry .entry-des h3{margin: 20px 0 0;font-size: 33px;font-weight: 500;}
.box-entry .entry-des span{margin-bottom: 20px; display:block;}
.box-entry .entry-des ul.fancy-list{padding: 0;}
.box-entry .entry-des ul.fancy-list li{display: block;line-height: 28px;padding-left: 20px;position: relative;margin: 5px 0;}
.box-entry .entry-des ul.fancy-list li::before {color: #fff;content: "";font-family: FontAwesome;font-size: 14px;left: 0;position: absolute;top: 0;}
.box-entry .entry-bottom {}
.pro-price-content{padding: 20px;font-size: 20px;font-weight: 500;margin-bottom: 0;line-height: 26px;position:relative;overflow: hidden;}
.pro-price-content:after{content: '';position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: -1;-webkit-filter: blur(20px);filter: blur(20px);}

.pro-price-content .old-price {
    color: #eee;
    display: inline-block;
    text-decoration: line-through;
}
.pro-price-content .new-price {
    display: inline-block;
    float: right;
	font-weight:bold;
    font-size: 29px;
}

@media only screen and (max-width: 767px) {.box-entry{text-align: center;}}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------Hexagon------------------------------------ */
/* ---------------------------------------------------------------------------- */
.hexagon {position: relative;width: 100px; height: 57.74px;background-color: #ffffff;margin: 28.87px auto;box-shadow: 0 0 15px rgba(0,0,0,0.4);}
.hexagon .hexagon-inner {display: block;position: absolute;bottom: 0;width: 100%;height: 100%;text-align: center;z-index: 999;}
.hexagon .hexagon-inner .hexagon-inner-content {position: absolute;top: 50%;width: 100%;text-align: center;transform: translateY(-50%);}

.hexagon:before,
.hexagon:after {content: "";position: absolute;z-index: 1;width: 70.71px;height: 70.71px;-webkit-transform: scaleY(0.5774) rotate(-45deg);-ms-transform: scaleY(0.5774) rotate(-45deg);transform: scaleY(0.5774) rotate(-45deg);background-color: inherit;left: 14.6447px;box-shadow: 0 0 15px rgba(0,0,0,0.4);}

.hexagon:before {top: -35.3553px;}

.hexagon:after {bottom: -35.3553px;}

/*cover up extra shadows*/
.hexagon span {display: block;position: absolute;top: 0;left: 0;width:100px;height:57.7350px;z-index: 2;background: #fff;}

/* ---------------------------------------------------------------------------- */
/* --------------------------------Isotope-JS---------------------------------- */
/* ---------------------------------------------------------------------------- */
.isotopeFilters{text-align: center;margin-bottom: 25px;}
.isotopeFilters a{text-transform: uppercase; margin-right: 10px;letter-spacing: 1px;}
.isotopeFilters ul{margin:0;}
.isotopeContainer{overflow:hidden}


/*轮播器--------------------------------------------------------------------------------------------------------------*/
/*将轮播器头部外边距设置50像素*/
#myCarousel {
    margin: 0 0 0 0;
}
.carousel-inner .item img {
    margin: 0 auto;
}
.tp1{
    background:#ECEDF1;
}
.tp2{
    background:#88AED3;
}
.tp3{
    background:#22AEE3;
}


  .tab .nav-tabs{
    border: 1px solid #ff0000;
  }
  .tab .nav-tabs li{
    margin: 0;
    width: 25%;
  }
  .tab .nav-tabs li a{
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: bold;
    color: #666;
    background: #fff;
    margin: 0;
    padding: 4% 2%;
    border-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
    text-transform: uppercase;
    position: relative;
  }
  .tab .nav-tabs li a:hover{
    border-top: none;
    border-bottom: none;
    border-right-color: #ddd;
  }
  .tab .nav-tabs li.active a,
  .tab .nav-tabs li.active a:hover{
    color: #fff;
    border: none;
    background: #ff0000;
    border-right: 1px solid #ddd;
  }
  .tab .nav-tabs li.active a:before{
    content: "";
    width: 58%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .tab .nav-tabs li.active a:after{
    content: "";
    border-top: 10px solid #ff0000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 43%;
  }
  .tab .tab-content{
    font-size: 1.5rem;
    color: #666;
    line-height: 25px;
    background: #fff;
    padding-top: 20px;
    border-top: none;
  }
  .tab .tab-content h3{
    font-size: 1.5rem;
    color: #666;
    margin-top: 0;
  }
  
  @media only screen and (max-width: 480px){
    .tab .nav-tabs li{
      width: 100%;
      font-size: 1rem;
      text-align: center;
    }
    .tab .nav-tabs li.active a,
    .tab .nav-tabs li.active a:after,
    .tab .nav-tabs li.active a:hover{
      border: none;
    }
  }

.post-slide{
    margin: 0 15px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #ff0000;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #ff0000;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: #666;
    line-height: 12px;
    margin-bottom: 8px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 5px;
    list-style: none;
    height: 275px;
    width: 100%;
  overflow-y:auto;
  overflow-x:hidden;
}

.post-slide .post-bar li{
    color: #666;
    padding: 2px 0;
    font-size: 1.5rem;
    line-height: 26px;
    letter-spacing: 1px;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #ff0000;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #ff0000;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}
.Theme {
  width: 1000px;
  margin: 0px auto;
}        /*首页动画*/.circle_box {
  width: 978px;
  margin: 5px auto 60px auto;
  height: 317px;
  position: relative;
}

.round:nth-child(1) {
  position: absolute;
  padding: 13px;
  left: 0px;
  top: 79px;
}

.round:nth-child(1) div {
  background: #ff0000;
}

.round:nth-child(1) div:first-child {
  width: 100px;
  height: 100px;
}

.round:nth-child(1) div:first-child a {
  line-height: 99px;
}

.round:nth-child(1) div:nth-child(2) {
  width: 100px;
  height: 100px;
}

.round:nth-child(1) div:last-child {
  width: 110px;
  height: 110px;
}

.round:nth-child(2) {
  position: absolute;
  left: 176px;
  top: 0;
  padding: 13px;
}

.round:nth-child(2) div {
  background: #3fabff;
}

.round:nth-child(3) {
  position: absolute;
  left: 199px;
  top: 199px;
  padding: 13px;
}

.round:nth-child(3) div {
  background: #071639;
}

.round:nth-child(3) div:first-child {
  width: 120px;
  height: 120px;
}

.round:nth-child(3) div:first-child a {
  line-height: 120px;
}

.round:nth-child(3) div:nth-child(2) {
  width: 120px;
  height: 120px;
}

.round:nth-child(3) div:last-child {
  width: 130px;
  height: 130px;
}

.round:nth-child(4) {
  position: absolute;
  left: 348px;
  top: 128px;
  padding: 13px;
}

.round:nth-child(4) div {
  background: #ff4e00;
}

.round:nth-child(4) div:first-child {
  width: 90px;
  height: 90px;
}

.round:nth-child(4) div:first-child a {
  line-height: 40px;
  display: block;
  margin-top: 25px;
}

.round:nth-child(4) div:nth-child(2) {
  width: 90px;
  height: 90px;
}

.round:nth-child(4) div:last-child {
  width: 100px;
  height: 100px;
}

.round:nth-child(5) {
  position: absolute;
  left: 519px;
  top: 94px;
  padding: 13px;
}

.round:nth-child(5) div:first-child {
  width: 100px;
  height: 100px;
}

.round:nth-child(5) div:first-child a {
 line-height: 100px;
}

.round:nth-child(5) div:nth-child(2) {
  width: 100px;
  height: 100px;
}

.round:nth-child(5) div:last-child {
  width: 110px;
  height: 110px;
}

.round:nth-child(6) {
  position: absolute;
  left: 705px;
  top: 10px;
  padding: 13px;
}

.round:nth-child(6) div {
  background: #11a3a8;
}

.round:nth-child(7) {
  position: absolute;
  left: 638px;
  top: 171px;
  padding: 13px;
}

.round:nth-child(7) div {
  background: #06497c;
}

.round:nth-child(8) {
  position: absolute;
  left: 860px;
  top: 113px;
  padding: 13px;
}

.round:nth-child(8) div:first-child {
  width: 75px;
  height: 75px;
}

.round:nth-child(8) div:first-child a {
  line-height: 70px;
  font-size: 16px;
}

.round:nth-child(8) div:nth-child(2) {
  width: 75px;
  height: 75px;
}

.round:nth-child(8) div:last-child {
  width: 85px;
  height: 85px;
}

.round:nth-child(9) {
  position: absolute;
  left: 509px;
  top: 253px;
  padding: 13px;
}

.round:nth-child(9) div {
  background: #ec1c32;
}

.round:nth-child(9) div:first-child {
  width: 30px;
  height: 30px;
}

.round:nth-child(9) div:nth-child(2) {
  width: 30px;
  height: 30px;
}

.round:nth-child(9) div:last-child {
  width: 40px;
  height: 40px;
}

.round:nth-child(10) {
  position: absolute;
  left: 630px;
  top: 5px;
  padding: 13px;
}

.round:nth-child(10) div {
  background: #4e22c8;
}

.round:nth-child(10) div:first-child {
  width: 40px;
  height: 40px;
}

.round:nth-child(10) div:nth-child(2) {
  width: 40px;
  height: 40px;
}

.round:nth-child(10) div:last-child {
  width: 50px;
  height: 50px;
}

.round:nth-child(11) {
  position: absolute;
  left: 149px;
  top: 145px;
  padding: 26px;
}

.round:nth-child(11) div {
  background: #fff100;
}

.round:nth-child(11) div:first-child {
  width: 20px;
  height: 20px;
}

.round:nth-child(12) {
  position: absolute;
  left: 366px;
  top: 69px;
  padding: 26px;
}

.round:nth-child(12) div {
  background: #7e4c4f;
}

.round:nth-child(12) div:first-child {
  width: 10px;
  height: 10px;
}

.round:nth-child(13) {
  position: absolute;
  left: 467px;
  top: 40px;
  padding: 30px;
}

.round:nth-child(13) div {
  background: #0e295d;
}

.round:nth-child(13) div:first-child {
  width: 30px;
  height: 30px;
}

.round:nth-child(12) {
  position: absolute;
  left: 846px;
  top: 243px;
  padding: 30px;
}

.round:nth-child(12) div {
  background: #1e539e;
}

.round:nth-child(12) div:first-child {
  width: 20px;
  height: 20px;
}

.circle a {
  font-size: 1.6rem;
  line-height: 115px;
  color: #fff;
  font-weight: bold;
}

.circle {
  background: #ff0000;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  z-index: 999;
  text-align: center;
  top: 18px;
  left: 18px;
  position: absolute;
}

.circle_bottom {
  background: rgba(58,150,225,0.4);
  border-radius: 100%;
  width: 120px;
  height: 120px;
  filter: alpha(opacity=40);
  z-index: -100;
  position: absolute;
  top: 18px;
  left: 18px;
}

.circle_bottom2 {
  background: rgba(58,150,225,0.2);
  border-radius: 100%;
  width: 130px;
  height: 130px;
  filter: alpha(opacity=20);
  z-index: -110;
  position: relative;
}

.animation {
  ;            -webkit-animation: twinkling 2.1s infinite ease-in-out;
  animation: twinkling 2.1s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation2 {
  ;            -webkit-animation: twinkling 2.1s infinite ease-in-out;
  animation: twinkling 2.1s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes twinkling {
  0% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: scale(1.12);
  }

  100% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
  }
}

@keyframes twinkling {
  0% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: scale(1.12);
  }

  100% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
  }
}


/* Portfolio Section */

ul.cat li {
  display: inline-block;
  list-style-type: none;
}
ol.type li {
  display: inline-block;
  margin-right: 20px;
}
ol.type li a {
  font-family: 'Montserrat', sans-serif;
  color: #444;
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid #444;
  border-radius: 0;
  text-transform: uppercase;
}
ol.type li a.active {
  background: #444;
  color: #eee;
}
ol.type li a:hover {
  background: #444;
  color: #eee;
}
.isotope-item {
  z-index: 2
}
.isotope-hidden.isotope-item {
  z-index: 1
}
.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope-item {
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0 10px;
}
.isotope {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.portfolio-item {
  margin: 5px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #333;
  background: rgba(0, 0,0, 0.75);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text .overlay-caption {
  display: table;
  height: 100%;
  width: 100%;
}
.hover-bg .hover-text .overlay-caption .overlay-content {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 1.8rem;
  line-height: 30px;
  letter-spacing: 3px;
}
.hover-bg:hover .hover-text {
  opacity: 1;
}