.container-wrapper {
	width: 100%
}
.container-wrapper-ketoan {
	display: flex;
	justify-content: center;
}
.link-ke-toan {
	color: #13930c
}

html,
body,
.section,
.widget,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {

	padding: 0;
}

html {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

.quickedit,
.home-link {
	display: none;
}

blockquote,
q {
	quotes: "" "";
}

sup {
	vertical-align: super;
	font-size: smaller;
}

code {
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	color: #272727;
}

::selection {
	background: transparent;
	text-shadow: #000 0 0 2px;
}

::-moz-selection {
	background: transparent;
	text-shadow: #000 0 0 2px;
}

::-webkit-selection {
	background: transparent;
	text-shadow: #000 0 0 2px;
}

::-o-selection {
	background: transparent;
	text-shadow: #000 0 0 2px;
}

a img {
	border: none;
}

ol,
ul {
	padding: 0;
	margin: 0;
	text-align: left;
}

ol li {
	list-style-type: decimal;
	padding: 0 0 5px;
}

ul li {
	list-style-type: disc;
	padding: 0 0 5px;
}

ul ul,
ol ol {
	padding: 0;
}

#navbar-iframe,
.navbar {
	height: 0px;
	visibility: hidden;
	display: none
}

.Attribution,
.feed-links,
.post-footer-line.post-footer-line-1,
.post-footer-line.post-footer-line-2,
.post-footer-line.post-footer-line-3 {
	display: none;
}

.item-control {
	display: none !important;
}

h2.date-header,
h4.date-header {
	display: none;
	margin: 1.5em 0 .5em
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Yeseva One';
	font-weight: 400;
	color: #151515;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}

.widget iframe,
.widget img {
	max-width: 100%;
}

.status-msg-wrap {
	display: none;
}

#preloader {
	position: fixed;
	z-index: 1800;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff
}

.no-js #preloader,
.oldie #preloader {
	display: none
}

#loader {
	position: relative;
	width: 2.5em;
	height: 2.5em;
	transform: rotate(165deg);
}

#loader {
	position: absolute;
	top: calc(50% - 1.25em);
	left: calc(50% - 1.25em);
}


#loader:before,
#loader:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 0.25em;
	transform: translate(-50%, -50%);
}

#loader:before {
	animation: before 2s infinite;
}

#loader:after {
	animation: after 2s infinite;
}

@keyframes before {
	0% {
		width: 0.5em;
		box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
	}

	35% {
		width: 2.5em;
		box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
	}

	70% {
		width: 0.5em;
		box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
	}

	100% {
		box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
	}
}

@keyframes after {
	0% {
		height: 0.5em;
		box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
	}

	35% {
		height: 2.5em;
		box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
	}

	70% {
		height: 0.5em;
		box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
	}

	100% {
		box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
	}
}

/*****************************************
			Custom css starts
			******************************************/
body {
	background-size: cover;
	background-repeat: no-repeat;
	color: #2e2e2e;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	display: flex;
	justify-content: center; 
	/* Phân phối khoảng trắng đều giữa và xung quanh các khối */
	background: #ffffff;
}

/* ######## Wrapper Css ######################### */
.outer-wrapper {
	margin-top: 50px;
	margin-left: 0px;
    background: #f2f3f530;
	box-shadow: 1px 1px 10px RGBA(0, 0, 0, 1);
	border-radius: 30px;
    margin-bottom: 20px; /* Thêm khoảng cách giữa hai khối trên màn hình nhỏ */
}
@media (min-width: 768px) {
  body {
	align-items: center; /* Căn giữa theo chiều ngang trên màn hình nhỏ */
	flex-direction: row;
  }
  .outer-wrapper {
   margin: 0 20px 0 20px;
   width: 40%
	
  }
}
@media (max-width: 480px) {
  body {
    padding: 10px; /* Ví dụ: thêm padding cho body trên màn hình nhỏ */
    flex-direction: column; /* Явно chỉ định lại thành cột để chắc chắn */
  }
	.container-wrapper-ketoan {
		flex-direction: column;
	}
  .outer-wrapper {
    padding: 10px; /* Ví dụ: thêm padding cho wrapper trên màn hình nhỏ */
    margin-bottom: 15px; /* Điều chỉnh khoảng cách nếu cần */
    max-width: 91% /* Đảm bảo chiếm toàn bộ chiều rộng */
  }
  .special-title h4 {
	text-align:center;
	line-height:30px;
    font-size: 1.4em; /* Ví dụ: giảm kích thước tiêu đề trên màn hình nhỏ */
  }
}

.row {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.f-about-titles {
	display:flex;
	justify-content:space-between;
	width:100%;
}


#content-wrapper {
	margin: 0 auto;
	padding: 20px 0 30px;
	overflow: hidden;
}

.item #main-wrapper,
.statc_page #main-wrapper {
	float: left;
	width: 68%;
	max-width: 800px;
}

.index #main-wrapper,
.archive #main-wrapper {
	float: none;
	width: 100%;
	max-width: 100%
}

.item #sidebar-wrapper,
.statc_page #sidebar-wrapper {
	float: right;
	width: 30%;
	max-width: 330px;
}

.index #sidebar-wrapper,
.archive #sidebar-wrapper {
	display: none;
	visibility: hidden;
	height: 0;
	opacity: 0;
}

/* ######## Scrolling Navigation Menu Css ######################### */
.scroll-header {
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0px;
	transition: all .5s;
}

.item .scroll-header,
.static_page .scroll-header,
.error_page .scroll-header {
	position: static;
	display: flex;
	background: #f5f5f5 none repeat scroll top left;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	padding: 20px 0;
}

.scroll-header.scrolled-header {
	background-color: rgba(30, 30, 30, 0.85);
	border-bottom: 1px solid #262626;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	visibility: visible;
	display: block;
	transition: all .5s;
}

.scroll-head-wrap {
	margin: 0 auto;
}

.item .scroll-header h1,
.static_page .scroll-header h1,
.error_page .scroll-header h1 {
	display: block !important;
	color: #000 !important;
}

.item .scroll-header #header img,
.static_page .scroll-header #header img,
.error_page .scroll-header #header img {
	display: none !important;
}

.item .scroll-header.scrolled-header h1,
.static_page .scroll-header.scrolled-header h1,
.error_page .scroll-header.scrolled-header h1 {
	display: none !important;
	color: #000 !important;
}

.item .scroll-header.scrolled-header #header img,
.static_page .scroll-header.scrolled-header #header img,
.error_page .scroll-header.scrolled-header #header img {
	display: block !important;
}

.scrollin-logo {
	float: left;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.scrollin-logo .logo-title {
	font-size: 40px;
	font-family: 'Righteous', cursive;
	font-weight: bold;
	padding: 10px 17px;
	display: block;
	color: #fff;
}

.scrolling-menu {
	float: right;
	display: inline-block;
	width: auto;
}

.scrolling-menu #nav {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999;
}

.scrolling-menu #nav li {
	display: inline-block;
	float: left;
	line-height: 1;
	list-style: none outside none;
	padding: 16px 17px;
	text-align: left;
}

.scrolling-menu #nav li a {
	background: transparent;
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 0 0 8px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Montserrat;
	letter-spacing: 1.3px;
}

.scrolling-menu #nav li a:hover {
	color: #ffbd2f;
}

.scrolling-menu #nav li.current a {
	color: #ffbd2f;
}

.scrolling-menu #nav li.current a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	height: 1px;
	content: '';
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	background: #ffbd2f;
}

/* ######## Navigation Menu Css ######################### */
.slicknav_menu {
	display: none;
}

.tm-menu .slicknav_menu {
	right: 0;
	display: none;
}

.scrolling-menu .slicknav_menu {
	right: 0;
}

.slicknav_menu {
	padding: 0 10px;
	position: absolute;
	z-index: 9;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #343434;
}

.index .slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}

.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: Montserrat;
}

/*
			Mobile Menu Core Style
			*/
.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	line-height: 27px;
	cursor: pointer;
	height: 27px;
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}

.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
	margin: 0
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: 0.188em
}

.slicknav_nav {
	clear: both
}

.slicknav_nav ul,
.slicknav_nav li {
	display: block
}

.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
	cursor: pointer;
}

.slicknav_nav .slicknav_row {
	display: block;
}

.slicknav_nav a {
	display: block
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	display: inline
}

.slicknav_menu:before,
.slicknav_menu:after {
	content: " ";
	display: table;
}

.slicknav_menu:after {
	clear: both
}

.scroll-header.scrolled-header .slicknav_btn {
	color: #fff;
}

.scroll-header.scrolled-header .slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}

/* IE6/7 support */
.slicknav_menu {
	*zoom: 1
}

/*
			User Default Style
			Change the following styles to modify the appearance of the menu.
			*/
.slicknav_menu {
	font-size: 16px;
}

/* Button */
.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 3px #000;
}

