@font-face {
    font-family: 'KreonBold';
    src: url('fonts/kreon-bold.eot');
    src: url('fonts/kreon-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/kreon-bold.woff') format('woff'),
         url('fonts/kreon-bold.ttf') format('truetype'),
         url('fonts/kreon-bold.svg#kreonbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KreonRegular';
    src: url('fonts/kreon-regular.eot');
    src: url('fonts/kreon-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/kreon-regular.woff') format('woff'),
         url('fonts/kreon-regular.ttf') format('truetype'),
         url('fonts/kreon-regular.svg#kreonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'enriquetaregular';
    src: url('fonts/enriqueta-regular-webfont.eot');
    src: url('fonts/enriqueta-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/enriqueta-regular-webfont.woff') format('woff'),
         url('fonts/enriqueta-regular-webfont.ttf') format('truetype'),
         url('fonts/enriqueta-regular-webfont.svg#enriquetaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'enriquetabold';
    src: url('fonts/enriqueta-bold-webfont.eot');
    src: url('fonts/enriqueta-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/enriqueta-bold-webfont.woff') format('woff'),
         url('fonts/enriqueta-bold-webfont.ttf') format('truetype'),
         url('fonts/enriqueta-bold-webfont.svg#enriquetabold') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
	background:#fc6624; 
	font-family:Tahoma, Geneva, sans-serif;
	}


/* ---------------------------------------------------------------------------------
FONTS, GENERAL, MISC
------------------------------------------------------------------------------------ */

h1, h2, h3 {
	font-weight:normal;
	}

h1 {
	
	color:#255fb1;
	font-size:2.2em;
	line-height:1.8em;
	}
	
h2, h2 a {
	color:#32b9c8;
	font-size: 2.2em;
	line-height:1.0em;
	margin-bottom:20px;
	margin-top:25px;
	font-family:enriquetaregular;
	}

h3, h3 a, p.title {
    font-family:KreonRegular;
	color: #ff9d27;
    font-size: 2.0em;
    line-height: 1.3em;
    margin-bottom: 5px;
	margin-top:40px;
}

h4, h4 a {
	font-family:KreonRegular;
	text-transform:uppercase;
	color:#fc6624;
	font-size:1.2em;
	line-height:1.3em;
	margin-top:30px;
	}
	
hr {
	height:3px;
	border:0;
	background:#eef1f6;
	margin:30px 0;
	clear:both;
	}

p, li {
	font-size:1em;
	line-height:1.8em;
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	}

a {
    color: #009999;
    text-decoration: none;
}

a:hover {
    color: #fc6624;
    text-decoration: none;
}

.main-content a { border-bottom:1px dashed #32b9c8; }
.main-content a:hover { border-bottom:0px dashed #77660e; }

.main-content .btn-primary { border-bottom:0; }

.main-content li, .main-content ol {
	padding-top:3px;
	padding-bottom:3px;
	}

.blue { color:#133f1c;}
.green { color:#133F1C;}


h2.hp-title {
    color:#357739;
    font-size: 2.7em;
    line-height: 1em;
    padding: 20px 0;
    text-align: center;
	margin:0;
}

h2.hp-title span {
    color: #C5B358;
    font-size: 0.7em;
    line-height: 1.5em;
}


/* ---------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------------ */

/* Top MCPS Button ---------------------------- */

.btn-default {
    color:#999;
	font-size:10px;
	background:transparent;
	background-image: none;
    background-repeat: no-repeat;
    border:0;
    text-shadow:none;
	box-shadow:none;
	margin-top:3px;
}

a:hover.btn-default {
    color:#999;
	background:transparent;
}

/* END - Top MCPS Button ---------------------------- */

.site-header { position:relative; background: url('../images/hdr-bg.jpg') top center no-repeat; }
.masthead { background:#fff; }
	
.masthead h1 {
    background: url('../images/logo.png') no-repeat;
    display: block;
    height:123px;
    text-indent: -9999px;
    width:484px;
	margin:10px 2%;
}

address {
    text-indent: -9999px;
	display:none;
}


/* ---------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------------ */

.navbar {
    margin: 0;
	background:#32b9c8;
	font-family:Tahoma, Geneva, sans-serif;
	border-radius: 0;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
	border:0;
	border-bottom:4px solid #d3df5b;
}


.navbar-default .navbar-nav > li > a {
	font-family:kreonregular;
	color:#fff;
	text-transform:uppercase;
	font-size:1.0em;
	padding-left: 10px;
    padding-right: 24px;
	background:url(../images/nav-star.png) center right no-repeat;
	}

.navbar-default .navbar-nav > li > a:hover {
	color:#d3df5b;
	}
	

.nav-wrapper {
	background:transparent;
	}



/* END - Navigation ---------------------------- */


#content { padding:15px 0 60px 0; background:#fff; }

#content .container { 
	padding:10px 0;
}

#content .container .row { margin:0; }

.main-content .content-inner { padding:0 3%;}
.main-content .content-inner img { 
	padding:5px;
	background:#f4fbeb;
	border:1px solid #f2e3b6;
	margin:5px 10px;
}

/* ---------------------------------------------------------------------------------
SIDEBAR LEFT
------------------------------------------------------------------------------------ */

#sb-menu1 {
	margin-bottom:10px;
	}

#sb-menu2 {
	padding-bottom:20px;
 	display:none;	
	}


a.btn-map {
	font-size:0.8em;
	color:#fff;
	background:#77660e;
	padding:6px 10px;
	text-decoration:none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
	}

a:hover.btn-map {
	color:#999;
	background:#fff;
	}
	

.school-info-box {
	padding:1.5em 5%;
	margin-bottom:24px;	
	background:#d3df5b;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */	
	}

.school-info-box h2 { font-size:1.2em; text-transform:uppercase; margin-top:0; color:#32b9c8; }
.school-info-box p { font-size:0.95em; line-height:1.7em; margin-bottom:8px; color:#444; }
.school-info-box p a { color: #444; text-decoration:underline; }
.school-info-box p a:hover { color: #32b9c8; text-decoration:none; }

.school-info-box .btn-primary {
	color:#77660e; background:#f2e3b6;
	}
	
.school-info-box hr { margin:10px 0; background:#fcfcfa; }

.school-info-box h4 {
color:#444;
}
/* ---------------------------------------------------------------------------------
SIDEBAR NAVIGATION
------------------------------------------------------------------------------------ */

.list-group {
    border-radius: 0;
    box-shadow: none;
	margin-bottom:40px;
}	

nav.list-group ul, 
nav.list-group ul li {
	list-style:none;
	padding:0;
	}	

nav.list-group ul ul {
  padding:15px 5%;
  -moz-box-shadow:    0 0 2px 2px #f3f3f3;
  -webkit-box-shadow: 0 0 2px 2px #f3f3f3;
  box-shadow:         0 0 2px 2px #f3f3f3;
  background:#fff;
}

nav.list-group ul {
	padding:0;
}


.secondary-menu ul { 
	padding:0;
	margin:0 2%;
	}

nav.list-group ul li a {
	font-size:0.85em;
	color:#7b7b7b;
	display:block;
	padding:0.6em 0.8em; 
	border-bottom:1px solid #e9e9e9;
	line-height:1.4em;
	}		

nav.list-group ul li a:hover {
	color:#fc6624;
	text-decoration:none;
	}		

#sb-menu1 {
	padding-top:30px;
	background:url(../images/sb-nav-bg.png) left 50px no-repeat;
	}

.sidebar-1 h2 { color:#d3df5b; font-size:1.8em; font-family:enriquetabold; }

	
/* END - Sidebar Navigation ---------------------------- */




/* ---------------------------------------------------------------------------------
NEWS
------------------------------------------------------------------------------------ */

.RecentNewsSchoolBlock .news, #announcements {
	margin: 20px 0;
	padding-top:15px;
	}

.RecentNewsSchoolBlock .news h2,
#announcements h2 {
	padding: 20px 0;
	margin:0;
	border-top:1px dashed #32b9c8;
	}

	
article.list-group {
	margin-bottom:50px;
	}

.main-content a.list-group-item { border-bottom: 1px dashed #f2e3b6; }

.list-group-item {
	border:0;
	padding:15px 3%;
	border-bottom: 1px dotted #eef1f6;
	background-color:transparent;
	margin-bottom:0;
}

.list-group-item p { font-size:0.9em; line-height:1.4em; }

a.list-group-item h3 {
    font-size: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
}

a.list-group-item:hover h3 { color:#fff; }
a.list-group-item:hover { background:#ff9d27; border-bottom-color:#fff; }
a.list-group-item:hover p { color:#f3f3f3; }

.list-group-item:first-child,
.list-group-item:last-child {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0px; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 0px; 
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0px; 
}


/* ---------------------------------------------------------------------------------
SIDEBAR BLOCK
------------------------------------------------------------------------------------ */

.search,
#sb-menu3,
.sb-block,
.sbr-2 {
	padding:24px 0;
}

aside.sb-block, .sbr-2, .sbr-1 { text-align:center; } 
	
aside.sb-block img {
	padding:5px;
	background:#fff;
	-moz-box-shadow:    0px 0px 4px 4px #e8e3d5;
	-webkit-box-shadow: 0px 0px 4px 4px #e8e3d5;
	box-shadow:         0px 0px 4px 4px #e8e3d5;
	}

aside.sb-block a:hover {
	opacity:0.6;
	}

#sb-menu3 { display:none; }	

#twitter-widget-0 { margin:0 auto; }

.sbr-2 img {
	background:#eef1f6;
	padding:5px;
}

.sbr-1 { padding:20px 0; }
.sbr-2 { }

aside.sb-block { display:none; }



/* ---------------------------------------------------------------------------------
SEARCH
------------------------------------------------------------------------------------ */

.search {
	
	overflow:auto;
	}

.searchtext,
.searchbtn {
    background-color: #FFFFFF;
    border: 1px solid #E6E2D0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
	float:left;
}

.searchtext { width: 60%; }

.searchbtn {
	font-family:kreonregular;
	width: 34%;
	margin-left:4%;
	color:#fff;
	border:1px solid #fc6624;
	background-color:#ff9d27;
	border-radius: 4px 4px 4px 4px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
}


.search {
    float: right;
    margin: 0;
    padding: 0;
    width: 30%;
}

.three-column .search {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
	margin-bottom:15px;
}

.one-column .search { width:25%; }


/*-----------------------------------------------------------------------------------------
SLIDESHOW
------------------------------------------------------------------------------------------- */

.slideshow {
	position:relative;
	text-align:center;
	}

.slideshow img{
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	padding:0;
	width:100%;
	margin:0 !important;
	}

.slideshow p { margin:0;
}

p.slideshow-btn  {
    left: 40%;
    position: absolute;
    bottom: 3px;
}

p.slideshow-btn a {
    color:#32b9c8;
	background:#ffd531;
    padding: 8px 12px;
	border:0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */	
}

p.slideshow-btn a:hover {
    color:#32b9c8;
	background:#d3df5b;
}

p.slideshow-btn .btn-primary { font-size:120%; }

.pika-stage, .pika-textnav {
    width: 100% !important;
}

.content-inner iframe {
	border:5px solid #ccc;
	}
	
	
/* ---------------------------------------------------------------------------------
CALENDAR
------------------------------------------------------------------------------------ */

	
.UpcomingEventsSchoolBlock .calendar { 
	text-align:center;
	padding:20px 0 40px 0;
	background:#fefbed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
	}

.UpcomingEventsSchoolBlock .calendar h4 { margin-top:0;}

.UpcomingEventsSchoolBlock .calendar p {
	font-size: 0.85em;
	color:#666;
	padding:8px 0;
	margin:0 5%;
	line-height:1.5em;
	text-align:center;
	border-bottom:1px dashed #ebebeb;
	}

.UpcomingEventsSchoolBlock .calendar p strong {
    font-size: 0.9em;	
	color: #32b9c8;
    text-transform: uppercase;
}
	
.btn-calendar { margin-top:-20px; text-align:center; }




/* ---------------------------------------------------------------------------------
RESOURCES
------------------------------------------------------------------------------------ */


p.small { font-size:0.8em; }

.resources { margin:0; padding:0; width:100%; }
.resources td { width:25%; padding:0; text-align:center; vertical-align:top; padding:15px 0; }
.resources td img { width:60%; max-width:140px; margin:0 auto 10px auto; background:#fff; padding:10px; display:block; }


/* ---------------------------------------------------------------------------------
CALENDAR - TOP LIST
------------------------------------------------------------------------------------ */

ul#taxonomylist { margin:0; padding:0; list-style:none; }
ul#taxonomylist li {
    background: none repeat scroll 0 0 #F6F3E5;
    display: inline-block;
	*zoom: 1;
    *display: inline;
    margin: 0.25%;
    padding: 6px 0.25%;
    text-align: center;
    width: 18%;
}


/* ---------------------------------------------------------------------------------
STAFF DIRECTORY
------------------------------------------------------------------------------------ */

#box_left, #box_right {
	width:48%;
	float:left;
	}
	
#box_right {
	width:48%;
	float:right;
	}	
	
#box_left h3, #box_right h3 {
	color:#fff;
	background:#ff9d27;
	padding:15px 5%;
	font-size:1.4em;
	}

.alternaterow {
    background-color: #eef1f6;
}

#employee {
	padding:15px 5%;
	}

#departmentList {
	padding: 10px 0;
	border-bottom:1px dotted #eef1f6;
	}

#departmentList p {
    line-height: 1.4em;
    margin: 0;
}

#departmentList p a:hover { text-decoration:none; }	

#employee p.employeename { font-weight: bold; }
#employee p { font-size:0.9em; line-height:1.3em; margin-bottom:5px; }



/* ---------------------------------------------------------------------------------
TABLE
------------------------------------------------------------------------------------ */

.table th { 
	color:#fff;
	background:#32b9c8 !important;
	padding:12px 10px !important;
	text-align:center;
}

.table td { 
	font-size:0.85em;
	padding:5px 10px !important;
}

.table td a { 
	border:0;
}


/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */

.footer { background:#fc6624; border-top:8px solid #ffd531; }
.footer .container { position:relative; }

.mcps-info,
.credits,
.tron-login {
    margin: 0;
    padding: 12px 0;
	}

.tron-login a { color:#ffd531;}

.credits {
	text-align:left;
	font-size:0.8em;
	line-height:1.5em;
	color:#ffd531;
	border-bottom:1px dashed #ffd531;
	}

.credits a {
	color:#ffd531;
	text-decoration:underline;
	}

.credits a:hover {
	color:#77660e;
	text-decoration:none;
	}

.mcps-logo {
	background:url(../images/ftr-mcps-logo.png) 5% top no-repeat;
	padding-top:75px;
	}

.mcps-logo p {
	font-size:0.8em;
	line-height:1.5em;
	color:#ffd531;
	}

.footer ul,
.footer li {
	list-style:none;
	margin:0;
	padding:0;
	}

.footer li a {
	font-size:0.8em;
	color:#ffd531;
	display:block;
	padding:0px 10px;
	text-decoration:none; 
	}

.footer li a:hover { color:#fff; }
ul#global-footerNav { width:50%; float:right; }	

.tron-login { border-bottom:0px; text-align:center }	
.tron-login a { opacity:0.4; }	
.tron-login a:hover { opacity:1; }	


.ftr-image {
	background: url(../images/ftr-image.png);
	position:absolute;
	top:-65px;
	right:0;
	display:block;
	width:485px;
	height:107px;
}


/* Academies -------------------------------------------------------- */

#content-lower1 {
	background:#dfd8b7 url("../images/content-lower1-bg.jpg") top center no-repeat;
	padding:220px 0 30px 0;
	}

#content-lower1 .row {
	padding-bottom:30px;
	}

#content-lower1 h2 {
	background:url("../images/Academies-hdr.png") top center no-repeat;
	display:block;
	width:1100px;
	height:120px;
	text-indent:-9999px;
	margin:0 auto 40px auto;
	}

#content-lower1 p {
    color: #616161;
    font-size: 0.9em;
    line-height: 1.5em;
}
	
#content-lower1 p.summary {
    font-size: 1.4em;
    line-height: 1.6em;
	color: #77660E;
	font-family:KreonRegular;
}

#content-lower1 h3,
#content-lower2 h3 {
	margin:10px 0;
}


#content-lower1 h3 a, 
#content-lower2 h3 a {
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 10px;
}

#content-lower1 h3 a { color: #77660E; border-bottom:1px dashed #77660E; }
#content-lower2 h3 a { color: #fff; border-bottom:1px dashed #c5b358; }

#content-lower1 h3 a:hover { color: #c5b358; border-bottom:0px dashed #c5b358; }
#content-lower2 h3 a:hover { color: #fff; border-bottom:0px dashed #c5b358; }


/* Programs -------------------------------------------------------- */

#content-lower2 {
	background:#77660e url("../images/content-lower2-bg.jpg") top center no-repeat;
	padding:220px 0 60px 0;
	}

#content-lower2 .row {
	padding-bottom:30px;
	}

