﻿@charset "UTF-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
	font-family: 'Lato', sans-serif;
}
html,
body {
    height: 100%;    
}
h1,h2,h3,h4,h5{
	font-family: 'Lato', sans-serif;
	}
h1{
	font-size: 28px;
	}
header {
  height: 50px;
  background-color: #ffffff;
  width: 100%;
  margin: 0px auto;
  z-index: 1;
  display: table;
  position: relative;
}
input[type="button"]{
	cursor: pointer;
	}
.cd-dropdown-wrapper {
  display: block;
  position: relative;
  height: 20px;
  margin: 33px auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section {
    position: relative;
}
#main-wrapper {
    box-sizing: border-box;
    min-height: 100%;
    padding: 0 0 0px;
    position: relative;    
}
#lblName {
    text-decoration: none;
    font-size: 12px;
    padding-top: 3px;
    color: #694ed3;
    font-weight: bold;
}
footer {
    bottom: 0;
    height: auto;
    left: 0;
    position: relative;
    width: 100%;
    background-color: #313131;
    border-top: 1px solid #D6D6D6;
}
strong {
    font-weight: bold!important;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cd-dropdown-trigger {
  display: block;
  position: relative;
  padding: 0 36px 0 20px;
  line-height: 40px;
  background-color: #111433;
  color: #ffffff;
  border-radius: 3px;
  width: 140px;
  margin: 0 auto;
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: #171b46;
  width: 140px;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* READ ON POPUP STARTS HERE! */


.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 300px;
		position: relative;
		margin: 5% auto;
		padding: 0px;
		border-radius: 10px;
		background: #fff;
		height: auto;
		display: table;
		
	}

	.close {
    position: absolute;
    right: 8px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;

	}

ul.available_store_logos_readon{
		background-color: #fff;
		padding: 8px 0px;
		float: left;
		clear: both;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		margin-left: 5px;
		margin-top: 0px;
		}

ul.available_store_logos_readon li { display:inline; float:left; padding: 5px 5px; margin:0; }

ul.available_store_logos_readon li span.google_readon {
       width: 88px;
    height: 43px;
    float: left;
    background-image: url(../images/icons_readon.png); 
    background-repeat: no-repeat;
    background-position: 0px -119px;
    background-size: 650px;
}

ul.available_store_logos_readon li span.apple_readon {
   width: 128px;
    height: 43px;
    float: left;
    background-image: url(../images/icons_readon.png); 
    background-repeat: no-repeat;
    background-position: 10px 2px;
    background-size: 650px;
}
ul.available_store_logos_readon li span.windows_readon {
   width: 112px;
    height: 43px;
    float: left;
    background-image: url(../images/icons_readon.png); 
    background-repeat: no-repeat;
    background-position: 10px -324px;
    background-size: 650px;
}
ul.available_store_logos_readon li span.nook_readon {
    width: 128px;
    height: 43px;
    float: left;
    background-image: url(../images/icons_readon.png); 
    background-repeat: no-repeat;
    background-position: 13px -215px;
    background-size: 650px;
}
ul.available_store_logos_readon li span.kindle_readon {
     width: 124px;
    height: 43px;
    float: left;
    background-image: url(../images/icons_readon.png); 
    background-repeat: no-repeat;
    background-position: 11px -430px;
    background-size: 650px;
}
ul.available_store_logos_readon li span.amazon_readon {
    width: 118px;
    height: 43px;
    float: left;
    background-image: url(../images/icons_readon.png); 
    background-repeat: no-repeat;
    background-position: 0px -539px;
    background-size: 650px;
}







/* READ ON POP UP ENDS HERE! */
.wrap_container{
	width: 100%;
	height: auto;
	display: table;
	}
	.wrap_black_overlay{
		width: 100%;
		height: auto;
		background-image: url(../images/app_cover_bg.jpg);
		}
	.wrap_bgookbg{
		padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 0;
}


.wrap_container_book{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
}
	.wrap_black_overlay_book{
		width: 100%;
		height: auto;		
		display: table;
		/* background-size: cover; */
		filter: blur(20px);
		display: block; 
}
	.wrap_bgookbg_book{
		
		  padding-top: 20px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  
		  background: rgba(0,0,0,0.5);
		  display: table;
		  z-index: 0;
		  position: relative;
}
    
.title_text{
    display: none;
	  text-align: center;
  
	  margin-top: 0px;
  
	  padding-top: 0px;
  font-weight: 300;
  font-size: 24px;
  
	  position: relative;
  z-index: 1;
  background-color: #fff;
  
  
	  padding-bottom: 20px;
	  /* float: right; */
}
	
	.book_buy{
		max-width: 680px;
  height: auto;
  display: table;
  margin: 0px auto;
  width: 90%;
  position: relative;
  z-index: 2;
		}
		
		.book_buy img{
			float:left;
			

-webkit-box-shadow: 3px 3px 11px -2px rgba(31,31,31,0.82);
			-moz-box-shadow: 3px 3px 11px -2px rgba(31,31,31,0.82);
			box-shadow: 3px 3px 11px -2px rgba(31,31,31,0.82);
 
}
.desc_containter{
		max-width: 680px;
		height: auto;
		display: table;
		margin: 0px auto;
		width: 100%;
        clear:both;
	}
.desc_section{
		height: auto;
		display: table;
		width:100%;
		background-color: #ffffff;
	}


.desc_center_tabs{
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 0px 0px;
	}

.prodDetDiv {
    margin-bottom: 15px;
    font-weight: bold;
    width: 50%;
    float: left;
}
	
.prod_det_lbl {
  display: block;
  font-weight: 500;
  margin-top: 0px;
}

.categoriesList .prod_det_lbl {
    color:#ce1f4c;
    margin: 12px 0px 3px 0px;
}

.categoriesList .prod_det_lbl div {
    background: #f5f5f5;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
}

.categoriesList .prod_det_lbl div a:last-of-type {
    font-weight:bold;
}

.categoriesList a {
    cursor: pointer;
    color: #279CD6;
    font-size: 13px;
    margin: 0 1px 0 0;
    line-height: 20px;
}

.categoriesList a:hover {
    text-decoration: underline;
}

.content-scetion-grid {
  float: left;
  margin-right: 0px;
  margin-left: -35px;
  clear: right;
}

.og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: left;
  width: auto;
  margin-left: -35px;
}

.og-grid li {
  display: inline-block;
  margin: 19px 28px 0 10px;
  vertical-align: top;
  height: 320px;
  width: 139px;
}

.content-scetion-grid .og-grid {
  width: auto;
  margin-left: 0px;
}

.og-grid li > a, .og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
  max-width: 160px;
  max-height: 240px;
  text-decoration: none;
}

.book-outer-a {
  cursor: pointer;
  display: inline;
  color: #565656;
  font-size: 12px;
  background-color: none;
  padding: 0px 5px 2px 5px;
  margin-left: 20px;
  margin-top: 0px;
  position: absolute;
}

.book-img-div {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  width: 160px;
  height: 240px;
}

.og-grid li > a, .og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
  max-width: 160px;
  max-height: 240px;
  text-decoration: none;
}

.book-img-div img {
  box-shadow: 2px 2px 2px -1px #ccc;
}

.book-title-name {
  color: #505050;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0px 3px;
  width: /*160px*/100%;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  border-top: 0px dotted #CCC;
  float: left;
}

	.related_titles_section{
		height: auto;
		min-height: 480px;
		display: table;
		width:100%;
		background-color: #e0e0e0;
		}
.related_t{
  max-width: 680px;
  height: auto;
  display: table;
  margin: 50px auto 0;
  width: 100%;
	}
	
	
	.list_titles_rel{
		 max-width: 680px;
  height: auto;
  display: table;
  margin: 70px auto 0;
  width: 100%;
		}
	.related_t h4{
		font-size: 20px;
  color: #5c5c5c;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
		}
	
	
	.publisher_branding, .publisher_branding2, .publisher_categories {
		height: auto;
		display: table;
		width:100%;
		background-color: #f5f5f5;
		padding-bottom: 20px;
		padding-top: 20px;
}
.publisher_categories {
    background-color: #5c5c5c;
}
		
		
		.store_branding, .publisher_branding_links, .publisher_categories_tags  {
		  /*max-width: 680px;*/
          height: auto;
          display: table;  
		  margin: 10px auto 8px auto;
          width: 94%;
          line-height: 1.8em;
	    }

        .store_branding {
         margin: 15px auto 0;
        }

