body, html {
	font-family: 'Roboto Condensed', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000;
	background-color: #fff;
}

h1 {
	font-family: 'Vollkorn', sans-serif;
	/*text-transform: uppercase;*/
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-family: 'Vollkorn', sans-serif;
	/*text-transform: uppercase;*/
	line-height: 35px;
	margin:  0;
}
h2 strong {
	color: #000;
}
h3 {
	font-family: 'Vollkorn', sans-serif;
	font-size: 18px;
	font-weight: 900;
}
h4 {
	font-family: 'Vollkorn', sans-serif;
	text-transform: uppercase;
}
h5 {
	font-family: 'Vollkorn', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Roboto Condensed', sans-serif;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Roboto Condensed', sans-serif;
}
a { color: #222; text-decoration: none; }
a:hover,
a:focus {
	text-decoration: underline;
	color: #222;
}

.section-title hr {
	border-color: #444;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

.btn.tf-btn.btn-default {
	padding: 10px 40px;
	text-transform: uppercase;
}

.btn.tf-btn.btn-default:hover {
	background: #d0231f;
	border-color: #d0231f;
	color: #fff;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}

/* Navigation */
#tf-menu {
	padding: 0 20px;
	transition: all 0.8s;
}

#tf-menu.navbar {
	margin-bottom: 0;
}

#tf-menu.navbar-default {
	background: #fff;
	border-color: rgba(128, 128, 128, 0.2);
}

#tf-menu.on.navbar-default {
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

#tf-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-weight: 900;
	opacity: 0;
	padding-top: 10px;
}

#tf-menu a.navbar-brand img {
	max-height: 33px;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

.navbar-nav-centered {
  width: 100%;
  text-align: center;
}

.navbar-nav-centered > li {
  float: none;
  display: inline-block;
}

.on {
	background-color: #fff !important;
	padding: 0 !important;
}

#tf-menu.on a.navbar-brand {
	opacity: 1;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover/*,
.navbar-default .navbar-nav > .active > a:focus*/ {
	color: #444;
	background-color: transparent;
	/*font-weight: 700;*/
}

