@import "fonts/css/fontello.css";
@import "fontspub/stylesheet.css";
@import "fonts2/flaticon.css";
@import "Smartphone.css";

/*-----------body--------------------------*/
body {
  background-image: url("img/start.png");
}

/*---------Messaggio Native APP---------*/
.openNativeApp .container .button.yes{
        background: #66CC33;
}
/*---------Full Screen Android------------ */
div#full-screen{
        background-color: rgb(117, 181, 74);
}

/*---------personalizzazione icone---------*/
.icon-share:before{
  font-family: Flaticon;
  content: "\e009";
}
.icon-basket:before{
  font-family: Flaticon;
	content: "\e00a";
}
.icon-download:before {
  font-family: Flaticon;
  content: "\e003";
}
.icon-print:before {
  font-family: Flaticon;
	content: "\e007";
}
.icon-layout:before {
  font-family: Flaticon;
	content: "\e005";
}
.icon-bookmark:before {
  font-family: Flaticon;
	content: "\e00b";
}
.icon-book:before{
  font-family: Flaticon;
  content: "\e000";

}





/*---------header---------*/
#header .menu{
  background: rgb(255, 255, 255);
}

#header .menu a i{
  color: rgba(117, 181, 74, 1);
}

#header .menu .logo a{
  /*background:rgb(80, 80, 80);*/
  background: url("img/logo.png") no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    #header .menu .logo a{

    background: url("img/logo@2x.png") no-repeat;
    background-size: 45px auto;

  }

}

#header .menu .logo {
  width: 59px;
}

#header .menu .button, #header .menu .search {
  border-left: none;
  border-right: none;
  width: 50px;
}

#header .menu .search input {
  background-image: url("img/search.png");
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 75%;
  background-color: transparent;
  cursor: pointer;
  margin-top: 11px;
}
#header .menu .search input::-webkit-input-placeholder {
  visibility: hidden;
}
#header .menu .search input::-moz-placeholder  {
  visibility: hidden;
}
#header .menu .search input::-ms-input-placeholder {
  visibility: hidden;
}

#header .openMenu {
  width: 205px;
}

#header .openMenu .inner {
  background-color: #fff;
  border: 1px solid #66CC33;
  border-radius: 0px;
  webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #66CC33;
  width: 202px;
  -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -ms-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    -ms-animation-duration: 0s;
    -o-animation-duration: 0s;
    animation-duration: 0s;
}

#header .navigationBar {
  height: 39px;
  background-color: #66CC33;
  border-bottom: 1px solid #fff;
}

.no-touch #header .openMenu .inner:hover, #header .openMenu .inner:active {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 153, 0);
}

.no-touch #header .menu .button a:hover, #header .menu .button a:active {
    background: #fff;
    border-left: 1px solid rgb(228, 228, 228);
    border-right: 1px solid rgb(228, 228, 228);
}

#header .menu a i:hover {
   color: rgb(51, 153, 0);
}

#header .navigationBar .chapters .chapter span {
  height: 40px;
  line-height: 40px;
  border: 0px;
  background-color: transparent !important;
  padding-left: 5px;
  padding-right: 5px;
}

#header .navigationBar .chapters .chapter {
display: inline-block;
height: 0px;
min-width: 100px;
border-bottom: 64px solid transparent;
margin: 0;
padding: 0;
font-size: 12px;
}

#header .navigationBar .ltr .navinput input.goToPage {
  margin-top: 9px;
}


.flippage a.navigation.button.left.hidemiddle i{
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none;
}

.flippage a.navigation.button.left.showmiddle i{
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none;
}
.flippage a.navigation.button.right.hidemiddle i{
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none;
}
.flippage a.navigation.button.right.showmiddle i{
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none;
}

.flippage a.navigation.button.left.show i,
.flippage a.navigation.button.right.show i{
	/* -webkit-animation-duration:0ms; */
	-moz-animation-duration:0ms;
	-ms-animation-duration:0ms;
	-o-animation-duration:0ms;
	/* animation-duration:0,ms; */
	/* -webkit-animation-name: none; */
	-moz-animation-name: none;
	-o-animation-name: none;
	/* animation-name: none; */
}

/*---------flippage ---------*/
.flippage .progressbar {
  background-color: #66CC33;
}

