			/*Define Fonts...*/
			@font-face {
			  font-family: 'EuroStile_Demi';
			  font-style: normal;
			  font-weight: 400;
			  src: /* local('Expletus Sans'), local('ExpletusSans-Regular'),local('Expletus-Sans'), */ url('./fonts/Eurostile_LT_Demi.ttf') format('truetype');
			}
			@font-face {
			  font-family: 'EuroStile_Medium';
			  font-style: normal;
			  font-weight: 400;
			  src: /* local('Expletus Sans'), local('ExpletusSans-Regular'),local('Expletus-Sans'), */ url('./fonts/Eurostile_LT_Medium.ttf') format('truetype');
			}
			
			/*page styles*/
			* {
				font-family: "EuroStile_Medium","helvetica neue",arial,sans-serif;
				}
	::-webkit-scrollbar {
		height: 10px;
		width: 100%;
		}
	::-webkit-scrollbar:vertical {
		height: 100%;
		width: 5px;
		}
		::-webkit-scrollbar-track-piece {
			background-color: #1d1d1d;
			border-radius: 5px;
			}
			::-webkit-scrollbar-thumb {
/* 				width: 50px; */
				border-radius: 5px;
				background-color: #3A3A3A;
				min-width: 50px;
			}
            /* Demo styles */
            html,body{background:#000000;margin:0; padding: 0px;height:99%;}
            body{border-top:4px solid #000;
				background: no-repeat center center fixed url(../img/global/sbp_back.jpg);
            	height: 100%;
            	min-height: 690px;
            	min-width: 930px;
            	}
/*             .content{color:#777;font:12px/1.4;width:100%;margin:20px auto;} */
            h1{font-size:12px;font-weight:normal;color:#ddd;margin:0;}
/*             p {margin:0 0 20px} */
            a {color: #919797;text-decoration:none;}
            a:hover {color: #a6a9a7;text-decoration:none;}
            .cred{margin-top:20px;font-size:11px;}
            
            .content {
            	font-size: 16px;
				font-family: "EuroStile_Medium","helvetica neue",arial,sans-serif;
            	height:600px;
				width: 900px;
            	position: absolute;
            	top: 50%;
            	margin-top: -300px;
            	left: 50%;
            	margin-left: -450px;
            	color: #aeaeae;
            	overflow-x: none;
            	overflow-y: auto;
            	padding-right: 10px;
            	}
				.section_indent {
					display: none;
					margin-left: 25px;
					}
	            	.pricing_indent {
            			margin-left: 50px;
	            		}
	            .content h3 {	
	            	border-bottom: 2px solid #4d4d4d;
	            	cursor: pointer;
	            	}
	            	.content h3 span {
	            		color: #787878;
	            		font-size: 15px;
	            		line-height: 25px;
	            		}
            		.content h4 {
            			border-bottom: 1px solid #4d4d4d;
            			margin: 0px;
            			padding: 0px;
            		}
					.content h5, .content h6{
            			border-bottom: 1px solid #3d3d3d;
            			}
            			.content h5 {
            				font-size: 15px;
            				}
            	.content p {
            		margin-top: 5px;
            		}
            	.content center ul {
            		
            		}
	            	.content center ul li {
	            		padding: 0px;
	            		margin: 0px;
	            		list-style-type: none;
	            		list-style-position: outside;
	            	}
            /* This rule is read by Galleria to define the gallery height: */
            #galleria{
            	height:600px;
				width: 900px;
            	position: absolute;
            	top: 50%;
            	margin-top: -300px;
            	left: 50%;
            	margin-left: -450px;
            }
            .galleria-thumbnails {
				display:table;
				margin:0 auto;
            	}
            	.galleria-image {
	            	display: inline-block !important;
            	}
            	.galleria-container {
            		width: 900px !important;
            		}
            .galleria_image_pre {
				display:table;
				margin:0 auto;
            	text-align: center;
            	padding-bottom: 30px;
            	}
            /*gallery list*/
            #gallery_list {
            	
            	}
            	#gallery_list li {
            		min-height: 74px;
            		line-height: 35px;
            		width: 49%;
            		display: inline-block;
            		border-radius: 5px;
            		cursor: pointer;
	           		color: #737373;
            		}
	            	#gallery_list li:hover {
	            		background-color: #2a2a2a;
						color: #aeaeae;
	            	}
			#gallery_list li .gallery_selection_thumb {
				height: 64px;
				width: 64px;
				display: inline-block;
				float: right;
				text-align: right;
           		border-radius: 3px;
           		margin: 5px;
           		margin-right: 10px;
				opacity: 0.6;
				vertical-align: middle
				}
				#gallery_list li.left {
					text-align: right;
					}
				#gallery_list li h2 {
					margin-left: 5px;
					margin-right: 5px;
					}
				#gallery_list li.left_r h2 {
					text-align: right;
					margin-right: 5px;
					}
				#gallery_list li.left .gallery_selection_thumb {
					text-align: left;
					float: left;
					}
				#gallery_list li .gallery_selection_thumb:hover {
				}				
/*LOADER-----------*/
	#loader_blanket {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		background-color: black;
		}
	#loader {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -100px;
		width: 200px;
		margin-top: -100px;
		height: 240px;
/* 		border: 1px solid yellow; */
		}
		#loader #logo {
			width: 200px;
			height: 200px;
/* 			border: 1px solid white; */
			margin-bottom: 20px;
			position: relative;
			background: transparent no-repeat center center url(../img/global/logo_loader.png);
			}
		#loader #progress {
			position: relative;
			margin-left: 96px;
			height: 2px;
			border-radius: 10px;
			border: 1px solid #65676a;
			background-color: #65676a; /*939598*/
			width: 10px;
			display: none;
		}
           
          #nav {
/*           	font-variant: small-caps; */
			font-family: "EuroStile_Medium","helvetica neue",arial,sans-serif;
          	list-style-type: none;
          	list-style-position: inside;
          	display: block;
          	position: absolute;
          	top: 0px;
          	left: 0px;
          	width: 100%;
          	height: 50px;
          	background: #878787;
          	z-index: 9999;
          	opacity: 0.80;
          	padding: 0px;
          	margin: 0px;
          	}
          	#nav li {
          		color: #e1e1e1;
          		display: inline-block;
          		padding-left: 5px;
          		padding-right: 5px;
          		font-size: 20px;
          		line-height: 50px;
          		}
          		#nav li a {
	          		color: #e1e1e1;
	          		display: block;
	         		cursor: pointer;
	          		}
          		#nav li a:hover {
          			color: #000000;
          			}
          		#nav li.first {
          			margin-left: 10px;
          			}
          		#nav li.sbp {
          			font-variant: normal;
          			margin-right: 10px;
          			float: right;
          			font-size: 25px;
          			color: #f1f1f1;
          			cursor: crosshair;
					font-family: "EuroStile_Demi","helvetica neue",arial,sans-serif;
          			}
          			#nav li.sbp h1 {
						font-family: "EuroStile_Demi","helvetica neue",arial,sans-serif;
						font-size: 25px;
          				}
