@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:100,200,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@font-face{
	font-family:'ruppee';
	src:url('../fonts/Rupee_Foradian.ttf');
	}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(https://fonts.gstatic.com/s/oswald/v11/l1cOQ90roY9yC7voEhngDBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(https://fonts.gstatic.com/s/oswald/v11/HqHm7BVC_nzzTui2lzQTDVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v11/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v11/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(https://fonts.gstatic.com/s/oswald/v11/dI-qzxlKVQA6TUC5RKSb3xJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(https://fonts.gstatic.com/s/oswald/v11/bH7276GfdCjMjApa_dkG6VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

p,h1,h2,h3,h4,h5{
	font-family:'ruppee';
}
body{
	padding:0;
	margin:0;
	font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size:13px;
	line-height:25px;
	background:url(../images/page-bg.jpg) no-repeat top center;
	background-size:100%;
	background-attachment: fixed;
	font-family:'ruppee';
}

a{
	-webkit-transition: all 0.3s ease-out;                  
    -moz-transition: all 0.3s  ease-out;                 
    -o-transition: all 0.3s  ease-out;   
    -ms-transition: all 0.3s  ease-out;          
    transition: all 0.3s  ease-out;
	text-decoration:none !important;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top:4%;
    width: 267px;
    height: 472px;
    margin: 0 auto;
    z-index: 1002;
}
#loader-wrapper .loader-section {
    position: fixed;
    width:100%;
    height: 100%;
	background: #432617;
    z-index: 1000;
	opacity:1;
	-webkit-transition: all 0.5s ease-out;                  
    -moz-transition: all 0.5s  ease-out;                 
    -o-transition: all 0.5s  ease-out;   
    -ms-transition: all 0.5s  ease-out;          
    transition: all 0.5s  ease-out;
}

/* Loaded styles */
    .loaded #loader-wrapper .loader-section {
        opacity:0;
    }

    .loaded #loader {
        opacity: 0;

        -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    
        -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }
.left-gutter{
	padding-left:0px;
}
.right-gutter{
	padding-right:0px;
}
.no-gutter{
	padding:0;
}
#jiva-navigation {
	display: inline;
    float: left;
    margin: 0;
    padding: 0 0 0 15px;
    position: absolute;
    width: 208px;
    z-index: 7;
}
#menu, #book_online{
	float:left;
	width:100%;
	background:url(../images/navigation_bg.png) no-repeat;
	text-transform:uppercase;
}
#member_area_menu{
	float:left;
	width:100%;
	text-transform:uppercase;
}
#menu:before,
#member_area_menu:before{
	content:url('../images/menu_before.png');
	display: block;
    width: 146px;
    height: 23px;
    margin: 0 auto;
    text-align: center;
}
#menu:after,
#member_area_menu:after{
	content:url('../images/menu_after.png');
	display: block;
    width: 146px;
    height: 23px;
    margin: 4px auto 0;
    text-align: center;
}
#menu >a, #member_area_menu>a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #482d00;
    padding-right: 18px;
}
#member_area_menu>a{
	color: #daa135;
    text-shadow: 1px 1px 2px #000;
}
#menu >a:after, #member_area_menu>a:after{
	content: url(../images/hamberger_bar.png);
    display: inline-block;
    position: absolute;
    margin-top: 2px;	
}
#member_area_menu>a:after{
	content: url(../images/hamberger_bar_member.png);
	margin-top:4px;
}
#book_online a{
    display: block;
    background-color: #dba435;
    margin: 2px auto;
    width: 80%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 33px;
    border-radius: 3px;
}
#book_online a:hover{
	background-color:#aa8839;
}
#navigation_footer{
	float:left;
	width:100%;
	background:url(../images/navigation-footer.png) no-repeat;
	height:131px;
}
#memberarea_navigation_footer{
    float: left;
    width: 100%;
    height: 131px;
    margin-top: 8px;
}
#navigation_footer img{
	margin-top:7px;
	margin-bottom:0px;
}
.top_right{
	position: absolute;
    top: 12px;
    right: 15px;
    z-index: 101;
}
.top_right a{
	opacity: 1;
    border-bottom: 0px !important;
    position: initial;
    display: inline;
}
.top_right a i{
	font-size: 15px;
    line-height: 30px;
}
.top_right .number{
	float:right
}
.top_right .top_link{
    float: right;
    margin-top: 5px;
    margin-right: 19px;
	color: #fff;
    font-weight: lighter;
    text-shadow: 1px 1px 2px #000;
}
.top_right .top_link a{
	font-size: 11px;
    color: #fff;
    font-weight: lighter;
    text-shadow: 1px 1px 2px #000;
}
.top_right .top_link a:hover{
	color: #f9dc00;
}
.logo {
	background: url(../images/logo_bg.png) no-repeat 0 0;
    padding: 13px 0 13px;
    text-align: center;
    zoom: 1;
}
.memberarea_logo {
    padding: 13px 0 13px;
    text-align: center;
    zoom: 1;
}
.mycanvas{
	display:none;
}

