/************************************
* GLOBAL
*/

@font-face{
font-family: "LFT_Etica_Reg";
src: url('../scripts/LFT_Etica_Reg.otf')
}

@font-face{
  font-family: "entypo";
  src:url("../scripts/entypo.eot"),
  url("../scripts/entypo.ttf"),
  url("../scripts/entypo.svg"),
  url("../scripts/entypo.woff")
}
/*@import url(http://fonts.googleapis.com/css?family=Droid+Sans);*/

html {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.fs_hide{
  display: none;
}

#catalogue .page-wrapper{
  -webkit-perspective:2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}

body {
  position: relative;
/*  background:url(../images/Pattern.jpg) repeat;
*/ background-color: #244981;
  color: rgb(255, 255, 255);
  /*font-family: "Droid Sans", Arial, sans serif;*/
  font-family: "LFT_Etica_Reg";
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  width: 100%;
}

* {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -ms-touch-action: none;
}

html, body {
  height: 100%;
}
.loader
{
  position:relative;
  background:#ffffff;
}

.loader img
{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
}
.page > img
{
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

#content {
  position: relative;
  margin-bottom: 50px;
}

#content p,
#content span {
  color: #fff;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
    margin: 0 0 0 0;
    /*overflow: hidden;*/
  position: relative;
}

.clearfix {
  clear: both;
}

.book_photographer {    
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none;
    box-shadow: 0 0 0 !important;
    color: #FFFFFF !important;
    display: block;
    font-size: 14px !important;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0px !important;
}

.photographer_preloader
{  
    margin-left:118px;
    text-transform:capitalize;
    text-align:left;
}

#magazine-component {
  width: 100%;
  height: 100%;
}

.invisible {
  opacity: 0 !important;
}

*:focus {
        outline: 0;
}
*:focus { outline: none; }
*::-moz-focus-inner { border: none;}


/************************************
* IMAGES
*/

.nav.arrow,
.footer-wrap .ie-logo,
.footer-wrap .view-control-tabs div:after {
  /*background: url(../images/bookSprites.png) no-repeat;*/
}

.grid-view a .item .thumb .thumb-shadow {
  /*background: url(../images/thumb-shadow.png);*/
}

#hotspots .hotspot {
  /*background: url(../images/hotspot.png) no-repeat 0 0;*/
}


/************************************
* FOOTER
*/

.footer,
.push {
  height: 70px;
}

.footer {
  bottom: -18px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 2005;
    font-family: "LFT_Etica_Reg";
/*padding-top: 20px;*/
}

.footer-wrap {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/************************************
* SPREAD VIEW
*/

#magazine-component.grid-active .catalogue-wrapper {
  display: none;
}

#magazine-component.spread-active .catalogue-wrapper {
  margin-right: 238px;
}

.tf_browse_page.open #magazine-component.spread-active .catalogue-wrapper {
  margin-right: 0px;
  margin-left: 238px;
}

.catalogue-wrapper {
/*  padding: 0 15px;
  padding-top: 3%;*/
  position: relative;
/*  -moz-transition: margin-right 250ms ease-out;
  -ms-transition: margin-right 250ms ease-out;
  -o-transition: margin-right 250ms ease-out;
  -webkit-transition: margin-right 250ms ease-out;
  transition: margin-right 250ms ease-out;*/
}

#starting-page {
  display: none;
}

/*.product-count {
  font-family: 'Droid Sans bold', "Droid Sans", Arial, sans serif;
  font-size: 14px;
  line-height: 21px;
  opacity: 0;
  text-align: center;
  padding: 70px 0 20px 0;
}*/


/************************************
* CATALOGUE COMPONENT
*/

#catalogue {
  margin: auto;
  position: relative;
  z-index: 9999;
}

#catalogue div.turn-page-wrapper {
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


#catalogue .turn-page {
  background-color:#333;
  background-size:100% 100%;
}

