/*import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);*/
@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans.eot');
	src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#glyphicons_halflingsregular') format('svg');
}
body, html {
	font-family: 'OpenSans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}
h1 {
	text-transform: uppercase;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 20px;
	margin: 0;
}
h3 {
	font-size: 18px;
	font-weight: 900;
}
h4 {
	text-transform: uppercase;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'OpenSans', sans-serif;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'OpenSans', sans-serif;
}
a {
	color: #f36f5e;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f36f5e;
}
.section-title hr {
	border-color: #f36f5e;
	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;
}
/* Navigation */
#tf-menu {
	padding: 20px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-weight: 900;
}
#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #000;
	font-size: 17px;
	letter-spacing: 1px;
	padding-bottom: 5px;
}
.on {
	background-color: #222222 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #f36f5e !important;
	background-color: transparent;
	font-weight: 700;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f36f5e;
	border-color: #f36f5e;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
/*#tf-home{
	background: url(../img/01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #000;
	height: 1206px;
}*/
#tf-home {
	background: rgba(0, 0, 0, 0) url("../img/01.jpg") no-repeat fixed center -100px / cover;
	color: #000;
	height: 1206px;
	position: relative;
}
#tf-home .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 */
	height: 750px;
	background-attachment: fixed;
}
#tf-home p.lead {
	color: #000;
	font-size: 21px;
}
#tf-home h1 {
	font-size: 30px;
	font-style: italic;
	margin-bottom: 20px;
}
#tf-home a.fa.fa-angle-down {
	color: #b4b4b4;
	display: block;
	margin: 100px auto 0;
	width: 50px;
}
.content {
	position: relative;
	padding: 20% 0 0;
}
.color {
	color: #f36f5e;
}
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: #f36f5e;
	color: #ffffff;
	border: 2px solid #f36f5e;
}
/* About Section */
#tf-about {
	background: rgba(0, 0, 0, 0) url("../img/l1-bg.png") repeat-x scroll center top;
	padding: 70px 0;
}
ul.about-list {
	margin: 30px 0 0;
}
ul.about-list li {
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'OpenSans', sans-serif;
}
ul.about-list li span {
	margin-right: 10px;
}
/* Team Section */
#tf-team {
	background: url(../img/05.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
	margin-top: -60px;
}
#tf-team .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 */
	height: auto;
	background-attachment: fixed;
	padding: 80px 0;
}
.section-title.center {
	padding: 10px 0;
}
.section-title h2, .section-title.center h2 {
	font-weight: 300;
}
#tf-team .section-title h2, #tf-team .section-title.center h2, #tf-cources .section-title.center h2, #tf-bloom .section-title.center h2 {
	font-size: 32px;
	font-weight: normal;
	line-height: 25px;
}
#tf-team .section-title p {
	font-size: 23px;
	padding-top: 30px;
}
.section-title.center .line {
	border-top: 4px solid #f36f5e;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.section-title.center hr {
	border-top: 4px solid rgba(252, 172, 69, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
#team {
	margin: 0 auto
}
#team .item {
	color: #fff;
	margin: 15px;
	padding: 0 80px;
	text-align: center;
}
img.img-circle.team-img {
	width: 220px;
	height: 220px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-team .item .thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #f36f5e;
}
#tf-team .thumbnail {
	background: transparent;
	border: 0;
}
#tf-team .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}
#tf-team .thumbnail .caption h3 {
	font-size: 22px;
}
#tf-team .thumbnail .caption > p {
	font-size: 18px;
}
#tf-team .thumbnail .caption > p:first-of-type {
	font-size: 20px;
	font-weight: bold;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #FFFFFF;
	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: #f36f5e;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #f36f5e;
}
/* Services Section */
#tf-root {
	height: 460px;
	padding: 0;
}
.space {
	margin-top: 10px;
}
#tf-root i.fa {
	background: #eaeaea none repeat scroll 0 0;
	border: 4px solid #f36f5e;
	border-radius: 50%;
	font-size: 40px;
	height: 200px;
	line-height: 190px;
	margin-bottom: 10px;
	padding: 0;
	transition: all 0.5s ease 0s;
	width: 200px;
}
#tf-root i.fa.fa-mobile {
	font-size: 50px;
	padding: 20px 25px;
}
#tf-root .service:hover > i.fa {
	background: #eaeaea none repeat scroll 0 0;
	color: #ffffff;
}
#tf-root i.fa > img {
	border-radius: 25px;
}
#tf-root .service > p {
	color: #000;
	font-size: 24px;
}
/* Clients Section */
#tf-cources {
	background: url(../img/03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
	overflow: hidden;
}
#tf-cources .container-fluid {
	background: rgba(0, 0, 0, 0) url("../img/l2-bg.png") repeat-x scroll 0 0;
	padding-top: 70px;
}
#tf-cources .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-profile {
	background: url(../img/07.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: 300px;
}
#tf-profile .container {
	height: 300px;
}
#tf-course-header {
	background: url(../img/08.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: 300px;
}
#tf-course-header .container {
	height: 300px;
}
#clients .item {
	padding: 0;
	margin: 35px;
	color: #FFF;
	text-align: center;
}
/* Gallery Section 
==============================*/
#tf-works {
	padding: 80px 0;
}
.categories {
	padding: 10px 0;
}
ul.cat li {
	display: inline-block;
}
#tf-works li.pull-right {
	margin-top: 10px;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after {
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after {
	content: '';
}
ol.type li a {
	color: #222222
}
ol.type li a.active {
	font-weight: 700;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#tf-works i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #f36f5e;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #f36f5e;
}
/* Testimonials Section */
#tf-bloom {
	background: #eaeaea url("../img/04.jpg") no-repeat scroll center center;
	color: #ffffff;
	height: 440px;
	overflow: hidden;
}
#tf-bloom h2, #tf-bloom h3 {
	color: #f37261;
}
#tf-bloom .container {
	height: 100%;
	position: relative;
}
#tf-bloom .container .blooms-cont {
	position: relative;
}
#tf-bloom .container .blooms-cont {
	bottom: 0;
	position: absolute;
}
.blooms-box {
	padding: 0 3px;
}
.blooms-box .body {
	background: #ebebeb url(../img/three.jpg) no-repeat scroll 0 0;
	color: #474747;
	font-size: 24px;
	height: 300px;
	padding-top: 75px;
}
.blooms-box.colored .body {
	background: #f36f5e url("../img/two.jpg") no-repeat scroll 0 0;
	color: #fff;
}
.blooms-box.pt-30 .body {
	padding-top: 65px;
}
.blooms-box:first-child .body {
	background-image: url("../img/one.jpg");
}
#tf-bloom .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;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 30px 0;
	color: #d1d1d1;
}
/* Contact Section */
#tf-contact {
	background: #f26f5d url(../img/06.jpg) no-repeat scroll center -80px;
	color: #fff;
	font-size: 21px;
	padding: 70px 0;
}
#tf-contact h1 {
	font-size: 32px;
	margin-bottom: 25px;
}
#tf-profile-data {
	background: #f26f5d;
	color: #fff;
	font-size: 30px;
	padding: 20px 0;
}
#tf-profile-data h1 {
	font-size: 32px;
	margin-bottom: 30px;
}
#tf-profile-data .caption > p {
	font-size: 20px;
	margin: 15px auto 0;
	width: 60%;
}
.edit-profile {
	background: #d84e3b none repeat scroll 0 0;
	border-radius: 15px;
	color: #fff;
	display: block;
	font-size: 20px;
	margin: 15px auto 0;
	padding-bottom: 7px;
	padding-top: 5px;
	width: 150px;
}
#tf-profile-data img.img-circle.team-img {
	margin-bottom: 25px;
}
label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'OpenSans', sans-serif;
}
#tf-contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#tf-contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
button.btn.tf-btn.btn-default {
	float: right;
	background: #f36f5e;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}
.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;
}
/* Footer */
nav#footer {
	background: #222222;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav {
	vertical-align: middle;
}
ul.footer-social li {
	display: inline-block;
	margin-right: 10px;
}
nav#footer p {
	font-size: 19px;
	margin-top: 0;
	line-height: 40px;
}
nav#footer p a {
	text-decoration: underline;
}
#footer i.fa {
	border: 2px solid #8c8c8c;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	height: 40px;
	line-height: 28px;
	padding: 4px 5px;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 40px;
}
#footer i.fa:hover {
	background: #f36f5e;
	border-color: #f36f5e;
	color: #ffffff;
}
.lang-links {
	float: right;
	width: 42px;
}
.lang-links img {
	margin-bottom: 10px;
}
.navbar-header img {
	float: left;
}
.navbar-header .navbar-brand img {
	float: none;
	display: inline-block;
	height: 175px;
	width: auto;
}
.navbar-brand {
	float: left;
	height: 185px;
	padding: 0;
	margin: 0 auto;
	width: 87%;
	text-align: center;
}
ul.nav.navbar-nav.navbar-right {
	width: 82%;
	margin: 0 auto;
	float: none !important;
	text-align: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
#tf-menu.navbar-default .navbar-nav > li > a:hover {
	color: #f36f5e;
}
.navbar-fixed-top.on .navbar-header img {
	display: none;
}
.navbar-fixed-top.on .navbar-header .navbar-brand img {
	display: block;
	height: auto;
	margin-top: 15px;
	width: 75px;
}
#tf-menu.navbar-fixed-top.on .navbar-header a.navbar-brand {
	height: auto;
	width: auto;
}
#tf-menu.navbar-fixed-top.on .navbar-header {
	margin-bottom: 15px;
	width: auto;
}
#tf-menu.navbar-fixed-top.on .collapse.navbar-collapse {
	float: left;
	width: 85%;
}
#tf-menu.navbar-fixed-top.on ul.nav.navbar-nav.navbar-right {
	width: 100%;
}
#tf-menu.navbar-default.navbar-fixed-top.on .navbar-nav > li > a {
	color: #fff;
	font-size: 13px;
	outline: medium none;
	padding-left: 8px;
	padding-right: 7px;
	padding-top: 55px;
}
#tf-menu.navbar-default.navbar-fixed-top.on .navbar-nav > li > a:hover {
	color: #f36f5e;
}
#tf-about .about-text {
	color: #606060;
	font-size: 21px;
	line-height: 30px;
	text-align: center;
}
#tf-about .about-text > h4, #tf-root .section-title h4 {
	color: #000;
	font-size: 22px;
	margin-bottom: 25px;
	text-transform: none;
}
#tf-about .about-text > h1, #tf-root .section-title h1 {
	color: #f37261;
	font-size: 32px;
}
#tf-grow {
	background: #e7e8ea url("../img/02.jpg") no-repeat scroll center center;
	height: 390px;
	padding: 30px 0 70px;
}
#tf-grow .about-text {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	color: #fff;
	font-size: 20px;
	height: 290px;
	text-align: center;
	line-height: 30px;
}
#tf-grow .about-text > h4 {
	color: #bababa;
	font-size: 22px;
	margin-bottom: 40px;
	text-transform: none;
}
#tf-grow .about-text > h1 {
	color: #f37261;
	font-size: 32px;
	padding-top: 25px;
}
#tf-cources .text {
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.all-courses {
	background: #2b3b4e none repeat scroll 0 0;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin: 0 auto 20px;
	padding: 15px 30px;
}
#tf-cources .section-title.center > h3 {
	font-size: 23px;
}
.cources-box {
	background: #f87e6f none repeat scroll 0 0;
	height: 250px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.cources-box .cources-box-item {
	padding-left: 40px;
	padding-right: 40px;
}
.cources-box .cources-box-item .title {
	display: block;
	font-size: 22px;
	padding-bottom: 30px;
}
.cources-box .cources-box-item p {
	font-size: 19px;
}
.cources-box .cources-box-item a {
	background: #2b3b4e none repeat scroll 0 0;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin: 15px auto 0;
	padding: 10px 20px;
	width: 65%;
}
#tf-grow .container .row > div {
	display: none;
}
#tf-root .service {
	display: none;
}
#tf-cources .cources-box-item {
	display: none;
}
#tf-bloom .blooms-box {
	display: none;
}