.navbar-default .navbar-nav > li > a:hover/*, .navbar-default .navbar-nav > li > a:focus*/ {
	color: #ddd;
	background-color: rgba(0,0,0,0.8);
	/*font-weight: 700;*/
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover/*,
.navbar-default .navbar-toggle:focus*/ {
	background-color: rgba(0,0,0,0.8);
	border-color: #333;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

@media (max-width: 991px) {
	.nav > li > a {
		padding-left: 0 !important;
		padding-right: 5px;
		font-size: 10px !important;
	}
}

.navbar-default.on .navbar-collapse ul li a {
	font-weight: bold;
	color: #000;
	padding-left: 15px;
}

.navbar-default.on .navbar-collapse ul li a:hover {
	font-weight: bold;
	color: #fff;
	/*background-color: transparent;*/
	padding-left: 15px;
	/*text-decoration: underline;*/
}

/* Home Style */
#tf-home {
	color: #333;
	min-height: 106px;
	position: relative;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(left, #ffffff 0%,#f6f6f6 100%);
	background: -o-linear-gradient(left, #ffffff 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(left, #ffffff 0%,#f6f6f6 100%);
	background: linear-gradient(to right, #ffffff 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
}

.se-sky-hd-logo {
	margin: 16px 0 0 0;
	padding-right: 20px;
	min-height: 106px;
}

.se-sky-hd-text {
	margin: 16px 0 0 0px;
	padding: 10px 30px 0 80px;
	min-height: 106px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #7f7f7f;
}

.se-sky-hd-text strong {
	color: #222;
}

@media (max-width: 991px){
	.se-sky-hd-logo {
		text-align: center;
	}
	.se-sky-hd-logo img {
		display: inline-block;
	}
	.se-sky-hd-text {
		text-align: center;
		background: none;
		margin-top: 5px;
		padding-left: 30px;
		padding-bottom: 10px;
		font-size: 16px;
	}
}

.se-sky-hd-info {
	/*margin:20px 0 20px 0;*/
	/*padding:8px 12px 9px 12px;*/
}
.se-sky-hd-info p {
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #dddddd;
	margin: 19px 0 16px;
	padding: 8px 14px;
}
.se-sky-hd-info a {
	font-size: 14px;
	line-height: 21px;
}

.se-sky-hd-info a:hover {
	color:#2b90b7;
}
.se-sky-hd-info a.uso {
	padding-left: 6px;
	font-size: 12px;
	margin-top: 5px;
}
.se-sky-hd-info a.uso:hover {
	text-decoration:underline;
	color:#222;
}

.se-sky-hd-info i {
	color: #222;
}

/*
#tf-home .intro img {
	display: inline-block;
}
*/

/* Scroll Down */
.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	z-index: 10;
	text-align: center;
}

.scroll-down span{
	position: relative;
	color: #fff;
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%  { top:0px;  opacity: 0;}
	30% { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%  { top:0px;  opacity: 0;}
	30% { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}



.content {
	position: relative;
	padding: 20% 0 0;
}

.color {
	color: #379696;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover {
	background: #444;
	color: #fff;
	border: 2px solid #444;
}

.section-title.center {
	padding: 30px 0;
}

.section-title p {
	font-size: 18px;
}

.section-title h2,
.section-title.center h2 {
	font-family: 'Vollkorn', sans-serif;
	font-weight: 300;
	color: #222;
}

.section-title h2 strong,
.section-title.center h2 strong {
	color: #222;
}

.section-title.center .line {
	border-top: 6px solid #a6cee6;
	height: 10px;
	max-width: 160px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}

.section-title.center hr {
	display: none;
	border-top: 2px solid rgba(128, 128, 128, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}

/* Header Section */
#tf-header {
	padding: 50px 0 0;
	color: #fff;
	background: #0f1d2a;
  background-image: url(https://www.pressdisplay.com/res/en-us/g22498/t218700700/2/images/se-tcmedians_header-bg.jpg);
  background-attachment: cover;
}

#tf-header .container-fluid {
	border-top: 6px double #fff;
	border-bottom: 6px double #fff;
}

.se-sky-content_logo {
	margin: 20px 10px;
	padding: 0;
}

.se-sky-content_logo img {
	display: inline-block;
	max-height: 130px;
}

/* Media Section */
#tf-media {
	color: #000;
	background: #fff;
  background-image: url(https://www.pressdisplay.com/res/en-us/g22498/t218700700/2/images/se-tcmedians_background.png);
  background-size: 93px;
}
#tf-media .overlay {
	height: auto;
	padding: 30px 0 80px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#media { margin: 0 auto}

.se-sky-supplement { text-align:center; }
.se-sky-supplement .page-header { font-family:'Vollkorn', Arial, Helvetica, sans-serif; border:0; color:#fff; border-width:2px; font-size:20px; line-height:34px; }
.se-sky-supplement .page-header span { color:#fff; }

.se-sky-supplement img { display:inline-block; }

#se-sky-papers-grid img {
	border: 5px double #fff;
}

.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
	background: #222;
	bottom: auto;
	/*top: 50%;*/
	bottom: 2px;
	left: 2px;
	width: calc(100% - 4px);
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	opacity: 0.7 !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

.justified-gallery > a:hover > .caption,
.justified-gallery > div:hover > .caption {
	background: #0c0c0c;
	top: 40%;
	bottom: auto;
	opacity: 1 !important;
}

@media (max-width: 767px){
	.justified-gallery > a > .caption,
	.justified-gallery > div > .caption {
		font-size: 14px;
		font-weight: bold;
	}
}

@media (max-width: 767px){
	#tf-media .overlay {
		padding-bottom: 0;
	}
}

.se-sky-title_img {
	display: inline-block;
	margin: 0 0 20px;
}

.se-sky-sp_content-row {
	padding: 40px 30px;
	margin: 0 auto;
	background-color: #222;
	border: 5px solid #f4f4f4;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
}

.se-sky-sp_content-row .row {
	padding: 0 0 0 30px;
	margin: 0 auto;
}

@media (max-width: 768px){
	.se-sky-sp_content-row {
		padding: 60px 0;
		margin: 0 auto;
	}
}

.se-sky-paper_thumb_main {
	min-height: auto;
	margin-bottom: 10px;
}

.se-sky-paper_thumb {
	min-height: auto;
}

#se-sky-region-map {
	padding-bottom: 30px;
}

#se-sky-region-map img {
	/*-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.25);*/
	/*-moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.25);*/
	/*box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.25);*/
	background-color: #fff;
	/*border: 5px double #fff;*/
	display: inline-block;
	border: 1px solid #ddd;
}

#se-sky-region-map map > area:focus {outline: none; border:0; }

.se-sky-supplements {
	padding-left: 10px;
	padding-right: 10px;
}

.se-sky-papers {
	background-color: rgba(255,255,255,0.7);
	border: 1px solid #ddd;
	border-bottom: 3px solid #353535;
}

.se-sky-paper_hblock-region_title {
	padding-top: 7px;
	padding-bottom: 30px;
	text-align: left;
}

.se-sky-paper_hblock-region_title span {
	background: #222;
	color: #fff;
	padding: 8px 20px;
	text-align: left;
	font-size: 26px;
	font-style: italic;
	font-family: 'Vollkorn', Arial, Helvetica, sans-serif;
}

.se-sky-paper_thumb_main img {
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.25);
	background-color: #fff;
	border: 5px double #fff;
}

.se-sky-paper_thumb_main .se-sky-paper_place,
.se-sky-paper_thumb .se-sky-paper_place {
	display: inline-block;
}

.se-sky-paper_thumb .se-sky-paper_place img {
	height: 197px;
}

.se-sky-paper_info {
	margin-top: 10px;
	margin-bottom: 10px;
}

.se-sky-paper_info a {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

.se-sky-paper_thumb_main .se-sky-paper_place img,
.se-sky-paper_place_wide img {
	max-height: 440px;
}

@media (max-width: 1199px){
	.se-sky-paper_thumb {
		min-height: 200px;
	}
	.se-sky-paper_thumb_main .se-sky-paper_place img {
		max-height: 348px;
	}
	.se-sky-paper_thumb .se-sky-paper_place img {
		height: 150px;
	}
	.se-sky-paper_thumb .se-sky-paper_info {
		font-size:12px;
	}
}

@media (max-width: 991px){
	.se-sky-sp_content-row .row {
		padding: 0;
	}
	.se-sky-paper_thumb {
		min-height: 210px;
	}
	.se-sky-paper_thumb .se-sky-paper_place img {
		height: 160px;
	}
}

@media (max-width: 768px){
	.se-sky-paper_thumb {
		min-height: 210px;
	}
	.se-sky-paper_thumb .se-sky-paper_place img {
		height: 155px;
	}
}

@media (max-width: 587px){
	.se-sky-paper_thumb {
		min-height: 190px;
	}
	.se-sky-paper_thumb .se-sky-paper_place img {
		height: 125px;
	}
	.se-sky-paper_thumb .se-sky-paper_info {
		font-size:12px;
	}
}

@media (max-width: 480px){
	.se-sky-paper_thumb .se-sky-paper_place img {
		height: inherit;
		max-height: 290px;
	}
	.se-sky-paper_thumb .se-sky-paper_info {
		font-size:12px;
	}
}

@media (max-width: 360px){
	.se-sky-paper_thumb .se-sky-paper_place img {
		height: inherit;
		max-height: 200px;
	}
}

/* Content Social */
.content-social li {
	display: inline-block;
	margin-right: 10px;
}
.content-social li:last-child {
	margin-right: 0;
}

.content-social i.fa {
	height: 40px;
	width: 40px;
	border: 2px solid #d0231f;
	font-size: 20px;
	padding: 8px 10px;
	border-radius: 50%;
	color: #fff;
	transition: all 0.5s;
}

.content-social i.fa.fa-facebook {
	background: #0e70af;
	border: 2px solid #0e70af;
	color: #fff;
}
.content-social i.fa.fa-twitter {
	background: #15b4ca;
	border: 2px solid #15b4ca;
	color: #fff;
}
.content-social i.fa.fa-instagram {
	background: #6f36a7;
	border: 2px solid #6f36a7;
	color: #fff;
}
.content-social i.fa.fa-pinterest {
	background: #be0606;
	border: 2px solid #be0606;
	color: #fff;
}
.content-social i.fa.fa-youtube {
	background: #d5191a;
	border: 2px solid #d5191a;
	color: #fff;
}

.content-social i.fa:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

.price-item {
	text-align: center;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #f0f0f0;
	margin-top: 30px;
	margin-bottom: 10px;
	border-radius: 30px;
}

.price-item h3 {
	font-size: 16px;
	font-weight: 800;
	color: #2D2D2D;
}

.price-item .price-name {
	color: #000;
	font-size: 28px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 5px 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

.price-item p {
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  padding: 15px 0 0;
  text-transform: uppercase;
}

.price-button {
	padding-bottom: 25px;
}

.price-button a {
  color: #000;
  text-transform: uppercase;
}

.price-button a:hover, .price-button a:focus {
	border-color: #d0231f;
	background-color: #d0231f;
	color: #fff;
}

@media (max-width: 468px){
	.price-item .price-name {
		font-size: 16px;
	}
	.price-button a {
		font-size: 11px;
	}
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #ddd;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #222;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #222;
}

.owl-theme .owl-controls .owl-buttons div {
	background: #222 !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
	border: none;
	font-size: 23px;
	top: 25%;
	position: absolute;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	-webkit-border-radius: 12px 5px 5px 12px;
	-moz-border-radius: 12px 5px 5px 12px;
	border-radius: 12px 5px 5px 12px;
	padding: 12px 6px 12px 10px;
	right: -30px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	-webkit-border-radius: 5px 12px 12px 5px;
	-moz-border-radius: 5px 12px 12px 5px;
	border-radius: 5px 12px 12px 5px;
	padding: 12px 10px 12px 6px;
	left: -30px;
}

@media (max-width: 1204px){
	.owl-theme .owl-controls .owl-buttons .owl-next {
		right: -28px;
		top: 28%;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev {
		left: -28px;
		top: 28%;
	}
}

@media (max-width: 1004px){
	.owl-theme .owl-controls .owl-buttons .owl-next {
		right: -24px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev {
		left: -24px;
	}
}

@media (max-width: 810px){
	.owl-theme .owl-controls .owl-buttons .owl-prev,
	.owl-theme .owl-controls .owl-buttons .owl-next {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding: 0 6px 2px;
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
	}
}

/* Bundle Section */
#tf-bundle {
	padding: 80px 0;
	background: #f3f3f3;
}

/* Features Section */
#tf-features {
	padding: 80px 0;
	background: #f3f3f3;
}

@media (max-width: 767px){
	#tf-features {
		padding: 20px 0 30px;
	}
}

.space {
	margin-top: 30px;
}

.featured-item {
	border: 1px solid transparent;
	margin-bottom: 30px;
	height: 150px;
	/*cursor: pointer;*/
	padding: 20px 15px;
}

.featured-item-small {
	height: 125px;
}

.featured-item:hover {
	border: 1px solid #ddd;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.featured-item {
		height: 170px;
	}
	.featured-item-small {
		height: 145px;
	}
}

@media (max-width: 991px) {
	.featured-item {
		height: inherit;
		padding-top: 15px;
		padding-bottom: 5px;
	}
}

.featured-icon {
	float: left;
	font-size: 38px;
	border-radius: 5px;
	width: 55px;
	height: 55px;
	background-color: #353535;
	color: #fff;
	line-height: 53px;
	text-align: center;
}
.featured-item:hover .featured-icon {
	background-color: #222;
}
.featured-item:hover h4 {
	color: #222;
}
.featured-text {
	text-align: left;
	margin-left: 85px;
}
.featured-text h4 {
	color: #353535;
	font-size: 17px;
	font-weight: 700;
	margin-top: 0;
}
.featured-text p {
	color: #747377;
	margin-top: 7px;
	font-size: 13px;
	line-height: 21px;
	font-weight: 500;
}

/* Apps Section
==============================*/
#tf-apps {
	padding: 80px 0;
	background: #fff;
}

@media (max-width: 767px){
	#tf-apps {
		padding: 10px 0 40px;
	}
}