/* Button Lines */
.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
	background: #fff;
}

.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}

.slicknav_nav ul {
	padding: 0;
	margin: 8px 0 0 20px;
}

.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 5px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}

.slicknav_nav .slicknav_row:hover {}

.slicknav_nav a:hover {
	color: #ffbd2f;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

.slicknav_menu .slicknav_no-text {
	margin-top: 15px;
}

.tm-menu {
	font-weight: 400;
	margin: 0;
	height: 60px;
	text-align: center;
	float: right;
	display: none;
	width: auto;
}

.item .tm-menu,
.static_page .tm-menu,
.error_page .tm-menu {
	display: inline-block;
}

ul#nav1 {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu .widget {
	display: none;
}

#menu {
	height: 60px;
	position: relative;
	text-align: center;
	z-index: 15;
	margin: 0 auto;
}

.menu-wrap {
	margin: 0 auto;
	position: relative;
}

#menu ul>li {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	padding: 0;
	margin: 0;
}

#menu ul>li:hover>a {
	color: #ffbd2f
}

.index #menu ul>li>a {
	color: #fff;
}

#menu ul>li>a {
	color: #000;
	font-size: 14px;
	line-height: 60px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 12px;
	font-family: Sono;
}

.scroll-header.scrolled-header #menu ul>li>a,
.scroll-header.scrolled-header #header h1 a {
	color: #fff;
}

.scroll-header.scrolled-header #menu ul>li>ul>li>a {
	color: #000;
}

#menu ul>li:first-child>a {
	padding-left: 0;
}

#menu ul>li>ul>li:first-child>a:before,
#menu ul>li>ul>li>ul>li:first-child>a:before {
	display: none;
}

#menu ul>li>ul>li:first-child>a {
	padding-left: 12px
}

#menu ul>li>ul {
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
	box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
	top: 100%;
	left: 0;
	min-width: 180px;
	padding: 0;
	z-index: 99;
	margin-top: 0;
	visibility: hidden;
	opacity: 0;
	webkit-transform: translate3d(-11px, 0, 0);
	transform: translate3d(-11px, 0, 0);
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

#menu ul>li>ul>li>ul {
	position: absolute;
	top: 0;
	left: 180px;
	width: 180px;
	background: #fff;
	z-index: 99;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	border-left: 1px solid #e5e5e5;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px)
}

#menu ul>li>ul>li {
	display: block;
	float: none;
	text-align: left;
	position: relative;
	border-bottom: 1px solid;
	border-top: none;
	border-color: #e5e5e5;
}

#menu ul>li>ul>li:hover {
	background-color: rgba(255, 255, 255, 0.03)
}

#menu ul>li>ul>li a {
	font-size: 11px;
	display: block;
	color: #000;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 0 12px;
	border-right: 0;
	border: 0
}

.index #menu ul>li>ul>li a {
	color: #000;
}

#menu ul>li.parent>a:after {
	content: '\f107';
	font-family: FontAwesome;
	float: right;
	margin-left: 5px
}

#menu ul>li:hover>ul,
#menu ul>li>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0)
}

#menu ul>li>ul>li.parent>a:after {
	content: '\f105';
	float: right
}

#menu ul ul {}

/* ######## Header Css ######################### */
.index #header-wrapper:after,
.archive #header-wrapper:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	background: url(-U2FiDOW13h8/WaUuGbhbUpI/AAAAAAAADuQ/-tZACcQo3hYxUbXIe30RUfEMtIInpeiHACK4BGAYYCw/s1600/header-mask.png) no-repeat center;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-size: cover;
}

#header-wrapper {
	text-align: center;
	padding: 0;
	background: url(img/b/R29vZ2xl/AVvXsEgKNZ4mXOBPps9AxyqFyDSHucPfpCj9PWoaMI6PVb-A5dJdOLkLZ26LUwcBFqUgzImrMdyk-eMS8hfB3ZxitpQDUiNFLzdM3PHZgLESt0PeiocyfOZ3b443qV58Ux4KxvZovvmskgYSn-pTro3kAP3tgsBIVSvkIdWkBAs2uHWbOjcGOTxKn3AUouF_9Q/s1920/7net200k.jpg) no-repeat center bottom;
	background-attachment: fixed;
	background-size: cover;
	margin-bottom: 10px;
	height: 100vh;
	box-sizing: border-box;
	position: relative;
	width: 100%;
}

.index #header-wrapper {
	margin-bottom: 0;
}

.item .header-logo-desc p,
.static_page .header-logo-desc p,
.error_page .header-logo-desc p,
.item .top-bar-social #social a,
.static_page .top-bar-social #social a,
.error_page .top-bar-social #social a {
	color: #303030;
}

.item #header-wrapper,
.static_page #header-wrapper,
.error_page #header-wrapper {
	background: #fff;
	height: auto;
	border-bottom: 1px solid #eee;
	box-shadow: 0 -2px 19px rgba(0, 0, 0, .1);
	padding-bottom: 15px;
}

.item #header-wrapper:before,
.static_page #header-wrapper:before,
.error_page #header-wrapper:before {
	display: none;
}

#header-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
	background: #343434;
}

#header {
	padding: 0;
}

#header-inner {
	text-align: center;
	display: inline-block;
}

#header h1 {
	color: #fff;
	margin: 0;
	font-size: 40px;
	line-height: 1.4em;
	text-transform: Uppercase;
	letter-spacing: 1px;
	font-family: 'Paytone One';
}

#header .description {
	display: none;
}

.header-text p {
	color: #fff;
	margin: 0;
	font-size: 50px;
	line-height: 1.4em;
	text-transform: Uppercase;
	letter-spacing: 1px;
	font-family: 'Righteous', cursive;
}

.header-logo-desc span {
	font-size: 31px;
	color: #ffbd2f;
}

.header-logo-desc p {
	display: inline-block;
	white-space: nowrap;
	font-size: 31px;
	line-height: 37px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	visibility: inherit;
	transition: none;
	border-width: 0px;
	margin: 0 0 0 20px;
	padding-right: 20px;
	letter-spacing: 0px;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px;
}

.header-logo-desc {
	margin: 10px 0 20px;
	text-transform: uppercase;
}

.header-logo-desc .type {
	position: relative;
}

.typed-cursor {
	font-weight: 300;
	font-size: 50px;
	color: #ffbd2f;
	opacity: 1;
	-webkit-animation: blink 1s infinite;
	-moz-animation: blink 1s infinite;
	animation: blink 1s infinite;
}

.typed-cursor {
	position: absolute;
	bottom: 0;
	display: inline-block;
}

.fenix-head {
	display: table;
	width: 100%;
	height: 100%;
}

.fenix-sub-head {
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}

.index .fenix-sub-head,
.archive .fenix-sub-head {}

.top-bar-social {
	padding: 0;
}

.top-bar-social li {
	display: inline-block;
	float: none;
	padding: 0;
	margin-right: 5px;
}

.top-bar-social li:last-child {
	margin-right: 0;
}

.top-bar-social .widget ul {
	padding: 0;
}

.top-bar-social .LinkList ul {
	text-align: center;
	margin: 0 0 0 0;
}

.top-bar-social #social a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
}

.top-bar-social #social a:before {
	display: inline-block;
	font: normal normal normal 22px/1 FontAwesome;
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.top-bar-social .bloglovin:before {
	content: "\f004"
}

.top-bar-social .facebook:before {
	content: "\f09a"
}

.top-bar-social .twitter:before {
	content: "\f099"
}

.top-bar-social .gplus:before {
	content: "\f0d5"
}

.top-bar-social .rss:before {
	content: "\f09e"
}

.top-bar-social .youtube:before {
	content: "\f167"
}

.top-bar-social .skype:before {
	content: "\f17e"
}

.top-bar-social .stumbleupon:before {
	content: "\f1a4"
}

.top-bar-social .tumblr:before {
	content: "\f173"
}

.top-bar-social .vine:before {
	content: "\f1ca"
}

.top-bar-social .stack-overflow:before {
	content: "\f16c"
}

.top-bar-social .linkedin:before {
	content: "\f0e1"
}

.top-bar-social .dribbble:before {
	content: "\f17d"
}

.top-bar-social .soundcloud:before {
	content: "\f1be"
}

.top-bar-social .behance:before {
	content: "\f1b4"
}

.top-bar-social .digg:before {
	content: "\f1a6"
}

.top-bar-social .instagram:before {
	content: "\f16d"
}

.top-bar-social .pinterest:before {
	content: "\f0d2"
}

.top-bar-social .delicious:before {
	content: "\f1a5"
}

.top-bar-social .codepen:before {
	content: "\f1cb"
}

.top-bar-social .bloglovin {
	background: #ffbd2f
}

.top-bar-social .facebook {
	background: #3b5998
}

.top-bar-social .twitter {
	background: #00aced
}

.top-bar-social .gplus {
	background: #df4b37
}

