
@import url(https://fonts.googleapis.com/css?family=Slabo+27px);

@import url(https://fonts.googleapis.com/css?family=Courgette);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);


@font-face {
    font-family: 'leaguespartan';
    src: url('fonts/leaguespartan/leaguespartan-bold-webfont.eot');
    src: url('fonts/leaguespartan/leaguespartan-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguespartan/leaguespartan-bold-webfont.woff') format('woff'),
         url('fonts/leaguespartan/leaguespartan-bold-webfont.ttf') format('truetype'),
         url('fonts/leaguespartan/leaguespartan-bold-webfont.svg#comfortaabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body img {
    height: auto;
    max-width: 100%;
    overflow: hidden;
  
    white-space: nowrap;
}

img.staffprinticon {

    height:inherit;
    width:80px;
    overflow:visible;
    text-indent:none;
    white-space:normal;

}

/* ---------------------------------------------------------------------------------
FONTS, GENERAL, MISC
------------------------------------------------------------------------------------ */

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    line-height: 1.6em;   
	color:#444444;

  
    /*background-size: 960px auto;*/
}

h1, h2 {
font-family: 'leaguespartan', serif;
	font-weight:normal;
	color: #f48043;
	}

h1 {
	color:#043564;
	font-size:35px;
	line-height:48px;
	}
	
h2, h2 a {
  color: #f48043 ;
    font-size:25px;
    line-height: 32px;
    margin: 30px 0 30px 0;
	text-transform:uppercase;
}

h3, h3 a, p.title {

  color: #f48043 ;
    font-size: 30px;
    line-height:35px;
	margin:15px 0 25px 0;
font-family: 'Slabo 27px', serif;
	/* border-bottom:1px dashed #ccc;*/
	 font-family:"Courgette",cursive;
}

h4, h4 a {

    color:#e7a400 ;
    font-size: 22px;
    line-height:28px;
	margin: 10px 0 15px 0;
	font-family: "Courgette",cursive;

	 
	}
	
hr {
	height:3px;
	border:0;
	background:#e6e2d0;
	margin:30px 0;
	clear:both;
	}

p{
	margin:10px 0;
	}
a {
	color: #006ee2; text-decoration: none;
	}
.pictures-wrapper { background-color:#7193d9; border-bottom:8px solid #fff;}
.pictures{ margin: 0px auto; max-width:1400px; border-left:8px solid #fff; border-right:8px solid #fff; }
.UpcomingEventsSchoolBlock .calendar h4{
	background:#83A7F3;
	margin:0; 
	color:#fff; 
	padding:10px 0 ;

	font-family: 'leaguespartan', serif;
	text-transform: uppercase;
		
}
.UpcomingEventsSchoolBlock .calendar p strong	{
	font-size: 12px;	
}

footer a, footer p	{
	font-size: 14px;
}

a:hover {
	text-decoration: none;
	}


.main-content a.list-group-item {
	 border-bottom: 3px dotted #CED2DD; 
	 }
.main-content .btn-primary {
	 border-bottom:0; 
	 }
.main-content li, .main-content ol {
	 padding:6px 0; margin-left:15px;
	  }

.blue {
	 color:#226722;
	 }
.green { 
color:#133F1C;
}



.sbr-2	{
	display:none;
}
a img:hover{
	opacity:.8;
	}

/* ---------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------------ */




/* Top MCPS Button ---------------------------- */

.btn-default {

	background:transparent;
	background-image: none;
    background-repeat: no-repeat;
    border:0;
	text-decoration:none;
	font-size:11px;

    text-shadow:none;
	box-shadow:none;
		radius:0px;
		color:#fff;
}

/* END - Top MCPS Button ---------------------------- */

.header{
background-color:#83A7F3;
}

.site-header {
	position:relative;

}

.masthead {
    background-image: url("../images/stripes_background.png");
	 }
.site-header{
	background: url("../images/carderock-banner-new.png") no-repeat ; 
	display:block;
 max-width: 1170px; 
	margin:0px auto; 
	padding:0;
   /* height:482px;*/
   height:165px; 
	position:relative; 
background-size: contain;
	

	}
	
	
	#banner .container .col-md-12 {
    background: rgba(0, 0, 0, 0) url("../images/carderock-logo.png") no-repeat scroll 0 0;
    display: block;
    background-size:contain;
	height:200px;
    margin: 0;
	margin-top:10px;
    padding: 15px 0;
    position: absolute !important;
    top: 5px;
   width:200px;
    z-index: 9999999 !important;
}
	
.masthead h1 {
    text-indent: -9999px;
	
}


address { 
	text-indent: -9999px;
	margin-bottom: 0;

	line-height: 0;
	}
.intro {
	background:#00B8B8;
	padding:18px 5%;
	border:1px solid #00B8B8;
	margin-bottom:24px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
	}

#content { 
/*background-color:#fff;*/
background-image:url("../images/stripes_grey.png"); 
padding:0; 
margin:0;
}
#content-lower1 {
	background-color:#2366ca;
	}
#content-lower1 h2 {
	color:#fff; 
	text-align:center; 
	margin-top:30px; 
	font-size:2.8em;
	}