#catalogue .nav.arrow.disabled {
  display: none;
}


/************************************
* ` PAGE/SHADOW COMPONENT
*/
#catalogue .shadow,
#catalogue.shadow{
  -webkit-box-shadow: -2px 0px 16px 4px #222;
  -moz-box-shadow: -2px 0px 16px 4px #222;
  -ms-box-shadow:-2px 0px 16px 4px #222;
  -o-box-shadow: -2px 0px 16px 4px #222;
 box-shadow: -2px 0px 16px 4px #222;
}

.fake-page {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc,endColorstr=#878787);
  background-image: linear-gradient(top, rgb(204,204,204) 0%, rgb(135,135,135) 100%);
  background-image: -o-linear-gradient(top, rgb(204,204,204) 0%, rgb(135,135,135) 100%);
  background-image: -moz-linear-gradient(top, rgb(204,204,204) 0%, rgb(135,135,135) 100%);
  background-image: -webkit-linear-gradient(top, rgb(204,204,204) 0%, rgb(135,135,135) 100%);
  background-image: -ms-linear-gradient(top, rgb(204,204,204) 0%, rgb(135,135,135) 100%);
}

.fake-page .fake-page-shadow {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc,endColorstr=#434343);
  background-image: linear-gradient(top, rgb(102,102,102) 0%, rgb(67,67,67) 100%);
  background-image: -o-linear-gradient(top, rgb(102,102,102) 0%, rgb(67,67,67) 100%);
  background-image: -moz-linear-gradient(top, rgb(102,102,102) 0%, rgb(67,67,67) 100%);
  background-image: -webkit-linear-gradient(top, rgb(102,102,102) 0%, rgb(67,67,67) 100%);
  background-image: -ms-linear-gradient(top, rgb(102,102,102) 0%, rgb(67,67,67) 100%);
}

#catalogue .shadows {
  left: 0%;
  right: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  z-index: -1;
}

#catalogue .shadows img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transition: opacity 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -ms-transition: opacity 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -o-transition: opacity 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -webkit-transition: opacity 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: opacity 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

/************************************
* SMALL SCREENS
*/


@media screen and (max-width: 980px) {

  #magazine-component.spread-active .catalogue-wrapper {
    margin-right: 0;
  }

  .product-list {
    right: -237px !important;
  }

  .catalogue-wrapper #product-mask {
    display: none;
  }
}


@media screen and (max-height: 1000px), screen and (max-width: 500px) {

  .grid-view-wrapper {
    margin: 35px auto 25px;
  }

  .wrapper {
    /*margin-bottom: -54px;*/
  }
}

/* sly/ thumbnail image modification css */

div.flip{
  display: block;
  /*padding:1px;*/
  max-height: 100px;
}
.nav.arrow.right{
    opacity: 0;
}
.nav.arrow.left{
  opacity: 0;
}

  .nav.arrow.right:hover{
    opacity: 1.0;
}

  .nav.arrow.left:hover{
  opacity: 1.0;
}


.nav{
  text-decoration: none;
}

.nav .arrow{
  /*display: none;*/
}
.nav i{
  /*color: #ffffff;*/
}

.nav{
  color: #777777;
}

/*.nav{
  display: none
}

.nav:hover{
 display: block;
}*/

.f-lay{
  height: 200px !important;
  /*margin-top: 38px;*/
}

#magazine-component.spread-active .catalogue-wrapper{
  margin-right: 0px;
}


/** new btns **/
.view-control-tabs{
  margin-top: 15px;
  margin-left:120px;
}

.btns{
  border-radius: 5px;
 width: 259px;
  margin: 0px auto;
padding: 12px 0px 0px 10px;
}

.btns .main_li{
    /*background: #191919;*/
  display: inline;
  list-style-type: none;
/*  padding-top: 13px;
padding-bottom: 10px;*/
margin-right: 8px;  

}

