html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	/*font-family: Tahoma;*/
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #222;
	height: 100%;
}

A {
	color: #CBAA80;
}
A:hover {
	color: #a58358;
	text-decoration: none;
}

.color-1 {
	color: #33BDFF;
}
A.color-1:hover {
	color: #10539A;
}

.soc-panel {
	display: block;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	/*
	width: 40px;
	height: 40px;
	background-color: #51be49;
	border-radius: 20px;
	*/
	text-align: center;
	padding-top: 5px;
}
.soc-panel IMG {
	width: 50px;
	height: 50px;
}
@media all and (max-width: 992px) {
	.soc-panel {
		right: 15px;
		bottom: 15px;
	}
	.soc-panel IMG {
		width: 50px;
		height: 50px;
	}
}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
    }
}

.container-v2 {
	  max-width: 900px;
	  margin: 0 auto;
}

.container-v1 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.container-static-page {
	min-height: 500px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.body-bg {
	background: rgb(80,83,98);
	background: linear-gradient(180deg, rgba(80,83,98,1) 0%, rgba(36,40,51,1) 100%);
}

.scaled-item-outer {
	overflow: hidden;
}
.scaled-item {

}

.page-pic {
	width: 100%;
}
.pagebox {
	border: 0px solid yellow;
}
.pagebox .pb-strings {
	padding: 0px 30px;
	position: relative;
	border: 0px solid red;
}
.pagebox .pb-text {
	display: inline-block;
	position: absolute;
	z-index: 10;
	color: #fff;
	font-size: 20px;
	line-height: 1em;
	border: 0px solid rgba(0,0,255,0.7);
}
.pagebox .pb-center {
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	width: auto;
}
.pagebox .pb-col-1 {
	width: 420px;
}
.pagebox .pb-col-right {
	left: 470px;
}
.pagebox .pb-color-1 {
	color: #777777;
}
.pagebox .pb-color-2 {
	background: #FFF7E0;
	background: linear-gradient(to right, #FFF7E0 0%, #b19e90 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pagebox .pb-color-3 {
	color: #010101;
}
.pagebox .pb-mark-1 {
	background-color: rgba(172,182,198,0.6);
	padding: 5px 10px;
	border-radius: 10px;
}

.pagebox .pb-mark-2 {
	background-color: rgba(255,255,255,0.8);
	padding: 5px 10px;
	border-radius: 10px;
}

.btn-simple-1 {
	display: inline-block;
	background-color: #33BDFF;
	padding: 15px 30px 15px 30px;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	/*
	margin-top: 15px;
	position: absolute;
	*/
	
	
}
.btn-simple-1:hover {
	background-color: #10539A;
	color: #fff;
	opacity: 0.9;
}


.fixed-buy {
	display: block;
	position: fixed;
	z-index: 999;
	left: 20px;
	bottom: 20px;
	text-align: center;
	padding: 5px 10px;
	background-color: #33BDFF;
	border-radius: 10px;
	color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
.fixed-buy-animate-1 {
	transform: scale(1.0);
	transition: all 1.8s ease-out 0s;
}
.fixed-buy-animate-2 {
	transform: scale(0.95);
	transition: all 1.8s ease-out 0s;
}
@media all and (max-width: 992px) {
	.fixed-buy {
		
	}
}


/*
.svg-color-2 circle,
.svg-color-2 path,
.svg-color-2 line {
	stroke: red;
	fill: red;
	color: red;
}
A:hover .svg-color-2 circle,
A:hover .svg-color-2 path,
A:hover .svg-color-2 line {
	stroke: red;
	fill: red;
	color: red;
}
*/