.col-one, .col-two, .col-three {
	background-color:#fff; 
	width: 31.3%!important;
	}
.col-one {margin:0 30px 30px 0}
.col-two {margin:0 30px 30px 0}
.col-three {margin:0 0 30px 0}
/* ---------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------------ */
.nav {
    text-align: center;
	}
.navbar-default .navbar-collapse, .navbar-default .navbar-form { 
border:0; 
margin:0px;
}
.navbar-nav{
	margin-left: 100px;
	}
.navbar-default .navbar-toggle {
  border-color: transparent;
  z-index:1000;
}




.nav li{
position: relative;  
/*z-index:99999;*/
list-style-type:circle;
}

.nav a{
position: absolute;  
z-index:999999;
}
.navbar-default:hover .navbar-toggle:hover, .navbar-default:active .navbar-toggle:active {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar { 
   padding: 0;
   background-color: #26438F  ; 
   border:0; 	
  border-bottom: 8px solid white;
  border-top: 6px solid white;
 margin: 0px;
   position: relative;    
   z-index: 9; }

.navbar .container, .nav-wrapper { 
	background:transparent; 
	}

.navbar-default .navbar-nav > li > a {

	padding:15px 30px 15px 30px;
	color:#fff;
	text-transform:uppercase;
font-family: Arial,serif;
	font-size:16px;
	background: rgba(0, 0, 0, 0) url("../images/nav-item-bg.png") no-repeat scroll left center;
	}

.navbar-default .navbar-nav > li > a:hover {
	background:#F48043;
	color: #fff;
	}
	
.navbar-nav > li > a {
    padding-top: 10px;
}

.navbar a{
	padding-bottom:5px;
	}

.nav-wrapper {
	background-color: transparent;
	}


/* END - Navigation ---------------------------- */



#content .container	{
	 background:#f2f8fe; 
	  padding:10px 30px 20px 30px;
	  }

.main-content .content-inner { 
padding:0px 0 40px 50px;
}
.main-content .content-inner img { 
	padding:5px;
	background:#fff;
	border:1px solid #E6E2D0;
}

#lower-container{ background:#d6deeb; width:100%; padding:50px 0; }
.twitter-feeds {max-width: 1170px; margin:0 auto; }
.twitter-left {float:left; width:47%; padding:40px; background-color:#fff;}
.twitter-right {float:right; width:47%; padding:40px; background-color:#fff;}

/* ---------------------------------------------------------------------------------
SIDEBAR LEFT


------------------------------------------------------------------------------------ */

.row {
    margin-left: -25px;
    margin-right: -25px;
}
.sidebar-1 {
	border-left:0;
	padding-right:0;
	padding-top:15px;
	}

.sidebar-1 
.sidebar-1 #sb-menu1,
.sidebar-1 #sb-menu2,
.sidebar-1 #sb-menu3 {

	padding:0;
	margin:10px 0 0px 0;
	}
#sb-menu1 ul li ul, #sb-menu2 ul li ul {
    padding: 0;
}


.sidebar-1 h2 {

	border-right:0px;
	border-top:0px;
	border-bottom: 0;
	padding:0;
	margin:0;

	}

a.btn-map {
	color:#008AB8;
	background:#9a0308;
	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:#2B853E;
	background:#fbfd06;
	}
	
.school-info-box {
	padding:0px 0;
    margin: 0px 0  30px 0;
	font-weight: bold;
	}
	
	.school-info-box p{
	padding-left:20px;
	}
	
	
	
	.school-info-box h4{
    color: #f48043;
    font-family: "Courgette",cursive;
    font-size: 30px;
    line-height: 35px;
    margin: 15px 0 25px;
}

