@charset "UTF-8";

body {
	font-family: -apple-system,BlinkMacSystemFont,opensans,Optima,"Microsoft Yahei",sans-serif;
	line-height: 1.8;
	font-size: 16px;
	background: #f5f5f5;
	color: #848484;
	font-weight: 300;
	overflow-x: hidden;

}

body.kratos-offcanvas {
	overflow: hidden
}

a {
	color: #3F82FC;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

a:hover {
	text-decoration: none;
	color: #3F82FC!important
}

a:focus {
	outline: 0;
	text-decoration: none
}

ol,p,ul {
	margin-bottom: 1em;
	font-size: 16px;
	color: #333
}

h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-weight: 600;
	margin: 0 0 30px 0
}

h2.title-h2 {
	margin: 15px -20px;
	padding: 0 20px;
	border-left: 5px solid #51aded;
	background-color: rgba(243,243,243,.7);
	font-size: 20px;
	line-height: 40px
}

cite {
	font-style: normal
}

@media screen and (max-width:768px) {
	h1 {
		font-size: 25px!important
	}
}

figure {
	margin-bottom: 2em
}

::-webkit-selection {
	color: #fcfcfc;
	background: #00a2ff
}

::-moz-selection {
	color: #fcfcfc;
	background: #00a2ff
}

::selection {
	background: #00a2ff;
	/*background: #262a30;*/
	color: #fcfcfc
}

blockquote {
	margin: 12px 0;
	border-left: 5px solid #080808;
	padding: 4px 0 5px 10px;
	background: #f1f1f1
}

blockquote p:only-child {
	font-size: 16px;
	color: #080808
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #333;
	background-color: #f8f8f8;
	border-radius: 0;
	border: 1px solid #E1E1E1;
	margin: 0 5px
}

cite {
	font-style: normal
}

.alert,.btn,.progress,pre {
	border-radius: 0
}

mark {
	padding: .4px 4px;
	background-color: #9e9e9e;
	color: #000
}

kbd {
	padding: 1px 6px;
	background-color: #6c6c6c
}

article a {
	color: #666;
}

table,table tbody tr th {
	text-align: center!important;
	width: 100%;
}

.panel-body {
	color: #000
}

.panel,.panel-heading {
	border-radius: 0
}

.panel-danger {
	border-color: #e15554
}

.panel-success {
	border-color: #3bb273
}

.panel-info {
	border-color: #4d9de0
}

.panel-pwd {
	border: none;
	box-shadow: none
}

.panel-warning {
	border-color: #ffc320
}

.panel-warning>.panel-heading {
	border-color: #ffc320;
	background-color: #ffc320;
	color: #fff
}

.panel-info>.panel-heading {
	border-color: #4d9de0;
	background-color: #4d9de0;
	color: #fff
}

.panel-success>.panel-heading {
	border-color: #3bb273;
	background-color: #3bb273;
	color: #fff
}

.panel-danger>.panel-heading {
	border-color: #e15554;
	background-color: #e15554;
	color: #fff
}



.alert-danger {
	border-color: #e15554;
	background-color: #e15554;
	color: #fff
}

.alert-info {
	border-color: #4d9de0;
	background-color: #4d9de0;
	color: #fff
}

.alert-warning {
	border-color: #ffc320;
	background-color: #ffc320;
	color: #fff
}

.btn-primary {
	border-color: #00a2ff;
	background-color: #00a2ff;
	color: #fff
}

.btn-primary:hover {
	border-color: #15b9fa;
	background-color: #15b9fa;
	color: #fff
}

.btn-primary:active,.btn-primary:active:focus,.btn-primary:active:hover,.btn-primary:focus {
	border-color: #0895cb;
	background-color: #0895cb;
	color: #fff
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover {
	border-color: #00a2ff;
	background-color: #00a2ff;
}

/*.pagination>li:first-child>a {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination>li:last-child>a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
*/
.pagination>li>a {
	color: #333
}

.next,.pagination .next,.prev {
	font-family: Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif
}

.pagination>li>a:focus,.pagination>li>a:hover {
	border-color: #00a2ff;
	background-color: #fff;
	color: #333
}

.pagination li a {
/*	width: 35px*/
}

.pagination li:not(:first-child) {
	margin-left: 3px
}

.post-pwd {
	width: 55%
}

.alert,.panel,.panel-group .panel,.progress {
	border-radius: 0
}

.alert a,.alert a:hover {
	color: #fff!important;
}

.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

#wpadminbar {
	position: fixed
}

.pagination {
	margin: 23px 0 7px
}

.pagination li a {
/*	width: 35px;*/
	margin-left: 10px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	border: none;
	margin-bottom: 10px;
	vertical-align: middle;
	border-radius: 3px;
}

/*.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.pagination li a{
	vertical-align: middle;
	border-radius: 3px;
}*/
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover {
/*	border-color: #515151;
	background-color: #515151;*/
	color: #fff!important;
    font-weight: 700;
}

.pagination>li>a:focus,.pagination>li>a:hover {
	border-color: #00a2ff;
	background-color: #00a2ff;
	color: #fff!important;
}
.pagination>li {
    display: inline;
    font-weight: 500;
}
#kratos-blog,#kratos-host,#kratos-photos,#kratos-projects {
	padding: 5em 0 3em
}

#kratos-blog-post {
	padding:2em 0 3em;
}

#kratos-blog-post p .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

#kratos-blog-post .table-bordered {
	border: 1px solid #ddd
}

#kratos-blog-post .kratos-post-content ul .edit-li {
	list-style: url(images/ul-li.png) outside circle
}

.kratos-post-content,.kratos-post-content-l {
	word-break: break-all;
	word-wrap: break-word
}

#kratos-subscribe {
	background: #f9f9f9;
	padding: 3em 0
}

@media screen and (max-width:768px) {
	#kratos-blog,#kratos-host,#kratos-photos,#kratos-projects {
		padding: 4em 0 3em
	}

	#kratos-blog-post {
		padding: 1.2em 0 1em;
	}




}

.kratos-page-default {
	background: #fff
}

.kratos-page-gray {
	background: rgba(0,0,0,.04)
}

#kratos-header {
	position: relative;
	margin-bottom: 0;
	z-index: 5;
    background: rgb(0, 0, 0);
}

.kratos-cover,.kratos-start {
	position: relative;
	height: 800px
}

.kratos-cover.kratos-hero-2,.kratos-start.kratos-hero-2 {
	height: 200px
}

@media screen and (max-width:768px) {
	.kratos-cover.kratos-hero-2,.kratos-start.kratos-hero-2 {
		height: 250px
	}
}

.kratos-start.kratos-post-header {
	height: 100px
}

.kratos-cover.kratos-hero-2 .kratos-overlay,.kratos-start.kratos-hero-2 .kratos-overlay {
	position: absolute!important;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(66,64,64,.2)
}

.kratos-overlay {
	position: absolute!important;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(66,64,64,.5)
}

.kratos-cover {
	background-size: cover;
	position: relative;
	background-position: center center
}

@media screen and (max-width:768px) {
	.kratos-cover {
		height: inherit;
		padding: 3em 0
	}
	.search-btn img, .close-btn img {
    width: 22px;
    height: 22px;
}

}

.kratos-cover .btn {
	padding: 1em 5em;
	opacity: .9
}

.kratos-cover.kratos-cover_2 {
	height: 200px
}

@media screen and (max-width:768px) {
	.kratos-cover.kratos-cover_2 {
		height: 250px;
		padding: 3em 0
	}
}

.kratos-cover .desc {
	top: 50%;
	position: absolute;
	width: 100%;
	margin-top: -90px;
	z-index: 2;
	color: #fff;
	text-shadow: 2px 2px 2px #666
}

.kratos-cover .desc2 {
	margin-top: -30px
}

@media screen and (max-width:768px) {
	.kratos-cover .desc {
		padding-left: 15px;
		padding-right: 15px
	}

	.kratos-cover .desc2 {
		margin-top: -15px
	}
}

.kratos-cover .desc h2 {
	color: #fff;
	text-transform: none;
	font-size: 40px;
	margin-bottom: 10px
}

@media screen and (max-width:768px) {
	.kratos-cover .desc h2 {
		font-size: 30px
	}
}

.kratos-cover .desc p,.kratos-cover .desc span {
	display: block;
	color: #fff;
	margin-bottom: 30px;
	font-size: 25px;
	letter-spacing: 1px
}

@media screen and (max-width:768px) {
	.kratos-cover .desc p,.kratos-cover .desc span {
		font-size: 21px
	}
}

.kratos-cover .desc span a {
	color: #fff
}

.kratos-cover .desc span a:focus,.kratos-cover .desc span a:hover {
	color: #fff!important
}

.kratos-cover .desc span a:focus.btn,.kratos-cover .desc span a:hover.btn {
	border: 2px solid #fff!important;
	background: 0 0!important
}

.kratos-cover .desc span a.kratos-site-name {
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(255,255,255,.7)
}

.sf-menu {
	margin: 0!important
}

.sf-menu {
	float: right
}

.sf-menu ul {
	box-shadow: none;
	border: transparent;
	min-width: 10em;
	width: -moz-fit-content;
	width: -webkit-fit-content
}

.sf-menu a {
	color: #fff;
	padding: .75em 1em!important;
	border-left: none;
	border-top: none;
	text-decoration: none;
	zoom: 1;
	font-size: 16px;
	border-bottom: none!important
}

.sf-menu a:focus,.sf-menu a:hover {
	color: #fff!important
}

.sf-menu li.current-menu-item a:focus,.sf-menu li.current-menu-item a:hover {
	color: #fff
}

.sf-menu li,.sf-menu li.sfHover,.sf-menu li:hover,.sf-menu ul li,.sf-menu ul ul li {
	background: 0 0
}

.sf-menu ul li a,.sf-menu ul ul li a {
	text-transform: none;
	padding: .25em 1em!important;
	letter-spacing: 1px
}

.sf-menu li.current-menu-item a,.sf-menu li.sfHover a,.sf-menu li:hover a,.sf-menu ul li.sfHover a,.sf-menu ul li:hover a {
	color: #fff
}

.sf-menu ul li.sfHover,.sf-menu ul li:hover {
	background: 0 0
}