.top-bar-social .rss {
	background: #f26522
}

.top-bar-social .youtube {
	background: #cd201f
}

.top-bar-social .skype {
	background: #00aff0
}

.top-bar-social .stumbleupon {
	background: #eb4924
}

.top-bar-social .tumblr {
	background: #35465c
}

.top-bar-social .vine {
	background: #00b488
}

.top-bar-social .stack-overflow {
	background: #f48024
}

.top-bar-social .linkedin {
	background: #0077b5
}

.top-bar-social .dribbble {
	background: #ea4c89
}

.top-bar-social .soundcloud {
	background: #ff3300
}

.top-bar-social .behance {
	background: #1769ff
}

.top-bar-social .digg {
	background: #005be2
}

.top-bar-social .instagram {
	background: #c13584
}

.top-bar-social .pinterest {
	background: #bd081c
}

.top-bar-social .delicious {
	background: #3399ff
}

.top-bar-social .codepen {
	background: #47cf73
}

.top-bar-social ul#social a:hover {
	color: #ffbd2f;
	opacity: 1;
}

.slide-in {
	font-size: 3.3rem;
	position: absolute;
	bottom: 7.2rem;
	left: 0;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0
}

.slide-in .pointer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 42px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
	border-radius: 26px;
	-webkit-backface-visibility: hidden
}

.slide-in .pointer:after {
	position: absolute;
	top: 5px;
	left: 50%;
	width: 4px;
	height: 4px;
	margin-left: -2px;
	content: '';
	-webkit-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
	transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
	-webkit-animation: scroll 1.5s -1s cubic-bezier(.68, -.55, .265, 1.55) infinite;
	animation: scroll 1.5s -1s cubic-bezier(.68, -.55, .265, 1.55) infinite;
	opacity: 1;
	border-radius: 100%;
	background-color: #fff
}

@-webkit-keyframes scroll {

	0%,
	20% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
		transform: translateY(0) scaleY(1) scaleX(1) translateZ(0)
	}

	10% {
		-webkit-transform: translateY(0) scaleY(1.2) scaleX(1.2) translateZ(0);
		transform: translateY(0) scaleY(1.2) scaleX(1.2) translateZ(0);
		opacity: 1
	}

	to {
		-webkit-transform: translateY(20px) scaleY(2.5) scaleX(.5) translateZ(0);
		transform: translateY(20px) scaleY(2.5) scaleX(.5) translateZ(0);
		opacity: .01
	}
}

@keyframes scroll {

	0%,
	20% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
		transform: translateY(0) scaleY(1) scaleX(1) translateZ(0)
	}

	10% {
		-webkit-transform: translateY(0) scaleY(1.2) scaleX(1.2) translateZ(0);
		transform: translateY(0) scaleY(1.2) scaleX(1.2) translateZ(0);
		opacity: 1
	}

	to {
		-webkit-transform: translateY(20px) scaleY(2.5) scaleX(.5) translateZ(0);
		transform: translateY(20px) scaleY(2.5) scaleX(.5) translateZ(0);
		opacity: .01
	}
}

@-webkit-keyframes blink {

	0%,
	to {
		opacity: 1
	}

	50% {
		opacity: 0
	}
}

@keyframes blink {

	0%,
	to {
		opacity: 1
	}

	50% {
		opacity: 0
	}
}

/* ######## Section 1 Css ######################### */
.sora-special-box {
	/* background: #fff; */
		overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
}

/* .special-wrap {
	margin: 50px 0 0 50px;
} */

/* .special-title {
	text-align: center;
	margin-bottom: 35px;
} */

.special-title h4 {
    font-size: 30px;
    line-height: 30px;
    color: #13930c;
    text-transform: capitalize;
    text-shadow: -1px -1px 2px #ffffff;
}

.special-tiles {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 20px;
}

.special-icons {
	font-size: 45px;
	float: left;
	color: #303030;
	margin-right: 10px;
	width: 50px;
	height: 60px;
	line-height: 60px;
}

.special-heading {
	font-size: 14px;
	line-height: 21px;
	color: #303030;
	text-transform: capitalize;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	font-weight: bold;
}

.special-text {
	color: #606060;
}

.skills,
.skill-details {
	width: 90%;
	float: left;
	box-sizing: border-box;
}

.skill-details {
	float: right;
	padding-left: 40px;
	padding-right: 0;
}

.skills dt:after {
	width: 100%;
	background-color: #e0e0e0;
	height: 1.5rem;
	content: "";
	display: block;
	border-radius: 15px;

}

.skills dd {
	background: red;
	width: 0;
	height: 1.5rem;
	position: relative;
	top: -1.5rem;
	border-radius: 15px;
	margin:0;
}

.skills dd.html {
	background: #F44336;
}

.skills dd.css {
	background: #2196F3;
}

.skills dd.jquery {
	background: #FFCA28;
}

.skills dd.scss {
	background: #F06292;
}

.skills dd.javascript {
	background: #FFA000;
}

.skills dd.php {
	background: #303F9F;
}

.skills dd.xml {
	background: #27ae60;
}

/* ######## Section 2 Css ######################### */
.sora-works-box {
	background: #f1f1f1;
	background-size: cover;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
}

.works-wrap {
	margin: 0 auto;
}

.works-title {
	text-align: center;
	margin-bottom: 35px;
}

.works-title h4 {
	font-size: 35px;
	line-height: 45px;
	color: #202020;
	text-transform: capitalize;
}

.works-title span {
	color: #aaa;
}

.works-tiles {
	width: 25%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.works-icons {
	font-size: 45px;
	display: block;
	color: #ffbd2f;
	margin-bottom: 20px;
}

.works-icons li {
	width: 60px;
	height: 60px;
	background-color: #ffbd2f;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	padding: 10px;
	list-style: none;
	-webkit-box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
	box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
	-webkit-transition: all 0.4s ease-in-out;
}

.works-icons li .text {
	line-height: 60px;
	font-size: 25px;
	color: #fff;
}

.works-heading {
	font-size: 18px;
	line-height: 21px;
	color: #202020;
	text-transform: capitalize;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	font-weight: bold;
}

.works-text {
	margin: 0 0 20px;
	color: #707070;
}

/* ######## Testimonial Css ######################### */
/*! Flickity v1.0.0
			http://flickity.metafizzy.co
			---------------------------------------------- */
.flickity-enabled {
	position: relative
}

.flickity-enabled:focus {
	outline: 0
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%
}

.flickity-enabled.is-draggable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing
}


.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: #fff;
	background: hsla(0, 0%, 100%, .75);
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
	background: #fff
}

.flickity-prev-next-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #09F
}

.flickity-prev-next-button:active {
	filter: alpha(opacity=60);
	opacity: .6
}

.flickity-prev-next-button.previous {
	left: 10px
}

.flickity-prev-next-button.next {
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px
}

.flickity-prev-next-button:disabled {
	filter: alpha(opacity=30);
	opacity: .3;
	cursor: auto
}

.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%
}

.flickity-prev-next-button .arrow {
	fill: #333
}

.flickity-prev-next-button.no-svg {
	color: #333;
	font-size: 26px
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}

.flickity-rtl .flickity-page-dots {
	direction: rtl
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #efefef;
	border-radius: 50%;
	filter: alpha(opacity=80);
	opacity: .80;
	cursor: pointer;
	padding: 0;
}

.flickity-page-dots .dot.is-selected {
	filter: alpha(opacity=100);
	opacity: 1
}

.main-gallery {
	background: #000 no-repeat fixed 50% 50%/cover;
}

.gallery-cell {
	width: 100%;
}

.testimonial {
	text-align: center;
	max-width: 850px;
	margin: 100px auto 130px auto;
	padding: 0 20px;
}

.testimonial-avatar {
	width: 100px;
	border-radius: 50%;
}

