﻿
.ybtn{
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    padding: 9px 26px;
    margin: 5px 10px;
    display: inline-block;
    white-space: nowrap;
}
.ybtn:hover,
.ybtn:focus{
    text-decoration: none;
}
.ybtn-small{
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    padding: 5px 15px;
    margin: 2px 4px;
}
.ybtn-shadow{
    -webkit-box-shadow: 0 9px 18px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 9px 18px rgba(0,0,0,0.08);
    box-shadow: 0 9px 18px rgba(0,0,0,0.08);
}
.ybtn-purple{
    color: #ffffff;
    background-color: #756de7;
}
.ybtn-purple:hover,
.ybtn-purple:focus{
    color: #ffffff;
    background-color: #6961d4;
}
.ybtn-purple-text{
    color: #0079ef;
    background-color: transparent;
}
.ybtn-purple-text:hover,
.ybtn-purple-text:focus{
    color: #0079ef;
}
.ybtn-white{
    color: #66556b;
    background-color: #ffffff;
}
.ybtn-white:hover,
.ybtn-white:focus{
    color: #66556b;
    background-color: #f7f7f7;
}
.ybtn-pink{
    color: #ffffff;
    background-color: #ed52f8;
}
.ybtn-pink:hover,
.ybtn-pink:focus{
    color: #ffffff;
    background-color: #e14eeb;
}
/* Pop-up AD -----------------------------------*/
.well {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display:none;
	margin:1em;
}
.fulltable {
	max-width: 100%;
	overflow: auto;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.btn-success {
	position: fixed;
}
.initialism {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
}
.well img {
	width: 100%;	
	max-width: 100%;
}
.pop_btn {
	display: block;
	text-align: center;
	padding: 15px 0 0 0;
}
.btn-close {
    color: #ffffff;
    background-color: #2B99D6;
}
.btn-go {
    color: #ffffff;
    background-color: #231CA5;
}
.btn-close:hover, .btn-close:focus {
    color: #ffffff;
    background-color: #1668C1;
}
.btn-go:hover, .btn-go:focus {
    color: #ffffff;
    background-color: #E5004C;
}
.pop_320X480 {
	display: none;
}
@media only screen and (max-width: 800px) {
    .pop_970X500{
        display: none;
    }
    .pop_320X480 {
        display: block;	
    }
}
#slide_background {
    -webkit-transition: all 0.3s 0.3s;
       -moz-transition: all 0.3s 0.3s;
            transition: all 0.3s 0.3s;
}
#slide,
#slide_wrapper {
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}
#slide {
    -webkit-transform: translateX(0) translateY(-40%);
       -moz-transform: translateX(0) translateY(-40%);
        -ms-transform: translateX(0) translateY(-40%);
            transform: translateX(0) translateY(-40%);
}
.popup_visible #slide {
    -webkit-transform: translateX(0) translateY(0);
       -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
}