#tf-apps {
	color: #000;
}

#tf-apps a {
	color: #222;
}

#tf-apps a h4,
#tf-apps a p {
	color: #222;
}

#tf-apps i.fa {
	font-size: 40px;
	border: 3px solid #222;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#tf-apps i.fa.fa-mobile {
	font-size: 50px;
	padding: 20px 25px;
}

#tf-apps .download_app a:hover > i.fa {
	border: 3px solid #fff;
	background: #222;
	color: #fff;
}

#tf-apps .download_app a:hover,
#tf-apps .download_app a:hover p,
#tf-apps .download_app a:hover h4 {
	color: #222;
}

@media screen and (max-width: 550px) {
	#tf-apps p,
	#tf-apps h4 {
		display: none;
	}
	#tf-apps i.fa {
		font-size: 20px;
		border: 3px solid #222;
		width: 50px;
		height: 50px;
		padding: 12px 11px;
		margin-bottom: 10px;
		border-radius: 50%;
		transition: all 0.5s;
	}

	#tf-apps i.fa.fa-mobile {
		font-size: 25px;
		padding: 20px 25px;
	}
}

@media screen and (max-width: 300px) {
	#tf-apps {
		display: none;
	}
}

/* Pricing Section */
#tf-pricing {
	padding: 80px 0;
}

