/*!==========================================================================   Components   ========================================================================== */
/* ======================== Creative minds block ======================== */
.creative-minds {
	margin-top: 20px;
}
.creative-minds figure {
	position: relative;
	width: 100%;
	padding-top: 67%;
	overflow: hidden;
	cursor: pointer;
}
.creative-minds img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.creative-minds figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
	transition: all 0.3s ease;
}
.creative-minds .active figcaption {
	opacity: 0;
}
.creative-minds .active .cm-title {
	display: block;
}
.creative-minds .active .cm-descr {
	display: block;
}
.creative-minds .cm-title {
	display: none;
}
.creative-minds .cm-descr {
	display: none;
}
.row-cm {
	margin-left: -5px;
	margin-right: -5px;
}
.row-cm:before, .row-cm:after {
	content: " ";
	display: table;
}
.row-cm:after {
	clear: both;
}
.row-cm .col-cm {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
@media (min-width: 768px) {
.row-cm .col-cm {
	float: left;
	width: 33.33333%;
}
}
/* ======================== Social blocks ======================== */
.social-block {
	display: inline-block;
	margin: 0 0 10px;
}
.social-block:before, .social-block:after {
	content: " ";
	display: table;
}
.social-block:after {
	clear: both;
}
.social-block a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 3px;
	color: #76d898;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
.social-block a:hover {
	color: #444649;
}
.social-block a:last-child {
	margin-right: 0;
}
/* ======================== Some fun facts block ======================== */
.some-ff-block {
	text-align: center;
}
.some-ff-block .smm-icon {
	display: inline-block;
	height: 60px;
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 60px;
	color: #76d898;
}
.some-ff-block .smm-icon-sm {
	font-size: 50px;
}
.some-ff-block .smm-descr {
	text-transform: uppercase;
}
.some-ff-block .smm-descr em {
	font-size: 27px;
	line-height: 27px;
	font-style: normal;
}
.some-ff-block .smm-descr p {
	font-size: 15px;
}
/* ======================== Services block ======================== */
.services-block {
	margin-top: 20px;
}
.services-item {
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #d5d8dd;
}
.services-item .sws-icon {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 0 auto;
	font-size: 60px;
	color: #76d898;
}
.services-item .sws-icon-sm {
	font-size: 55px;
}
.services-item h5 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 15px;
	text-align: center;
}
/* ======================== Progress Bar Block ======================== */
.progress-bar-block {
	margin-bottom: 24px;

	text-transform: uppercase;
}
.progress-bar-block .value {
	float: right;
}
.progress-bar-block .progress {
	margin-top: 5px;
}
.progress {
	height: 8px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.progress-bar {
	-webkit-transition: width 2s swing;
	-o-transition: width 2s swing;
	transition: width 2s swing;
  background-color:#648cbd;
}
.st-invert .progress {
	background-color: #444649;
}
/* ======================== Pricing tables ======================== */
.price-table {
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	max-width: 370px;
	background-color: #edeef0;
	transition: all 0.5s ease;
}
.price-table:hover, .price-table.active {
	margin-top: 35px;
}
.price-table:hover .price-header, .price-table.active .price-header {
	/*padding-top: 27px + 5px;
*/
	padding-bottom: 27px;
	background-color: #1a1a1a;
}
.price-table:hover .price-header h3, .price-table.active .price-header h3 {
	color: #76d898;
}
.price-table:hover .price-footer, .price-table.active .price-footer {
	padding-bottom: 50px;
}
.price-table:hover .price-footer .btn-default, .price-table.active .price-footer .btn-default {
	background-color: #1a1a1a;
}
.price-header {
	padding: 27px 15px 17px 15px;
	text-align: center;
	transition: all 0.5s ease;
}
.price-header h3 {
	font-size: 40px;
}
.price-header p {
	text-transform: uppercase;
	font-size: 15px;
}
ul.price-descr {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.price-descr li {
	padding: 10px 15px;
	border-bottom: 1px solid #d9dadc;
	color: #8e9095;
	text-align: center;
}
ul.price-descr li:last-child {
	border-bottom: 0;
}
.price-footer {
	padding: 27px 15px 40px 15px;
	text-align: center;
	transition: all 0.5s ease;
}
.price-footer .btn-default {
	background-color: #edeef0;
	transition: all 0.5s ease;
}
.price-footer .btn-default:hover {
	background-color: #8e9095;
}
/* ======================== Testimonials ======================== */
#carousel-testimonials {
	margin-top: -8px;
}
.testimonials {
	max-width: 960px;
	margin: 0 auto;
}
.testimonial {
	text-align: center;
}
.testimonial .citation {
	font-size: 18px;
	line-height: 1.8;
	color: #444649;
	margin-bottom: 15px;
}
.testimonial .citation-big {
	font-size: 32px;
	line-height: 1.1;
	color: white;
	margin-bottom: 15px;
	text-transform: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.testimonial .author {
	font-size: 14px;
	color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
/* ======================== Brands ======================== */
.brands-section {
	padding: 70px 0 50px 0;
}
.brands-section .col-md-5cols {
	text-align: center;
	margin-bottom: 20px;
}
/* ======================== Responsive Google Map ======================== */
.contact-map {
	height: 525px;
}
.contact-map #map-canvas {
	height: 525px;
}
.contact-map-onepage {
	height: 400px;
}
.contact-map-onepage #map-canvas {
	height: 270px;
}
.contact-map #map-canvas img, .contact-map-onepage #map-canvas img {
	max-width: none;
}
/* ======================== Address, Phone, Email blocks ======================== */
.address-block, .phone-block, .email-block {

	padding-bottom: 25px;
	font-size: 16px;
	line-height: 1.85;
}