.btns .main_li a{
  cursor: pointer;
  /*margin: 15px;*/
  font-size: 18px;
  padding: 7px 13px 12px 13px;
  box-shadow: 1px 1px 1px #000000;
  color: #777;
  background-color: rgba(24,24,24,0.5);
}

  .btns .main_li .ahover:hover{
  color: #ffffff;
}

/* end of buttons */

.flip{
  border: 1px solid #000;
  /*width: 100%;*/
  /*height: 78px;*/
  opacity: 0.5;
  max-height: 100px;
}

.flip img{
  width: 80px;
  height: 90px;
}

.fliphover:hover{
  opacity: 1.0;
  border: 1px solid #777;
  /*background: #777;*/
}

.pag-nums{
  /*display: none;*/
  position: absolute;
  left: 0px;
  top: -8px;
  color: #777;
  font-size: 10px;
}

.fl-active{
  /*background-color: #777;*/
  border: 1px solid #777;
}

/* header component css */

.header{
  height: 45px;
  /*border-bottom: 2px solid #666;*/
}


.header .logo
{
  float:left;
}

.logo img{
  float: left;
  width: 262px;
  border: none;
}

.page-num-right{
 /*margin-left: 71px;*/
}

.title{
position: absolute;
top: 0;
/*bottom: 0;*/
left: 0;
right: 0;
padding-bottom: 10px;
margin: 0px auto;
text-align: center;
color: #999;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
z-index:-1;
}

.jp-pause{
  display: none;
}