.sf-menu ul li {
	background: 0 0
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #ccc
}

.sf-arrows>.sfHover>.sf-with-ul:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>li>.sf-with-ul:focus:after {
	border-top-color: #ccc
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #ccc
}

.sf-arrows ul .sfHover>.sf-with-ul:after,.sf-arrows ul li:hover>.sf-with-ul:after,.sf-arrows ul li>.sf-with-ul:focus:after {
	border-left-color: #ccc
}

#kratos-header-section {
	padding: 0;
	/*position: absolute;
	top: 0;
		background: #fff;
	left: 0;*/
	width: 100%;
	z-index: 2;

		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-ms-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-o-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

#kratos-header-section .sub-menu {
	padding: 10px 7px 10px;
	background: #fff;
	left: -26px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-ms-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-o-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

#kratos-header-section .sub-menu>li>.sub-menu {
	left: 100%
}

#kratos-header-section .sub-menu:before {
	position: absolute;
	top: -9px;
	left: 20px;
	width: 0;
	height: 0;
	content: ''
}

#kratos-header-section .sub-menu:after {
	position: absolute;
	top: -8px;
	left: 71px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	content: ''
}

#kratos-header-section .sub-menu a {
	letter-spacing: 0;
	padding: 0 15px;
	font-size: 15px;
	line-height: 34px;
	color: #848484!important;
	text-transform: none;
	background: 0 0
}

#kratos-header-section .sub-menu a:hover {
	color: #3F82FC!important
}

#kratos-header-section .sub-menu li a {
	text-align: center
}

.nav-header {
	position: relative;
	float: left;
	width: 100%

}

#kratos-logo {
	position: relative;
	z-index: 2;
	font-size: 28px;
	text-transform: none;
	margin-top: 37px;
	font-weight: 300;
	float: left;
	display: none;
}

#kratos-logo-img {
	position: relative;
	z-index: 2;
	font-size: 28px;
	text-transform: none;
  /*	margin-top: 17px;*/
  	margin-top:0px;
	font-weight: 300;
	float: left
}

/*#kratos-logo-img img {
	width: 200px
}
*/
#kratos-logo span {
	font-weight: 700
}

@media screen and (max-width:768px) {
	#kratos-logo {
		width: 100%;
		float: none;
		text-align: center
	}

	#kratos-logo-img {
		float: none;
		text-align: center
	}
}

#kratos-logo a {
	color: #fff
}

#kratos-logo a:focus,#kratos-logo a:hover {
	color: #fff!important;
	text-decoration: none
}

#kratos-menu-wrap {
	position: relative;
	z-index: 2;
	display: block;
	float: left;

	/*	float: right;
	margin-top: 22px*/
}

#kratos-menu-wrap .sf-menu a {
	padding: 1em .75em
}

#kratos-primary-menu>li>.sf-with-ul:after {
	border: none!important;
	font-family: icomoon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: -6px;
	font-size: 20px;
	top: 50%;
	margin-top: -9px;
	font-family: FontAwesome;
	content: "\f107";
	color: #fff
}

#kratos-primary-menu>li>ul li {
	position: relative
}

#kratos-primary-menu>li>ul li>.sf-with-ul:after {
	border: none!important;
	font-family: icomoon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: 10px;
	top: 15px;
	font-size: 20px;
	font-family: FontAwesome;
	content: "\f105";
	color: rgba(0,0,0,.5)
}

#kratos-primary-menu .kratos-sub-menu {
	padding: 10px 7px 10px;
	background: #fff;
	left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-ms-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-o-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	box-shadow: 0 5px 15px rgba(0,0,0,.15)
}

#kratos-primary-menu .kratos-sub-menu>li>.kratos-sub-menu {
	left: 100%
}

#kratos-primary-menu .kratos-sub-menu:before {
	position: absolute;
	top: -9px;
	left: 20px;
	width: 0;
	height: 0;
	content: ''
}

#kratos-primary-menu .kratos-sub-menu:after {
	position: absolute;
	top: -8px;
	left: 21px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	content: ''
}

#kratos-primary-menu .sub-menu .sub-menu:before {
	top: 6px;
	left: 100%
}

#kratos-primary-menu .sub-menu .sub-menu:after {
	top: 7px;
	right: 100%;
	border: none!important
}

.site-header.has-image #primary-menu .sub-menu {
	border-color: #ebebeb;
	-webkit-box-shadow: 0 5px 15px 4px rgba(0,0,0,.09);
	-moz-box-shadow: 0 5px 15px 4px rgba(0,0,0,.09);
	-ms-box-shadow: 0 5px 15px 4px rgba(0,0,0,.09);
	-o-box-shadow: 0 5px 15px 4px rgba(0,0,0,.09);
	box-shadow: 0 5px 15px 4px rgba(0,0,0,.09)
}

.site-header.has-image #primary-menu .sub-menu:before {
	display: none
}

#kratos-primary-menu .kratos-sub-menu a {
	letter-spacing: 0;
	padding: 0 15px;
	font-size: 18px;
	line-height: 34px;
	color: #575757!important;
	text-transform: none;
	background: 0 0
}

#kratos-primary-menu .kratos-sub-menu a:hover {
	color: #00a2ff!important
}

#slide {
	margin-bottom: 20px
}

#slide .carousel-indicators li {
	margin: 1px 5px
}

#slide .carousel-inner>.item>img,.carousel-inner>.item>a>img {
	width: 100%;
	border-radius: 6px;
}

#slide .carousel-control.left,.carousel-control.right {
	background: 0 0;
	background-image: none;
	filter: none
}

.heading-section {
	padding-bottom: 1em;
	margin-bottom: 5em
}

.heading-section:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	height: 2px;
	background: #00a2ff
}

.heading-section h3 {
	font-size: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative
}

#kratos-photos .kratos-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 10px
}

@media screen and (max-width:768px) {
	#kratos-photos .kratos-lead {
		font-size: 35px
	}
}

#kratos-photos .kratos-sub-lead {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300
}

#kratos-photos .kratos-photos-item {
	display: block;
	width: 100%;
	position: relative;
	background: #fff;
	overflow: hidden;
	z-index: 9;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 3px 8px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 3px 8px 0 rgba(0,0,0,.1);
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.1);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#kratos-photos .kratos-photos-item img {
	z-index: 8;
	opacity: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#kratos-photos .kratos-photos-item .kratos-text {
	padding: 30px 10px 10px 20px;
	text-align: center
}

#kratos-photos .kratos-photos-item .kratos-text h2,#kratos-photos .kratos-photos-item .kratos-text span {
	text-decoration: none!important
}

#kratos-photos .kratos-photos-item .kratos-text h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
	color: #484c50
}

#kratos-photos .kratos-photos-item .kratos-text span {
	color: #b3b3b3;
	font-size: 16px;
	font-weight: 400
}

#kratos-photos .kratos-photos-item .kratos-text p {
	color: #85919d;
	font-size: 1em;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

#kratos-photos .kratos-photos-item:focus,#kratos-photos .kratos-photos-item:hover {
	-webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
	box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
	text-decoration: none
}

#kratos-photos .kratos-photos-item:focus img,#kratos-photos .kratos-photos-item:hover img {
	opacity: .7
}

#kratos-photos .kratos-photos-item:focus h2,#kratos-photos .kratos-photos-item:focus span,#kratos-photos .kratos-photos-item:hover h2,#kratos-photos .kratos-photos-item:hover span {
	text-decoration: none!important
}

#kratos-photos .kratos-photos-item:focus p,#kratos-photos .kratos-photos-item:hover p {
	color: #484c50
}

#kratos-projects .kratos-label {
	display: block
}

#kratos-projects .kratos-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 40px
}

@media screen and (max-width:768px) {
	#kratos-projects .kratos-lead {
		font-size: 35px
	}
}

#kratos-projects .kratos-feature {
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 100%
}

#kratos-projects .kratos-feature h3 {
	font-size: 24px;
	color: #484c50;
	margin-bottom: 10px;
	font-weight: 300
}

#kratos-projects .kratos-btn-action {
	width: 100%;
	float: left
}

@media screen and (max-width:992px) {
	#kratos-projects .kratos-btn-action {
		width: 100%;
		text-align: center
	}

	#kratos-projects .kratos-feature-image img {
		max-width: 100%
	}
}

#kratos-host .price-box {
	background: #fff;
	border: 2px solid #ECEEF0;
	text-align: center;
	font-size: 14px;
	padding: 30px;
	margin-bottom: 40px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

#kratos-host .price-box p {
	font-size: 14px
}

#kratos-host .price-box a:hover {
	text-decoration: none!important;
	color: #fff!important
}

#kratos-host .price-box.popular {
	border: 2px solid #00a2ff
}

#kratos-host .price-box.popular .popular-text {
	top: 0;
	left: 55%;
	margin-left: -54px;
	margin-top: -2em;
	position: absolute;
	padding: 4px 20px;
	background: #00a2ff;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px
}

#kratos-host .price-box.popular .popular-text:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid #000;
	border-top-color: #00a2ff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent
}

#kratos-host .pricing-plan {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700
}

#kratos-host .price {
	font-size: 50px;
	color: #000;
	line-height: 20px
}

#kratos-host hr {
	margin-top: -10px
}

#kratos-host .price .currency {
	font-size: 20px;
	top: -1.2em
}

#kratos-host .price small {
	font-size: 16px
}

#kratos-host .pricing-info {
	padding: 0;
	margin: 0 0 30px 0
}

#kratos-host .pricing-info li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	text-align: center
}

#kratos-faqs .kratos-faq-list {
	margin: 0;
	padding: 0
}

#kratos-faqs .kratos-faq-list li {
	margin: 0 0 40px 0;
	padding: 0;
	line-height: 24px;
	list-style: none
}

@media screen and (max-width:768px) {
	#kratos-faqs .kratos-faq-list li {
		margin: 0 0 20px 0
	}
}

#kratos-faqs .kratos-faq-list li h2 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}

@media screen and (max-width:768px) {
	#kratos-faqs .kratos-faq-list li h2 {
		font-size: 26px
	}
}

#kratos-contact .contact-info {
	margin: 0;
	padding: 0
}

#kratos-contact .contact-info li {
	list-style: none;
	margin: 0 0 20px 0;
	position: relative;
	padding-left: 40px
}