/* ======================== Single Post Content Section ======================== */
.single-post .sp-title {
	margin-top: 0;
	font-size: 28px;
	margin-bottom: 0;
}
.single-post .sp-info {
	font-size: 12px;
}
.single-post .sp-content {
	margin-top: 20px;
}
.single-post .sp-content h3, .single-post .sp-content h4 {
	margin: 40px 0 10px;
}
.single-post .sp-footer .col {
	margin-top: 30px;
}
.single-post .sp-footer .social-block {
	margin-top: -5px;
}
.single-post .sp-footer .social-block a {
	font-size: 18px;
}
.single-post .sp-tags-title {
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
	text-transform: uppercase;
}
.single-post .sp-tags {
	font-size: 13px;
}
.single-post .sp-share-title {
	display: inline-block;
	margin-top: 0;
	margin-right: 5px;
	font-size: 15px;
	vertical-align: top;
}
blockquote {
	position: relative;
  text-align: right;
	margin: 0;
	padding: 30px;
	font-size: 22px;
	line-height: 1.1;
  border:none;
  padding-right:0;
}
blockquote:before {
	content: '\7b';
	display: block;
	position: absolute;
	left: 10px;
	top: 18px;
	font-family: 'ElegantIcons';
	font-size: 46px;
  color:white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);

}
blockquote p {
	margin-bottom: 3px;
	color: #444649;
}
blockquote footer {
	font-size: 12px;
}
/* ======================== Related posts ======================== */
.related-posts {
	margin-top: 60px;
	margin-bottom: 15px;
}
.related-posts .rp-title {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 0;
}
.related-posts .rp-item {
	display: inline-block;
	text-align: left;
	max-width: 243px;
	margin-bottom: 30px;
}
.related-posts .rp-item img {
	max-width: 100%;
}
.related-posts .rp-item h5 {
	font-size: 15px;
	margin-top: 15px;
	line-height: 1.5;
}
/* ======================== Comments ======================== */
.comments .cm-block-title {
	font-size: 21px;
	margin-bottom: 0;
}
.comments ul {
	list-style-type: none;
	padding: 0;
}
.comments ul > li {
	border-top: 1px solid #d4d7da;
	padding: 35px 0 20px;
}
.comments ul > li:first-child {
	border-top: 0;
}
.comments ul > li .cm-item:before, .comments ul > li .cm-item:after {
	content: " ";
	display: table;
}
.comments ul > li .cm-item:after {
	clear: both;
}
.comments ul > li figure {
	float: left;
	width: 70px;
	padding-top: 5px;
}
.comments ul > li .cm-body {
	float: left;
	width: 100%;
	padding-left: 100px;
	margin-left: -70px;
}
.comments ul > li .cm-title-line {
	margin-bottom: 10px;
}
.comments ul > li .cm-title-line .cm-title {
	font-size: 15px;
	text-transform: uppercase;
}
.comments ul > li .cm-title-line > time {
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
	color: #adafb3;
}
.comments ul > li .cm-title-line > a {
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
	text-transform: uppercase;
}
.comments ul > li ul {
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: -20px;
}
.comments ul > li ul li:first-child {
	border-top: 1px solid #d4d7da;
}
.comments.cm-invert p {
	color: #444649;
}
.comments.cm-invert .cm-title-line time {
	color: #444649;
}
.comments.cm-invert ul > li {
	border-top-color: #444649;
}
.comments.cm-invert ul > li ul li:first-child {
	border-top-color: #444649;
}
.comment-form {
	margin-top: 30px;
}
.comment-form .form-control {
	background-color: #d5d8dd;
	border-color: #d5d8dd;
}
.comment-form .btn-default {
	background-color: #edeef0;
}
.comment-form .btn-default:hover {
	background-color: #d5d8dd;
}
.st-invert .comment-form .form-control {
	background-color: #222222;
	border-color: #222222;
	color: #8e9095;
}
.st-invert .comment-form .form-control::-webkit-input-placeholder {
	color: #585b5f;
}
.st-invert .comment-form .form-control:-moz-placeholder {
	color: #585b5f;
}
.st-invert .comment-form .form-control::-moz-placeholder {
	color: #585b5f;
}
.st-invert .comment-form .form-control:-ms-input-placeholder {
	color: #585b5f;
}
.st-invert .comment-form .btn {
	background-color: #1a1a1a;
	border-color: #45484b;
}
/* ======================== Single Post Footer ======================== */
.ft-single-post a:hover {
	color: #76d898;
	text-decoration: none;
}
.ft-single-post .ft-back2blog {
	color: #8e9095;
	font-size: 16px;
	text-transform: uppercase;
}
.ft-single-post .ft-back2blog:before {
	content: "\6c";
	display: inline-block;
	margin-right: 20px;
	font: 18px/20px 'ElegantIcons';
	color: #444649;
	text-transform: none;
}
.ft-single-post .ft-back2gallery {
	color: #8e9095;
	font-size: 16px;
	text-transform: uppercase;
}
.ft-single-post .ft-back2gallery:before {
	content: "\e005";
	display: inline-block;
	margin-right: 20px;
	font: 18px/20px 'ElegantIcons';
	color: #444649;
	text-transform: none;
}
.ft-single-post .ft-prev-post, .ft-single-post .ft-next-post {
	position: relative;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}