#content-lower2 h2 {
	background:url("../images/Programs-hdr.png") top center no-repeat;
	display:block;
	width:1100px;
	height:164px;
	text-indent:-9999px;
	margin:0 auto 40px auto;
	}

#content-lower2 p {
    color: #dfd8b7;
    font-size: 0.9em;
    line-height: 1.5em;
}

#content-lower2 img {
	float:left;	
	margin-right:5%;
	}


/* Misc -------------------------------------------------------- */

.btn-primary {
	color:#fff;
	background-image: none;
	background:#ff9d27;
    border:0;
	width:80%;
	text-transform:uppercase;
	padding:15px 0 10px 0;
	  -webkit-border-radius: 3px; 
	  /* Firefox 1-3.6 */
	  -moz-border-radius: 3px; 
	  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	  border-radius: 3px; 
}


a.btn-primary:hover,
.searchbtn:hover {
    color:#fff !important;
	background-image: none;
	background:#fc6624;
	text-shadow:none;
}

html.embed { background:transparent; }


	#ctl00_ContentPlaceHolder1_tronSlideShowHomepage1_hpyViewSlideShow  {
	display:none;
	}
	
	
	
	#ctl00_ContentPlaceHolder1_tronSlideShowHomepage1_imgRandom  {
		width:450px !important; height: auto !important;}