#pricing {
	padding: 30px 0;
}
#pricing .item {
		display: block;
		width: 100%;
		height: auto;
}
#pricing .item p {
	font-weight: 400;
	margin: 30px 0;
	color: #d1d1d1;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 1px solid #f3f3f3;
}

.se-sky-pricetable {
	margin: 0 auto 20px !important;
}

.se-sky-pricetable th {
	text-align: center;
	padding: 18px !important;
}

.se-sky-pricetable td {
	padding: 12px 18px !important;
	vertical-align: middle !important;
	text-align: center;
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
}

.se-sky-pricetable td:first-child {
	text-align: left;
}

.se-sky-pricetable td img {
	display: inline-block;
}

/* Advertising Section */
#tf-advertising {
	background-color: #f3f3f3;
	color: #ffffff;
}

#tf-advertising .overlay {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}
#tf-advertising .section-title h2,
#tf-advertising .section-title.center h2 {
	color: #ddd;
}

#tf-advertising .section-title h2 strong,
#tf-advertising .section-title.center h2 strong {
	color: #fff;
}

#tf-advertising .section-title.center .line {
	border-top: 4px solid #fff;
}

#tf-advertising .section-title.center hr {
	border-top: 2px solid rgba(255, 255, 255, 0.34);
}

#advertising  {
	padding: 30px 0;
}
#advertising .item {
	display: block;
	width: 100%;
	height: auto;
}
#advertising img {
	display: inline-block;
}
#advertising .item p  {
	font-weight: 400;
	margin: 30px 0;
	color: #d1d1d1;
}

