.main-nav .sub-menu {
    width: 230px;
}
.whats_new div {
    text-align: center
}
.whats_new div img {
    margin-bottom: 20px;
    width: 100%
}
.jumbotron img {
    max-height: 99999px !important;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}
.home .container .jumbotron, .container-fluid .jumbotron {
    margin-left: -19px;
    margin-right: -19px;
    padding: 20px 40px !important;
    border-radius: 0px;
    background: #3F8BDA;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
    color: white;
}
.home .container .jumbotron a {
    color: white !important;
    border-bottom: 1px solid
}
.home .container .jumbotron .col-md-2 {
    /*   background: url(/images/cal2.png) no-repeat;
    background-size: contain;
   */ min-height: 120px;
    min-width: 120px
}
.home .container .jumbotron .row {
    display: table;
    width: 100%
}
.home .container .jumbotron .row div {
    display: table-cell;
}
hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #bfd9f3;
}
.noli ul {
    margin-left: 20px;
}
.noli ul li {
    list-style: none;
    line-height: 1.8em
}
.times .col-sm-6 {
    min-height: 170px
}
.menu-foter > li > a.nobg::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 5px;
}
.main_body_text #example a {
    color: #4896DF !important;
    border-bottom: 0px solid #4896DF;
}
#example hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #bfd9f3;
    clear: left;
}
.bar_bat_mitzvah .noli {
 font-size: 17px margin-left: 30px;
    line-height: 2em
}
.h1_image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}
.well_light {
    background: #fff;
    border: 0px solid #ccc;
    margin-bottom: 20px;
    padding: 20px
}
/*ul > li > ul:nth-child(2) > li:nth-child(even) 
 {
		background: #f6f6f6;
	} */
.well_light li div:nth-child(even) {
    text-align: right
}
.well_light a, .well_light span {
    color: #545454 !important;
}
.food .states, .music .states {
    margin-left: -3px
}
.food .states li {
    width: 16.65%;
    list-style: none;
    float: left;
    background-color: #4896DF;
    text-align: center;
    padding: 10px;
    border-right: 0px solid white;
    margin-bottom: 10px;
}
.food .states li a {
    background-color: #4896DF;
    color: #fff;
    padding: 0px;
}
.hide_big {
    display: none;
}
.hide_small {
    display: block;
}
.food .well {
    margin-bottom: 20px;
}
.food .city {
    background: #E3E3DE;
    padding: 10px 5px;
    color: #575656;
    font-size: 20px !important;
    width: 100% !important;
    text-transform: uppercase;
}
.food .well h2 {
    color: #4896DF;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4em;
    margin-top: 0px;
    border-bottom: 2px solid;
    text-transform: uppercase;
}
.food .highlight_list li {
    padding-left: 10px;
    list-style: none;
    border-bottom: 0px solid #bbb;
    font-size: 16px;
    clear: left;
    float: left;
    width: 100%;
    color: #545454;
    line-height: 1.4em;
}
.music .highlight_list li img {
    margin-right: 20px;
    float: left
}
#writers_example hr {
    padding: 0px 10px;
    margin: 10px 0px
}
#writers_example .btn-buy {
       color: #fff !important;
    background-color: #d9534f;
    border-color: #d43f3a; 
    text-shadow: none;
}
.about .well .row {
    margin-bottom: 10px
}
.about .well {
    margin: 20px 0px
}
.torah, .bible {
	width: 100%;
    margin-left: 0px;
    -webkit-padding-start: 0px !important;
	margin-bottom: 20px;
    float: left;
}
.torah li {
	width: 50%;
    list-style: none;
    float: left;
    background-color: #EEEEEE;
    text-align: center;
    padding: 10px;
    border-right: 10px solid white;
	margin-bottom: 10px;
	
}.torah li a {
	background-color: #EEEEEE;
	color:#4896DF;
	padding:5px;
    border-bottom: 0px
	
}
.prayer .states li {
    width: 25%;
}
.prayer .states {
    margin-left: -10px
}	
.bible li {
	width: 50%!important;
    list-style: none;
    float: left;
    background-color: #EEEEEE;
    text-align: center;
    padding: 10px;
    border-right: 10px solid white;
	margin-bottom: 10px;
	
}	
@media screen and (min-width: 600px) {
.fixed {
    display: inline-block;
    position: fixed;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 0px;
    width: 950px;
    background: #D6F2FD;
    padding: 20px;
    margin-left: -30px;
}
.fixed .states li {
    border-right: 10px solid #D6F2FD;
}
}

@media screen and (max-width: 991px) {
.fixed {
    width: 750px;
}
}

@media screen and (min-width: 600px) and (max-width: 900px) {
.fixed {
    width: 100%;
}
.food .states li a {
    font-size: 13px;
}
}

@media screen and (max-width: 767px) {
.sep {
    border-left: 0px solid #A4A4A2;
    border-top: 1px solid #A4A4A2;
}
.hide_small {
    display: none;
}
.hide_big {
    display: block;
}
.purim_food_img {
    margin-bottom: 20px;
}
.states li {
    width: 33%;
    margin-bottom: 10px;
}
.states li:last-child {
/* border-right:10px solid white;*/
}
.food .states li a {
    font-size: 13px;
}
}

@media screen and (max-width: 500px) {
.states li {
    width: 100%;
    margin-bottom: 10px;
}
}
