﻿
/*-----------------navbar---------------------*/
.menuheader {
	
}
.tm_navbar {
	position: relative;
	padding:0;
	margin: 0;
	font-family: 'timelessregular';
/*	font-family:Calibri, Arial;*/
	font-size:14px;
	background-color:#fcc900 ;
	height:34px;

}
.tm_navbar .nav {
	float: none;
	position: relative;
	display: inline-block;
}
.tm_navbar ul {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
}
.tm_navbar .nav li:first-child {
	position: relative;
	zoom: 1;
	background: none;
}

.tm_navbar .nav li {
	float: left;
	padding:6px 20px 4px 20px;
	position: relative;
	zoom: 1;
	background: url(../images/divider.png) no-repeat left center;
}



.tm_navbar .nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fefefe;
	/*font-family:Calibri, Arial;*/
	font-family: 'timelessregular';
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	background: transparent;
	padding: 0;
	border: none;
	border-radius: 0;
	
}
.tm_navbar .nav > li > a .sf-sub-indicator {
	background: url(../images/indicator.png) no-repeat 0 bottom;
	width: 7px;
	height: 4px;
	display: inline-block;
	top: 30px;
	right: 23px;
	position: absolute;
	z-index: 5;
}

/*.tm_navbar .nav .active
{
	background-color:#A72426   !important;
	display:block;
	
}*/


#home .tm_navbar .nav .home, #about .tm_navbar .nav .about , #hdfc-school .tm_navbar .nav .about, #school-logo .tm_navbar .nav .about, #vision .tm_navbar .nav .about, #leadership .tm_navbar .nav .about, #three .tm_navbar .nav .about,
#advisory  .tm_navbar .nav .about, #edu  .tm_navbar .nav .about, #ltd  .tm_navbar .nav .about, #admission-process  .tm_navbar .nav .admission, #admission-guidelines  .tm_navbar .nav .admission, #fee  .tm_navbar .nav .admission , #schedule .tm_navbar .nav .admission, #academic .tm_navbar .nav .education, #curriculum .tm_navbar .nav .education, #facilities .tm_navbar .nav .facilities, #careers  .tm_navbar .nav .careers , #facilities .tm_navbar .nav .facilities, #principal .tm_navbar .nav .principal,
#contact .tm_navbar .nav .contact
{
	background-color:#A72426  !important;
	display:block;
}


.tm_navbar .nav .active a
{
	color:#FFF !important;
	
}

.tm_navbar .nav li a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #f8e843;
	text-decoration: none;
		
	
}

.tm_navbar .nav li:hover {
	color: #f8e843;
	text-decoration: none;
		
	background-color:#A72426   !important;
}


.tm_navbar .nav > .active > a, .tm_navbar .nav > .active > a:hover, .tm_navbar .nav > .active > a:focus {
	color: #5688a1;
	background: transparent;
}
.tm_navbar .nav > li.sfHover.active > a .sf-sub-indicator, .tm_navbar .nav > li.active > a .sf-sub-indicator {
	background-position: 0 0;
}
.tm_navbar .nav > li.sfHover > a, .tm_navbar .nav > li.sfHover > a:hover, .tm_navbar .nav > li > a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #ffffff;

	background: transparent;
}
/*---------submenu1-------------*/
.tm_navbar .nav ul {
	position: absolute;
	display: none;
	/*top: 51px;*/
	left: 0px;
	width: 210px;
	padding: 10px 5px 5px;
	list-style: none;
	zoom: 1;
	z-index: 11;
	background: #A72426  ;
	margin:4px 0 0 0;
	text-align: center;
}
.tm_navbar .nav ul li:first-child {
	padding: 0 0 6px;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
	background: transparent;
}
.tm_navbar .nav ul li:first-child images {
	position: absolute;
	top: -20px;
}

.tm_navbar .nav li ul li
{
	background:none;
}
.tm_navbar .nav ul li {
	text-align: left;
	width: 200px;
	padding: 6px 0;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
	/*background: url(../images/dotted1.png) top center repeat-x;*/
	border-bottom:dotted 1px #d7d7d7;
}