.testimonial-quote {
	display: block;
	font-size: 24px;
	padding: 10px 0;
	line-height: 1.4;
	color: #fff;
	font-style: italic;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

.testimonial-author {
	display: block;
	font-weight: 700;
	color: #ffbd2f;
}

.flickity-page-dots {
	bottom: 25px;
}

.flickity-page-dots .dot.is-selected {
	background: #ffbd2f;
}

/* ######## Section 3 Css ######################### */
.sora-about-box {
	overflow: hidden;
	margin: 0 auto;
}

.about-wrap {

}

.about-title {
	margin-bottom: 100px;
	color: #198364;
}

.about-title h4 {
	font-size: 25px;
	color: #198364;
}

.about-tiles {
	width: 30%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #89cfbb;
	margin: 12px;


}

.team-img img {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	overflow: hidden;
	width: 100%;
}

.team-member {
	position: relative;
	overflow: hidden;
}

.team-img {
	position: relative;
	overflow: hidden;
}

/* .team-title {
	margin: 10px 0 7px;
} */

.btnlink {
	border: none;
	background-color: #ffffff;
	margin: 10px;
}

.overlay {
	background-color: rgba(20, 20, 20, .7);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.team-details {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 5%;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.team-details p {
	color: #fff;
}

.team-img:hover .team-details {
	opacity: 1;
	margin-top: -80px;
}

.team-img:hover .overlay {
	opacity: 1;
}

.spanlink {
    color: #054733;
	font-size: 18px;
}

.socials a {
	display: inline-block;
	width: 37px;
	height: 37px;
	background-color: transparent;
}

.socials i {
	line-height: 37px;
	color: #616161;
	font-size: 14px;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.team-details .socials i {
	color: #fff;
}

.socials a:hover i {
	color: #fff;
	background-color: #355c7d;
}

/* ######## Contact Form Css ######################### */
div#sora_blogger_cntct_form {
	padding: 50px 0px;
	border-radius: 2px;
	color: #1D1D1D;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

div#sora_blogger_cntct_form .wrap-me {
	margin: 0;
	display: block;
	max-width: 500px;
	width: 100%;
	float: right;
	box-sizing: border-box;
	background: #000;
	padding: 40px 40px 5px;
}

.contact-title {
	text-align: center;
	margin: 25px 0;
}

.contact-title h4 {
	font-size: 35px;
	line-height: 45px;
	color: #303030;
}

.contact-title span {
	color: #606060;
}

.contact_list_wrapper {
	text-align: center;
}

.contact-list-info {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.contact_list_wrapper .contact-list-info li {
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	line-height: 25px;
	color: #606060;
}

.contact_list_wrapper .contact-list-info li i {
	display: inline;
	margin-right: 5px;
	font-size: 15px;
	vertical-align: -2px;
	color: #303030;
}

.contact_list_wrapper .contact-list-info li p {
	display: inline;
}

input#ContactForm1_contact-form-name,
#ContactForm1_contact-form-email,
#ContactForm1_contact-form-email:hover,
#ContactForm1_contact-form-email:active {
	padding: 5px;
	margin-top: 4px !important;
	box-shadow: none !Important;
	width: 100%;
	max-width: 100%;
	background: transparent !important;
	color: #fff;
	border-color: hsla(0, 0%, 100%, .15) !important;
	border-width: 0 0 1px 0;
	line-height: 1em;
	min-height: 31px;
	margin-bottom: 15px;
	border-radius: 0px;
}

.contact-form-email-message,
.contact-form-email-message:active,
.contact-form-email-message:hover {
	padding: 5px;
	margin-top: 4px !important;
	box-shadow: none !Important;
	width: 100%;
	max-width: 100%;
	line-height: 1em;
	min-height: 80px;
	background: transparent !important;
	color: #fff;
	border-color: hsla(0, 0%, 100%, .15) !important;
	border-width: 0 0 1px 0;
	margin-bottom: 10px;
	border-radius: 0px;
}

/***** Focus *****/
#ContactForm1_contact-form-name:focus,
#ContactForm1_contact-form-email:focus,
#ContactForm1_contact-form-email-message:focus {
	outline: none;
	background: transparent !important;
	color: #fff;
	border-color: #ffbd2f !important;
	border-width: 0 0 1px 0;
	box-shadow: none !important;
	transition: all 0.3s ease-in-out !important;
}

/**** Submit button style ****/
.contact-form-button-submit:hover {
	color: #FFFFFF;
	background: #ffbd2f !important;
	color: #000 !important;
}

.contact-form-button-submit {
	background: transparent;
	display: table;
	font-size: 17px;
	margin: 0 !important;
	border-radius: 0 !important;
	max-width: 100%;
	width: 100%;
	min-width: 100%;
	height: 32px;
	line-height: 0.5em;
	letter-spacing: 0.5px;
	font-weight: normal;
	position: relative;
	cursor: pointer;
	outline: none !important;
	color: #fff;
	border: 1px solid #fff !important;
	text-align: center;
	padding: 0px 25px;
	text-transform: capitalize;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

/**** Submit button on Focus ****/
.contact-form-button-submit:focus,
.contact-form-button-submit.focus {
	border-color: #ffbd2f;
	box-shadow: none !important;
	color: #000 !important;
}

/**** Error message ****/
.contact-form-success-message,
.contact-form-success-message-with-border {
	color: #fff !important;
	margin-top: 55px !important;
}

/**** Submit Button On Success Message ****/
.contact-form-button-submit.disabled,
.contact-form-button-submit.disabled:hover,
.contact-form-button-submit.disabled:active {
	opacity: 0.9;
}

/****** Success Message *****/
.contact-form-error-message-with-border {
	background: #000000;
	border: 1px solid #5A5A5A;
	bottom: 0;
	box-shadow: none;
	color: #FDFDFD;
	font-size: 15px;
	font-weight: normal;
	line-height: 35px;
	margin-left: 0;
	opacity: 1;
	position: static;
	text-align: center;
	height: 35px;
	margin-top: 60px;
}

.contact-form-cross {
	height: 14px;
	margin: 5px;
	vertical-align: -8.5%;
	float: right;
	width: 14px;
	border-radius: 50px;
	border: 0 !important;
	cursor: pointer;
}

.contact-form-widget {
	max-width: 100%;
}

.contact-form-success-message-with-border {
	font-weight: normal;
	background-color: #000;
	border: 1px solid #FFF;
	color: #FFF;
	line-height: 35px;
	margin-left: 0;
	font-size: 13px;
	opacity: 1;
	position: static;
	text-align: center;
	height: 35px;
	margin-top: 60px;
}

/* Extra Stuff */
div#sora_blogger_cntct_form span.name-bg,
div#sora_blogger_cntct_form span.email-bg {
	display: inline-block;
	line-height: 21px;
	width: 100%;
	color: hsla(0, 0%, 100%, .6);
	padding: 3px 0;
	margin: 0px 0px 4px;
	box-sizing: border-box;
	height: 30px;
	letter-spacing: 1px;
	font-weight: normal;
}

div#sora_blogger_cntct_form span.message-bg {
	display: inline-block;
	line-height: 21px;
	width: 100%;
	color: hsla(0, 0%, 100%, .6);
	padding: 3px 0;
	box-sizing: border-box;
	height: 30px;
	margin: 0px 0px 4px;
	letter-spacing: 1px;
	font-weight: normal;
}

div#sora_blogger_cntct_form span.send-bg {
	height: 32px;
	display: inline-block;
	float: left;
	transition: all 0.4s ease-in-out !important;
}

div#sora_blogger_cntct_form span.clear-bg {
	display: none;
}

input.contact-form-button.contact-form-button-submit.clear-button:hover {
	background-color: #E83434 !important;
}

div#sora_blogger_cntct_form .clear-button {
	display: none;
}

.map-me {
	margin: 0;
	display: block;
	max-width: 500px;
	width: 100%;
	float: left;
	padding: 40px;
	box-sizing: border-box;
}

.map-me .con-title {
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 48px;
	color: #000;
	margin: 0;
	text-transform: capitalize;
}

.map-me .con-text {
	font-weight: 100;
	line-height: 24px;
	color: #555;
	margin: 0 0 10px;
}

.map-me .con-list {
	list-style-type: none;
	padding: 0;
}

.map-me .con-list li {
	list-style-type: none;
	color: #333;
	line-height: 45px;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: normal;
}

.map-me .con-list li i {
	font-size: 1em;
	margin-right: 20px;
	padding: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #000;
	color: #fff;
}

/* ######## Sidebar Css ######################### */
.sidebar .widget {
	margin-bottom: 20px;
	position: relative;
	background: #f5f5f5 none repeat scroll top left;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.sidebar h2 {
	font-size: 17px;
	line-height: 27px;
	color: #000;
	padding: 7px 15px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
}

.sidebar .widget-content {
	padding: 10px;
	box-sizing: border-box;
}

.sidebar ul,
.sidebar li {
	list-style-type: none;
	margin: 0;
}

/* ######## Counter Css ######################### */
.counter-box {
	background: url(-Tev2WNGyFs8/WaUuh31ZVRI/AAAAAAAADuY/5D9_uZ3rgrY9cVKC46DXxPMlXlxCOmB4gCK4BGAYYCw/s1600/sg-back.jpg) no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-position: 50% 0;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}

.counter-box:before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
}

.counter-box-wrap {
	margin: 0 auto;
}

.counter-box-item {
	width: 25%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	position: relative;
}

.counter-box-item i {
	font-size: 24px;
}

.counter-sora {
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	margin: 10px 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	font-family: 'Righteous', cursive;
}

.counter-sora-text {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
}

/* ######## Post Css ######################### */
.Portfolio-title {
	text-align: center;
	margin: 25px 0;
}

.Portfolio-title h4 {
	font-size: 35px;
	line-height: 45px;
	color: #303030;
	text-transform: capitalize;
}

.Portfolio-title span {
	color: #606060;
}

article {
	padding: 0;
	overflow: hidden;
}