.footer_left{
	float:left;
	margin-top: 15px;
}
.footer_right{
	float:right;
	margin-top: 9px;
}
.copyright{
	float:left;
	font-size:12px;
	color:#888;
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #c3c3c3;
}
.tripadvisor{
	float:left;
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #c3c3c3;
}
footer.homefooter{
    position: fixed;
    width: 100%;
    bottom: 6px;
    z-index: 10;
}
footer.memberfooter{
    float: left;
    width: 100%;
    margin-top: 20px;
}
footer.memberfooter .brands ul{
	float:left;
	width:100%;
	text-align:center;
}
footer.memberfooter  .memberfooter_copyright{
	margin: 25px auto 0;
    width: 39%;
}
/***/
.top_overlay{
	position: absolute;
    z-index: 2;
    width: 100%;
    height: 278px;
    /* background: url(../images/top-overlay.png) no-repeat; */
    /* background-size: contain; */
}
.footer_overlay{
	position: fixed;
    bottom: 0;
    z-index: 4;
    width: 100%;
}
.social{
	float:left;
}
.social ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.social ul li{
	display:inline-block;
}
.brands ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.brands ul li{
	display:inline-block;
}
.brands ul li{
	margin:0 5px;
}
.brands ul li:first-child{
	margin-left:0;
}.brands ul li:last-child{
	margin-right:0;
}
.brands ul li{
	display:inline-block;
	filter: none;
	-webkit-filter: grayscale(100%);
	-moz-filter:    grayscale(100%);
	-ms-filter:     grayscale(100%);
	-o-filter:      grayscale(100%);
	-webkit-transition: all 0.5s ease;                  
	-moz-transition: all 0.5s ease;                 
	-o-transition: all 0.5s ease;   
	-ms-transition: all 0.5s ease;          
	transition: all 0.5s ease;
	opacity:1;
	}
.brands ul li img{
	display:block;
	margin:0 auto;
	cursor:pointer;
	width: 84%;
}
.brands ul li:hover, .brands ul li.active{
	filter: none;
	-webkit-filter: grayscale(0%);
	-moz-filter:    grayscale(0%);
	-ms-filter:     grayscale(0%);
	-o-filter:      grayscale(0%);
	opacity:1;	
}


/*==============================================TOOLTIP======================================*/


/*For tooltip target element that has set class="tooltip" */
.tooltip {text-decoration: none; border-bottom:1px dotted #004B6B;color: #004B6B; outline: none; }

/*For tooltip box*/
#mcTooltip 
{
    line-height:16px;
    border-width: 1px;   
    color:#333; 
    border-color:#BBB;
    padding:10px;
    font-size: 12px;
    font-family: Verdana, Arial;
    border-radius:0;
    background-color:#F6F6F6;
}

#mcTooltip.no-padding
{
    padding:0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

#mcTooltip, #mcttCo b {
    box-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

/* For hyperlink within tooltip */
#mcTooltip a { color:#069; }

/*Close button. Available when sticky or overlay has been set to true, or is on touch-enabled devices. */
#mcttCloseButton
{ 
    border-radius:4px;
    width:18px;
    height:18px;
    margin-right:2px;
    margin-top:2px;
    background:black;    
}

/*Close button X symbol*/
#mcttCloseButton:after {
    font:normal 38px/18px arial, sans-serif;
    color:white;
    top:0;left:-2px;
}

/*Give the close button a bigger size on smaller devices*/
@media only screen and (max-width: 736px) {
    #mcttCloseButton {
        width:28px;
        height:28px;
    }
    #mcttCloseButton:after {
        font-size:48px;
        line-height:28px;
    }    
} 

/* Useful when overlay has been set to true or 1 in JS */
#mcOverlay 
{
    background-color: rgba(0,0,0,0.5);
    display:none;top:0;left:0;width:100%;height: 100%;overflow:visible;z-index:4; 
}
#mcTooltip img {border:0;vertical-align:middle;}

/*The settings below should remain unchanged*/
#mcTooltipWrapper {position:absolute;visibility:hidden;overflow:visible;z-index:9999999999;top:-2000px;}
#mcTooltip {float:left;border-style:solid;position:relative;overflow:hidden;}
.mcTooltipInner {float:left;position:relative;width:auto;height:auto;}
.mcTooltipInner h3{
	font-size: 20px;
    color: #863f01;
    font-weight: 700;
	font-family: 'Oswald', sans-serif !important;
}
#mcttCo,  #mcttCo b{position:absolute;overflow:hidden;}