.ft-single-post .ft-prev-post:before, .ft-single-post .ft-next-post:before {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 13px;
	height: 25px;
	background: url(assets/img/sp_arrows.png);
}
.ft-single-post .ft-prev-post {
	padding-left: 30px;
}
.ft-single-post .ft-prev-post:before {
	left: 0;
	background-position: 0 0;
}
.ft-single-post .ft-prev-post.disabled:before {
	background-position: -26px 0;
}
.ft-single-post .ft-prev-post.disabled:hover {
	color: #8e9095;
	cursor: default;
}
.ft-single-post .ft-next-post {
	padding-right: 30px;
}
.ft-single-post .ft-next-post:before {
	right: 0;
	background-position: -13px 0;
}
.ft-single-post .ft-next-post.disabled:before {
	background-position: -39px 0;
}
.ft-single-post .ft-next-post.disabled:hover {
	color: #8e9095;
	cursor: default;
}
.ft-single-post .disabled {
	color: #8e9095;
}
/* ======================== Sidebar & Widgets ======================== */
.sidebar {
	margin-top: 8px;
}
@media (max-width: 768px) {
.sidebar {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}
}
@media (max-width: 992px) {
.sidebar {
	margin-top: 60px;
}
}
.widget {
	margin-bottom: 50px;
}
.widget .wg-title {
	font-size: 18px;
	margin-bottom: 10px;
}
h3.wg-title {
height: 60px;
}
.gm-style-cc {
display:none
}
.widget .wg-info {
	font-size: 12px;
	margin: 0;
}
.widget .wg-categories {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.widget .wg-categories li {
	margin-bottom: 7px;
}
.widget .wg-categories a {
	color: #8e9095;
}
.widget .wg-popular-posts {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 18px;
}
.widget .wg-popular-posts li {
	margin-bottom: 24px;
}
.widget .wg-popular-posts li:before, .widget .wg-popular-posts li:after {
	content: " ";
	display: table;
}
.widget .wg-popular-posts li:after {
	clear: both;
}
.widget .wg-popular-posts li figure {
	position: relative;
	z-index: 1;
	float: left;
	width: 90px;
	margin-top: 6px;
}
.widget .wg-popular-posts li .body {
	float: left;
	width: 100%;
	margin-left: -90px;
	padding-left: 90px;
}
.widget .wg-popular-posts li .wg-pp-title a {
	color: #8e9095;
}
.widget .wg-popular-posts li .wg-pp-title a:hover {
	color: #76d898;
	text-decoration: none;
}
.widget .wg-tags {
	margin-top: 24px;
	margin-right: -8px;
}
.widget .wg-flicker {
	margin-right: -3px;
	margin-left: -3px;
	margin-top: 20px;
}
.widget .wg-flicker .col-xs-4 {
	width: auto;
	padding: 3px;
}
.btn-tag {
	border: 2px solid #d5d8dd;
	color: #8e9095;
	text-transform: none;
	margin-right: 8px;
	margin-bottom: 11px;
	padding: 7px 11px;
}
/* Search form */
.search-form .form-control, .search-form .btn {
	height: 40px;
}
.search-form .btn {
	padding: 7px 10px;
	background-color: #edeef0;
	border-color: #edeef0;
}
.search-form .glyphicon {
	color: #444649;
	font-size: 16px;
	line-height: 1.4;
}
.widget-footer {
	color: #444649;
}
.widget-footer .widget .wg-title {
	font-size: 16px;
	color: #8e9095;
}
.widget-footer .widget .wg-info {
	font-size: 12px;
	margin: 0;
}
.widget-footer .widget .wg-info a {
	color: #444649;
}
.widget-footer .widget p {
	color: #444649;
}
.widget-footer p.phone-block, .widget-footer p.email-block, .widget-footer p.address-block {
	color: #8e9095;
	padding-bottom: 0;
	margin: 20px 0 0;
}
.widget-footer .form-group {
	margin-bottom: 10px;
}
.widget-footer .form-control {
	background-color: #222222;
	border-color: #222222;
	color: #8e9095;
}
.widget-footer .form-control::-webkit-input-placeholder {
	color: #585b5f;
}
.widget-footer .form-control:-moz-placeholder {
	color: #585b5f;
}
.widget-footer .form-control::-moz-placeholder {
	color: #585b5f;
}
.widget-footer .form-control:-ms-input-placeholder {
	color: #585b5f;
}

/* ======================== Blog list ======================== */
.blog-list .blog-item {
	margin-bottom: 60px;
}
.blog-list .blog-image {
	text-align: center;
	margin-top: 8px;
}
.blog-list .blog-image a {
	display: block;
}
.blog-list .blog-video > a:after {
	content: "\49";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	font: 60px/60px 'ElegantIcons';
	color: white;
}
.blog-list .blog-body {
	background-color: white;
}
.blog-list .blog-title {
	margin-top: 0;
	font-size: 21px;
	margin-bottom: 0;
}
.blog-list .blog-info {
	background-color: white;
	font-size: 12px;
	color: #a4a6ac;
}
.blog-list .blog-excerpt {
	margin-top: 18px;
}
.blog-list .blog-readmore {
	margin-top: 12px;
}
.blog-list .blog-item-quotation blockquote {
	margin: 0;
}
.blog-list .blog-item-quotation .blog-info {
	margin: 0;
	padding: 18px;
	border: 1px solid #d5d8dd;
}
.blog-list .blog-item-quotation.biq-full {
	width: 100%;
}
@media (max-width: 767px) {
.blog-list .blog-item {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}
.blog-list .blog-image {
	margin-bottom: 20px;
}
}
.blog-masonry .blog-item {
	margin-bottom: 30px;
	max-width: 400px;
}
.blog-masonry .blog-image {
	margin-top: 0;
	margin-bottom: 0;
}
.blog-masonry .blog-body {
	padding: 40px 20px;
	border: 1px solid #d5d8dd;
}
/* ======================== Footer Load More ======================== */
.footer-loadmore {
	font-size: 16px;
	text-transform: uppercase;
}


/* ======================== Single Work with Description ======================== */
.single-work p {
	color: #444649;
}
.single-work .sw-description {
	margin-top: 50px;
}
.single-work .mb-social {
	margin-top: 30px;
}
.single-work .mb-social a {
	background: none;
	font-size: 20px;
}
/* ======================== Video Js Skin ======================== */
.container-fullwidth-video {
	position: relative;
	width: 100%;
}
.vjs-fullwidth {
	width: 100%;
}
.vjs-fullheight {
	height: 100%;
}
.vjs-mental-skin .vjs-play-progress {
	background: #76d898;
}
.vjs-mental-skin .vjs-volume-level {
	background: #76d898;
}
.vjs-mental-skin .vjs-big-play-button {
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
}
.vjs-mental-skin .vjs-big-play-button:before {
	content: "\f01d";
	position: static;
	color: white;
	font: 80px/100px FontAwesome;
	vertical-align: middle;
}
.vjs-mental-skin:hover .vjs-big-play-button, .vjs-mental-skin:hover .vjs-big-play-button:focus {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}
/* ======================== Loading spinners ======================== */
.loading-spinner {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background: url(assets/img/spinner_black.gif);
}
.cssanimations .loading-spinner {
	background: none;
	font: 32px/32px FontAwesome;
	color: #648CBD;
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
.cssanimations .loading-spinner:before {
	content: "\f110";
}
/*!==========================================================================   Helpers   ========================================================================== */
/* ======================== Text helpers ======================== */
.text-transform-none {
	text-transform: none;
}
/* ======================== Effects & Animations ======================== */
a.img-eye-hover {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	overflow: hidden;
}
a.img-eye-hover > img {
	transition: all 0.5s ease;
	transform-style: preserve-3d;
}
a.img-eye-hover:hover:after {
	content: "\f06e";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	margin: -16px 0 0 -15px;
	font: 40px/40px FontAwesome;
	color: white;
}
a.img-eye-hover:hover > img {
	transform: scale(1.3);
	-ms-transform: scale(1.3);
/* IE 9 */
	-moz-transform: scale(1.3);
/* Firefox */
	-webkit-transform: scale(1.3);
/* Safari and Chrome */
	-o-transform: scale(1.3);
/* Opera */
}
a.img-zoom-hover {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	overflow: hidden;
}
a.img-zoom-hover > img {
	transition: all 0.5s ease;
	transform-style: preserve-3d;
}
a.img-zoom-hover:hover > img {
	transform: scale(1.3);
	-ms-transform: scale(1.3);
/* IE 9 */
	-moz-transform: scale(1.3);
/* Firefox */
	-webkit-transform: scale(1.3);
/* Safari and Chrome */
	-o-transform: scale(1.3);
/* Opera */
}
/* ======================== Other ======================== */
.margin-btm-lg {
	margin-bottom: 40px;
}
.margin-btm-md {
	margin-bottom: 30px;
}
.margin-btm-sm {
	margin-bottom: 20px;
}
.col-margin-lg .row > div {
	margin-bottom: 40px;
}
.col-margin-md .row > div {
	margin-bottom: 20px;
}
.col-margin-sm .row > div {
	margin-bottom: 10px;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
.middle {
	width: 100%;
	height: 100%;
	display: table;
}
.middle .middle-inner {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.image-fit img {
	width: 100%;
}
.shadow-down {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}
.parallax {
	background-position: center;
  background-image: url("../images/face-bg.jpg");
  background-attachment:fixed;
  background-repeat: no-repeat;
  background-color:black;
}
@media (min-width: 1200px) {
.parallax {
	background-size: 100%;
}
}
.full-width-height {
	width: 100%;
	height: 100%;
}
.pie-label {
	display: block;
	margin-top: -18px;
	margin-bottom: 10px;
	font-size: 15px;
	text-transform: uppercase;
}
@media (min-width: 992px) {
.col-md-5cols {
	width: 20%;
}
}/* CSS Document */

#footer {
	padding: 30px 20px;
	background-color: #1a1a1a;
	color: #8e9095;
}
#footer.widget-footer {
    padding: 60px 0px 0px;
}
h3.wg-title {
    height: 60px;
    font-size: 16px;
color: #8E9095;
margin-bottom: 10px;
text-transform: uppercase;
}
#footer .ft-copyright {
    padding: 35px 0px;
    margin-top: 50px;
    background-color: #161616;
}
#footer .ft-copyright p {
    color: #444649;
    font-size: 12px;
    margin: 5px 0px 0px;
}
.mb-social a {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: #292929;
    color: #6D6D6D;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.mb-social span.icon-share {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0px;
    margin-right:7px;
    color: #6D6D6D;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.mb-social a.pushright {
margin-right:35px;
}
.mb-social .icon-facebook:hover {
    color: #3b5998;#d34836
}
.mb-social .icon-google-plus:hover {
    color: #d34836;
}
.mb-social .icon-twitter:hover {
    color: #00aced;
}
.mb-social .icon-linkedin2:hover {
    color: #007bb6;
}
#slides .mb-social {
    position: absolute;
    top: 10px;
    right: 42px;
    z-index: 99999;
}
#slides .mb-social a {

    background-color: transparent;
    color: rgba(255, 255, 255, 1);

}

