body {
    margin:0px;
    padding:0px;
    background: #fff url(../images/bg1a.png);
    color: #47a3da;
    font-family: 'Amatic SC', cursive;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    position: fixed;
}


.pst{
  background:url(../images/pst.png) no-repeat;
  background-size: cover;
  width: 232px;
  height: 143px;
  position: absolute;
  right: 19px;
  top: 80px;  
  cursor: pointer;
  display: none;
}


.logowrapper{
/*  width:172px;
  height:59px;*/
  width: 116px;
  height: 39px;  
  background:url(../images/logox2.png) no-repeat;
  background-size: cover;
  position: absolute;
  left:20px;
  top: 20px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.orna{
  width: 101px;
  height: 23px;
  background:url(../images/orna.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -37px;
  transform: translate(-50%, -50%);  
  }

.logowrapper:hover{
  opacity: 0.8;
}

.logoblack{
    width: 116px;
    height: 39px;
    background: url(../images/logox2b.png) no-repeat;
    background-size: cover;
    bottom: 15px;
    left: 28px;
    position: absolute;
    opacity: 0.9;
}


.main_wrapper{
    width: 100%;
    /*mappx-width: 69em;*/
    height:100%;
    margin: 0 auto;
    padding: 0;
}

.mid{
 margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;pective(1px) translateY(-50%);
    /*max-width: 800px;*/
    max-width: 60%;
    width: max-content;
    height: fit-content;
    /*padding-left: 40px;
    padding-right: 40px;    */
}

.mevast{
    color:#7F8286;
    font-size:80px;
    font-weight:100;
    text-align: center;    
    letter-spacing: 1px;
    padding-bottom: 10px;
}


.quote_content{
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}


.quote-loop{
  height: fit-content;
}

.qutoe_txt {
    color:#676869;
    font-size: calc(33px + 1vw);
    font-weight:700;
    text-align: center;
    /*border-bottom:3px solid #e4e4e4;*/
    letter-spacing: 1.0px;
    line-height: 57px;
    direction: rtl;
    /*padding-top: 10px;*/
}



.qutoe_author{
    margin-top:40px;
    text-align: left;
    font-weight:500;
    color:#8a8989;
    font-size:20px;
    text-align: center;
    direction: rtl;
    letter-spacing: 1.3px;
}



.pas_wrapper{
    height:2px;
    direction: rtl;
    background: #e4e4e4;
    bottom: 44px;
    left: 0px;
    position: absolute;
    width: 100%;    
}

.pas{
    width:0%;
    height:2px;
    background: #F9D71E;  
    direction: rtl;  
}





.quote_content{
    display: block;
    opacity: 1.0;
}


#quote{
	width: 530px;
	height: 60px;
	resize: none;
}






























.quote-hide {
  display: none;
}

.quote-box {
}





/*start Menu hamburge start */

.menu-wrapper {
  position: absolute;
  top: 30px;
  right: 30px;
  margin: auto;
  width: 28px;
  height: 20px;
  cursor: pointer;
  z-index: 30;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 25px;
  height: 3px;
  border-radius: 2px;
  border-radius: 40px;
}

.hamburger-menu {
  position: relative;
  transform: translateY(8px);
  background: rgb(172, 173, 177);
  transition: all 0ms 300ms;
  border-radius: 40px;
}


.hamburger-menu.animate {
  background: rgba(0, 0, 0, 0);

}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: rgb(172, 173, 177);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 40px;
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: rgb(172, 173, 177);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 40px;
}

.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: rgba(131,123,33,1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: rgba(131,123,33,1);
}
/* stop Menu hamburge start */





/* start menu layer crap*/
.menu_bg_layer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(255,255,255,0.7);
    z-index: 10;
    display: none;
}

.menu_strip{
    width: 440px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -460px;    
    background:red;
    z-index: 20;
    background:url(../images/side.svg) no-repeat;
    background-size: cover;
    /*display: none;*/
}

.menu_items{
    width: 200px;
    margin: 0 auto;
    text-align: center;
    /*margin-top: 200px;*/
    margin-top: 33%;
    margin-right: 80px;
}

