/* --- FONTS --- 

 font-family: 'asapregular';
 font-family: 'asapbold';
 font-family: 'latobold';
 font-family: 'latoregular';
 font-family: 'latoregularitalic';
 font-family: 'latolight';
 font-family: 'latoblack';

------------ */
/*--- COLOR GUIDE - FIND AND REPLACE THESE COLORS

Dom     : @color1

Sec     : @color2

---*/
/* --------------------- COLORS ---------------------- */
/*--Link Color--*/
a, a:hover {
  color: #000000; }

.subpage .ptl_page a {
  color: #000000; }

/*-- Body BG color --*/
body {
  background: #020817; }

/*-- Section heading BG color and border bottom color --*/
.sec-header h2, .sec-header h3 {
  background-color: #EA8411;
  border-bottom-color: #ba690e; }

/*-- School Name text color --*/
#school-name h1 {
  color: #ffffff; }

/*-- Motto text color --*/
#motto {
  color: #ffffff; }

/*-- Address text color --*/
#header-address {
  color: #EA8411; }

/*-- Menubar outisde color ( border ), and dark border color ( background ) --*/
#menubar {
  background: black;
  border-color: #000000; }

/*-- Inside menubar BG color ( same as border above ) --*/
.inner-bar {
  background: #000000; }

/*-- Home News and Upcoming events button --*/
#news-summary .content a.read-more, .ptl_upcomingevents .ptl_upcomingevents_footer .more_events:link, .ptl_upcomingevents .ptl_upcomingevents_footer .more_events:visited, .ptl_upcomingevents .ptl_upcomingevents_footer .more_events:active {
  background: #000000; }

/*-- Home News and Upcoming events button HOVER --*/
#news-summary .content a.read-more:hover, .ptl_upcomingevents .ptl_upcomingevents_footer .more_events:hover {
  background: black; }

/*-- Sidenav current page BG and text color --*/
.sitenavl0.currentpage a.navLink {
  background: #000000;
  color: #ffffff; }

/*-- Sidenav LV2 border left color --*/
.sitenavl1 a.navLink {
  border-left: 3px solid #EA8411; }

/*---- CALENDAR ----*/
/*--Calendar BG's--*/
.mini_calendar_tbl, .tbl_mini_calendar, .tbl_cell_calendar {
  background-color: #000000; }

/*--Calendar Number Boxes BG--*/
.mini_calendar_day {
  background: #ffffff; }

/*--Calendar 'Days of The Week' Colors--*/
td.mini_calendar_header {
  color: #ffffff; }

/*--Top of the Calendar BG Color--*/
.cal-top {
  background: #ffc103; }

/*--Calendar Today BG and Color--*/
.mini_calendar_day.mini_calendar_today {
  background: black;
  color: #ffffff; }

/*--Calendar 'Go to Main Calendar' Color--*/
A.mini_calendar_header:link, A.mini_calendar_header:visited {
  color: #ffffff; }

/*--Calendar 'Go to Main Calendar' Color Hover--*/
A.mini_calendar_header:hover {
  color: #ffffff; }

/*--Calendar Event Text Color--*/
A.mini_calendar_day:link, A.mini_calendar_day:visited {
  color: #ffffff;
  background: #EA8411; }

/*--Calendar Event Hover BG Color and Text Color--*/
A.mini_calendar_day:hover {
  color: #ffffff;
  background: #EA8411; }

/*--Calendar Today With Event BG and Color--*/
a.mini_calendar_day.mini_calendar_today {
  background: rgba(255, 255, 255, 0.39);
  color: #ffffff; }

/*-- Calendar Arrows --*/
.cal-btn-l {
  border-color: transparent #ffffff transparent transparent; }

.cal-btn-r {
  border-color: transparent transparent transparent #ffffff; }

/*---- TELERIK COLORS ----*/
/*--TOP LEVEL STYLES--*/
.RadMenu .rmGroup .rmText {
  color: #ffffff; }

/*--Normal State--*/
.inner-bar a, .telerik_main_menu .rmRootGroup a {
  color: #ffffff; }

.telerik_main_menu .rmRootGroup a span {
  color: #ffffff; }

/*--Over and Focused State ***/
.inner-bar a:hover, .telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  color: #282828; }

.telerik_main_menu .rmRootGroup a:hover span, .telerik_main_menu .rmRootGroup a.rmFocused span {
  color: #282828; }

/*--TOP LEVEL HOVER BG COLOR AND IMAGES (two images)--*/
.inner-bar a:hover, .telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  background-color: #EA8411; }

/*--END OF TOP LEVEL STYLES--*/
/*--DROPDOWN MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup a {
  color: #ffffff;
  background: #000000; }

.telerik_main_menu .rmGroup a span {
  color: #ffffff;
  background: #000000; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover, .telerik_main_menu .rmGroup a.rmFocused {
  background: black;
  color: #ffffff; }

.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {
  background: black;
  color: #ffffff; }

/*--END OF DROPDOWN MENU STYLES--*/
.rmItem:hover {
  background-color: #EA8411; }

.rmItem:hover > a > span {
  color: #282828; }

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
  background-color: black; }

/*--DROPDOWN LV2 MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup .rmGroup a {
  color: #171717;
  background: #ffffff; }

.telerik_main_menu .rmGroup .rmGroup a span {
  color: #171717;
  background: #ffffff; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover, .telerik_main_menu .rmGroup .rmGroup a.rmFocused {
  background: #EA8411;
  color: #282828; }

.telerik_main_menu .rmGroup .rmGroup a:hover span, .telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
  background: #EA8411;
  color: #282828; }

/*--SECOND LEVEL BORDER LEFT--*/
.rmLevel2 {
  border-left: 4px solid black; }

/*--END OF DROPDOWN MENU STYLES--*/
/*---- END TELERIK COLORS ----*/
/*--UPCOMING EVENTS--*/
.abtnPrev a, .abtnPrev a:hover, .abtnNext a, .abtnNext a:hover {
  background: #333333;
  color: #ffffff; }

/*--END UPCOMING EVENTS--*/
/* ------------------------------------------------------------- */
/* --------------------- IMAGES ---------------------- */
/*-- body BG image --*/
body {
  background-image: url(../../Servers/Server_65403/Image/bg.jpg); }

/*--Navigation Arrow BG--*/
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
  background: url(../../../Common/resources/DesignPortfolio/SiteThemes/Metric/Blue/arrows-sprite.png); }

/*--Navigation Arrow--*/
/*--Light--*/
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
  background-position: -18px -44px !important; }

/*or*/
/*--Dark--*/
/*
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
 background-position: -18px -8px !important;
}
*/
/*------------------------------- END END IMAGES -------------------------------*/
/* --------------------- QUICK LINKS ---------------------- */
ul.quick-links {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.quick-links img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

ul.quick-links a:hover {
  opacity: 0.8; }

/* ------------------------------------------------------------- */
.w-66 .inside-padding .row > .inside-padding {
  background: #ffffff; }

.w-33 .inside-padding .row .inside-padding {
  background: #ffffff; }

.row .w-50:first-child > .inside-padding {
  padding: 0px 10px 0px 0px; }

.row .w-50:last-child > .inside-padding {
  padding: 0px 0px 0px 10px; }

.w-50 .inside-padding .inside-padding {
  background: #ffffff; }

#header > .inside-padding {
  padding: 35px 10px 35px 10px;
  position: relative; }

#outer-wrapper {
  max-width: 1000px;
  padding: 0px 10px 0px 10px;
  margin: 0px auto; }

.sec-header h2, .sec-header h3 {
  font-family: 'asapbold';
  font-size: 20px;
  margin: 0px;
  padding: 7px;
  border-bottom-width: 8px;
  border-bottom-style: solid; }

body {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center; }

#header-left > a {
  display: block;
  background: rgba(0, 0, 0, 0.53);
  padding: 15px; }

#header-left > a:hover {
  text-decoration: none; }

#logo {
  float: left;
  width: 17%; }

#logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

#school-name {
  float: left;
  width: 83%; }

#school-name h1 {
  margin: 0px;
  font-family: 'asapbold';
  text-transform: uppercase;
  font-size: 33px;
  padding: 10px;
  font-weight: normal; }

#motto {
  font-family: 'latolight';
  font-size: 50%; }

#header-address {
  padding: 10px; }

#menubar {
  max-width: 970px;
  padding: 3px;
  margin: 0px auto 20px;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px; }

#banner.row {
  margin-bottom: 10px; }

#banner .bannerContainer {
  margin: 0px auto; }

#banner .nivoSlider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

img.ptl_portlet_map_img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.weather-wrapper {
  text-align: center; }

.weather-location {
  font-family: 'asapbold';
  font-size: 28px;
  margin-bottom: 5px; }

.weather-temp span.deg {
  font-size: 13px;
  position: relative;
  top: -16px;
  font-family: arial; }

.weather-temp span.typ {
  font-size: 16px;
  position: relative;
  left: 3px; }

.weather-temp {
  font-size: 31px;
  margin: 5px 0px 5px; }

.weather-date, .weather-desc {
  margin-bottom: 5px;
  display: block; }

#RSSLink {
  position: absolute;
  top: -48px;
  right: 0px; }

.subpage #page {
  max-width: 1000px;
  margin: 0px auto;
  padding: 10px; }

#sub-content-left {
  width: 23%;
  float: left; }

#sub-content-right {
  width: 77%;
  float: left; }

#inside-nav {
  background: #ffffff;
  padding: 5px; }

a.navLink {
  display: block;
  padding: 6px; }

.sitenavl0 {
  padding-left: 0px; }

.sitenavl0.currentpage a.navLink {
  color: #ffffff; }

.sitenavl1 a.navLink {
  padding: 3px 6px 3px 6px;
  margin: 6px 0px 6px 0px; }

.credits {
  background: #333333;
  text-align: center;
  color: #ffffff;
  padding: 5px;
  margin-bottom: 20px; }

.label_skin_corporation {
  font-size: 13px;
  font-family: 'latolight'; }

.label_skin_corporation a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'latolight'; }

.label_skin_corporation a:hover {
  text-decoration: underline;
  color: #ffffff; }

#breadcrumbs {
  margin: 0px 0px 15px;
  background: #FFFFFF;
  padding: 6px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.53); }

#breadcrumbs a {
  color: #ffffff; }

#subpage-bg {
  background: #ffffff;
  padding: 15px; }

.subpage #menubar {
  margin-bottom: 0px; }

#footer {
  text-align: center;
  color: #ffffff; }

#footer-address {
  color: #FFF; }

/**/
ul#social {
  list-style: none;
  margin: 8px 0px 0px 0px;
  padding: 0px;
  text-align: right; }

ul#social li.icn {
  display: inline-block;
  padding: 0px 3px 0px 3px; }

ul#social li.icn a {
  width: 40px;
  height: 40px;
  display: inline-block; }

ul#social li.icn.facebook a {
  background-position: 0px 0px; }

ul#social li.icn.twitter a {
  background-position: -40px 0px; }

ul#social li.icn.youtube a {
  background-position: -80px 0px; }