.publisher_categories_tags {
    margin: 10px auto 10px auto;
}

    .publisher_categories_tags a {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #434343;
    padding: 3px 9px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    float: left;
    margin: 4px;
    text-decoration: none;
    }

    .publisher_categories_tags a:hover {
        background-color: #e0e0e0;
        color:#5c5c5c;
    }
			
			.store_branding h4, .publisher_categories_tags h4 {
		font-size: 20px;
  color: #5c5c5c;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
  /*float:left;*/
  clear: left;
		}

            .publisher_categories_tags h4 {
                color: #e0e0e0;
               margin: 0 0 20px 5px;
            }
		
	.store_branding img{
  float:left;
  clear: left;
  margin-bottom: 15px;
		}

    .store_branding .box1, .store_branding .box2, .store_branding .box3 {
        /*float:left;
        width:32.666%;*/
        min-width: 180px;
        max-width: 100%;
        margin-right:1%;
        display: table-cell;
        padding-right: 15px
    }
    .store_branding .box2 a {
            color: #5c5c5c;
            text-decoration: none;
    }

            .store_branding .box3 {
                margin-right: 0;
            }
		.publisher_branding2 {
            background-color:/*#435869*/#e4e4e4;
            padding-bottom:0px;
		
            padding-top: 0px;
}

        .publisher_branding_links .box1 {
            float: left;
            width:40%;
        }

        .publisher_branding_links .box1 a {
            color:#5c5c5c;
            text-decoration:none;
            line-height: 120%;
            text-transform: uppercase;
            font-size: 13px;
            border-right: 1px solid #A09696;
            padding: 0 2%;
        }

            .publisher_branding_links .box1 a:last-of-type {
                border-right: 0 none;
            }

        .publisher_branding_links .box2 {
            /*width: 60%;*/        
            float: right;
            text-align: /*right*/left;
            text-transform:uppercase;
            color: #5c5c5c;
            font-size: 13px;
}
        .publisher_branding_links .box2 span {
            float:left;
        }
        .download_app {
            list-style-type:none;
            margin:0 0 0 12px;
            padding:0;
            float:right;
        }
        .download_app li {
            float:left;
            margin:0 5px 0 0;
        }

        .download_app li a {
            display:block;
            width: 27px;
            background-image: url(../images/store-logo-full_3.png);
	        background-repeat: no-repeat;
	        background-position: left 0px;
            height:30px;
        }

        .download_app li.google_play a {
	        background-position: -32px 1px;
        }
        .download_app li.nook_store a {
	        background-position: -64px 2px;
        }
        .download_app li.amazon_store a {
	        background-position: -98px 2px;
        }
        .download_app li.bb_store a {
	        background-position: -133px 2px;
        }
        .download_app li.samsung_store a {
	        background-position: -166px 2px;
        }
        .download_app li.win_store a {
	        background-position: -238px 1px;
        }
        .download_app li.win_store_desktop a {
	        background-position: -200px 1px;
        }
        .download_app li.other_store a {
	        background-position: -278px 2px;
            width:62px;
        }
        .publisher_categories {

        }

        .publisher_branding_links .box2 img {
            margin-right:1%;
        }

	.about_store_publisher{
				 max-width: 680px;
  height: auto;
  display: table;
  margin: 10px auto 0;
  width: 100%;
    padding-right: 8px;
		}
		
		
		.about_store_publisher h2{
				font-size: 16px;
  color: #5c5c5c;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 8px;
		}
	
		
		.about_store_publisher p{
				font-size: 16px;
  color: #5c5c5c;
  font-weight: 400;
  
  text-align: left;
  padding-top: 10px;
  padding-bottom: 15px;
  line-height: 1.3em;
}

      

	.publisher_phone{
	  width: auto;
  float: left;
  height: auto;
  clear: left;
		}
	.publisher_email, .external_url {
      width: auto;
      background-image: url(../images/sprite_store_share2.png);
      background-repeat: no-repeat;  
	  
      background-position: /*-16px -481px*/-2px -305px;
      float: left;
      height: auto;
      margin-top: 0px;
      clear:left;
}

.external_url {
    background-position: -2px -333px;
}

    	.publisher_address{
  width: 100%;
  background-image: /*url(../images/sprite_store_share2.png)*/url(../images/location_icon.png);
  background-repeat: no-repeat;
  background-position: /*-93px -296px*/left 13px;
  float: left;
  height: auto;
  /*margin-top: 4px;
    padding-top: 10px;*/  
  padding-left: 20px;
  line-height: 1.3em;
  


  font-size: 16px;
                  color: #5c5c5c;
                  font-weight: 400;
                  text-align: left;
                  padding-top: 10px;
                  padding-bottom: 15px;
}

    .publisher_facebook{
		
    background-image: url(/images/sprite_store_share2.png);
    background-repeat: no-repeat;         
    background-position: /*-18px -582px*/2px -250px;
    padding: 0px;
    width: 24px;
    height: 30px;float: left;
    margin-top: 10px;
    margin-left: 15px;
    display: block;

}


    .publisher_twitter{
	    background-image: url(/images/sprite_store_share2.png);
    background-repeat: no-repeat;  
	    background-position: /*-16px -737px*/0px -218px;
        padding: 0px;
    width: 24px;
    height: 30px;float: left;
    margin-top: 10px;
    /*margin-left: 10px;*/
    display: block;
}


    .publisher_website{
	    background-image: url(/images/sprite_store_share.png);
    background-repeat: no-repeat;         
    
	    background-position: -16px -666px;padding: 0px;
    width: 24px;
    height: 30px;float: left;
    margin-top: 10px;
    
	    margin-left: 12px;
    display: block;
}
		
		.publisher_email p, .external_url p {
			font-size: 16px;
  color: #5c5c5c;
  font-weight: 400;
  text-align: left;
  
			padding-top: 5px;
  padding-left: 30px;
			padding-bottom: 0px;
}


.publisher_email p a{
			text-decoration: underline;
			color: #4d3c95;
}

.publisher_email p a:hover{
			text-decoration: none;
}
			
			.publisher_phone p{
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 400;
  text-align: left;
  padding-top: 7px;
  padding-left: 30px;
  padding-bottom: 0px;
  width: auto;
  float: left;
  clear: both;
}

.publisher_social {
float: left;
clear: both;
}
.book_buy_book{
		max-width: 680px;
		height: auto;
		display: table;
		margin: 0px auto;
		width: 90%;
		}
		
		.book_buy_book img{
			float:left;
			 -webkit-box-shadow: 5px 6px 0px 0px rgba(0,0,0,0.20);
-moz-box-shadow: 5px 6px 0px 0px rgba(0,0,0,0.20);
box-shadow: 5px 6px 0px 0px rgba(0,0,0,0.20);
			
              max-width: 320px;
  max-height: 480px;
}




.bookimage_wrapper{	
	
display: table-cell;
vertical-align: middle;
width: 20%;
}

.bookimage_wrapper_book{	
display: table-cell;
vertical-align: top;
width: 47.2%;
}

.booktitle_authour_wrap{
	width: auto;
	margin-top: 0px;
	padding-left: 25px;
	display: table-cell;
	vertical-align: middle;
}


.booktitle_authour_wrap_book{
	width: auto;
	margin-top: 0px;
	padding-left: 25px;
	display: table-cell;
	vertical-align: middle;
	float: left;
	padding-top:  20px;
}





.price_book{
	width: auto;
	height: auto;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}




.book_buy_book h3{
font-size: 34px;
font-weight: 300;
color: #fff;
text-align: left;
float: left;
clear: right;
margin-top: 0px;
margin-bottom: 0px;
line-height: 1.1em;
padding-top: 0px;
}
.book_buy_book h4{
font-size: 20px;
font-weight: 300;
color: #fff;
text-align: left;
float: left;
clear: left;
margin-top: 0px;
line-height: 1.2em;
padding-top: 2%;
}