/*compatible with bootstrap*/
#mcTooltip, #mcTooltip div {box-sizing:content-box;}
.up_links{
	position:absolute;
	z-index:10;
	right:15px;
	top:30%;
}
.up_links ul{
	margin:0;
	padding:0;
}
.up_links ul li{
	list-style-type:none;
}
.up_links ul li a{
    background-color: #ffa500;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    padding-top: 6px;
    margin-bottom: 6px;
    display: block !important;
    opacity: 1 !important;
    position: initial;
	border-bottom:0px;
}
/*==============================================TOOLTIP======================================*/
/*=============================================OVERLAY MENU========================================*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0, 0, 0, 0.94);
    overflow-x: hidden;
    transition: all 0.5s ease;
}
.overlay-content {
	position: relative;
    top: -1%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 13px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
a.overlay_book{
	background-color:#3e3e3e/**/;
	color:#fff;
	font-weight:bold;
	border-radius:3px;
	width:170px;
}
a.overlay_book:hover{
	background-color:#e3a847;
	color:#000 !important;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
    top: 32px;
    z-index: 9999;
    right: 7px;
    font-size: 42px;
}
ul.overlay_menu{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.overlay_menu li{
	float:left;
	width:100%;
}
ul.overlay_menu li a{
	font-family: 'Fira Sans Extra Condensed', sans-serif !important;
	font-weight:300;
    display: block;
    width: 214px;
    border-bottom: 1px solid #272727;
    margin: 0 auto;
    line-height: 27px;
    text-transform: uppercase;
    color: #9a9a9a;
    font-size: 15px;
}
.top-slider{
	float: left;
	width:100%;
    position: absolute;
    top: 0;
    z-index: 0;
}
.top-slider .top_slider ul.slides li img{
}
.main_content{
	max-width:1600px;
}
.main_content{
	padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
}
.member_login_box{
    float: left;
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.93);
    border: 1px solid #fff;
    padding: 10px;
    margin-top: 77px;
	right: 0;
	box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.77);
}
.member_login_box h1{
	font-family: 'Fira Sans Extra Condensed', sans-serif !important;
    text-align: center;
    font-size: 18px;
	color:#000;
	margin: 3px 0;
}
.member_login_box h1 span{
	color:#924f10;
}
.member_login_box h1:before {
    content: url(../images/menu_before.png);
    display: block;
    width: 146px;
    height: 23px;
    margin: 0 auto;
    text-align: center;
}
.member_login_box h1:after {
    content: url(../images/menu_after.png);
    display: block;
    width: 146px;
    height: 23px;
    margin: 4px auto 0;
    text-align: center;
}
.member_login_box label{
	font-size: 12px;
    font-weight: 400;
    padding-right: 0;
	text-align:left !important;
}
.member_login_box input[type=text], .member_login_box input[type=password]{
	border-radius: 0;
    height: 30px;
    margin-top: 6px;
}
.member_login_box .form-group{
	margin-bottom:0px;
}
.member_login_box button[type=submit]{
	outline: none;
    border: 0;
    background-color: #dba435;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    padding: 3px 15px;
    margin-top: 7px;
    margin-left: -1px;
}
span.forgot{
	display:block;
	font-size:11px;
	color:#858585;
}
span.forgot a{
	color:#924f10;
}
.wanna_member{
    float: left;
    position: absolute;
    margin-top: 309px;
    width: 100%;
    background-color: rgba(146,79,16,0.97);
    padding: 21px;
    border: 1px solid #b05f13;
	right: 0;
	z-index: 2;
	box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.77);
}
.membeship_details{
	float:left;
	width:100%;
	color:#fff;
	font-family: 'Fira Sans Extra Condensed', sans-serif !important;
	margin-left: -12px;
}
.membeship_details h1{
	font-family: 'Oswald', sans-serif !important;
    font-size: 40px;
    line-height: 16px;
    margin-top: 4px;
}
.membeship_details h1 small{
	color:#fff;
	display:block;
	font-size:22px;
}
.membeship_details p{
	font-size:13px;
	font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	margin: 0;
}
.membeship_details p a{
	font-weight:bold;
	color:#fff;
}
.membeship_details p a:hover{
	color:#fbff60;
}
.facilities_icon_details, .memberarea_stats_bg{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.91);
    min-height: 84px;
    z-index: 1;
    margin-top: 405px;
}
.facilities_icon_details img{
	margin-top: 8px;
}
.facilities ul{
	margin:14px 0;
	padding:0;
	list-style-type:none;
}
.facilities ul li img{
	float:left;
}
.facilities ul li h3{
	font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    float: left;
    color: #dba436;
    font-size: 18px;
    margin: 4px 0 0 0;
    width: 100%;
}
.facilities ul li p{
	font-size: 11px;
    line-height: 17px;
    color: #9b9b9b;
	margin:0;
}
.facilities ul li .facility_details{
	float: left;
    width: 189px;
    margin-left: 15px;
}
.facilities ul li:nth-child(2) .facility_details{
	width:185px;
}
.memberarea_stats_bg{
	margin-top: 280px;
}
.member_welcome_offer{
	margin-top:375px;
}
.memberarea_main_container{
	margin-top:390px;
}
.member_pic_settings{
    float: left;
    width: 100%;
    padding: 7px 0;
    background-color: #dba135;
    padding: 14px;
}
.mem_pic_sm{
	float:left;
	width:16%;
	margin:10px 0 9px;
}
.mem_pic_sm img{
    border: 1px solid #b7b7b7;
}
.member_details_action_container{
	float:left;
	width:84%;
}
.member_details_action_container ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px 0 0 14px;
    list-style-type: none;
}
.member_details_action_container ul li{
	display:block;
	float:left;
	width:100%;
}
.member_details_action_container ul li.package{
    color: #252525;
    font-size: 12px;
    padding-left: 25px;
}
.member_details_action_container ul li.package.diamond:before{
	content: '';
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url(../images/diamond.png) no-repeat;
    position: absolute;
    top: 21px;
    margin-left: -25px;
}
.member_details_action_container ul li.welcome{
    font-size: 12px;
    color: #000000;
    line-height: 18px !important;
}
.member_details_action_container ul li.mem_det div.settings{
	display:inline-block;
	margin-left:5px;
	font-size:12px;
	color:#989898;
	cursor:pointer;
	text-shadow: none;
}
.member_details_action_container ul li.mem_det div.settings i{
    color: #ffffff;
    font-size: 15px;
}
.member_details_action_container ul li.mem_det{
    font-size: 17.19px;
    color: #000000;
    line-height: 20px;
    font-weight: 600;
}
.stats_contianer{
	position:absolute;
	right: 0;
}
ul.stats_group{
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.stats_group li{
    display: inline-block;
    position: relative;
    float: left;
    width: 19%;
    padding: 9px 15px 9px 0;
    border-right: 1px solid #1f1f1f;
    margin-right: 15px;
}

ul.stats_group li span.remain_qty{
    display: block;
    width: 24px;
    height: 24px;
    background-color: #dba435;
    color: #000;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    float: right;
    right: 54px;
    top: 20px;
}
ul.stats_group li:after{
	content:'';
	display:inline-block;
}
ul.stats_group li h3{
    float: left;
    font-size: 17px;
    color: #dba435;
    font-weight: bold;
    line-height: 24px;
    margin-top: 16px;
}
ul.stats_group li h3 small{
	display:block;
	font-size:15px;
	color:#cdcdcd;
	font-weight:normal;
}
ul.stats_group li.locked{
	pointer-events: none;
}
ul.stats_group li.locked:before{
	font-family: FontAwesome;
	font-family: FontAwesome;
    content: '\f023';
    display: block;
    color: #904700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 26px;
    width: 41px;
    height: 41px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    background-color: rgb(219, 164, 53);
}
ul.stats_group li.locked h3{
	color: #2d2d2d;
}
ul.stats_group li.locked h3 small{
	color: #2d2d2d;
}
ul.stats_group li span.remain_qty{
    background-color: #dba435;
}
ul.stats_group li.locked span.remain_qty{
    background-color: #2d2d2d;
}
ul.stats_group li.one:after{
    content: url(../images/breakfast_icon.png);
    display: inline-block;
    float: right;
}
ul.stats_group li.two:after{
    content:url(../images/lunch_icon.png);
    display:inline-block;
    float:right;
}
ul.stats_group li.three:after{
    content:url(../images/dinner_icon.png);
    display:inline-block;
    float:right;
}
ul.stats_group li.four:after{
    content:url(../images/cake_icon.png);
    display:inline-block;
    float:right;
}
ul.stats_group li.wallet{
    border: 0;
    background-color: #dba435;
    color: #000;
    position: absolute;
    padding: 11px 15px 11px;
    right: -15px;
}
ul.stats_group li.wallet h3{
    font-size: 22px;
    font-weight: 800;
    margin: 13px 4px;
}
ul.stats_group li.wallet h3  small{
	font-size:12px;
}
ul.stats_group li:nth-child(4){
	border:0;
}
ul.stats_group li.wallet h3, ul.stats_group li.wallet h3 small{
	color:#000;
}
ul.stats_group li.wallet:before{
    content: url(../images/wallet_icon.png);
    display: inline-block;
    float: left;
    margin-right: 12px;
}
ul.stats_group li.one{
	
}
ul.left_menu_memberarea{
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.left_menu_memberarea li{
	-webkit-transition: all 0.3s ease-out;                  
    -moz-transition: all 0.3s  ease-out;                 
    -o-transition: all 0.3s  ease-out;   
    -ms-transition: all 0.3s  ease-out;          
    transition: all 0.3s  ease-out;
	display:inline-block;
	background: #000;
	background-color:#d9d9d9;
}
ul.left_menu_memberarea li:first-child{
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
ul.left_menu_memberarea li:nth-child(2){
	border-bottom:1px solid #fff;
}
ul.left_menu_memberarea li:nth-child(3){
	border-right:1px solid #fff;
}
ul.left_menu_memberarea li:hover{
	background-color:#dba135;
}
ul.left_menu_memberarea li a span{
	display:block;
}
ul.left_menu_memberarea li a{
    color: #4d4d4d;
    display: block;
    font-size: 17px;
    text-align: center;
    line-height: 21px;
}
ul.left_menu_memberarea li a:hover{
	color:#fff;
}
ul.left_menu_memberarea li:first-child a:before{
    display: block;
    content: '';
    width: 94px;
    height: 87px;
    background: url(../images/sprite-1.png) no-repeat 0 0;
    margin: 18px auto 16px;
}
ul.left_menu_memberarea li:nth-child(2) a:before{
    display: block;
    content: '';
    width: 94px;
    height: 87px;
    background: url(../images/sprite-1.png) no-repeat -107px 0;
    margin: 18px auto 16px;
}
ul.left_menu_memberarea li:nth-child(3) a:before{
    display: block;
    content: '';
    width: 83px;
    height: 79px;
    background: url(../images/sprite-1.png) no-repeat -214px 0;
    margin: 31px auto 16px;
}
ul.left_menu_memberarea li:nth-child(4) a:before{
    display: block;
    content: '';
    width: 61px;
    height: 82px;
    background: url(../images/sprite-1.png) no-repeat -314px 0;
    margin: 25px auto 16px;
}
ul.left_menu_memberarea li:first-child>a:hover:before, 
ul.left_menu_memberarea li:first-child:hover>a:before{
    background: url(../images/sprite-1.png) no-repeat 0 -93px;
}
ul.left_menu_memberarea li:nth-child(2)>a:hover:before, 
ul.left_menu_memberarea li:nth-child(2):hover>a:before{
	background: url(../images/sprite-1.png) no-repeat -107px -93px;
}
ul.left_menu_memberarea li:nth-child(3)>a:hover:before, 
ul.left_menu_memberarea li:nth-child(3):hover>a:before{
	background: url(../images/sprite-1.png) no-repeat -214px -93px;
}
ul.left_menu_memberarea li:nth-child(4)>a:hover:before, 
ul.left_menu_memberarea li:nth-child(4):hover>a:before{
	background: url(../images/sprite-1.png) no-repeat -314px -98px;
}
table#trans_history thead{
	background-color:rgba(219, 161, 53, 0.2);
}
table#trans_history thead tr th{
	border-bottom:0;
}
table#trans_history tbody tr td{
	padding: 13px 20px 20px 13px;
	border-bottom:1px solid #e0e0e0;
}
table#trans_history tbody tr td:first-child img{
    border-radius: 2px;
    border: 1px solid #d4d4d4;
    float: left;
    margin-right: 15px;
}
table#trans_history tbody tr td:first-child h4{
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 6px 0 4px;
}
table#trans_history tbody tr td:first-child h4 small{
    font-size: 12px;
    color: #868686;
    display: block;
    line-height: 18px;
    margin-top: 2px;
}
#register_box{
    float: left;
    /* position: absolute; */
    width: 100%;
    background-color: rgba(255, 255, 255, 0.93);
    border: 1px solid #fff;
    padding: 10px;
    margin-top: 77px;
    margin-right: 21px;
    right: 0;
    /* box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.77); */
}
#register_box h1 {
    font-family: 'Fira Sans Extra Condensed', sans-serif !important;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 3px 0;
}
#register_box h1:before {
    content: url(../images/menu_before.png);
    display: block;
    width: 146px;
    height: 23px;
    margin: 0 auto;
    text-align: center;
}
#register_box h1:after {
    content: url(../images/menu_after.png);
    display: block;
    width: 146px;
    height: 23px;
    margin: 4px auto 0;
    text-align: center;
}
#register_box h1 span{
    color: #924f10;
}
#register_box .form-group{
	float: left;
	width:100%;
	margin-bottom:10px;
}
#progressbar{
	margin:0;
	padding:0;
	font-size:18px;
	text-align: center;
}	
#progressbar li{
	margin-right:52px;
	display:inline;
	color:#c1c5cc;
}
.active{
	color:red !important;
	}