/* ---------------------------------------------------------------------------------
RESPONSIVE
------------------------------------------------------------------------------------ */



/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 240px) 
and (max-width : 768px) {
/* Styles */

html, body { background:#fff; }

p, li { font-size: 1.2em; line-height:1.6em; }

h2, h2 a { text-align:center; }
h3, h3 a { font-size: 1.5em; line-height: 1.4em; }

.navbar-collapse { max-height:none; }	
.navbar-toggle { display: block; float: none; margin: 10px auto; }

.masthead h1 {
    background:url(../images/logo-290.png) top center no-repeat;
    display: block;
    height: 72px;
    margin: 12px 0;
    position: static;
    text-indent: -9999px;
    width: 100%;
}

.masthead {height:auto; }
#banner { display:none; }
address { display:none; }
.site-header { background:transparent;}
.slideshow { display:block; }
#content { padding: 0; background:transparent; }
#content .container { background:transparent; padding-top:0px; }

h2.hp-title { display:none; }


.sidebar-1, .school-info-box {
	border:0px solid #e6e2d0;
	padding:24px 1%;
	}


li.secondary-menu h2, .UpcomingEventsSchoolBlock .calendar h4, .school-info-box h2 { background:#32b9c8; padding:15px 1%; text-align:center; }

#sb-menu2 { border-bottom:0px solid #E6E2D0; }
.navbar { -moz-box-shadow:0; -webkit-box-shadow:0; box-shadow:0; }
.navbar .container, .nav-wrapper { background:transparent; }
.container > .navbar-header, .container > .navbar-collapse { margin-left: 0; margin-right: 0; padding:0; }

.navbar-default .navbar-nav > li { margin:0; }
.navbar-default .navbar-nav > li > a { color:#fff; border-top:1px dashed #fff; padding:0.5em 0; width:100%; margin:0; background-image:none; }
.navbar-default .navbar-nav > li > a:last-child { border-bottom:0;}
.navbar-default .navbar-nav > li > a:hover { color:#fff; background:#ff9d27; border-top:1px dashed #014421; padding:0.5em 0; margin:0;  }
.nav-wrapper { margin-bottom:0; }
.nav li { display: block; }
nav.list-group ul li a { text-align: center; }

.main-content { background:transparent; }
.main-content .content-inner { padding: 0 1%; }	
.sidebar-2 { background:transparent; }	
.list-group-item { border-bottom: 1px dotted #ccc; }

#departmentList p { line-height: 1.8em; }

.school-info-box p, .UpcomingEventsSchoolBlock .calendar p { font-size:120%; }
.mcps-logo { background-position:center top; }
.ftr-image { background:transparent; }

.slideshow {
	margin:12px 0;
	}

p.slideshow-btn {
    margin-bottom: 20px;
    margin-top: 0;
    position: static;
}

#box_left, #box_right { float:none; width:100%;}

.search, .one-column .search { 
	width:80%;
	display:block;
	margin:10px auto;
	float:none;
}

	#ctl00_ContentPlaceHolder1_tronSlideShowHomepage1_imgRandom  {
		width:300px !important; height: auto !important;}
}


/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 769px) 
and (max-width : 1024px) {
/* Styles */	

.container {
    max-width: 100%;
}

.nav li { display: inline-block; }
.navbar-default .navbar-nav > li > a {
	padding-left:6px;
	padding-right:6px;
	}

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */

.navbar-default .navbar-nav > li > a {
	font-size:11px;
	border:0;
	padding:5px 8px;
	}

.navbar-default .navbar-nav > li > a:hover {
	border:0;
	padding:5px 8px;
	}
	
.navbar-toggle { display:none; }

}
	