@charset "utf-8";
/* CSS Body Layout */

body {text-align: center; margin-top: 0px; margin-left: auto; margin-right: auto; width: 100%; margin-bottom: 0px; margin-top: 192px; font-family: Verdana, Geneva, sans-serif; background: url(../../images/layout/main_page_bg_black_gold.png) top center;}
#nav_container {width: 100%; height: 153px; background: url(../../images/layout/top_left_bg.png) top left no-repeat, url(../../images/layout/top_right_bg.png) top right no-repeat; background-color: #f6f6f6; position: fixed; top: 0px; z-index: 2; font-weight: bold;}
#nav_table {height: 153px; width: 1200px; margin-left: auto; margin-right: auto;}
#main_body_content {width: 100%; height: auto; background:; display: block;}
#slideshow {width: 100%; margin-left: auto; margin-right: auto; height: 450px; display: inline-block; background: #000000; margin-top: 0px; position: relative;}
#slideshow > div {position: absolute; top: 0px; left: 0px;}
#slideshow > div > img {}

/* Start Review Section */
.reviews {background: #background: rgba(255, 255, 255, 0.5); display: inline-block; width: 100%; margin-bottom: 20px;}
review_img {padding: 20px;}
review_name {display: block; width: 100% - 20px; background: #000000; height: 20px; color: #ffffff; font-size: 20px; padding: 20px;}
review_info {display: inline-block; height: 160px; padding-left: 40px; padding-right: 40px; background: url(../../images/reviews/quote_marks.png) top center no-repeat;}
/* End Review Section */

.info_tag {display: inline-block; font-size: 40px; color: #ffffff; text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; background: url(../../images/layout/gold_shimmer_bg.png); width: 100%; height: 50px; font-weight: bold; font-family: 'FGM'; margin-top: 450px;}

.active {background: #ffffff; color: #000000;}
.active2 {background: #c6a852; color: #000000;}

#content_toggle1 {display:inline-block; text-align: left; width: 960px; padding: 20px; color: #000000;}

#logo {cursor:pointer;}
#logo:hover {animation: logo 0.5s linear;}
@keyframes logo { from{transform: rotateX(0deg);} to {transform: rotateX(360deg);} }

float_insta {display: block; position: fixed; top: 10px; left: -100px; margin-left: auto; margin-right: auto; width: 1200px; z-index: 4;}