p.subtitle{
	float:left;
	width:100%;
	text-align:center
}
table.member_plan tr td:first-child{
    padding: 23px 22px !important;	
}
table.member_plan tr th:first-child{
	font-size: 11px;
    font-weight: normal;
    vertical-align: middle;
}
table.member_plan tr:nth-child(even){ 
	background-color:#eee; 
}
table.member_plan tr th:first-child span{
	color:#b38436;
	font-weight:600;
	line-height: 18px;
}
table.member_plan tr td{
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    font-size: 14px;
}
.input-hidden {
  position: absolute;
  left: -9999px;
}

table.member_plan tbody tr td:first-child input[type=radio]+ label,
.payment input[type=radio]+ label{
	display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
	padding-left: 49px;
}
.payment input[type=radio]:checked + label>img,
table.member_plan tbody tr td:first-child  input[type=radio]:checked + label>img {

}

/* Stuff after this is only to make things more pretty */
.payment input[type=radio] + label>img{
	padding-left: 35px;
}
.payment input[type=radio] + label>img,
table.member_plan tbody tr td:first-child  input[type=radio] + label>img {
  transition: 500ms all;
  cursor:pointer;
}
.payment  input[type=radio] + label:before,
table.member_plan tbody tr td:first-child  input[type=radio] + label:before{
	font-family: FontAwesome;
    display: inline-block;
    float: left;
    margin-right: 16px;
    content: '\f10c';
    font-size: 28px;
    color: #bfbfbf;
    border-radius: 50%;
	position: absolute;
    left: 61px;
}
.payment  input[type=radio] + label:before{
	margin-top: 23px;
}
.payment input[type=radio]:checked + label:before,
table.member_plan tbody tr td:first-child  input[type=radio]:checked + label:before{
	font-family: FontAwesome;
    display: inline-block;
    float: left;
    margin-right: 16px;
    content: '\f058';
    font-size: 28px;
    color: #926c25;
    border-radius: 50%;
	position: absolute;
    left: 61px;
}
.payment_box{
    float: left;
    width: 100%;
    padding: 33px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 72px -15px;
}