ul#social li.icn.email a {
  background-position: -120px 0px; }

ul#social li.icn a {
  background: url(../../../common/resources/DesignPortfolio/SiteThemes/CommonLib/social-media/social-sprite.png); }

/**/
.mini_calendar_tbl {
  margin: 0px auto 0px;
  width: 100%;
  padding: 15px 0px 10px; }

.mini_calendar_tbl table {
  margin: 0px auto;
  width: 97%; }

.tbl_cell_calendar {
  width: 13%;
  height: 13%; }

.mini_calendar_day {
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  width: 100%;
  display: inline-block;
  padding: 6px 0px 6px 0px;
  min-height: 15px; }

td.mini_calendar_header {
  font-weight: normal;
  font-size: 18px;
  background: none;
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  line-height: 16px;
  padding-bottom: 9px;
  font-family: 'latobold';
  letter-spacing: 0.5px;
  text-transform: uppercase; }

td.mini_calendar_header_small {
  background: #1a7da6; }

A.mini_calendar_header:link, A.mini_calendar_header:visited {
  font-weight: normal;
  text-align: center;
  display: block;
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 15px;
  margin-top: 8px; }

A.mini_calendar_header:hover {
  font-weight: normal;
  text-align: center;
  display: block;
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  text-decoration: underline;
  font-size: 15px;
  margin-top: 8px; }

A.mini_calendar_day:link, A.mini_calendar_day:visited {
  font-weight: normal;
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none; }

A.mini_calendar_day:hover {
  font-weight: normal;
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none; }

/*-- Calendar Arrows Hover --*/
.cal-btn-l:hover {
  opacity: 0.8; }

.cal-btn-r:hover {
  opacity: 0.8; }

.cal-btn-l {
  position: relative;
  top: 0px;
  left: 5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 12px 7px 0;
  display: block;
  text-indent: -9999px; }

.cal-btn-r {
  position: relative;
  top: 0px;
  right: 5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  display: block;
  text-indent: -9999px; }

.cal-btn-r:focus, .cal-btn-l:focus {
  outline-color: transparent;
  outline-style: none; }

/*-- Upcoming Events --*/
.ptl_upcomingevents_footer .more_events {
  margin-top: 6px; }

.RadMenu a.rmLink {
  line-height: 45px; }

/*** START OF TOP LEVEL MENU STYLES ***/
.telerik_main_menu a, .telerik_main_menu a:hover {
  text-decoration: none;
  font-size: 13px;
  font-weight: normal; }

.telerik_main_menu .rmText {
  padding-top: 5px !important;
  padding-bottom: 15px !important; }

.telerik_main_menu .rmGroup .rmText {
  padding-bottom: 5px !important; }

.RadMenu .rmItem {
  height: auto;
  margin-right: 0px; }

.RadMenu .rmText {
  font-family: 'latoregular';
  font-weight: normal;
  font-size: 12pt; }

.RadMenu .rmLink {
  float: left;
  outline: 0 none;
  padding-left: 0px !important; }

.RadMenu .rmHorizontal .rmText {
  padding: 0px 8px 0px 8px !important;
  letter-spacing: 0.06em; }

.RadMenu .rmGroup .rmText {
  margin-left: 0px !important;
  padding: 8px 10px 8px 10px !important;
  margin-bottom: 4px; }

.rmrootGroup .rmHorizontal li.rmItem {
  margin-left: 10px; }

/*** Normal State ***/
.telerik_main_menu .rmRootGroup a {
  text-decoration: none;
  font-size: 18px;
  font-family: 'latoregular'; }

.telerik_main_menu .rmRootGroup a span {
  text-decoration: none;
  font-size: 14px;
  font-family: 'latoregular'; }

/*** Over and Focused State ***/
.telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  text-decoration: none;
  background-position: left top, right top;
  background-repeat: no-repeat; }

