/*******************************************************************************
********************************************************************************
***                                                                          ***
***   Use to override any other CSS styling or add new styling               ***
***                                                                          ***
***   This file will be loaded last in the CSS chain                         ***
***                                                                          ***
***   ( Remember: This Cascade Styles inherit styling defined previously)    ***
********************************************************************************
*******************************************************************************/
body{
	overflow-x:hidden;
}

@font-face {
  font-family: anastasiaScript;
  src: url(/fonts/anastasiascript.ttf);
}

a.readmore{
  text-align:center;
  text-transform:uppercase;
  background: url(../images/slidereadmore.png) no-repeat left top;
}
a.readmore:hover{
  background: url(../images/slidereadmore_hover.png) no-repeat left top;
}
a.readmore>span {
  line-height: 16px;
}

.button {
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    padding-top: 30px;
    width: 100%;
    height: 90px;
    text-align: center;
    color: #ffffff !important;
    background: url(/images/button.png) no-repeat 0 0;
    background-size: contain;
    padding-top: 35px;
    text-shadow: 0 1px 5px #333333;
}

.button:hover {
    background: url(/images/button_hover.png) no-repeat 0 0;
    background-size: contain;
}
.mbutton {
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    height: 100px;
    width: 375px;
    color: #ffffff !important;
    background: url(/images/mbutton.png?10) no-repeat 0 0;
    background-size: contain;
    padding: 18px;
}

.mbutton:hover {
    background: url(/images/mbutton_hover.png?10) no-repeat 0 0;
    background-size: contain;
}
.mbutton>img {
    margin-top: 0px !important;
    border-radius: 100% !important;
}

.mz_button {
         color: #fff;
         background-color: #d7cbaf;
         border: none;
         border-radius: 15px;
         box-shadow: 0 10px #978d75;
         display: inline-block;
         margin: 0 10px 0 0;
         padding: 10px;
         font-size: 20px;
         line-height: 1.2;
         appearance: none;
         height: 100px;
         width: 375px;
       //  padding-top: 15px;
        // padding-bottom:15px;
}
mz_button:focus {
         outline: none
}
.mz_button:hover {
         background-color: #c8bda1;
}
.mz_button:active {
         background-color: #c8bda1;
         box-shadow: 0 5px #bdb196;
         transform: translateY(5px);
}



.mz1_button {
         color: #fff;
         background-color: #d7cbaf;
         border: none;
         border-radius: 15px;
         box-shadow: 0 10px #978d75;
         display: inline-block;
         margin: 0 10px 0 0;
         padding: 10px;
         font-size: 20px;
         line-height: 1.2;
         appearance: none;
         height: 100px;
         width: 375px;
         line-height: 5em;
}
mz1_button:focus {
         outline: none
}
.mz1_button:hover {
         background-color: #c8bda1;
}
.mz1_button:active {
         background-color: #c8bda1;
         box-shadow: 0 5px #bdb196;
         transform: translateY(5px);
}




.mz2_button {
         color: #fff;
         background-color: #d7cbaf;
         border: none;
         border-radius: 15px;
         box-shadow: 0 10px #978d75;
         display: inline-block;
         margin: 0 5px 0 0;
         padding: 10px;
         font-size: 20px;
         line-height: 1.2;
         appearance: none;
       //  height: 100px;
         width: 375px;
         padding-top: 20px;
         padding-bottom: 20px;
}
mz2_button:focus {
         outline: none
}
.mz2_button:hover {
         background-color: #c8bda1;
}
.mz2_button:active {
         background-color: #c8bda1;
         box-shadow: 0 5px #bdb196;
         transform: translateY(5px);
}





.mz3_button {
         color: #fff;
         background-color: #d7cbaf;
         border: none;
         border-radius: 15px;
         box-shadow: 0 10px #978d75;
         display: inline-block;
         margin: 0 5px 0 0;
         padding: 10px;
         font-size: 25px;
         line-height: 1.2;
         appearance: none;
       //  height: 100px;
         
         padding-top: 30px;
         padding-bottom: 30px;
         margin-left:auto;
         margin-right:auto;
         width: 600px;
}
mz3_button:focus {
         outline: none
}
.mz3_button:hover {
         background-color: #c8bda1;
}
.mz3_button:active {
         background-color: #c8bda1;
         box-shadow: 0 5px #bdb196;
         transform: translateY(5px);
}





.mz4_button {
         color: #fff;
         background-color: #d7cbaf;
         border: none;
         border-radius: 15px;
         box-shadow: 0 10px #978d75;
         display: inline-block;
         margin: 0 5px 0 0;
         padding: 10px;
         font-size: 25px;
         line-height: 1.2;
         appearance: none;
       //  height: 100px;
         
         padding-top: 30px;
         padding-bottom: 30px;
         margin-left:auto;
         margin-right:auto;
         width: 700px;
}
mz4_button:focus {
         outline: none
}
.mz4_button:hover {
         background-color: #c8bda1;
}
.mz4_button:active {
         background-color: #c8bda1;
         box-shadow: 0 5px #bdb196;
         transform: translateY(5px);
}


