@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?eg9we');
  src:  url('../fonts/icomoon.eot?eg9we#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?eg9we') format('truetype'),
    url('../fonts/icomoon.woff?eg9we') format('woff'),
    url('../fonts/icomoon.svg?eg9we#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fixedwrap{
	overflow-x: hidden !important;
}
.goto{
	cursor: pointer !important;
	text-decoration: none !important;
}
.icon-sun:before {
  content: "\e904";
}
.icon-rainy:before {
  content: "\e902";
}
.icon-cloud:before {
  content: "\e903";
}
.icon-heart:before {
  content: "\e900";
}
.icon-love:before {
  content: "\e900";
}
.icon-like:before {
  content: "\e900";
}
.icon-favorite:before {
  content: "\e900";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-bubble:before {
  content: "\e901";
}
.icon-home:before {
  content: "\f015";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-sort-desc:before {
  content: "\f0dd";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-info-circle:before {
  content: "\f05a";
}

*, *:before, *:after
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer, article, aside, nav, section
{
    display: block;
}
body {
    font-size: 17px;
    line-height: 1.53;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    background: #f1f1f1;
    font-weight: 300;
}
.wrapper
{
    max-width: 1050px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0, 0.05);
    box-shadow: 0 0 15px rgba(0,0,0, 0.05);
    padding: 0 40px;
}
.container
{
    max-width: 970px;
    margin: 0 auto;
}
a
{
    color: #c2136f;
    text-decoration: underline;
    font-weight: 700;
}
a:hover
{
    text-decoration: none;
}
p
{
    margin: 0 0 10px;
}
.clearfix
{
    clear: both;
}
.d-mobile
{
    display: none;
}
.d-large
{
    display: block;
}
.m-responsive
{
    max-width: 100%;
    height: auto;
    display: block;
}
.m-bold
{
    font-weight: 700;
    color: #000;
}
/*header---------------------------------*/
.b-header
{

}
.top-header
{
    background: #fff;
    padding: 7px 0 12px;
}
.logo
{
    display: block;
    float: left;
    margin: 16px 0 0;
}
.right-top
{
    padding-left: 300px;
    width: 100%;
}
.b-social
{
    float: right;
}
.el-social
{
    display: inline-block;
    border: 1px solid #f3f3f3;
    color: #a6a6a7;
    border-radius: 50%;
    padding: 10px 5px 9px;
    text-decoration: none;
    font-weight: 400;
    width: 42px;
    text-align: center;
    font-size: 14px;
}
.el-social:hover
{
    color: #fff;
    background: #a6a6a7;
}
.top-menu
{
    list-style: none;
    text-align: justify;
    padding: 0;
    text-align-last: justify;
    margin: 0;
}
.top-item
{
    display: inline-block;
}
.top-link
{
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #757575;
}
.top-link:hover
{
    color: #c2136f;
}
.m-menu
{
    float: right;
    margin: 6px 0 0;
}
.m-line
{
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 2px;
    background: #000;
}
.middle-header
{
    padding: 3px 0;
    background: #000;
}
.middle-menu
{
    list-style: none;
    padding: 0;
    margin: 12px 0;
    float: left;
}
.middle-item
{
    display: inline-block;
}
.middle-link
{
    display: block;
    padding: 0 20px;
    border-right: 1px solid #5e5e5e;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
}
.middle-item:first-child .middle-link
{
    padding: 0 10px 0 0;
    border: none;
}
.middle-item:last-child .middle-link
{
    border: none;
}
.d-weather
{
    float: right;
    line-height: 1;
}
.d-weather i
{
    display: inline-block;
    font-size: 20px;
}
.m-small
{
    font-size: 12px;
}
.m-white
{
    color: #fff;
}
.m-green
{
    color: #61e799;
    font-weight: 700;
    display: inline-block;
}
.d-inline
{
    display: inline-block;
}
.now .m-green
{
    font-size: 24px;
}
.now
{
    margin-right: 15px;
}
.now i
{
    font-size: 24px;

}
.other
{
    color: #4f4f4f;
}
.d-weather .icon-sun
{
    color: #f9b944;
    font-size: 26px;
}
.d-weather .icon-cloud
{
    color: #a3a3a3;
    vertical-align: text-bottom;
}
.d-weather .icon-rainy
{
    color: #60cadb;
    vertical-align: text-bottom;
}
.other>span
{
    display: inline-block;
}
.other .m-green
{
    font-size: 11px;
}
.other>span:nth-child(2)
{
    margin-right: 20px;
}
.bottom-header
{
    background: #fff;
    padding: 9px 0 10px;
    font-size: 14px;
    color: #9c9c9c;
}
.m-recent
{
    color: #fff;
    background: #c2136f;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    padding: 4px 13px;
    margin-right: 25px;
    position: relative;
    vertical-align: middle;
}
.m-recent:after
{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 5px solid #c2136f;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -7px;
    top: 50%;
    margin-top: -3px;
}
.m-posted
{
    display: inline-block;
    vertical-align: middle;
}

/*middle-------------------------*/
.b-middle
{
    padding: 30px 0 0;
}
.b-sidebar
{
    float: right;
    width: 280px;
}
.m-title
{
    border-bottom: 4px solid #61e799;
}
.inner-title
{
    display: inline-block;
    color: #fff;
    background: #61e799;
    padding: 5px 10px;
    position: relative;
}
.b-posts
{
    background: #fff;
    padding: 25px 20px 5px 15px;
    margin-bottom: 30px;
}
.post-item
{
    position: relative;

    margin-bottom: 25px;
}
.post-item:after
{
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 40px;
    background: #e1e1e1;
    bottom: -30px;
    left: 23px;
}
.post-item:last-child:after
{
    display: none;
}
.post-link
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.left-post
{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.left-post img
{
    margin: -2px 0;
}
.m-day
{
    color: #f3f3f3;
    display: block;
    font-size: 24px;
}
.m-date
{
    font-size: 12px;
    color: #b0b0b0;
    display: block;
}
.right-post
{
    float: right;
    width: 180px;
    border: 1px solid #d6d6d6;
    padding: 13px;
    font-size: 15px;
    border-radius: 3px;
    color: #000;
    line-height: 1.35;
    position: relative;
}
.right-post:before
{
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 16px;
    background: url(left.jpg) no-repeat;
    top: 50%;
    left: -9px;
    margin-top: -8px;
}
.m-sharing
{
    color: #919191;
    margin-top: 12px;
}
.m-sharing i
{
    color: #c3c3c3;
    margin-right: 5px;
}
.m-sharing i.icon-eye
{
    margin-left: 5px;
}
.cat-menu
{
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
}
.cat-item
{
    padding: 0 2px 0 30px;
}
.cat-link
{
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    display: block;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 0 11px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}
.cat-link:before
{
    content: "\f105";
    font-family: 'icomoon';
    font-size: 20px;
    left: -17px;
    position: absolute;
    top: 7px;
}
.cat-item:last-child .cat-link
{
    border-bottom: none;
}
.cat-link:hover
{
    color: #c2136f;
}
.b-article
{
    margin-right: 300px;
    background: #fff;
    padding: 25px 12px 30px 20px;
}
h1
{
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 1.2;
}
.author-img
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.author-img img
{
    border-radius: 50%;
}
.author-info
{
    display: inline-block;
    vertical-align: middle;
    color: #989898;
    font-size: 14px;
}
.author-info .m-bold
{
    font-size: 18px;
    display: block;
}
.b-sharing
{
    float: right;
    margin: 22px 0 0;
}
.share-link
{
    font-size: 13px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 3px 10px;
    margin: 0 0 0 5px;
    font-weight: 400;
    border-radius: 2px;
}
.share-link:first-child
{
    background: #63aced;
}
.share-link:nth-child(2)
{
    background: #415897;
}
.share-link:last-child
{
    background: #222;
}
.share-link i
{
    font-size: 18px;
    vertical-align: text-bottom;
    margin-right: 3px;
}
.green-line
{
    border: none;
    height: 3px;
    background: #61e799;
    margin: 0 0 15px;
}
.large-letter
{
    font-size: 82px;
    line-height: 1;
    float: left;
    display: block;
}
.arrow-down
{
    color: #61e799;
    font-size: 20px;
    margin: -15px 0 0;
}
.d-center
{
    margin: 0 auto 25px;
}
h2
{
    font-size: 26px;
    margin: 15px 0;
}
.m-quote
{
    border-left: 3px solid #61e799;
    position: relative;
    padding-left: 53px;
    margin-bottom: 25px;
    line-height: 1.4;
}
.m-quote:before
{
    content: "\e977";
    color: #61e799;
    font-family: 'icomoon';
    font-size: 24px;
    position: absolute;
    top: 22px;
    left: 10px;
}
.b-twitter
{
    max-width: 524px;
    margin: 15px auto;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 20px 25px;
    position: relative;
}
.b-twitter .icon-twitter
{
    color: #40a0f1;
    font-size: 26px;
    float: right;
}
.tw-thumb
{
    float: left;
    margin: 0 15px 3px 0;
}
.tw-thumb img
{
    border-radius: 50%;
}
.tw-author
{
    color: #97a0a7;
}
.tw-message
{
    color: #000;
	font-size: 15px;
	line-height: 1.4;
    margin-bottom: 20px;
}
.tw-message img
{
    margin: 5px 0 -5px;
}
.tw-time, .tw-likes
{
    color: #97a0a7;
    font-size: 13px;
}
.tw-time
{
    margin: 0 0 8px;
}
.tw-likes i
{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.tw-likes .icon-bubble
{
    margin-left: 10px;
}
.b-twitter .icon-info-circle
{
    float: right;
    color: #85929e;
}
.text-center
{
    text-align: center;
}
.m-40
{
    margin: 40px 0;
}
.btn
{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #c2136f;
    border-radius: 30px;
    padding: 15px 40px;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
}
.btn:hover
{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.img-block
{
    display: inline-block;
    position: relative;
    margin: 10px 0.5% 15px;
    max-width: 48%;
}
.b-note
{
    position: absolute;
    background: #000;
    padding: 2px 5px;
    right: 0;
    top: 50%;
    text-transform: lowercase;
    color: #fff;
}
.a-note
{
    position: absolute;
    color: #000;
    left: 0;
    top: 50%;
    text-transform: lowercase;
    background: #61e799;
    padding: 2px 5px;
}
.m-border
{
    padding: 0 10px;
    border-left: 3px solid #61e799;
    margin: 20px 0 30px;
}
.b-comments
{
    background: #f7f8f9;
    padding: 20px 5px 20px 10px;
}
.comment-item
{
    border-top: 5px solid #fff;
    padding: 5px 0 0;
    margin: 0px 0 40px;
    position: relative;
}
.comment-img
{
    border-radius: 0%;
    border: 1px solid #fff;
    float: left;
    padding: 1px;
    font-size: 0;
    margin: 0 20px 0 0;
}
.comment-img img
{
    border-radius: 0%;
    line-height: 0;
    font-size: 0;
}
.m-reply
{
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
    background: #fff;
    padding: 0 10px;
	cursor: pointer;
}
.b-author
{
    font-size: 14px;
    margin-bottom: 15px;
}
.comment-author
{
    display: inline-block;

}
.comment-author a
{
    color: #6c6c6c;
    text-decoration: none;
}
.comment-date
{
    display: inline-block;
    color: #6c6c6c;
}
.comment-text
{
    color: #000;
    display: table-cell;
	font-size: 14px;
	font-family: Arial;
}
.comment-text img
{
    margin: 20px 0 0;
}
.subreply
{
    margin-left: 85px;
}
a.m-reply b{
	cursor: pointer;
}
/*footer------------------------------------------*/
.b-footer{
	width: 100%;
	display: block;
    color: #fff;
    background: #000;
	margin: 0 auto;
    padding: 10px 0;
}
.copyright{
	width: 1000px;
	margin: 0 auto;
	padding: 0px 15px;
	font-size: 15px;
}
/*media----------------------------------------*/
@media(max-width: 990px)
{
    body
    {
        font-size: 16px;
    }
    .d-mobile
    {
        display: block;
    }
    .d-large
    {
        display: none;
    }

    .top-header
    {
        padding: 7px 10px 5px;
    }
    .logo
    {
        margin: 0;
    }
    .logo img
    {
        max-width: 120px;
    }
    .bottom-header
    {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }

    .m-recent
    {
        padding: 3px 10px;
    }
    .b-middle
    {
        margin: 15px 0;
    }
    .b-article
    {
        margin-right: 0;
        padding: 15px 10px;
    }
    h1
    {
        font-size: 28px;
        line-height: 1;
    }
    .author-info
    {
        font-size: 13px;
    }
    .author-img img
    {
        max-width: 36px;
    }
    .author-info .m-bold
    {
        font-size: 16px;
    }
    .large-letter
    {
        font-size: 58px;
        margin: 0 5px 0 0;
        line-height: 0.8;
    }
    .arrow-down
    {

        margin: -10px 0 0;
    }
    h2
    {
        font-size: 22px;
        line-height: 1.1;
    }
    .m-quote
    {
        padding-left: 35px;
    }
    .m-quote:before
    {
        left: 5px;
        top: 3px;
    }
    .b-twitter
    {
        padding: 10px;

    }
    .b-twitter .m-bold, .tw-author
    {
        font-size: 14px;
    }
    .tw-thumb
    {
        margin: 5px 10px 15px 0;
    }
    .tw-thumb img
    {
        max-width: 30px;
    }
    .tw-message
    {
        margin-bottom: 10px;
    }
    .tw-time
    {
        margin-bottom: 5px;
    }
    .tw-time, .tw-likes
    {
        font-size: 11px;
    }
    .tw-likes i
    {
        font-size: 16px;
    }
    .btn
    {
        font-size: 14px;
        padding: 16.5px 33px;
    }
    .comment-item
    {
        padding: 10px 0 0;
        margin: 0 0 18px;
    }
    .subreply
    {
        margin-left: 0;
    }
    .b-author
    {
        font-size: 13px;
        display: inline-block;
        margin: 10px 0 0;
    }
    .comment-img
    {
        padding: 2px;
        margin-right: 8px;
        margin-bottom: 5px;
    }
    .comment-img img
    {
        max-width: 34px;
    }
    .comment-text
    {
        font-size: 15px;
        display: block;
    }
}

.attention{
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	font-family:'Roboto', 'sans-serif';
	font-weight:300;
	font-size:14px;
	color:#000;
	background:#F8F8F8;
	box-sizing:border-box;
	border-radius:3px;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.attention p {
        margin-left: 10px;
        margin-right: 10px;
		margin-bottom: 0px;
}
.attention-inner {
	max-width: 1450px;
	display: flex;
	margin: 5px;
	justify-content: space-between;
}
div .icon-close{
	min-width:20px;
	height:20px;
	background:url(close.png) no-repeat;
	float: right;
}
@media screen and (max-width: 646px) {
   .attention p {
   font-size: 12px;
  }
}