*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

article,
footer,
header,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

b {
	font-weight: bolder
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
pre {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

img {
	vertical-align: middle;
	border-style: none
}

table {
	border-collapse: collapse
}

th {
	text-align: inherit
}

[type=reset],
[type=submit],
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

*,
::after,
::before {
	box-sizing: inherit
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

@font-face {
	font-family: icons;
	src: url(/wp-content/themes/tmag/lib/icons/font/icons.eot?87733495);
	src: url(/wp-content/themes/tmag/lib/icons/font/icons.eot?87733495#iefix) format('embedded-opentype'), url(/wp-content/themes/tmag/lib/icons/font/icons.woff2?87733495) format('woff2'), url(/wp-content/themes/tmag/lib/icons/font/icons.woff?87733495) format('woff'), url(/wp-content/themes/tmag/lib/icons/font/icons.ttf?87733495) format('truetype'), url(/wp-content/themes/tmag/lib/icons/font/icons.svg?87733495#icons) format('svg');
	font-weight: 400;
	font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: icons;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-login:before {
	content: '\e809'
}

.icon-twitter:before {
	content: '\f099'
}

html {
	box-sizing: border-box
}

body {
	background: #fff;
	color: #2d405f;
	font-family: Ubuntu, sans-serif;
	font-size: 16px
}

a {
	color: #0054b3;
	transition: .5s;
	text-decoration: none
}

a:active,
a:focus,
a:hover {
	color: #0078ff;
	outline: 0;
	text-decoration: none
}

p {
	padding: 0;
	margin: 0 0 24px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2d405f;
	font-weight: 400;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Roboto, sans-serif
}

img {
	max-width: 100%;
	height: auto
}

#main {
	margin-top: 76px
}

#footer::after,
#header::after,
#main::after,
.container::after,
.row::after {
	clear: both;
	content: "";
	display: block
}

.page-header {
	padding: 20px 0;
	border-bottom: 1px solid #e2e4e7
}

.page-header h1,
.page-header span {
	float: left;
	padding: 0;
	margin: 0;
	font-family: Roboto, sans-serif;
	font-size: 26px;
	font-weight: 500
}

@media (max-width:992px) {
	.page-header h1,
	.page-header span {
		float: none
	}
}

.container-wrap {
	background: #f5f6f7;
	padding: 30px 0;
	margin: 0
}

@media (max-width:767px) {
	.container-wrap {
		padding: 15px 0
	}
}

#header {
	background: #fff;
	z-index: 1030;
	padding: 18px 0;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .06);
	position: fixed;
	left: 0;
	top: 0;
	right: 0
}

#header .container {
	position: relative
}

.logo {
	float: left;
	padding: 0
}

.logo img {
	height: 40px
}

#mobile-nav-toggle {
	position: absolute;
	right: 40px;
	top: 2px;
	z-index: 1031;
	margin: 0;
	border: 0;
	background: 0 0;
	font-size: 24px;
	display: none;
	transition: all .4s;
	outline: 0;
	cursor: pointer
}

@media (max-width:991px) {
	#mobile-nav-toggle {
		display: inline
	}
}

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: #fff;
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: .4s;
	border-right: 1px solid #e2e2e2
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none
}

#mobile-nav ul li {
	position: relative
}

#mobile-nav ul li a {
	color: #2d405f;
	ffont-family: Roboto, sans-serif;
	font-size: 15px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: 0;
	font-weight: 500
}

#mobile-nav ul li a:hover {
	color: #0078ff
}

#mobile-nav ul li li {
	padding-left: 30px
}

.page-wrap {
	background: #f5f6f7;
	padding: 30px 0
}

.page-wrap .page p:last-child {
	margin-bottom: 0
}

.license-page {
	margin-bottom: 20px
}

.license-page h3 {
	font-weight: 600;
	margin: 20px 0 5px 0
}

.license-page p {
	padding: 0;
	margin: 0 0 10px 0
}

.license-page ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px
}

.license-page li {
	margin-bottom: 5px
}

.post {
	padding: 30px;
	box-shadow: 0 0 5px #d9dcde;
	border-radius: 3px;
	background: #fff;
	position: relative;
	margin-bottom: 30px
}

@media (max-width:768px) {
	.post {
		padding: 15px
	}
}

.post .entry-header {
	margin-bottom: 25px
}

.post .featured-image {
	float: left;
	margin: 0 30px 15px 0;
	width: 260px
}

@media (max-width:768px) {
	.post .featured-image {
		float: none;
		width: auto;
		margin: -15px -15px 15px -15px
	}
}

.post .featured-image img {
	width: 100%;
	height: auto!important
}

.post .entry-title {
	color: #2d405f;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-decoration: none;
	word-wrap: break-word;
	margin-bottom: 10px;
	padding: 0
}

.post .entry-title a {
	color: #2d405f;
	text-decoration: none
}

.post .entry-title a:hover {
	color: #0078ff
}

.post .entry-meta {
	color: #45567c;
	font-size: 13px;
	margin-bottom: 10px
}

.post .entry-content {
	color: #45567c
}

.post .entry-content img {
	max-width: 100%;
	height: auto!important
}

.post .entry-content h1,
.post .entry-content h2,
.post .entry-content h3,
.post .entry-content h4,
.post .entry-content h5,
.post .entry-content h6 {
	color: #2d405f
}

.post .entry-content table {
	width: 100%
}

.post .entry-content p:last-child {
	margin-bottom: 0
}

.post h2.template-title {
	color: #004899;
	font-weight: 500
}

.post .template-description {
	margin-bottom: 15px
}

.post .template-buttons {
	text-align: center;
	background: #fff;
	margin-bottom: 40px
}

