@import url(http://fonts.googleapis.com/css?family=Raleway:500,600,700,100,800,900,400,200,300);
@import url(http://fonts.googleapis.com/css?family=Playball);

body, html{
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

@media (min-width: 1200px){
	.container {
	width: 1100px;
	}
}

#video_player { 
  display: table; line-height: 0;
  font-size: 0; background: #222222;
  max-width: 1000px;
  margin: 0 auto;
}
#video_container { 
  position: relative;
}
#video_player div, #video_player figcaption { 
  display: table-cell;
  vertical-align: top; 
}
#video_container video { 
  position: absolute; 
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
#video_player figcaption { width: 14%; }
#video_player figcaption a { display: block; }
#video_player figcaption a {
  opacity: .5;
  transition: 1s opacity;
}
#video_player figcaption a img, figure video {
  width: 100%; height: auto; 
}
#video_player figcaption a.currentvid, #video_player figcaption a:hover, #video_player figcaption a:focus { opacity: 1; }
@media (max-width: 700px) {
  #video_player video, #video_player figcaption { 
    display: table-row; 
  }
#video_container { padding-top: 56.25%; }
#video_player figcaption a { 
  display: inline-block; width: 33.33%; 
}
}

h1{
	letter-spacing: 12.2px;
	font-size: 36px;
	margin:  0;
	text-transform: uppercase;
}

h2{
	line-height: 60px;
	font-size: 38px;
	margin:  0;
	letter-spacing: 0px;
	text-transform: uppercase;
}
h3 {
	color: rgb(255, 255, 255);
	line-height: 43px;
	font-size: 38px;
	font-weight: 400;
}
h4 {
	margin-bottom: 10px;
	line-height: 33px;
	font-size: 30px;
	font-weight: 400;
	color: rgb(64, 64, 64);
}

h5 {
	margin-bottom: 10px;
	line-height: 37px;
	font-size: 23px;
	font-weight: 400;
	color: rgba(96, 96, 96);
}
h6 {
	color: rgb(96, 96, 96);
}
p{
	font-size: 13px;
}

a { 
	color: #ffffff;
	transition: all 0.8;
}
a:hover,
a:focus{
	color: #ffffff;
	text-decoration: none;
}

.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; }

/* Home Style */
#tf-home{
	background: url(../video/photo.png);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

.content{
	padding: 25% 0 0% 0;
	text-align: center;
}
/* Navigation */
#tf-menu {
	margin-bottom: 20;
	background: rgba(0, 0, 0, 0.6);
	border: 0;
	color: #fff !important;
	padding: 0% 0;
	transition: all 0.5s;
}
#sticky {
    padding: 0.5ex;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}
#tf-menu.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #222222;
    padding: 0% 0;
}
#tf-menu.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	
}

#tf-menu.navbar-default .navbar-nav > li > a:hover, 
#tf-menu.navbar-default .navbar-nav > li > a:focus {
	color: #FF0000;
	background-color: transparent;
}

.logo {
	font-family: 'Playball', cursive;
	padding: 0% 0% 12% 8%;;
}

#tf-service{
	background: #FF0000;
	padding: 8% 0% 8% 0%;
	
}

.media-body i {
	padding: 38px 30px 20px 0;
	font-size: 80px;
	color: rgb(255, 0, 0);

}

.media-body h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	
}

#tf-portfolio{
	background: #222222;
	padding: 10% 5% 10% 5%;
	text-align: center;
}

.section-title hr{
	border-color: transparent;
	width: 0px;
}

.section-title h2{ font-weight: 700;}
button.btn,
a.btn {
	margin: 15px 5px;
	transition: all 0.5s;
}
button.btn.btn-primary.my-btn,
a.btn.btn-primary.my-btn {
	background: #FF0000;
	border-color: transparent;
	border-radius: 0px;
	border-width: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
}
button.btn.btn-primary.my-btn:hover,
a.btn.btn-primary.my-btn:hover{
	background: #FFFFFF;
	color: #FF0000;
	border-color: transparent;
}
button.btn.btn-primary.my-btn.dark:hover,
a.btn.btn-primary.my-btn.dark:hover{
	background: #222222;
	color: #ffffff;
	border-color: transparent;
}
a.btn.btn-primary.my-btn2 {
	background: rgba(47, 147, 123, 0);
	border-color: #FFFFFF;
	border-radius: 0px;
	border-width: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #FFFFFF;
}

a.btn.btn-primary.my-btn2:hover{
	background: #000000;
	color: #ffffff;
	border-color: transparent;
}

a.btn.btn-primary.my-btn3 {
	background: #FFFFFF;
	color: #ff0000;
	border-color: transparent;
	border-radius: 0px;
	border-width: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
}

a.btn.btn-primary.my-btn3:hover{
	background: #000000;
	color: #FFFFFF;
	border-color: transparent;
}

ul.cat.list-inline li a {
	border: 1px solid #ffffff;
	padding: 5px 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000000;
	transition: all 0.5s;
}

ul.cat.list-inline li a:hover{
	background: #FFFFFF;
	color: #ffffff;
}

.space{ padding: 20px}
.toppadding{ padding-top: 30px}
.nopadding{ padding:  0;}

#tf-about{
	background-color: rgba(255, 255, 255, 1);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-about .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 7% 5% 7% 7%;
}

#tf-why-me{
	background: rgba(255, 0, 0, 1);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #FF0000;
}

#tf-why-me .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 3% 0;
}
ul.why-me li{
	margin: 10px 0;
}


#tf-contact{
	background: url(../img/20.png);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 4% 0% 2% 0%;
	text-align: center;
}

form#contact {
	padding: 5%;
	background: #f1f1f1;
	outline: 6px solid rgba(34, 34, 34, 0.08);
}

#tf-contact input.form-control {
	height: 50px;
}

#tf-contact .form-control{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 16px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #FFF;
	border-radius: 100;
	border-top: 2px solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: all 0.8s;
}
#tf-contact .form-control:focus,
#tf-contact .form-control:hover{
	border-top: 3px solid #FF0000;
}
nav#tf-footer {
	background: #222222;
	padding: 1% 0 2% 0;
	color: #f1f1f1;
}