body {
	background-color: #ffffff;
	font-family: "Raleway", Arial;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.75;
	color: #333;
	outline: none !important;
	-webkit-font-smoothing: antialiased;
}
body.pace-running {
	background: #fff;
}
body.pace-running #wrapper {
	opacity: 0;
}
a {
	-webkit-font-smoothing: antialiased;
	outline: none !important;
	color: #a77000;
}
a:hover,
a:focus {
	text-decoration: none;
	opacity: 0.85;
	color: #a77000;
}
.vertical-space {
	display: inline-block;
	width: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: "Raleway", Arial;
}

.light {
	font-weight: 300 !important;
}
.semibold {
	font-weight: 600 !important;
}
.bold {
	font-weight: 700 !important;
}
#wrapper {
	width: 100%;
	height: 100%;
	background: #ffffff;
	position: relative;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-ms-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}
.form-control {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	border-color: #ddd;
}
.form-control:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background: #fafafa;
	border-color: #eee;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.btn,
.btn:hover {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.btn-link {
	text-decoration: none !important;
	color: #a77000;
}
.btn:hover {
	color: #fff !important;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
	opacity: 0.85;
	color: #a77000 !important;
}
.btn.btn-pill {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.btn.btn-lg {
	font-weight: 700;
}
.btn.btn-bordered {
	background: transparent;
	border-width: 2px !important;
}
.mt-1{
	margin-top: 20px;
}
.mt-2{
	margin-top: 40px;
}
.mt-3{
	margin-top: 60px;
}
.mt-4{
	margin-top: 80px;
}
.mt-5{
	margin-top: 100px;
}
.mb-1{
	margin-bottom: 20px;
}
.mb-2{
	margin-bottom: 40px;
}
.mb-3{
	margin-bottom: 60px;
}
.mb-4{
	margin-bottom: 80px;
}
.mb-5{
	margin-bottom: 100px;
}
.pt-1{
	padding-top: 20px;
}
.pt-2{
	padding-top: 40px;
}
.pt-3{
	padding-top: 60px;
}
.pt-4{
	padding-top: 80px;
}
.pt-5{
	padding-top: 100px;
}
.pb-1{
	padding-bottom: 20px;
}
.pb-2{
	padding-bottom: 40px;
}
.pb-3{
	padding-bottom: 60px;
}
.pb-4{
	padding-bottom: 80px;
}
.pb-5{
	padding-bottom: 100px;
}
.text-lg {
	font-size: 16px;
}
.text-md {
	font-size: 14px;
}
.text-sm {
	font-size: 13px;
}
.text-xs {
	font-size: 11px;
}
.icon-lg {
	font-size: 48px;
}
.icon-md {
	font-size: 36px;
}
.icon-sm {
	font-size: 24px;
}
.learn_more{
	font-weight: 300;
	font-size: 14px;
}
.learn_more:hover{
	font-weight: 600;
	font-size: 13px;
}
.hideit {
	visibility: hidden;
}
.invert {
	font-weight: 600;
	color: #fff;
	padding: 0px 6px;
	text-shadow: 1px 1px 0px black;
}
.image-sized {
	width: 100%;
}
.well.shallow {
	border: 1px solid #eee;
	background: #fafafa;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
}
.well.transparent {
	border: 0px;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
}
.progress-bar {
	-webkit-transition: width 1.5s ease-in-out;
	-moz-transition: width 1.5s ease-in-out;
	-ms-transition: width 1.5s ease-in-out;
	-o-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out;
}
.parallax-bg {
	background-attachment: fixed;
	background-position: 50% 0%;
	background-size: 100% auto;
	background-color: #000000;
	background-repeat: no-repeat;
	position: relative;
}
.parallax-bg > div {
	z-index: 1;
	position: relative;
}
.parallax-overlay:after {
	display: block;
	position: absolute;
	z-index: 0;
	content: " ";
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGElEQVQImWNgYGD4zwABMBqF8x+Dg6ECAANPB/k5Ok6iAAAAAElFTkSuQmCC) repeat;
}
.stacked {
	margin: 0px;
}
.stacked > [class*="col-"] {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px !important;
}

.bg-default {
	background-color: #abb7b7 !important;
}
.border-default {
	border-color: #abb7b7 !important;
}
.btn-default {
	background-color: #abb7b7;
	border-color: #abb7b7;
	color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.active {
	background-color: #989898 !important;
	border-color: #989898 !important;
	color: #fff;
}
.btn-bordered.btn-default {
	color: #abb7b7;
}
.text-default {
	color: #abb7b7 !important;
}
.alert-default {
	color: #a4a4a4 !important;
}
.panel-default {
	border-color: #a4a4a4 !important;
}
.panel-default .panel-heading {
	background-color: #abb7b7 !important;
	border-color: #a4a4a4 !important;
	border-radius: 0px;
}
.panel-default .panel-heading a,
.panel-default .panel-title {
	color: #fff;
}

#services_faq .panel-default {
	border-color: transparent !important;
}
#services_faq .panel-default .panel-heading {
	background-color: transparent !important;
	border-color: transparent !important;
	border-radius: 0px;
}
#services_faq .panel-default .panel-heading a,
#services_faq .panel-default .panel-title {
	margin-left: 5px;
	font-size: 18px;
	font-weight: 400;
	color: black;
	display: block;
}
#services_faq .panel-default .panel-heading a i,
#services_faq .panel-default .panel-title i {
	color: #a77000;
	position: absolute;
	margin-left: -18px;
}