@media (max-width: 1440px) {
.content {
	padding: 25% 0 0;
}
#tf-home a.fa.fa-angle-down {
	margin: 50px auto 0;
}
#tf-home {
	background: rgba(0, 0, 0, 0) url(../img/01.jpg) no-repeat fixed center -15px / cover;
}
}
.profile-cources-block {
	padding-left: 3px;
	padding-right: 3px;
}
.profile-cources-block > div {
	background: #ebebeb none repeat scroll 0 0;
	color: #d84e3b;
	font-size: 21px;
	height: 390px;
	margin-top: 20px;
	padding: 20px;
	text-align: left;
}
.profile-cources-block > div h3 {
	color: #555555;
	font-size: 24px;
	margin-bottom: 20px;
}
.profile-cources-block > div p {
	margin-bottom: 70px;
}
.profile-cources-block > div p:last-child {
	margin: 0;
}
#tf-chat {
	background: #f2f2f2 none repeat scroll 0 0;
	color: #3a3a3a;
	font-size: 20px;
	padding-bottom: 50px;
	padding-top: 50px;
}
#tf-chat textarea {
	border: 1px solid;
	border-radius: 10px;
	height: 150px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}
#tf-chat input[type="submit"] {
	background: #d84e3b none repeat scroll 0 0;
	border: 0 none;
	border-radius: 15px;
	color: #fff;
	float: right;
	padding-bottom: 7px;
	padding-top: 5px;
	width: 140px;
}
.chat-list {
	border-top: 2px dashed #c8c8c8;
	margin-top: 20px;
	padding: 30px 0 0;
}
.chat-list > h2 {
	line-height: 35px;
	font-size: 20px;
	font-weight: bold;
}
#tf-about.profile-cources-details .about-text {
	font-size: 24px;
	text-align: left;
}
.course-name {
	color: #f37261;
	float: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.course-date {
	background: #ebebeb none repeat scroll 0 0;
	color: #000000;
	float: right;
	padding: 5px 20px;
}
#tf-about.profile-cources-details .about-text > div {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 23px;
}
.photo-gallery-link {
	background: #2b3b4e none repeat scroll 0 0;
	border-radius: 15px;
	color: #fff;
	float: left;
	padding: 10px 20px;
}
.cources-items {
	padding: 0 3px;
}
.cources-items .cources-items > div {
	background: #f36f5e none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-size: 20px;
	height: 350px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 20px;
	text-align: left;
}
.cources-items .cources-items > div strong {
	float: left;
	font-size: 25px;
	margin-bottom: 20px;
	width: 100%;
}
.cources-items .cources-items > div p {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
#tf-about.cources-items .about-text h2 {
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 100%;
}
.cources-items .cources-items > div a {
	background: #2b3b4e none repeat scroll 0 0;
	border-radius: 15px;
	color: #fff;
	float: left;
	left: 50%;
	margin-left: -100px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 200px;
}
.cources-items .cources-items.gray-bg > div {
	background: #ebebeb none repeat scroll 0 0;
	color: #3a3a3a;
}
.inner-slider > a {
	float: left;
	margin: 10px;
}