/* ------------------------------------------*/
/*           Global Attributes                */
/* ------------------------------------------*/
.notice {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    background-color: #373534;
    color: #fff;
    padding: 15px;
}
.btn-primary {
background-color: #E31836;
border: 1px solid #E31836;
color: #fff;
}
.btn-primary:hover {
 background-color: #373534;
  border-color: #373534;
  color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;}

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

h1 {
  font-size: 30px;
}

h2 {
  color: #ac1a2f;
  font-size: 1.3em !important;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

#title {
    margin-top: 20px;}

/* ------------------------------------------*/
/*           SelectTermDept                 */
/* ------------------------------------------*/
.panel-info > .panel-heading {
  background-color: #373534;
  border-color: #373534;
  color: #fff;
}

.panel-info {
  border-color: #373534;
}

.crn_button, .book_search_button, .ordering_enabled, .add_another_course_button_enabled {
color: #373534; 
}

.ordering_hover_color_down_up {
color: #fff;
}

.form-control:focus {
  border-color: #373534;
  box-shadow:  0 0 8px #000;
  outline: 0 none;
}

.Remove_Course, .remove_enabled, .remove_disabled {
color: #373534;
}

/* ------------------------------------------*/
/*           CourseMaterials                */
/* ------------------------------------------*/

#Checkout_Button, #Print_List, #Bottom_Checkout  {
color:  #000;
background-color: #ddd;
border: 1px solid #ddd;
}

.panel-info > .panel-heading {
  background-color: #373534;
  border-color: #373534;
  color: #fff;
}

.panel-info {
  border-color: #373534;
}


/*===========*/
/*    Header       */
/*===========*/
.skipNav {
	position: absolute;
	overflow: hidden;
	top: -1000px;
	left: -10000px;
}
.skipNav:active, .skipNav:hover, .skipNav:focus {
	overflow: visible;
	top: 0px;
	left: 0px;
}
.banner {
text-align: center;
}
#banner {
padding: 15px; }

#catlogo, #building {
text-align: center; }

#storelogo {
text-align:center;
top: 50px;
}

/*============*/
/* Bootstrap Nav */
/*============*/
.navbar-default {
	background-color: #E31836;
	border-color: #000;
}


.navbar-default .navbar-toggle {
	border-color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #373534;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: transparent; }

.third-header li.dropdown:nth-child(1) {
	background: #E21E39;
}
.nav > li > a:hover, .nav > li > a:focus {
background-color: transparent;
text-decoration: underline;
}

#gift-drop {
width: 300px;
}
	.mega-1 {
	list-style: outside none none;
	float: left;
}

.mega-2 {
	list-style: outside none none;
	float: right;
	margin-right: 10px;
}

.mega-1 > li > a, .mega-2 > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.mega-1 > li > a:hover, .mega-2 > li > a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
li, li.dropdown {
vertical-align: middle;
}
#search-here {
	padding-top: 3px;
}

#search-here > #H_Search > .form-group, #search-here > #H_Search > .form-group > label {
margin-bottom: 0px;
}

/*===============*/
/*  Carousel Content */
/*===============*/
  .item {
    max-height: 500px;
    width: 100%;
    max-width: 1000px;
    }
    .carousel{
    background: #fff;
    }
    .carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
    }
    .bs-carousel{
    margin: 0 auto;
    max-width: 1000px;
    padding: 15px;
    }
    .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #333;
    border-radius: 10px;
    }
    .left.carousel-control, .right.carousel-control {
    color: #000;
    }
    .carousel-indicators {
    bottom: -6px;
    }
    .carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
    /* top: 420px;*/
    }
    .carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
    /* left: auto;
    right: 420px;
    top: 420px;*/
    }
    .left.carousel-control { left: -10%; right: auto; }
    .right.carousel-control {right: -10%; }
    @media screen and (max-width: 1500px) {
    .left.carousel-control { /*left: -9.6%;*/ right: auto; }
    .right.carousel-control {/*right: -9.6%;*/ }
    }
    @media screen and (max-width: 1200px) {
    .left.carousel-control { /*left: -12%;*/ right: auto; }
    /*.right.carousel-control {right: -12%;*/ }
    }
    @media screen and (max-width: 950px) {
    .left.carousel-control { left: -13%; right: auto; }
    .right.carousel-control {right: -13%; }
    }

/*=================*/
/*     Side Bar Content   */
/*==================*/
 .column2 {
    float: left;
    margin-right: 0;
    }
    .sidebar {
    color: #000;
    margin-left: 0;
    padding: 15px;
    width: 100%;
    }
    #side1, #side2, #side3, #side4, #lookbook {
    color: #fff;
    font-family: Lato, sans serif;
    font-size: 44px;
    font-weight: bold;
    height: 140px;
