 /**
 * Web Site Tour Builder for Wordpress
 *
 * @package   websitetourbuilder
 * @author    JoomlaForce Team [joomlaforce.com]
 * @license   GNU General Public License version 2 or later; see LICENSE.txt
 * @link      http://joomlaforce.com
 * @copyright Copyright © 2014 JoomlaForce
 */

/** POPUP OVERLAY DEFAULT**/
.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(196, 196, 196, .85);
    top: 0;
    left: 100%;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}



.popup {
    position: fixed;
    top: 25%;
    right: 2%;
    z-index: -9999;
}
.popup .popup-body {
    
    opacity: 0;
    min-height: 100px;
    width: 200px;
    margin-left: -200px;
    padding: 20px;
    padding-bottom: 50px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -moz-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    -webkit-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
  /*  box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);*/
    text-align: center;
   	border: 1px solid #000000;
}
.popup .popup-exit {
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: url(../x-btn.png) no-repeat;
}

.popup-content .popup-title {
    font-size: 24px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
.popup-content p {
    font-size: 13px;
    text-align: justify;
	padding: 10px;
}


.overlay .popup-overlay {
    /*opacity: 1;*/
    left: 0
}
.popup.visible, .popup.transitioning {
    z-index: 9999;
}
.popup.visible .popup-body {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



/** BUTTON */

.addslidebutton{
	padding:10px;
	background-color: hsl(0, 69%, 31%) !important; 
	background-repeat: repeat-x; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d82b2b", endColorstr="#851818"); 
	background-image: -khtml-gradient(linear, left top, left bottom, from(#d82b2b), to(#851818)); 
	background-image: -moz-linear-gradient(top, #d82b2b, #851818); 
	background-image: -ms-linear-gradient(top, #d82b2b, #851818); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d82b2b), color-stop(100%, #851818)); 
	background-image: -webkit-linear-gradient(top, #d82b2b, #851818); 
	background-image: -o-linear-gradient(top, #d82b2b, #851818); 
	background-image: linear-gradient(#d82b2b, #851818); 
	border-color: #851818 #851818 hsl(0, 69%, 26%); 
	color: #fff !important; 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); 
	-webkit-font-smoothing: antialiased;
	list-style:none;
	border:1px solid #851818;
	border-radius:3px;
}
.addslidebutton:hover{
	padding:10px;
	background-color: hsl(0, 69%, 19%) !important;
	background-repeat: repeat-x; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d82b2b", endColorstr="#510f0f"); 
	background-image: -khtml-gradient(linear, left top, left bottom, from(#d82b2b), to(#510f0f)); 
	background-image: -moz-linear-gradient(top, #d82b2b, #510f0f); 
	background-image: -ms-linear-gradient(top, #d82b2b, #510f0f); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d82b2b), color-stop(100%, #510f0f)); 
	background-image: -webkit-linear-gradient(top, #d82b2b, #510f0f); 
	background-image: -o-linear-gradient(top, #d82b2b, #510f0f); 
	background-image: linear-gradient(#d82b2b, #510f0f); 
	border-color: #510f0f #510f0f hsl(0, 69%, 11%); 
	color: #fff !important; 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.52); 
	-webkit-font-smoothing: antialiased;
	list-style:none;
	border:1px solid #851818;
	border-radius:3px;}

/*==================================================
    WALKTHROUGH
==================================================*/


#jWalkthrough p{
    font-size: 12px;
}

.tooltipTitle{
    margin-bottom: 10px;
}

#reopenWalkthrough, #reopenAlternateTheme{
    display: block;
    float: right;
    padding: 0;
    text-align: center;
    width: 235px;
    clear: both;
}

#reopenWalkthrough a, #reopenAlternateTheme a{
    color: #FFFFFF;
    height: 22px;
    padding: 10px 0;
}

a.closeWalkthrough{
    height: 24px;
}



/*==================================================
    Only Mobile device
==================================================*/


@media only screen and (max-width: 599px) {
    .popup .popup-body{
        width: 150px;
        margin-left: -150px;
        padding: 10px;
        padding-bottom: 20px;
    }
    .popup-content .popup-title{
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 10px;
        padding-bottom: 5px;
    }
    .addslidebutton,
    .addslidebutton:hover{
        padding: 5px;
        font-size: 12px;
    }
    .popup-content p{
        font-size: 12px;
        padding: 5px;
        margin-bottom: 5px;
    }
}