.index .post-grid-item,
.archive .post-grid-item {
	width: 25%;
	float: left;
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.index .post-grid-item:nth-child(4n),
.archive .post-grid-item:nth-child(4n) {
	padding-right: 0;
}

.post {
	display: block;
	word-wrap: break-word;
	background: #ffffff;
}

.post h1 {
	color: #0a0a0a;
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
	margin: 0 0 10px;
}

.post h2 {
	margin-bottom: 12px;
	line-height: 37px;
	font-size: 25px;
	font-weight: 400;
	text-transform: capitalize;
}

.post h2 a {
	color: #fff;
}

.post h2 {
	margin: 0 0 10px;
	padding: 0;
}

.retitle h2 {
	margin: 8px 0;
	display: block;
}

.post-body {
	margin: 0px;
	padding: 10px;
	font-size: 14px;
	line-height: 26px;
	box-sizing: border-box;
	text-align: justify;
}

.block-image {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}

.block-image .thumb {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	overflow: hidden;
}

.block-image .thumb:before {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0px;
	content: "";
	height: 100%;
	width: 100%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	position: absolute;
	opacity: 0;
	z-index: 3;
}

.block-image img {
	width: 100%;
	height: 260px;
	display: block;
	object-fit: cover;
	transition: all .3s ease-out !important;
	-webkit-transition: all .3s ease-out !important;
	-moz-transition: all .3s ease-out !important;
	-o-transition: all .3s ease-out !important;
}

.block-image:hover .retitle {
	opacity: 1;
}

.block-image:hover .thumb:before {
	opacity: 1;
}

.block-image .retitle {
	position: absolute;
	top: 0;
	text-align: center;
	display: table;
	width: 100%;
	height: 260px;
	box-sizing: border-box;
	opacity: 0;
	z-index: 9;
	transition: all .3s ease-out !important;
	-webkit-transition: all .3s ease-out !important;
	-moz-transition: all .3s ease-out !important;
	-o-transition: all .3s ease-out !important;
}

.block-image .post-retitle {
	display: table-cell;
	vertical-align: middle;
}

.block-image .post-retitle h2 {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 20px 10px;
}

.post-header {
	padding: 0 10px 10px;
}

.post-meta {
	color: #bdbdbd;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

.post-meta a,
.post-meta i {
	color: #CBCBCB;
}

.post-timestamp {
	margin-left: 5px;
}

.label-head {
	margin-left: 5px;
}

.label-head a {
	padding-left: 2px;
}

.resumo {
	margin-top: 10px;
	color: #919191;
}

.resumo span {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 31px;
}

.post-body img {
	max-width: 100%;
	padding: 10px 0;
	position: relative;
	margin: 0 auto;
}

.post h3 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.1;
}

.second-meta {
	display: none;
}

.comment-link {
	white-space: normal;
}

.ias_trigger {
	clear: both;
	text-align: center;
}

.ias_trigger a {
	padding: 8px;
	color: #fff;
	background: #222;
	border-radius: 4px;
}

.ias_trigger a:hover {
	background: #ffbd2f;
}

#blog-pager {
	clear: both;
	text-align: center;
	padding: 15px 0;
	background: #ffffff;
	color: #4d4d4d;
}

.displaypageNum a,
.showpage a,
.pagecurrent,
.blog-pager-older-link,
.blog-pager-newer-link {
	padding: 5px 13px;
	margin-right: 8px;
	color: #fff;
	background-color: #2b2b2b;
	display: inline-block;
	line-height: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 10px;
}

.displaypageNum a:hover,
.showpage a:hover,
.pagecurrent,
.blog-pager-older-link:hover,
.blog-pager-newer-link:hover {
	background: #ffbd2f;
	text-decoration: none;
	color: #fff;
}

.showpageOf {
	display: none !important;
	overflow: hidden;
}

#blog-pager .pages {
	margin: 10px 0;
	border: none;
}

/* ######## Share widget Css ######################### */
.item .post-footer {
	padding: 0 10px;
}

.share-box {
	position: relative;
	padding: 10px 0;
}

.share-title {
	border-bottom: 2px solid #777;
	color: #010101;
	display: inline-block;
	padding-bottom: 7px;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	top: 2px;
}

.share-art {
	float: right;
	padding: 0;
	padding-top: 0;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
}

.share-art a {
	color: #fff;
	padding: 3px 8px;
	margin-left: 4px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 0;
	background: #010101;
}

.share-art a span {
	display: none;
}

.share-art a:hover {
	color: #fff
}

.share-art .fac-art {
	background: #3b5998
}

.share-art .fac-art:hover {
	background: rgba(49, 77, 145, 0.7)
}

.share-art .twi-art {
	background: #00acee
}

.share-art .twi-art:hover {
	background: rgba(7, 190, 237, 0.7)
}

.share-art .goo-art {
	background: #db4a39
}

.share-art .goo-art:hover {
	background: rgba(221, 75, 56, 0.7)
}

.share-art .pin-art {
	background: #CA2127
}

.share-art .pin-art:hover {
	background: rgba(202, 33, 39, 0.7)
}

.share-art .lin-art {
	background: #0077B5
}

.share-art .lin-art:hover {
	background: rgba(0, 119, 181, 0.7)
}

.share-art .wat-art {
	background: #25d266;
	display: none;
}

.share-art .wat-art:hover {
	background: rgba(37, 210, 102, 0.73)
}

@media only screen and (max-width: 768px) {
	.share-art .wat-art {
		display: inline-block;
	}
}

/* ######## Related Post Css ######################### */
#related-posts {
	margin-bottom: 10px;
	padding: 10px 0;
}

.related li {
	width: 32%;
	display: inline-block;
	height: auto;
	min-height: 184px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
}

.related li h3 {
	margin-top: 0;
}

.related-thumb {
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-radius: 2px;
}

.related li .related-img {
	width: 100%;
	height: 100px;
	display: block;
	position: relative;
	transition: all .3s ease-out !important;
	-webkit-transition: all .3s ease-out !important;
	-moz-transition: all .3s ease-out !important;
	-o-transition: all .3s ease-out !important;
}

.related li .related-img:hover {
	-webkit-transform: scale(1.1) rotate(-1.5deg) !important;
	-moz-transform: scale(1.1) rotate(-1.5deg) !important;
	transform: scale(1.1) rotate(-1.5deg) !important;
	transition: all .3s ease-out !important;
	-webkit-transition: all .3s ease-out !important;
	-moz-transition: all .3s ease-out !important;
	-o-transition: all .3s ease-out !important;
}

.related-title a {
	font-size: 12px;
	line-height: 1.4em;
	padding: 10px 0 0;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	color: #010101;
	display: block;
}

.related li:nth-of-type(3n) {
	margin-right: 0;
}

.related .related-tag {
	display: none;
}

.related-overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(40, 35, 40, 0.05);
}

.related-content {
	display: block;
	bottom: 0;
	padding: 0px 0px 11px;
	width: 100%;
	line-height: 1.2em;
	box-sizing: border-box;
	z-index: 2;
}

.related .related-content .recent-date {
	font-size: 10px;
}

.recent-date:before,
.p-date:before {
	content: '\f017';
	font-family: fontawesome;
	margin-right: 5px;
}

/* ######## Comment Widget Css ######################### */
.comments {
	clear: both;
	margin: 0;
	color: #48494d;
	margin-top: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 30px 30px 20px;
	background: #FFF;
}

.post-feeds .feed-links {
	display: none;
}

iframe.blogger-iframe-colorize,
iframe.blogger-comment-from-post {
	height: 260px !important;
	background: #fff;
}

.comment-form {
	overflow: hidden;
}

.comments h3 {
	line-height: normal;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	margin: 0 0 20px 0;
	font-size: 14px;
	padding: 0 0 0 0;
}

h4#comment-post-message {
	display: none;
	margin: 0 0 0 0;
}

.comments h4 {
	color: #48494d;
	border-bottom: 1px solid #efefef;
	font-size: 16px;
	padding: 12px 0;
	margin: 0;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: relative;
	text-align: left;
}

.comments h4:after {
	display: inline-block;
	content: "\f075";
	font-family: fontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #ffbd2f;
	top: 12px;
	right: 15px;
	padding: 0;
	position: absolute;
}

.comments .comments-content {
	font-size: 13px;
	margin-bottom: 8px;
	padding: 0;
}

.comments .comments-content .comment-thread ol {
	list-style: none;
	text-align: left;
	margin: 13px 0;
	padding: 0
}

.comments .comments-content .comment-thread ol li {
	list-style: none;
}

.comments .avatar-image-container {
	background: #fff;
	border: 1px solid #DDD;
	overflow: hidden;
	padding: 0;
	border-radius: 50%;
}

.comments .avatar-image-container img {
	border-radius: 50%;
}

.comments .comment-block {
	position: relative;
	background: #fff;
	padding: 15px;
	margin-left: 60px;
	border: 1px solid #efefef;
}