.bg-primary {
	background-color: #a77000 !important;
}
.border-primary {
	border-color: #a77000 !important;
}
.btn-primary {
	background-color: #a77000;
	border-color: #a77000;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
	background-color: #3a3b3c !important;
	border-color: #3a3b3c !important;
	color: #fff;
}
.btn-bordered.btn-primary {
	color: #a77000;
}
.text-primary {
	color: #a77000 !important;
}
.alert-primary {
	color: #464749 !important;
}
.panel-primary {
	border-color: #464749 !important;
}
.panel-primary .panel-heading {
	background-color: #a77000 !important;
	border-color: #464749 !important;
	border-radius: 0px;
}
.panel-primary .panel-heading a,
.panel-primary .panel-title {
	color: #fff;
}
.bg-info {
	background-color: #65bbd6 !important;
}
.border-info {
	border-color: #65bbd6 !important;
}
.btn-info {
	background-color: #65bbd6;
	border-color: #65bbd6;
	color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
	background-color: #49a3bf !important;
	border-color: #49a3bf !important;
	color: #fff;
}
.btn-bordered.btn-info {
	color: #65bbd6;
}
.text-info {
	color: #65bbd6 !important;
}
.alert-info {
	color: #5cacc6 !important;
}
.panel-info {
	border-color: #5cacc6 !important;
}
.panel-info .panel-heading {
	background-color: #65bbd6 !important;
	border-color: #5cacc6 !important;
	border-radius: 0px;
}
.panel-info .panel-heading a,
.panel-info .panel-title {
	color: #fff;
}
.bg-danger {
	background-color: #e15554 !important;
}
.border-danger {
	border-color: #e15554 !important;
}
.btn-danger {
	background-color: #e15554;
	border-color: #e15554;
	color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
	background-color: #cd3635 !important;
	border-color: #cd3635 !important;
	color: #fff;
}
.btn-bordered.btn-danger {
	color: #e15554;
}
.text-danger {
	color: #e15554 !important;
}
.alert-danger {
	color: #d24b4a !important;
}
.panel-danger {
	border-color: #d24b4a !important;
}
.panel-danger .panel-heading {
	background-color: #e15554 !important;
	border-color: #d24b4a !important;
	border-radius: 0px;
}
.panel-danger .panel-heading a,
.panel-danger .panel-title {
	color: #fff;
}
.bg-success {
	background-color: #a77000 !important;
}
.border-success {
	border-color: #a77000 !important;
}
.btn-success {
	background-color: #a77000;
	border-color: #a77000;
	color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
	background-color: #fff !important;
	border-color: #a77000 !important;
	color: #a77000 !important;
}
.btn-bordered.btn-success {
	color: #a77000;
}
.btn-bordered:hover,
.btn-bordered:focus,
.btn-bordered.active {
	background-color: #a77000 !important;
	border-color: #a77000 !important;
	color: #fff !important;
}
.text-success {
	color: #a77000 !important;
}
.alert-success {
	color: #62b091 !important;
}
.panel-success {
	border-color: #62b091 !important;
}
.panel-success .panel-heading {
	background-color: #a77000 !important;
	border-color: #62b091 !important;
	border-radius: 0px;
}
.panel-success .panel-heading a,
.panel-success .panel-title {
	color: #fff;
}
.bg-warning {
	background-color: #ffc052 !important;
}
.border-warning {
	border-color: #ffc052 !important;
}
.btn-warning {
	background-color: #ffc052;
	border-color: #ffc052;
	color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
	background-color: #f4aa2a !important;
	border-color: #f4aa2a !important;
	color: #fff;
}
.btn-bordered.btn-warning {
	color: #ffc052;
}
.text-warning {
	color: #ffc052 !important;
}
.alert-warning {
	color: #f5b442 !important;
}
.panel-warning {
	border-color: #f5b442 !important;
}
.panel-warning .panel-heading {
	background-color: #ffc052 !important;
	border-color: #f5b442 !important;
	border-radius: 0px;
}
.panel-warning .panel-heading a,
.panel-warning .panel-title {
	color: #fff;
}
.bg-main_color {
	background-color: #a77000 !important;
}
.border-main_color {
	border-color: #a77000 !important;
}
.btn-main_color {
	background-color: #a77000;
	border-color: #a77000;
	color: #fff;
}
.btn-main_color:hover,
.btn-main_color:focus,
.btn-main_color.active {
	background-color: #2e4d6b !important;
	border-color: #2e4d6b !important;
	color: #fff;
}
.btn-bordered.btn-main_color {
	color: #a77000;
}
.text-main_color {
	color: #a77000 !important;
}
.alert-main_color {
	color: #a77000 !important;
}
.panel-main_color {
	border-color: #365a7d !important;
}
.panel-main_color .panel-heading {
	background-color: #a77000 !important;
	border-color: #a77000 !important;
	border-radius: 0px;
}
.panel-main_color .panel-heading a,
.panel-main_color .panel-title {
	color: #fff;
}
.bg-white-1 {
	background-color: #ffffff !important;
}
.border-white-1 {
	border-color: #ffffff !important;
}
.btn-white-1 {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #fff;
}
.btn-white-1:hover,
.btn-white-1:focus,
.btn-white-1.active {
	background-color: #e6e6e6 !important;
	border-color: #e6e6e6 !important;
	color: #fff;
}
.btn-bordered.btn-white-1 {
	color: #ffffff;
}
.text-white-1 {
	color: #ffffff !important;
}
.alert-white-1 {
	color: #f2f2f2 !important;
}
.panel-white-1 {
	border-color: #f2f2f2 !important;
}
.panel-white-1 .panel-heading {
	background-color: #ffffff !important;
	border-color: #f2f2f2 !important;
	border-radius: 0px;
}
.panel-white-1 .panel-heading a,
.panel-white-1 .panel-title {
	color: #333;
}
.bg-grey-1 {
	background-color: #dddddd !important;
}
.border-grey-1 {
	border-color: #dddddd !important;
}
.btn-grey-1 {
	background-color: #dddddd;
	border-color: #dddddd;
	color: #fff;
}
.btn-grey-1:hover,
.btn-grey-1:focus,
.btn-grey-1.active {
	background-color: #c4c4c4 !important;
	border-color: #c4c4c4 !important;
	color: #fff;
}
.btn-bordered.btn-grey-1 {
	color: #dddddd;
}
.text-grey-1 {
	color: #dddddd !important;
}
.alert-grey-1 {
	color: #d0d0d0 !important;
}
.panel-grey-1 {
	border-color: #d0d0d0 !important;
}
.panel-grey-1 .panel-heading {
	background-color: #dddddd !important;
	border-color: #d0d0d0 !important;
	border-radius: 0px;
}
.panel-grey-1 .panel-heading a,
.panel-grey-1 .panel-title {
	color: #333;
}
.bg-black-1.image_safe_box {
	background-image: url('../img/company/safe-black-box.jpg');
	background-position: center center;
}
.bg-black-1.image_safe_box .text-primary{
	text-shadow: 2px 2px 0px black;
	font-size: 30px;
	font-weight: 100;
}
.bg-black-1.image_safe_box .inner_box{
	font-weight: 200;
}
.bg-black-1.image_city {
	background-image: url('../img/company/city-at-night.jpg');
	background-position: center center;
}
.bg-black-1.image_city .text-primary{
	text-shadow: 2px 2px 0px black;
	font-size: 30px;
	font-weight: 100;
}
.bg-black-1.image_city .inner_box{
	padding: 50px;
	background-color: rgba(10,10,0,0.8);
	border-radius: 20px;
	box-shadow: 10px 10px 20px black;
	font-weight: 200;
}