#kratos-contact .contact-info li i {
	position: absolute;
	top: .3em;
	left: 0;
	font-size: 22px;
	color: rgba(0,0,0,.3)
}

#kratos-contact .contact-info li a {
	font-weight: 400!important;
	color: rgba(0,0,0,.3)
}

#kratos-contact .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
	border: 1px solid rgba(0,0,0,.1);
	font-size: 18px;
	font-weight: 400;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

#kratos-contact .form-control:active,#kratos-contact .form-control:focus {
	border-bottom: 1px solid rgba(0,0,0,.5)
}

#kratos-contact input[type=text] {
	height: 50px
}

#kratos-contact .form-group {
	margin-bottom: 30px
}

.kratos-testimonial {
	position: relative;
	background: #fff;
	padding: 4em 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 18px 88px -22px rgba(0,0,0,.58);
	-moz-box-shadow: 0 18px 88px -22px rgba(0,0,0,.58);
	box-shadow: 0 18px 88px -22px rgba(0,0,0,.58)
}

@media screen and (max-width:768px) {
	.kratos-testimonial {
		border-right: 0;
		margin-bottom: 80px
	}
}

.kratos-testimonial h2 {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 50px
}

.kratos-testimonial figure {
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -44px;
	margin-bottom: 20px;
	background-size: cover
}

.kratos-testimonial figure img {
	width: 88px;
	height: 88px;
	border: 10px solid #fff;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}

.kratos-testimonial blockquote {
	border: none;
	margin-bottom: 20px
}

.kratos-testimonial blockquote p {
	font-style: italic;
	font-size: 26px;
	line-height: 1.6em;
	color: #555
}

#kratos-blog .kratos-post {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 20px #DFDFDF;
	-moz-box-shadow: 0 0 20px #DFDFDF;
	-ms-box-shadow: 0 0 20px #DFDFDF;
	-o-box-shadow: 0 0 20px #DFDFDF;
	box-shadow: 0 0 20px #DFDFDF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#kratos-blog .kratos-post img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#kratos-blog .kratos-post:focus img,#kratos-blog .kratos-post:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

#kratos-blog .kratos-post .kratos-post-image {
	position: relative;
	overflow: hidden;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px
}

#kratos-blog .kratos-post .kratos-post-image .kratos-overlay {
	z-index: 1;
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

#kratos-blog .kratos-post .kratos-post-image .kratos-category {
	margin: 10px 0 0 15px;
	float: left;
	z-index: 2;
	position: absolute
}

#kratos-blog .kratos-post .kratos-post-image .kratos-category>a {
	font-size: 10px;
	padding: 2px 10px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #f2f2f2;
	margin: 0 4px 4px 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1
}

#kratos-blog .kratos-post .kratos-post-image .kratos-category>a:hover {
	color: #fff!important;
	background: #00a2ff;
	border: 1px solid #00a2ff
}

#kratos-blog .kratos-post .kratos-post-image .kratos-category>a:active,#kratos-blog .kratos-post .kratos-post-image .kratos-category>a:focus,#kratos-blog .kratos-post .kratos-post-image .kratos-category>a:hover {
	text-decoration: none
}

#kratos-blog .kratos-post .kratos-post-text {
	padding: 20px
}

#kratos-blog .kratos-post .kratos-post-text h3 {
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: 700
}

#kratos-blog .kratos-post .kratos-post-text h3 a {
	color: #000
}

#kratos-blog .kratos-post .kratos-post-text h3 a:hover {
	color: #1784fb
}

#kratos-blog .kratos-post .kratos-post-text h3 a:active,#kratos-blog .kratos-post .kratos-post-text h3 a:focus,#kratos-blog .kratos-post .kratos-post-text h3 a:hover {
	text-decoration: none
}

#kratos-blog .kratos-post .kratos-post-text p {
	font-size: 14px;
	margin-bottom: 0;
	color: #a6a6a6
}

#kratos-blog .kratos-post .kratos-post-text p:last-child {
	margin-bottom: 0!important
}

#kratos-blog .kratos-post .kratos-post-meta {
	border-top: 1px solid #f0f0f0;
	padding: 10px 20px;
	font-weight: 400
}

#kratos-blog .kratos-post .kratos-post-meta a {
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 20px;
	color: #b3b3b3
}

#kratos-blog .kratos-post .kratos-post-meta a i {
	display: inline-block;
	margin-right: 5px
}

#kratos-blog .kratos-post .kratos-post-meta a:active,#kratos-blog .kratos-post .kratos-post-meta a:focus,#kratos-blog .kratos-post .kratos-post-meta a:hover {
	text-decoration: none
}

#kratos-blog .kratos-post .kratos-post-meta a:hover {
	color: #000
}

#kratos-start-project-section {
	padding: 7em 0;
	background: #F64E8B
}

#kratos-start-project-section h2 {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 300
}

@media screen and (max-width:768px) {
	#kratos-start-project-section h2 {
		font-size: 30px
	}
}

#kratos-start-project-section a:active,#kratos-start-project-section a:focus,#kratos-start-project-section a:hover {
	color: #fff!important
}

.kratos-social-icons>a {
	padding: 4px 14px;
	color: #00a2ff
}

.kratos-social-icons>a i {
	font-size: 30px
}

.kratos-social-icons>a:active,.kratos-social-icons>a:focus,.kratos-social-icons>a:hover {
	text-decoration: none;
	color: #5a5a5a
}

.form-control {
	box-shadow: none;
	background: 0 0;
	border: 2px solid rgba(0,0,0,.1);
	height: 54px;
	font-size: 18px;
	font-weight: 300
}

.comments-area {
	margin-bottom: -14px;
	margin-top: 15px;
	word-break: break-all;
	word-wrap: break-word
}

.comments-area img {
	max-width: 100%;
	height: auto
}

.comments-title {
	margin: 0;
	font-size: 24px;
	padding: 30px;
	border: 1px solid #e0e0e0;
	background-color: #fff
}

.comments-area ol {
	list-style: none
}

.comments-area ol {
	padding: 0
}

.comments-area ol li {
	margin-top: 15px
}

.comments-area .children {
	padding-left: 20px
}

.comment-author .avatar {
	position: absolute;
	border-radius: 50%
}

.comment-author .fn,.comment-awaiting-moderation,.commentmetadata {
	margin-left: 60px
}

.commentmetadata {
	font-size: 12px;
	margin-bottom: 10px
}

.commentmetadata a {
	color: #848484
}

.comment-body p {
	color: #333;
	margin-bottom: 0
}

.comment-body {
	padding: 20px 20px 15px 20px;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	background-color: #fff;
	margin-bottom: 15px
}

.says {
	display: none
}

.reply {
	text-align: right
}

.comment-reply-link {
	padding: 5px;
	padding: .2em .5em .3em;
	background-color: #999;
	color: #fff;
	font-size: 11px;
	-webkit-transition: all .4s;
	transition: all .4s
}

a.comment-reply-link:focus,a.comment-reply-link:hover {
	background-color: #666;
	color: #fff!important
}

a.comment-reply-link {
	text-decoration: none
}

a.comment-reply-link:hover {
	color: #000;
	box-shadow: 0 0 1px #505050
}

.comments-area a.url {
	text-decoration: underline
}

.comment-metadata a,.comments-area a.url {
	color: #444;
	text-decoration: none
}

.comment-respond {
	margin-top: 60px;
	margin: 0 0 14px;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	border-radius: 0;
	padding: 20px 20px 8px 20px
}

.comment-form .form-submit {
	margin-top: 30px
}

#comments-nav {
	text-align: center;
	margin: 0 0 15px
}

#comments-nav a {
	padding: 5px 10px;
	border: 1px solid #eee;
	background-color: #eee;
	color: #777
}

#comments-nav a:hover {
	border: 1px solid #00a2ff;
	background-color: #00a2ff;
	color: #fff!important
}

#comments-nav span.current {
	font-weight: 700;
	border: 1px solid #00a2ff;
	background-color: #00a2ff;
	padding: 5px 10px;
	color: #fff
}

#respond .input-group-addon i {
	width: 20px
}

#respond .form-control {
	box-shadow: none;
	background: 0 0;
	border: 1px solid #ccc;
	height: auto;
	font-size: 14px;
	font-weight: 300;
	border-radius: 0
}

#respond .input-group-addon {
	border-radius: 0
}

.comment-form .form-control-feedback {
	line-height: 40px;
	color: #848484
}

.comment-form .input-group {
	width: 100%;
	margin-top: 10px
}

.comment-form .btn-primary {
	width: 100%;
	border-radius: 0
}

.comment-form .comment-author {
	margin-top: 10px
}

.comment-form .logged-in-as a {
	color: #848484
}

#kratos-widget-area .widget {
	margin: 0 0 20px;
	padding: 22px;
	border: 1px solid #e6e1e1;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	border-radius: 6px;
	background: #fff;
}

#kratos-widget-area .amadeus_about {
	padding: 0
}

#kratos-widget-area .widget_kratos_poststab {
	padding: 15px 30px
}

.widget img {
	max-width: 100%;
	height: auto
}

.widget a {
      color: #666;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
	font-size: 14px;
	font-weight: 500;

}

.widget a:hover {
	color: #fff;
}

.widget li {
  /*	padding-top: 2px;
	padding-bottom: 2px;*/
	display: inline-block;
	  white-space: nowrap;
	  width: 100%;
	  overflow: hidden;
	  text-overflow:ellipsis;
	   transition: All 0.2s ease-in-out;
                    -webkit-transition: All 0.2s ease-in-out;
                    -moz-transition: All 0.2s ease-in-out;
                    -o-transition: All 0.2s ease-in-out;
}

.widget li:hover {
    transform: translate(6px, 0);
                    -webkit-transform: translate(6px, 0);
                    -moz-transform: translate(6px, 0);
                    -o-transform: translate(6px, 0);
                    -ms-transform: translate(6px, 0);

}
.widget li:hover  a{
    color: #3F82FC;
}

.widget_recent_entries li:hover:before{
    color: #3F82FC;
}
.views-box li:hover:before{
    color: #fff;
}

.widget .children {
	padding-left: 30px
}

.tab-content {
	margin: 0 0 -18px
}