.tm_navbar .nav ul li:last-child {
	border-bottom:0;
}
.tm_navbar .nav ul li a {
	text-align: left;
	position: relative;
	color: #ffffff;
	padding: 0;
	/*font-family: Calibri, Arial;*/
	font-family: 'timelessregular';
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	/*margin: 0 0 0 10px;*/
	text-shadow: none;
}
.tm_navbar .nav ul li a:hover {
	color: #fc0;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul li.sfHover > a {
	text-decoration: none;
	color: #fc0;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul ul li.sfHover > a {
	text-decoration: none;
	color: #fc0;
}
/*-----------submenu2-----------*/
.tm_navbar .nav ul ul {
	padding: 2px 10px 2px 10px;
	list-style: none;
	width: auto;
	background: #A72426  ;
	left: 160px;
	top: 0px; 
	/*background: url(../img/patternsubmenu2.jpg);*/
}
.tm_navbar .nav ul ul li:first-child {
	text-align: left;
	padding: 5px 0 5px 0;
	position: relative;
	zoom: 1;
	z-index: 11;
	background: transparent;
}.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.tm_navbar .nav ul ul li {
	text-align: left;
	padding: 5px 0 5px 0;
	position: relative;
	zoom: 1;
	z-index: 11;
	background: url(../images/dotted1.png) top center repeat-x;
}
.tm_navbar .nav ul ul li a {
	color: #ffffff;
	text-shadow: none;
}
.tm_navbar .nav ul ul li a:hover {
	color: #fc0;
}
/*-----indicator2-------*/
.tm_navbar .nav ul .sf-sub-indicator {
	background: url(../img/indicator.png) no-repeat 0 0;
	width: 7px;
	height: 5px;
	position: absolute;
	display: block;
	top: 8px;
	left: auto;
	right: -14px;
	z-index: 5;
}
/*-------------------select------------------*/
.select-menu {
	display: none !important;
}
/*--- header end ------*/

/*----- media queries ------*/
@media (min-width: 1220px) {

.footer-desktop
{
	display:none !important;
}

.footer-mobile
{
	display:block !important;
}

#footerdesk
{
	display:block !important;
}
}

/**************************************************/

@media (max-width: 800px) {
.home-image
{
margin-bottom:0;
}
}


@media (min-width: 800px) {
.home-image
{
margin-bottom:35px;
}
}

@media (max-width: 1024px) {

.tm_navbar .nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fefefe;
	/*font-family: Calibri, Arial;*/
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	background: transparent;
	padding: 0;
	border: none;
	border-radius: 0;
	
}

.tm_navbar .nav li {
	float: left;
	padding: 6px 13px 4px 13px !important;
	position: relative;
	zoom: 1;
	background: url(../images/divider.png) no-repeat left center;
}

.our-product
{
	margin-top:10px;
}

.footer-desktop
{
	display:none !important;
}


.footer-mobile
{
	display:block !important;
}

#footerdesk
{
	display:block !important;
}


.footer-text {
	font-family:Calibri, Arial;
	font-size:15px;
	color:#5c5a5b;
	font-weight:bold;
	float:left;
	margin: 0 5px;
	padding-top: 5px;
}
.footer-text-first {
	font-family:Calibri, Arial;
	font-size:15px;
	color:#5c5a5b;
	font-weight:bold;
	float:left;
	margin: 0 8px;
	padding-top: 5px;
}

#slider-wrapper  .camera_caption {
width: 1170px;
margin: 0 0 0 -492px !important;
position: absolute;
top: 10%;
left: 50%;
}


.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
width: auto !important;
margin: 0 auto;
padding: 0;
text-align: center !important;
}


}

/**************************************************/


@media (min-width: 1025px) and (max-width:1199px) {

.tm_navbar .nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fefefe;
	/*font-family: Calibri, Arial;*/
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	background: transparent;
	padding: 0;
	border: none;
	border-radius: 0;
	
}

.tm_navbar .nav li {
	float: left;
	padding: 6px 10px 4px 10px !important;
	position: relative;
	zoom: 1;
	background: url(../images/divider.png) no-repeat left center;
}




}





@media (min-width: 768px) and (max-width: 991px) {
	.slidertext
	{
		display:none !important;
	}


.home-link-btn
{
	display:none !important;
}

.footer-desktop
{
	display:none !important;
}

.footer-mobile
{
	display:block !important;
}

#footerdesk
{
	display:block !important;
}





.nav-collapse_ .nav > li {
	float: left;
}
.navbar_ {
	width: auto!important;
	overflow: visible !important;
	height: auto;
	clear: none;
}

.quick-links-btn
{
	
	margin-top:10px;
	
}

.tm_navbar .nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fefefe;
	/*font-family: Calibri, Arial;*/
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	background: transparent;
	padding: 0;
	border: none;
	border-radius: 0;
	
}

.tm_navbar .nav li {
	float: left;
	padding: 6px 6px 4px 6px !important;
	position: relative;
	zoom: 1;
	background: url(../images/divider.png) no-repeat left center;
}



}