.price_striked_book_book{
   
	width: auto;
height: auto;
text-align: right;
display: table-cell;
vertical-align: middle;
float: left;
clear: left;
padding-left: 23px;
padding-top: 15px;
}
.price_striked_book_book h4{
font-size: 17px !important;
text-decoration: line-through;
color: #D5C8C7;
text-align: right;
float: left;
clear: left;
margin-top: 0px;
line-height: 1.4em;
padding-top: 0px;
}

.price_striked_book_book h3{font-size: 14px;color: #D5C8C7;text-align: right;margin-top: 0px;line-height: 1.4em;padding-top: 2px;margin-left: 6px;clear: none;font-weight: bold;}



.price_book_book{
	width: auto;
	height: auto;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	float: left;
	clear: left;
	padding-left: 23px;
	padding-top: 0px;
}
.price_book_book h4{
	font-size: 20px;
	color: #fff;
	text-align: right;
	float: left;    clear: left;    margin-top: 0px;    
	line-height: 1.4em;
	padding-top: 0px;
    font-weight: 500;
}


/* Styles for rendered form */
/*.checkout_process .formwrapper {
    border-bottom: 1px solid #959595;
    background-color: #ffffff;
}
.rendered-form {
    background-color: #ffffff;
    font-size: 14px;
    font-family: 'Lato',sans-serif;
}

.rendered-form .form-group {
    
    margin: 10px 0;
    display: inline-block;    
    float: left;
    clear: both;
    width: 100%;
}

.rendered-form .fb-checkbox-group .checkbox-inline label, 
.rendered-form .fb-checkbox-group .checkbox label {
    padding-left: 28px!important;
    padding-top: 2px;
}
.rendered-form .fb-checkbox-group .checkbox-group {
    display: inline-block;
}
.rendered-form .fb-checkbox-group .checkbox-group.error {
    width: inherit;
    padding: 5px 0;
}
.rendered-form .form-group {
    font-size: 16px;    
    top: 3px;
    position: relative;
    right: -2px;
}


.rendered-form .fb-checkbox-group .checkbox, 
.rendered-form .fb-checkbox-group .checkbox-inline {
   position: relative;
    top: -2px;
}*/

#formRender [type="checkbox"]:not(:checked) + label:before, #formRender [type="checkbox"]:checked + label:before{
    left: -24px;
}

#formRender [type="checkbox"]:not(:checked) + label:after, #formRender [type="checkbox"]:checked + label:after {
    left: -21px;
}

.rendered-form .form-group label {
    right: -15px;
     
}

.rendered-form .fb-checkbox-group > label{
    /*margin-bottom: 10px;
    margin-left: 6px;*/
    /*display: inline-block;
    margin-top: 10px;*/
    clear: both;
    display:block;
}

.rendered-form .fb-checkbox-group, .rendered-form .fb-date, 
.rendered-form .fb-radio-group, 
.rendered-form .fb-select, .rendered-form div header {
    padding: 8px 15px;
    overflow: hidden;
}
.rendered-form .fb-date label, .rendered-form .fb-select label {
   margin-right: 10px;
}
.rendered-form .other-val {
   margin-left: 10px!important;
}
.rendered-form .fb-radio-group label {
    margin-top: 7px;
}
.rendered-form .fb-number input, .rendered-form .fb-textarea textarea {
    border-top: 1px solid #959595;
}
.rendered-form .fb-text input {
    margin-top: -1px;
}

#formRender{
    clear: both;
    padding:0px 0px 15px;
    border-bottom: 1px solid #959595;
}

.rendered-form .checkbox, .rendered-form .radio {
    margin: 6px 0;
}

.rendered-form .checkbox label {
    margin-left:10px;
}
 .fb-required{
     display:none;
 }

.fb-text input{
        border-top: 1px solid #959595;
}

.asterisk{
    color:red !important;
}
/********************/


* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
		
.formwrapper {
  border: 1px solid #959595;
  display: inline-block;
  border-bottom: 0;
  vertical-align: top;
  width: 100%;
}
.w1 {
  width: 100%;
  float: left;
}

.w2 {
  width: 50%;
  float: left;
}

.w3 {
  width: 22%;
  float: left;
}

.w4 {
  width: 20%;
  float: left;
}

.w5 {
  width: 38%;
  float: left;
}

.w6 {
  width: 80.00095%;
  float: left;
  height: 46px;
}

.w6-select {
  padding: 13px 10px!important;
  -webkit-appearance:menulist-button!important;
}

.field {
  border: 0;
  font-size: 14px;
  padding: 14px 10px;
  border-bottom: 1px solid #959595;
  font-family: 'Lato',sans-serif;
  outline: 0;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 0;
  font-style:italic;
}


.field_card {
border: 0;
  font-size: 14px;
  padding: 14px 10px;
  border-bottom: 1px solid #959595;
  font-family: 'Lato',sans-serif;
  outline: 0;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 0;
  font-style: italic;
}

.field_card_visacard {
  background-image: url(../images/credit_card_details.png);
  background-repeat: no-repeat;
  background-position: 101% -3%;
  background-size: 57px;
}

.field_card_mastercard {
  background-image: url(../images/credit_card_details.png);
  background-repeat: no-repeat;
  background-position: 101% 14%;
  background-size: 57px;
}

.field_card_amex {
  background-image: url(../images/credit_card_details.png);
  background-repeat: no-repeat;
  background-position: 101% 31%;
  background-size: 57px;
}

.field_card_paypal {
background-image: url(../images/credit_card_details.png);
  background-repeat: no-repeat;
  background-position: 101% 49%;
  background-size: 57px;
}

.field_card_debit {
  background-image: url(../images/credit_card_details.png);
  background-repeat: no-repeat;
  background-position: 101% 67%;
  background-size: 57px;
}

.field_card_credit {
    background-image: url(../images/credit_card_details.png);
  background-repeat: no-repeat;
  background-position: 100% 84%;
  background-size: 57px;
}


.field_security {
background-image: url(../images/credit_card_details.png);
  background-repeat: no-repeat;
  background-position: 101% 101%;
  background-size: 61px;
}

.field_2 {
  border: 0;
  font-size: 14px;
  padding: 14px 10px;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
  font-family: 'Lato',sans-serif;
  outline: 0;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 0;
  font-style:italic;
}
.field_3 {
  border: 0;
  font-size: 14px;
  padding: 13px 10px;
  border-right: 0px solid #959595;
  border-bottom: 1px solid #959595;
  font-family: 'Lato',sans-serif;
  outline: 0;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 0;
  font-style:italic;
  border-left: 1px solid #959595;   
  background-position: right;
  background-repeat:no-repeat;
  -webkit-appearance: none;
    -moz-webkit-appearance: none;
}


.field_4, .field_6 {
  border: 0;
  font-size: 14px;
  padding: 8px 10px;
  border-right: 0px solid #959595;
  border-bottom: 0px solid #959595;
  font-family: 'Lato',sans-serif;
  outline: 0;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 0;
  font-style: italic;
  background-color: #F1F1F1;
  line-height: 1em;
}

.field_6 {
    padding: 16px 10px;
    clear: left;
    border-bottom: 1px solid #959595;
    height: 46px;
}

.field_5 {
  border: 0;
  font-size: 14px;
  padding: 14px 10px;
  border-left: 1px solid #959595;
  border-bottom: 1px solid #959595;
  font-family: 'Lato',sans-serif;
  outline: 0;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 0;
  font-style: italic;

}

