 @charset "UTF-8";
 /* General */

 body,
 html {
   -webkit-font-smoothing: antialiased !important;
   -moz-osx-font-smoothing: grayscale;
   overflow-y: auto;
   overflow-x: hidden;
   font-family: 'M+ Type-1 (general-j) Regular', sans-serif;
   color: #6f6f6f;
   font-size: 16px;
 }

 ::-webkit-scrollbar {
   width: 2px;
 }
 /* for vertical scrollbars */

 ::-webkit-scrollbar-track {
   background: rgba(0, 0, 0, 0.1);
 }

 ::-webkit-scrollbar-thumb {
   background: rgba(0, 0, 0, 0.5);
 }

 a {
   color: inherit;
   transition: all 0.5s;
 }

 a:hover,
 a:focus {
   text-decoration: none;
   color: #ffcc33;
 }
 /* Navigation */

 #tf-menu {
   margin-bottom: 0;
   background-color: #ffffff;
   padding: 10px 0;
   height: auto;
 }

 .navbar-brand img {
   height: 30px;
   width: auto;
 }

 .navbar-brand {
   padding: 12px 15px
 }

 .navbar-nav > li > a {
   font-family: 'Lato', sans-serif;
   font-weight: 300;
   font-size: 13px;
   border-bottom: 2px solid transparent;
   padding: 5px 5px;
   margin: 8px 20px;
   text-transform: uppercase;
   transition: all 0.5s;
 }

 .navbar-nav > li {
   margin-right: 0;
 }

 .navbar-default .navbar-nav > li > a.active,
 .navbar-default .navbar-nav > li > a:hover,
 .navbar-default .navbar-nav > li > a:focus {
   color: #333;
   border-bottom: 4px solid #ffcc33;
 }

 .navbar-default .navbar-toggle {
   border-color: transparent
 }

 .navbar-default .navbar-toggle:hover,
 .navbar-default .navbar-toggle:focus {
   background-color: transparent
 }

 .navbar-default .navbar-toggle:hover>.navbar-default .navbar-toggle .icon-bar,
 .navbar-default .navbar-toggle:focus>.navbar-default .navbar-toggle .icon-bar {
   color: #FFCC33
 }
 /* Header Page */

 #tf-header {
   padding: 20px 0;
   background: #ffcc33;
   margin-top: 70px;
   color: #ffffff;
 }

 #tf-header .breadcrumb {
   padding: 8px 15px;
   margin-bottom: 20px;
   list-style: none;
   background-color: transparent;
   border-radius: 4px;
   margin-left: -10px;
   margin-top: -10px;
 }

 #tf-header .breadcrumb > li + li:before {
   padding: 0 5px;
   color: #FFF;
   content: "/\00a0";
 }

 #tf-header .breadcrumb > li a {
   color: #ffffff
 }
 /* Home Style */

 #tf-home {
   background: url(../images/main.jpg);
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
   background-repeat: no-repeat;
   color: #cfcfcf;
 }

 #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 */
   padding: 20% 0;
   background-attachment: fixed;
 }

 .container .content-heading.text-center h1 {
   font-family: 'mplus-1p-light', sans-serif;
   color: #FFCC33;
   font-size: 42px;
   letter-spacing: 7px;
 }

 .container .content-heading.text-center h2 {
   font-family: 'mplus-1p-light', sans-serif;
   color: #FFCC33;
   font-size: 21px;
 }

 .container .content-heading.text-center .lead {
   font-family: 'Lato', sans-serif;
   font-weight: 100;
   font-size: 28px;
   color: #fff;
   letter-spacing: 5px;
 }

 a.goto-btn {
   font-family: 'Lato', sans-serif;
   font-size: 20px;
   font-weight: 700;
   letter-spacing: 3px;
   color: #fff;
   border-bottom: 2px solid transparent;
   padding: 10px 0;
   transition: all 0.5s;
 }

 a.goto-btn:hover {
   color: #fff;
   border-bottom: 2px solid #ffcc33;
 }
 /* Info Section */

 #tf-info {
   background-color: #e5b112;
   padding: 5% 0;
   color: #fff;
   text-align: center;
 }

 #tf-info h2 {
   font-family: 'Lato', sans-serif;
   font-size: 36px;
   margin: 0 auto;
   margin-bottom: 32px;
 }

 .col-md-8.col-md-offset-2 .list-group .list-group-item {
   color: #6f6f6f;
   font-size: 14px;
   line-height: 20px;
 }
 /*About section*/

 #tf-about .container .section-heaver {
   text-align: center;
   margin-top: 56px;
   margin-bottom: 48px;
 }

 .container .section-heaver h2 {
   font-family: 'Lato', sans-serif;
   font-size: 36px;
   margin-bottom: 32px;
   margin-top: 48px;
 }

 .container .section-heaver .highlight {
   color: #ffcc33;
   font-weight: 700;
 }

 .fancy {
   line-height: 0.5;
   text-align: center;
   margin-bottom: 48px;
   margin-top: 48px;
 }

 .fancy span {
   display: inline-block;
   position: relative;
 }

 .fancy span:before,
 .fancy span:after {
   content: "";
   position: absolute;
   height: 5px;
   border-bottom: 1px solid #f1f1f1;
   top: 29px;
   width: 400px;
 }

 .fancy span:before {
   right: 100%;
   margin-right: 10px;
 }

 .fancy span:after {
   left: 100%;
   margin-left: 10px;
 }

 .media .media-left .circle {
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   height: 80px;
   width: 80px;
   background-color: #E5B112;
   text-align: center;
   line-height: 80px;
   color: #fff;
   font-family: 'Lato', sans-serif;
   font-weight: 700;
   font-size: 42px;
 }

 .media .media-body .media-heading {
   font-weight: 700;
   margin-bottom: 8px;
 }
 /*Detail Head Section*/

 #tf-detail-head {
   margin-bottom: 32px;
 }

 #tf-detail-head .container .section-heaver {
   text-align: center;
   margin-top: 112px;
   margin-bottom: 32px;
 }

 .section-heaver .col-md-8.col-md-offset-2 a {
   font-family: 'Lato', sans-serif;
   color: #FFCC33;
   font-size: 20px;
   ransition: all 0.5s;
   font-weight: 700;
 }

 .section-heaver .col-md-8.col-md-offset-2 a:hover {
   border-bottom: 1px solid #ffcc33;
 }

 .section-heaver .col-md-8.col-md-offset-2 .fa.fa-external-link {
   color: #FFCC33;
   margin-right: 3px;
 }
 /*Detail Bottom Section*/

 #tf-detail-bottom {
   text-align: center;
   background-color: #F3F3F3;
 }

 #tf-detail-bottom .container .fancy {
   margin-top: 38px;
 }

 #tf-detail-bottom .fancy span:before,
 #tf-detail-bottom span:after {
   content: "";
   position: absolute;
   height: 5px;
   border-bottom: 1px solid #acacac;
   top: 29px;
   width: 400px;
 }

 span h3 .fa.fa-circle {
   color: #FFCC33;
   margin: 0 15px;
   font-size: 18px;
 }

 .row .col-md-6.col-md-offset-3 hr {
   border-bottom: 1px solid #acacac;
   height: 5px;
   border-top: none;
 }

 .col-md-8.col-md-offset-2 p em {
   font-style: normal;
   color: #E5B112;
 }

 .row .col-md-4.col-md-offset-4 .list-group {
   margin-bottom: 56px;
 }

 #tf-detail-bottom .container .row {
   margin-top: 32px;
 }
 /*Detail Merritt*/

 #tf-merritt {
   margin-top: 56px;