.tab-content .list-group a:last-child,.widget_kratos_poststab .tab-content .list-group a:nth-last-child(2) {
	border-bottom: none
}

#kratos-widget-area .widget-title {
	position: relative;
	margin: 0 0 15px 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 16px;
}

#kratos-widget-area .widget-title::after {
	/*position: absolute;
	left: 0;
	bottom: 0;
	height: 2.5px!important;
	width: 73px;
	background-color: #00a2ff;
	content: ''
	*/

	position: absolute;
    left: -16px;
    top: 4%;
    height: 16px!important;
    width: 73px;
    background-color: #3F82FC;
    content: '';
    width: 4px;
}

#kratos-widget-area .widget_kratos_tags .widget-title::after {
/*	height: 2px!important*/
}

.widget select {
	max-width: 100%
}

.widget_archive ul,.widget_categories ul,.widget_pages ul,.widget_recent_comments ul,.widget_recent_entries ul {
	list-style: none;
	padding: 0
}

.widget_archive li::before,.widget_categories li::before,.widget_pages li::before,.widget_recent_comments li::before,.widget_recent_entries li::before {
	font-family: Fontawesome;
	font-size: 15px
}

.widget_recent_entries li::before {
	/*content: '\f040';*/
	content: '●';
	margin-right: 7px;
	    color: #999;
}

.widget_archive li::before {
	content: '\f133';
	margin-right: 8px
}

.widget_pages li::before {
	content: '\f016';
	margin-right: 8px
}

.widget_recent_comments li::before {
	content: '\f0e5';
	margin-right: 8px
}

.widget_categories li::before {
	content: '\f114';
	margin-right: 8px
}


.tag_clouds a {
	display: inline-block;
	margin: 0 6px 10px 0;
	padding: 4px 12px;
	border: 1px solid #f0f0f0;
	color: #fff;
/*	text-transform: uppercase;*/
	line-height: 19px;
	font-size: 13px!important
}

.amadeus_recent_comments ul,.amadeus_recent_posts_widget ul {
	list-style: none;
	padding: 0
}

.recent-comment img {
	margin-right: 15px;
	float: left
}

.amadeus_recent_posts_widget .recent-thumb {
	padding-left: 0
}

.amadeus_recent_posts_widget .col-md-12,.amadeus_recent_posts_widget .col-md-9 {
	padding: 0
}

.amadeus_recent_posts_widget .post-date,.widget_recent_entries .post-date {
	color: #9d9d9d;
	font-size: 12px
}

.amadeus_recent_posts_widget h4 {
	margin: 0 0 8px
}

.amadeus_recent_comments .list-group-item,.amadeus_recent_posts_widget .list-group-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea
}

.amadeus_recent_comments .list-group-item:last-of-type,.amadeus_recent_posts_widget .list-group-item:last-of-type {
	border-bottom: 0
}

.photo-wrapper {
	width: 100%
}

.photo-wrapper img {
	margin: -50px 0 0;
	max-height: 90px;
	border: rgba(255,255,255,.4) 4px solid;
	border-radius: 50%
}

.photo-background {
	height: 120px
}

.amadeus_about p {
	margin-bottom: 1em;
	font-size: 16px;
	margin: 0
}

.widget_categories ul {
	margin-bottom: 1em;
	font-size: 16px
}

.amadeus_about .textwidget {
	margin: 10px 30px 30px
}

.widget_kratos_ad img {
	max-width: 300px;
	height: auto
}

.widget_kratos_search input {
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 0
}

.widget_kratos_search .form-group {
	margin-bottom: 0
}

#tabul li {
	border-bottom: 3px solid #f2f2f2;
	list-style: none;
	text-align: center;
	font-size: 16px;
	cursor: pointer
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-bottom: none;
	border-radius: 0;
	color: #000
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	border: none
}

@media (min-width:768px) {
	.navbar-nav>li>a {
		padding: 30px 15px;
		padding-top: 30px;
		padding-bottom: 10px;
		font-weight: 600
	}
}

#tabul .active {
	position: relative;
	border-bottom: 3px solid #00a2ff;
	background-color: #fff;
	color: #000;
	cursor: default
}

.nav-tabs>li>a:focus,.nav-tabs>li>a:hover {
	border-color: #fff;
	background-color: #fff;
	color: #000!important
}

.tab-content .list-group a {
	overflow: hidden;
	border-bottom: 1px dashed #b4afaf;
	color: #666;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: color .3s;
	transition: color .3s
}

.list-group-item i {
	margin: 0 5px 0 0
}

.list-group-item:first-child {
	margin-top: 1px
}

.list-group-item {
	position: relative;
	display: block;
	margin-bottom: 0;
	padding: 8px 0;
	border: none;
	background-color: #fff
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
	background-color: #fff;
	color: #000!important
}

.kratos-post-meta span {
	font-size: 13px;
	color: #777
}

.kratos-post-meta span i:not(:first-child) {
	margin-left: 12px
}

@media screen and (max-width:992px) {
	.kratos-post-meta span {
		font-size: 12px
	}

	.kratos-post-meta span i:not(:first-child) {
		margin-left: 10px
	}

	.title-h2 {
		padding: 0 15px;
		font-size: 18px
	}
}

@media screen and (max-width:768px) {
	.kratos-post-meta span {
		font-size: 9pt
	}

	.kratos-post-meta span i:not(:first-child) {
		margin-left: 5px
	}
}

.kratos-hentry {
	margin: 0 0 15px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	border-radius: 6px;
    border: 1px solid #e6e1e1;
}

.container article:last-of-type {
	margin: 0 0 0
}

.kratos-post-nav {
	padding: 10px 20px 10px 20px;
	color: #5a5a5a
}

.kratos-post-nav a {
	color: #5a5a5a
}

.kratos-post-header-title {
	color: #1c1c1c;
	-webkit-transition: color .3s;
	transition: .3s;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5;
	margin: 20px
}

.kratos-post-inner {
	padding: 30px 15px 18px 15px
}

.kratos-post-inner-new {
	margin-left: 255px;
/*	height: 160px;*/
	padding:12px 15px 0 3px;
}

.kratos-post-inner-new header .label {
	position: relative;
	display: inline-block;
	padding: 4px 6px 3px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	background-color: #8eb9f5;
	margin-right: 5px;
	position: relative;
	top: -2px;
	border-radius: 0
}

@media screen and (max-width:768px) {
	.kratos-post-inner-new header .label {
		display: none
	}
}

.kratos-post-inner-new header .label .label-arrow {
	position: absolute;
	width: 0;
	height: 0;
	vertical-align: top;
	content: "";
	top: 6px;
	right: -4px;
	border-left: 4px solid #8eb9f5;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent
}

.kratos-post-inner-new header .label:hover {
	color: #fff!important
}

.kratos-post-content,.kratos-post-content-l {
	margin: 10px 10px
}

.kratos-post-content a {
	color: #00a2ff
}

.kratos-post-content p {
	margin-bottom: 1em;
	font-size: 16px;
	color: #333
}

.kratos-post-content img {
	height: auto;
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	border-radius: 2px
}

.kratos-post-content embed {
	max-width: 100%
}

@media screen and (max-width:768px) {
	.kratos-post-content embed {
		max-width: 100%;
		height: auto
	}
}

.kratos-entry-footer {
	color: #9d9d9d;
	margin-top: 25px;
	margin: 10px 10px
}

.kratos-entry-footer .footer-tag a {
	background-color: #aaa;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 2px 5px;
	margin-top: 20px;
	padding: 4px 7px 3px;
	position: relative;
	text-transform: uppercase
}

.kratos-entry-footer {
	margin: 10px;
	margin-top: 25px;
	border-top: 1px solid #eee;
	color: #9d9d9d
}

.kratos-entry-footer .footer-tag a {
	position: relative;
	display: inline-block;
	margin: 0 0 2px 5px;
	margin-top: 20px;
	padding: 3px 7px;
	border-radius: 0;
	background-color: #aaa;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px
}

.kratos-entry-footer .footer-tag a:focus,.kratos-entry-footer .footer-tag a:hover {
	color: #fff!important
}

.kratos-entry-footer .footer-tag a:hover {
	background: #8d8d8d
}

.kratos-entry-footer .post-like-donate {
	margin-top: 20px
}