.table {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.submit-button {
  background-color: #694ED3;
  border: 0;
  color: #FFF;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 10px;
  box-shadow: 0 5px 0 #543EA9;
  -webkit-box-shadow: 0 5px 0 #543EA9;
  -moz-box-shadow: 0 5px 0 #543ea9;
  outline: 0;


  transition: all .1s linear;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: 'Lato',sans-serif;
}

.submit-button:active{box-shadow:0 2px 0 #543ea9;-webkit-box-shadow:0 2px 0 #543ea9;-moz-box-shadow:0 2px 0 #543ea9;transform:translateY(3px);-webkit-transform:translateY(3px);-moz-transform:translateY(3px)}
.form-title h3 {
  display: table-cell;
  font-size: 24px;
  color: #000;
  font-weight: 900;
  white-space: nowrap;
}
.form-title h3 label {
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
.form-title span {
  display: table-cell;
  text-align: right;
}

.error-holder {
  background-color: #FFE9A6;
  color: #C30;
  font-size: 14px;
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 15px;
  display: none;
}
.bottom_text{
	width: 100%;
	}
.bottom_text p{
	text-align: center;
	font-size: 14px;
	padding-top: 30px;
	}

.bottom_text p a{
	color: #6655d7;
	text-decoration: none;
	}
	
	.bottom_text p a:hover{
	text-decoration: underline;
	}
	.thankyou-title h3 {
  font-size: 24px;
  color: #0d7a07;
  font-weight: 900;
  text-align: center;
}
.wrap_store_logos{
	width: 61%;
	display: table;
	margin: 0 auto;
}
.thankyou-title p{
text-align: center;
padding-top: 10px;
font-size: 22px;
font-weight: 300;
line-height: 1.6em;
margin: 20px auto;
}

ul.e_store_logos_google{
	  display: block;
  list-style: none;
  
	  float: left;
  
	  height: 80px;
  
	  margin: 0px auto 0px;
  border-right: 0px solid #C9C9C9;
  border-left: 0px solid #C9C9C9;
  border-top: 0px solid #C9C9C9;
  border-bottom: 0px solid #C9C9C9;
  text-align: center;
  background-image: url(../images/app_store_thankyou_logos.png);
  background-repeat: no-repeat;
  
	  background-position: -198px 17px;
	
	  width: 210px;
}
	
	ul.e_store_logos_google li {
  border-bottom: 0px dashed #C9C9C9;
  padding: 10px 0;
}

ul.e_store_logos_google li a {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #C4CBCC;
  padding: 0px 140px 70px 0px;
  margin: -12px 0;
  color: #000;
  font-style: italic;
  display: block;
}



ul.e_store_logos_apple{
	  display: block;
  list-style: none;
  
	  float: left;
  height: 63px;
  
	  margin: 19px auto auto 14px;
  border-right: 0px solid #C9C9C9;
  border-left: 0px solid #C9C9C9;
  border-top: 0px solid #C9C9C9;
  border-bottom: 0px solid #C9C9C9;
  text-align: center;
  background-image: url(../images/app_store_thankyou_logos.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
	
	  width: 180px;
}
	
	ul.e_store_logos_apple li {
  border-bottom: 0px dashed #C9C9C9;
  padding: 10px 0;
}

ul.e_store_logos_apple li a {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #C4CBCC;
  padding: 0px 140px 70px 0px;
  margin: -12px 0;
  color: #000;
  font-style: italic;
  display: block;
}

.checkout_footer{
	/* min-width: 680px; */
    min-height: 80px;
    background-color: #313131;
    border-top: 0px solid #959595;
    margin: 0 auto;
    padding-top: 20px;
    padding-right: 0%;
    text-align: center;
    padding-bottom: 20px;
    height: auto;
    width: 92%;
    display: table;
}

.customer_logo{
  float: left;
  width: auto;
  padding-left: 0%;
  clear: both;
  padding-bottom: 0px;
  /*margin: 20px auto 0 auto;*/
  color: #959595;
  text-align:left;
  font-size:13px;
}

    .customer_logo a {
        color: #959595;
        float:left;
        border-right: 1px solid #959595;
        margin: 5px 10px 0 0;
        padding-right: 10px;
        font-size: 13px;
    }

    .customer_logo a:last-of-type {
        border-right: 0 none;
    }

.copyright_message{
	float: right;
	text-align: right;
	font-size: 13px;
	color: #959595;
	padding-top: 4px;
	}

.copyright_message a {
    color: #959595;
    font-size: 13px;
}
	
.button_wrap{
	float: left;
	width: 80%;
	clear: left;
	padding-left: 25px;
	padding-top: 25px;
}	
	.buy_book_button {
    background-color: #ffae00;
  border: 2px solid #EFEFEF;
  color: #000;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 10px;
  float: left;
  outline: 0;
  transition: all .1s linear;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'Lato',sans-serif;
}
.preview_book_button {
    background-color: #ffae00;
    border: 2px solid #EFEFEF;
    color: #000;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    padding: 8px;
    float: left;
    outline: 0;
    transition: all .1s linear;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-family: 'Lato',sans-serif;
}

    .subscribe_book_button {
    background-color: #ffae00;
  border: 2px solid #EFEFEF;
  color: #000;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 10px;
  float: left;
  outline: 0;
  transition: all .1s linear;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'Lato',sans-serif;
  margin-bottom:10px;
}

.buy_book_button:active{transform:translateY(1px);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);}

.app_available_on{
	  width: auto;
  margin-top: 0px;
  padding-left: 25px;
padding-top: 15px;
  display: block;
  vertical-align: middle;
  float: left;
  
	}
	
	.app_available_on h4{
		font-size: 14px;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
		}
	
	ul.available_store_logos{
		background-color: rgba(0,0,0,0.5);
		padding: 8px 0px;
		float: left;
		clear: both;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		margin-left: 25px;
		margin-top: 10px;
		}

ul.available_store_logos li { display:inline; float:left; padding: 0 0px; margin:0; }

ul.available_store_logos li span.google_s {
    width: 38px;
    height: 43px;
    float: left;
    background-image: url(../images/alsoreadon.png);
    background-repeat: no-repeat;
    background-position: -289px 1px;
    background-size: 650px;
}

ul.available_store_logos li span.apple_s {
    width: 38px;
    height: 43px;
    float: left;
    background-image: url(../images/alsoreadon.png);
    background-repeat: no-repeat;
    background-position: 10px 2px;
    background-size: 650px;
}

ul.available_store_logos li span.amazon_s {
    width: 45px;
    height: 46px;
    float: left;
    background-image: url(../images/alsoreadon.png);
    background-repeat: no-repeat;
    background-position: -437px 2px;
    background-size: 650px;
}

ul.available_store_logos li span.windows_s {
    width: 38px;
    height: 44px;
    float: left;
    background-image: url(../images/alsoreadon.png);
    background-repeat: no-repeat;
    background-position: -582px 2px;
    background-size: 610px;
}





.add_to_ur_lib{
	  width: auto;
  margin-top: 0px;
  padding-left: 25px;
padding-top: 15px;
  display: block;
  vertical-align: middle;
  float: left;
  
	}

.add_to_ur_lib h4{
		font-size: 14px;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
		}
		
		
		.download_sample_button {
  background-color: #fff;
  border: 1px solid #959595;
  color: #000;
  width: auto;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 11px 7px 30px;
  float: left;
  outline: 0;
  transition: all .1s linear;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'Lato',sans-serif;
  background-image:url(../images/sprite_store_share.png);
  background-repeat:no-repeat;
  background-position: -10px -216px;
}

.download_sample_button:active{transform:translateY(1px);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);}

.button_wrap_sample{
	float: left;
	width: 80%;
	clear: left;
	padding-left: 0px;
	padding-top: 10px;
}	


		
		.share_book_title{
	  width: auto;
  margin-top: 0px;
  padding-left: 25px;
padding-top: 15px;
  display: block;
  vertical-align: middle;
  float: left;
  clear: left;
	}
	.share_book_title h4{
		font-size: 14px;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
		}
	
	ul.share_logos{
		background-color: rgba(0,0,0,0.5);
		padding: 2px 0px;
		float: left;
		clear: both;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		margin-left: 25px;
		margin-top: 10px;
		}

ul.share_logos li { display:inline; float:left; padding: 0 0px; margin:0; }

ul.share_logos li span.facebook_l {
  width: 21px;
  height: 30px;
  float: left;
  background-image: url(../images/sprite_store_share.png);
  background-repeat: no-repeat;
  background-position: -12px -124px;
}

ul.share_logos li span.twitter_l{ 
 width: 34px;
  height: 30px;
  float: left;
  background-image: url(../images/sprite_store_share.png);
  background-repeat: no-repeat;
  
 background-position: -81px -124px;
}


ul.share_logos li span.pinterest_l{ 
 width: 25px;
  height: 30px;
  float: left;
  background-image: url(../images/sprite_store_share.png);
  background-repeat: no-repeat;
  
 background-position: -157px -124px;
 }

ul.share_logos li span.share_l{ 
 width: 28px;
  height: 30px;
  float: left;
  background-image: url(../images/sprite_store_share.png);
  background-repeat: no-repeat;
  
 background-position: -217px -124px;
 }

ul.tabs {
	margin: 0 auto;
	padding: 15px 0px 36px 0px;
	float: none;
	list-style: none;
	height: 80px;
	border-bottom: 0px solid #333;
	width: 680px;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 0px;
	height: 72px;
	line-height: 45px;
	border-top: 0px solid #333;
	border-left: 0px solid #333;
	border-bottom: 0px solid #333;
	background-color: transparent;
	background-image:url(../images/circle_def.png);
	color: #000;
	overflow: hidden;
	position: relative;
	width: 23%;
	text-align: center;
	background-position: center bottom;    
	/* background-size: 5px; */
	background-repeat: no-repeat;
	font-size: 15px;
}

.tab_last { border-right: 0px solid #333;}

ul.tabs li:hover {
	background-color: transparent;
	color: #333;
}

ul.tabs li.active {
	background-color: transparent;
	color: #CE1F4C;
	border-bottom: 0px solid #CE1F4C;
	display: block;
	font-weight: 700;
	background-image:url(../images/circle_highlight.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.tab_container {
	border: 0px solid #333;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 20px 0px;
	display: none;
    line-height:1.7em;
}


.tab_content h2{
font-size: 20px;
color: #5c5c5c;
text-align: left;
font-weight: 700;
padding-top: 15px;
padding-bottom: 15px;
}

.tab_content p{
font-size: 16px;
color: #5c5c5c;
text-align: left;
font-weight: 400;
padding-top: 10px;
padding-bottom: 15px;
}

.tab_drawer_heading { display: none; }
.rating_container{
	
	
		max-width: 680px;
		height: auto;
		display: table;
		margin: 10px auto;
		width: 90%;
        padding-left: 20px;
		}
		
		.rating_container a{
	float: left;
	color: #fff;
	padding-left: 10px;
	font-size: 14px;
		}

    #title_Desc ul, #author_Desc ul {
        padding-left: 40px ;  /* to display the bullets */
    }

.rating {
	float: left;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    position: relative;
	padding-top: px;
}
.rating-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
    background-position: 0 0;
}
.rating-star,
.rating:hover .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/star.png) 0 -16px;
}
.back_link{
	width: auto;
	display: table;
	background-color: transparent;
	float: left;
	margin-left: 16px;
}
	.back_set{
		float: left;
		position: relative;
		left: 4%;
		top: 14%;
		}
		
		.back_set p{
		font-size: 13px;
		color: #fff;
		}
		
		.back_set p a{
			text-decoration: none;
			color: #fff;
		}
		
		.back_set p a:hover{
			text-decoration: none;
		}

.app-logo-block {
	float: left;
	position: relative;
}

#logoimg {
    max-width: 254px;
    max-height: 82px;
    padding: 0px 10px;
    float: left;
    margin-top: 5px;
    margin-bottom: 0px;
}
/****Top menu styles - Added to match with the home page menu */
header nav {
	display: inline-block;  
	float: right !important;  
	margin-top: 0px;
	margin-left: 0px;
}