/**************************************************/
@media (max-width: 767px) {
	
	.slidertext
	{
		display:none !important;
	}
	
	.home-link-btn
{
	display:none !important;
}
	
	.footer-desktop
{
	display:block !important;
}

.footer-mobile
{
	display:none !important;
}

#footerdesk
{
	display:none !important;
}


.row_4 .row4_col .btn-link3 {
	font-size: 12px;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	margin-bottom: 16px;
	float: none;
	width: 100%;
}
.reserve_table {
	overflow: hidden;
}
.reserve_table .m_bot2 {
	margin-bottom: 30px;
}
.reserve_table figure {
	padding: 0;
	float: left;
	margin: 0 20px 10px 0;
}
.footercol {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.social_icons {
	display: inline-block;
}
.footerpriv {
	margin-top: 0;
	margin-right: 0;
	float: none;
	text-align: center;
}
.row_4 {
	margin-left: 0;
}
.row_4 .chef figure {
	padding: 0;
	margin: 0 0 10px;
}
.row_4 .row4_col {
	margin: 0;
	float: left;
	margin-left: 0;
	width: 30%;
}
.box1,  .box2,  .box3 {
	float: none;
	width: 100%;
	margin: 0 auto 25px;
}
.box1 figure,  .box2 figure,  .box3 figure {
	width: 100%;
}
.box1 figure images,  .box2 figure images,  .box3 figure images {
	width: 100%;
}
.box2 figure images {
	height: auto;
}
.listbox1 {
	padding-right: 15px;
}
.listbox2 {
	padding-right: 15px;
	padding-left: 15px;
}
.listbox3 {
	padding-left: 15px;
}
.list1 {
	text-align: center;
}
.sf-menu {
	display: none !important;
}
.select-menu {
	display: block !important;
	color: #ffffff;
	border: 1px solid #343434;
	background: #343434 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px;
}
.select-menu option {
	padding: 0;
}



}
/**************************************************/
@media (max-width: 600px) {
	
	.footer-desktop
{
	display:block !important;
}


.footer-mobile
{
	display:none !important;
}


.row_4 .row4_col .btn-link3 {
	font-size: 18px;
}
.reserve_table {
	overflow: hidden;
}
.reserve_table .m_bot2 {
	margin-bottom: 30px;
}
.reserve_table figure {
	width: 100%;
	padding: 0;
	float: none;
	margin: 0 0 10px 0;
}
.reserve_table figure images {
	width: 100%;
}
.row_4 {
	margin-left: 0;
}
.row_4 .chef figure {
	padding: 0;
	margin: 0 15px 5px 0;
}
.row_4 .row4_col {
	margin: 0;
	float: none;
	margin-left: 0;
	width: 100%;
}
}
/**************************************************/

@media (max-width: 542px) {
	.footer-text-first ul
	{
		padding-left:15px;
	}
.footer-text-first ul li {
	font-family:Calibri, Arial;
	font-size:14px;
	color:#5c5a5b;
	font-weight:bold;
	padding:0 0 0 0px;
	background:none !important;
	list-style:disc !important;
}

.footer-text ul 
{
	padding-left:15px!important;
}

.footer-text ul li
{
	background:none !important;
	list-style:disc !important;
	padding:0 0 0 0px;
}

.artcraft
{
	height:400px !important;
}


}
@media (max-width: 480px) {
	
	.footer-desktop
{
	display:block !important;
}

.footer-mobile
{
	display:none !important;
}


.list3 li figure {
	float: none;
	width: 100%;
	margin-right: 0;
}
.list3 li .info1 {
	padding: 20px;
	overflow: hidden;
	margin-top: 20px;
}

.artcraft
{
	height:315px !important;
}

}
/**************************************************/
@media (max-width: 360px) {
	.footer-desktop
{
	display:block !important;
}


.footer-mobile
{
	display:none !important;
}


.chef figure {
	padding: 0;
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}
}
/*Core variables and mixins*/
images {
	max-width: 100%;
}

.artcraft
{
	height:380px !important;
}


@media (min-width: 1336px) {
	
	#moodular li p span {
    display: inline-block; /*padding: 10px 10px;*/
	padding:0;
	color: #FFF; /*margin: 90px;*/
margin:20px 0 0 105px; 
}
}


/*@media (min-width: 1367px) and (max-width: 1920px) {
	
	#moodular li p span {
    color: #fff;
    display: inline-block;
	margin:20px 0 0 390px !important;
	padding: 0;
}
}*/


/*@media (min-width: 1280px) {
	
	#moodular li p span {
    color: #fff;
    display: inline-block;
    margin-left: 180px !important;
    margin-top: 20px;
    padding: 0;
}
		
}
*/
@media (min-width: 1024px)
{
.artcraft
{
	height:150px !important;
}

}

@media (max-width: 1024px)
{
	#slider-wrapper .container .camera_caption div a
{
	width: 1000px !important;
margin: 0 0 0 0;
position: absolute;
bottom: 33%;
left: 50%;
}

#slider-wrapper  .camera_caption {
width: 1000px !important;
margin: 0 0 0 0;
position: absolute;
top: 10%;
left: 50%;
}


}



@media (min-width: 1367px) and (max-width: 1920px) {
	
	/*#moodular li p span {
    color: #fff;
    display: inline-block;
    margin-left: 180px !important;
    margin-top: 20px;
    padding: 0;
}*/
		
		.slidertext {
	font-family: 'timelessregular';
	font-size:34px !important;
	font-weight:bold;
	color:#b43232 !important;
	background:none !important;
}


		#slider-wrapper  .camera_caption {
width: 1170px;
margin: 0 0 0 -585px;
position: absolute;
top: 7% !important;
left: 50%;
}

}
