@charset "utf-8";
/* CSS Document */

body {
	background:#287ca9 url(/img/noise-tile-body.jpg) repeat;
	font-family:prenton,sans-serif;
	font-size:14px;
}
@media screen and (max-width: 560px) {
	body {
		background: #FFF;
	}
}

a {color:#0880BC;}

.nav > li > a {padding-left:14px;padding-right:14px;}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {background-color:#079790;color:#fff;}




.btn-info {
  background-image: -webkit-linear-gradient(top, #41797b 0%, #2c5253 100%);
  background-image: linear-gradient(to bottom, #41797b 0%, #2c5253 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff41797b', endColorstr='#ff2c5253', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #284b4c;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2c5253;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2c5253;
  border-color: #284b4c;
}

.btn-info.weeklyparsha {
  background-image: -webkit-linear-gradient(top, #6c3b7b 0%, #42244b 100%);
  background-image: linear-gradient(to bottom, #6c3b7b 0%, #42244b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff41797b', endColorstr='#ff2c5253', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #284b4c;
}

.btn-info.weeklyparsha:hover,
.btn-info.weeklyparsha:focus {
  background-color: #482c53;
  background-position: 0 -15px;
}

.btn-primary i {opacity:0.6;margin-right:5px;}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #0981c0 0%, #065a86 100%);
  background-image: linear-gradient(to bottom, #0981c0 0%, #065a86 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0981c0', endColorstr='#ff065a86', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #06537c;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #065a86;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #065a86;
  border-color: #06537c;
}






.btn-success {
  background-image: -webkit-linear-gradient(top, #fc4513 0%, #cf2f03 100%);
  background-image: linear-gradient(to bottom, #fc4513 0%, #cf2f03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc4513', endColorstr='#ffcf2f03', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #c52c03;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #cf2f03;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #cf2f03;
  border-color: #c52c03;
}






.btn-warning {
    background-color: #E64F25;
    border-color: #A63B21;
	text-shadow:0 1px #900;
	}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #d63F15;
    border-color: #962B11;
	}


.panel-success > .panel-heading,
.panel-default > .panel-heading {
    color: #41797B;
	}
	
	

.pagination > li > a,
.pagination > li > span	 {
	color: #41797b;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus	{
	background-color: #41797b;
    border-color: #41797b;
	}
	
	
	
	

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
	outline:0;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}



.input-xs {
    height: 22px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


[role="header"] {
	background:#123 url(/img/noise-tile-header.jpg) repeat-x bottom;
	padding-top:30px;
	height:130px;
	position:static;
	z-index:5;
	}

@media (min-width:480px) {
[role="header"] .dropdown:hover .dropdown-menu {
    display: block;
 }
}






[role="mainContent"] .container{
	background:#fff;
	padding-bottom:25px;
	padding-top:15px;
	padding-left:25px;
	margin-top:-40px;
	}
[role="mainContent"] .row.searchbar .form-group {
	margin:0;
	padding:0;
	}
[role="mainContent"] .row.searchbar .form-group > div {
	background:#DFF0D8;
	padding:15px;
	margin-right:0;
	}
	
[role="mainContent"] h1 {font-weight:700;color:#41797B;}
[role="mainContent"] h1 .breadcrumbLink {display:block;margin:0 0 5px;font-weight:normal;font-size:14px;color:#DFF0D8;}
[role="mainContent"] h1 .breadcrumbLink a {color:#079790;}


.page-body .intro {font-size:22px;font-weight:300;margin-bottom:40px;}
.page-body .intro strong {font-weight:400;color:#000;}

.page-body .thumbnail-float {box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);}
.page-body .thumbnail-float-left {float:left;margin-right:15px;}
.page-body .thumbnail-float-right {float:right;margin-left:15px;}
.page-body .thumbnail-float h6 {font-weight:normal;margin-top:5px;margin-bottom:5px;}


.recentshiurim article,
.recentmazaltovs li,
.notices li {
	margin:4px -4px;
	padding:4px;
	border-radius:3px;
	}

.notices li:nth-of-type(odd) {background:rgba(0,0,0,0.04);}
.notices .panel-body {
	background-color: #ECF8FF; box-shadow:inset 0 0 5px 0 #C7EFF4;;
}

.recentshiurim.panel-default,
.recentshiurim.panel-default > .panel-heading,
.recentshiurim.panel-default > .panel-footer {border-color:#EF9168;}
.recentshiurim.panel-default > .panel-heading,
.recentshiurim.panel-default > .panel-footer {background-color:#ffd9c6;}
.recentshiurim.panel-default .panel-title {color:#A23A21;}
.recentshiurim .panel-body{background:#F7C5AB;	box-shadow:inset 0 0 5px 0 #fa7;}
.recentshiurim .panel-body{background:#F7C5AB;	box-shadow:inset 0 0 5px 0 #fa7;}
.recentshiurim a {color:#A23A21;}
.recentshiurim article > span {display:block;line-height:1.2;}
.recentshiurim article:nth-of-type(odd) {background:rgba(0,0,0,0.05);}
.recentshiurim .source {font-size:12px;color:#788;}
.recentshiurim .title {font-weight:500;font-size:15px;line-height:1.3;}
.recentshiurim .author {font-size:13px;}

.recentwrittenshiurim.panel-default,
.recentwrittenshiurim.panel-default > .panel-heading,
.recentwrittenshiurim.panel-default > .panel-footer {border-color:#f0c769;}
.recentwrittenshiurim.panel-default > .panel-heading,
.recentwrittenshiurim.panel-default > .panel-footer {background-color:#fdf2b6;}
.recentwrittenshiurim.panel-default .panel-title {color:#a37c21;}
.recentwrittenshiurim .panel-body{background:#f7e0ab;	box-shadow:inset 0 0 5px 0 #ffd678;}
.recentwrittenshiurim .panel-body{background:#f7e0ab;	box-shadow:inset 0 0 5px 0 #ffd678;}
.recentwrittenshiurim a {color:#a37c21;}
.recentwrittenshiurim a.btn-default:first-child {color:#333;}
.recentwrittenshiurim article > span {display:block;line-height:1.2;}
.recentwrittenshiurim article:nth-of-type(odd) {background:rgba(0,0,0,0.05);}
.recentwrittenshiurim .source {font-size:12px;color:#788;}
.recentwrittenshiurim .title {font-weight:500;font-size:15px;line-height:1.3;}
.recentwrittenshiurim .author {font-size:13px;} 

.recentmazaltovs.panel-default,
.recentmazaltovs.panel-default > .panel-heading,
.recentmazaltovs.panel-default > .panel-footer {border-color:#66ccc7;}
.recentmazaltovs.panel-default > .panel-heading,
.recentmazaltovs.panel-default > .panel-footer {background-color:#b6fdfa;}
.recentmazaltovs.panel-default .panel-title {color:#05645F;}
.recentmazaltovs .panel-body {background:#a0f1ed;	box-shadow:inset 0 0 5px 0 #66ccc7;}
.recentmazaltovs li {font-size:13px;color:#000;}
.recentmazaltovs li:nth-of-type(odd) {background:rgba(0,0,0,0.075);}
.recentmazaltovs a {color:#05645F;}

.currentshiurimseries.panel-default,
.currentshiurimseries.panel-default > .panel-heading,
.currentshiurimseries.panel-default > .panel-footer {border-color:#69f069;}
.currentshiurimseries.panel-default > .panel-footer a { color:#05645F; }
.currentshiurimseries.panel-default > .panel-heading,
.currentshiurimseries.panel-default > .panel-footer {background-color:#c7ffc7;}
.currentshiurimseries .panel-body {background:#abf7ab;	box-shadow:inset 0 0 5px 0 #66ccc7;}
.currentshiurimseries li {font-size:13px;color:#000;}
.currentshiurimseries li:nth-of-type(odd) {background:rgba(0,0,0,0.075);}
.currentshiurimseries a {color:#000;}
.currentshiurimseries .panel-body ul li { margin-top: 3px;}


.sidebar img.logo {
	margin:10px auto 30px;
	max-width:300px;
	}
.sidebar article {font-size:14px;margin:5px 0px;}
.sidebar article + article {margin-top:25px;}
.sidebar article h4 {
	margin:0;
	font-size:18px;
	color:#000;
	}		
.sidebar article .btn {text-transform:uppercase;}






/* Homepage Styles */
#carousel-example-generic { width: 640px; }
.carousel-control i {
	display:inline-block;
	position:absolute;
	top:50%;
	z-index:5;
	font-size: 36px;
    height: 36px;
    margin-top: -18px;
    width: 36px;
}
.left.carousel-control i {left:50%;margin-left: -18px;}
.right.carousel-control i {right:50%;margin-right: -18px;}

#carousel-example-generic h3 {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 100%;
    padding: 10px;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: #fff;
}

[role="footer"] {
	background:#123 url(/img/noise-tile-footer.jpg) repeat;
	color:#dde;
	padding-bottom:25px;
	}
[role="footer"] .container {padding-left:30px;padding-right:30px;}

[role="footer"] .tomologo,
[role="footer"] .footerlinks {text-align:center;}

[role="footer"] li {font-size:0;margin:0;}
[role="footer"] ul.list-inline li:last-of-type {padding-right:0;}
[role="footer"] li a {display:inline-block;color:#dde;border-radius:3px;text-decoration:none;padding:5px 10px;font-size:14px;margin:0;}
[role="footer"] li a:hover,
[role="footer"] li a:active {color:#fff;background:#000;}

[role="footer"] li.amazon > a,
[role="footer"] li.amazon > a:hover {color:#f3e47e;}

[role="footer"] li.amazon .tooltip.bottom .tooltip-inner {background-color:#f3e47e;color:#000;}
[role="footer"] li.amazon .tooltip.bottom .tooltip-arrow {border-bottom-color: #f3e47e;}

[role="footer"] li.twersky .tooltip.bottom .tooltip-inner {background-color:#f3e47e;color:#000;}
[role="footer"] li.twersky .tooltip.bottom .tooltip-arrow {border-bottom-color: #f3e47e;}

[role="footer"] p.copyright {color:#699;margin-top:30px;margin-right:15px;font-size:11px;}
[role="footer"] a.mtm {color:#699;}
a.mtm {margin-left:20px;}
a.mtm img {position:relative;top:-1px;margin-left:3px;}


.news-events p em.date {font-style:normal; font-weight:400;color:#41797B;}
.news-events p em.date:after {content:" - ";}

.mazal-tov li {margin:5px 0;}
.mazal-tov  i {color:#E44F25;}

.btn-updateInfo {font-size:14px;padding:3px 10px 10px;font-weight:300;}
.btn-updateInfo strong {display:block;color:#fff;font-weight:400;font-size:32px;border-bottom:solid 1px rgba(255,255,255,0.25);margin:0 0 5px;}
.btn-parshaInfo {font-size:14px;padding:3px 10px 10px;font-weight:300;}
.btn-parshaInfo strong {display:block;color:#fff;font-weight:400;font-size:30px;border-bottom:solid 1px rgba(255,255,255,0.25);margin:0 0 5px;}






@media (max-width:480px) {
	.navbar-brand span {display:none;}
}



@media (max-width:768px) {
[role="header"] {position:relative;}
	.navbar-brand {font-weight:400;color:#41797B;}
	.navbar-brand strong {font-weight:700;}
	[role="mainContent"] .container{margin-top:0;}
	[role="footer"] .tomologo {padding:25px;}

    #carousel-example-generic { width: 100%; }
    #carousel-example-generic h3 {
	    top: 1vw;
	    height: 12%;
	    padding: 1.5%;
	    font-size: 100%;
	    font-size: 3.5vw;
	}

    /* Hide table headers (but not display: none;, for accessibility) */
    #tableShiurim thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #tableShiurim td {
        display: block !important;
        width: 100% !important;
        position: relative;
        padding-left: 30%;
    }
    #tableShiurim td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 30%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /*
    Label the data
    */
    #tableShiurim td:nth-of-type(1):before { content: "Title"; font-weight: bold; }
    #tableShiurim td:nth-of-type(2):before { content: "Magid Shiur"; font-weight: bold; }
    #tableShiurim td:nth-of-type(3):before { content: "Date"; font-weight: bold; }
    #tableShiurim td:nth-of-type(4):before { content: "Listen/Read"; font-weight: bold; }
    #tableShiurim td:nth-of-type(5):before { content: "Save?"; font-weight: bold; }

    #tableShiurim tr.categories td:nth-of-type(1):before { content: ""; }
}



@media (min-width:768px) and (max-width:991px) {
	.navbar {margin-bottom:10px;}
	.nav > li > a {padding-left:8px; padding-right:8px; line-height:1.5;}
}



@media (min-width:768px) {
	[role="header"] .container {padding-left:0; padding-right:0;}
	.navbar .container-fluid, .navbar-collapse  {padding-left:0;padding-right:0;}
	.navbar {margin-bottom:0px;font-size:13px;font-weight:400;}
	.navbar-brand {display:none;}
	.navbar-default {background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color:rgba(0,0,0,0);}
		
	.navbar-default .navbar-nav > li > a {
		border-radius:4px;
		padding-top:5px;
		padding-bottom:5px;
		line-height:1.5;
		}
	.navbar-default .navbar-nav > li.open > a {border-radius:4px 4px 0 0;}
	
	.navbar-default .navbar-nav > li > a {color:#dde;text-shadow:0 1px #000;}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {color:#fff;background-color:#000;}
	
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color:#fff;
		background:#1183C2 url(/img/noise-tile-body.jpg) repeat;
		}
	
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background:#e7e7f7 url(/img/noise-tile-navbar-open.png);
		text-shadow:0 1px #fff;
		color:#000;
		}
	
	.navbar-nav > li > .dropdown-menu {
		border-color:#fff;
		border-radius:0;
		}	
	
	[role="mainContent"]{
		background:url(/img/noise-tile-mainContent.jpg) repeat-x bottom;
		}

	[role="mainContent"] .container{
		border-radius:10px;
		min-height:600px;
		}
	
	[role="footer"] {
		padding-top:30px;
	}
		
	[role="footer"] .tomologo  {text-align:left;}
	[role="footer"] .footerlinks {text-align:right;}
}



@media (min-width:992px) {
	[role="footer"] li a {padding-left:15px;padding-right:15px;}
	[role="mainContent"] .row.searchbar .form-group {
		margin:0 -15px 0 0;
		}
	[role="mainContent"] .row.searchbar .form-group > div {
		margin-top:-15px;
		border-radius:0 10px 0 10px;
		}
}

@media (min-width:992px) and (max-width:1199px) {
	.btn-updateInfo strong {font-size:28px;}
	#amznCharityBanner div a .offsiteLink img {
		max-width: 220px !important;
	}
}

@media (min-width:1200px) {
	[role="header"] .container {padding-left:15px; padding-right:15px;}
	.navbar {font-size:15px;font-weight:400;}
	.navbar .container-fluid, .navbar-collapse  {padding-left:15px;padding-right:15px;}
	[role="mainContent"] .row.searchbar .form-group > div {
		margin-right:-15px;
		}
}







p.grayed {color:#4F8895;font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:500;}

.btn-group-title {width:130px;}
.btn-group-date {width:80px;}
/*.btn-group-date i {float: left;margin-right: 5px;margin-top: 4px;}
.btn-group-date .form-control.input-xs {float: left;}*/

.form-show .pull-right .btn {vertical-align: bottom;}

.table-shiurim {font-size:13px; float: left;}

.table-shiurim td.date,
.table-shiurim td.stream,
.table-shiurim td.download {width:1px;white-space:nowrap;}

.audiojs {
	width:200px;
	margin:1px 0 0;
	padding:0;
	height: 22px;
	background: #cFe0c8;
	overflow: hidden;
	font:normal 11px/23px Arial, Helvetica, sans-serif;
	border-radius:3px;
	}
	
.recentshiurim .audiojs {border-radius:3px 0 0 3px;display:block;float:left;position:relative;top:-1px;}
	
.audiojs.playing {
	background: #404040;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	}

.audiojs audio { position: absolute; left: -1px; }
.audiojs .play-pause { width: 30px; height: 100%; padding: 0px; margin: 0px; float: left; overflow: hidden;text-align:center;}
.audiojs.playing .play-pause {color:#e6e7e8;}

.audiojs p { display: none; width: 100%; height: 100%; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 70px; background: #c5d6be; border-top: 1px solid #CFE0C8; height: 15px; margin: 3px 0 0;  border-left: 0px; border-bottom: 0px; overflow: hidden; }

.audiojs.playing .scrubber {
	background: #5a5a5a;
	border-top: 1px solid #3f3f3f;
	}

.audiojs .progress {
	padding:0;
	margin:0;
	border-radius:0;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #ccc;
	z-index: 1;
	background: #9bb8b6; /* Old browsers */
	background: -moz-linear-gradient(top,  #9bb8b6 0%, #b1cecd 50%, #a5c2c1 51%, #a2bfbe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bb8b6), color-stop(50%,#b1cecd), color-stop(51%,#a5c2c1), color-stop(100%,#a2bfbe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9bb8b6 0%,#b1cecd 50%,#a5c2c1 51%,#a2bfbe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9bb8b6 0%,#b1cecd 50%,#a5c2c1 51%,#a2bfbe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9bb8b6 0%,#b1cecd 50%,#a5c2c1 51%,#a2bfbe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9bb8b6 0%,#b1cecd 50%,#a5c2c1 51%,#a2bfbe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bb8b6', endColorstr='#a2bfbe',GradientType=0 ); /* IE6-9 */
	}
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #c5d6be; }
.audiojs.playing .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #5a5a5a; }

.audiojs .time { padding:0; float: right; height: 100%; margin: 0; min-width:90px; text-align:center; color: #666;  }
.audiojs .time em { padding: 0px 2px 0px 0px; color: #666; font-style: normal; }

.audiojs.playing .time {color: #ddd;text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);}
.audiojs.playing .time em {color: #f9f9f9;}

.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 30px; width: 400px; overflow: hidden; line-height: 30px; white-space: nowrap; color: #fff; text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }
.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }
.error { color: #f00; }

h4.contribute {
	border-bottom: 1px solid #cee1eb;
    color: #408db4;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 3px 20px 0;
    padding: 20px 0 3px;
}

.donationamount {
	background: #4298c5; color: white;
	}
	
.amountblue {color: #0C71A5; font-weight: bold;}

.contributeform label {font-weight:500;}

#resultNumber {
	margin-top: 45px;
    color: #0880BC;
    width: 105px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.pagination-div {
	float: left;
}



#downloadAllFiles {
	float: right;
	margin: 20px 0 25px 0;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
     padding: 0;
}

.written-shiurim-title-header { width: 45%; }
.written-shiurim-date-header { width: 16%; }
.written-shiurim-read-header { width: 10%; }

.table-shiurim .date p { margin: 0; }

#errorMessage {left: 25%; top: 25%; right: 25%; bottom: 25%; background: #fff; overflow: auto; height: 28%}

.modal { overflow-y: auto; }

#response-message { padding-left: 20px; }
.share-simcha-modal {top: 25%; }
.share-simcha-modal-header {
	background-image: linear-gradient(to bottom, #fc4513 0%, #cf2f03 100%);
    color:white;
    text-align: center;
    font-size: 30px;
}

.share-simcha-modal-body { padding: 30px 80px; }

textarea#share-simcha-message { margin-left: 10%; }

.share-simcha-modal-footer { padding-right: 30px; margin-top: 0px; }
#share-simcha-submit { 
	background-image: linear-gradient(to bottom, #fc4513 0%, #cf2f03 100%);
    color:white;
    /*margin-right: 15px; */
}
.loader { margin-left:5px; position:absolute;}

.item-gallery-detail { background: #FFFFFF; }

.fa.fa-rss { float: right;
			/* margin-top: 1px; */
			/* margin-right: 4px; */
			
			color: #FFF;
			background-color: #FFA500; 
			padding: 1.5px; 
			border: 1px solid silver;
			border-radius: 4px;
}
.fa.fa-rss-square {
	color: #FFA500;
	font-size: 30px;
	padding-left: 10px;
}



.page-header #rss-div-toggle {
	float: right;
	margin-top: -60px;
	border: solid 1px #CCC;
	background-color: #EEE;
	border-radius: 12px;
	padding: 9px;
	font-size: 30px;
	padding: auto;
}

.page-header #rss-div-toggle:active { background-color: #CCC; }
.page-header #rss-div-toggle:hover { cursor: pointer; }
@media screen and (max-width: 1200px) {
	.page-header #rss-div-toggle {
		float: none;
		margin-top: 100px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 400px) {
	.page-header #rss-div-toggle {
		font-size: 18px;
	}
}
@media screen and (max-width: 270px) {
	#rss-div-toggle .fa.fa-rss-square {
		display: none;
	}
}
@media screen and (max-width: 270px) {
	#rss-div-toggle  {
		font-size: 14px !important;
		padding: 4px !important;
	}
}
.page-header #rss-div-toggle:active {
	background-color: #CCC;
}
/*
.page-header h1 {
	float: left;
}
*/
.float-clear { clear: both; }

.rss-subscribe-long, .rss-subscribe-short {
	margin-top: 10px;
/* 	clear: both; */
	display: none;
}

.rss-subscribe-short div ul li a, .rss-subscribe-long div ul li a { color: black; }
.rss-subscribe-short .subscription-list-1 ul li:nth-child(odd),
.rss-subscribe-short .subscription-list-2 ul li:nth-child(odd),
.rss-subscribe-long .subscription-list-all ul li:nth-child(odd){ background-color: #e9e9e9; }
/*
.rss-subscribe ul li a {
	color: black;
}
*/
.rss-subscribe-long ul li:nth-child(odd){
	background-color: #e9e9e9;
}
.subscription-list-1 {
	float: left;
	margin: 0;
	width: 49%;
}
.subscription-list-2 {
	float: right;
	margin: 0;
	width: 50%;
}

@media screen and (max-width: 700px) {
	.rss-subscribe-long {
		width: 95%;
	}
}
@media screen and (max-width: 330px) {
	.fa.fa-rss {
		float: none;
	}
}

/*
.rss-item .rss_link .fa.fa-rss-square {
	background-color: #FFF;
	color: #FFA500;
	font-size: inherit;
	float: right;
}
*/



.chiddushei-torah-article {
    border-bottom: solid 1px #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.chiddushei-torah-article-header {
    width: 100%;
    display: block;
    background-color: #efefef;
    /*min-height: 50px;
    height: auto;*/
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
}
.chiddushei-torah-article-title {
    color: #41797b;
}
.chiddushei-torah-article-body {
    padding: 50px 20px;
}
.img-wide{
    display:block;
}

.img-mobile{
    display:none;
}

#chiddushei-torah-form-container {

}
.required-field {
    color: #ff0000;
    font-size: 12px;
}

.custom_button_sub {
	font-size: 14px;
	display: block;
	margin: 0px 10px;
	padding-top: 3px;
	
	border-top: 1px solid rgba(255, 255, 255, .2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

@media (max-width: 640px) /*and (min-width: 320px)*/{
    .img-wide{
        display:none;
    }
    .img-mobile{
        display:block;
    }
}


li.recent-video {
	padding: 3px 5px;
	
}
li.recent-video:nth-of-type(2n+1) {
    /*background: rgba(0,0,0,0.075);*/
}
li.recent-video i.video-icon, li.recent-video a {
	display: inline;
}
li.recent-video i.video-icon {
	width: 24px;
	height: 24px;
	background: url(/img/ico-video.svg) left top no-repeat;
	float: left;
}