.school-info-box p, .school-info-box a.bluelink {
    line-height:1.6em;
	font-size:15px;
    margin-bottom: 0px;
}


.school-info-box .btn { 
	margin-bottom: 0em;
}

.school-info-box aside	{
	margin-bottom:0;
}

ul li.secondary-menu ul li a

/* ---------------------------------------------------------------------------------
SIDEBAR NAVIGATION
------------------------------------------------------------------------------------ */

.list-group {
    border-radius: 0;
    box-shadow: none;

}	

nav.list-group ul, 
nav.list-group ul li {
	list-style:none;
	margin:0;
	padding:0;
	background-color:#F48043 ;	
	
	}	

li.secondary-menu h2 {
	color:#fff;
	background-color:#F48043;
	padding:8px 0px ;
 font-size: 22px;
 text-align:center;

	}
	
	
#sb-menu2 ul, #sb-menu2 ul li {
	list-style:none;
	margin:0;
	padding:0;
	background-color:#5f8ad3 ;	
	
	}	

#sb-menu2 li.secondary-menu h2 {
	color:#fff;
	background-color:#5f8ad3;
	padding:8px 0px ;
 font-size: 22px;
 text-align:center;

	}	
	

li.secondary-menu h2:first-word {
	color:#ccc;
	}
.secondary-menu{
	border: 2px 2px 0px 0px solid #e6e2d0;
	}
	
nav.list-group ul li.secondary-menu { padding:0; display:block;}

nav.list-group ul li a {

	font-style:normal;
	color:#fff;
	display:block;
	padding:15px 10px;
    display: block;
 font-family: "Bree Serif",serif;
    font-size: 1.08em;

    text-transform: uppercase;
	}		

nav.list-group ul li:hover, #sb-menu2 ul li:hover {
	background:#26438F;
	text-decoration:none;
	}		
	
	
ul li ul {

	border-radius: 2px;
}	
ul li ul li{
	border-bottom: 1px dashed white;
	margin: 0 5px 0px 5px;
	}
	
/* ---------------------------------------------------------------------------------
NEWS
------------------------------------------------------------------------------------ */

.RecentNewsSchoolBlock .news {

	margin:0px 0 20px 0;
	}
	.RecentNewsSchoolBlock .news h2 { 
	  margin:40px 0 15px 0 ;   
	  /*border-bottom: 1px dashed #e6e2d0;*/}


article.list-group {
	margin-bottom:30px;
	}
article.list-group h3 {
margin-bottom:5px;
	}
.list-group-item {
	border:0;
	padding:8px 0;
	border-bottom: 1px dotted #d1d1d1;
	/*border-right: 8px solid #fff;*/
	background-color:transparent;
	margin-bottom:0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
}

.list-group-item h3 {
	 margin-top:0; 
	 border-bottom:0px;
	  font-size:23px; 
	  color:#006ee2;
	   font-weight:normal; 
	    font-family: "Courgette",cursive;
	 }
a.list-group-item:hover {
	 border-right: 0; background-color:#fff;
	  }
.list-group-item p {
	 color:#696d7c; margin:5px 0;
	  }

.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}



/* ---------------------------------------------------------------------------------
SIDEBAR BLOCK
------------------------------------------------------------------------------------ */

.search,
#sb-menu3,
.sb-block,
.sbr-2 {
	padding:0;
}

.form-group, .search	{
	margin-top: 36px;
}

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:#F6F2E5;
	padding:5px;
}

.sbr-1 { padding:5px 0; }
.sbr-2 { padding-right:5%; }

aside.sb-block { margin-left:2%; margin-right:2%; }


/* Classroom-------------------------------------------------------- */
ul.grid {
    margin: 0;
    padding: 0;
} 