.drop-icon {
    display: none;
}

#navlist {
    display: block;
}
header nav a {
	margin-left: 22px;
    color: #000;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
}
header nav a:hover {
	color: #959595;
}

header nav ul {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
header nav ul li {
  font-size: 12px;
  /*display: inline;*/
  display:inline-block;
  margin-right: 0px;
  position: relative;
  padding: 0px 10px 14px 0px;
  background: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 0px solid #959595 !important;
  border-right: 0px solid #959595 !important;
  float:left;
}
header nav ul li:hover {
  color: #ccc;
}
header nav ul li ul {
 padding: 0 10px;
 position: absolute;
 top: 36px;
 /*top:45px;width: 150px;*/
 left: -10px; 
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index:52;
}
header nav ul li ul li { 
  background: transparent;
  display: block;
  color: #000;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-left: 0px;
  width:130px;  
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
header nav ul li ul li:first-child { 

  border-top: 1px solid #ccc;

}
header nav ul li ul li:hover { background: transparent; color: #222; }
header nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

header nav ul li ul li:last-child  {
    margin-top:-19px;
}
#loginAnc .btn-lo {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 180px;	
}

a#signinAnc {
    background-image: url(../images/category_arrow_2.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 154px 14px;
	}

#nav_Logout .btn-lo {
    margin-top: -2px;
}

/*#exploreAnc .btn-lo span, #liSignInLnk .btn-lo span, #loginAnc .btn-lo span, 
#account .btn-lo span, #nav_Logout .btn-lo span {
    background-image: url(../images/top_button_icons.png);
    background-repeat: no-repeat;
    background-position: 3px -17px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 10px;
}

#liSignInLnk .btn-lo span {
    background-position: -33px -18px;
}

#loginAnc .btn-lo span {
    background-position: -29px -18px;
}

#account .btn-lo span {
    background-position: -55px -17px;
}

#nav_Logout .btn-lo span {
    background-position: -84px -17px;
}

    */

    #exploreAnc .btn-lo span, #liSignInLnk .btn-lo span, #loginAnc .btn-lo span, #account .btn-lo span, #nav_Logout .btn-lo span, #faq .btn-lo span, #myLib .btn-lo span {
        /*text-transform:uppercase;*/
        background-image: url(../images/library.png);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        left: 5px;
        top: 5px;
        background-position: center;
        margin-right: 4px;
        background-size: contain;
    }
#exploreAnc .btn-lo span {
    background-image: url(../images/home.png);
}
#liSignInLnk .btn-lo span, #loginAnc .btn-lo span {
    background-image: url(../images/profile.png);
}
#account .btn-lo span {
     background-position: -26px -18px;
    background-image: url(../images/top_button_icons.png);
}
#nav_Logout .btn-lo span {
    background-position: -84px -17px;
    background-image: url(../images/top_button_icons.png);
}
#faq .btn-lo span {
    background-position: -116px -17px;
    background-image: url(../images/top_button_icons.png);
}
a#faqAnc {
    width: auto;
}


/*.btn-lo {
	background-color: transparent;
	background-color: #ffffff;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 0px;
	color: #2B2B2B;
	font-size: 14px;
	padding: 5px 22px;
	border: 1px solid #959595 !important;
	text-decoration: none;
	margin-top: 2px;
	width: 120px;
	display:inline-block;
	min-height:30px;
	text-align: center;
	margin-left: 0px;
    position:relative;
}*/
.btn-lo:hover {
	background: none;
	text-decoration: none;
}

/*******************/

.loaderlightBox {
  background: #FFF;
  padding: 10px;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-box-shadow: 0px 0px 0px 0px #000000 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000000 !important;
  box-shadow: 0px 0px 0px 0px #000000 !important;
  border: 1px solid #999999;
  width: 280px;
}

.loaderlightBox p {
  text-align: center;
  font-size: 14px;
  margin: 14px 1px 0 0;
  color: #666;
  font-family: 'proxima-nova', Sans-Serif !important;
}

.loaderlightBox p span {
  color: #ffffcc !important;
}

.loader {
  background: url(/images/loader.gif) no-repeat left top;
  width: 31px;
  height: 31px;
  margin: 10px 0px 10px 0px;
  display: inline-block;
  overflow: hidden;
}

#publisher_Desc {
    max-height: 280px;
    overflow: auto;
}

#publisher_Desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#publisher_Desc::-webkit-scrollbar {
  width: 6px;
}

