/* FONTS */
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);*/
/* OVERALL ASPECT */

body {
	background-color: #f2f2f2;
	font-family:  Raleway,"微软雅黑";
	font-weight: 300;
	font-size: 13px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	/*margin-top: 70px;*/
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: Raleway,"微软雅黑";
	font-weight: 300;
	color: #4e4e4e;
}
/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 25px;
}
.centered {
	text-align: center;
	
}
/* Links */
a {
	color: #555555;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #7b7b7b;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
.green {
	color: #C1D82F
}
.grey {
	color: #999999
}
.white {
	color: #FFFFFF
}
.navbar {
	font-weight: 800;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-nav li {
	margin-top: 5px;
	padding: 0 10px;
}

@media (max-width: 1080px) {
.navbar-nav li {
	margin-top: 5px;
	padding: 0;
	font-size: 10pt
}
}
.navbar-inverse {
	background: #333333;
	border-width: 0 0 2px 0;
	border-color: #C1D82F;
}
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .current-menu-item > a:hover, .navbar-inverse .navbar-nav > .current-page-item > a:hover, .navbar-inverse .navbar-nav > .current-page-ancestor > a:hover, .navbar-inverse .navbar-nav > .current_page_parent > a:hover {
	background: #C1D82F;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .current-menu-item > a, .navbar-inverse .navbar-nav > .current-page-item > a, .navbar-inverse .navbar-nav > .current-page-ancestor > a, .navbar-inverse .navbar-nav > .current_page_parent > a {
	background: #C1D82F;
	color: #333333;
}
.navbar-brand img {
	/*max-height: 1.75em !important;
	height: 75%;*/
	 width:176px;
	 height:50px;
}
.footer-menu a {
	color: #FFFFFF !important;
}
.footer-menu a:hover {
	color: #C1D82F !important;
}
.btn-primary {
	font-size: 12pt;
	background: #666666;
	border: none;
	padding: 15px 25px;
	border-radius: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus, .btn-buy:hover, .btn-buy:active, .btn-buy:visited, .btn-buy:focus {
	background: #CCCCCC;
	color: #333333;
	-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;
}
.btn-buy {
	font-size: 12pt;
	border: none;
	padding: 10px 20px;
	border-radius: 0;
	margin-top: -2px;
}
.profilepic {
	width: 90%;
}
@media (max-width: 1200px) {
.profilepic {
	width: 25% !important;
}
.img-oversize {
		max-width: 100%;
		margin: 0 !important;
	}
}
/*TILT*/
.tilt {
	-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;
}
.tilt:hover {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.homeproduct {
	border: 10px #e0e0e0 solid;
	padding: 20px 0;
}
.homeproduct img {
	width: 90%;
}
.homeproduct:hover {
	border: 10px #CCCCCC solid;
	background: #DDDDDD;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.homeproduct2:hover {
	border: 2px #EEEEEE solid;
	background: #FFFFFF;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.productlistimg {
	max-width: 90%;
	padding: 5%;
}
.pagination .active a {
	background: #C1D82F;
	border-color: #DDDDDD;
}
.pagination .active a:hover {
	background: #333333;
	border-color: #DDDDDD;
}
.btn-green {
	background: #C1D82F;
	color: #333333;
}
@media (max-width: 600px) {
	#buy {
		clear: both !important;
		width: 100%;
		padding: 20px 0;
	}
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../images/header-bg-vtxsound.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top: 20px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media (min-width: 601px) {
#headerwrap h1 {
	margin-top: 120px;
}
}
@media (max-width: 600px) {
#headerwrap h1 {
	margin-top: 150px;
	font-size: 50px !important;
}
#headerwrap h2 {
	font-size: 30px !important;
}
}
@media (max-width: 400px) {
#headerwrap h1 {
	margin-top: 120px;
	font-size: 40px !important;
}
#headerwrap h2 {
	font-size: 20px !important;
}
}
#headerwrap h1 {
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}
#headerwrap h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#headerwrap h3 {
	color: white;
	font-family:"微软雅黑";
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
#dg h4 {
	font-weight: 700;
	font-family:"微软雅黑";
}
/* Dark Dark Grey Wrap */
#ddg {
	background: #2d2d2d;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
