@import url(//fonts.googleapis.com/css?family=Poiret+One|Josefin+Sans|Lobster|Anton|Shadows+Into+Light|Gloria+Hallelujah|Roboto|Oswald|Raleway|Montserrat|Oxygen|Francois+One|Titillium+Web|Indie+Flower|Fjalla+One|Inconsolata|Pacifico|Audiowide|Dancing+Script|Coming+Soon);


.wpob_template_main{
    border-width: 0px;
    border-style: solid;
    border-color: #fff;
}


a.wpob_button_gradient, .wpob_template_main .wpob_button_gradient, .wpob_template_main a.wpob_button_gradient, .wpob_template_main button.wpob_button_gradient{

    display:inline-block;
    vertical-align:middle; 

    //background-color: #0088cc !important;
    //background-image: -moz-linear-gradient(top, #0088cc, #0071ac) !important;
    //background-image: -ms-linear-gradient(top, #0088cc, #0071ac) !important;
    //background-image: -webkit-gradient(linear, #0088cc, #0071ac) !important;
    //background-image: -webkit-linear-gradient(top, #0088cc, #0071ac) !important;
    //background-image: -o-linear-gradient(top, #0088cc, #0071ac) !important;
    //background-image: linear-gradient(top, #0088cc, #0071ac) !important;
    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc", endColorstr="#0071ac", GradientType=0);

    border-color: #0071ac #0071ac #004a70;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-family: "Droid Sans","Open Sans",Arial;	

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;

                    margin:0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);


}

.wpob_template_main .wpob_button_gradient:hover, .wpob_template_main a.wpob_button_gradient:hover, .wpob_template_main button.wpob_button_gradient:hover{
    color: initial;
    background-color: initial;
    background-image: initial;
    opacity:0.9;
    filter:Alpha(opacity=90);
    cursor:pointer;
}

a.wpob_button_3d, .wpob_template_main .wpob_button_3d, .wpob_template_main a.wpob_button_3d, .wpob_template_main button.wpob_button_3d{

  display:inline-block;
  vertical-align:middle;
  border: 0;
  margin: 0;
  line-height:1.5;
  font-size: 15px;
  text-decoration:none;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  //background: #0088cc !important;
  cursor: pointer;
  //-webkit-box-shadow: inset 0 -5px #005e8e !important;
  //box-shadow: inset 0 -5px #005e8e !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

}			

.wpob_template_main .wpob_button_3d:active {

  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;

}
			
.wpob_template_main .wpob_button_3d:hover, .wpob_template_main a.wpob_button_3d:hover, .wpob_template_main button.wpob_button_3d:hover{
    color: initial;
    background-color: initial;
    background-image: initial;
    opacity:0.9;
    filter:Alpha(opacity=90);
    cursor:pointer;
}


a.wpob_button_flat, .wpob_template_main .wpob_button_flat, .wpob_template_main a.wpob_button_flat, .wpob_template_main button.wpob_button_flat{

  display:inline-block;
  vertical-align:middle;
  border: 0;
  margin: 0;
  line-height:1.5;
  font-size: 15px;
  text-decoration:none;
  color: white;
  text-align: center;
  //background: #0088cc !important;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

}	
			
.wpob_template_main .wpob_button_flat:hover, .wpob_template_main a.wpob_button_flat:hover, .wpob_template_main button.wpob_button_flat:hover{
    color: initial;
    background-color: initial;
    background-image: initial;
    opacity:0.9;
    filter:Alpha(opacity=90);
    cursor:pointer;
}

.wpob_stick{
    position: fixed;
    top: 0;
    z-index: 10000;
}

.wpob-processing{
    background-color: #FFF7E2;
    color: #7C7C7C;
    text-align: center;
}

.wpob-processing-head{
    padding: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
}

.wpob-processing-body{
    padding: 0px 30px;
    font-size: 16px;
    text-align: center;
}