#publisher_Desc::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.3);
  /* -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15); */
}


.title_reviews {
    max-height: 280px;
    overflow: auto;
}

.title_reviews::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.title_reviews::-webkit-scrollbar {
  width: 4px;
}

.title_reviews::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.3);
  /* -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15); */
}




.reviews-content-section {
    width: 90%;
    float: none;
    clear: right;
    /*height: 441px;
  min-height: 441px;*/
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    max-height: 441px;
    margin: 20px auto;
}

.mention-boxes {
  height: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  float: left;
  border: none;
  width: 100%;
}

.circular {
  width: 60px;
  height: 60px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  background-image: url(../images/thumbnail-image.png);
  box-shadow: 0 0 3px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
  border: 1px solid #ccc;
  float: left;
  margin-left: 3px;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-size: contain;
}

.right-comment-section {
  width: auto;
  margin-left: 90px;
  margin-top: 8px;
  padding-right: 20px;
}

.comment-block {
  font-size: 14px;
  line-height: 1.4em;
}

.comment-block span {
  font-size: 14px;
  font-style: italic;
  color: #999999;
}
.comment-text {
    font-weight: 600;
    font-style: normal !important;
}

.like-block {
    background-image: url(../images/like-thumb.png);
    padding-left: 24px;
    color: #999999;
    background-repeat: no-repeat;
    font-size: 12px;
    background-position: 0px 5px;
    float: left;
    padding-top: 5px;
}

.mention-boxes-reply {
  width: 358px;
  height: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  float: left;
  border-bottom: 0px solid #ccc;
  background: url(../images/arrow-reply.png) no-repeat #ffffff 322px 21px;
}

.circular-right {
  width: 60px;
  height: 60px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  background-image: url(../images/thumbnail-image-2.png);
  box-shadow: 0 0 3px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
  border: 1px solid #ccc;
  float: right;
  margin-right: 30px;
}

.right-comment-section-reply {
  width: auto;
  margin-left: 25px;
  margin-top: 3px;
  padding-right: 11px;
}

.reply-block {
  padding-left: 0px;
  padding-top: 5px;
  color: #999999;
  background-repeat: no-repeat;
  font-size: 12px;
  float: left;
}

@media(max-width: 760px) {
    .tab_content p{
   font-size: 16px;
    color: #000;
    text-align: left;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 15px;
    line-height: 1.4em;
}
    .tab_content ul{
    width: 100%;
}

    .tab_content ul li{
    font-size: 14px;
    color: #5c5c5c;
    text-align: left;
    font-weight: 400;
    padding-left: 9px;
    padding-bottom: 15px;
    }

    /*#logoimg {
        max-width: 192px;        
    }*/

    .publisher_categories_tags a {
        font-size: 13px;
    }
     .drop-icon {
        display: block;
        margin-bottom: 0px;
    }

         header nav {
         float: right !important;
         margin-top: 0;
         margin-left: 0px;
         margin-right: 15px;
         margin-bottom: 15px;
        }

          #navlist {
        display: none;
    }

     header nav ul li {
        display: block;
        line-height: normal;
        padding: 0px;
        clear:both;
        width: 180px;
    }

     .btn-lo {
        margin-top:-1px!important;
        padding:8px 0px 8px 27px!important;
        text-align:left!important;
    }

        header nav ul li a {
            margin: 0px;
            padding: 10px;
            width: 100%;
            display: inline-block;
        }

        nav {
        display: table-cell !important;
        vertical-align: top;
        float: none !important;
        line-height: normal !important;
    }


        nav .nav {
       right:5px;
        position: absolute;
        }

        header nav ul li ul {            
        opacity:1.0; 
        visibility: visible;
        top: 34px;
        display:block!important; 
        }
        header nav ul li ul li {
            width: 125px;
        }

        header nav ul li ul li:last-child {
        margin-top: -3px;
        }

    .nav > ul {
        width: 200px;
        position: absolute;
    }

}

@media screen and (max-width: 480px) {

    /*#logoimg {
        max-width: 127px;
       height: 41px;
	margin-top: 5px;
	margin-bottom: 0px;
    }*/
    .audio_books_icon_big {
top: 0px;
left: 0px !important;
}
.audio_title_text {
top: 0px;
right: 5px;
left: 30px !important;
}
	.tabs {
		display: none;
	}
    .tab_drawer_heading:last-of-type {
      border-bottom: 0 none;
    }
	.tab_drawer_heading {
		background-color: #616161;
		color: #fff;
		border-top: 0px solid #333;
        border-bottom: 1px solid #ffffff;
		margin: 0;
		padding: 15px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}


	.d_active {
		background-color: #ce1f4c;
		color: #fff;
	}
	ul.tabs {
  width: 90%;
}

}










@media only screen and (max-width: 640px) {
 
    .title_text{
	display: none;
}

    .publisher_branding_links .box1 {
    width: auto;
    margin: 0 0 0 0px;
}

    .publisher_branding_links .box1 a {
    padding: 0 10px 0px 10px;
}
    .publisher_branding_links .box2 {
padding-right: 25px;
width: 100%;
}
    .publisher_branding_links .box2 span {
    float: left;
    padding-left: 8px;
    font-weight: bold;
}
    .download_app {
    margin: 0px 0 0 10px;
    float: left;
    clear: both;
}

.store_branding .box1, .store_branding .box2, .store_branding .box3 {
  float: left;
  width: 100% !important;
  margin-right: 1%;
  margin-top: 10px;
}
.publisher_social {
  float: left;
  clear: left;
  margin-bottom: 20px;
}

.bookimage_wrapper{	

width: 20%;
}
.publisher_address{
	clear: left;
}


.booktitle_authour_wrap {
  padding-left: 15px;
}
	.wrap_bgookbg{
		padding-top: 10px;
		padding-bottom: 10px;
}

.bookimage_wrapper_book {
  display: block;
  vertical-align: middle;
  width: 100%;
/* added by Rohit*/
    max-width: 320px;
    max-height: 480px;
/* */
}
.bookimage_wrapper_book img {
    width: inherit;
}

.book_buy_book { 
  display: block;
  max-width: 500px;
  width: 70%!important;
  margin: 0 auto;
}
.booktitle_authour_wrap_book {
  
  padding-left: 0px;
}
    .price_striked_book_book {
    padding-left: 0px;
  text-align: left;

    }
.book_buy_book h3 {
  font-size: 28px;
  margin-left: 0px;
}
    .price_striked_book_book h3{
          font-size: 14px !important;
          margin-left: 0px;
          padding-left: 5px;
          text-align: left;
          clear: none;
    }
      .price_striked_book_book h4{
        font-size: 18px;
    }
.book_buy_book h4 {
  font-size: 18px;
}

.price_book_book {
padding-left: 0px;
}

ul.tabs {
  width: 90%;
}
.button_wrap {
  width: 100%;
  padding-left: 0px;
}
.safari-wrapper {
  width: 100%!important;
}

.app_available_on {
  padding-left: 0px;
}

ul.available_store_logos {
  margin-left: 0px;
}
.add_to_ur_lib {
  
  padding-left: 0px;

  clear: left;
}

.share_book_title {
  padding-left: 0px;
}
ul.share_logos {
  margin-left: 0px;
}


.store_branding, .publisher_categories_tags{
			   width: 90%;
			}
    .publisher_categories_tags {
        margin: 15px auto;
    }
			
			.about_store_publisher{
			   width: 100%;
			}
		.tab_content {
  padding: 10px 20px;
  display: none;
  overflow:hidden;
}	
			

.form-title h3 {
  font-size: 18px;
}
.checkout_footer{
	width: 100%;
    padding-left: 20px;
}
.customer_logo img{
	width: auto;
	}
.copyright_message{
	/*float: none;*/
    float: left;
    text-align: left;
    margin: 15px 0 0 0;
        clear: both;
}


.related_t{

  width: 90%;
	}


.list_titles_rel{
	  width: 90%;
	}
.rating_container{
	
		width: auto;
		float: left;
		clear: left;
		padding-left: 15%;
		padding-top: 2%;
		padding-bottom: 0px;
}

}

