@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);
body,
html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
	box-sizing: border-box;

}

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: 'Open Sans', sans-serif;
}

p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #ff6300;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #ff6300;
}

.section-title hr {
	border-color: #ff6300;
	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: 5px 0 0 0;
	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;
	padding: 0;
	padding-top: 10px;
}

#tf-menu.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 1px;
}

#tf-menu.navbar-default .navbar-nav>li>a:hover {
	color: #ff6300;
}

.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: #ff6300 !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ff6300;
	border-color: #ff6300;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

#tf-menu .navbar-nav>li>a {
	line-height: 20px;
}

/* Home Style */

@media screen and (min-width: 720px) {
	#tf-home {
		background: url(../images/OdysseyTitleImage1.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		color: #cfcfcf;
	}
}

@media screen and (max-width: 719px) {
	#tf-home{
         background: url(../images/OdysseyTitleImage1_small1.jpg);
         background-size: cover;
         background-position: center;
         background-repeat: no-repeat;
         color: #cfcfcf;
    }
    
}

@media screen and (min-width: 720px) {
	#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: 1080px;
		background-attachment: fixed;
	}
}

@media screen and (max-width: 719px) {
	#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: 169px;
	}
}

.home-lead {
	color: #fff;
	padding: 10px 15px;
	background-color: rgba(51, 51, 51, 0.9);
	font-size: 21px;
}

.content {
	position: relative;
	padding: 30% 0 0;
}

.content-game {
	position: relative;
	padding: 5% 0 5%;
}

.color {
	color: #ff6300;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 100px;
	transition: all 0.5s;
}

a.fa.fa-angle-down:hover {
	background: #ff6300;
	color: #ffffff;
	border: 2px solid #ff6300;
}

.home-heading {
	font-size: 56px;
	font-weight: normal;
}

/* contact Section */

#tf-contact {
	padding: 30px 0;
}

#tf-contact label {
	float: left;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
}

#tf-contact .form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: none;
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: none 0s ease 0s;
	width: 100%;
}

#tf-contact .form-control:focus {
	border-color: inherit;
	outline: 0 none;
}

/* Team Section */

#tf-team {
	/*background: url(../images/OdysseyTeamImage.jpg);
    */
	background: #111015 url(../images/xOdysseyTeamImage-new.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#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: 30px 0;
}

.section-title h2,
.section-title.center h2 {
	font-weight: 300;
}

.section-title.center .line {
	border-top: 4px solid #ff6300;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

.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 {
	padding: 0;
	margin: 15px;
	color: #FFF;
	text-align: center;
}

img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}

/* #tf-team .item {
     background: transparent;
     border: 0;
     width: 50%;
}
 */

#tf-team .item .thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #ff6300;
}

#tf-team .thumbnail {
	background: transparent;
	border: 0;
}

#tf-team .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}

#tf-team .thumbnail .caption .bio {
	text-align: left;
}

/* Subscribe Section */

#tf-subscribe {
	/*background: url(../images/OdysseyTeamImage.jpg);
    */
	background: #111015 url(../images/OdysseyFirstImage.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	max-width: 100%;
	/* overflow: hidden; */
}

#tf-subscribe .container .section-title {
	padding: 0;
}

#tf-subscribe {
	padding: 60px 0;
}

/* End of Suscribe Section */

/* Pricing section */

#tf-pricing {
	/*background: url(../images/OdysseyTeamImage.jpg);
    */
	background: #111015 url(../images/OdysseyFirstImage.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	max-width: 100%;
	/* overflow: hidden; */
}

#tf-pricing .container .section-title {
	padding: 0;
}

#tf-pricing {
	padding: 60px 0 0 0;
}

/* End of Pricing Section */

/* Partnerships section */

#tf-partnership {
	/*background: url(../images/OdysseyTeamImage.jpg);
    */
	background: #111015 url(../images/OdysseyTeamImage.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	max-width: 100%;
	/* overflow: hidden; */
}

#tf-partnership .container .section-title {
	padding: 0;
}

#tf-partnership {
	padding: 60px 0;
}

/* End of Partnerships Section */

.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: #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: #ff6300;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #ff6300;
}

.space {
	margin-top: 40px;
}

/* testimonials */

#tf-testimonials {
	background: url(../images/OdysseyTestimonials.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
}

#tf-testimonials .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 */
	min-height: 500px;
	padding: 70px 0;
	background-attachment: fixed;
}

#testimonial {
	padding: 10px 0;
}

#testimonial .item {
	display: block;
	height: auto;
	width: 100%;
}

#testimonial .item p {
	color: #d1d1d1;
	font-weight: 400;
	margin: 30px 0;
}

#testimonial .item h5 {
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}

/* game Section */

#tf-game {
	/*background: url(../images/OdysseyFirstImage.jpg);
    */
	background: #000 url(../images/OdysseyFirstImage-new.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-game .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;
}

#ctf-game .item {
	padding: 0;
	margin: 35px;
	color: #FFF;
	text-align: center;
}

ul.game-list {
	margin: 30px 0 0;
}

ul.game-list li {
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}

ul.game-list li span {
	margin-right: 10px;
}

/* concepts Section ==============================*/

#tf-concepts {
	background: url(../images/journal-image.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-concepts .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: 70px 0;
	min-height: 650px;
	background-attachment: fixed;
}

.categories {
	padding: 10px 0;
}

.btn.tf-btn.btn-default {
	background: #ff6300;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn.tf-btn.btn-default:hover {
	background: #dd5806;
}

.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 */

footer {
	background: #2e2e2e;
	color: #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
	display: block;
}

.footer-social {
	list-style: none;
	padding: 0;
}