.telerik_main_menu .rmRootGroup a:hover span, .telerik_main_menu .rmRootGroup a.rmFocused span {
  text-decoration: none; }

/*** END OF TOP LEVEL MENU STYLES ***/
/*** START OF DROPDOWN MENU STYLES ***/
/*** Normal State ***/
.telerik_main_menu .rmGroup a {
  text-decoration: none;
  font-size: 10pt;
  font-weight: normal; }

.telerik_main_menu .rmGroup a span {
  text-decoration: none;
  font-size: 10pt;
  font-weight: normal;
  line-height: normal !important;
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  text-transform: none; }

.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 26px; }

/*** Over and Focused State ***/
.telerik_main_menu .rmGroup a:hover, .telerik_main_menu .rmGroup a.rmFocused {
  text-decoration: none;
  border-bottom: none !important; }

.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {
  text-decoration: none; }

/*** Dropdown border ***/
.RadMenu .rmRootGroup .rmItem ul.rmGroup {
  width: 200px;
  padding: 0px; }

/*** END OF DROPDOWN MENU STYLES ***/
.portlet-bottom .inside-padding .inside-padding {
  min-height: 306px; }

.pubDropdown-wrapper, #pubWrapper-btn, .pubDropdown-btn {
  color: #ffffff; }

.ptl_upcomingevents_item .ptl_upcomingevents_date .ptl_upcomingevents_month {
  color: #000000; }

#mobile-bar {
  line-height: 40px;
  color: #ffffff;
  text-indent: 15px; }