.bg-black-1 {
	background-color: #000000 !important;
	color: #ffffff !important;
}
.bg-black-1 .title1,
.bg-black-1 .title2{
	color: #a77000;
	font-weight: 200;
}
.border-black-1 {
	border-color: #000000 !important;
}
.btn-black-1 {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
}
.btn-black-1:hover,
.btn-black-1:focus,
.btn-black-1.active {
	background-color: #c4c4c4 !important;
	border-color: #c4c4c4 !important;
	color: #fff;
}
.btn-bordered.btn-black-1 {
	color: #000000;
}
.text-black-1 {
	color: #000000 !important;
}
.alert-black-1 {
	color: #d0d0d0 !important;
}
.panel-black-1 {
	border-color: #d0d0d0 !important;
}
.panel-black-1 .panel-heading {
	background-color: #000000 !important;
	border-color: #d0d0d0 !important;
	border-radius: 0px;
}
.panel-black-1 .panel-heading a,
.panel-black-1 .panel-title {
	color: #333;
}
#topbar {
	position: absolute;
	top: 0px;
	padding-bottom: 10px;
	width: 100%;
	z-index: 10;
	color: #fff;
	line-height: 40px;
	height: 40px;
	z-index: 101;
	text-transform: uppercase;
}
#topbar .top-divider {
	/* height: 5px; */
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
#topbar i {
	font-size: 12px;
	margin-right: 3px;
	color: #fff;
}
#topbar .social-links a {
	text-decoration: none;
}
#topbar .social-links a i {
	font-size: 14px;
	color: #fff;
}
#topbar .signup-button,
#topbar .login-button {
	padding: 5px 10px;
	font-family: "Raleway", Arial;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
}
#home_news .text-primary{
	font-weight: 300;
}