.comments .comment-block:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	right: 100%;
	top: 14px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent #DDD transparent transparent;
	display: block;
}

.comments .comments-content .comment-replies {
	margin: 8px 0;
	margin-left: 60px
}

.comments .comments-content .comment-thread:empty {
	display: none
}

.comments .comment-replybox-single {
	background: #f0f0f0;
	padding: 0;
	margin: 8px 0;
	margin-left: 60px
}

.comments .comment-replybox-thread {
	background: #f0f0f0;
	margin: 8px 0 0 0;
	padding: 0;
}

.comments .comments-content .comment {
	margin-bottom: 6px;
	padding: 0
}

.comments .comments-content .comment:first-child {
	padding: 0;
	margin: 0
}

.comments .comments-content .comment:last-child {
	padding: 0;
	margin: 0
}

.comments .comment-thread.inline-thread .comment,
.comments .comment-thread.inline-thread .comment:last-child {
	margin: 0px 0px 5px 30%
}

.comment .comment-thread.inline-thread .comment:nth-child(6) {
	margin: 0px 0px 5px 25%;
}

.comment .comment-thread.inline-thread .comment:nth-child(5) {
	margin: 0px 0px 5px 20%;
}

.comment .comment-thread.inline-thread .comment:nth-child(4) {
	margin: 0px 0px 5px 15%;
}

.comment .comment-thread.inline-thread .comment:nth-child(3) {
	margin: 0px 0px 5px 10%;
}

.comment .comment-thread.inline-thread .comment:nth-child(2) {
	margin: 0px 0px 5px 5%;
}

.comment .comment-thread.inline-thread .comment:nth-child(1) {
	margin: 0px 0px 5px 0;
}

.comments .comments-content .comment-thread {
	margin: 0;
	padding: 0
}

.comments .comments-content .inline-thread {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	margin: 0
}

.comments .comments-content .inline-thread .comment-block {
	border-color: #ffbd2f;
}

.comments .comments-content .inline-thread .comment-block:before {
	border-color: transparent #ffbd2f transparent transparent;
}

.comments .comments-content .user {
	letter-spacing: 0.5px;
	font-weight: 600;
}

.comments .comments-content .icon.blog-author {
	display: inline;
}

.comments .comments-content .icon.blog-author:after {
	content: "Author";
	background: #ffbd2f;
	color: #fff;
	font-size: 11px;
	padding: 2px 5px;
	text-transform: Capitalize;
	font-style: italic;
	letter-spacing: 0.3px;
}

.comment-header {
	text-transform: uppercase;
	font-size: 12px;
}

.comments .comments-content .datetime {
	margin-left: 6px;
}

.comments .comments-content .datetime a {
	color: #888;
}

.comments .comment .comment-actions a {
	display: inline-block;
	color: #333;
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	margin: 4px 8px 0 0;
}

.comments .continue a {
	color: #333;
	display: inline-block;
	font-size: 10px;
}

.comments .comment .comment-actions a:hover,
.comments .continue a:hover {
	text-decoration: underline;
}

/* ######## Instagram Widget Css ######################### */
/* ######## Footer Css ######################### */
.bot-bar-menu {
	background-color: #222;
	padding: 20px 0px;
	overflow: hidden;
}

.bot-menu-wrap {
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.bot-menu {
	position: absolute;
	left: 0;
	top: 8px;
}

.bot-menu h2 {
	display: none;
}

.bot-menu ul {
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

.bot-menu ul li {
	float: left;
	display: inline-block;
	list-style: none;
	padding: 0;
}

.bot-menu ul li a {
	padding: 10px 16px;
	display: block;
	border: none !important;
	text-decoration: none;
	line-height: inherit;
	font-size: 14px;
	font-weight: normal;
	color: #eeeeee;
	text-transform: uppercase;
}

.bot-menu ul li a:hover {
	color: #ffbd2f;
}

.bottom-bar-social {
	position: absolute;
	right: 0;
	top: 8px;
}

.bottom-bar-social li {
	display: inline;
	padding: 0;
	float: left;
	margin-right: 5px;
	;
}

.bottom-bar-social .widget ul {
	padding: 0;
}

.bottom-bar-social .LinkList ul {
	text-align: center;
}

.bottom-bar-social #social a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 10px 5px;
}

.bottom-bar-social #social a:before {
	display: inline-block;
	font: normal normal normal 22px/1 FontAwesome;
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bottom-bar-social .bloglovin:before {
	content: "\f004"
}

.bottom-bar-social .facebook:before {
	content: "\f09a"
}

.bottom-bar-social .twitter:before {
	content: "\f099"
}

.bottom-bar-social .gplus:before {
	content: "\f0d5"
}

.bottom-bar-social .rss:before {
	content: "\f09e"
}

.bottom-bar-social .youtube:before {
	content: "\f167"
}

.bottom-bar-social .skype:before {
	content: "\f17e"
}

.bottom-bar-social .stumbleupon:before {
	content: "\f1a4"
}

.bottom-bar-social .tumblr:before {
	content: "\f173"
}

.bottom-bar-social .vine:before {
	content: "\f1ca"
}

.bottom-bar-social .stack-overflow:before {
	content: "\f16c"
}

.bottom-bar-social .linkedin:before {
	content: "\f0e1"
}

.bottom-bar-social .dribbble:before {
	content: "\f17d"
}

.bottom-bar-social .soundcloud:before {
	content: "\f1be"
}

.bottom-bar-social .behance:before {
	content: "\f1b4"
}

.bottom-bar-social .digg:before {
	content: "\f1a6"
}

.bottom-bar-social .instagram:before {
	content: "\f16d"
}

.bottom-bar-social .pinterest:before {
	content: "\f0d2"
}

.bottom-bar-social .delicious:before {
	content: "\f1a5"
}

.bottom-bar-social .codepen:before {
	content: "\f1cb"
}

.bottom-bar-social ul#social a:hover {
	color: #ffbd2f;
	opacity: 1;
}

.jugas_footer_copyright {
	display: inline-block;
	color: #fff;
	height: 52px;
	line-height: 52px;
}

.jugas_footer_copyright a {
	color: #ffbd2f;
}

/* ######## Custom Widget Css ######################### */
.sidebar .FollowByEmail>h3.title,
.sidebar .FollowByEmail .title-wrap {
	margin-bottom: 0
}

.FollowByEmail td {
	width: 100%;
	float: left;
	box-sizing: border-box
}

.FollowByEmail .follow-by-email-inner .follow-by-email-submit {
	margin-left: 0;
	width: 100%;
	border-radius: 0;
	height: 30px;
	font-size: 11px;
	color: #fff;
	background-color: #ffbd2f;
	font-family: inherit;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px
}

.FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover {
	opacity: 0.8;
}

.FollowByEmail .follow-by-email-inner .follow-by-email-address {
	padding-left: 10px;
	height: 30px;
	border: 1px solid #FFF;
	margin-bottom: 5px;
	box-sizing: border-box;
	font-size: 11px;
	font-family: inherit
}

.FollowByEmail .follow-by-email-inner .follow-by-email-address:focus {
	border: 1px solid #FFF
}

.FollowByEmail .widget-content {
	box-sizing: border-box;
	padding: 10px
}

.FollowByEmail .widget-content:before {
	content: "Enter your email address to subscribe to this blog and receive notifications of new posts by email.";
	font-size: 14px;
	color: #f2f2f2;
	line-height: 1.4em;
	margin-bottom: 5px;
	display: block;
	padding: 0 2px
}

.item #ads-home {
	margin-top: 20px;
}

.cloud-label-widget-content {
	display: inline-block;
	text-align: left;
}

.cloud-label-widget-content .label-size {
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: normal;
	margin: 0 5px 5px 0;
	opacity: 1
}

