/* cmsms stylesheet: jms_style modified: 14-7-2017 14:41:02 */
body {
	font-family: "Open Sans", Helvetica, Arial, "sans-serif";
	color: #333;
	-webkit-font-smoothing: antialiased;
	min-width: 320px;
	line-height: 22px;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
a, a:visited, a:hover, a:active {
	color: #333;
}
hr {
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
}


/********** Navigation **********/
.navbar {
	margin: 0 0 3px 0;
}
.navbar-brand, a.navbar-brand, a:active.navbar-brand, a:visited.navbar-brand {
	position: relative;
	font-family: Oswald, Helvetica, Arial, "sans-serif";	
	font-weight: 300;
	font-size: 32px;
	line-height: 34px;
	color: #c5c4c6;
	padding: 0 0 24px 15px;
	height: auto;
}
@media (max-width: 480px) {
	.navbar-brand {
		width: 220px;
	}
}
@media (max-width: 767px) {
	.navbar-brand {
		margin: 12px 20px 0 0;
	}
	.hb_menu {
		display: block;
	}
	.navbar-collapse {
		display: none;
	}
	.navbar-nav > li > a {
    	padding: 4px 0 8px 15px;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
		margin: 12px 20px 0 55px;
	}
	.hb_menu {
		display: none;
	}
	.navbar-nav > li > a {
    	padding: 29px 0 5px 30px;
	}
}
.bold {	
	font-weight: 400;
	color: #333;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
.navbar-nav a, .navbar-nav a:visited {
	color: #c5c4c6;
}
a.currentpage, a:visited.currentpage, a.activeparent, a:visited.activeparent {
	font-weight: bold;
	color: #333;
}

.hb_menu {
	width: 33px;
	height: 33px;	
	float: right;
	z-index: 1002;
	padding-top: 7px;
	margin: 12px 15px 0 0;
	background-color: #333;
}
.hb_part {
	width: 23px;
	height: 3px;	
	margin: 0 5px 5px 5px;
	background-color: white;
}
.expand {
	display: block !important;
}


/********** Slider **********/
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	margin: 0 15px;
	padding: 0;
}
@media (min-width: 270px) {
	.rslides, .transparent-btns_tabs {
		display: none;
	}
}
@media (min-width: 768px) {
	.rslides {
		display: block;
	}
	.transparent-btns_tabs {
		display: block;
	}
}
.transparent-btns_tabs {
	margin: 4px 0 0;
	padding: 0 0 26px;
	text-align: center;
}
.transparent-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
 *float: left;
	margin-right: 5px;
}
.transparent-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ccc;
	background: rgba(0,0,0, .2);
	display: inline-block;
	_display: block;
 *display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	width: 9px;
	height: 9px;
}
.transparent-btns_here a {
	background: #222;
	background: rgba(0,0,0, .8);
}


/********** Summary **********/
.col-md-4 img {
	margin: 0 0 6px;
}
.img-caption {
	font-size: 14px;
	margin: 0 0 25px;
	/*float: right;*/
}
.img-caption h1 {
	display: inline;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #c5c4c6;
}
.img-caption a:hover h1 {
	color: #000;
	text-decoration: none;
}

/********** Series **********/
.img-row {
	position: relative;
	width: 100%;
	margin: 0 15px 45px 0;
}
.img-row-scroller {
    position: relative;
	width: 100%;
	height: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.img-row-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.scroll-left, .scroll-right {
	position: absolute;
	width: 60px;
	height: 60px;
	top: calc(50% - 40px);
	display: block;
	z-index: 9999;
	background-size: 60px 60px;
    background-repeat: no-repeat;
}
.scroll-left {
	left: 15px;
	background-image: url(../../gfx/jms_rewbutton.png);
}
.scroll-right {
	right: 15px;
	background-image: url(../../gfx/jms_playbutton.png);
}
@media (min-width: 270px) {
.img-row {
	height: 180px;
}
}
@media (min-width: 480px) {
.img-row {
	height: 280px;
}
}
@media (min-width: 768px) {
.img-row {
	height: 420px;
}
}
@media (min-width: 990px) {
.img-row {
	height: 480px;
}
}
@media (min-width: 1100px) {
.img-row {
	height: 570px;
}
}
.img-row-inner img {
	display: inline-block;
	margin: 0 8px 0 0;
	height: 100%;	
	width: auto;
}
.img-row-inner img:last-child {
	margin: 0 0 0 0;
}
.series-title h1 {
	display: block;
	font-family: Oswald, Helvetica, Arial, "sans-serif";	
	font-weight: 300;
	font-size: 32px;
	line-height: 34px;
	color: #333;
	margin: 0;
	padding: 0 0 24px 0;	
}
@media (max-width: 767px) {
.series-text {
	display: block;
    height: 100%;
    margin: 0;
	padding: 0 15px 45px 15px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
}
.series-text img {
    width: 100%;
    height: auto;
}
}
@media (min-width: 768px) {
.series-text {
	display: block;
    height: 100%;
    margin: 0;
	padding: 0 15px 45px 15px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    -ms-column-gap: 40px;
    column-gap: 40px;
}
.series-text img {
    width: 100%;
    height: auto;
}
}


/********** Info **********/
.info-row {
	width: 100%;
	margin: 0 15px 45px 0;
}


/********** Footer **********/
.hr-grey {
	height: 1px;
	color: #ccc;
	visibility: visible;
	margin: 0 0 10px;
}
.text-grey {
	color: #ccc;
}
.text-grey a, .text-grey a:visited {
	color: #c5c4c6;
}