/* About Section */
#tf-about {
	padding: 80px 0;
	background: #f4f4f4;
}

#tf-about p {
	font-size: 20px;
}

@media (max-width: 767px){
	#tf-about {
		padding: 20px 0 30px;
	}
}

ul.about-list { margin: 30px 0 0 ;}
ul.about-list li {
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
}
ul.about-list li span {
	margin-right: 10px;
}

/* Supplement Section */
#tf-supplement {
	padding: 80px 0;
}
#tf-supplement h5 {
	margin-top: 5px;
	margin-bottom: 25px;
	color: #666;
	text-transform: none;
}

#tf-supplement img {
	display: inline-block;
	max-height: 158px;
	border: 1px solid #f3f3f3;
}

@media (max-width: 991px){
	#tf-supplement img {
		max-height: inherit;
		max-height: 260px;
	}
}

@media (max-width: 768px){
	#tf-supplement img {
		max-height: inherit;
	}
	#tf-supplement h5 {
		margin-bottom: 30px;
	}
}

/* FAQ */
#tf-faq {
	background: #f3f3f3;
}
#tf-faq .faq-accordion {
	position: relative;
	float: left;
	width: 100%;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media screen and (max-width: 768px) {
	#tf-faq .faq-accordion {
		padding: 15px;
	}
}
#tf-faq .faq-accordion .faq-accordion-icon-toggle {
	position: absolute;
	top: 27px;
	right: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media screen and (max-width: 480px) {
	#tf-faq .faq-accordion .faq-accordion-icon-toggle {
		top: 17px;
	}
}
#tf-faq .faq-accordion .faq-accordion-icon-toggle i {
	font-size: 16px;
	color: #222;
}
#tf-faq .faq-accordion h3 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0;
	padding: 0 30px 0 0;
	color: #222;
	cursor: pointer;
	position: relative;
	display: block;
	text-transform: none;
}
#tf-faq .faq-accordion .faq-body {
	clear: both;
	display: none;
	padding: 30px 0 0px 0;
	color: #444;
	font-size: 15px;
	line-height: 22px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	#tf-faq .faq-accordion .faq-body {
		font-size: 13px;
		line-height: 20px;
	}
	#tf-faq .faq-accordion h3 {
		font-size: 16px;
		line-height: 1.5;
		font-weight: 400;
		width: 80%;
		float: left;
	}
}
@media screen and (max-width: 490px) {
	#tf-faq .faq-accordion .faq-body {
		font-size: 12px;
		line-height: 16px;
	}
	#tf-faq .faq-accordion h3 {
		font-size: 14px;
		line-height: 1.5;
		font-weight: 400;
		width: 80%;
		float: left;
	}
}
#tf-faq .faq-accordion.active {
	background: #fff;
	-webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
}
#tf-faq .faq-accordion.active h3 {
	color: #222;
}
#tf-faq .faq-accordion.active .faq-accordion-icon-toggle {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* Footer */
nav#footer {
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.25);
	border-top: 1px solid #fff;
	background: #222;
	color: #fff;
	padding: 30px 0 15px 0;
}

