﻿
@charset "UTF-8";

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
	transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	left: 0;
}
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	left: 0;
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
}
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	line-height: 1;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent;
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
 @media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -15px;
}
.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px;
}
.carousel-indicators {
	bottom: 20px;
}
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font-size: 0px;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
 @-ms-viewport {
width: device-width;
}
.visible-xs {
	display: none !important;
}
.visible-sm {
	display: none !important;
}
.visible-md {
	display: none !important;
}
.visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}
 @media (max-width: 767px) {
	 .header .left a img{ margin-top:20px; height:30px;}
.visible-xs {
	display: block !important;
}
table.visible-xs {
	display: table;
}
tr.visible-xs {
	display: table-row !important;
}
th.visible-xs, td.visible-xs {
	display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
	display: block !important;
}
}
 @media (max-width: 767px) {
.visible-xs-inline {
	display: inline !important;
}
}
 @media (max-width: 767px) {
.visible-xs-inline-block {
	display: inline-block !important;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
	display: block !important;
}
table.visible-sm {
	display: table;
}
tr.visible-sm {
	display: table-row !important;
}
th.visible-sm, td.visible-sm {
	display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
	display: block !important;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
	display: inline !important;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
	display: inline-block !important;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
	display: block !important;
}
table.visible-md {
	display: table;
}
tr.visible-md {
	display: table-row !important;
}
th.visible-md, td.visible-md {
	display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
	display: block !important;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
	display: inline !important;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
	display: inline-block !important;
}
}
 @media (min-width: 1200px) {
.visible-lg {
	display: block !important;
}
table.visible-lg {
	display: table;
}
tr.visible-lg {
	display: table-row !important;
}
th.visible-lg, td.visible-lg {
	display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
	display: block !important;
}
}
 @media (min-width: 1200px) {
.visible-lg-inline {
	display: inline !important;
}
}
 @media (min-width: 1200px) {
.visible-lg-inline-block {
	display: inline-block !important;
}
}
 @media (max-width: 767px) {
.hidden-xs {
	display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
	display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
	display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
	display: none !important;
}
}
.visible-print {
	display: none !important;
}
 @media print {
.visible-print {
	display: block !important;
}
table.visible-print {
	display: table;
}
tr.visible-print {
	display: table-row !important;
}
th.visible-print, td.visible-print {
	display: table-cell !important;
}
}
.visible-print-block {
	display: none !important;
}
@media print {
.visible-print-block {
	display: block !important;
}
}
.visible-print-inline {
	display: none !important;
}
@media print {
.visible-print-inline {
	display: inline !important;
}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
.visible-print-inline-block {
	display: inline-block !important;
}
}
 @media print {
.hidden-print {
	display: none !important;
}
}
/*------------------------------------*\
	03. Tags
\*------------------------------------*/
body {
	font-family: "Source Sans Pro", Helvetica, Arial, "Microsoft YaHei", sans-serif;
}
body.boxed > .boxed-container {
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.33);
	max-width: 100%;
}
@media (min-width: 768px) {
body.boxed > .boxed-container {
	width: 810px;
}
}
@media (min-width: 992px) {
body.boxed > .boxed-container {
	width: 1030px;
}
}
@media (min-width: 1200px) {
body.boxed > .boxed-container {
	width: 1230px;
}
}
p {
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "kern";
	font-feature-settings: "kern";
	-webkit-font-kerning: normal;
	font-kerning: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", Helvetica, Arial, "Microsoft YaHei", sans-serif;
	font-weight: bold;
	color: #333333;
	letter-spacing: -0.5px;
}
.alternative-heading, .alternative-heading--404, .sidebar__headings, .footer .footer__headings, .jumbotron__category, .hentry__title, .panel-grid .widget-title, body.woocommerce-page div.product .woocommerce-tabs h2, body.woocommerce-page .short-description, body.woocommerce-page .cart-collaterals .cart_totals h2, body.woocommerce-page .cart-collaterals .shipping_calculator h2 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.alternative-heading::after, .alternative-heading--404::after, .sidebar__headings::after, .footer .footer__headings::after, .jumbotron__category::after, .hentry__title::after, .panel-grid .widget-title::after, body.woocommerce-page div.product .woocommerce-tabs h2::after, body.woocommerce-page .short-description::after, body.woocommerce-page .cart-collaterals .cart_totals h2::after, body.woocommerce-page .cart-collaterals .shipping_calculator h2::after {
	position: absolute;
	content: "";
	background-color: #f7c51e;
	height: 3px;
	width: 30px;
	bottom: -1px;
	left: 0;
}
.alternative-heading--404 {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.alternative-heading--404::after {
	left: calc(50% - 15px);
	left: -webkit-calc(50% - 15px);
	left: -moz-calc(50% - 15px);
}
blockquote {
	border-color: #f7c51e;
}
.buildpress-table {
	width: 100%;
	max-width: 100%;
	font-family: "Montserrat", Helvetica, Arial, "Microsoft YaHei", sans-serif;
}
.buildpress-table thead th {
	background-color: #f7c51e;
	padding: 15px 20px;
	border-radius: 2px;
	color: #333333;
	border-right: 2px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background-clip: padding-box;
}
.buildpress-table thead th:first-of-type {
	background-color: transparent;
}
.buildpress-table thead th:last-of-type {
	border-right: none;
}
.buildpress-table tbody td {
	background-color: #ffffff;
	box-shadow: 0 0 0 1px #eeeeee inset;
	padding: 15px 20px;
	border-right: 2px solid transparent;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	background-clip: padding-box;
	border-radius: 2px;
}
.buildpress-table tbody td:first-of-type {
	box-shadow: none;
	background-color: #eeeeee;
}
.buildpress-table tbody td:last-of-type {
	border-right: none;
}
/*------------------------------------*\
	04. Helpers
\*------------------------------------*/
.push-down-0 {
	margin-bottom: 0px;
}
.push-down-5 {
	margin-bottom: 5px;
}
.push-down-10 {
	margin-bottom: 10px;
}
.push-down-15 {
	margin-bottom: 15px;
}
.push-down-20 {
	margin-bottom: 20px;
}
.push-down-25 {
	margin-bottom: 25px;
}
.push-down-30 {
	margin-bottom: 30px;
}
.push-down-35 {
	margin-bottom: 35px;
}
.push-down-40 {
	margin-bottom: 40px;
}
.push-down-45 {
	margin-bottom: 45px;
}
.push-down-50 {
	margin-bottom: 50px;
}
.push-down-55 {
	margin-bottom: 55px;
}
.push-down-60 {
	margin-bottom: 60px;
}
.master-container {
	overflow: hidden;
	margin-bottom: 30px;
}
@media (min-width: 992px) {
.master-container {
	margin-bottom: 60px;
}
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.primary-font {
	font-family: "Source Sans Pro", Helvetica, Arial, "Microsoft YaHei", sans-serif;
}
/*------------------------------------*\
	05. Components
\*------------------------------------*/
/* 05.01. Top Bar */
.top {
	background: #333333 linear-gradient(to bottom, #333333 0%, #2b2b2b 100%);
	border-bottom: 1px solid #4e4e4e;
}
.top__left {
	padding: 7px 0 3px 0;
	text-align: center;
}
@media (min-width: 992px) {
.top__left {
	text-align: left;
	padding: 7px 0;
}
}
 @media (min-width: 992px) {
.top__right {
	float: right;
}
}
/* 05.02. Header Layout (Logo, Data, Social Icons and Main Menu) */


/* 05.03. Main Title */
.main-title {
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	padding: 30px 0;
	background-color: #f2f2f2;
}
@media (min-width: 992px) {
.main-title {
	padding: 97px 0 60px 0;
}
}
.main-title__primary {
	margin: 0;
	font-size: 36px;
}
@media (min-width: 992px) {
.main-title__primary {
	font-size: 48px;
}
}
.main-title__secondary {
	font-size: 14px;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	margin-top: 30px;
	padding-top: 30px;
	margin-bottom: 0;
	color: #999999;
}
.main-title__secondary::before {
	position: absolute;
	content: "";
	top: -1px;
	left: 50%;
	margin-left: -15px;
	height: 3px;
	width: 30px;
	background: #f7c51e;
}
.main-title--small {
	padding: 20px 0;
}


/* 05.09. Main Navigation */




/* 05.11. Jumbotron */
.jumbotron {
	background: #333333;
	padding: 0 0 20px 0;
	margin-bottom: 0;
}
.jumbotron.jumbotron--no-catption {
	padding-bottom: 0;
}
@media (min-width: 480px) {
.jumbotron {
	padding-bottom: 30px;
}
}
@media (min-width: 992px) {
.jumbotron {
	background: #999999;
	padding: 0;
}
}
/* Slider Indicators */
.carousel-control.left, .carousel-control.right {
	background-image: none;
	opacity: 1;
	text-shadow: none;
	width: 45px;
	height: 45px;
	background: rgba(51, 51, 51, 0.9);
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	border-radius: 2px;
	color: #ffffff;
	top: 20px;
}
@media (min-width: 480px) {
.carousel-control.left, .carousel-control.right {
	top: 50px;
}
}
@media (min-width: 768px) {
.carousel-control.left, .carousel-control.right {
	top: 100px;
}
}
@media (min-width: 992px) {
.carousel-control.left, .carousel-control.right {
	top: calc( 50% - 22px);
}
}
.carousel-control.left:hover, .carousel-control.right:hover {
	color: #eeeeee;
}
.carousel-control.left {
	left: 5%;
}
.carousel-control.left .fa-angle-left {
	padding-right: 2px;
}
.carousel-control.right {
	right: 5%;
}
.carousel-control.right .fa-angle-right {
	padding-left: 2px;
}
/* Slider Content */
.carousel-content {
	position: relative;
	max-height: 100%;
	z-index: 0;
}
@media (min-width: 992px) {
.carousel-content {
	background: rgba(51, 51, 51, 0.9);
	position: absolute;
	padding: 20px;
	width: 540px;
	top: 18%;
	left: calc( 50% - 270px );
}
}
@media (min-width: 1200px) {
.carousel-content {
	top: 20%;
	width: 500px;
	left: calc( 50% - 250px );
}
}
@media (min-width: 1450px) {
.carousel-content {
	width: 480px;
	margin-left: 0;
	padding: 30px;
	left: inherit;
}
}
@media (min-width: 1700px) {
.carousel-content {
	top: 25%;
}
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}
.jumbotron__category {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(250, 250, 250, 0.2);
	margin-top: 20px;
}
@media (min-width: 480px) {
.jumbotron__category {
	margin-top: 30px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
}
@media (min-width: 992px) {
.jumbotron__category {
	margin-top: 0;
}
}
.jumbotron__category h6 {
	margin: 0;
	color: #f7c51e;
}
.jumbotron__title h1 {
	font-size: 20px;
	color: #eeeeee;
}
@media (min-width: 480px) {
.jumbotron__title h1 {
	font-size: 25px;
}
}
@media (min-width: 992px) {
.jumbotron__title h1 {
	margin: 18px 0 10px 0;
}
}
@media (min-width: 1200px) {
.jumbotron__title h1 {
	font-size: 30px;
}
}
@media (min-width: 1450px) {
.jumbotron__title h1 {
	margin: 26px 0 19px 0;
}
}
.jumbotron__content p {
	font-size: 14px;
	font-weight: normal;
}
@media (min-width: 992px) {
.jumbotron__content p {
	margin: 0 0 18px 0;
}
}
@media (min-width: 1450px) {
.jumbotron__content p {
	margin: 0 0 24px 0;
}
}
 @media (min-width: 1450px) {
body.boxed .carousel-content {
	left: calc( 50% - 250px );
	padding: 20px;
}
}
@media (min-width: 1700px) {
body.boxed .carousel-content {
	top: 20%;
}
}
@media (min-width: 1200px) {
body.boxed .jumbotron__title h1 {
	font-size: 25px;
}
}
@media (min-width: 1450px) {
body.boxed .jumbotron__title h1 {
	margin: 26px 0 19px 0;
}
}
@media (min-width: 1450px) {
body.boxed .jumbotron__content p {
	margin: 0 0 18px 0;
}
}
/* 05.12. Buttons */
#comments-submit-button, .btn {
	font-family: "Montserrat", Helvetica, Arial, "Microsoft YaHei", sans-serif;
	padding: 15px 18px;
	line-height: 1;
	border-radius: 2px;
	transition: all 200ms ease-out;
	border: 2px solid transparent;
}
#comments-submit-button:focus, #comments-submit-button:active:focus, .btn:focus, .btn:active:focus {
	outline: 0;
}
#comments-submit-button, .btn-primary {
	background: #f7c51e;
	border-color: #f7c51e;
	color: #454545;
}
#comments-submit-button:hover, .btn-primary:hover {
	background: #eeb908;
	border-color: #eeb908;
	color: #333333;
}
#comments-submit-button:focus, .btn-primary:focus {
	background: #f7c51e;
	border-color: #f7c51e;
	color: #454545;
}
#comments-submit-button:active, .btn-primary:active {
	background: #e4b108;
	border-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
	color: #333333;
}
.post-password-form > p > input {
	padding: 6px 10px 3px 10px;
	font-size: 14px;
	font-family: "Montserrat", Helvetica, Arial, "Microsoft YaHei", sans-serif;
	border-radius: 2px;
	transition: all 200ms ease-out;
	background: #f7c51e;
	border: 1px solid #f7c51e;
	color: #454545;
}
.post-password-form > p > input:hover {
	background: #eeb908;
	border-color: #eeb908;
	color: #333333;
}
.post-password-form > p > input:active {
	background: #e4b108;
	border-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
	color: #333333;
}
.btn-default {
	background-color: transparent;
	border-color: #dddddd;
	color: #999999;
}
.btn-default:hover {
	background-color: transparent;
	color: #333333;
}
.btn-default:active {
	background: rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
	color: #333333;
}
.btn-success {
	background-color: #83be00;
	border-color: #83be00;
	color: #f0f0f0;
}
.btn-success:hover {
	background: #6e9f00;
	border-color: #6e9f00;
	color: #f0f0f0;
}
.btn-success:active {
	background: #679500;
	border-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
	color: #f0f0f0;
}
.btn-info {
	background-color: #21a7d7;
	border-color: #21a7d7;
	color: #f0f0f0;
}
.btn-info:hover {
	background: #1d92bc;
	border-color: #1d92bc;
	color: #f0f0f0;
}
.btn-info:active {
	background: #1c8cb4;
	border-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
	color: #f0f0f0;
}
.btn-warning {
	background-color: #ec753a;
	border-color: #ec753a;
	color: #f0f0f0;
}
.btn-warning:hover {
	background: #e9611e;
	border-color: #e9611e;
	color: #f0f0f0;
}
.btn-warning:active {
	background: #e75b16;
	border-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
	color: #f0f0f0;
}
.btn-danger {
	background-color: #cd1b2b;
	border-color: #cd1b2b;
	color: #f0f0f0;
}
.btn-danger:hover {
	background: #b21725;
	border-color: #b21725;
	color: #f0f0f0;
}
.btn-danger:active {
	background: #a91623;
	border-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
	color: #f0f0f0;
}
#comments-submit-button {
	text-transform: uppercase;
}
/* 05.13. ProteusThemes Custom Widgets */
/* Icon-box */
.widget-icon-box {
	padding: 12px 0;
	border-bottom: 1px solid rgba(250, 250, 250, 0.12);
	width: 100%;
	text-align: center;
}
@media (min-width: 992px) {
.widget-icon-box {
	float: left;
	padding: 8px 0;
	width: auto;
	border-bottom: 0;
	text-align: left;
}
}
.widget-icon-box .icon-box {
	text-align: left;
	color: #999999;
}
.widget-icon-box .icon-box:hover {
	text-decoration: none;
}
.widget-icon-box .icon-box:hover .fa {
	transition: all 200ms ease-out;
	color: #dddddd;
}
.widget-icon-box:first-of-type {
	border-top: 1px solid rgba(250, 250, 250, 0.12);
}
@media (min-width: 992px) {
.widget-icon-box:first-of-type {
	border-top: 0;
}
}
.widget-icon-box div.icon-box {
	cursor: default;
}
.icon-box {
	width: 230px;
	display: inline-block;
	padding-right: 15px;
	margin-left: 15px;
	text-align: left;
}
@media (min-width: 992px) {
.icon-box {
	border-right: 1px solid rgba(250, 250, 250, 0.12);
	width: 210px;
}
}
.icon-box > .fa {
	float: left;
	font-size: 40px;
	margin-right: 10px;
}
.icon-box__title {
	margin: 4px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #dddddd;
}
.icon-box__subtitle {
	color: #999999;
}
.widget_pt_icon_box .icon-box {
	width: auto;
}
.widget_pt_icon_box .icon-box > .fa {
	color: #f7c51e;
}
.widget_pt_icon_box .icon-box__title {
	color: #333333;
}