.kratos-entry-footer .post-like-donate a {
	display: inline-block;
	margin: 0 2px;
	width: 130px;
	height: 35px;
	border: 1px solid #e87461;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: #e87461;
	text-align: center;
	text-decoration: none;
	font-size: 14.5px;
	line-height: 34px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.kratos-entry-footer .post-like-donate a:focus {
	color: #e87461!important
}

.kratos-entry-footer .post-like-donate .Donate {
	margin-left: 10px;
	border-color: #3496e6;
	color: #3496e6
}

.kratos-entry-footer .post-like-donate .Donate:focus {
	color: #3496e6!important
}

.kratos-entry-footer .post-like-donate .Donate:hover {
	background-color: #3496e6;
	color: #fff!important
}

.kratos-entry-footer .post-like-donate .Love:hover {
	background: #e87461;
	color: #fff!important
}

.kratos-entry-footer .post-like-donate .Share {
	border-color: #78ce79;
	color: #78ce79
}

.kratos-entry-footer .post-like-donate .Share:focus {
	color: #78ce79!important
}

.kratos-entry-footer .post-like-donate .Share:hover {
	background-color: #78ce79;
	color: #fff!important
}

.kratos-entry-footer .post-like-donate .weixin:focus {
	color: #38ad5a!important
}

.kratos-entry-footer .post-like-donate .facebook:focus {
	color: #3e569b!important
}

.kratos-entry-footer .post-like-donate .googleplus:focus {
	color: #f63e28!important
}

.kratos-entry-footer .post-like-donate .twitter:focus {
	color: #55acee!important
}

@media screen and (max-width:768px) {
	.kratos-entry-footer .post-like-donate a {
		width: 75pt;
		height: 31px;
		font-size: 13px;
		line-height: 29px
	}

	.share-plain {
		width: 30px!important;
		height: 30px!important;
		font-size: 14px
	}

	.share-plain .icon-wrap {
		width: 29px;
		height: 29px;
		line-height: 29px
	}
}

@media screen and (max-width:530px) {
	.kratos-entry-footer .post-like-donate a {
		width: 5pc
	}

	.kratos-entry-footer .footer-tag a {
		padding: 2px 4px
	}

	.copyright h5 {
		font-size: 13px
	}
}

@media screen and (max-width:450px) {
	.kratos-entry-footer .post-like-donate a {
		width: 70px;
		height: 31px;
		font-size: 13px;
		line-height: 29px
	}
}

@media screen and (max-width:415px) {
	.kratos-entry-footer .post-like-donate a {
		width: 65px;
		height: 31px;
		font-size: 9pt;
		line-height: 29px
	}
}

.kratos-entry-footer .post-like-donate .post-like-donate-count {
	position: absolute;
	margin: -8px 0 0 -26px;
	width: 50px;
	height: 50px;
	border: 4px solid #fff;
	border-radius: 40px;
	background: #00a2ff;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 40px
}

.govimg {
	display: inline-block
}

.govimg {
	margin-top: -4px;
	margin-right: 6px;
	width: 14px;
	height: 1pc;
	background: url(images/icon-police.png) 0 0 no-repeat;
	vertical-align: middle
}

.share-wrap {
	display: block;
	margin: 10px 0 -20px
}

.share-plain,.share-wrap {
	position: relative;
	text-align: center
}

.share-plain {
	display: inline-block!important;
	box-sizing: border-box;
	margin: 4px 3px!important;
	padding: 0;
	width: 2pc!important;
	height: 2pc!important;
	border: 1px solid #bdc4d6;
	border-radius: 30px!important;
	color: #bdc4d6;
	white-space: nowrap;
	line-height: 30px!important;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.share-plain .icon-wrap {
	float: left;
	width: 2pc;
	height: 2pc;
	vertical-align: middle;
	text-align: center;
	line-height: 30px
}

.share-plain.weibo {
	border-color: #e6162d!important;
	color: #e6162d!important
}

.share-plain.twitter,.share-plain.weibo {
	border-width: 1px!important;
	background-color: transparent
}

.share-plain.twitter {
	border-color: #55acee!important;
	color: #55acee!important
}

.share-plain.facebook {
	border-color: #3e569b!important;
	color: #3e569b!important
}

.share-plain.facebook,.share-plain.googleplus {
	border-width: 1px!important;
	background-color: transparent
}

.share-plain.googleplus {
	border-color: #f63e28!important;
	color: #f63e28!important
}

.share-plain.weixin {
	border-color: #38ad5a!important;
	border-width: 1px!important;
	background-color: transparent;
	color: #38ad5a!important
}

.share-plain.pop:hover .share-int {
	display: block;
	opacity: 1
}

.share-plain .share-int {
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 8;
	display: none;
	margin-left: -110px;
	padding: 10px;
	width: 220px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	color: #555;
	text-align: center;
	opacity: .2;
	-webkit-transition: all .1s ease;
	transition: all .1s ease
}

@media screen and (max-width:768px) {
	.share-plain .share-int {
		margin-left: -75px;
		padding: 5px 15px;
		width: 150px
	}
}

.share-plain .share-int:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	display: block;
	margin-left: -25px;
	width: 50px;
	height: 20px;
	background: url(images/arrow.png) 0 0 no-repeat;
	background-size: 50px 20px;
	content: ''
}

.share-plain .share-int canvas,.share-plain .share-int img {
	margin: 15px 0 -6px;
	height: auto;
	max-width: 100%
}

.share-plain .share-int p {
	margin: 15px 0 0;
	color: #676767;
	white-space: normal;
	word-wrap: break-word;
	font-size: 14px;
	line-height: 1.5
}

@media screen and (max-width:768px) {
	.share-plain .share-int p {
		margin: 10px 0 5px;
		font-size: 10px
	}
	.indexads{
		display: none;
	}
}

img.wp-smiley {
	width: 18px!important;
	height: auto!important;
	vertical-align: middle!important;
	max-height: 2em!important;
	margin-top: -4px
}

img.size-smiley {
	margin-top: .5em;
	margin-left: 0;
	width: 22px!important;
	height: auto!important;
	vertical-align: middle!important;
	max-height: 2em!important
}

.comment-form-comment .smilies {
	margin: 5px 0
}

.comment-form-comment .smilies a {
	margin-right: 3px
}

.comment-form-comment .smilies img.wp-smiley {
	width: 24px!important;
	height: auto!important
}

.kratos-copyright img {
	margin-top: 20px
}

.kratos-copyright h5 {
	margin: 10px 10px 20px 10px
}

.kratos-copyright a {
	color: #5a5a5a
}

.kratos-entry-meta .byline {
	display: inline
}

.kratos-entry-meta .author:after,.kratos-entry-meta .posted-on:after {
	content: '/';
	margin: 0 15px
}

.kratos-entry-meta .author {
	margin-left: -2px
}

.kratos-entry-meta,.kratos-entry-meta a {
	color: #9d9d9d;
	text-decoration: none
}

.kratos-entry-meta a {
	-webkit-transition: color .3s;
	transition: .3s
}

.kratos-entry-meta a:hover {
	color: #618EBA
}

.kratos-entry-content p {
	font-size: 16px;
	word-break: break-all;
}

.kratos-entry-content-new p {
	font-size: 13px;
	word-break: break-all;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp:3;
  -webkit-box-orient: vertical;
  font-weight: 500;
   color: #999;
}

.kratos-entry-header {
	margin-bottom: 15px
}

.kratos-entry-title {
	margin: 0 0 15px;
	font-size: 24px
}

.kratos-entry-title-new {
	display: inline;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.kratos-entry-title a {
	color: #1c1c1c;
	-webkit-transition: color .3s;
	transition: .3s;
	text-decoration: none;
	font-size: 25px
}

.kratos-entry-title a:hover {
	color: #618EBA
}

.kratos-entry-thumb {
	text-align: center;
	position: relative
}

.kratos-entry-border-new .kratos-post-meta-new {
/*	padding: 8px 20px;
	border-top: 1px solid #F3F3F3;
	line-height: 27px;
	overflow: hidden;
	display: block;
	clear: both;*/
	font-size: 12px
}

.kratos-entry-thumb-new {
	position: relative;
	float: left;
	width: 220px;
	height: 145px;
	overflow: hidden;
	margin: 12px;
}

.kratos-entry-thumb-new img {
	padding: 2px;
	border: 1px solid #F3F3F3;
	height: 145px;
	width: 220px;
	border-radius: 10px;
	  transition: All 0.2s ease-in-out;
                    -webkit-transition: All 0.2s ease-in-out;
                    -moz-transition: All 0.2s ease-in-out;
                    -o-transition: All 0.2s ease-in-out;
}

.kratos-entry-thumb-new img:hover{
	 /* filter: alpha(opacity=70)
                    -moz-opacity: 0.7;
                    -khtml-opacity: 0.7;
                    opacity: 0.7;*/

                    -webkit-filter:opacity(70%);/* Chrome, Safari, Opera */
                    -moz-filter:opacity(70%);
                    -ms-filter:opacity(70%);
                    -o-filter:opacity(70%);
                     filter:opacity(70%);
}


.kratos-post-meta-new a {
	margin-right: 15px
}

.kratos-post-meta-new .read-more {
	margin-right: 0
}

.kratos-entry-header .kratos-post-meta a {
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 20px;
	color: #777676
}

.kratos-entry-header {
	margin-bottom: 0
}

.kratos-entry-header-new {
	margin: 3px 0 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	max-height: 25px
}

.kratos-entry-thumb img {
	height: auto;
	max-width: 100%;
	width: 750px
}

@media screen and (max-width:1200px) {
	.kratos-entry-content-new {
		height: 80px;
		overflow: hidden;
		text-overflow: ellipsis
	}

}

@media screen and (max-width:992px) {
	.kratos-entry-content-new {
		height: auto;
		overflow: hidden;
		text-overflow: ellipsis
	}
}

@media screen and (max-width:768px) {
	.kratos-entry-thumb-new {
		position: relative;
	/*	float: none;*/
		width: 185px;
		height: 115px;
		overflow: hidden;
		padding: 0;
	/*	margin: 0;
		margin-bottom: 20px*/
	}

	.kratos-entry-thumb-new img {
		height: 100%;
		max-width: 100%;
		width: 750px;
		padding: 0;
		border: 0
	}

	.kratos-post-inner-new {
	/*	margin-left: 0;
		height: auto;
		padding: 0 20px*/
		padding: 10px 15px 0 3px;
	}

	.kratos-post-meta-new .read-more {
		margin-right: 8px
	}

	.kratos-entry-content-new {
		height: auto
	}

	.kratos-post-meta-new a {
		margin-right: 10px
	}


	.kratos-entry-content-new p {

    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
	.kratos-post-inner-new {
    margin-left: 0px;

}

}

.video-container:not(:first-child) {
	margin-top: 15px
}

.video-container {
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0
}

.video-container embed,.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media (max-width:992px) {
	.kratos-post-content h2 {
		margin: 15px -23px;
		padding: 0 18px
	}
}

.kratos-post-content h2 {
	margin: 15px -25px;
	padding: 0 25px;
	border-left: 5px solid #00a2ff;
	background-color: #f7f7f7;
	font-size: 18px;
	line-height: 40px
}

#nav-posts .page-numbers {
	max-width: 50%;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 20px 30px;
	border-radius: 0
}

@media screen and (max-width:768px) {
	#nav-posts .page-numbers {
		max-width: 50%;
		background-color: #fff;
		border: 1px solid #e0e0e0;
		padding: 8px 13px;
		border-radius: 0
	}
}

/*.post-navigation .nav-previous a {
	color: #5a5a5a
}

.post-navigation .nav-next a {
	color: #5a5a5a
}
*/

.navigation {
    color: #545454;
    font-weight: bold;
    font-size: 15px;
    padding-top: 26px;
}

.nav-previous a {
	color: #3F82FC;
	font-size: 14px;
	font-weight: normal;
}

 .nav-next a {
	color: #3F82FC;
	font-size: 14px;
	font-weight: normal;
}
.post-navigation .nav-previous{
	margin-bottom: 10px;
}

.nav-previous, .nav-next{overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

/*.post-navigation .nav-previous {
	float: left;
	text-align: left;
	max-width: 50%;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	padding: 7px 18px
}*/

/*.post-navigation .nav-next {
	float: right;
	text-align: right;
	max-width: 50%;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	padding: 7px 18px
}*/

#footer {
	/*background: #23282D;*/
	padding: 16px 0 16px;
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-ms-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	-o-box-shadow: 0 5px 15px rgba(0,0,0,.15);
	box-shadow: 0 5px 15px rgba(0,0,0,.15);

}

#footer p {
color: rgb(28, 26, 26);
   /* letter-spacing: 1px;*/
    font-size: 12px;
    text-transform: uppercase;
    font-weight: unset;
}