#slides .mb-social a [class^="icon-"]{

text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#slides .mb-social span.icon-share {

    background-color: transparent;
    color: white;
    opacity: 0.75;

}
#footer .ft-copyright .mb-social {
    float: right;
    margin: 0px;
}
#footer .btn {
    border: 1px solid #333;
    background-color: #1A1A1A;

}
.form-control {
    height: 40px;
    line-height: 1.7;
    color: #444649;
    background-color: #EDEEF0;
    border: 1px solid #EDEEF0;
    border-radius: 0px;
}
.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
.alert {
    height: 40px;
    line-height: 1.7;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 0px;
    margin: 0 0 10px 0;
}
.formError .formErrorContent {
    width: 100%;
    background: #EE0101 none repeat scroll 0% 0%;
    position: relative;
    color: #fff;
    min-width: 150px;
    font-size: 11px;
    padding: 4px 10px;
}
.formError .formErrorContent {
    z-index: 991;
}
.formError {
    cursor: pointer;
    text-align: left;
}
.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0px 0px 13px;
    position: relative;
}
.formError .formErrorArrow {
    z-index: 996;
}
.formError .formErrorArrow div {
    height: 1px;
    background: #EE0101 none repeat scroll 0% 0%;
    margin: 0px auto;
    line-height: 0;
    font-size: 0px;
    display: block;
}
.formError .formErrorArrow .line10 { width: 13px; border: none; }

.formError .formErrorArrow .line9 { width: 11px; border: none; }

.formError .formErrorArrow .line8 { width: 11px; }

.formError .formErrorArrow .line7 { width: 9px; }

.formError .formErrorArrow .line6 { width: 7px; }

.formError .formErrorArrow .line5 { width: 5px; }

.formError .formErrorArrow .line4 { width: 3px; }

.formError .formErrorArrow .line3 { width: 1px; }

.formError .formErrorArrow .line2 { display: none; width: 3px; }

.formError .formErrorArrow .line1 { display: none; width: 1px; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}