.cloud-label-widget-content .label-size a {
	background: #f8f8f8;
	color: #878787;
	float: left;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
	padding: 7px 8px;
	text-transform: capitalize;
	transition: all .6s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.lowerbar .cloud-label-widget-content .label-size a {
	background: #3B3B3B;
}

.cloud-label-widget-content .label-size a:hover,
.cloud-label-widget-content .label-size a:active {
	background: #ffbd2f;
	color: #fff;
}

.cloud-label-widget-content .label-size .label-count {
	background: #ffbd2f;
	color: #fff;
	white-space: nowrap;
	display: inline-block;
	padding: 6px 8px;
	margin-left: -3px;
	line-height: normal;
	border-radius: 0 2px 2px 0
}

.label-size-1,
.label-size-2 {
	opacity: 100
}

.list-label-widget-content li {
	display: block;
	padding: 8px 0;
	position: relative
}

.list-label-widget-content li a:before {
	content: '\203a';
	position: absolute;
	left: 0px;
	top: 8px;
	font-size: 22px;
	color: #ffbd2f
}

.lowerbar .list-label-widget-content li a {
	color: #fff;
}

.list-label-widget-content li a {
	color: #0a0a0a;
	font-size: 16px;
	padding-left: 20px;
	font-weight: 400;
	text-transform: capitalize;
}

.list-label-widget-content li span:last-child {
	color: #ffbd2f;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	top: 9px;
	right: 0
}

.PopularPosts .item-thumbnail {
	margin: 0 15px 0 0 !important;
	width: 90px;
	height: 65px;
	float: left;
	overflow: hidden;
	position: relative
}

.PopularPosts .item-thumbnail a {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 0
}

.PopularPosts ul li img {
	width: 90px;
	height: 65px;
	object-fit: cover;
	padding: 0;
	transition: all .3s ease
}

.PopularPosts .widget-content ul li {
	overflow: hidden;
	padding: 10px 0;
	border-top: 1px solid #f2f2f2
}

.sidebar .PopularPosts .widget-content ul li:first-child,
.sidebar .custom-widget li:first-child,
.tab-widget .PopularPosts .widget-content ul li:first-child,
.tab-widget .custom-widget li:first-child {
	padding-top: 0;
	border-top: 0
}

.sidebar .PopularPosts .widget-content ul li:last-child,
.sidebar .custom-widget li:last-child,
.tab-widget .PopularPosts .widget-content ul li:last-child,
.tab-widget .custom-widget li:last-child {
	padding-bottom: 0
}

.PopularPosts ul li a {
	color: #0a0a0a;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.4em;
	transition: color .3s;
}

.PopularPosts ul li a:hover {
	color: #ffbd2f
}

.PopularPosts .item-title {
	margin: 0 0 4px;
	padding: 0;
	line-height: 0
}

.item-snippet {
	display: none;
	font-size: 0;
	padding-top: 0
}

.PopularPosts ul {
	counter-reset: popularcount;
	margin: 0;
	padding: 0;
}

.PopularPosts .item-thumbnail::before {
	background: rgba(0, 0, 0, 0.3);
	bottom: 0px;
	content: "";
	height: 100px;
	width: 100px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	position: absolute;
	z-index: 3;
}

.BlogArchive ul li {
	margin-bottom: 7px !important;
	padding-bottom: 7px;
}

.BlogArchive ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.BlogArchive ul li a {
	color: #0a0a0a;
}

.BlogArchive ul li a:hover {
	color: #ffbd2f;
}

.BlogArchive .zippy {
	color: #e74c3c;
}

.BlogArchive .post-count-link {
	font-weight: 700;
}

.BlogArchive ul .posts a {}

.BlogArchive select {
	width: 100%;
	padding: 10px;
	border-color: #777;
}

/* ######## Responsive Css ######################### */
@media only screen and (max-width: 1200px) {
	.featured-slider-wrap {
		width: auto !important;
	}

	.sora-author-box-text {
		padding: 30px 70px 0 0;
	}

	.row {
		width: 100%;
		margin: 0 auto;
		float: none;
		padding-left: 10px !important;
		padding-right: 10px !important;
		box-sizing: border-box;
	}

	.index .post-grid-item,
	.archive .post-grid-item {
		width: 33.33%;
	}

	.index .post-grid-item:nth-child(3n),
	.archive .post-grid-item:nth-child(3n) {
		padding-right: 0;
	}

	.index .post-grid-item:nth-child(4n),
	.archive .post-grid-item:nth-child(4n) {
		padding-right: 15px;
	}
}

@media only screen and (max-width: 1100px) {
	.sora-author-box-text {
		padding: 15px 0 0 0;
	}

	.sora-author-box img {
		margin-right: 40px;
		max-width: 400px;
	}

	div#sora_blogger_cntct_form .wrap-me {
		max-width: 500px;
		float: none;
		clear: both;
		margin: 0 auto 20px;
		width: 100%;
	}

	.map-me {
		max-width: 500px;
		float: none;
		clear: both;
		margin: 0 auto;
		width: 100%;
	}
}

@media only screen and (max-width: 980px) {

	.item #main-wrapper,
	.statc_page #main-wrapper,
	.item #sidebar-wrapper,
	.statc_page #sidebar-wrapper {
		float: none;
		clear: both;
		width: 100%;
		margin: 0 auto;
	}

	#main-wrapper {
		max-width: 100%;
	}

	#sidebar-wrapper {
		padding-top: 20px;
	}

	#nav1,
	#nav {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}

	.item .tm-menu .slicknav_menu,
	.static_page .tm-menu .slicknav_menu,
	.error_page {
		display: block;
	}

	.tm-menu,
	#menu {
		height: auto;
	}

	.item .tm-menu,
	.static_page .tm-menu,
	.error_page .tm-menu {
		float: none;
		display: block;
	}
}

@media screen and (max-width: 880px) {

	.index .post-grid-item,
	.archive .post-grid-item {
		width: 32%;
	}

	.home #header-wrapper {
		margin-bottom: 10px;
	}

	.item #content-wrapper {
		padding: 0 0 30px;
	}

	.skills,
	.skill-details {
		width: 100%;
		float: none;
		padding: 20px;
		clear: both;
	}
}

@media only screen and (max-width: 768px) {
	.sora-author-box img {
		margin-right: 0;
		max-width: 100%;
		float: none;
		width: 100%;
		height: auto;
		clear: both;
	}

	.sora-author-box-text {
		padding: 10px;
		text-align: center;
	}

	.counter-box-item,
	.works-tiles {
		width: 50%;
	}

	#header h1 {
		font-size: 50px;
	}

	.index .post-grid-item:nth-child(3n),
	.archive .post-grid-item:nth-child(3n) {
		padding-right: 0;
	}

	.index .post-grid-item:nth-child(4n),
	.archive .post-grid-item:nth-child(4n) {
		padding-right: 0;
	}

	.index .post-grid-item,
	.archive .post-grid-item {
		width: 100%;
		padding-right: 0;
	}

	.tm-menu {
		text-align: center;
	}

	.top-bar-social {
		float: none;
		width: 100%;
		clear: both;
		overflow: hidden;
	}

	.top-bar-social li {
		display: inline-block;
		float: none;
	}

	.flickity-prev-next-button {
		display: none;
	}

	.bot-menu,
	.bottom-bar-social {
		float: none;
		width: 100%;
		clear: both;
		overflow: hidden;
		position: static;
	}

	.bot-menu ul {
		text-align: center;
	}

	.bot-menu ul li {
		float: none;
	}

	.bottom-bar-social li {
		float: none;
		display: inline-block;
	}

	.related li {
		width: 31%;
	}

	.share-art span {
		display: none;
	}

	.ops-404 {
		width: 80% !important;
	}

	.title-404 {
		font-size: 160px !important;
	}

	#header {
		padding: 10px 0px 0;
	}
}

@media only screen and (max-width: 767px) {
	#header {
		padding: 0;
	}

	#header h1 {
		font-size: 30px;
	}

	.header-text p {
		font-size: 30px;
	}

	.slide-in {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.slide-in {
		display: block;
	}

	.special-tiles,
	.works-tiles,
	.about-tiles,
	.counter-box-item {
		width: 100%;
	}

	#header h1 {
		font-size: 30px;
	}

	.header-text p {
		font-size: 20px;
	}

	.header-logo-desc span,
	.header-logo-desc p {
		font-size: 16px;
	}

	.index .post h2,
	.archive .post h2,
	.sora-slide .ty-bonos-entry a,
	#first-post .post h2 {
		line-height: 34px;
		font-size: 23px;
	}

	h1.post-title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	#sidebar-wrapper {
		max-width: 100%;
	}

	.share-title {
		display: none;
	}

	.share-art {
		float: none;
		text-align: center;
	}

	.related li {
		width: 100%;
		margin: 0 auto;
	}

	.index .post-outer {
		padding: 0 0 5x;
	}
}

@media only screen and (max-width: 360px) {
	.title-404 {
		font-size: 150px !important;
	}

	.header-logo-desc p {
		font-size: 100%;
	}

	#header h1 {
		font-size: 250%;
	}
}

@media only screen and (max-width: 300px) {

	#sidebar-wrapper,
	.feat-slider-wrap {
		display: none
	}

	.archive .post h2,
	.index .post h2,
	#first-post .post h2 {
		line-height: 29px !important;
		font-size: 15px !important;
	}

	article {
		overflow: hidden;
	}

	#blog-pager {
		padding: 0;
		margin: 0;
	}

	.index .snippets,
	.archive .snippets {
		display: none;
	}

	.share-art,
	.share-box .post-author {
		float: none !important;
		margin: 0 auto;
		text-align: center;
		clear: both;
	}

	.read-more-wrap,
	.post-labels {
		float: none !important;
		clear: both;
		display: block;
		text-align: center;
	}

	.ops-404 {
		font-size: 20px !important;
	}

	.title-404 {
		font-size: 120px !important;
	}

	h1.post-title {
		font-size: 17px;
	}

	.share-box {
		overflow: hidden;
	}

	.top-bar-social #social a {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}

	.second-meta .share-art a {
		padding: 5px;
	}

	.comments .avatar-image-container {
		display: none;
	}

	.comments .comment-block {
		margin-left: 0 !important;
		position: relative;
	}
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
	animation-duration: 0.75s;
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translateZ(0);
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