#footer p a {
	color: rgb(28, 26, 26);
}

.cd-tool a {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 30px;
	opacity: .7;
	background: #848484;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	white-space: nowrap;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 2;

}

@media screen and (max-width:768px) {
	.cd-tool a {
		width: 45px;
		height: 45px;
		right: 20px
	}
	.hotslip{
		display: none;
	}
}

.cd-gb-a {
	bottom: 152px
}

.cd-gb-b {
	bottom: 96px
}

.cd-gb-a span,.cd-gb-b span {
	margin-top: 16px;
	color: #fff;
	font-size: 20px
}

.cd-weixin {
	bottom: 96px
}

.cd-weixin span {
	margin-top: 16px;
	color: #fff;
	font-size: 20px
}

.cd-weixin img {
	position: fixed;
	right: 100px;
	bottom: 45px;
	width: 150px;
	height: 150px
}

#weixin-pic {
	/*display: none*/
}

.cd-top {
	bottom: 40px;
visibility: hidden;
/*visibility: visible;*/
	overflow: hidden
}

.cd-top span {
	margin-top: 15px;
	color: #fff;
	font-size: 18px
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: .7
}

.cd-gb.cd-fade-out,.cd-top.cd-fade-out,.cd-weixin.cd-fade-out {
	opacity: .7
}

.no-touch .cd-top:hover {
	background-color: #3fcc9d;
	opacity: 1
}

.no-touch .cd-weixin:hover {
	background-color: #44B549;
	opacity: 1
}

.no-touch .cd-gb-a:hover,.no-touch .cd-gb-b:hover {
	background-color: #ED2A2F;
	opacity: 1
}

.btn {
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.btn:active,.btn:focus,.btn:hover {
	background: #0097ee!important;
	color: #fff;
	outline: 0!important
}

.btn.btn-sm {
	font-size: 14px
}

.btn.btn-primary {
	background: #00a2ff;
	color: #fff;
	border: none!important;
	border: 2px solid transparent!important
}

.btn.btn-primary:active,.btn.btn-primary:focus,.btn.btn-primary:hover {
	box-shadow: none;
	background: #00a2ff;
	color: #fff!important
}

.btn.btn-star {
	color: #fff;
	border: 2px solid #fff
}

.btn.btn-star:active,.btn.btn-star:focus,.btn.btn-star:hover {
	background: #00a2ff!important;
	border: 2px solid #00a2ff;
	color: #fff
}

.downbtn {
	padding: 10px 26px;
	border: 1px solid #3e92cc;
	background: #3e92cc;
	color: #fff!important;
	line-height: 3
}

.downbtn:hover {
	background: #3A89C1;
	color: #fff!important
}

.downbtn:focus {
	text-decoration: none;
	color: #fff!important
}

.downbtn:not(:first-child) {
	margin-left: 10px
}

.downcloud {
	border: 1px solid #16BAC5
}

.downcloud,.downcloud:focus {
	background: #16BAC5
}

.downcloud:hover {
	background: #1399A2
}

@media screen and (max-width:768px) {
	.downbtn {
		padding: 9px 1pc;
		font-size: 14px
	}

	.cd-top span {
		margin-top: 13px
	}
}

@media screen and (max-width:450px) {
	.downbtn {
		padding: 8px 1pc
	}
}

@media screen and (max-width:415px) {
	.downbtn {
		padding: 8px 13px
	}
}

.pagination>li>a {
	color: #626262;
	font-size: 13px;
}

.pagination>.current-menu-item>a {
	background-color: #00a2ff;
	border-color: #00a2ff
}

.view-more-1 {
	margin-top: 3em;
	padding: 1em 5em
}

.view-more-2 {
	margin-top: -10px;
	padding: 1em 5em
}

@media screen and (max-width:768px) {
	.view-more-1 {
		margin-top: 0;
		padding: 1em 5em
	}
}

.js .animate-box {
	opacity: 0
}

#kratos-wrapper {
	overflow-x: hidden;
	position: relative
}

.kratos-offcanvas {
	overflow: hidden
}

.kratos-offcanvas #kratos-wrapper {
	overflow: hidden!important
}

#kratos-page {
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.kratos-offcanvas #kratos-page {
	-moz-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	transform: translateX(-240px)
}

@media screen and (max-width:768px) {
	#kratos-menu-wrap {
		display: none
	}

}

#offcanvas-menu {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 99;
	background: #222;
	right: -240px;
	width: 240px;
	/*padding: 20px;*/
	overflow-y: scroll!important;
	min-height: 100%;
}

#offcanvas-menu ul {
	padding: 0;
	margin: 0
}

#offcanvas-menu ul li {
	padding: 0;
	/*margin: 0 0 10px 0;*/
	list-style: none;
	text-align: center;
	padding: 10px 0;
}
#offcanvas-menu ul li:first-child {
	margin-top: 50px;
}

#offcanvas-menu ul li a {
	font-size: 16px;
	color: rgba(255,255,255,.4)
}

#offcanvas-menu ul li a:hover {
	color: #fff;
}

#offcanvas-menu ul li a:active {
	color: #fff;
}
#offcanvas-menu ul li a:visited {
	color: #fff !important;
}
#offcanvas-menu ul li>.sub-menu {
	margin-top: 9px;
	padding-left: 20px
}

#offcanvas-menu ul li.current-menu-item>a {
/*	color: #00a2ff*/
color: #fff;
}

#offcanvas-menu ul .sub-menu {
	display: block!important
}

.kratos-nav-toggle {
	cursor: pointer;
	text-decoration: none
}

.kratos-nav-toggle.current-menu-item i::after,.kratos-nav-toggle.current-menu-item i::before {
	background: #fff
}

.kratos-nav-toggle.dark.current-menu-item i::after,.kratos-nav-toggle.dark.current-menu-item i::before {
	background: #fff
}

.kratos-nav-toggle:active,.kratos-nav-toggle:focus,.kratos-nav-toggle:hover {
	outline: 0;
	border-bottom: none!important
}

.kratos-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	width: 30px;
	height: 2.5px;
	color: #fff;
	font: 700 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #fff;
	transition: all .2s ease-out
}

.kratos-nav-toggle i::after,.kratos-nav-toggle i::before {
	content: '';
	width: 30px;
	height: 2.5px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.kratos-nav-toggle.dark i {
	position: relative;
	color: #000;
	background: #000;
	transition: all .2s ease-out
}

.kratos-nav-toggle.dark i::after,.kratos-nav-toggle.dark i::before {
	background: #000;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.kratos-nav-toggle i::before {
	top: -7px
}

.kratos-nav-toggle i::after {
	bottom: -7px
}

.kratos-nav-toggle:hover i::before {
	top: -10px
}

.kratos-nav-toggle:hover i::after {
	bottom: -10px
}

.kratos-nav-toggle.current-menu-item i {
	background: 0 0
}

#offcanvas-menu ul li.current-menu-item {
   color: #fff;
   background: #494949;
}


.kratos-nav-toggle.current-menu-item i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.kratos-nav-toggle.current-menu-item i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}

.kratos-nav-toggle {
	position: absolute;
	top: 0;
	left:  0;
	z-index: 9999;
	display: block;
	margin: 0 auto;
	display: none;
	cursor: pointer
}

@media screen and (max-width:768px) {
	.kratos-nav-toggle {
		display: block;
		top: 0;
		margin-top: 0.5em;
	}
	h1#kratos-logo-img {
     display: block;
    float: left;
    margin: 0.2em 0 0 42%;
}
}

@media screen and (max-width:480px) {
	.col-xxs-12 {
		float: none;
		width: 100%
	}
}

.row-bottom-padded-lg {
	padding-bottom: 7em
}

@media screen and (max-width:768px) {
	.row-bottom-padded-lg {
		padding-bottom: 2em
	}
}

.row-top-padded-lg {
	padding-top: 7em
}

@media screen and (max-width:768px) {
	.row-top-padded-lg {
		padding-top: 2em
	}
}

.row-bottom-padded-md {
	padding-bottom: 4em
}

@media screen and (max-width:768px) {
	.row-bottom-padded-md {
		padding-bottom: 2em
	}
}

.row-top-padded-md {
	padding-top: 4em
}

@media screen and (max-width:768px) {
	.row-top-padded-md {
		padding-top: 2em
	}
}

.row-bottom-padded-sm {
	padding-bottom: 2em
}

@media screen and (max-width:768px) {
	.row-bottom-padded-sm {
		padding-bottom: 2em
	}
}

.row-top-padded-sm {
	padding-top: 2em
}

@media screen and (max-width:768px) {
	.row-top-padded-sm {
		padding-top: 2em
	}
}

.border-bottom {
	border-bottom: 1px solid rgba(0,0,0,.06)
}

.lead {
	line-height: 1.8
}

.no-js #loader {
	display: none
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0
}

#sidebar {
	margin-bottom: 10px
}

.affix-top {
	position: relative
}

.affix {
	top: 29px
}

.affix,.affix-bottom {
	width: 293.31px
}

.affix-bottom {
	position: absolute
}

@media (min-width:1200px) {
	.affix,.affix-bottom {
		width: 360px
	}
}

.kratos-theme-post {
	background: #fff;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 30px
}

.kratos-theme-post:hover {
	-webkit-box-shadow: 0 0 15px #ccc;
	-moz-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc
}

.kratos-theme-post .image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 10px
}

.kratos-theme-post .category {
	margin-top: 19px;
	position: absolute;
	right: 36px
}

.kratos-theme-post .category a:hover {
	color: #626262!important
}