form.regform .form-group{
	float: left;
    margin-bottom: 15px;
    width: 100%;
}
fieldset{
    display: none;
    width: 100%;
    padding: 20px;
    margin-top: 50px;
    border: 1px solid #ccc;
	}

#first{
    display: block;
    width: 100%;
    padding: 20px;
    margin-top: -7px;
    border: 1px solid #ccc;
	}
h2{
	font-size: 23px;
    font-family: 'Fira Sans Extra Condensed', sans-serif !important;
    width: 100%;
    TEXT-ALIGN: CENTER;
    text-transform: uppercase;
    color: #8f4c0f;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
#register_wrapper{
	display:none;
}
.price_table_container{
	text-align:center;
	color:#666;
	margin-top:35px;
	font-family: 'Open Sans', sans-serif;
}

.price_table_heading{
    font-size: 26px;
    padding: 10px;
    background: #EEE;
    font-weight: lighter;
}
.price_table_row {
    padding:15px;
	background: #FFF;
}

.cost{
	padding:30px;
	font-size:30px;
}
.cost span{
	font-size:15px;
}

.price_table_row:nth-of-type(even) {
    background: #F8F8F8;
}
.btn{
	border-radius:0px;
}

.recommended{
/*USER DEFINED COLOUR*/	
background:#FF3A3A; 
color:#FFF;
/*USER DEFINED COLOUR*/	
padding:3px 0 3px 0;
margin-top:10px;  
text-align:center;
margin-bottom:-35px;
font-family: 'Open Sans', sans-serif;
}