ul.grid li {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e5ecf4;
    border-radius: 0.25em;
    box-shadow: 0 0 0 1px #fff inset;
    display: inline-block;
    font-size: 96%;
    line-height: 96%;
    margin: 0 10px 10px;
    min-height: 130px;
    overflow: hidden;
    padding: 0.5em;
    text-align: center;
    width: 30%;
}
ul.grid li img {
    border: medium none;
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
    width:200px;

}
ul.grid li h4 {color:#002f8d}
.main-content .content-inner ul.grid li img{ 	background:none; border:none;}

/* ---------------------------------------------------------------------------------
SEARCH
------------------------------------------------------------------------------------ */

.search {
	
	overflow:auto;
	}

.searchtext,
.searchbtn {
    background-color: #FFFFFF;
    border: 1px solid #E6E2D0;
    height: 34px;
    line-height: 1.42857;
    padding: 9px 12px;
}

.searchtext { width: 60%; }


.searchtext {
  display: inline-block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.searchtext:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.searchtext::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.searchtext:-ms-input-placeholder {
  color: #999;
}
.searchtext::-webkit-input-placeholder {
  color: #999;
}



.searchbtn {
	width: 34%;
	margin-left:4%;
	color:#fff;
	border:1px solid #f99703;
	background-color:#f99703;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
}

.searchbtn:hover {
	color:#2B853E;
	background:#feb168;
	border-color: #ccc;
	}



/*-----------------------------------------------------------------------------------------
SLIDESHOW
------------------------------------------------------------------------------------------- */

.slideshow {
	position:relative;
	}

.slideshow img{
	border-top:5px solid #fbfd06;
	border-bottom:5px solid #fbfd06;
	padding:0;
	width:100%;
	margin:10px 0 20px 0;
	}

p.slideshow-btn {
	text-align:center;
	margin-top:-40px;
	}

p.slideshow-btn .btn-primary {  }

p.slideshow-btn a:hover {
	color:#2B853E;
	background:#FFFEA9;
	text-decoration:none;
	} 

.pika-stage, .pika-textnav {
    width: 100% !important;
}

.content-inner iframe {
	border:5px solid #ccc;
	}


/* ---------------------------------------------------------------------------------
TABLE
------------------------------------------------------------------------------------ */

.table { margin-top:30px; }	
	


/* ---------------------------------------------------------------------------------
SOCIAL MEDIA	
------------------------------------------------------------------------------------ */

.sm {
	list-style:none;
	margin:0;
	padding:0;
	}

.sm li {
    border-bottom:0px dashed #e6e2d0;
    margin: 0;
    padding:0;
    text-align: left;
}
.sm li a { display:block; padding: 16px 5px 16px 44px; }
.twitter a { background:url(../images/twitter.png) left center no-repeat; }	
.facebook a { background:url(../images/facebook.png) left center no-repeat; }	
	
/* ---------------------------------------------------------------------------------
CALENDAR
------------------------------------------------------------------------------------ */

.UpcomingEventsSchoolBlock .calendar { 

	text-align:center;
	margin: 20px 0 50px 0;
    overflow: hidden;
    padding:0 ;
	padding-bottom:20px;
	background:#fff;
}

#calender h4 {
	margin: -20px 0 0 0;
	color:#26438f;
}

.UpcomingEventsSchoolBlock .calendar p {

	padding:10px 0;
	border-bottom:1px dashed #ccc; 
	margin:0 5%;
	line-height:1.2em;
	}
.UpcomingEventsSchoolBlock .calendar p a {


	}
.UpcomingEventsSchoolBlock .calendar p a:hover {
	color:#3c4ea4;

	}
.UpcomingEventsSchoolBlock .calendar p strong {
    color:#f48043;
    display: inline-block;
    margin-bottom:7px;
	margin-top:15px;
    text-transform: uppercase;
	font-weight:bold;
	font-size:16px;
}
	
.btn-calendar {
	margin-top: -40px; text-align:center; 
	}

.btn-orange{
	margin-bottom:20px;
	}

/* ---------------------------------------------------------------------------------
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:#FFFFFF;
	background:#5f8ad3;
	font-size:18px;
	padding:15px 5%;
	margin-bottom:0;
	}

.alternaterow {
    background-color: #f1f0f1;
}

#employee {
	padding:15px 5% !important;
	background:#f7f7f5;
	margin-bottom:0.1em;
	}

#employee p.employeename { font-weight: bold; }
#employee p { line-height:1.8em; margin-bottom:5px; }

#departmentList {
	padding: 10px 0;
	border-bottom:1px dotted #F6F2E5;
	}

#departmentList p {

    margin: 0 0 20px 0;
}

#departmentList p a:hover { text-decoration:none; }	


/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */


.footer-inner, .footer{
	 /*background:#00006e;*/
   background-image: url("../images/stripes_background.png");

	 }


.mcps-info,
.credits,
.tron-login {
    margin: 0;
    padding: 24px 0 0 0;
	}
	.tron-login{
	padding-top:10px;
	padding-bottom:25px;
		}
	
.tron-login	img	{
	border-radius: 5px;
}

.credits {
	text-align:center;
	line-height:1.5em;
	color:white;
font-weight:bold;
	padding:30px 125px 10px 0;
	}
.footer .container{ background:#3c4da4)  no-repeat; }

.credits a { color:#669a66; text-decoration:underline; }
.credits a:hover { color:#fff; text-decoration:none; }
.mcps-logo {
	 background:url(../images/ftr-mcps-logo.png) 5% top no-repeat; 
	 padding-top:75px;
	  }
.mcps-logo p { 
line-height:1.5em;
 color:white; 
 font-weight:bold;
}

.footer ul,
.footer li {
	list-style:none;
	margin:0;
	padding:0;
	}

.footer li a {
	color:white;
	display:block;
	text-decoration:none; 
	font-weight:bold;
	}

.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; }	


/* ---------------------------------------------
		Search 
-------------------------------------------------------- */

.search {
    float: right;
    margin: 0;
    padding: 0;
    width: 40%;
}

.three-column .search {
    float: none;
    margin: 35px 0 0px 0;
    padding: 0;
    width: 100%;

}

.one-column .search { width:25%; }
p.bluelink{margin-top:0px;}

/* --------------------------------------------------------
		Misc 
-------------------------------------------------------- */

.btn-primary, .searchbtn {
    color:#fff;
	background-image: none;
	background:#f38b1a;
    border: 0px;
}

a.btn-primary, .searchbtn	{

	text-transform:uppercase;
	padding: 6px 12px 6px 12px;
	font-size:12px;
	font-weight:bold;
}

a.btn-primary:hover, .searchbtn:hover {
    color:#ffffff;
	background-image: none;
	background:#F48043;
	text-shadow:none;
}

html.embed { background:transparent; }


div.tron-login > a > img {
	border-radius: 15px;
}


/*-------------------------------------------------------------------------------------------------
Main Content
---------------------------------------------------------------------------------------------*/
.content-inner h2, .content-inner p, .content-inner h3, .content-inner h4{
text-align:left !important;
}

/* ---------------------------------------------------------------------------------
RESPONSIVE
------------------------------------------------------------------------------------ */



/* Smartphones (portrait and landscape) ----------- */

@media only screen 
and (min-width : 240px) 
and (max-width : 768px) {
/* Styles */
#lower-container{ background:#fff; width:100%; padding: 0; }
.twitter-left, .twitter-right {width:100%;}
.navbar-collapse { max-height:none; }	
.navbar-toggle { display: block; float: none; margin: 10px auto; }
.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; }
.navbar-default .navbar-nav > li { margin:0; }
.navbar-default .navbar-nav > li > a { border-top:1px dashed #fff; padding:0.85em 0; width:100%; margin:0; background:none;}
.navbar-default .navbar-nav > li > a:last-child { border-bottom:0;}
.nav-wrapper { margin-bottom:0; }
.nav li { display: block; }
.search, .one-column .search { 	width:80%;	display:block;	margin:10px auto;	float:none;}
li.secondary-menu h2 {    background:none;    color: #fff;}
ul.grid li {    width: 98%; min-width:280px;}
.col-one, .col-two, .col-three {width:85%!important; margin:20px auto;}	
#content-lower1 h2 {font-size:1.8em;}
#banner .container .col-md-12 {    background:none;}

}
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1209px) {
/* Styles */	

.container {    max-width: 100%;}
.site-header{ }

.nav li { display: inline-block; }
.col-one, .col-two, .col-three {width:85%!important; margin:20px auto;}	
.navbar-default .navbar-nav > li > a {	padding-left:15px;	padding-right:15px;	}	

}
@media only screen 
and (min-width : 250px) 
and (max-width : 320px) {
.site-header { height:130px!important;}

}
@media only screen 
and (min-width : 321px) 
and (max-width : 400px) {
.site-header { height:155px!important;}

}

@media only screen 
and (min-width : 401px) 
and (max-width : 600px) {
.site-header { height:180px!important;}	
}
@media only screen 
and (min-width : 601px) 
and (max-width : 768px) {
.site-header { height:180px!important;}	
		
}


/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
.site-header { height:330px!important;}	
.nav li {    display: inline-block;}
.navbar-toggle { display:none; }

}