@keyframes pulse {
	0% {
		transform: scaleX(1);
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		transform: scaleX(1);
	}
}

.pulse {
	animation-name: pulse;
}

@keyframes rubberBand {
	0% {
		transform: scaleX(1);
	}

	30% {
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		transform: scaleX(1);
	}
}

.rubberBand {
	animation-name: rubberBand;
}

@keyframes shake {

	0%,
	to {
		transform: translateZ(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	animation-name: shake;
}

@keyframes headShake {
	0% {
		transform: translateX(0);
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		transform: translateX(0);
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@keyframes swing {
	20% {
		transform: rotate(15deg);
	}

	40% {
		transform: rotate(-10deg);
	}

	60% {
		transform: rotate(5deg);
	}

	80% {
		transform: rotate(-5deg);
	}

	to {
		transform: rotate(0deg);
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing;
}

@keyframes tada {
	0% {
		transform: scaleX(1);
	}

	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}

	to {
		transform: scaleX(1);
	}
}

.tada {
	animation-name: tada;
}

@keyframes wobble {
	0% {
		transform: none;
	}

	15% {
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}

	30% {
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}

	45% {
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}

	60% {
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}

	75% {
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}

	to {
		transform: none;
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes jello {

	0%,
	11.1%,
	to {
		transform: none;
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	animation-name: jello;
	transform-origin: center;
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		transform: scaleX(1);
	}
}

.bounceIn {
	animation-name: bounceIn;
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}

	75% {
		transform: translate3d(0, -10px, 0);
	}

	90% {
		transform: translate3d(0, 5px, 0);
	}

	to {
		transform: none;
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}

	75% {
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		transform: translate3d(5px, 0, 0);
	}

	to {
		transform: none;
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		transform: translate3d(10px, 0, 0);
	}

	90% {
		transform: translate3d(-5px, 0, 0);
	}

	to {
		transform: none;
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}

	75% {
		transform: translate3d(0, 10px, 0);
	}

	90% {
		transform: translate3d(0, -5px, 0);
	}

	to {
		transform: translateZ(0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes bounceOut {
	20% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	animation-name: bounceOut;
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	animation-name: bounceOutUp;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}

@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(-1turn);
		animation-timing-function: ease-out;
	}

	40% {
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out;
	}

	50% {
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in;
	}

	80% {
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		animation-timing-function: ease-in;
	}

	to {
		transform: perspective(400px);
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip;
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotateX(-5deg);
	}

	to {
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotateY(-5deg);
	}

	to {
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px);
	}

	30% {
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}

	to {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@keyframes flipOutY {
	0% {
		transform: perspective(400px);
	}

	30% {
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}

	to {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}

@keyframes lightSpeedIn {
	0% {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}

@keyframes rotateIn {
	0% {
		transform-origin: center;
		transform: rotate(-200deg);
		opacity: 0;
	}

	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-45deg);
		opacity: 0;
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
	}

	to {
		transform-origin: center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		transform-origin: left bottom;
		transform: rotate(45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		transform-origin: right bottom;
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		transform-origin: left bottom;
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	animation-name: hinge;
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}

	50% {
		transform: rotate(-10deg);
	}

	70% {
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.jackInTheBox {
	animation-name: jackInTheBox;
}

@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.rollIn {
	animation-name: rollIn;
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.rollOut {
	animation-name: rollOut;
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

.zoomOut {
	animation-name: zoomOut;
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		transform: scale(0.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}

.zoomOutRight {
	animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	animation-name: zoomOutUp;
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		transform: translateZ(0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translateZ(0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translateZ(0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		transform: translateZ(0);
	}
}

.slideInUp {
	animation-name: slideInUp;
}

@keyframes slideOutDown {
	0% {
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

@keyframes slideOutLeft {
	0% {
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	animation-name: slideOutLeft;
}

@keyframes slideOutRight {
	0% {
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	animation-name: slideOutRight;
}

@keyframes slideOutUp {
	0% {
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fromLeftToRight	 {
	0% {
		right: 1000px;
		top: 0px;
	}

	25% {
		right: 0px;
		top: 0px;
	}

	50% {
		right: 0px;
		top: 0px;
	}

	75% {
		right: 0px;
		top: 0px;
	} */

	100% {
		right: 0px;
		top: 0px;
	}
}

@keyframes fromRightToLeft	 {
	0% {
		left: 1000px;
		top: 0px;
	}

	25% {
		left: 0;
		top: 0px;
	}

	50% {
		left: 0px;
		top: 0px;
	}

	75% {
		left: 0px;
		top: 0px;
	}

	100% {
		left: 0px;
		top: 0px;
	}
}

@keyframes topDown	 {
	0% {
		left: 0px;
		bottom: 1000px;
	}

	25% {
		left: 0px;
		bottom: 0px;
	}

	50% {
		left: 0px;
		bottom: 0px;
	}

	75% {
		left: 0px;
		bottom: 0px;
	}

	100% {
		left: 0px;
		bottom: 0px;
	}
}

@keyframes bottomUp	 {
	0% {
		left: 0px;
		top: 1000px;
	}

	25% {
		left: 0px;
		top: 0px;
	}

	50% {
		left: 0px;
		top: 0px;
	}

	75% {
		left: 0px;
		top: 0px;
	}

	100% {
		left: 0px;
		top: 0px;
	}
}


#from-left-to-right {
	position: relative;
	animation-name: fromLeftToRight;
	animation-duration: 4s;
}

#from-right-to-left {
	position: relative;
	animation-name: fromRightToLeft;
	animation-duration: 5s;
}

#top-down {
	position: relative;
	animation-name: topDown;
	animation-duration: 5s;
}

#bottom-up {
	position: relative;
	animation-name: bottomUp;
	animation-duration: 5s;
}

.slideOutUp {
	animation-name: slideOutUp;
}

#layout #preloader,
#layout .scrolling-menu {
	display: none;
}

#layout .sora-contact-widget {
	display: none;
}

body#layout .outer-wrapper {
	padding: 0;
	width: 800px
}

body#layout .section h4 {
	color: #333 !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

body#layout .tm-menu,
body#layout #menu {
	height: auto;
	position: static;
}

body#layout #menu .widget {
	display: block;
	visibility: visible;
}

body#layout #header-wrapper {
	height: auto;
}

body#layout #content-wrapper {
	margin: 0 auto;
	padding: 0;
}

body#layout #main-wrapper {
	float: left;
	width: 70%;
	margin: 0;
	padding: 0
}

body#layout #sidebar-wrapper {
	float: right;
	width: 30%;
	margin: 0;
	padding: 0;
	display: block;
	visibility: visible;
	height: auto;
	opacity: 1;
}

body#layout #sidebar-wrapper .section {
	background-color: #f8e244 !important;
	border: 1px solid #fff
}

body#layout #sidebar-wrapper .section h4 {
	color: #fff;
}

body#layout #sidebar-wrapper .section .widget-content {
	border-color: #5a7ea2 !important
}

body#layout #sidebar-wrapper .section .draggable-widget .widget-wrap2 {
	background-color: #0080ce !important
}

body#layout #main-wrapper #main {
	margin-right: 4px;
	background-color: #5a7ea2;
	border-color: #34495e
}

body#layout #main-wrapper #main h4 {
	color: #fff !important
}

body#layout .layout-widget-description {
	display: none !important
}

body#layout #Blog1 .widget-content {
	border-color: #34495e
}

body#layout .draggable-widget .widget-wrap2 {
	background: #0080ce url(img/widgets/draggable.png) no-repeat 4px 50%;
}

body#layout .editlink {
	background: #0080ce;
	color: #fff !important;
	padding: 0 3px;
	line-height: 18px;
	border: 1px solid #2469d9;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none !important;
}

body#layout .add_widget {
	background: #fff;
}

body#layout .tm-menu .section {
	background-color: #f6b3d2 !important;
	border: 1px solid #ed67a7
}

body#layout .header {
	background-color: #f2132d !important;
	border: 1px solid #f53551
}

body#layout .feat-slider-wrap .section {
	background-color: #a0d3db !important;
	border: 1px solid #a2dbeb
}

body#layout .insta-wrap .section {
	background-color: #a0d3db !important;
	border: 1px solid #a2dbeb
}

body#layout .FollowByEmail .widget-content:before,
body#layout .jugas_footer_copyright {
	display: none;
}

body#layout .sora-special-box,
body#layout .sora-works-box,
body#layout .sora-about-box,
body#layout .insta-wrap,
body#layout .Portfolio-title {
	display: none;
}