/*Product page image thumbnails and large image123*/
* {margin: 0; padding: 0;}
body {background: #ccc;}

.slider{
	width: 500px; /*Same as width of the large image*/
	position: relative;
	/*Instead of height we will use padding*/
	padding-top: 250px; /*That helps bring the labels down*/
	text-align: center;
	margin: 10px auto;
	display: flex;
    justify-content: space-between;

	/*Lets add a shadow
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);*/
}


/*Last thing remaining is to add transitions*/
.slider>img{
	position: absolute;
	left: 0; top: 0;
	transition: all 0.5s;
	width: 500px;
}

.slider input[name='slide_switch'] {
	display: none;
}

.slider label {
	/*Lets add some spacing for the thumbnails*/
	display: inline-block;
	margin: 0 auto;
	padding: 5px 5px 10px 5px;
	/*border: 3px solid #999;*/
	
	/*float: left;*/
	cursor: pointer;
	transition: all 0.5s;
	
	/*Default style = low opacity*/
	opacity: 0.6;
}

.slider label img{
	display: block;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
	border-color: #666;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
	opacity: 1;
	transform: scale(1);
}
/*Clicking on any thumbnail now should activate the image related to it*/

/*We are done :)*/






/*********DNN*************/
#Body, body, html {
    background-color: #ffffff !important;
	background-image: none !important;
}
.eds_contentBellowBackground {
	display: none;
}
body .EasyDNNSkin_Ozone {
    background-color:transparent !important;
	background-image: none;
}

.BreadcrumbPane { padding:10px 0; color:#007dc3}
.BreadcrumbPane  a { color:#ef5a00 !important;}
.BreadcrumbPane  a:hover { color:#007dc3 !important;}

div.EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_searchContainer {
	border:none;
	border-radius: 0;
	padding: 0px;
	box-shadow: 0;
	/*visibility: visible; "to put the search box back, unhide this and remove this quoted comment"*/
	min-width: 150px;
	margin-top: 10px;
	margin-right: 10px;
}
.EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_searchContainer .eds_searchClose, .EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_searchButton {
	display: none;
}
div.EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_searchContainer #dnn_dnnSearch_ClassicSearch {
	border-color: #ccc;
	border-radius: 20px;
}
div.EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_searchContainer #dnn_dnnSearch_ClassicSearch .SearchButton {
	background-color: #004890;
	border-radius: 50%;
	width: 27px;
}
div.EasyDNNSkin_Ozone .responsAbilityMenu {
	margin-top: 35px !important;
}
.eds_pageScrolled .EasyDNNSkin_Ozone .eds_headerContainer div.responsAbilityMenu {
	margin-top: 35px !important;
}

.dnnEditState .EasyDNNSkin_Ozone .eds_headerContainer .eds_fixedHeader {
	position: relative;
	width: 100%;
	z-index:inherit;
}


.EasyDNNSkin_Ozone .eds_headerContainer .eds_fixedHeader {
	top: 0px;
}
.eds_pageScrolled .EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_logo {
	max-height: 101px;
}

.eds_pageScrolled .EasyDNNSkin_Ozone .eds_headerContainer .responsAbilityMenu {
	margin-top: 0;
}

.eds_pageScrolled .EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_language, .eds_pageScrolled .EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_searchButton, .eds_pageScrolled .EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_userLogin {
	top: 0;
}

.eds_pageScrolled .EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_logo > a > img {
	max-height: 91px;
}
.eds_pageScrolled .EasyDNNSkin_Ozone .eds_headerContainer .responsAbilityMenu {
	margin-top: 5px;
}

.EasyDNNSkin_Ozone .responsAbilityMenu .raMenuWrapper ol li.edsmm_last .edsmm_level_1 {
	right: 0;
	left: auto;
}
.EasyDNNSkin_Ozone .responsAbilityMenu .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol li.edsmm_hasChild > span::after {
	content: "\f067";
	top: 12px;
	font-size: 9px;
	left: 5px;
	right: auto;
}
.EasyDNNSkin_Ozone .responsAbilityMenu .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol li.edsmm_hasChild:hover > span::after {
	content: "\f068";
	top: 12px;
}
.EasyDNNSkin_Ozone .responsAbilityMenu .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol > li > span .edsmm_itemContainer {
	padding-left: 20px;
}

.edsFooterBackground {
	background-color: rgba(63, 63, 63, 0.9);
	color: #fff;
	font-size: 16px;
	border:none;
	padding: 40px 0px;
}
.footer-logo {
	margin-bottom: 10px;
}


.edsFooterBackground table tr td{
	color: #fff;
}

.edsFooterBackground, .edsCopyrightBg{
	max-width: 1170px;
	margin: 0 auto;
}
.edsFooterBackground h4{
	color: #fff;
font-weight: 700;
font-size: 1.8rem;
margin-top: 0;
margin-bottom: 10px;
}
.edsFooterBackground ul{
	padding: 0px;
	margin-left: 0px;
}
.edsFooterBackground ul li {
	font-size: 14px;
	padding-bottom: 7px;
	list-style-type: none;
}
.edsFooterBackground ul li a, .edsFooterBackground .footerBoxContainer2 a{
	color: #fff;
}
.edsFooterBackground ul li a:hover{
	color: #fff; 
}
ul.social-icon li{
	display: inline-block;
	font-size: 24px;
	margin-right: 10px;
}
.edsCopyrightBg {
	display: flex;
	padding: 10px 0px;
	background-color: rgba(63, 63, 63, 0.9);
	color: #fff;
	flex-wrap: wrap;
}

.edsCopyrightBg a{
	color: #fff;
	margin: 0px 5px;
}


.header-bottom-link {
	background: #02273c;
	padding: 15px 0px;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
}
.header-bottom-link ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	border-right: 2px solid #fff;
	padding: 20px 10px;
}
.header-bottom-link ul li:last-child {
	border-right: none;
}
.header-bottom-link ul li a {
	color: #fff;
}