.author{
	max-width:500px;
  position: absolute;
top: 5px;
right: 6px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/*display: inline-block;*/

}
.author .ptitle{
  font-size: 18px;
  color: #b7b5b5;
  /*width: 10px;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline;
font-family: "LFT_Etica_Reg";
text-decoration: none;
}

.author p{
  line-height: 14px;
  font-size: 10px;
  color: #888;
  display: inline;
  font-size: 12px;
color: #777777;
margin-right: 5px;
}

/* end of header component css */

/** controls on left/right of thumbnails **/

.slide-ctrls-left{
  left: -25px;
}
.slide-ctrls-right{
  right: -25px;
}

.slide-ctrls-left a{
  /*margin-right: 15px;*/
}

.slide-ctrls-right a{
  /*margin-left: 15px;*/
}
.s-cmn{
    display: none;
  position: absolute;
  top: 45%;
}

.s-cmn a{
  text-decoration: none;
  color: #666;
  width: 50px;
}

.hideme{
  display: none !important;
}


/* end of slider controls css */

/* start of frame css */

.frame{
  margin-left: 30px;
margin-right: 30px;

}
.frame ul{
  width: 100%;
}

.frame ul li{
  position: relative;
}

/*end of  frame css */

/** mail div css **/

.mail{
    position: absolute;
padding: 10px 30px 10px 0px;
width: 500px;
margin: 0px auto;
top: 10%;
display: none;
/*height: 450px;*/
height: 490px;
background: #eee no-repeat -200px -80px;
z-index: 999999;
left: 0;
  font-family: Arial;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
right: 0;
}
.mail .mail-close{margin-top:6px;position: inherit;
right: 0px;
top: 0;
width: 32px;
height: 23px;
text-align: center;
  text-decoration: none;color: #aaa;
text-shadow: 0 -1px 1px rbga(0,0,0,.6);
font-weight: bold;
cursor: pointer;}
.mail .mail-close i{font-size: 20px;color: #ffffff;}
.mail .mail-header{height: auto;background: #e74c3c;font-size: 20px;text-align: center;color: #ffffff;padding:10px 0px 10px 0px;}
.mail .feedback{height: 100%;}
.mail .feedback .name-div, .email-div, .subject-div{text-align: center;margin: 20px 0px 30px 0px;}
.mail .feedback .name-div input[type="text"],.email-div input[type="text"],.subject-div input[type="text"]{
  -webkit-user-select: text !important;
  width:80%;text-align: left;float:right;height: 35px;
font-size: 14px;/*font-family: "open sans";*/border: 0px;background: #333;outline: 0px;color: #b5b5b5;
text-indent: 5px;  font-family: Arial;

background: #FFF;
background: -moz-linear-gradient(top, #FFF 0%, #F7F7F7 7%, #F7F7F7 22%, #FFF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(7%,#F7F7F7), color-stop(22%,#F7F7F7), color-stop(100%,#FFF));
background: -webkit-linear-gradient(top, #FFF 0%,#F7F7F7 7%,#F7F7F7 22%,#FFF 100%);
background: -o-linear-gradient(top, #FFF 0%,#F7F7F7 7%,#F7F7F7 22%,#FFF 100%);
background: -ms-linear-gradient(top, #FFF 0%,#F7F7F7 7%,#F7F7F7 22%,#FFF 100%);
background: linear-gradient(top, #FFF 0%,#F7F7F7 7%,#F7F7F7 22%,#FFF 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7), 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
border: 1px solid #DDD;
/*padding: 10px;*/
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
color: #666;
}
.mail .feedback .text-div{text-align: left;margin: 5px 0px 5px 0px;height: 250px;font-size: 12px;}
.mail .feedback textarea{float:right;text-indent:5px;text-align: left;width: 296px;height: 150px;font-size: 14px;/*font-family: "open sans";*/
background: #333;border:0px;outline: 0px;cursor: pointer;color: #b5b5b5;resize:none;  font-family: "LFT_Etica_Reg";}
.mail .submit-div{text-align: left;padding: 10px 0px 10px 73px;}
.mail .submit-div input[type="submit"]{background: #D9750B;border: 0px;color: #ffffff;/*font-family: "open sans";*/
font-size: 20px;padding:5px 15px 5px 15px;cursor: pointer;margin: 10px 20px 20px 25px;}
.text-div{
  /*margin-left: 53px;*/
border: 1px solid #DDD;
/*padding: 10px;*/
height: 305px;
overflow-y: auto;
margin-bottom: 5px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
color: #666;
  text-align: center;
margin: 5px 0px 5px 0px;
/*height: 160px;*/
width: 375px;
/*overflow: scroll;*/
float: right;
  background: #FFF;
background: -moz-linear-gradient(top, #FFF 0%, #F7F7F7 7%, #F7F7F7 22%, #FFF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(7%,#F7F7F7), color-stop(22%,#F7F7F7), color-stop(100%,#FFF));
background: -webkit-linear-gradient(top, #FFF 0%,#F7F7F7 7%,#F7F7F7 22%,#FFF 100%);
background: -o-linear-gradient(top, #FFF 0%,#F7F7F7 7%,#F7F7F7 22%,#FFF 100%);
background: -ms-linear-gradient(top, #FFF 0%,#F7F7F7 7%,#F7F7F7 22%,#FFF 100%);
background: linear-gradient(top, #FFF 0%,#F7F7F7 7%,#F7F7F7 22%,#FFF 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7), 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
padding: 16px 16px 0px 16px;
}

.mail .submit-div input[type="submit"]:hover {
background: #CC7417;
}
/** end of mail div css **/ 

/* sharing popover css */

.share-lay{
  display: none;
  position: absolute;
top: -75px;
padding: 20px 10px 17px 10px;
left: -55px;
  /*border-radius: 5px;*/
  background-color: #191919;
}

.share-li{
  position: relative;
  /*margin-right: -4px !important;*/
}

.shares{
  margin: 0px;
  padding: 0px;
width: 129px;
/*
width: 170px;*/
}

.shares li{
float: left;
display: inline;

margin-right: 5px;
}

.shares li a{
  font-size: 16px !important;
  color: #ffffff !important;
  width: 19px;
background: #000000 !important;
border-radius: 26px;
padding: 10px 8px 10px 8px !important;
  margin: 0px !important;
  text-decoration: none;
}

.shares li a:hover{
  color:#3B5998;
}
.shares .mail_li{
  margin-right: 0px !important;
}

.shares li .fbc{
  /*padding: 7px 14px 8px 14px !important;*/
}
  .shares li .fbc:hover{
  background-color: #425F9C !important;
}
  .shares li .tw:hover{
  background-color: #00BBF5 !important;
}
  .shares li .gplus:hover{
  background-color: #DC4A36 !important;
}
  .shares li .mail-btn:hover{
  background-color: #2ecc71 !important; 
}
/* end of share popover css */


/*Information pop-over css*/

div.arrow-down {
  display: none;
  position: absolute;
top: -20px;
  right: 45%;
  width:0px; 
  height:0px; 
  border-left:7px solid transparent;
border-right: 7px solid transparent;
border-top: 10px solid #191919;
  -moz-transform: scale(0.999);
  font-size:0px;
  line-height:0px;
}

.info-li{
  position: relative;
}
.fl{
  float: left;
  width: 114px;
}
.bl{
  color: blue;
}
.info-div{
  position: absolute;
  display: none;
top: -247px;
left: -146px;
  background-color: #191919;
  padding-left: 15px;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 15px;
width: 355px;
height: 206px;
z-index: 999999;
}

.info-head{
  color:  #ecf0f1;
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 315px;
  text-align: left;
  line-height: 24px;
  font-size: 17px;
  font-weight: 600;
  font-weight: lighter;
}

.info-sub{
  color:  #ecf0f1;
  font-size: 12px;
text-align: left;
margin-top: 5px;
margin-bottom: 7px;
}

.dimensions{
  color: #333;
}

.std-t{
  text-align: left;
  font-size: 12px;
  display: inline;
  float: left;
  line-height: 18px;
  word-wrap:break-word;
}
.fj{
  width: 148px;
}
.dimensions .std-t{
  margin-top: 10px;
}

.infos{
  margin: 0px;
  padding: 0px;
  width: 200px;
}

.infos li{
  font-size: 15px;
  list-style-type: none;
  color: #333;
  text-indent: -10px;
  display: list-item;
text-align: left; 
margin-bottom: 10px;
word-wrap: break-word;
}

.last-li{
  margin-bottom: 0px !important;
}

.infos li i{
  margin-right: 5px;
  color: #bdc3c7;
}


#catalogue{
  z-index: auto;
  height: 800px;
}

.info-dwn{
    display: none;
  position: absolute;
top: -19px;
right: 34%;
  width:0px; 
  height:0px; 
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 8px solid #191919;
  -moz-transform: scale(0.999);
  font-size:0px;
  line-height:0px;
}


.dimensions table {
    border-spacing: 0;
    width: 100%;
}        
.dimensions table th{
  text-align: center;
  font-weight: normal;
  height: 19px;
}
.squa i{
  font-size: 18px;
}
.port i{
  font-size: 24px;
}
.lands i{
  font-size: 28px;
}

.std-t{
  color: #333;
  margin-top: 17px;
  margin-bottom: 5px;
  font-weight: 600; 
}
.dimensions table td.squa div{
margin-top: 11px;
padding-bottom: 5px;
}
.dimensions table td.port div{
padding-top: 6px;
}
.dimensions table td.port p{
  margin-top: 3px;
}
.dimensions table td.lands div{

margin-left: 6px;
margin-right: 5px;
padding-top: 6px;

}
.dimensions table td{
  text-align: center;
  font-weight: normal;
  font-size: 10px;
  height: 65px;

}
.dimensions table thead{
  font-size: 12px;
}

.dimensions table td{
  margin: 15px;
}
.dimensions table tbody{
  background: #ecf0f1;
}
.dimensions table th:first-child {
    border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
}

.dimensions table th:last-child {
    border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
}

.dimensions table td:first-child, .dimensions table th:first-child {
    border-left: medium none;
}

.dimensions table th {
    background-color: #bdc3c7;
    border-top: medium none;
}
.std-t img{
  width: 60px;
}

.info_mid{
height: 104px;
padding-top: 10px;
}
.info_mid .left_mid{
width: 30%;
display: inline;
float: left;
height: 100%;
background: #080808;
}

.info_mid .arw-ri{
  float: left;
    width: 0; 
  height: 0; 
border-top: 52px solid transparent;
border-bottom: 52px solid transparent;
border-left: 27px solid #080808;
}

.info_mid .right_mid{
 width: 100%;
  height: 100%;
background: #000;
}

.info_mid .left_mid .mid_title{
  margin-top: 3em;
  text-align: center;
  font-weight: lighter;
  text-transform: uppercase;
}

.info_mid .right_mid ul{
  padding-top: 10px;
}

.info_mid .right_mid ul li{
list-style-type: none;
text-align: left;
margin-left: 99px;
font-size: 11px;
height: 21px;
padding-top: 5px;
padding-bottom: 5px;}

.info_mid .right_mid ul li .mid_size, .info_mid .right_mid ul li .mid_pages, .info_mid .right_mid ul li .mid_ori{
float: left;
width: 50%;
text-align: center;
color: #777;
}
.info_mid .right_mid ul li.ori_li{
  padding: 0px !important;
}
.info_mid .right_mid ul li .mid_ori{
  /*margin-top: 7px;*/
}
.info_mid .right_mid ul li div .icon-book{
  margin-left: 5px;
  font-size: 20px;
}

.info_foot .foot_left{
  width: 50%;
  float: left;
  text-align: left;
  margin-top: 11px;
  border-right: 1px dotted #ecf0f1;
}

.info_foot .foot_left p, .info_foot .foot_right p{
  line-height: 14px;
font-size: 12px;
color: #888;
margin-bottom: 5px;
}

.info_foot .foot_left .plink{
font-size: 12px;
color: #ecf0f1;
width: 140px;
line-height: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
box-shadow: none;
background: none;
display: block;
line-height: normal;
padding: 4px;
}

.info_foot .foot_right{
  width: 45%;
  float: right;
    margin-top: 11px;
    text-align: right;
}
.info_foot .foot_right div img{
  width: 93px;
}

.info_cls_btn{
position: absolute;
right: 8px;
top: 7px;
color: #777;
text-decoration: none;
margin: 0px !important;
padding: 0px 5px 1px 5px;
font-size: 11px;
cursor: pointer;
border: 1px solid #808080;
}

.info-span{
/*  padding: 0px 8px 0px 8px;*/
}
/*.info-span:hover{
  background: #ffffff;
}*/

.i-act{
  color: #ffffff !important;
}
.info-act{
color: #ffffff !important;
}
/* end of information popover css */
#catalogue{
  cursor: pointer;
}

.active{
  opacity: 1.0;
}


.turn-page-wrapper div{
  z-index: 1;
}

.logo a img{
  margin: 3px;
}

/* autoplay div css */
.autoplay{
  display: inline;
/*  background: rgba(225,225,225,0.5);
position: absolute;
top: 40%;
left: 48.5%;
border-top: 1px solid #ffffff;
z-index: 99999;
padding: 7px 13px 4px 12px;
color: #6F6F6F;
border-radius: 6px;
text-shadow: 1px -1px 1px #444, 0px -1px 0px #444;
font-size: 27px;
cursor: pointer;*/
/*background: rgba(225,225,225,0.5);
position: absolute;
border-top: 1px solid #ffffff;
z-index: 99999;
padding-top: 9px;
color: #6F6F6F;
border-radius: 6px;
text-shadow: 1px -1px 1px #444, 0px -1px 0px #444;
font-size: 27px;
cursor: pointer;
width: 53px;
height: 39px;
text-align: center;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;*/
}
  .autoplay:hover{
color: #282828;
background: rgba(225,225,225,0.7);
}


/* All navigation css **/
.nav_ri_imp{
   text-align: left !important;
}

.nav.arrow.right {
  cursor: pointer;
  text-align: center;
  /*right: 0px !important;*/
position: absolute;
/*padding-left: 55px;*/
text-align: right;
font-size: 24px;
z-index: 1000;
color: #ffffff;
}

.nav_le_imp{
text-align: right !important;

}

.nav.arrow.left {
  cursor: pointer;
  text-align: center;
  /*left: 0px !important;*/
  /*padding-right: 55px;*/
position: absolute;
text-align: left;
z-index: 1000;
font-size: 24px;
/*display: block;*/
color: #ffffff;
}

.disabled{
  display: none;
}

/*.wrapper .nav.arrow {
  margin-top: -27px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

#catalogue .nav.arrow {
  margin-top: -27px;
  position: absolute;
  top: 50%;
}

#catalogue .nav.arrow.disabled {
  display: none;
}


.nav.arrow.left {
  left: -35px;
}

.nav.arrow.right {
  right: -35px;
}

.nav.arrow {
  position: relative;
  width: 28px;
  height: 54px;
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}*/

/*
.navleft{
  position: absolute;
top: 0;
bottom: 0;
margin: auto;
left: 0;
height: 20px;
}
.navright{
  position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 0;
height: 20px;
}*/

#dvLoading
{
   background:rgba(20,20,20, 1) center center;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 999999;
   /*display: none;*/
}

.load_container{
  width: 90%;
  margin: 0px auto;
  text-align: center;
  margin-top: 20%;
}

.load{
  margin-top: 12px;
  display: inline-block;
}

#progressbar{
width: 335px;
height: 10px;
margin-top: 5px;
}
.loading_text{
  float: left;
  margin-right: 10px;
}

.load_footer{
  position: relative;
  /*margin-top: 100px;*/
}

.cp_foot{
  position: fixed;
left: 0;
right: 0;
bottom: 20px;
}

.cp_foot p{
  font-size: 14px;
  color: #777777;
  line-height: 28px;
}

.cp_foot img{
  width: 262px;
}

.load_p_by{
   color: #777777;
    font-size: 14px;
    line-height: 24px;
    margin: auto;
    position: relative;
    width: 558px;
    left: -113px;
}

.load_p_name{
  position: relative;
  /*width: 350px;*/
width: 558px;
margin: auto;
color: #d3d3d3;
font-size: 25px;
}

.leftx{

/*width: auto !important;*/
height: auto !important;
/*padding: 0px !important;*/
/*padding: 14px 13px 12px 12px !important;*/
right: 0 !important;
}

.rightx{
width: auto !important;
height: auto !important;
padding: 0px !important;
left: 0 !important;
}

.btns .main_li a.thum{


}

.pages li{
  position: relative;
}
div.paginate-overlay{
  background-color: rgb( 255, 255, 255 );
  box-shadow: -1px 0px 3px 0px rgb( 0, 0, 1 );
  position: absolute;
left: 0px;
right: 0px;
top: 0px;
margin: 0px auto;
  width: 38px;
  height: 21px;
  z-index: 114;
}

.lay_title{
color: #d3d3d3;
font-size: 18px;
margin-top: 29px;
margin-left: 82px;
margin-bottom: 11px;
text-transform:capitalize;
}

.loading_text{
  color: #4d4d4d;
  font-size: 14.32px;
}


.top_tip{
  position: absolute;
  top: 0;

}

.title a{
  background: rgba(24,24,24,0.8);
box-shadow: 1px 1px 1px #000000;
padding: 10px;
max-width: 32%;
margin: 0px auto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
text-decoration: none;
color: #999;
}

.hidd{
  display: none !important;
}
.leftx{
  /*display: none;*/
}

.begin-p, .end-p, .leftx, .rightx{
  /*padding: 14px 9px 12px 9px !important;*/
  /*display: none;*/
}

.animated{
  -webkit-transition: margin-left 0.5s;
-moz-transition: margin-left 0.5s;
-ms-transition: margin-left 0.5s;
-o-transition: margin-left 0.5s;
transition: margin-left 0.5s;
-webkit-transform: translate3d(0px, 0px, 0px);
}

.indi-div .bname{
  background: none !important;
box-shadow: none !important;
display: inline !important;
text-decoration: none !important;
padding: 0px !important;
font-size: 12px !important;
color: #ffffff !important;
cursor: text !important;
text-transform:capitalize;
}

.indi-div img{
float: right;
margin-top: -8px;
margin-right: 18px;
}

.jp-audio{
  position: fixed;
 bottom: 10px;
left: 10px;
  z-index: 999999;
  
}

.jp-audio .jp-play{
  background: url(../images/mute.png) no-repeat;
  display: block;
  width: 34px;
  height: 54px;
}

.jp-audio .jp-pause{
    background: url(../images/keys.gif) no-repeat;
  display: block;
  width: 34px;
  height: 54px;
    
}

.jp-audio .pausehover:hover{
  background: url(../images/mute.png) no-repeat;
  width: 34px;
  height: 54px;
}

/*.c-bg{
    background: url(../images/music_animation.gif) no-repeat;
  background-position: 0px -25px;
}*/


@media only screen and (max-width : 768px){
  .author{
    max-width: 100px;
  }
  .author .ptitle{

  }
  .author div{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
}

  .begin-p, .end-p, .leftx, .rightx {
/*padding: 14px 0px 9px 26px !important;*/
}

.slide-ctrls-right {
right: -25px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .author div{
    /*font-size: 12px;*/
  }

}

@media screen and (max-width: 758px) {
  
}

label{
line-height: 40px;
color: #808080;
}

.sonic{
  position: relative;

  /*left: 0;*/
  top: -60px;
  float: left;
}


.prog_num{
	position: absolute;
	font-size: 40px;
	left: 269px;
	top: 32px;
	bottom: 0px;
	margin: auto;
	text-align: center;
	height: auto;
	width: 100px;
	text-decoration: none;
	color: #fe8695;
}

@media screen and (min-width: 1117px){
  .load_p_by{
    /*left: 177px;*/
  }
}


.left_page_num{
  float: left;
  text-align: right;
width: 50%;
margin-top: 8px;
}

.left_page_num a,.right_page_num a{
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.right_page_num{
  float: right;
  text-align: left;
width: 50%;
margin-top: 8px;
}

/*  .mail p.error {
    color: #B83131;
    margin-left: 53px;
}
 
.mail p.success {
    color: #B83131;
    display: none;
    font-size: 24px;
    text-align: center;
}
 
.mail div.text-div {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F7F7F7 7%, #F7F7F7 22%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.7), 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    height: 365px;
    margin-bottom: 5px;
    margin-left: 53px;
    overflow-y: auto;
    padding: 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    width: 80%;
}*/

.closeup{
  display: none;
height: 100%;
position: absolute;
z-index: 10000;
width: 100%;
background: rgba(0,0,0,0.5);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .scrollbar{
    display: block !important;
  }
   .pages{
    display: none !important;
  }
    .end-p,.begin-p,.leftx,.rightx{
    display: none !important;

  }
}

@media screen and (min-width:400px) and (max-width:800px) {
   .scrollbar{
    display: block !important;
  }
  .pages{
    display: none !important;
  }
  .end-p,.begin-p,.leftx,.rightx{
    display: none !important;

  }
}

@media (min-width: 768px) and (max-width: 986px){
  .author{
    max-width: 200px;
  }
}


.error{
  color: red;
display: inline-block;
margin-left: -80px;
float: left;
margin-left: 100px;
margin-top: 6px;
font-size: 12px;
}

.success{
  color: #808080;
  margin: auto;
  margin-left: 25px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