.contacts{
	padding: 20px 0px;
}
.corporate_data{
	padding: 20px 0px;
	line-height: 1.5;
}
.corporate_data b{
	font-size: 16px;
	font-weight: 700;
}
.corporate_data.phone a{
	font-size: 28px;
}
.corporate_data.phone a small{
	font-size: 14px;
}
.corporate_data.email a{
	font-size: 24px;
}
.corporate_data.address{
	font-size: 16px;
}

#contact_form label{
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	margin: 5px 0px 0px;
}
#contact_form label small{
	font-size: 12px;
}
#contact_form .form-control{
	border-color: #999;
	font-size: 16px;
}
#contact_form input.form-control{
	height: 40px;
}

#privacy_policy p, li{
	font-weight: 300;
	margin: 0px;
	line-height: 1.5;
}
#privacy_policy .title{
	font-weight: 500;
	margin-top: 20px;
}
.visible{
	display: block;
}
.invisible{
	display: none;
}
.lang_header .lang_btns{
	color: white;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
}
.inverted  .lang_header .lang_btns{
	color: grey;
}
.white_space_360{
	height: 360px;
}

header {
	margin: 0px auto;
	padding: 0px;
	z-index: 10;
}
header .navbar-default {
	background: none;
	border: none;
	position: absolute;
	padding-top: 20px;
	z-index: 100;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin: 0px auto;
	width: 100%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	padding-bottom: 20px;
}
header .navbar-default ul.navbar-nav {
	padding-top: 45px;
}
header .navbar-default ul.navbar-nav li a {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 13px;
	color: #ffffff;
	font-family: "Raleway", Arial;
	padding: 8px 0px 4px;
	margin: 0px 5px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
}
header .navbar-default ul.navbar-nav li a:after {
	content: '';
	width: 100%;
	background: none;
	height: 3px;
	position: absolute;
	bottom: -4px;
	z-index: 99999;
	left: 0px;
	color: #ffffff;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover,
header .navbar-default ul.navbar-nav li a:focus {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: #fff;
}
header .navbar-default ul.navbar-nav li a:hover:after,
header .navbar-default ul.navbar-nav li a.active:after {
	background: #ffffff;
}
header .navbar-default .navbar-brand {
	height: auto;
	padding: 15px 20px;
	padding-top: 50px;
}
header .navbar-default .navbar-brand .logo {
	height: 40px;
	display: inline;
}
header .navbar-default.scrolled {
	padding: 0;
	background: rgba(255,255,255,1);
	position: fixed;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
header .navbar-default.scrolled .navbar-brand {
	padding: 15px 20px;
}
header .navbar-default.scrolled .navbar-brand img {
	width: auto;
	max-height: 40px;
}
header .navbar-default.scrolled ul.navbar-nav {
	padding-top: 15px;
}
header .navbar-default .navbar-toggle,
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 26px;
	margin-top: 20px;
	color: #fff;
	border: none !important;
}
header.inverted .navbar-toggle {
	color: #555 !important;
}
header.inverted {
	height: 150px;
}
header.inverted .navbar-default ul.navbar-nav li a,
header .navbar-default.scrolled ul.navbar-nav li a,
header.inverted #topbar .signup-button,
header.inverted #topbar .login-button {
	color: #333;
}
header.inverted .navbar-default ul.navbar-nav li a:hover,
header .navbar-default.scrolled ul.navbar-nav li a:hover{
	color: #a77000;
}
header.inverted #topbar,
header.inverted #topbar i {
	color: #555;
}
header.inverted .navbar-default ul.navbar-nav li a:hover:after,
header.inverted .navbar-default ul.navbar-nav li a.active:after,
header .navbar-default.scrolled ul.navbar-nav li a:hover:after,
header .navbar-default.scrolled ul.navbar-nav li a.active:after {
	background: #333;
}
header.inverted #topbar .top-divider {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
header.inverted #company_name,
header .navbar-default.scrolled #company_name{
	position: relative;
	top: 5px;
	display: inline;
	font-family: "Libre Baskerville", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
	color: black;
}
header #company_name{
	position: relative;
	top: 3px;
	display: inline;
	font-family: "Libre Baskerville", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
	color: white;
}
header.inverted  #company_name .company_color,
header .navbar-default.scrolled #company_name .company_color{
	color: #a77000;
	font-size: 22px;
	font-weight: 700;
}
header #company_name .company_color{
	color: white;
	font-size: 22px;
}