/* Icon-box With Flexbox*/
@media (min-width: 992px) {
html.flexbox .header-widgets {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: none;
}
}
@media (min-width: 1200px) {
html.flexbox .header-widgets {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
}
@media (min-width: 992px) {
html.flexbox .widget-icon-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	float: none;
}
}
html.flexbox .widget-icon-box .icon-box {
	width: auto;
	display: inherit;
}
html.flexbox .widget-icon-box .icon-box__text {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 50px;
}
@media (min-width: 992px) {
html.flexbox .widget-icon-box .icon-box__text {
	margin-left: 0;
}
}
@media (min-width: 992px) {
html.flexbox .widget-social-icons {
	float: none;
}
}
/* Social Icons */
.widget-social-icons {
	text-align: center;
	padding: 9px 0;
	margin: 0 10px;
}
@media (min-width: 992px) {
.widget-social-icons {
	float: right;
	text-align: left;
}
}
.social-icons__link {
	font-size: 25px;
	padding: 0 8px;
	color: #f7c51e;
	transition: all 200ms ease-out;
}
.social-icons__link:hover {
	color: #eeb908;
}
/* Banner */
.banner__text {
	font-size: 20px;
	text-align: center;
	padding: 30px 0 10px 0;
}
@media (min-width: 992px) {
.banner__text {
	float: left;
	padding: 23px 0 22px 0;
}
}
.banner__buttons {
	text-align: center;
	padding: 10px 0 30px 0;
}
@media (min-width: 992px) {
.banner__buttons {
	float: right;
	padding: 14px 0 13px 0;
}
}
.banner__buttons .btn {
	margin: 5px 0;
}
@media (min-width: 992px) {
.banner__buttons .btn {
	margin: 0;
}
}
@media (max-width: 1100px) {
.head_tit { display:none;
}
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0)
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
