﻿/* CSS Document *//******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Logo
	3.2 Main Nav
	3.3 Header Side
	3.4 Hamburger
4. Menu
	4.1 Menu Social
	4.2 Menu copyright
5. Home
7. Page Section
8. Buttons
9. News
	9.1 Comments
	9.2 Leave Comment
10. Sidebar
11. Footer
	11.1 Newsletter
	11.2 Footer Content
	11.3 Footer Copyright


******************************//***********
1. Fonts
***********/
@import url('/css/1xmlsu21.css');
/*********************************
2. Body and some general stuff
*********************************/
.super_container
{
    background-image: url(/jpg/u00kdtph.jpg);
    background-size: cover;
}
*
{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
    font-family: 'Microsoft YaHei',sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #a5a5a5;
}
div
{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
    list-style: none;
    margin-bottom: 0;
}
p
{
    color: #000!important;
    font-family: 'Microsoft YaHei','SF Pro Display',Arial,'PingFang SC',sans-serif!important;
    font-size: 14px!important;
    line-height: 2.29!important;
    font-weight: 400!important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p span
{
    font-family: 'Microsoft YaHei','SF Pro Display',Arial,'PingFang SC',sans-serif!important;
    font-size: 14px!important;
    color: #000!important;
}
p a
{
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
    position: relative;
    color: #ff6347;
}
p a:hover
{
    color: #fff;
    background: #ffa07f;
}
p a:hover::after
{
    opacity: .2;
}
::selection
{
    background: #ffd266;
    color: #c88e00;
}
p::selection
{
    background: #ffd266;
    color: #c88e00;
}
h1
{
    font-size: 36px;
}
h2
{
    font-size: 22px;
}
h3
{
    font-size: 18px;
}
h4
{
    font-size: 14px;
}
h5
{
    font-size: 11px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Roboto',sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
::-webkit-input-placeholder
{
    font-size: 14px!important;
    font-weight: 500!important;
    color: #a5a5a5!important;
}
:-moz-placeholder/* older Firefox*/
{
    font-size: 14px!important;
    font-weight: 500!important;
    color: #a5a5a5!important;
}
::-moz-placeholder/* Firefox 19+ */
{
    font-size: 14px!important;
    font-weight: 500!important;
    color: #a5a5a5!important;
}
:-ms-input-placeholder
{
    font-size: 14px!important;
    font-weight: 500!important;
    color: #a5a5a5!important;
}
::input-placeholder
{
    font-size: 14px!important;
    font-weight: 500!important;
    color: #a5a5a5!important;
}
.form-control
{
    color: #db5246;
}
section
{
    display: block;
    position: relative;
    box-sizing: border-box;
}
.clear
{
    clear: both;
}
.clearfix::before, .clearfix::after
{
    content: "";
    display: table;
}
.clearfix::after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.trans_200
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.trans_300
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trans_400
{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.trans_500
{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fill_height
{
    height: 100%;
}
.super_container
{
    width: 100%;
    overflow: hidden;
}
.prlx_parent
{
    overflow: hidden;
}
.prlx
{
    height: 130%!important;
}
.nopadding
{
    padding: 0!important;
}/*********************************
5. Home
*********************************/
.home
{
    width: 100%;
    height: 200px;
}
.home_background_container
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_background
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home_content
{
    position: absolute;
    left: 26%;
    top: 48%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);/* background: #d2262ca1; */
    padding-top: 24px;
    padding-bottom: 18px;
    padding-left: 39px;
    padding-right: 42px;
}
.home_content h1
{
    font-size: 50px;
    font-weight: 400;
    color: #616161;
    line-height: .5;
    white-space: nowrap;
}/*********************************
7. Page Section
*********************************/
.page_section
{
    padding-top: 117px;
    padding-bottom: 117px;
}
.section_title h1
{
    display: block;
    color: #1a1a1a;
    font-weight: 500;
    padding-top: 24px;
}
.section_title h1::before
{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 55px;
    height: 4px;
    content: '';
    background: #d2262d;
}/*********************************
8. Buttons
*********************************/
.button
{
    cursor: pointer;
}
.button:hover
{
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
.button a
{
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
.button_1
{
    width: 202px;
    height: 48px;
}/*********************************
9. News
*********************************//* .news{
	background-image: url(/jpg/u00kdtph.jpg);
		background-size: cover;
} */
.news .container
{
    width: 100%;/* padding-top: 70px; */
    padding-bottom: 103px;/* background-image: linear-gradient(180deg, white, #1a1a1a); */
}
.news>.container>.row
{
    background: #ffffffe0;
    box-shadow: 6px 4px 4px #d6d6d6;
    padding: 15px;
}
.news_post_image
{
    width: 100%;
}
.news_post_image img
{
    width: 100%;
    height: auto;
}
.news_post_top
{
    margin-top: 19px;/* padding: 15px; */
}
.news_post_date
{
    padding: 13px;
    width: 68px;
    height: 100%;
    background: #d2262d;
}
.news_post_date div:first-child
{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.news_post_date div:last-child
{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    margin-top: 6px;
}
.news_post_title_container
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 31px;
}
.news_post_title a
{
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
    color: #1a1a1a;
    font-weight: 700;
}
.news_post_title a:hover, .news_post_author a:hover, .news_post_comments a:hover
{
    color: #a5a5a5;
}
.news_post_meta
{
    color: #1a1a1a;
    margin-top: 5px;
    padding-left: 2px;
}
.news_post_author a
{
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1;
}
.news_post_comments a
{
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1;
}
.news_post_meta span:nth-child(2)
{
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    margin-left: 5px;
    margin-right: 5px;
}
.news_post_text
{
    margin-top: 27px;
}
.news_post_quote
{
    font-family: 'Microsoft YaHei','SF Pro Display',Arial,'PingFang SC',sans-serif;
    color: #000;/* background: #f8f4f4; */
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 47px;
    padding-bottom: 40px;
    line-height: 25px;
}
.news_post_quote::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #d2262d;
    content: '';
}
.news_post_quote_text
{
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 32.08px;
    margin-bottom: 0;
}
.news_post_quote_text span
{
    font-size: 36px;
    color: #d2262d;
    margin-right: 2px;
}/*********************************
9.1 Comments
*********************************/
.news_post_comments
{
    margin-top: 67px;
}
.comments_title
{
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}
.comments_list
{
    margin-top: 69px;
}
.comment
{
    margin-bottom: 25px;
}
.comment:last-child
{
    margin-bottom: 0;
}
.comment_image
{
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 13px;
}
.comment_image img
{
    width: 100%;
    height: auto;
}
.comment_content
{
    padding-left: 28px;
}
.comment_meta span
{
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}
.comment_name a
{
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}
.comment_name a:hover
{
    color: #a5a5a5;
}
.comment_separator
{
    margin-left: 7px;
    margin-right: 7px;
}
.comment_text
{
    margin-top: 10px;
    padding-left: 2px;
}
.comment_reply_link a
{
    font-size: 14px;
    font-weight: 500;
    color: #d2262d;
}
.comment_reply_link a:hover
{
    color: #1a1a1a;
}/*********************************
9.2 Leave Comment
*********************************/
.leave_comment
{
    margin-top: 51px;
}
.leave_comment_title
{
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}
.leave_comment_form_container
{
    margin-top: 77px;
}
.input_field
{
    width: 100%;
    background: #f8f4f4;
    border: solid 2px transparent;
    margin-bottom: 24px;
    height: 42px;
    padding-left: 33px;
}
.input_field:focus
{
    outline: none!important;
    border-color: #d2262d;
}
.text_field
{
    width: 100%;
    height: 189px;
    background: #f8f4f4;
    border: solid 2px transparent;
    padding-left: 33px;
    margin-bottom: 24px;
}
.text_field:focus
{
    outline: none!important;
    border-color: #d2262d;
}
.comment_send_btn
{
    width: 100%;
    height: 48px;
    background: #d2262d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: none;
}
.comment_send_btn:focus
{
    outline: solid 1px #d2262d;
    border: #008000!important;
}/*********************************
10. Sidebar
*********************************/
.sidebar
{
    width: 100%;
}
.sidebar_section
{
    margin-top: 48px;
}
.sidebar_section:first-child
{
    margin-top: 0;
}
.sidebar_section_title
{
    margin-top: -1px;
}
.sidebar_section_title h3
{
    margin-top: 20px;
    color: #1a1a1a;
    line-height: 1;
    font-weight: 700;
}
.sidebar_list
{
    margin-top: 28px;
}
.sidebar_list_item
{
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: solid 2px #d2d2d2;
}
.sidebar_list_item a
{
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;
}
.sidebar_list_item a:hover
{
    color: #d2262d;
}
.latest_posts
{
    margin-top: 50px;
}
.latest_post
{
    margin-bottom: 27px;
}
.latest_post:last-child
{
    margin-bottom: 0;
}
.latest_post_image
{
    width: 100%;
}
.latest_post_image img
{
    width: 100%;
    height: auto;
}
.latest_post_title
{
    margin-top: 24px;
}
.latest_post_title a
{
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}
.latest_post_title a:hover, .latest_post_author a:hover, .latest_post_comments a:hover
{
    color: #a5a5a5;
}
.latest_post_meta
{
    color: #1a1a1a;
    margin-top: 6px;
}
.latest_post_author a
{
    font-size: 12px;
    font-weight: 500;
    color: #a5a5a5;
    line-height: 1;
}
.latest_post_comments a
{
    font-size: 12px;
    font-weight: 500;
    color: #a5a5a5;
    line-height: 1;
}
.latest_post_meta span:nth-child(2)
{
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    margin-left: 5px;
    margin-right: 5px;
}
.tags
{
    margin-top: 50px;
}
.tag
{
    height: 40px;
    background: #d2262d;
    margin-right: 12px;
    margin-bottom: 10px;
}
.tag a
{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
}/*********************************
11. Footer
*********************************/
.footer
{
    width: 100%;
    padding-top: 86px;/* background-image: linear-gradient(180deg, white, #1a1a1a); */
    background: #1a1a1a;
}
.footer .section_title h1
{
    color: #fff;
}/*********************************
11.1 Newsletter
*********************************/
.newsletter
{
    padding-bottom: 85px;
    border-bottom: solid 2px #4d4e4e;
}
.newsletter_form_container
{
    width: 60%;
    margin-top: 48px;
}
.newsletter_email
{
    width: calc(100% - 164px);
    height: 42px;
    border: none;
    padding-left: 27px;
    font-weight: 500;
    color: #1a1a1a;
}
.newsletter_email:focus
{
    outline: solid 2px #d2262d;
}
.newsletter_submit_btn
{
    width: 164px;
    height: 42px;
    border: none;
    background: #d2262d;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.newsletter_submit_btn:focus
{
    border: solid 2px #fff;
}
.list_item
{
    line-height: 34px;
    color: #000;
}
.list_item:hover
{
    color: #c54040;
}
.link_title
{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pd_clr
{
    padding-left: 0;
    padding-right: 0;
}/* #description>p>img{
width: 480px!important;
height: 320px!important;
} */
.page-item
{
    font-size: 14px;
}/* .page-link:hover{
		color: #d2262d;
	} */