.spacer{width:100%;height:50px;}


/*Already Defined Colours*/
/*Background*/
.primary-bg{background:#337AB7;color:#FFF;}
.success-bg{background:#5CB85C;color:#FFF;}
.info-bg{background:#5BC0DE;color:#FFF;}
.warning-bg{background:#F0AD4E;color:#FFF;}
.danger-bg{background:#D9534F;color:#FFF;}
.dark-bg{background:#444;color:#FFF;}
.royal-bg{background:#8E74E2;color:#FFF;}
.static-bg{background:#2BB0A6;color:#FFF;}

/*Only Text Colours*/
.primary-text{background:#FFF;color:#337AB7;}
.success-text{background:#FFF;color:#5CB85C;}
.info-text{background:#FFF;color:#5BC0DE;}
.warning-text{background:#FFF;color:#F0AD4E;}
.danger-text{background:#FFF;color:#D9534F;}
.dark-text{background:#FFF;color:#444;}
.royal-text{background:#FFF;color:#8E74E2;}
.static-text{background:#FFF;color:#2BB0A6;}

/*Additional Button styles*/

/*BTN-DARK*/
.btn-dark {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}


/*BTN-ROYAL---------*/
.btn-royal {
  color: #fff;
  background-color: #8E74E2;
  border-color: #8E74E2;
}
.btn-royal:hover,
.btn-royal:focus,
.btn-royal.focus,
.btn-royal:active,
.btn-royal.active,
.open > .dropdown-toggle.btn-royal {
  color: #fff;
  background-color: #7451E8;
  border-color: #7451E8;
}
.btn-royal:active,
.btn-royal.active,
.open > .dropdown-toggle.btn-royal {
  background-image: none;
}


/*BTN-STATIC---------*/
.btn-static {
  color: #fff;
  background-color: #2BB0A6;
  border-color: #2BB0A6;
}
.btn-static:hover,
.btn-static:focus,
.btn-static.focus,
.btn-static:active,
.btn-static.active,
.open > .dropdown-toggle.btn-static {
  color: #fff;
  background-color: #07A094;
  border-color: #07A094;
}
.btn-static:active,
.btn-static.active,
.open > .dropdown-toggle.btn-static {
  background-image: none;
}
-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}
.grow {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.grow:active,
.grow:focus,
.grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.shrink {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.shrink:active,
.shrink:focus,
.shrink:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}
@-webkit-keyframes pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}
@keyframes pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}
.pulse {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.pulse:active,
.pulse:focus,
.pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@-webkit-keyframes pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}
@keyframes pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}
.pulse-grow {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.pulse-grow:active,
.pulse-grow:focus,
.pulse-grow:hover {
    -webkit-animation-name: pulse-grow;
    animation-name: pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}
@-webkit-keyframes pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}
@keyframes pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}
.pulse-shrink {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.pulse-shrink:active,
.pulse-shrink:focus,
.pulse-shrink:hover {
    -webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}
@-webkit-keyframes push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.push {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.push:active,
.push:focus,
.push:hover {
    -webkit-animation-name: push;
    animation-name: push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.pop {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.pop:active,
.pop:focus,
.pop:hover {
    -webkit-animation-name: pop;
    animation-name: pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
.rotate {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.rotate:active,
.rotate:focus,
.rotate:hover {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}
.grow-rotate {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.grow-rotate:active,
.grow-rotate:focus,
.grow-rotate:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}
.float {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.float:active,
.float:focus,
.float:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
.sink {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.sink:active,
.sink:focus,
.sink:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}
@-webkit-keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}
@keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}
.hover {
    display: inline-block;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.hover:active,
.hover:focus,
.hover:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}
@-webkit-keyframes hang {
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}
@keyframes hang {
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}
.hang {
    display: inline-block;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.hang:active,
.hang:focus,
.hang:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: hang;
    animation-name: hang;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}
.skew {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.skew:active,
.skew:focus,
.skew:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}
.skew-forward {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.skew-forward:active,
.skew-forward:focus,
.skew-forward:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}
.skew-backward {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.skew-backward:active,
.skew-backward:focus,
.skew-backward:hover {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}
@-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.wobble-vertical {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.wobble-vertical:active,
.wobble-vertical:focus,
.wobble-vertical:hover {
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.wobble-horizontal {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.wobble-horizontal:active,
.wobble-horizontal:focus,
.wobble-horizontal:hover {
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }
    
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }
    
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }
    
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }
    
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
.wobble-to-bottom-right {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.wobble-to-bottom-right:active,
.wobble-to-bottom-right:focus,
.wobble-to-bottom-right:hover {
    -webkit-animation-name: wobble-to-bottom-right;
    animation-name: wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }
    
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }
    
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }
    
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }
    
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }
    
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }
    
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
.wobble-to-top-right {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.wobble-to-top-right:active,
.wobble-to-top-right:focus,
.wobble-to-top-right:hover {
    -webkit-animation-name: wobble-to-top-right;
    animation-name: wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}
@keyframes wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}
.wobble-top {
    display: inline-block;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.wobble-top:active,
.wobble-top:focus,
.wobble-top:hover {
    -webkit-animation-name: wobble-top;
    animation-name: wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}
@keyframes wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}
.wobble-bottom {
    display: inline-block;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.wobble-bottom:active,
.wobble-bottom:focus,
.wobble-bottom:hover {
    -webkit-animation-name: wobble-bottom;
    animation-name: wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}
@keyframes wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}
.wobble-skew {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.wobble-skew:active,
.wobble-skew:focus,
.wobble-skew:hover {
    -webkit-animation-name: wobble-skew;
    animation-name: wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}
@keyframes buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}
.buzz {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.buzz:active,
.buzz:focus,
.buzz:hover {
    -webkit-animation-name: buzz;
    animation-name: buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@-webkit-keyframes buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}
@keyframes buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}
.buzz-out {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.buzz-out:active,
.buzz-out:focus,
.buzz-out:hover {
    -webkit-animation-name: buzz-out;
    animation-name: buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
.border-fade {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0)
}
.border-fade:active,
.border-fade:focus,
.border-fade:hover {
    box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0)
}
.hollow {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0)
}
.hollow:active,
.hollow:focus,
.hollow:hover {
    background: 0 0
}
.trim {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.trim:before {
    content: '';
    position: absolute;
    border: #fff solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.trim:active:before,
.trim:focus:before,
.trim:hover:before {
    opacity: 1
}
.outline-outward {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.outline-outward:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}
.outline-outward:active:before,
.outline-outward:focus:before,
.outline-outward:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px
}
.outline-inward {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.outline-inward:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}
.outline-inward:active:before,
.outline-inward:focus:before,
.outline-inward:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1
}
.round-corners {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.round-corners:active,
.round-corners:focus,
.round-corners:hover {
    border-radius: 1em
}
.glow {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.glow:active,
.glow:focus,
.glow:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}
.box-shadow-outset {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.box-shadow-outset:active,
.box-shadow-outset:focus,
.box-shadow-outset:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .6)
}
.box-shadow-inset {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .6), 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.box-shadow-inset:active,
.box-shadow-inset:focus,
.box-shadow-inset:hover {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .6), 0 0 1px rgba(0, 0, 0, 0)
}
.float-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}
.float-shadow:active,
.float-shadow:focus,
.float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
.float-shadow:active:before,
.float-shadow:focus:before,
.float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}
@-webkit-keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}
@keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}
@-webkit-keyframes hover-shadow {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4
    }
    
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 1
    }
    
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4
    }
}
@keyframes hover-shadow {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4
    }
    
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 1
    }
    
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4
    }
}
.hover-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.hover-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}
.hover-shadow:active,
.hover-shadow:focus,
.hover-shadow:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}
.hover-shadow:active:before,
.hover-shadow:focus:before,
.hover-shadow:hover:before {
    opacity: .4;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: hover-shadow;
    animation-name: hover-shadow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}