.kratos-theme-post .cate-bk {
	display: inline-block;
	width: 30px;
	height: 29px;
	background-image: url(../images/download.png);
	background-size: 30px 29px;
	text-indent: -999em
}

.kratos-theme-post h2 {
	margin: 0
}

.kratos-theme-post h2 a {
	display: block;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.kratos-theme-post h2 a:hover {
	color: #626262!important
}

.kratos-theme-post .author,.kratos-theme-post .date {
	height: 40px;
	line-height: 40px
}

.kratos-theme-post .date {
	float: left;
	overflow: hidden;
	margin-left: 5px;
	color: #a3a3a3;
	text-align: left;
	white-space: nowrap;
	font-size: 14px
}

.kratos-theme-post .image .open-single-frame {
	display: block;
	padding-top: 0
}

.kratos-theme-post .info-wrap {
	height: auto;
	padding: 10px 20px 20px
}

.kratos-theme-post .image {
	height: auto;
	border-bottom: 1px solid #ebebeb
}

.kratos-theme-post .title {
	font-size: 26px;
	color: #000;
	font-weight: 400;
	height: auto;
	line-height: 1.5
}

.kratos-theme-post .update-time {
	font-size: 16px;
	color: #7f7f7f;
	text-align: left;
	white-space: nowrap;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis
}

.btn.btn-star {
	border: 1px solid #fff
}

.btn.btn-star:active,.btn.btn-star:focus,.btn.btn-star:hover {
	border: 1px solid #00a2ff
}

#kratos-blog .kratos-post .kratos-post-text p {
	color: #333
}

#kratos-blog .kratos-post .kratos-post-meta {
	padding: 6px 20px
}

#kratos-photos .kratos-photos-item {
	border-radius: 0
}

#kratos-blog .kratos-post .kratos-post-image .kratos-overlay {
	background: rgba(0,0,0,.1)
}

#kratos-blog .kratos-post .kratos-post-image {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

#kratos-blog .kratos-post {
	border-radius: 0
}

.kratos-post-image img {
	display: block;
	width: 100%;
	height: 198px
}

.kratos-theme-post .abstract-text {
	text-align: center
}

.kratos-page-gray {
	background: #f5f5f5
}



@media (min-width:768px) {
	#kratos-photos .kratos-photos-item img,.kratos-post-image img {
		height: 180px
	}
}

@media (min-width:992px) {
	#kratos-photos .kratos-photos-item img,.kratos-post-image img {
		height: 170px
	}
}

@media (min-width:1200px) {
	#kratos-photos .kratos-photos-item img,.kratos-post-image img {
		height: 190px
	}
}

.linkpage ul:after {
	content: " ";
	clear: both;
	display: block
}

.linkpage li {
	float: left;
	width: 48%;
	position: relative;
	transition: all .3s ease-out;
	border-radius: 5px;
	line-height: 1.3;
	height: 90px;
	list-style: none
}

.linkpage h3 {
	margin: 15px -25px;
	padding: 0 25px;
	border-left: 5px solid #51aded;
	background-color: #f7f7f7;
	font-size: 25px;
	line-height: 40px
}

.linkpage li:hover {
	background: rgba(230,244,250,.5);
	cursor: pointer
}

.linkpage li a {
	padding: 0 10px 0 90px
}

.linkpage li a img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 15px;
	cursor: pointer
}

.linkpage li a h4 {
	color: #333;
	font-size: 18px;
	margin: 0 0 7px 0;
	padding-left: 90px;
	transition: .5s
}

.linkpage li a h4:hover {
	color: #51aded
}

.linkpage li a h4,.linkpage li a p {
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.4
}

.linkpage li a p {
	font-size: 12px;
	color: #999;
	padding-left: 90px
}

@media(max-width:460px) {
	.linkpage li {
		width: 97%
	}

	.linkpage ul {
		padding-left: 5px
	}
}



/* 自己添加的样式
*/



ul#kratos-primary-menu .current-menu-item {

    /*transform:skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform:skew(-20deg);
    -ms-transform:skew(-20deg);

    border-bottom: 4px solid #111212;
    */
     background-color: #494949;
}

ul#kratos-primary-menu li:hover {

   /* 	transition: all .2s;
    	transform:skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform:skew(-20deg);
    -ms-transform:skew(-20deg);
   */
      background-color: #494949;
      	transition: all .2s;
}
#main .kratos-hentry  div.kratos-entry-border-new:hover{

/*	border: 0.5px solid #00a3e8;*/
 -webkit-box-shadow: 0px 0px 3px 3px rgb(183, 179, 179);
  -moz-box-shadow: 0px 0px 3px 3px rgb(183, 179, 179);
  -webkit-box-shadow: 0px 0px 3px 3px rgb(183, 179, 179);
   	transition: .3s
}

h1#kratos-logo-img{
	margin: 0px;
	width: 120px;
	height: 40px;
	margin: 0.4em 2.6em 0 0;
}

#kratos-logo-img img {
   	width: 100%;
	height: 100%;
}


.carousel-indicators li{
	background: #fff;
	border-radius: 0px;
	border: none;
}

.carousel-indicators .active{
	background: #26263b;
	width: 10px;
	height: 10px;
	background: #0bbcf9;
    background: -webkit-gradient(linear,left top,right top,from(#0bbcf9),to(#0c75ee));
    background: linear-gradient(to right,#0bbcf9 0%,#0c75ee 100%);
}
@media screen and (min-width: 768px){
.carousel-indicators {
    bottom: 0px;
}
}

.right-banner  .right-banner-item{

/*	background: #000;*/
	overflow: hidden;
height: 130px;
	border-radius: 6px;
	position: relative;
	width: 260px;
    width: 100%;
}

/*.right-banner .right-banner-item a {
	display: block;
	overflow: hidden;
	height: 100%;
}*/
.right-banner .right-banner-item img {
	width: 100%;
	height: 100%;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transition: all 0.5s;
/*	opacity: .7;*/
}
.right-banner .right-banner-item:hover img {
	 -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
/*	opacity: 1*/
}
.right-banner .right-banner-item span {
	bottom: 0;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	margin-top: 5px;
	padding: 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 24px;
	height: 48px;
}
em {
    font-style: normal;
}
.right-banner-item a em, .ads a em{
	z-index: 10;
	font-size: 13px;
	height: 28px;
    line-height: 28px;
    position: absolute;
    top:0;
    left: 0;
    padding: 0 16px;
   /* background: rgba(19, 6, 6, 0.8);*/
    background: rgba(176, 36, 36, 0.8);
    color: #fff;
    border-radius: 0 0 6px 0;

}
.right-banner-item .mask{
	position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    background: rgba(0,0,0,0.2);

}
.right-banner-item:hover .mask {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000',endColorstr='#00000000');
    background: rgba(0,0,0,0);
}

.right-banner-item:hover {
    text-decoration: none;
}
.itemo{
	margin-bottom: 15px;
}


.kratos-cover, .kratos-start {
 display: none;
}

@media screen and (max-width: 1200px){
.right-banner  .right-banner-item{

	height: 105px;
}

}



@media screen  and (max-width: 1000px){

	h1#kratos-logo-img{
	    display: none;
	}

}




@media screen and (max-width: 990px){
.right-banner  .right-banner-item{

	height: 124px;
}




}
@media screen and (max-width: 768px){
.right-banner  .right-banner-item{
	height: auto;
}
.itemo{
	margin-bottom: 10px;
}

}

@media screen and (max-width: 520px){

.banner, .banner2{width:100%;}
.right-banner{
	padding-left: 15px;
}


.right-banner  .right-banner-item{

	border-radius: 6px;
     height: 100px;
     	border: box-sizing;
    width: 48%;
}
.itemo{	float: left;

	margin-bottom: 16px;
	margin-right: 4%;
}

	.kratos-entry-thumb-new {
		position: relative;
		width: 135px;
		height: 95px;
		overflow: hidden;
	}
.kratos-entry-border-new {
    padding: 12px;
}
.kratos-entry-border-new .kratos-post-meta-new {
    display: none;
}
.kratos-post-inner-new {
    margin-left: 150px;
}
.kratos-post-inner-new {

     height: 0px;
    padding: 0px;
}
.kratos-entry-thumb-new {

     margin: 0px;
}

}

span.visible-lg.visible-md.visible-sm.pull-left.times {
    float: left;
}

i.fa.fa-commenting {
   /* color: #3F82FC;*/
    	color: #c3c3c3;
}

i.fa.fa-youtube-play {
    /* color: #13ea4b;*/
    	color: #c3c3c3;
}
i.fa.fa-heart {
    /* color: #f6051c;*/
    	color: #c3c3c3;
}
i.fa.fa-cog {
    /* color: #0fdbf0;*/
    	color: #c3c3c3;
}
span.views {
	float: right;
}
.kratos-post-meta-new span a{
	color: #c3c3c3;
}


.tag_clouds a:nth-child(8n-7) {
	background: #8A9B0F
}

.tag_clouds a:nth-child(8n-6) {
	background: #EB6841
}

.tag_clouds a:nth-child(8n-5) {
	background: #3FB8AF
}

.tag_clouds a:nth-child(8n-4) {
	background: #FE4365
}

.tag_clouds a:nth-child(8n-3) {
	background: #FC9D9A
}

.tag_clouds a:nth-child(8n-2) {
	background: #EDC951
}

.tag_clouds a:nth-child(8n-1) {
	background: #C8C8A9
}

.tag_clouds a:nth-child(8n) {
	background: #6231f6
}

.tag_div ul li:nth-child(8n) {
	background: #ff7f00
}

.tag_clouds a:first-child {
	background: #036564
}

.tag_clouds a:last-child {
	background: #3299BB
}

.tag_clouds a:hover {
	border-radius: 0;
	text-shadow: #000 1px 1px 1px;
}

.tag_clouds {
    margin-top: 1.5em;
}


#page_search_left {
   width: 100%;
   display: none;
   padding-top: 1.8em;
   /*transition: all 0.5s ease-out;
   moz-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;*/

}

.searchdiv   {
    width: 50%;
    margin: auto;
   position: relative;
	background: #fff;
	border-radius: 30px;
	border: 1px solid #625d5d;

}

.d1 input {
    width: 90%;
    height: 32px;
    margin-left: 15px;
    border: none;
    border-radius: 30px;
    outline: none;
    background: transparent;
}

input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}
.d1 button {
  position: absolute;
  top: 0;
  right: 0px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  outline: none;
}

