/****** Navbar colour ****/
.navbar-inverse {
    background-color:  #f2d110;
    border-color:  #f2d110;
}
/****** Navbar brand text colour ****/
.navbar-inverse .navbar-brand {
    color: #fff;
}


/*** Thumbnail Effect ***/

/* [1] The container */
.img-hover-zoom {
  height: 100%; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  border-radius:10px;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .9s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
  opacity:0.8 ;
  transition: .5s ease;
}

.bottom-centered {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.container-tmb {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.container-tmb-row {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

.img-corner {
  border-radius:10px;
}

#thumbtext {
	color: #fff;
}

.thumbtext-link a {
	color:#FFF;
	text-decoration: none;
}

/*** Thumbnail Effect End ***/

body {
  font-family: Myriad Pro, Calibri, OpenSans;
  font-size: 17px;
}

nav {
  font-family: Arial;
  font-size: 14px;
}

.form-group {
  font-family: Arial;
}

.requirements {
	color:#F00;
}

.jumbotron
{
	/*background-image: url('../images/ftm-bg.jpg');*/
	/*background-size: 100%;*/
	/*background-repeat: no-repeat;*/
	background-size: cover;
	color: #F2D110;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-row {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0;
    padding-left: 0;
}

.bggold {
	background-color: #f2d110;
}

.bggold2 {
	background-color: #DCBE0B
}

.bggrey {
	background-color: #e9e9e9;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
	font-family: arial;
	font-size: 13px;
}

.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"}
.breadcrumb>.active {
    color: #777;
}

.indexhighlight {
	font-family: Arial;
	font-size: 14px;
}

.copyright {
	padding-top: 8px;
	font-size: 10px;
	color: #777777;
	font-family: arial;
}

.discount
{
	color: #d50008;
	font-size: 12px;
}

.container-padding {
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.side-hr
{
	color: #ff00fb;
}

.main-banner
{
	padding: 10px;
	background-color: #f2d110;
	text-align: center;
	color: #fff;
}

.register-details {
	font-size: 11px;
}

.sub-banner
{
	padding: 10px;
	padding-bottom: 10px;
	padding-left: 0px;

}

.sub-banner-content
{
	font-size: 32px;
	color: #fff;
}

.offer
{
	color: #0034FF;
	font-weight: bold;
}

.nav-tab-text
{
	color: #f2d110;
}

.m-headers {
	color: #f2d110;
	font-style: italic;
	font-weight: bold;	
}

.note
{
	font-weight: bold;
	color: #0005dc;
}

.photobox
{
    padding: 0px;
	border: solid 1px #E7E7E7;
}

.phone-no
{
	font-size: 1.4em;
	font-weight: bold;
}

.photo-left
{
	float: left;
	padding-right: 15px;
    padding-bottom: 5px;
}

.register
{
	font-weight: bold;
	color: #d80000;
}

.sf1
{
	font-weight: bold;
	color: #400080;
}

.sf2
{
	font-weight: bold;
	font-style: italic;
	color: #d63138;
}

.status
{
	color: #ff0000;
}

.textgold
{
	color: #F2D110;
}

.txtgreen
{
	color: #89bc3b;
}

.txtblack
{
	color: #000000;
}

.trademark
{
	color: #0012ff;
}

td, th {
    padding: 5;
    font-size: 0.9em;
}

cite {
	padding-left: 20px;
}

blockquote {
	font-size: 14px;
}

sub {
	top: -0.5em;
	font-size: 70%;
	color: #C00;
}

/***  Menu Handling at Bottom of Page  ***/
#btmlist ul
{
    list-style-type: none;
    padding:0;
    margin:0;
	font-family: arial;
	font-size: 12px;
}

.btmlist-container-padding {
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.btmlist-item h5 {
    color: #fff;
}

.btmlist-item ul li a {
	color: #4C4C4C;
	text-decoration: none;
	text-underline-position: below;
}

.btmlist-item ul li a:hover {
	color: #FEFDBA;
}

.btmlist-item li {
    border: solid 1px #4C4C4C;
    border-top: 0;
    border-left: 0;
	border-right: 0;
	margin: 0em 0;
}

.btm-list-item li:after {
    content: ' ';
    display: block;
    height: 1px;
}

/***  End Menu Handling  ***/


/***  Top Menu Bar Handling  ***/
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
	background-color: #fff;
	font-family: arial;
  }
}

.dropdown-menu .divider {
    height: 1px;
    margin: 6px 0;
    overflow: hidden;
    background-color: #EEE;
}
/***  End Top Menu Bar Handling  ***/


/*** Top Button ***/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-family: arial;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
/*** End Top Button ***/