@media screen and (max-width: 1020px) {
  #menubar {
    margin: 0px 10px 20px 10px; }

  #banner .bannerContainer {
    padding: 0px 10px 0px 10px; }

  .subpage #menubar {
    margin-bottom: 0px; }
 }

@media screen and (max-width: 860px) {
  .portlet-bottom .inside-padding .inside-padding {
    min-height: 0; }

  .news-item {
    width: 100%; }

  .w-66 .w-50 {
    width: 100%; }

  .row .w-50:first-child > .inside-padding, .row .w-50:last-child > .inside-padding {
    padding: 0px 0px 10px; }
 }

@media screen and (max-width: 775px) {
  body .w-66, body .w-33 {
    width: 50%; }
 }

@media screen and (max-width: 640px) {
  body .w-66, body .w-33 {
    width: 100%; }

  .news-item {
    width: 50%; }

  body {
    background-size: 200% auto; }

  .row .w-50:first-child > .inside-padding {
    padding: 0px 0px 20px 0px; }

  .row .w-50:last-child > .inside-padding {
    padding: 0px 0px 0px 0px; }

  .w-66 .row:last-child {
    margin-bottom: 10px; }

  #logo, #school-name {
    width: 100%;
    float: none; }
 }

@media screen and (max-width: 450px) {
  .news-item {
    width: 100%; }
 }