.post .template-buttons:last-child {
	margin-bottom: 0
}

.post .template-buttons a {
	display: inline-block;
	border-radius: 3px;
	font-size: 14px;
	padding: 6px 18px;
	margin: 5px;
	color: #fff;
	background: #0078ff
}

@media (max-width:575px) {
	.post .template-buttons a {
		padding: 4px 10px;
		font-size: 13px;
		margin: 5px 2px
	}
}

.post .template-buttons a:hover {
	background: #0054b3;
	color: #fff
}

.post-single {
	margin-bottom: 0
}

.post-single .featured-image {
	float: none;
	width: auto;
	margin: -30px -30px 15px -30px
}

@media (max-width:768px) {
	.post-single .featured-image {
		margin: -15px -15px 15px -15px
	}
}

.post-single .entry-title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px
}

@media (max-width:768px) {
	.post-single .entry-title {
		font-size: 20px;
		line-height: 28px
	}
}

.post-single .entry-meta {
	font-size: 14px;
	margin-bottom: 15px
}

.sharethis {
	padding: 15px 30px;
	margin: 0 -30px!important;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fafafa;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: Roboto, sans-serif
}

@media (max-width:768px) {
	.sharethis {
		padding: 10px 15px;
		margin: 0 -15px!important
	}
}

.sharethis a {
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	padding: 4px 8px;
	border-radius: 3px;
	color: #fff;
	margin-left: 4px;
	text-transform: none
}

.sharethis a.share-twitter {
	background: #00aced
}

.sharethis a.share-twitter:hover {
	background: rgba(0, 172, 237, .6)
}

.sharethis a .share-title {
	display: none
}

@media (min-width:768px) {
	.sharethis a .share-title {
		display: inline
	}
}

.template {
	padding: 20px;
	box-shadow: 0 0 5px #d9dcde;
	border-radius: 3px;
	background: #fff;
	position: relative;
	transition: .3s;
	margin-bottom: 30px
}

@media (max-width:768px) {
	.template {
		margin-bottom: 25px
	}
}

.template:hover {
	box-shadow: 0 0 25px #d9dcde
}

.template .template-name {
	color: #2d405f;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	text-decoration: none;
	word-wrap: break-word;
	margin-bottom: 15px;
	padding: 0
}

.template .template-name a {
	color: #45567c;
	text-decoration: none
}

.template .template-name a:hover {
	color: #0078ff
}

.template .template-description {
	color: #45567c;
	font-size: 16px;
	line-height: 26px;
	margin: 0
}

.template .template-description p {
	margin-bottom: 0
}

.template .template-meta {
	padding-top: 20px
}

.template .template-meta .template-buttons {
	float: right
}

.template .template-meta .template-buttons a {
	display: inline-block;
	border-radius: 3px;
	font-size: 14px;
	padding: 6px 18px;
	margin-left: 5px;
	color: #fff;
	background: #0078ff
}

@media (max-width:575px) {
	.template .template-meta .template-buttons a {
		padding: 4px 10px;
		font-size: 13px
	}
}

.template .template-meta .template-buttons a:hover {
	background: #0054b3;
	color: #fff
}

.single-template {
	padding: 30px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	transition: .3s
}

@media (max-width:767px) {
	.single-template {
		padding: 15px
	}
}

.single-template:hover {
	box-shadow: 0 0 25px #d9dcde
}

.single-template .share-template {
	margin: 0 -30px 20px -30px;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	background: #fafafa;
	position: relative
}

@media (max-width:767px) {
	.single-template .share-template {
		margin: 0 -15px 15px -15px
	}
}

.single-template .share-template a {
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	padding: 5px 8px;
	border-radius: 3px;
	color: #fff;
	margin-right: 4px;
	text-transform: none
}

.single-template .share-template a.share-twitter {
	background: #00aced
}

.single-template .share-template a.share-twitter:hover {
	background: rgba(0, 172, 237, .6)
}

.single-template .template-description {
	color: #45567c;
	font-size: 17px;
	line-height: 28px
}

@media (max-width:1199px) {
	.single-template .template-description {
		font-size: 16px;
		line-height: 24px
	}
}

.single-template .template-description img {
	max-width: 100%;
	height: auto!important
}

.single-template .template-description h1,
.single-template .template-description h2,
.single-template .template-description h3,
.single-template .template-description h4,
.single-template .template-description h5,
.single-template .template-description h6 {
	color: #2d405f
}

.single-template .template-description table {
	width: 100%
}

.single-template .template-description p:last-child {
	margin-bottom: 0
}

#footer {
	padding: 30px 0 40px 0;
	font-size: 14px;
	background: #fff;
	border-top: 1px solid #e2e4e7
}

.copyrights {
	color: #2d405f;
	float: left
}

@media (max-width:767px) {
	.copyrights {
		float: none;
		text-align: center
	}
}

#price-table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%
}

#price-table td,
#price-table th {
	border: 1px solid #ddd;
	padding: 8px
}

#price-table tr:nth-child(even) {
	background-color: #f2f2f2
}

#price-table tr:hover {
	background-color: #ddd
}

#price-table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #4caf50;
	color: #fff
}

#navigation.navbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	padding: 15px 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #f0f0f0;
	z-index: 8000;
	border-radius: 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .02);
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
	background: #3c4451
}

.font-style-c {
	font-family: Agency FB;
	color: #fff;
	font-size: 35px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	font-weight: 700
}

#navigation.navbar-brand {
	height: auto;
	color: #fff;
	padding: 0;
	line-height: 22px;
	margin-left: 10px
}

pre {
	white-space: pre-wrap; 
	word-break: keep-all;
	background-color: #f5f6f7;
}