.menu_item{
    color: #000;
    text-align: center;
    font-size: 30px;
    /* margin-right: -130px; */
    padding-left: 0;
    height: 60px;
    line-height: 60px;
    transition: all 0.2s linear;
    background: #F9D71E;
}

.menu_item:hover{
    cursor: pointer;
    background: #292815;
    color: #F9D71E;
}





.menu_pop_layer{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 36;
    display: none;
}

.menu_pop{
    width: fit-content;
    height: fit-content; 
    max-width: 90%;   
    padding:20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color:#000;
    text-align: right;
    direction: rtl;
    font-size:30px;
    background: #F9D71E;

}







.pop_title{
  font-weight: bold;
  padding-bottom:10px;
  font-size: 40px;
}

.pop_content{
   font-weight: normal;
    padding-bottom:10px;
    font-size: 30px; 
}

.pop_txt{
    text-align: center;
    font-size:30px;
    padding-left: 30px;
    padding-right: 30px;    
}

.popbtn{
    text-align: center;
    line-height: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    border: 1px dashed #000;
    cursor: pointer;
    margin:0 auto;
    margin-top: 20px;
    width: 140px;
    background:#292815;
    color:#F9D71E;
    transition: all 0.2s linear;
}

.popbtn:hover{
  background: rgb(249, 215, 28);
  color:#000;
}

#popbtn_item_submitted{
  display: none;
}