nav#footer a {
	color: #fff;
}

nav#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

nav#footer .fnav { vertical-align: middle;}

nav#footer p {
	font-size: 14px;
	margin-top: 10px;
}

#footer img.img-responsive {
	display: inline-block;
}

ul.footer-social li {
	display: inline-block;
	margin-right: 10px;
}
ul.footer-social li:last-child {
	margin-right: 0;
}

#footer i.fa {
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	font-size: 20px;
	padding: 8px 10px;
	border-radius: 50%;
	color: #fff;
	transition: all 0.5s;
}

#footer i.fa.fa-facebook {
	padding: 8px 10px 8px 10px;
}

#footer i.fa.fa-google-plus {
	padding: 8px 14px 8px 6px;
}

#footer i.fa.fa-envelope {
	padding: 7px 11px 9px 9px;
}

#footer i.fa:hover {
	background: #fff;
	border-color: #fff;
	color: #222;
}

.scroll-up a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

/* Scroll to top */
.scroll-up {
	position: fixed;
	z-index: 999;
	bottom: 1em;
	right: 2em;
}

.scroll-up a {
	background-color: rgba(135, 135, 135, 0.5);
	display: block;
	width: 35px;
	height: 33px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

.scroll-up a span {
	font-size: 22px;
	line-height: 31px;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
}
/*
.modal-title {
  color: #999;
  font:bold 20px/1 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
#featuresModal .se-sky-icon {
  float: left;
  width: 20%;
}
#featuresModal .se-sky-icon i {
  font-size: 40px;
  color: #0082d6;
}
#featuresModal .se-sky-desc {
  width: 80%;
  float: right;
  min-height: 110px;
}
#featuresModal .se-sky-desc h3 {
  margin-top: 0;
  color: #0082d6;
  font:bold 18px/1 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

@media screen and (max-width:991px) {
	#featuresModal .se-sky-icon {
	  width: 12%;
	}
	#featuresModal .se-sky-desc {
	  width: 88%;
	  min-height: inherit;
	}
}

@media screen and (max-width:640px) {
	#featuresModal .se-sky-desc h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#featuresModal .se-sky-desc p {
		font-size: 13px;
	}
}

@media screen and (max-width:496px) {
	#featuresModal .se-sky-icon {
	  width: 15%;
	}
	#featuresModal .se-sky-desc {
	  width: 85%;
	  min-height: inherit;
	}
}

@media screen and (max-width:412px) {
	#featuresModal .se-sky-icon {
	  width: 20%;
	}
	#featuresModal .se-sky-desc {
	  width: 80%;
	  min-height: inherit;
	}
}
*/

@media (max-width: 768px){
	.content {
		padding: 40% 0 0;
	}
	.navbar { margin-bottom:0; }
}

@media (max-width: 603px){
	#tf-menu.navbar-default {
		background-color: #fff;
		}
	#tf-works li.pull-right, #tf-works li.pull-left {
			margin-top: 10px;
			float: none !important;
			text-align: center;
			display: block;
	}
	label{
			float: none !important
	}
	.pull-left.fnav,
	.pull-right.fnav {
			float: none !important;
			text-align: center;
	}

	.hover-bg .hover-text {
			padding: 12% 10%;
	}
	.section-title h2,
	.section-title.center h2,
	h2 {
		font-size: 24px;
		line-height: 28px;
	}
	h3 {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width: 360px){
	.hover-bg .hover-text {
			padding: 22% 10%;
	}
}