#ddg h4 {
	font-weight: 700;
}
/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
#lg h4 {
	font-weight: 700;
}
/* White */
#white {
	background: #FFFFFF;
	/*padding-top: 70px;*/
	padding-bottom: 70px;
}
#white h4 {
	font-weight: 700;
}
/* Green Wrap */
#g {
	background: #C1D82F;
	padding-top: 35px;
	padding-bottom: 35px;
}
#g h4 {
	color: #333333;
	font-weight: 700;
}
#g p {
	color: #333333;
}
/* Green Wrap */

#blue {
	background: #3498db;
	padding-top: 35px;
	padding-bottom: 35px;
}
#blue h4 {
	color: white;
	font-weight: 700;
}
#blue p {
	color: white;
}
/* Footer Wrap */
#f {
	background: #2d2d2d;
	padding-top: 30px;
	padding-bottom: 30px;
}
#f i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}
#f i:hover {
	color: #C1D82F;
}
/****** SECTIONS *****/

.w {
	padding-top: 35px;
}
.w h4 {
	font-weight: 700;
}
.w i {
	color: #C1D82F;
	font-size: 30px;
}
.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}
.wb h4 {
	font-weight: 700;
}
.desc {
	padding-top: 35px;
}
.desc h4 {
	font-weight: 700;
}
.desc i {
	color: #C1D82F;
	font-size: 12px;
	padding: 5px;
}
/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;
}
.modal-header {
	background: #bdbdbd;
	color: white;
}
.modal-header h4 {
	font-weight: 700;
}
.modal-body {
	background: #f2f2f2;
	font-family: "Lato";
	font-weight: 300;
	font-size: 16px;
	color: #555;
}
.modal-footer {
	background: #f2f2f2;
	margin-top: 0px;
}
/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
	padding-bottom: 40px;
}
.pricing-option .pricing-top {
	position: relative;
	background: #222;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 40px 20px 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pricing-option .pricing-top .special-label {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1abc9c;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0;
}
.special .pricing-top {
	background: black;
}
.pricing-option .pricing-edition {
	text-transform: uppercase;
	display: block;
	font-size: 25px;
	letter-spacing: 8px;
}
.pricing-option .price {
	display: inline-block;
	position: relative;
}
.pricing-option .price sup {
	position: absolute;
	top: 50px;
	left: -10px;
	font-size: 24px;
}
.pricing-option .price .price-amount {
	font-size: 108px;
	letter-spacing: -4px;
}
.pricing-option .price small {
	position: relative;
	left: -10px;
	font-size: 18px;
}
.pricing-option ul {
	list-style: none;
	margin: 0;
	background: #eee;
	text-align: center;
	padding-left: 0px;
}
.pricing-option ul li {
	border-bottom: solid 1px #e1e1e1;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pricing-option .pricing-signup {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px;
	color: white;
	background: #1abc9c;
}
.pricing-option .pricing-signup:hover {
	background: #C1D82F;
}
/**********************/
#sddm
{	margin: 10px auto;
	padding: 0;
	z-index: 30;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin: 0 0 0 2px;
	}
#sddm li a
{	display: block;
	
	}
#sddm li div
{	position: absolute;
    display:none;
	margin: 0;
	padding: 0;
	width:160px;
	background: #C1D82F;
	border: 0px solid #C1D82F}
#sddm li:hover div, #sddm li a:hover div { display:block;} 	
#sddm li:hover,#sddm li a:hover {background: #C1D82F} 

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 10px 15px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #C1D82F;
		color: #2875DE;
		font: 12px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}