#tour-pop {
    width: 100%;
    max-width:600px;
    position:fixed;
    padding:0;
    margin:0;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
    z-index:1000000;
    -webkit-box-shadow:0 0 200px 0px rgba(0,0,0,.8);
    box-shadow:0 0 200px 0px rgba(0,0,0,.8);
    background:#f5f5f5;-webkit-transition:all 250ms ease-in-out;
    -moz-transition:all 250ms ease-in-out;
    -ms-transition:all 250ms ease-in-out;
    -o-transition:all 250ms ease-in-out;
    transition:all 250ms ease-in-out;
    text-align:center;
    z-index: -1;
    opacity: 0;
	outline: double 5px #ccc;
    outline-offset: -10px;
	background: url(../img/pop-bg.png);
}

#tour-pop .tour-message {
   width: 100%;
    padding: 40px;
    text-align: center;
}

#tour-pop .tour-message img {
    width: 75%;
    max-width: 210px;
    margin: 0 auto 15px;
    display: block;
    text-align: center;
    float: none;
}

#tour-pop .tour-message  h3 {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

#tour-pop h3.or {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
	margin: 0 auto;
}
#tour-pop img {
    width: 100%;
    float: left;
}
#tour-pop h2{
    font-size:2.4rem;
    text-align:center;
    padding-bottom:10px;
    line-height:1.2em;
	font-weight: 600;
}
#tour-pop p.tour-message-text {
	font-size: 1.2rem;
}
#tour-pop.active{z-index: 100000000; opacity: 1; }
#tour-pop .close{
    position: absolute;
	top: 10px;
    right: 10px;
    width: 50px;
    padding-top: 14px;
    height: 40px;
    z-index: 1000000;
    color: #ccc;
}

#tour-pop .section-intro a.button {
	margin-top: 10px;
	margin-bottom: 10px;
}

#tour-pop #tour-pop-close i {
	font-size: 1.5rem;
}
#tour-pop .close:hover {
    cursor: pointer
}
#tour-tab.hidden {
    left: -2000px
}
#tour-tab {
    z-index: 100000;
    position: fixed;
    left: -70px;
    top: 50%;
    width: 135px;
    color: #fff;
    padding-left: .5em;
    padding-right: .5em;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #c0b283;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .18);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg) translateY(-50%)
}

.section-intro .button {
    background: #0f2437;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    margin: 30px auto;
    border-radius: 2px;
    box-shadow: 3px 6px 16px 0 rgba(115, 115, 115, .5);
    border: none;
    padding: 0;
    min-width: 240px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
	border-radius: 0px;
}

.section-intro .button:hover {
	background: #ccc;
	
}

@media only screen and (max-width:721px) {
    #tour-pop {
        max-width: 95%;
    }
    #tour-pop h2 {
        font-size: 2rem
    }

    #tour-pop .tour-message {
        padding: 20px;
    }
}