@media (max-width: 480px) {
	.section-title h2,
	.section-title.center h2,
	h2 {
		font-size: 20px;
		line-height: 28px;
	}
	h3 {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 480px) {
  .col-xs-B-1, .col-xs-B-2, .col-xs-B-3, .col-xs-B-4, .col-xs-B-5, .col-xs-B-6, .col-xs-B-7, .col-xs-B-8, .col-xs-B-9, .col-xs-B-10, .col-xs-B-11, .col-xs-B-12 {
    float: left;
  }
  .col-xs-B-12 {
    width: 100%;
  }
  .col-xs-B-11 {
    width: 91.66666667%;
  }
  .col-xs-B-10 {
    width: 83.33333333%;
  }
  .col-xs-B-9 {
    width: 75%;
  }
  .col-xs-B-8 {
    width: 66.66666667%;
  }
  .col-xs-B-7 {
    width: 58.33333333%;
  }
  .col-xs-B-6 {
    width: 50%;
  }
  .col-xs-B-5 {
    width: 41.66666667%;
  }
  .col-xs-B-4 {
    width: 33.33333333%;
  }
  .col-xs-B-3 {
    width: 25%;
  }
  .col-xs-B-2 {
    width: 16.66666667%;
  }
  .col-xs-B-1 {
    width: 8.33333333%;
  }
  .col-xs-B-pull-12 {
    right: 100%;
  }
  .col-xs-B-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-B-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-B-pull-9 {
    right: 75%;
  }
  .col-xs-B-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-B-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-B-pull-6 {
    right: 50%;
  }
  .col-xs-B-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-B-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-B-pull-3 {
    right: 25%;
  }
  .col-xs-B-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-B-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-B-pull-0 {
    right: 0%;
  }
  .col-xs-B-push-12 {
    left: 100%;
  }
  .col-xs-B-push-11 {
    left: 91.66666667%;
  }
  .col-xs-B-push-10 {
    left: 83.33333333%;
  }
  .col-xs-B-push-9 {
    left: 75%;
  }
  .col-xs-B-push-8 {
    left: 66.66666667%;
  }
  .col-xs-B-push-7 {
    left: 58.33333333%;
  }
  .col-xs-B-push-6 {
    left: 50%;
  }
  .col-xs-B-push-5 {
    left: 41.66666667%;
  }
  .col-xs-B-push-4 {
    left: 33.33333333%;
  }
  .col-xs-B-push-3 {
    left: 25%;
  }
  .col-xs-B-push-2 {
    left: 16.66666667%;
  }
  .col-xs-B-push-1 {
    left: 8.33333333%;
  }
  .col-xs-B-push-0 {
    left: 0%;
  }
  .col-xs-B-offset-12 {
    margin-left: 100%;
  }
  .col-xs-B-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-B-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-B-offset-9 {
    margin-left: 75%;
  }
  .col-xs-B-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-B-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-B-offset-6 {
    margin-left: 50%;
  }
  .col-xs-B-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-B-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-B-offset-3 {
    margin-left: 25%;
  }
  .col-xs-B-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-B-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-B-offset-0 {
    margin-left: 0%;
  }
}