#social li.icn a:hover {
  opacity: 0.8; }

/*===== FONTS =====*/
@font-face {
  font-family: 'asapregular';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/asap-regular-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/asap-regular-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/asap-regular-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/asap-regular-webfont.svg#asapregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'asapbold';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/asap-bold-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/asap-bold-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/asap-bold-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/asap-bold-webfont.svg#asapbold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoregularitalic';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-regita-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-regita-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-regita-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-regita-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-regita-webfont.svg#latobold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bol-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bol-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bol-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bol-webfont.svg#latobold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoregular';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-reg-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-reg-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-reg-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-reg-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latolight';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-lig-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-lig-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-lig-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-lig-webfont.svg#latolight') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoblack';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bla-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bla-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bla-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bla-webfont.svg#latoblack') format('svg');
  font-weight: normal;
  font-style: normal; }

/*-------------------------------------------------------------------------*/

.principal {
margin-top: 1em;
}

#social {
 list-style: none;
 margin: 0px;
 padding: 0px;
 float: right;
}

#social li.icn {
 display: inline-block;
 padding: 0px 3px 0px 3px;
}

#social li.icn.facebook a { background-position: 0px 0px; }
#social li.icn.twitter a { background-position: -40px 0px; }
#social li.icn.youtube a { background-position: -80px 0px; }
#social li.icn.email a { background-position: -120px 0px; }

#social li.icn a {
 width: 40px;
 height: 40px;
 display: inline-block;
}

ul#social li.icn a {
 background: url('../../Servers/Server_65214/Image/social-sprite.png') }



ul#social li.icn a {
  background: url(../../../common/resources/DesignPortfolio/SiteThemes/CommonLib/social-media/social-sprite.png); }


  #social li.icn a:hover {
  opacity: 0.8; }


#header > .inside-padding {

display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.53);
    margin: 15px;

}

#social {

display:flex;

}
#header-left > a {
	
 background:transparent;
}

#social li.icn:empty {
    display: none;
}


@media only screen and ( max-width:650px){

#header > .inside-padding {

flex-direction:column;
}

}