.header-bottom-link ul li a:hover {
	color: #ef5a00;
}
body{
	padding-top: 100px;
}
/*.EasyDNNSkin_Ozone .eds_headerContainer {
	height: 0;
}*/
/*.slider-home{
	margin-top: 100px;
}*/

#dnn_headerWide br{
	display: none;
}


.flexslider{
	border-radius: 0px;
}
.flexslider .flex-control-nav {
	display: none;
}

.slider-home .flexslider {
    margin: 0;
    border: none;
	overflow: hidden;
	border-radius: 0;
}
.flexslider .flex-control-nav {
	bottom: 10px;
}
.flexslider .flex-control-paging li a {
	background: #ccc;
}
.flexslider .flex-control-paging li a.flex-active {
	background: #ef5a00;
}

.flexslider .flex-direction-nav a::before {
	font-size: 35px;
	color: #fff;
}

#findsales {
	display: inline-block;
	width: 100%;
}


#findsales h3 {
	font-size: 18px;
	margin-top: 10px;
}

#findsales h4{
	color: #3f3f3f;
	font-size: 16px;
}

#findsales .salesselect select {
	height: auto;
	width: 100%;
	border: 1px solid #007dc3;
	font-size: 16px;
	padding:7px 8px;
}
#findsales .salesselect {
	/*background: url('assets/images/litlibrary_arrow.png') no-repeat right 15px center;*/
	float: left;
	width: 100%;
	padding-right: 0px;
	margin-bottom: 20px;
}

#findsales .salesselect select {
	height: auto;
	width: 100%;
	border: 1px solid #007dc3;
	font-size: 16px;
}
#findsales #yourrep {
	background-image: none !important;
	padding-right: 0px;
}
#yourrep #rep {
	/*background-color: #ececec;*/
	padding: 10px;
	width: 100%;
	line-height: 14px;
	border: 1px solid #007dc3;
	background-color: rgba(255,255,255,0.8);
}
#yourrep #rep p, #yourrep #rep h4{
	padding: 0px 10px;
}
#yourrep #rep p:nth-child(2n+1){
	background: #efefef;
	padding: 10px;
}

@media (min-width:1230px){
.product-section {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	}
}
.product-section table {
	background: #f0f0f0;
	padding: 30px 20px !important;
	display: flex;
}

.product-section td {
	padding: 2px;
}
.product-section td a {
	position: relative;
	color: #fff;
}
.product-section td a:hover {
	text-decoration: none;
}
.product-section td h3 {
	position: relative;
	text-align: left;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	background:#000;
	width: 100%;
	font-size:20px;
}


div.EasyDNNSkin_Ozone .responsAbilityMenu .raMenuWrapper ol li > div {
	background-color: rgba(63, 63, 63, 0.9);
}
div.EasyDNNSkin_Ozone .responsAbilityMenu .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol > li > span .edsmm_itemContainer {
	color: #fff;
}






@media (max-width:991px){
body .EasyDNNSkin_Ozone .responsAbilityMenu .raMenuTriggerWrapper .raMenuTrigger::after {
	color: #000;
}
body .EasyDNNSkin_Ozone .responsAbilityMenu .raMenuTriggerWrapper .raMenuTrigger:hover::after, body .EasyDNNSkin_Ozone .responsAbilityMenu.raMenuOpened .raMenuTriggerWrapper .raMenuTrigger::after {
	color: #ef5a00;	
}	
.product-section td h3 {
	font-size: 15px;
}	
.eds_pageScrolled .EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_logo.eds_logoHeader1 {
	padding: 5px;
}	
	
}


@media (max-width:767px){
body .EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_logo.eds_logoHeader1 {
		width: auto;
	margin-top: 15px;
	}
.header-bottom-link ul li {
	padding: 10px 10px;
}
.product-section table tr {
	display: flex;
	flex-wrap: wrap;
}
	
.product-section td {
	width: 50%;
}	
.flexslider .flex-direction-nav a::before {
	font-size: 25px;
}	
.edsFooterBackground h4 {
	font-size: 1.5rem;
}
#findsales .salesselect {
	background: url('assets/images/litlibrary_arro-r.png') no-repeat bottom 15px center;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 50px;
	margin-bottom: 20px;
}	
#findsales #yourrep {
	background-image: none !important;
	padding-bottom: 0px;
}
	
}

@media (max-width:479px){
.header-bottom-link ul li {
	width:100%;
	text-align: center;
	border-right:none;
	border-bottom: 2px solid #fff;	
}
.header-bottom-link ul li:last-child {	
	border-bottom: none;
}
.product-section td {
	width: 100%;
}	
body .EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_logo.eds_logoHeader1 {
	margin-top: 33px;
}	
	
}