@media only screen and (min-width: 990px ) and (max-width:1200px){

}
@media only screen and (max-width: 990px) {
	.top-cont{display:none;
	}

}


.kratos-post-meta.text-center {
    margin: 22px 0;
}


table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
    background-color: #ff7f00;
    color: #fff;
    border-radius: 50%;
}

td.eventless {
    font-weight: 400;
}

table.em-calendar thead {
    font-weight: bolder;
}

.ads {
    overflow: hidden;
    position: relative;
   /* border: 1px solid #e6e1e1;
    border-radius: 6px;*/
}

.ads a img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
   /* transition: all 1s;*/
}


input,select,textarea,button{font-size:14px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}

.sf-menu li {
    padding: 3px 0;
}

.count-box{
	margin:0 0 33px;
	line-height: 3.5em;
	text-align: center;
	/*border-bottom: 1px  solid transparent;
	 font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
	  border-image: linear-gradient(60deg, #7A88FF, #7AFFAF) 1 10;*/
	  background-color: #fff;
	  box-shadow: 0 1px 2px rgba(0,0,0,.1);
    border-radius: 6px;
    border: 1px solid #e6e1e1;
}
.count-box .count-title{
	float: left;
	font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    /*  border-radius: 22px 1px;
     background-image: linear-gradient(60deg, #7A88FF, #7AFFAF);*/
   color: #333;
   margin-left: 14px;

}
.count-title:before {
    content: '';
    border-left: 4px solid #3F82FC;
    padding-right: 14px;
    display: inline-block;
    width: 0;
    height: 17px;
    vertical-align: top;
    margin-top: 23%;
}
.count-box  .count-num{
	float: right;
	font-size: 1.3rem;
    font-weight: normal;
    padding-right: 14px;
}
.count-num .spant{
    color: #fff;
     background-image: linear-gradient(60deg, #7A88FF, #7AFFAF);
     border-radius: 20%;
     padding: 3px 5px;
}

.mbx-dh {padding: 5px 10px;}


.mbxnav {
    margin: 0 0 26px;
    font-weight: bold;
    color: #545454;
   border-image: linear-gradient(60deg, #7A88FF, #7AFFAF) 1 10;
    border-bottom: 4px solid transparent;
     font-size: 15px;
}
#miniNav{
	font-weight: normal;
	   color: #8a8a8a;
	    display: inline-block;
	    font-size: 14px;
}
#miniNav a{

	   color: #8a8a8a;

}

.mbxnav  .position{
	display: inline-block;
}

.ups-box{
	background-image: url("http://www.778book.com/wp-content/uploads/2020/03/ads.jpg");
	 background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
    background-attachment:fixed;

	border-radius: 6px;
}
#cyReward {
    max-width: 49%;
    float: left;
}
.bzwx {
    max-width: 49%;
    float: right;
    overflow: hidden;
}
.bzwx a img {
    width: 50%;
    height: 50%;
    display: block;
    margin: 0 auto;
}
#cyReward .cy-reward-btn {

    margin: 65px 0 0 110px;
}



/*个人简介样式*/
.full-width {
	position: relative;
	margin-bottom: 20px;
	border-radius: 6px;
	border: 1px solid #e6e1e1;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    background-size: cover;
    /*height: 300px;*/
}
.user-profile{
	  padding: 22px;
	  font-size: 13px;
}
.user-pic{
    width: 90px;
	height: 90px;
	overflow: hidden;
	float: left;
	position: relative;
}
.user-pic > img{
	border: 5px solid #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	width: 100%;
	height: 100%;

}

.consult-blank{
	position: absolute;
    display: block;
    top: 0;
    left: -2.5rem;
    height: 3rem;
    width: 2.5rem;
    background-size: 100% 100%;
    -webkit-animation: move 3s infinite both;
    animation: move 3s infinite both;
    animation-direction:alternate;
}

@keyframes move
{
	from {left:-10px;}
	to {left:90px;}
}

@-webkit-keyframes move
{
	from {left:-10px;}
	to {left:90px;}
}

.user-title ul li{
	text-align: center;
	list-style-type: none;
    color: #666;
    border: 1px solid #474646;
    border-radius: 6px;
    margin-left: 70px;
    padding: 4px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 13px;
}

.user-title ul li:first-child{
    margin-bottom: 10px;
    margin-top: 10px;
}
.user-bot .chat-item:first-child{
    margin-top: 32px;
}
.chat-item{
	margin-top: 10px;
}
.chat-item > img{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	margin: 0 20px 0 26px;
}
.chat-item span{
	 border: 1px solid #474646;
	display: inline-block;
    line-height: 32px;
    color: #666;
    border-radius: 6px;
    text-align: center;
    width: calc(100% - 76px);
    width:-webkit-calc(100% - 76px);
    width:-moz-calc(100% - 76px);
}
.user-title ul li:hover, .chat-item span:hover{
  	color: #3F82FC;
  	border: 1px solid #3F82FC;
}

.views-box ul li{
	position: relative;
	padding-left: 32px;
	  transition: All 0.2s ease-in-out;
                    -webkit-transition: All 0.2s ease-in-out;
                    -moz-transition: All 0.2s ease-in-out;
                    -o-transition: All 0.2s ease-in-out;
}

.views-box ul li:hover {
                    transform: translate(6px, 0);
                    -webkit-transform: translate(6px, 0);
                    -moz-transform: translate(6px, 0);
                    -o-transform: translate(6px, 0);
                    -ms-transform: translate(6px, 0);

                }

.views-box ul li:before{
	position: absolute;
    text-indent: .4em;
    top: 4px;
    left: 0;
    background: #8eb9f5;
    width: 24px;
    height: 24px;
    line-height: 21px;
    display: block;
    font-size: 14px;
    color: #3F82FC;
    font-weight: bold;
    border-radius: 50%;

}
.views-box ul li:nth-child(1):before {
    content: "1";
     background: #f54545;
}
.views-box ul li:nth-child(2):before {
    content: "2";
    background: #ff8547;
}
.views-box ul li:nth-child(3):before {
    content: "3";
    background: #ffac38;
}
.views-box ul li:nth-child(4):before {
    content: "4";
}
.views-box ul li:nth-child(5):before {
    content: "5";
}
.views-box ul li:nth-child(6):before {
    content: "6";
}
.views-box ul li:nth-child(7):before {
    content: "7";
}
.views-box ul li:nth-child(8):before {
    content: "8";
}

.top-cont{
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: #f5f5f5;
	font-size: 13px;
}

.search-btn img, .close-btn img{
   display: block;
    margin-top: 16px;
    width: 26px;
    height: 26px;
    float: right;
    cursor: pointer;
    -webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

@media only screen and (max-width: 768px) {


.nav-header{
	height: 50px;

}

.count-box{
	display: none;
}
.ups-box {
	display: none;
}

.close-btn img{
margin-top: 15px;
    width: 22px;
    height: 22px;
}
#page_search_left {
    padding-top: 1em;
}
.searchdiv {
    width: 60%;
}
}


.contact-top {
	float: right;
}
.contact-top ul li{
	float: left;
	list-style-type: none;
	color: #848484;
    font-size: 13px;
}
.contact-top ul li i{
margin-right: 6px;
}

.contact-top span{
	float: left;
    padding: 0 15px;
    color: #999;
    vertical-align: middle;
    font-size: 13px;
}


.contact-top li .wximg {
     filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.contact-top li:hover .wximg {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.wximg{
    position: absolute;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    color: #009b4c;
    padding: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    z-index: 111;
}
.wximg img {
	width: 160px;
	height: 160px;
	display: block;
	margin: 0 auto;
}
a:visited {
    text-decoration: none;
}

.contact-top ul  li a {
    display: inline-block;
    color: #848484;
}

.contact-top ul  li a:hover {
	color: #3F82FC;
}

.hotslip{
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
    border-radius: 6px;
    border: 1px solid #e6e1e1;
    width: 100%;
    padding: 5px 0;
    background: #fff;
}
.slipleft{
	float: left;
	color: #fff;
    border-radius: 6px;
    background: #3F82FC;
    padding: 5px 12px;
    margin: 3px 14px;
    font-size: 15px;
}
.slipright ul.slipul{
	float: left;
	height: 40px;
	overflow: hidden;


}
ul{
	margin: 0;
}
 ul.slipul li{
	height:40px;
	font-size:14px;
	line-height:40px;
	list-style:none;
    max-width: 580px;
	white-space: nowrap;
      text-overflow:ellipsis;
}
 ul.slipul li a{
	color: #545454;
	font-size: 15px;
	font-weight: 500;
}
.indexads{
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
	margin: 26px 0 32px 0;
}
.indexads a img{
	width: 100%;
	height: 100%;
	border-radius: 6px;
	position: relative;
}
.s-top{
	position: fixed;
	width: 40px;
	height: 40px;
	right: 30px;
	bottom: 60px;
    /*white-space: nowrap;
     z-index: 2;*/
    -webkit-transition: all .3s;
    transition: all .3s;

}
.s-top img{
	width: 100%;
	height: 100%;
	display: block;
}

.alert-success {
	border-color: #3bb273;
	background-color: #3bb273;
	color: #fff
}



.link-box  .link-item{
	float: left;
	box-sizing:border-box;
	width: 47%;
	height:36px;
   /* background: url(../Kratos/images/youliant.png)  left;
    background-repeat: no-repeat;
    background-size: 2.3em 1.8em;*/
    box-shadow: 0px 0px 4px #d7d4d4;
   margin-bottom: 15px;
   background: #f5f5f5;
   border-radius: 4px;

}

.link-box  .link-item:nth-of-type(even){
	margin-left: 6%;

}


.link-box  .link-item a{
   display: block;
   	overflow: hidden;
      text-overflow: ellipsis;
    white-space: nowrap;
  line-height: 36px;
  	font-size: 14px;
  	padding: 0 10px;
   /* font-weight: bolder;
    	padding: 0.5rem 1.1rem;
    padding: 0.8rem 0.7rem 0.5rem 3.6rem;*/

}

.close-btn img{
	display: none;
}