margin: 0 auto;
    text-align: center;
    width: 100%;
    }
    #side1 img, #side2 img, #side3 img, #side4 img {
    border: 1px solid black;
    max-width: 390px;
    }
    #side5 img {
    /*  border: 5px solid #AC1A2F; // red */
    border: 1px solid #000; // black
    }
    #lookbook {
    margin-bottom: 25px;
    }
    #lookbook img {
    max-width: 390px;
    }
    .module51 {
    border: 1px solid #000;
    width: 420px;
    }

/*==============*/
/*    Home Tiles       */
/*=============*/
.under-slider-row {
width: 75%;
margin-top: -245px; }

.bottom-row {
width: 70%;
}

.smTiles {
margin-top: -225px;
width: 100%; }

.smTiles2 {
width: 100%;
}

.smTiles div, .smTiles2 div {
text-align: center; }

img#tile {
max-width: 100%;
}
/*=============*/
/*   Footer Stuff     */
/*=============*/
.mobile-padding-top10, .mobile-padding-bottom10 {
display: none;
}
.space {
height: 50px;
}
    .footer {
    background-color: #373534;
    padding: 0.5vw;
    width: 100%;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
    .footer-main-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1260px;
    }
    .footer-wrapper {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    vertical-align: top;
    width: 220px;
    }
    .footer-content {
    color: #fff;
    list-style: outside none none;
    position: absolute;
    }
    .footer-content  a {
    text-decoration: none;
    color: #fff;
    }
    p#footer-headline {
    color: #a79e97;
    display: inline-block;
    font-family: Lato,sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    }
    .footer p {
    color:#fff;
    margin:0;
    font-family:Lato, Sans-Serif;
    font-size:13px;
    line-height: 1.42857;
    }
    #footer-headline-body, #footer-headline-body a {
    color: #ffffff;
    font-family: Lato,sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
   display: block;
    }
    #store-info , #store-location{
    color: #ffffff;
    text-transform:uppercase;
    }
    #store-info, #store-location {
    font-size: 13px;
    text-transform: uppercase;
    }
    #store-info a {
    color: #ffffff;
    text-decoration: none;
    }
    #social {
    padding: 0 2px;
    margin-top: 10px;
    }
    #college-logo {
    margin-bottom: 10px;
    width: 100%;
   max-width: 160px;
    }
/*=============*/
/*   Dropdown Nav Content    */
/*=============*/
 .third-header a {
        color: #fff;
font-size: 14px;
font-weight: 700;
    }
    
    .third-header div#navbar.navbar-collapse.collapse ul.nav.nav-justified li.dropdown a.dropdown-toggle:hover,  .third-header div#navbar.navbar-collapse.collapse ul.nav.nav-justified li.dropdown a.dropdown-toggle:focus,  .third-header div#navbar.navbar-collapse.collapse ul.nav.nav-justified li.dropdown a.dropdown-toggle:active{
	text-decoration: underline;
background: transparent;
}
 .third-header>.navbar-default {
        background: transparent;
        border-bottom: none;
        font-size: 1.6rem;
    }
    
    .third-header>.navbar-default>.nav-justified>li>a {
        font-family: Lato, Arial, sans-serif;
        color: #595959;
    }
   .third-header>#navbar>.nav-justified {
        margin-top: 0px;
    }
   .third-header>#navbar>.nav-justified>.dropdown>.dropdown-menu {
        margin-top: 0px;
    }
  .container.third-header #navbar .nav .dropdown-toggle {
        background: none;
    }

/*========================*/
/*                  Glyph's                  */
/*========================*/
.glyphicon-backward, .glyphicon-forward {
	color: #e31836;
}

/*=====================*/
/*     Responsive      */
/*=====================*/

@media(max-width: 1212px) {
.nav-justifed>li>a {
text-align: left;}
.nav-justified .open .dropdown-menu {
position: static;
float:none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.nav-justified > li {
width: 100%;
display: block;
}
.third-header .dropdown ul a {
color: #fff; }

#kids.open, #women.open {
background-color: #998f86;
}
.mega-1, .mega-2 {
float: none;
margin: 0; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #000;
}
}




@media screen and (max-width: 1200px) {
#storelogo img {
max-width: 100%;
}
.sidebar{
padding: 0;}

#lookbook {
/*margin-bottom:0;*/
margin-bottom: 50px;
margin-top: 20px;}

#side1, #side2, #side3, #side4 {
/*margin: -25px 0 0 0;*/
margin: -25px 0 50px 0;
width: 100%;
}

#lookbook img, #side1 img, #side2 img, #side3 img, #side4 img {
max-width: 106%; }

.under-slider-row {
/*margin-top: -185px;*/
margin-top: 170px; 
width: 100%;}

.smTiles {
margin-top: -175px; }

.smTiles div, .smTiles2 div {
	margin-bottom: 25px;
}

.smTiles2 {
margin-top: -50px;
}

.item {
max-width: 750px;
margin: 0 auto;}

