@import "https://fonts.googleapis.com/css?family=Merienda";
@import "https://fonts.googleapis.com/css?family=Great+Vibes";

body {background-color: #1E0F09; max-width: 100%; color: #fff;}
a, button {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.topbar{color: #fff; padding:15px 0; background: #000; position:relative; text-align:center;font-size: 13px;font-family: "Merienda";}
.topbar audio{ position:absolute; left:15px; top:12px;}
.topbar .totalCandle{ position:absolute; right:15px; top:12px;}

/*header image start*/
.thejon {
    overflow: hidden
}
.thejon img {
    width: 100%;
    height: 100%;
    display: block;
}
.leftimg {
    width: 26.0%;
    float: left;
    margin-right: 2%;

}

.rightimg {
    width: 26.0%;
    float: left;
    margin-left: 2%;

}
.middleimg {
    width: 52%;
    float: left;
    -moz-border-radius: 320px / 550px;
    -webkit-border-radius: 330px / 550px;
    border-radius: 330px / 550px;

}
.leftsmall {
    width: 24%;
    float: left;
    -moz-border-radius: 100px / 160px;
    -webkit-border-radius: 100px / 160px;
    border-radius: 100px / 160px;

}
.rightsmall {
    width: 24%;
    float: left;
    -moz-border-radius: 100px / 160px;
    -webkit-border-radius: 100px / 160px;
    border-radius: 100px / 160px;
}
.imag {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.topwrapper {
    /* max-width: 960px; */
    margin: 0 auto;
}
div.wpcf7-validation-errors {
    border: none;
    clear: both;
    display: none !important;
}
div.wpcf7-mail-sent-ok {
    border: none;
    clear: both;
}
.wpcf7-response-output a {
    color: #fff;
    text-decoration: none;
    display: block;
    background: #553300;
    width: 100%;
    padding: 10px;
    border: solid 1px;
    border-radius: 3px;
    text-align: center
		;
    font-family: 'Merienda';
    font-size: 11px;
}
.thecenter {
    overflow: hidden;
    float: left;
    width: 44%;
}
#candleForm .timer {
    width: 100%;
    clear: both;
    font-size: 10px;
    padding-top: 6px;
    font-family: 'Merienda';
    text-align: center;
    display: block;
}
.thecenter{position:relative}
.thecenter .leftdown {
    position:absolute;bottom:0;left:0;
    width:45%
}
.thecenter .rightdown {
    position:absolute;bottom:0;right:0;
    width:45%
}
.thejon {
    overflow: hidden;
}
/*header image end*/
@font-face {
    font-family: "GreatVibes-Regular";
    src: url("../fonts/GreatVibes-Regular.ttf");
}
.memoPanel {
    background: #530 none repeat scroll 0 0;
    border: medium solid;
    font-family: "Great Vibes";
    padding:20px 50px;
    text-align: center;
}
.memoPanel h1 {
    font-size: 25px;
    line-height: 60px;
	margin: 0;
}
.memoPanel p {
    font-family: GreatVibes-Regular;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 0;
}
.memoPanel p:nth-child(3) {
    color: yellow;
    font-family: "Calibri";
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}



.submitCandle {
    display: inline-block;
    vertical-align: top;
    /* cursor: pointer; */
    position: relative;
}
.submitImage {
    width: 60px;
    cursor: pointer;
    margin: 14px;
    height: 153px;
    background-image: url('../images/candle.gif');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin: 15px auto 5px;
}
.submitCandle p {
    display: block;
    font-family: 'Merienda';
    text-align: center;
}
.fullCandle.c6 {
    background-image: url("../images/full1.gif");
    background-size: cover
}
.fullCandle.c1 {
    background-image: url("../images/full2.gif");
    background-size: cover
}
.fullCandle.c2 {
    background-image: url("../images/full4.gif");
    background-size: cover
}
.fullCandle.c3 {
    background-image: url("../images/full3.gif");
    background-size: cover
}
.fullCandle.c4 {
    background-image: url("../images/full4.gif");
    background-size: cover
}
.fullCandle.c5 {
    background-image: url("../images/full2.gif");
    background-size: cover
}
.halfCandle.c3 {
    background-image: url("../images/half1.gif");
    background-size: cover
}
.halfCandle.c2 {
    background-image: url("../images/half3.gif");
    background-size: cover
}
.halfCandle.c1 {
    background-image: url("../images/half2.gif");
    background-size: cover
}
.quarterCandle.c1 {
    background-image: url("../images/quarter1.gif");
    background-size: cover
}
.quarterCandle.c2 {
    background-image: url("../images/quarter1.gif");
    background-size: cover
}
.unlitCandle {
    background-image: url("../images/off-candle.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom
}
.visible {
    display: inline-block !important;
}
.menu {
    position: relative;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    margin-bottom: 40px;
    margin-top: 80px;
    height: 60px;
}
.nextp {
    background: #553300;
    cursor: pointer;
    border: solid 1px;
    width: 70px;
    position: absolute;
    right: 0;
	text-align:center;
}
.backp {
    background: #553300;
    cursor: pointer;
    border: solid 1px;
    width: 70px;
    position: absolute;
    right: 70px;
	text-align:center;
    display: none;
}
.singleCandle
{
    display: inline-block;
    width: 60px;
    margin: 15px 10px;
    height: 153px;
    position: relative
}
.invisible {
    display: none !important
}
.candleMessage {
    display: none;
    position: absolute;
    width: 180px;
    background: #000;
    border: solid 1px #fff;
    right: 60px;
    top: 20px;
    z-index: 999;
    padding: 10px;
    font-family: 'Merienda';
}
.singleCandle span {
    font-size: 10px;
}
.singleCandle:hover .candleMessage {
    display: block;
}
.candleMessage h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
p {
    margin-bottom: 0px
}
.hidden {
    display: none !important
}
.closed {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f00;
    font-size: 14px;
    text-align: center;
    top: 0;
    right: 0;
    cursor: pointer
}
#candleForm {
    cursor: default;
    width: 380px;
    padding: 20px;
    padding-bottom: 0;
    border: solid 1px;
    box-sizing: border-box;
    background: #000;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 999;
    text-align: left;
}
#submitCandle {
    display: block;
    z-index: 99;
    cursor: pointer;
}
.cleft {
    width: 37%;
    float: left;
    text-align: center;
}
.cright {
    width: 59%;
    float: right;

}
.wpcf7-captchac {
    width: 48%;
    float: left;
}
.captcha-260 {
    width: 48%;
    float: right;
}
.cright p {
    text-align: left !important;
    margin-bottom: 5px;
}
.cright textarea {
    height: 100px;
}
.cleft img {
    max-width: 100%
}
.cright textarea {
    width: 100%;
    min-height: 80px;
	color: #000;
}
.cright input {
    width: 100%;
	color: #000;
}
.error {color: red; display: none;}
.cright input[type="submit"] {
    margin-top: 10px;
    padding: 10px;
    background: #553300;
    text-shadow: none;
    color: #fff;
    border: solid 1px
}
.thecontent {
    max-width: 100%;
    margin: 0 auto;
    min-height: 1000px;
    overflow: hidden;
}

@media (max-width: 1060px) {

}
@media (max-width: 880px) {

}
@media (max-width: 700px) {
    .submitCandle {
        width: 300px;
        margin: 30px 0 80px;
        /* margin-top: 30px; */
        display: block;
        /* margin-bottom: 80px; */
    }
    .submitImage {
        margin-left: 15px
    }
	/*    #candleForm {
			display: block !important;
			left: 80px;
			top: -20px;
			width: 200px;
		}*/

	#candleForm {
		cursor: default;
		width: 80%;
		padding: 10px 5% 0 5%;
		padding-bottom: 0;
		border: solid 1px;
		box-sizing: border-box;
		background: #000;
		overflow: hidden;
		position: absolute;
		/*top: 20px;*/
		/*left: 40px;*/
		z-index: 9999;
		text-align: left;
	}
	.submitCandle p{
		text-align: left;
	}
    .cleft {
        display: none
    }
    .cright {
        width: 100%;
        margin: 0px;
    }
    .singleCandle {
        display: block;
        /* width: 50%; */
        /* width: 300px; */
        /* margin: 30px auto 80px; */

        margin: 15px 10px 40px;
    }
    .candleMessage {
        display: block;
        left: 70px;
        right: 0;
        top: 50px;
    }
    .thecandles {
        margin: 20px;
        width: 300px;
        margin: 20px auto;

        height: auto !important;
    }
    .thejon {
        display: none
    }
    .thecenter .thejon {
        display: block;
        margin: 0 auto
    }
    .thecenter {
        width: 100%
    }
    .memoPanel h1 {
        font-size: 30px;
    }

}

@media (max-width: 350px) {

    .thecenter .thejon {
        display:none

    }
    .thecenter .middleimg {
        width: 100%;
        display: block
    }
}
#scroll-to-top {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 20px;
    opacity: 0;
    padding: 20px;
    position: fixed;
    right: 20px;
    text-decoration: none;
    transform: scale(0, 0);
    transition: all 0.2s ease 0s;
	color:yellow;
}
#scroll-to-top .vantage-icon-arrow-up {
    color: rgba(255, 255, 255, 0.2);
    display: block;
    font-size: 18px;
    height: 18px;
    width: 18px;

}
#scroll-to-top.displayed {
    opacity: 1 !important;
    transform: scale(1, 1);
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #666;
	padding: 3px;
}
a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom , #dfdfdf 0%, #fff 100%) repeat scroll 0 0;
    border-color: #d2d2d2 #c3c3c3 #9f9f9f;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #646464;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 12px 20px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}