.close_pop_2{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 17px;
    height: 17px;
    background: url(../images/x2x.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s linear;
}

.close_pop_2:hover{
  opacity: 0.2;
}


.close_pst{
    position: absolute;
    top: 34px;
    left: 20px;
    width: 11px;
    height: 11px;
    background: url(../images/x2x2.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s linear;
    z-index: 20;
}

.close_pst:hover{
  opacity: 0.2;
}



.firgun_link{
  color:#000;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s linear;
}

.firgun_link:hover{
  opacity: 0.5;
}

.add_mevast{
  color:#000;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s linear;
}

.add_mevast:hover{
  opacity: 0.5;
}

.mevaform{
  margin-bottom: 0px;
}

.input_holder{
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}    

.input_holder input{
    border:1px dashed #000;
    height:40px;
    width: 100%;
    padding-right: 16px;
    font-size:22px;
    font-family: 'Amatic SC', cursive;
    outline:none;
    direction: rtl;
}

.error {

  
}

.errormsg{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 29px;
    margin-right: 30px;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: red;
    width: fit-content;
    height: 26px;
    color: #fff;
    background: #FF5601 url(../images/skull2x.png) no-repeat;
    background-size: 15px 16px;
    background-position: right 7px center;
    display: block;
    margin-top: 3px;
    display: none;
}


.submit_popbtn{
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;

    background: transparent;

    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;

    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;

    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;

    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;

    text-align: center;
    line-height: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    border: 1px dashed #000;
    cursor: pointer;
    margin:0 auto;
    margin-top: 20px;
    width: 140px;
    background:#292815;
    color:#F9D71E;
    transition: all 0.2s linear;

    outline: none;
    display: block;
}

.submit_popbtn:hover{
  background: rgb(249, 215, 28);
  color:#000;
}








input::-webkit-input-placeholder textarea::-webkit-textarea-placeholder {
    color: #999;
}
input:focus::-webkit-input-placeholder textarea:focus::-webkit-textarea-placeholder {
    color: #999;
}

/* Firefox < 19 */
input:-moz-placeholder textarea:-moz-placeholder {
    color: #999;
}
input:focus:-moz-placeholder textarea:focus:-moz-placeholder {
    color: #999;
}

/* Firefox > 19 */
input::-moz-placeholder textarea::-moz-placeholder {
    color: #999;
}
input:focus::-moz-placeholder textarea:focus::-moz-placeholder {
    color: #999;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder textarea:-ms-textarea-placeholder {
    color: #999;
}
input:focus:-ms-input-placeholder textarea:focus:-ms-textarea-placeholder {
    color: #999;
}
/* end menu layer crap*/



.textarea_holder{
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}    

.textarea_holder textarea{
    border:1px dashed #000;
    height:100px;
    width: 100%;
    padding-right: 16px;
    font-size:22px;
    font-family: 'Amatic SC', cursive;
    outline:none;
    resize: none;
    direction: rtl;
}


.form_val_holder{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 8px;
    margin-right: 30px;
    font-size: 19px;
    font-weight: bold;
    color: red;
    background: #FF5601;
    width: fit-content;
    height: 26px;
}

.form_val_text{
  float: right;
  color:#fff;
  padding-right: 6px;

}

.form_val_icon{
    float: right;
    width: 18px;
    height: 20px;
    background: url(../images/skull2x.png) no-repeat;
    background-size: cover;
    margin-top: 3px;
}


.pop_social_icons{
  width: 100%;
  height:54px;
  margin:0 auto;
  text-align: center;
}

.social_icon{
  width: 37px;
  height: 37px;
  margin-top: 10;
  margin-bottom: 10;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  transition: all 0.2s linear;
}

.social_icon:hover{
  opacity: 0.6;
}

.icon_fb{
  width: 37px;
  height: 37px;
  background:url(../images/icon_fb.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.icon_twitter a{
  display: block;
  width: 100%;
  height: 100%;
}

.icon_fb a{
  display: block;
  width: 100%;
  height: 100%;
}


.icon_twitter{
  width: 37px;
  height: 37px;
  background:url(../images/icon_twitter.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.created_by{
    margin: 0 auto;
    text-align: center;
    background: rgb(249, 215, 28);
    color: #000;
    position: absolute;
    z-index: 40;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 17px;
    cursor: pointer;
    left: -67px;
    top: 56px;
    border:1px dashed #292915;
    transform: rotate(-90deg);
    transition: all 0.2s linear;
}

.created_by:hover{
  background: #292915;
  color:#f9d71c;
  border:1px dashed #292915;
}



.created_by2{
    margin: 0 auto;
    text-align: center;
    background: rgb(249, 215, 28);
    color: #000;
    position: absolute;
    z-index: 40;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 17px;
    cursor: pointer;
    left: 32px;
    bottom: 19px;
    border: 1px dashed #292915;
    transform: rotate(-3deg);
    transition: all 0.2s linear;

}

.created_by2:hover{
  background: #292915;
  color:#f9d71c;
  border:1px dashed #292915;
}







/**************** start iphone stuff **************/

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


.menu_pop{
    max-width: 83%;   
}


.menu_items{
    margin-right: 50px;
}

.mid{
 margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;pective(1px) translateY(-50%);
    /*max-width: 800px;*/
    max-width: 90%;
    width: max-content;
    height: fit-content;
    /*padding-left: 40px;
    padding-right: 40px;    */
}


.qutoe_txt {
    /*color:#7F8286;*/
    font-size: calc(33px + 1vw);
    font-weight:500;
    text-align: center;
    /*border-bottom:3px solid #e4e4e4;*/
    letter-spacing: 1px;
    line-height: 42px;
    direction: rtl;
    padding-bottom: 10px;
}


    .menu_strip{
    width: 350px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -460px;    
    background:red;
    z-index: 20;
    background:url(../images/side.svg) no-repeat;
    background-size: cover;
    /*display: none;*/
    }


    .pop_txt, .input_holder, .textarea_holder{
      padding-left: 0;
      padding-right: 0;
    }

    .input_holder input{
      width: 100%;
    }

    .form_val_holder{
      margin-right: 0;
    }



.created_by{
    margin: 0 auto;
    text-align: center;
    background: #f9d71c;
    color: #292915;
    position: absolute;
    z-index: 40;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 17px;
    cursor: pointer;
    left: 0;
    top: initial;
    transform: rotate(0deg);
    transition: all 0.2s linear;
    bottom: -34px;
    border: 1px dashed #000;
}

.created_by:hover{
  background: rgb(249, 215, 28);
  color:#000;
  border:1px dashed #292915;
}  



.submit_popbtn:hover{
   background:#292815;
    color:#F9D71E;
}


.errormsg{
  margin-right: 0;
}

.pop_content{
  font-size: 24px;
}



}

/**************** end iphone stuff **************/