@media screen and (max-width: 1199px) {
	header .navbar-default ul.navbar-nav li a {
		font-weight: 500;
		font-size: 12px;
		padding: 8px 0px 4px;
		margin: 0px 3px;
	}
	header.inverted #company_name,
	header .navbar-default.scrolled #company_name{
		font-size: 20px;
	}
	header #company_name{
		font-size: 20px;
	}
	header.inverted  #company_name .company_color,
	header .navbar-default.scrolled #company_name .company_color{
		font-size: 15px;
	}
	header #company_name .company_color{
		font-size: 15px;
	}
}

@media screen and (max-width: 991px) {
	header .navbar-default ul.navbar-nav li a {
		font-size: 11px;
		padding: 8px 0px 4px;
		margin: 0px 1px;
	}
	header.inverted #company_name,
	header .navbar-default.scrolled #company_name{
		font-size: 16px;
	}
	header #company_name{
		font-size: 16px;
	}
	header.inverted  #company_name .company_color,
	header .navbar-default.scrolled #company_name .company_color{
		font-size: 11px;
	}
	header #company_name .company_color{
		font-size: 11px;
	}
}

.main-slider {
	background-attachment: fixed;
	background-position: 50% 0%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	background-repeat: no-repeat;
	height: 400px;
	color: rgba(255,255,255,0.7);
	margin: 0px auto;
	position: relative;
	font-family: "Raleway", Arial;
}
.mobile .main-slider {
	background-attachment: inherit !important;
}
.main-slider a {
	color: #fff;
	font-weight: 600;
}
.main-slider .slider-caption {
	margin-top: -150px;
	top: 50%;
	width: 100%;
	position: absolute;
	z-index: 99;
	text-align: center;
}
.main-slider.fullsize .slider-caption {
	top: 45%;
}
.main-slider.fullsize .slider-caption h1 {
	font-size: 75px;
	margin-bottom: 30px;
	color: #fff;
	text-shadow: 4px 5px 4px black;
}
.main-slider.fullsize .slider-caption h2 {
	font-size: 45px;
	line-height: 45px;
	margin: 10px 0px 30px;
	color: #fff;
	text-shadow: 3px 3px 2px black;
}
.main-slider .slider-caption h1 {
	font-size: 50px;
	line-height: 80px;
	margin: 100px 0px;
	color: #fff;
	text-shadow: 3px 3px 2px black;
}
.main-slider .slider-caption h2 {
	font-size: 50px;
	line-height: 80px;
	margin: 100px 0px;
	color: #fff;
	text-shadow: 3px 3px 2px black;
}
.main-slider .slider-caption h2 .invert {
	padding: 0px 10px 4px;
}
.main-slider .slider-caption .logo {
	background: white;
	width: 300px;
	height: 300px;
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0px 0px 40px black;
}
.main-slider .slider-caption .btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 36px;
	padding: 12px 30px 10px;
	font-family: "Raleway", Arial;
	color: #fff;
}
.main-slider.fullsize .slider-caption #main-slider-content{
	text-align: right;
}
.main-slider.fullsize .slider-caption #main-slider-content img{
	margin-right: 40px;
}
.main-slider.fullsize .slider-caption #main-slider-content h1{
	margin-top: 80px;
	margin-bottom: 20px;
	font-size: 65px;
	font-weight: 600;
	text-shadow: 4px 4px 3px black;
}
.main-slider.fullsize .slider-caption #main-slider-content h2{
	font-size: 35px;
	font-weight: 300;
	text-shadow: 2px 2px 2px black;
}
.main-slider.fullsize .slider-caption #main-slider-content h2 i{
	margin-right: 40px;
}
.main-slider.fullsize .slider-caption #main-slider-content .btn{
	text-shadow: 2px 2px 2px black;
}
.block {
	padding: 50px 0px;
}
.hero-banner {
	color: #222;
	padding-top: 100px;
	padding-bottom: 100px;
}
.hero-banner h2 {
	margin-bottom: 20px;
	margin-top: 0px;
}
.hero-banner.metas_pages{
	padding-top: 0px;
}
.features-block {
	padding-top: 50px;
	padding-bottom: 50px;
	background: rgba(0,0,0,0.05);
}
.features-block h4 {
	font-weight: 600;
}
.features-block.about-features {
	background: rgba(0,0,0,0);
}
.features-block.about-features i,
.features-block.services-features i {
	float: left;
	top: 3px;
	position: relative;
	color: #abb7b7;
	line-height: 100%;
	display: block;
	margin-right: 10px;
	font-size: 28px;
}
.features-block.services-features i {
	color: #a77000;
}
.features-block.about-features .row:first-child,
.features-block.services-features .row:first-child {
	margin-bottom: 30px;
}
.product-block {
	padding-top: 50px;
	padding-bottom: 50px;
}
.product-block p {
	padding-top: 30px;
}
.testimonials-block {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	background-image: url(../img/company/dark_texture01.jpg);
}
.testimonials-block h2 {
	color: #fff;
}
.testimonials-block p {
	padding-top: 30px;
}
.product-block .btn {
	margin-right: 15px;
}
.services-block {
	padding-top: 50px;
	padding-bottom: 50px;
}
.video-block {
	height: 450px;
	padding: 100px 0px;
	overflow: hidden;
	position: relative;
}
.video-block .video-overlay {
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	width: 100%;
}
.video-block video {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 0px;
}
.video-block h1 {
	color: #fff;
	margin-bottom: 30px;
	font-weight: 700;
}
.video-block .container {
	z-index: 2;
	color: #fff;
	position: relative;
}
.video-block p {
	font-size: 15px;
}
.whyuslist {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}
.whyuslist i {
	margin-right: 5px;
}
.brands-block {
	padding-top: 50px;
	padding-bottom: 50px;
}
.subscribe-block {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #999;
	background: #a77000 url(../img/company/dark_texture02.jpg);
}
.subscribe-block h2 {
	color: #fff;
	font-weight: 700;
}
#subscribe p{
	color: white;
	font-weight: 100;
}
#subscribe .form-control{
	background: transparent;
	text-align: center;
	margin-top: 40px;
	color: white;
}
#subscribe .form-control:focus{
	background: white;
	text-align: center;
	margin-top: 40px;
	color: #333;
}
.subscribe-block .subscribe-btn {
	margin-top: 10px;
}
.team-block {
	padding: 50px 0px;
}
.team-block .btn-group {
	margin-right: 2px;
	margin-top: -37px;
	position: relative;
	z-index: 10;
	background: rgba(0,0,0,0.3);
}
.team-block .btn-group .btn-link {
	color: #fff;
}
.pricing-tables {
	background: rgba(0,0,0,0.05) url(../img/company/light_texture02.jpg);
}
.pricing {
	border: 1px solid #ddd;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.pricing.pricing-selected {
	-webkit-box-shadow: 0px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 0px rgba(0,0,0,0.3);
	border-color: ccc;
}
.pricing.pricing-selected .pricing-price,
.pricing.pricing-selected .pricing-header {
	background: #a77000;
}
.pricing .pricing-price {
	font-size: 50px;
	font-weight: 300;
	background: #abb7b7;
	color: #fff;
	padding: 15px;
	padding-top: 0px;
	font-family: "Raleway", Arial;
}
.pricing .pricing-price p {
	color: #e2e6e6;
	margin-top: 10px;
}
.pricing .pricing-header {
	background: #000;
	padding: 15px;
}
.pricing .pricing-header h3 {
	font-weight: 600;
	color: #fff;
	margin: 0px;
}
.pricing .pricing-currency {
	color: #fff;
	font-size: 18px;
	top: -20px;
	position: relative;
}
.pricing .pricing-period {
	font-size: 16px;
}
.pricing .pricing-features {
	padding: 0px 15px;
}
.pricing .pricing-buttons {
	padding: 15px;
	padding-top: 0px;
}
.portfolio-filter li {
	display: inline-block;
}
.project {
	width: 33.33333%;
	overflow: hidden;
	position: relative;
	padding: 10px;
}
.project .btn-link {
	color: #444;
}
.project .btn-link:hover,
.project .btn-link:focus {
	color: #666;
}
.project .gallery-item-descr i {
	font-size: 11px;
	color: #777;
}
.contact-form h3,
.contact-form h4 {
	margin-top: 0px;
}
.contact-phone {
	font-size: 28px;
	margin-top: 30px;
}
.contact-form p,
.contact-form b {
	padding-left: 10px;
}
.tothetop {
	position: fixed;
	bottom: -100px;
	right: 20px;
	font-size: 20px;
	z-index: 105;
	background: rgba(0,0,0,0.7);
	color: #fff;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 11px 20px 13px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	opacity: 0;
}
.tothetop.showup {
	bottom: 20px;
	opacity: 1;
}
.tothetop:hover,
.tothetop:focus {
	background: rgba(0,0,0,0.5);
	color: #fff;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
footer {
	background: #333 url(../../assets/img/company/footer-bg.png) center 20px no-repeat;
	background-size: 30%;
	padding: 50px 0px 20px;
	color: #fff;
	font-size: 12px;
}
footer h4 {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}
footer h5 {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.5px;
}
footer h5 b {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
footer hr {
	border-color: rgba(255,255,255,0.2);
}
footer a {
	color: #fff !important;
}
footer .footer-logo {
	height: 40px;
}
footer .company-info li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}
footer .company-info li i {
	position: absolute;
	top: 2px;
	width: 10px;
	color: #fff;
	text-align: center;
	left: 0px;
}
footer .lang_btns {
	color: #fff;
	margin-bottom: 10px;
	padding: 0px 2px;
	cursor: pointer;
}
footer .lang_btns:hover {
	color: #ccc;
}

.bv-form .help-block {
	margin-bottom: 0;
}
.nav-tabs li.bv-tab-success > a {
	color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
	color: #a94442;
}
.bv-form .bv-no-label {
	top: 0;
}
.bv-form .bv-icon-input-group {
	top: 0;
	z-index: 100;
}
.bv-form .tooltip-inner {
	text-align: left;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
	color: #e15554;
}
.has-success .form-control-feedback {
	color: #a77000;
}
.has-success .form-control {
	border-color: #ddd !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.has-error .form-control {
	border-color: #ddd !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.gallery-item {
	position: relative;
	z-index: 1;
	display: inline-block;
	zoom: 1;
	overflow: hidden;
	max-height: 250px;
	max-width: 100%;
	text-align: center;
	cursor: pointer;
}
.gallery-item img {
	position: relative;
	display: block;
	max-width: 100%;
	max-height: 100%;
	opacity: 0.8;
}
.gallery-item-title {
	font-size: 26px;
	line-height: 24px;
	display: block;
	font-family: "Raleway", Arial;
	font-weight: 700;
	color: #a77000;
}
.gallery-item-descr {
	color: #555;
	font-size: 13px;
}
.effect-milo {
	background: #000;
}
.effect-milo img {
	max-width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,0) scale(1.12);
	transform: translate3d(0,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}
.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}
.effect-milo:after {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	color: rgba(255,255,255,0.7);
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 5;
	content: "";
	font-family: "icomoon";
	font-size: 24px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
.effect-milo:hover:after {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.lang_header{
	display: inline-block;
	font-family: "Raleway", Arial;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}
.lang_header span{
	cursor: pointer;
}
.lang_header span:hover{
	opacity: 0.8;
}

.metals_content{

}
.metals_content p{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.metals_content li{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.metals_content.facts_content b{
	font-size: 20px;
padding-left: 20px;
}

#about_img p,
#about_img li,
#services_summary p,
#services_summary li{
	font-weight: 100;
}
#about_img li,
#services_summary li{
	padding-left: 30px;
}
#about_img li i,
#services_summary li i{
	color: #a77000;
	position: absolute;
	left: 20px;
	margin-top: 7px;
}



@media screen and (max-height: 850px) {
	.main-slider.fullsize .slider-caption {
		top: 50%;
	}
	.main-slider .slider-caption .logo {
	  width: 200px;
	  height: 200px;
	}
}
@media screen and (max-height: 760px) {
	.main-slider.fullsize .slider-caption {
		top: 45%;
	}
}
@media screen and (max-height: 700px) {
	.main-slider.fullsize .slider-caption {
		top: 45%;
	}
	.main-slider .slider-caption .logo {
	  width: 100px;
	  height: 100px;
	}
}


@media screen and (max-width: 992px) {
	.main-slider.fullsize .slider-caption {
		top: 55%;
	}
	.main-slider.fullsize .slider-caption h1 {
	font-size: 40px;
	}
	.main-slider.fullsize .slider-caption h2 {
	font-size: 30px;
	}
	.main-slider.fullsize .slider-caption .btn {
		font-size: 24px;
	}
	.main-slider .slider-caption h1 {
	font-size: 40px;
	}
	.main-slider .slider-caption h2 {
	font-size: 30px;
	}
	.main-slider .slider-caption .btn {
		font-size: 24px;
	}
	.video-block {
	padding: 50px 0px;
	}

	#metals_gold iframe,
	#metals_silver iframe,
	#metals_platinum iframe,
	#metals_palladium iframe{
		height: 880px;
	}
	#btn_blog{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.main-slider.fullsize .slider-caption {
		top: 50%;
	}
	.main-slider.fullsize .slider-caption #main-slider-content{
	text-align: right;
	}
	.main-slider.fullsize .slider-caption #main-slider-content img{
		margin-right: 20px;
	}
	.main-slider.fullsize .slider-caption #main-slider-content h1{
		margin-top: 40px;
		margin-bottom: 20px;
		font-size: 35px;
		font-weight: 600;
		text-shadow: 3px 3px 2px black;
	}
	.main-slider.fullsize .slider-caption #main-slider-content h2{
		font-size: 20px;
		font-weight: 300;
		text-shadow: 2px 2px 2px black;
	}
	.main-slider.fullsize .slider-caption #main-slider-content h2 i{
		margin-right: 40px;
	}
	.main-slider.fullsize .slider-caption #main-slider-content .btn{
		text-shadow: 2px 2px 2px black;
	}
	.mobile.version .main-slider{
		background-size: cover;
	}
	.mobile.version .main-slider#slider_home{
		background-position: 30% 0%;
	}

	#topbar .top-divider {
		height: auto;
	}
	.navbar-header {
		display: block;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: 0px;
	}
	.nav.navbar-nav.navbar-right {
		padding-top: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		background: rgba(0,0,0,0.95);
	}
	header .navbar-default.scrolled {
		background: none;
	}
	header .navbar-default.scrolled .navbar-header {
		background: rgba(255,255,255,0.95);
	}
	header .navbar-default.scrolled .navbar-toggle {
		margin-top: 8px;
		color: #555;
	}
	header .navbar-default ul.navbar-nav {
		padding-top: 35px;
	}
	header .navbar-default ul.navbar-nav li a,
	header .navbar-default.scrolled ul.navbar-nav li a {
		color: #ffffff;
	}
	header .navbar-default ul.navbar-nav li a:after {
		display: none;
	}
	header .navbar-default .navbar-brand {
		padding-top: 35px;
	}
	header .navbar-default.scrolled .navbar-brand {
		padding: 20px;
	}
	header .navbar-default.scrolled ul.navbar-nav li a:hover {
		color: #a77000;
	}
	header.inverted .navbar-default ul.navbar-nav li a {
		color: #fff;
	}
	header.inverted .navbar-default ul.navbar-nav li a:hover,
	header.inverted .navbar-default ul.navbar-nav li a:focus,
	header.inverted .navbar-default ul.navbar-nav li a.active {
		color: #a77000;
	}
	.video-block {
		padding: 10px 0px;
	}
	.features-block [class*="col-"],
	.services-block [class*="col-"],
	footer [class*="col-"] {
		margin-bottom: 20px;
	}
	.features-block [class*="col-"]:last-child,
	.services-block [class*="col-"]:last-child {
		margin-bottom: 0px;
	}
	.video-block video {
		width: auto;
		height: 100%;
	}
	.project {
		width: 50%;
	}
	.bg-black-1.image {
	  background-position: left;
	}
	#gold_data,
	#silver_data,
	#platinum_data,
	#palladium_data{
		text-align: center;
		margin-top: 20px;
	}

}
@media screen and (max-width: 480px) {
	#topbar{
		display: none;
	}
	.main-slider.fullsize .slider-caption h1 {
	font-size: 26px;
	line-height: 1;
	}
	.main-slider.fullsize .slider-caption h2 {
	font-size: 20px;
	line-height: 1;
	}
	.main-slider.fullsize .slider-caption .btn {
	font-size: 22px;
	}
	.main-slider{
	height: 180px;
	}
	.main-slider .slider-caption h1 {
	font-size: 26px;
	line-height: 1;
	}
	.main-slider .slider-caption h2 {
	font-size: 20px;
	line-height: 1;
	}
	.main-slider .slider-caption .btn {
		font-size: 22px;
	}
	.video-block h1 {
	margin-bottom: 15px;
	}
	.video-block {
	height: 500px;
	}
	.whyuslist {
	font-size: 14px;
	line-height: 24px;
	}
	.project {
	width: 100%;
	}
	#metals_gold iframe,
	#metals_silver iframe,
	#metals_platinum iframe,
	#metals_palladium iframe{
		height: 780px;
	}
}