/*--------------21-12-----------*/
.wrapper{ width:100%; float:left; margin:0px; padding:0;}
header{ width:100%; float:left; margin:0; padding:0;}
section{width:100%; float:left; margin:0; padding:0;}
.head_slide{ width:100%; float:left; margin:0px; padding:15px;}
.candle_row{ width:100%; float:left; margin:15px 0; }
ul,li{ list-style:none; margin:0; padding:0;}
.thecandles { width:100%; padding: 0 12%;}
h1.title{font-family: 'Merienda'; text-align:center; margin:25px 0 10px; padding:0; text-transform:uppercase;}
footer{ width:100%; float:left; background: #000; padding:10px 0; text-align:center; color:#FFFFFF;}
footer a{ color:#FFFFFF; font-size:15px;font-family: 'Merienda';}
footer a:hover{ text-decoration:none; color:yellow;} 
@media (max-width:1205px) {
	.topbar{ padding:10px 0;}
	.topbar audio{ position:relative; margin:0 auto; float:none; top:0; left:auto;}
	.topbar span{ display:block; padding:5px 0;}
	.topbar .totalCandle{ position:relative; margin:0 auto; float:none; top:0; left:auto;}
	.thecandles {width:100%; padding:0 8%;}
}

@media (max-width: 960px) {
	.topbar{ padding:10px 0;}
	.topbar audio{ position:relative; margin:0 auto; float:none; top:0; left:auto;}
	.topbar span{ display:block; padding:5px 0;}
	.topbar .totalCandle{ position:relative; margin:0 auto; float:none; top:0; left:auto;}
	.memoPanel { padding:20px;}
	.memoPanel h1 { line-height:40px;}
	.thecandles {width:100%; padding:0 10%;}
}

@media (max-width: 767px) {
	.memoPanel p{ font-size:30px;}
}
@media (max-width: 480px) {
	.thecandles {width:100%; padding:0 5%;}
}
.totalCandle{

}