.left.carousel-control {
left: -10%;}

.right.carousel-control {
right: -10%;}

img#title {
margin-bottom: 25px !important;
}
.bottom-row {
width: 100% !important;
}

}

@media (min-width: 1200px) {
.smTiles {
margin-top: -295px;
width: 100%;
}
.smTiles2 {
width: 100%;
margin-top: -90px;
}
}

@media (max-width: 1024px) {
.mobile-padding-top10 {
padding-top: 10px;
display:block;
}

.mobile-padding-bottom10 {
padding-bottom: 10px;
display: block;
}
#footer-headline-body, #footer-headline body a {
font-size: 11px;}

.footer p {
font-size: 11px;}

}
@media (min-width: 768px) and (max-width: 1212px) {
.nav-justified > li {
width: 100% !important;;
}
.nav-justified > li > a {
text-align: left;
}
        .second-nav .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .second-nav .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
       .second-nav .navbar-nav .open .dropdown-menu > li > a,
        .second-nav .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
        .second-nav .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #fff;
            white-space: nowrap;
        }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #000;
}

        .second-nav .navbar-header {
            float: none;
        }
        .second-nav .navbar-toggle {
            display: block;
        }
        .second-nav .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .second-nav .navbar-collapse.collapse {
            display: none!important;
        }
        .second-nav .navbar-nav {
            float: none!important;
            margin: 7.5px 50px 7.5px -15px
        }
        .second-nav .navbar-nav>li {
            float: none;
        }
        .second-nav .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .second-nav .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .second-nav .navbar-collapse.collapse.in { 
            display: block!important;
        }
        .second-nav .collapsing {
            overflow: hidden!important;
        }
#search-here {
	padding-bottom: 5px;
}
   }	 
   .dropdown-submenu {
                position: relative;
            }
                .dropdown-submenu .dropdown-menu {
                top: 0;
                left: 100%;
                margin-top: -1px;
            }
            .nav-justified > .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
                top: 0;
                left: 100%;
            }
@media screen and (min-width: 768px){

.nav-justified > li {
	width: 0%;
}
}
@media screen and (max-width: 360px){

.nav-justified > li
}

		
@media(min-width: 768px) and (max-width: 800px) {
.under-slider-row {
	width: 100%;
	margin-top: 0; }
	
	.smTiles {
	margin-top: 0;}
.bottom-row {
	width: 100%;}

#catlogo img {
width: 70%;
height: 70%;}

#storelogo img {
width: 100%; }

#storelogo p {
font-size: 12px;}

#building img {
width: 100%;
height: 100%;}

#lookbook {
margin-bottom: 50px !important; }

#side1, #side2, #side3, #side4 {
    margin: -25px 0 50px 0 !important;
    width: 100%;
}

img#tile {
margin-bottom: 50px !important; }

}

@media(max-width: 768px) {

#lookbook {
margin-bottom: 50px;}

#side1, #side2, #side3, #side4 {
    margin: -25px 0 50px 0px;
}

img#tile {
margin-bottom: 50px;}

.nav-justified>li>a {
text-align: left;
}
.nav-justified .open .dropdown-menu {
position: static;
float:none;
width: auto;
margin-top:0;
background-color: transparent;
border: 0;
-web-kit-box-shadow: none;
box-shadow: none;
}
#search-here {
	padding-bottom: 5px;
}
}

@media screen and (max-width: 414px) {
#store-info, #store-location {
font-size: 10px;
}

}

@media (max-width: 414px) {
#catlogo, #building {
width: 24% !important;
}

#catlogo img, #building img {
height: 72px !important; }

#storelogo {
top: 13px !important;}

#storelogo img {
max-width: 80% !important;
}

#storelogo p {
font-size: 8px !important;}

#lookbook img {
max-width: 310px !important; }

#side1, #side2, #side3, #side4, #lookbook {
height: 100px !important;
margin-bottom: 20px !important;
margin-top: 0 !important;}

.under-slider-row {
width: 100% !important;
margin-top: 0 !important;}

.smTiles {
margin-top: 0 !important;}

#side1 img, #side2 img, #side3 img, #side4 img {
max-width: 310px !important;}

img#tile {
margin-bottom: 20px !important;}

.bottom-row {
width: 100% !important;}

.smTiles2 {
margin-top: 0px !important;
}
#search-here {
	padding-bottom: 5px;
}
}

@media screen and (max-width: 320px){
#catlogo img, #building img {
height: 60px !important;
}
#storelogo p {
font-size: 7px !important;
}
.footer p {
font-size: 8px;
}
#store-info a {
font-size: 8px;
}
#lookbook img  {
max-width: 290px !important;
}
#side1 img, #side2 img, #side3 img, #side4 img {
max-width: 290px !important;
}
#footer-headline-body, #footer-headline body a {
font-size: 8px;
}
}