@media(max-width: 480px) {

    header nav {
        margin-bottom: 11px;
    }
}

@media only screen and (max-width: 480px) {
.form-title h3 {
  font-size: 16px;
}
	.book_buy h3 {
  font-size: 16px;
}




.book_buy_book h4 {
  font-size: 16px;
}



	.w1 {
  width: 100%;
  float: left;
}
.w2 {
  width: 50%;
  float: left;
}
}



@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 1.5rem;
    width: 140px;
    margin: 0 auto;
}
  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #3f8654;
    width: 140px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #47975f;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}

@media(max-width: 760px) {
    #cssmenu > ul > li > a {
        margin-top:-1px;
    }
    
}

@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111433;
  color: #ffffff;
  visibility: hidden;

  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  
    padding-top: 30px;
}
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #242643;
  border-style: solid;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);

  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;

    border-color: #ebebeb;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #3f8654;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
  background-image: url("../images/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
  background-image: url("../images/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
  background-image: url("../images/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
  background-image: url("../images/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
  background-image: url("../images/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
  background-image: url("../images/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
  background-image: url("../images/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
  background-image: url("../images/nucleo-icon-8.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
  background-image: url("../images/nucleo-icon-9.svg");


}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
  background-image: url("../images/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
  background-image: url("../images/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  background-image: url("../images/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 280px;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;

    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #3f8654;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
    padding-left: 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #3f8654;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #3f8654;
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 #3f8654;
    color: #3f8654;
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }

}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
    overflow: hidden;
    background-color: #f5f5f5;
    height: auto;
    padding: 0em;
    position: relative;
    z-index: 0;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}









@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
#cssmenu {
  background: #ffffff;
  margin: 2px;
  width: auto;
  padding: 1px;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  /*border: 1px solid #333333;
  border-right: 1px solid #333333;*/
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0px;
  display: block;
  position: relative;
  border-right: 0px solid #333;
}
#cssmenu ul li a {
  /*text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 2;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  z-index: 1;
  top: 13px;
  right: 15px;


}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;

  width: 0;

  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 8px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  /*font-size: 12px;
  font-weight: 400;
  text-transform: none;
  color: #000000;padding: 6px 10px 6px 10px;*/
  letter-spacing: 0;
  display: block;
  width: 120px;
  border-top:0 none!important; 
  text-align: center;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #4cb6ea;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: none;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {

  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {

  /*padding-right: 40px;*/
}
#cssmenu > ul > li.has-sub > a:after {
  /*display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 7px;
  top: 10px;*/
}
#cssmenu > ul > li.has-sub > a:before {
 /* display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 9px;
  top: 15px;*/
}
#cssmenu > ul > li > a {
  /*color: #ffffff;
  padding: 9px 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;*/
  z-index: 2;
  position: relative;
  text-align: center;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  /*color: #000000;*/
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 120px;
  display: block;
  /*border: 1px solid #333;
  margin-left: -1px;*/
  margin-left:0px;
}
#cssmenu > ul > li > ul > li {
  width: 118px;
  display: block;
}

.loginmodule{
/*margin-right: 7px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-right: 15px;*/
position: relative;
z-index: 1;
display: table-cell;
vertical-align: top;
width: 270px;
padding: 12px 0px 10px 0;
/* max-width: 200px; */
text-align: center;
float: right;
}

.btn-lo, #cssmenu {
    float:left;
}

#lnkExplore span, #lnkSignIn span, #lnkAccName span {
    /*text-transform:uppercase;*/
    background-image: url(../images/top_button_icons.png);
    background-repeat: no-repeat;
    background-position: 3px -17px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 10px;
}

#lnkSignIn span, #lnkAccName span {
    background-position: -35px -18px;
}

.btn-lo, #cssmenu a {
    background-color: #ffffff;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 0px;
    color: #2B2B2B !important;
    font-size: 14px;
    padding: 9px 30px;
    border: 0px solid #959595 !important;
    text-decoration: none;
    width: 120px !important;
    display: inline-block;
    min-height: 35px;
    text-align: center;
    margin-left: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    position: relative;
}

#cssmenu a {
    padding-bottom: 12px;
}
.btn-lo:hover, #cssmenu a:hover {
	background: #fff;
	text-decoration: none;
    color: #959595!important;
}




.loginmodule {}
/*@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;

  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}*/





/*------------------------ * Apple Store CSS Starts here! * ------------------------ */
ul.apple_store {
	display:block;
	list-style: none;
	float: left;
	height: 69px;
	margin: 0;
	border-right: 0px solid #c9c9c9;
	border-left: 0px solid #c9c9c9;
	border-top: 0px solid #c9c9c9;
	border-bottom: 0px solid #c9c9c9;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/store-logo-full_2.png);
	background-repeat: no-repeat;
	background-position: 17px 12px;
}

ul.apple_store li {
	border-bottom:0px dashed #c9c9c9;
	padding:10px 0;
}
ul.apple_store li a {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0px solid #c4cbcc;
	padding: 0px 140px 70px 0px;
	margin: -12px 0;
	color:#000;
	font-style:italic;
	display:block;
}
ul.apple_store li img {
	display: block;
}
/*------------------------ * Apple Store CSS Ends here! * ------------------------ */




/*------------------------ * Google Play CSS Starts here! * ------------------------ */
ul.google_play {
	display:block;
	list-style: none;
	float: left;
	height: 63px;
	margin: 0;
	border-right: 0px solid #c9c9c9;
	border-left: 0px solid #c9c9c9;
	border-top: 0px solid #c9c9c9;
	border-bottom: 0px solid #c9c9c9;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/store-logo-full_2.png);
	background-repeat: no-repeat;
	background-position: -222px 3px;
}
ul.google_play li {
	border-bottom:0px dashed #c9c9c9;
	padding:10px 0;
}
ul.google_play li a {
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0px solid #c4cbcc;
	padding: 0px 140px 70px 0px;
	margin: -12px 0;
	color:#000;
	font-style:italic;
	display:block;
}

ul.google_play li img {
	display: block;
}
/* ------------------------ * Google Play CSS Ends here! * ------------------------ */




/* ------------------------ * Windows Store CSS Starts here! * ------------------------ */

ul.win_store {
	display:block;
	list-style: none;
	float: left;
	height: 63px;
	margin: 0;
	border-right: 0px solid #c9c9c9;
	border-left: 0px solid #c9c9c9;
	border-top: 0px solid #c9c9c9;
	border-bottom: 0px solid #c9c9c9;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/store-logo-full_2.png);
	background-repeat: no-repeat;
	background-position: -474px 10px;
}
ul.win_store li {
	border-bottom:0px dashed #c9c9c9;
	padding:10px 0;
}
ul.win_store li a {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0px solid #c4cbcc;
	padding: 0px 190px 70px 0px;
	margin: -12px 0;
	color:#000;
	font-style:italic;
	display:block;
}
ul.win_store li img {
	display: block;
}
/*------------------------ * Windows Store CSS Ends here! * ------------------------ */


/*------------------------ * Windows Desktop Store CSS Starts here! * ------------------------ */

/*Windows Store BAG CSS Ends here!*/
ul.win_store_desktop {
  display: block;
  list-style: none;
  float: left;
  height: 63px;
  margin: 0;
  border-right: 0px solid #C9C9C9;
  border-left: 0px solid #C9C9C9;
  border-top: 0px solid #C9C9C9;
  border-bottom: 0px solid #C9C9C9;
  text-align: center;
  background-color: transparent;
  background-image: url(../images/store-logo-full_2.png);
  background-repeat: no-repeat;
  background-position: -1396px 10px;
}
ul.win_store_desktop li {
	border-bottom:0px dashed #c9c9c9;
	padding:10px 0;
}
ul.win_store_desktop li a {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0px solid #c4cbcc;
	padding: 0px 190px 70px 0px;
	margin: -12px 0;
	color:#000;
	font-style:italic;
	display:block;
}
ul.win_store_desktop li img {
	display: block;
}
/*------------------------ * Windows Desktop Store CSS Ends here! * ------------------------ */


