/*
* Template Name: Unify - Responsive Bootstrap Template
* Version: 1.9.2
* Author: @htmlstream
* Website: http://htmlstream.com
*/
@media (min-width: 600px) {
	.visible-2xs {
		display: none;
	}
}
@media (max-width: 600px) {
	.hidden-2xs {
		display: none;
	}
	.col-2xs-12 {
		width: 100%;
	}
}
@media (min-width: 500px) {
	.visible-3xs {
		display: none;
	}
}
@media (max-width: 500px) {
	.hidden-3xs {
		display: none;
	}
}
.margin-top-minus-225 {
	margin-top: -225px;
}

@media(max-width: 992px) {
	.g-mb-30--sm {
		margin-bottom: 30px;
	}
}

.GMap-stand-alone {
	height: 500px;
}

.g-section-bg-gray {
	background: #f8f8f8;
}

.g-social-icons-v2 {
	margin: 0;
	padding: 0;
}
.g-social-icons-v2 li {
	list-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.g-social-icons-v2 a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	background: #fff;
	color: #e74c3c;
	transition: all 0.3s ease-in-out;
}
.g-social-icons-v2 a:hover {
	background: #383339;
	color: #fff;
}
.g-social-icons-v2 a i {
	color: #e74c3c;
}
.g-social-icons-v2 a:hover i {
	color: #fff;
}

.g-display-inline-block {
	display: inline-block;
}
.g-display-table {
	display: table;
}
.g-display-td {
	display: table-cell;
}

.g-text-top {
	vertical-align: top;
}
.g-text-middle {
	vertical-align: middle;
}
.g-text-bottom {
	vertical-align: bottom;
}

.btn-u-upper {
	text-transform: uppercase;
}
.btn-u-lg.btn-u-upper, a.btn-u-lg.btn-u-upper {
	font-size: 12px;
	font-weight: bold;
}

i.icon-2lg {
	width: 100px;
	height: 100px;
	line-height: 95px;
	font-size: 35px;
}
i.icon-3lg {
	width: 130px;
	height: 130px;
	line-height: 115px;
	font-size: 40px;
}
i.icon-color-u {
  border: 1px solid #e74c3c;
  color: #e74c3c;
}
i.icon-border-v2 {
	border: 4px solid #504a51;
}
i.icon-border-v3 {
	border: 10px solid #f8f8f8;
}

i.icon-v4 {
	width: 40px;
	height: 40px;
	line-height: 1;
	font-size: 40px;
	color: #e74c3c;
	display: inline-block;
}

i.num-icon-v2 {
  border: 4px solid #504a51;
  color: #e74c3c;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  width: 40px;
  height: 40px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
}

.g-icon-hover-1 {
	position: relative;
	transition: border-color .3s ease-in-out;
	transition: box-shadow .4s ease-in-out;
	transition: background .5s ease-in-out;
}
i.icon-border-v3.g-icon-hover-1:hover {
	border-color: transparent;
	color: #fff;
}
.g-icon-hover-1 span {
	display: block;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: scale(0);
	transition: all .2s ease-in-out;
}
.g-icon-hover-1:hover span {
	transform: scale(1);
}
i.icon-3lg.g-icon-hover-1 span {
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
}
i.icon-border-v3.g-icon-hover-1 span {
	background: #e74c3c;
}

/* Promo */
.promo {
	padding-top: 0px;
}
.tp-caption.RotatingWords-TitleWhite, .RotatingWords-TitleWhite,
.tp-caption.RotatingWords-Button, .RotatingWords-Button {
	font-family: "Open Sans", Arial, sans-serif;
}
/* Promo END */