.footer-social li {
	    list-style: none;
	    display: inline-block;
	    padding: 10px;
}

.footer-social li a {
	text-align: center;
}

footer i.fa-facebook {
	color: #3b5998
}

footer i.fa-facebook:hover {
	color: #ff6300;
}

footer i.fa-twitter {
	color: #55acee
}

footer i.fa-twitter:hover {
	color: #ff6300;
}

footer i.fa-youtube {
	color: #ff0000
}

footer i.fa-youtube:hover {
	color: #ff6300;
}

footer p.copyright {
	font-size: 14px;
	margin-bottom: 10px;
}


.carousel-inner>.item>a>img {
	width: 100%;
	margin: auto;
}

.carousel-caption,
.carousel-indicators {
	bottom: 20%;
}

/********************* // new css start // **********************************/

@media screen and (min-width:992px) {
	body,
	html,
	div#tf-home {
		height: 100%;
		min-height: 500px;
		background-position: center;
	}
}

#tf-concepts .overlay {
	background: rgba(0, 0, 0, 0.6);
}

div#tf-home .overlay {
	background: none;
	display: table;
	height: 100%;
	width: 100%;
}

div#tf-home .overlay .content {
	display: table-cell;
	padding: 100px 15px 100px;
	vertical-align: bottom;
}

div#tf-game .overlay {
	background: rgba(0, 0, 0, 0.2);
}

#tf-game .lead,
#tf-concepts .lead {
	padding-left: 30px;
	position: relative;
}

#tf-game .lead>span.fa,
#tf-concepts .lead>span.fa {
	font-size: 90%;
	left: 0;
	position: absolute;
	top: 6px;
}

#tf-game .lead,
#tf-concepts .lead {
	font-size: 20px;
	line-height: 30px;
}

div#tf-team .overlay {
	background: rgba(0, 0, 0, 0.3);
}

.bio>p {
	text-align: center;
}

#tf-contact input.cta_button {
	background: #ff6300;
	border: 0 none;
	border-radius: 0;
	color: #ffffff;
	padding: 8px 30px;
	text-transform: uppercase;
}

#tf-home {
	background: url(../images/OdysseyTitleImage2.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
	background-position: 0px -4px;
}

@media screen and (max-height: 650px) {
	#tf-home a.fa.fa-angle-down {
		margin-top: 30px;
	}
}

@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	div#tf-home {
		background-attachment: scroll;
	}
}

@media screen and (max-width:991px) {
	#tf-home a.fa.fa-angle-down {
		margin-top: 50px;
	}
	.section-title>h1 {
		font-size: 32px;
	}

	div#tf-home {
		background-attachment: scroll;
		height: auto;
		padding-top: 15%;
		background-size: 100%;
	}
	/* #tf-game, #tf-team, #tf-testimonials, #tf-concepts {
         background-size: 100% auto;
    }
     */
	#tf-game .overlay,
	#tf-concepts .overlay,
	#tf-team .overlay {
		padding: 50px 0;
	}
}

@media screen and (max-width:767px) {
	.section-title>h1 {
		font-size: 26px;
	}
	#tf-game .lead,
	#tf-concepts .lead {
		font-size: 16px;
		line-height: 20px;
	}
	div#tf-home {
		height: auto;
		padding-top: 30%;
	}
	.tf-concepts-bg {
		background-size: 90% auto;
	}
	#tf-game .lead,
	#tf-concepts .lead {
		padding-left: 25px;
	}
	div#tf-home .overlay .content {
		padding: 100px 15px 50px;
	}
	#tf-home a.fa.fa-angle-down {
		margin-top: 20px;
		height: 35px;
		line-height: 30px;
		padding: 0;
		text-align: center;
		width: 35px;
	}
}

@media screen and (max-width:640px) {
	div#tf-home,
	div#tf-testimonials,
	div#tf-concepts {
		/*--min-height: 400px;
        --*/
	}
	.btn.tf-btn.btn-default {
		padding: 8px 25px;
	}
	#tf-contact label {
		text-align: left;
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	#tf-menu {
		padding: 5px;
	}
	div#tf-testimonials,
	div#tf-concepts {
		min-height: 650px;
	}
	div#tf-home .overlay .content {
		padding: 30px 15px 10px;
	}
	#tf-home a.fa.fa-angle-down {
		margin-top: 10px;
	}
	div#tf-home {
		background: url(../images/OdysseyTitleImage2.png);
		/* background: red; */
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	div#tf-concepts {
		background: url(../images/journal-image-711x400.jpg);
		/*--height: 768px !important;
        --*/
	}
	div#tf-testimonials {
		background: url(../images/OdysseyTestimonials.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		background-repeat: no-repeat;
	}
	div#tf-concepts {
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;
	}
}

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}

#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

/* #mc-embedded-subscribe {
	clear: both;
	width: auto;
	display: block;
	margin: 1em 0 1em 5%;
} */

#mc_embed_signup #num-subscribers {
	font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
	padding: .5em;
	border: 1px solid #ccc;
	margin-right: .5em;
	font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 2px 0 1em 0;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
	color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border: 2px solid #e85c41;
}

a.purchase-btn {
	background-color: #ff6300;
	color: white;
	border: 0;
	border-radius: 0;
	padding: 10px 15px;
}

a.purchase-btn:hover {
	background-color: white;
	color: #ff6300;
}

.email-us {
	margin: 0;
	color: white;
}

.price-heading {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

/* .embed-responsive-16by9 {
	padding-bottom: 25%;
} */


/* @media screen and (max-width: 768px) {
	.embed-responsive {
		padding: 0;
		padding-bottom: 120px;
	}
} */