.shadow-radial {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.shadow-radial:after,
.shadow-radial:before {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%)
}
.shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%)
}
.shadow-radial:active:after,
.shadow-radial:active:before,
.shadow-radial:focus:after,
.shadow-radial:focus:before,
.shadow-radial:hover:after,
.shadow-radial:hover:before {
    opacity: 1
}
.bubble-top {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top;
    transition-property: top;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px;
    border-color: transparent transparent #e1e1e1
}
.bubble-top:active:before,
.bubble-top:focus:before,
.bubble-top:hover:before {
    top: -10px
}
.bubble-right {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: right;
    transition-property: right;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1
}
.bubble-right:active:before,
.bubble-right:focus:before,
.bubble-right:hover:before {
    right: -10px
}
.bubble-bottom {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: bottom;
    transition-property: bottom;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0;
    border-color: #e1e1e1 transparent transparent
}
.bubble-bottom:active:before,
.bubble-bottom:focus:before,
.bubble-bottom:hover:before {
    bottom: -10px
}
.bubble-left {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: left;
    transition-property: left;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent
}
.bubble-left:active:before,
.bubble-left:focus:before,
.bubble-left:hover:before {
    left: -10px
}
.bubble-float-top {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #e1e1e1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top;
    transition-property: top
}
.bubble-float-top:active,
.bubble-float-top:focus,
.bubble-float-top:hover {
    -webkit-transform: translateY(5px) translateZ(0);
    transform: translateY(5px) translateZ(0)
}
.bubble-float-top:active:before,
.bubble-float-top:focus:before,
.bubble-float-top:hover:before {
    top: -10px
}
.bubble-float-right {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: right;
    transition-property: right
}
.bubble-float-right:active,
.bubble-float-right:focus,
.bubble-float-right:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}
.bubble-float-right:active:before,
.bubble-float-right:focus:before,
.bubble-float-right:hover:before {
    right: -10px
}
.bubble-float-bottom {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #e1e1e1 transparent transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: bottom;
    transition-property: bottom
}
.bubble-float-bottom:active,
.bubble-float-bottom:focus,
.bubble-float-bottom:hover {
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0)
}
.bubble-float-bottom:active:before,
.bubble-float-bottom:focus:before,
.bubble-float-bottom:hover:before {
    bottom: -10px
}
.bubble-float-left {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: left;
    transition-property: left
}
.bubble-float-left:active,
.bubble-float-left:focus,
.bubble-float-left:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}
.bubble-float-left:active:before,
.bubble-float-left:focus:before,
.bubble-float-left:hover:before {
    left: -10px
}
.curl-top-left {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}
.curl-top-left:active:before,
.curl-top-left:focus:before,
.curl-top-left:hover:before {
    width: 25px;
    height: 25px
}
.curl-top-right {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}
.curl-top-right:active:before,
.curl-top-right:focus:before,
.curl-top-right:hover:before {
    width: 25px;
    height: 25px
}
.curl-bottom-right {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}
.curl-bottom-right:active:before,
.curl-bottom-right:focus:before,
.curl-bottom-right:hover:before {
    width: 25px;
    height: 25px
}
.curl-bottom-left {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}
.curl-bottom-left:active:before,
.curl-bottom-left:focus:before,
.curl-bottom-left:hover:before {
    width: 25px;
    height: 25px
}
h2.heading{
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    font-size: 17px;
    color: #5d5d5d;
    margin-top: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-left: 11px;
}
h2.heading span{
	color: #8e4704;
}
#dropdown { 
  display: block;
  padding: 13px 16px;
  width: 266px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  border-left: 4px solid #739cda;
  background: #fff;
  font-size: 1.55em;
  color: #656565;
  font-weight: normal;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.settings_link{
	display:inline-block;
}
#settings_link:hover { color: #898989; }

#settings_link.open {
  color: #fff;
}

#settings_link ul { 
    position: absolute;
    top: 83px;
    width: 47%;
    padding: 5px 0px;
    display: none;
    border-left: 4px solid #946d25;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    z-index: 30;
}
#settings_link ul li { font-size:13px; }

#settings_link ul li a { 
  text-decoration: none;
	display: block;
    color: #9c711a;
    padding: 7px 15px;
    font-weight: 400;	
}
#settings_link ul li a:hover {
  color: #000;
  background: #e7f0f7;
}