body {
	height: 100%;
	overflow:hidden;
}

/* For youtube embed */
iframe {
	max-width: 560px;
	width: 100%;
}

#tc-content p, #tc-content strong, #tc-content li {
	font-size: 16px;
}

/*Search Bar*/
#tc-searchbar {
	width: 100% !important;
}

#tc-skyciv-logo {
	width: 50%;
}

#tc-content img {
	max-width: 100%;
	height: auto;
}

#left-nav {
	padding: 20px;
	float: left;
	width: 20%;
	height: 100%;
	/*border-right: 1px solid black;*/
	box-sizing: border-box;
	overflow:auto;
	background-color: #1C2533;
}
/*
.price{
	display: none;
}
*/
.tc-heading {
	color: white;
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 20px;
}

#tc-underlined {
	color: white;
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
	border-bottom: 1px solid #f1f1f1 !important;
}

.h3 {
	font-size: 20px;
	font-weight: 600;
}

.title.active {
	background-color: #289DCC !important;
	color: white !important;
}

.title {
	color: #289DCC !important;
}

#tc-content {
	padding: 40px;
	display:inline-block;
	width: 80%;
	height: 100%;
	box-sizing: border-box;
	overflow:auto;
}

.tc-topic {
	padding-left: 3%;
	display:block;
}

.tc-topic:hover{
	background-color: #289DCC;
	color: white;
}


.tc-subheading-title{
	border: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
	padding-left: 10px !important;
	color: #289DCC !important;
	
}

.software {
	display:block;
}

.special-link {
	font-size: 14px;
	color: #289DCC;
	width: auto;
	padding: 4px 16px;
	border: 1px solid #289DCC;
	border-radius: 3px;
	display: inline-block;
}

.menu-btn {
	display: none;
}

@media only screen and (max-width: 768px) {
	#left-nav {
		float: none;
		width: 100%;
		height: auto;
		max-height: 100%;
		padding-top: 20px;
		padding-bottom: 0;
	}
	
	#tc-skyciv-logo {
		width: auto;
		height: 50px;
	}
	
	center.tc-heading {
		font-size: 24px;
		line-height: 24px;
	}

	.ui.fluid.category.search {
		font-size: 16px;
	}

	#tc-content {
		width: 100%;
		height: calc(100vh - 190px);
	}

	.tc-menu-items center {
		margin-bottom: 20px;
	}

	.tc-menu-items {
		height: 0;
		-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	}

	.ui.fluid.search .results.visible {
		position: fixed;
		z-index: 34;
		top: 172px;
		width: 90%;
		left: 5%;
		display: block !important;
	}

	.menu-btn {
		display: block !important;
		position: fixed;
		right: 10px;
		top: 20px;
		z-index: 100;
		background: transparent;
		width: 30px;
		padding: 0;
		height: 30px;
		margin: 0;
		border: none;
		-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	}

	.menu-btn.active {
		transform: rotate(90deg);
		-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	}

	.menu-btn img {
		height: 100%;
	}

	.menu-btn:hover,
	.menu-btn:active,
	.menu-btn:focus,
	.menu-btn:visited {
		outline: none;
		box-shadow: none;
		border: none;
	}
}