.wpob-loading{
    margin: 0px auto;
    padding-bottom: 20px;
    width: 212px;
    height: 14px;
    background-image: url('../imgs/loading.gif');
    background-repeat: no-repeat;
}

.wpob_credit_link{
    text-align: right;
    display: block;
    font-size: 12px;
    color: #7C7C7C;
    margin-bottom: 10px;
}

.wpob_template_main input.wpob_input_fields{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    display: inline-block;
    margin: 0px;
}

.wpob_template_main input.wpob_input_fields:focus{
    border-color: #999;
    outline: none;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}

a[id^="wpob_two_step_optin_link_"]{
    cursor: pointer;
    text-decoration: none;
}

a[class*="wpob_two_step_optin_link_"]:hover{
    color: #fff;
    opacity:0.9;
    filter:Alpha(opacity=90);
    cursor:pointer;
}

a.wpob_button_none.wpob_two_step_optin_link_none:hover{
    color: initial;
}

a.wpob_two_step_optin_link_black{
    background: #000000;
    color: #fff;
    padding: 10px 20px;
}

a.wpob_two_step_optin_link_blue{
    background: #1e73be;
    color: #fff;
    padding: 10px 20px;
}

a.wpob_two_step_optin_link_green{
    background: #64CE71;
    color: #fff;
    padding: 10px 20px;
}

a.wpob_two_step_optin_link_red{
    background: #dd3333;
    color: #fff;
    padding: 10px 20px;
}

a.wpob_two_step_optin_link_voilet{
    background: #8224e3;
    color: #fff;
    padding: 10px 20px;
}

a.wpob_two_step_optin_link_yellow{
    background: #eeee22;
    color: #fff;
    padding: 10px 20px;
}

a.wpob_two_step_optin_link_orange{
    background: #dd9933;
    color: #fff;
    padding: 10px 20px;
}

.wpob_close_popup{
    width: 50px;
    height: 50px;
    background-image: url('../imgs/close.png');
    background-size: 100% 100%;
    position: fixed;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.wpob_popup_data{
    display: none;
}


.wpob_box_show_progressbar{
    height: 25px;
    position: absolute;
    background: rgba(255,255,255,0.6);
    top: -50px;
    left: 0px;
    width: 100%;
}

.wpob_box_show_progressbar div{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -55px;
    color: #222;
    line-height: 25px;
}

.wpob_box_show_progressbar > span{
    display: block;
    height: 100%;
    width: 50%;
    text-align: center;
    line-height: 25px;
    color: #000;
    position: relative;
    overflow: hidden;
}

.wpob_box_show_progressbar > span:after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: linear-gradient(
    -45deg, 
    rgba(255, 255, 255, .2) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(255, 255, 255, .2) 50%, 
    rgba(255, 255, 255, .2) 75%, 
    transparent 75%, 
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.wpob_box_show_progressbar > span:after, .wpob_box_show_progressbar > span > span {
  animation: move 2s linear infinite;
}

.wpob_box_show_progressbar_none{
    display: none;
}

.wpob_box_show_progressbar_green > span{
    background-color: #64CE71;
}

.wpob_box_show_progressbar_blue > span{
    background-color: #65A3C3;
}

.wpob_box_show_progressbar_red > span{
    background-color: #B25252;
}

.wpob_box_show_progressbar_yellow > span{
    background-color: #B2AD52;
}

.wpob_box_show_progressbar_violet > span{
    background-color: #7C52B2;
}

.wpob_box_show_progressbar_grey > span{
    background-color: #777777;
}

.wpob-tracker{
    float: left;
    display: none;
}

@media all and (max-device-width: 700px) {
    .wpob-tracker{
        float: none;
        display: none;
    }
    .wpob_template_main .wpob_box_media_container{
        display: block;
        width: 100%;
        height: auto;
        padding: 0px;
    }
    .wpob_close_popup {
        width: 24px;
        height: 24px;
        right: 10px;
        top: 10px;
    }
}