.flippage a.navigation.button i {
  background-color: #fff;
  border: 1px solid #66CC33;
  color: #66CC33;
  border-radius: 0px;
  webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.no-touch .flippage a.navigation.button:hover i, .flippage a.navigation.button:active i {
    background-color: #fff;
    color: rgb(51, 153, 0);
}

.flippage a.navigation.button.right [class^="icon-"]:before, .flippage a.navigation.button.right [class*=" icon-"]:before {
    left: 8px;
}

.flippage a.navigation.button.left [class^="icon-"]:before, .flippage a.navigation.button.left [class*=" icon-"]:before {
  right: 8px;
}

.dynamicLayer .trigger i {
  display: none;
  background-color: #66CC33;
  border-radius: 0px;
}

.no-touch .dynamicLayer .trigger:hover i, .dynamicLayer .trigger:active i {
    background: #fff;
    color: #66CC33;
    border: 1px solid #ccc;
}

.dynamicLayer .popup .close {
  border-radius: 0px;
  background-color: transparent;
  width: 0;
  height: 0;
  border-top: 90px solid #66CC33;
  border-left: 100px solid transparent;
  margin-top: 40px;
  margin-right: 40px;
}

.dynamicLayer .popup .close i {
    margin-top: -110px;
    margin-left: -80px;
    font-size: 50px;
}

a.trigger.plus i {
    display: block;
    border-radius: 0px;
    background-color: transparent;
    width: 0;
    height: 0;
    border-top: 90px solid #66CC33;
    border-right: 100px solid transparent;
    margin-top: 0px;
    margin-right: 40px;
}

a.trigger.plus i::before {
        margin-top: -110px;
        margin-left: -20px;
        font-size: 40px;
        color: #fff;
}

.dynamicLayer .trigger.plus:hover {
        display: block;
        border-radius: 0px;
        background-color: transparent;
        width: 0;
        height: 0;
        border-top: 90px solid #66CC33;
        border-right: 100px solid transparent;
        margin-top: 0px;
        margin-right: 40px;
        color: #fff;
}

/*.dynamicLayer .popup .close:hover i {
  color: #66CC33;
}
*/
.no-touch .dynamicLayer .popup .close:hover, .dynamicLayer .popup .close:active {
  background: transparent;
  width: 0;
  height: 0;
  border-top: 90px solid #66CC33;
  border-left: 100px solid transparent;
  margin-top: 40px;
  margin-right: 40px;
}


.dynamicLayer .list .nav {
  color: #ccc;
}

/*---------list nav----------*/
.dynamicLayer .list .nav {
  color: #66CC33;
  height: 150px;
}

.dynamicLayer .list .nav i{
   font-size: 60px;
}

.no-touch .dynamicLayer .list .nav:hover, .dynamicLayer .list .nav:active{
        background: rgba(255, 255, 255, 0);
        color: rgb(51, 153, 0);
}


/*---------cart view---------*/
.modalView .headerbar h1 {
  color: #66CC33;
}

.cartView .totalsContainer .actions a {
  background-color: #66CC33;
  border-color: #66CC33;
}

touch .cartView .totalsContainer .actions a:active, .no-touch .cartView .totalsContainer .actions a:hover {
    color: #66CC33;
    background-color: #fff;
    border:1px solid #66CC33;
}

/*---------share view---------*/
.shareView .content .formsendmail button[type="submit"] {
    background-color: #66CC33;
}


/*---------bookmark view---------*/
.bookmarkView .content .addpage .data button[type="submit"] {
  background-color: #66CC33;
}

.no-touch .bookmarkView .content a.bookmark:hover, .bookmarkView .content a.bookmark:active {
  border-bottom: 4px solid #66CC33;
}


/*---------content table view---------*/
.no-touch .contentTableView .content .thumbs .thumb:hover, .contentTableView .content .thumbs .thumb:active {
  border-bottom-color: #66CC33;
}



/*---------search view---------*/
.searchView .headerbar input[type="text"] {
  border:1px solid #66CC33;
}
.no-touch .searchView .content .wrapper .item:hover, .searchView .content .wrapper .item:active {
    border-bottom-color: #66CC33;
}
.searchView .content .wrapper .item span.highlight {
  color:  #66CC33;
  text-decoration: underline;
}
.searchView .content .title span.word {
  color:  #66CC33;
  font-weight: bold;
}


.touch .flippage a.navigation.button{
display: block;
}

/*---------cookies message---------*/

.cookieMessage .igree{
    background-color: #66CC33;
}

/*---------media query---------*/

@media only screen and (max-width: 764px) {



  #header {
      height: 100px;
  }

  #header .navigationBar .navinput{
    display: block!important;
  }

#header .navigationBar .ltr .chapters {
left:125px;
}

#header .menu .button {
 border: 0px;
 width: 10%;
  height: 60px;
  line-height: 60px;
}
#header .menu .button.home {
  width: 10%;
}

#header .menu .logo {
  float: left;
}
#header .menu .logo a {
  width: 50px;
}
#header .menu .search {
  width: 8%;
  float: right;
  margin-top: 10px;
  border: 0px;
}
/*#header .navigationBar .chapters .wrapperChapters a.chapter {
  width: 25%;
  min-width: 80%;
}*/
}


@media only screen and (max-width: 320px) {
  #header .menu .menuWrapper[dir="ltr"] .logo {
    margin-left: 0px;
  }
  #header .menu .logo {
    width: 59px;
}

}