/*   margin-bottom: 56px;*/
 }

 .container .row .section-heaver {
   text-align: center;
 }

 .nav.nav-pills > li > a {
   position: relative;
   display: block;
   background-color: #ffffff;
   padding: 25px;
   border: 1px solid #ccc;
   border-bottom: 3px solid #cccccc;
   text-transform: uppercase;
   margin-bottom: 5px;
 }

 .nav.nav-pills > li > a small {
   text-transform: lowercase;
   font-style: italic;
 }

 .nav.nav-pills > li > a:hover,
 .nav-pills > li.active > a,
 .nav-pills > li.active > a:hover,
 .nav-pills > li.active > a:focus {
   color: #fff;
   background-color: #E5B112;
   padding: 25px;
   border-bottom: 3px solid #996600;
 }

 .nav-pills > li > a {
   border-radius: 4px
 }

 ul.features li span.fa {
   font-size: 35px;
   vertical-align: middle;
   margin-right: 20px;
   float: left;
   clear: both;
   margin-top: 5px;
 }

 .tab-content.features-content h4 {
   font-weight: 700;
   color: #444;
 }

 #tf-merritt ol li {
   margin-top: 8px;
 }

 .container .row .section-bottom {
   text-align: center;
   margin-top: 32px;
 }

 #tf-merritt .col-md-10.col-md-offset-1 p a {
   font-family: 'Lato', sans-serif;
   color: #FFCC33;
   font-size: 16px;
   ransition: all 0.5s;
   font-weight: 700;
 }

 #tf-merritt .col-md-10.col-md-offset-1 p a:hover{
   border-bottom: 1px solid #ffcc33;
 }
 /*Application Section*/

 #tf-application {
   margin-bottom: 80px;
   text-align: center;
 }

 #tf-application .container .row .section-bottom {
   margin-top: 72px;
 }

 #tf-application .btn.btn-primary.tf-btn {
   font-size: 18px;