/* ------------------------ * NOOK CSS Starts here! * ------------------------ */

ul.nook_store {
	display:block;
	list-style: none;
	float: left;
	height: 59px;
	margin: 0;
	border-right: 0px solid #c9c9c9;
	border-left: 0px solid #c9c9c9;
	border-top: 0px solid #c9c9c9;
	border-bottom: 0px solid #c9c9c9;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/store-logo-full_2.png);
	background-repeat: no-repeat;
	background-position: -684px 0px;
    
	width: 195px;
}
ul.nook_store li {
	border-bottom:0px dashed #c9c9c9;
	padding:10px 0;
}
ul.nook_store li a {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0px solid #c4cbcc;
	padding: 0px 110px 70px 0px;
	margin: -12px 0;
	color:#000;
	font-style:italic;
	display:block;
}
ul.nook_store li img {
	display: block;
}
/*------------------------ * NOOK Store CSS Ends here! * ------------------------ */



/* ------------------------ * AMAZON CSS Starts here! * ------------------------ */

ul.amazon_store {
	display:block;
	list-style: none;
	float: left;
	height: 47px;
	margin: 0;
	border-right: 0px solid #c9c9c9;
	border-left: 0px solid #c9c9c9;
	border-top: 0px solid #c9c9c9;
	border-bottom: 0px solid #c9c9c9;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/store-logo-full_2.png);
	background-repeat: no-repeat;
	background-position: -1653px 0px;
}
ul.amazon_store li {
	border-bottom:0px dashed #c9c9c9;
	padding:10px 0;
}
ul.amazon_store li a {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0px solid #c4cbcc;
	padding: 0px 140px 70px 0px;
	margin: -12px 0;
	color:#000;
	font-style:italic;
	display:block;
}
ul.amazon_store li img {
	display: block;
}



/* ------------------------ * AMAZON CSS Ends here! * ------------------------ */


/* ------------------------ * BLACKBERRY CSS Starts here! * ------------------------ */

ul.bb_store {
	display:block;
	list-style: none;
	float: left;
	height: 63px;
	margin: 0;
	border-right: 0px solid #c9c9c9;
	border-left: 0px solid #c9c9c9;
	border-top: 0px solid #c9c9c9;
	border-bottom: 0px solid #c9c9c9;
	text-align: center;
	background-color: #FFF;
	background-image: url(../images/store-logo-full_2.png);
	background-repeat: no-repeat;
	background-position: -936px 10px;
}
ul.bb_store li {
	border-bottom:0px dashed #c9c9c9;
	padding:10px 0;
}
ul.bb_store li a {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0px solid #c4cbcc;
	padding: 0px 140px 70px 0px;
	margin: -12px 0;
	color:#000;
	font-style:italic;
	display:block;
}
ul.bb_store li img {
	display: block;
}

/* ------------------------ * BLACKBERRY CSS Ends here! * ------------------------ */


/* ------------------------ * Samsung CSS Starts here! * ------------------------ */

ul.samsung_store {
	display:block;
	list-style: none;
	float: left;
	height: 59px;
	margin: 0;
	border-right: 0px solid #c9c9c9;
	border-left: 0px solid #c9c9c9;
	border-top: 0px solid #c9c9c9;
	border-bottom: 0px solid #c9c9c9;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/store-logo-full_2.png);
	background-repeat: no-repeat;
	background-position: -1157px 0px;
}
ul.samsung_store li {
	border-bottom:0px dashed #c9c9c9;
	padding:10px 0;
}
ul.samsung_store li a {
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0px solid #c4cbcc;
	padding: 0px 140px 70px 0px;
	margin: -12px 0;
	color:#000;
	font-style:italic;
	display:block;
}
ul.samsung_store li img {
	display: block;
}

/* ------------------------ * Samsung CSS Ends here! * ------------------------ */


@media (max-width: 480px) {
 .og-grid li {
 margin: 19px 10px 0 10px;
 width:125px;
 }
 
 .og-grid li > a, .og-grid li > a img {
   max-width: 125px;
   max-height: 230px;
 }
 
 .book-title-name {
 font-size: 12px;
 padding: 7px 10px 3px 0;
  }

 }


@media screen and (max-width: 740px) {
    ul.tabs {
        
        width: 90%;
    }
}



@media (max-width: 760px) {
    #navlist {
        background-color: white;
        padding-right: 0px;
    }

    .navigationdiv {
        position: relative;
    }

    .public_nav .btn-lo, .public_nav #cssmenu a {
        float: none;
        margin-bottom: 10px;
        text-align: center !important;
        padding-left: 0px !important;
        border: none !important;
    }

    header nav.public_nav ul li {
        text-align: center !important;
        padding: 0px;
        margin-top: 0px;
    }

    header nav ul li {
        width: 120px;
    }

    .public_nav #exploreAnc .btn-lo span, .public_nav #liSignInLnk .btn-lo span {
        left: -25px;
    }

    .public_nav a.signOutTab {
        width: 100%;
    }

    .public_nav #faq .btn-lo span {
        left: 18px;
        top: 7px;
    }
    #loginAnc .btn-lo {
        width: 120px;
    }

    #loginAnc ul li {
        background-color: #ffffff;
        width: 120px;
    }

    .btn-lo, #cssmenu a {
        float: none;
        border: none !important;
    }

    #exploreAnc .btn-lo span, #liSignInLnk .btn-lo span, #loginAnc .btn-lo span, #account .btn-lo span, #nav_Logout .btn-lo span, #faq .btn-lo span, #myLib .btn-lo span {
        width: 17px;
        height: 17px;
        top: 8px;
    }
}

audio_title {
position: relative;
}
.audio_title_text
{
       position: absolute;
    background-size: 50px 50px;
    height: 30px;
    width: 79px;
    z-index: 100;
    top: 0px;
    right: 5px;
    left: 241px;
    text-transform: capitalize;
    color: #F0F8FF;
    font-size: 12px;
    background-color: rgba(82, 82, 82, 0.6);
    text-align: center;
    padding-top: 7px;
   
}
.audio_title {
    position: relative;
}
.audio_books_overlay {
position: relative;
}
	
.audio_books_icon {
    position: absolute;
	background-image: url("../images/audio_book_overlay_icon.png");
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    z-index: 100;
    top: 5px;
    right: 5px;
    /*    left:  95px;*/
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.audio_books_icon_big
{
    position: absolute;
    background-image: url("../images/audio_book_overlay_icon.png");
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    z-index: 100;
    top: 0px;
    right: 5px;
    /* left: 265px; */
    left: 211px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-repeat: no-repeat;
}

.copyright_message sup{
	vertical-align:baseline;
}

.availablefrom {
    padding: 5px 10px;
    font-size: 14px !important;
    background-color: #458e20;
    margin-top: 10px !important;
    font-weight: bold !important;
    border-radius: 5px !important;
}

.availablefrom span {
    font-size: 14px;
}


    /* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 20px; height: 20px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 20px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

.lbSubscribe{   
    font-size:16px;
}
#divSubscribe{
    padding-top:5px;
}

#termFooter{
    clear:both;
}
.lib {
    align-self: center;
    margin: 10px;
}
    .lib > a {
        text-decoration: none;
        width: 140px;
        background: #fff;
        color: #959595;
    }
        .lib > a > span {
            background-image: url('/viewer/video/videojs/package/assets/library.png');
            background-repeat: no-repeat;
            background-position: center;
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 4px;
            background-size: contain;
        }
    .lib > a {
        margin-right: 42px;
        display: inline-block;
        width: auto;
    }
       
        .lib > a img {
            width: 24px;
        }

        .lib > a:last-child {
            margin-right: 20px;
        }

.lbName {
    margin-left: 12px !important;
}

#lnkDetails img {
    border-radius: 5px;
    object-fit: cover;
}
#dvloader.loaderlightBox {
    left: calc((100% - 280px)/2) !important;
    margin-left: 0px !important;
}
#wrapper .heading .left > div:last-child {
    width: calc(100% - 50px);
    justify-content: flex-start;
}