/*   letter-spacing: 3px;*/
   letter-spacing: 2px;
   font-weight: 500;
/*   padding: 10px 20px;*/
   padding: 10px;
   background-color: #E5B112;
   text-transform: uppercase;
   border-color: #E5B112;
   transition: all 0.5s;
/*   width: 90%;*/
   width: 100%;
 }

 #tf-application .btn.btn-primary.tf-btn:hover {
   background-color: #ffcc33;
   border-color: #333333;
 }

 #tf-application .btn.btn-primary.tf-btn a:hover {
   color: #fff;
 }

 #tf-application .section-bottom .btn.btn-primary.tf-btn {
   font-size: 18px;
   letter-spacing: 3px;
   font-weight: 500;
   padding: 10px 20px;
   background-color: #fff;
   color: #E5B112;
   text-transform: uppercase;
   border-color: #E5B112;
   transition: all 0.5s;
 }

 #tf-application .section-bottom .btn.btn-primary.tf-btn:hover {
   background-color: #E5B112;
   border-color: #E5B112;
   color: #fff;
 }
 /*Footer*/

 #tf-footer {
   padding: 3% 0 2% 0;
   background-color: #e5b112;
   color: #ffffff;
 }

 ul.social li a i {
   font-size: 18px;
   background: transparent;
   width: 32px;
   height: 32px;
   padding: 7px 0;
   text-align: center;
   border-radius: 50%;
   border-top-left-radius: 0;
   border: 1px solid transparent;
   color: #ffffff;
   transition: all 0.5s;
 }

 ul.social li a i:hover {
   border-color: #ffffff
 }
 /**** contents ****/

 #tf-info {
   margin-top: -71px;
   padding-top: 71px;
 }

 #tf-about {
   margin-top: -20px;
   padding-top: 20px;
 }

 #tf-merritt {
   margin-top: -71px;
   padding-top: 71px;
 }


.col-md-8.col-md-offset-2 p a {
    font-family: "Lato",sans-serif;
    color: #FC3;
    font-size: 16px;
    font-weight: 700;
}
.col-md-8.col-md-offset-2 p a:hover{
   border-bottom: 1px solid #ffcc33;
 }

 .tableImg img {
	 width:100%;
 }

 .quarterImg div img{
	 width:100%;
 }
