/* ==========================================================================
   SHARED COMPONENTS
   Button, panel, form, social icon, dan komponen reusable.
   ========================================================================== */

.button {
	background: #000;
	padding: 15px 20px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: Montserrat;
	border-radius: 0px;
	display: table;
	transition: .4s;
}

.button:hover {
	background: #8dc73f !important;
	color: #fff !important;
}

.button.color2:hover  ,
.button.color3:hover  ,
.button.color4:hover {
	background: #000 !important;
	color: #fff !important;
}

.button.btn-border {
	background: transparent !important;
	padding: 15px 20px;
	color: #000;
	border: 2px solid #000;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: Montserrat;
	border-radius: 0px;
	display: table;
	transition: .4s;
}

.button.btn-border:hover {
	background: #000 !important;
	color: #fff;
}

.button.color2 {
	background: #8dc73f;
}

.button.color3 {
	background: #0FA2D5;
}

.button.color4 {
	background: #FF4862;
}

.button.color5 {
	background: #8dc73f;
}

.button.color5:hover {
	background: #000 !important;
}

.button.btn-border.color2 {
	border-color: #8dc73f;
	color: #8dc73f;
}

.button.btn-border.color3 {
	border-color: #0FA2D5;
	color: #0FA2D5;
}

.button.btn-border.color4 {
	border-color: #FF4862;
	color: #FF4862;
}

.button.btn-border.color2:hover {
	background: #8dc73f !important;
	color: #fff;
}

.button.btn-border.color3:hover {
	background: #0FA2D5 !important;
	color: #fff;
}

.button.btn-border.color4:hover {
	background: #FF4862 !important;
	color: #fff;
}

.button.one {
	background: #8dc73f;
}

.content-head {
	margin-bottom: 60px;
}

.content-head em {
	font-size: 18px;
	display: block;
	color: #777;
	margin: 8px 0 0;
}

.small-sep {
	height: 2px;
	background: #8dc73f;
	width: 50px;
}

.button.simple {
	background: transparent;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding: 0 0 5px;
	color: #000;
	font-size: 10px;
	letter-spacing: 2px;
	opacity: 0.3;
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}

.social-icons:after {
  content: "";
  display: table;
  clear: both;
}

.social-icons li {
  height: 32px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.social-icons li a {
  height: 32px;
  width: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  background: transparent;
  -moz-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  -o-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  -webkit-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  text-align: center;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  color: #919191;
}

.social-icons li a:hover {
  text-decoration: none;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.social-icons li a i {
  display: block;
  height: 32px;
  padding: 10px 0;
  top: 0;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  position: relative;
}

.social-icons li:hover a i {
  top: -100%;
}

.social-icons .facebook a:hover {
  background: #3B5998;
}

.social-icons .twitter a:hover {
  background: #33ccff;
}

.social-icons .pinterest a:hover {
  background: #cb2027;
}

.social-icons .github a:hover {
  background: #000000;
}

.social-icons .linkedin a:hover {
  background: #007bb6;
}

.social-icons .dribbble a:hover {
  background: #EE508D;
}

.social-icons .google-plus a:hover {
  background: #dd4b39;
}

.social-icons .youtube a:hover {
  background: #bb0000;
}

.social-icons .vimeo-square a:hover {
  background: #44bbff;
}

.social-icons .skype a:hover {
  background: #00AFF0;
}

.social-icons .instagram a:hover {
  background: #517fa4;
}

.social-icons .tumblr a:hover {
  background: #00225F;
}

.social-icons .codepen a:hover {
  background: #252527;
}

.social-icons .behance a:hover {
  background: #1769ff;
}

.social-icons .deviantart a:hover {
  background: #4e6252;
}

.social-icons .digg a:hover {
  background: #000;
}

.social-icons .dropbox a:hover {
  background: #007ee5;
}

.social-icons .foursquare a:hover {
  background: #0072b1;
}

.social-icons .jsfiddle a:hover {
  background: #4679bd;
}

.social-icons .openid a:hover {
  background: #f78c40;
}

.social-icons .reddit a:hover {
  background: #ff4500;
}

.social-icons .soundcloud a:hover {
  background: #f80;
}

.social-icons .spotify a:hover {
  background: #7ab800;
}

.social-icons .stumbleupon a:hover {
  background: #eb4924;
}

.social-icons .vine a:hover {
  background: #00b488;
}

.social-icons .lastfm a:hover {
  background: #c3000d;
}

.social-icons .vk a:hover {
  background: #45668e;
}

.social-icons .apple a:hover {
  background: #202020;
}

.social-icons .windows a:hover {
  background: #00bcf2;
}

.social-icons .wordpress a:hover {
  background: #21759b;
}

.progress-label {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 13px;
	color: #474343;
}

#accordion .panel-default > .panel-heading {
	color: #333;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	padding: 0;
}

#accordion.panel-group .panel {
	margin-bottom: 1px;
	border-radius: 0px;
	background-color: transparent;
}

#accordion .panel-title {
	overflow: hidden;
}

#accordion .panel-title a {
	padding: 15px 20px 15px 60px !important;
	font-size: 13px;
	display: table;
	width: 100%;
	position: relative;
	font-weight: 400;
	overflow: hidden;
}

#accordion .panel-default {
	border: none;
}

#accordion .panel-title a span {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #B4B4B4;
	padding: 0px 16px;
	font-size: 13px;
	background: transparent;
	border: 1px solid #ececec;
	border-radius: 3px;
	height: 43px;
	line-height: 41px;
	transition: .4s;
}

#accordion.panel-group .panel.active .panel-title a span {
	background: #8dc73f;
	color: #fff;
	transition: .4s;
}

#accordion .panel-title a i {
	color: #aaa;
	font-size: 14px;
	margin-right: 7px;
	position: relative;
	top: 1px;
	transition: .4s;
}

#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	padding: 0;
}

#accordion2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
	padding: 20px 0 25px 60px;
	margin: 0px;
}

.faq-acc1 .panel-heading ,
.faq-acc2 .panel-heading ,
.faq-acc3 .panel-heading {
	background: #fff;
	border: 1px solid #f1f1f1;
	color: #000;
	padding: 18px 20px;
	border-radius: 0px;
}

.faq-acc1 .panel-title ,
.faq-acc2 .panel-title ,
.faq-acc3 .panel-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: inherit;
}

.faq-acc2 .panel-title i ,
.faq-acc3 .panel-title i {
	margin-right: 5px;
}

.panel-body {
	font-size: 13px;
	line-height: 22px;
	color: #777;
	padding: 20px 20px 20px 30px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none !important;
}

.block-heading h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 30px;
	background: #8DC73F;
	color: #fff;
	font-family: Open Sans;
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	display: Table;
}

.search-container input {
	height: 60px !important;
	border: 1px solid #000;
	line-height: 58px;
	padding: 0 30px;
	color: #000;
}

.search-container input {
	height: 60px;
	border: 1px solid #f1f1f1;
	border-right: none;
	line-height: 58px;
	padding: 0 20px;
	color: #000;
}

.nav-tabs {
	border-bottom: none;
	display: table;
	width: 100%;
}

.nav-tabs li {
	border: 1px solid #e5e5e5;
	border-right: none;
	width: 25%;
	position: relative;
	overflow: hidden;
}

.nav-tabs li.active::after {
	content: "";
	background: #8dc73f;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -9px;
	right: -10px;
	transform: rotate(45deg);
}

.nav-tabs li:last-child {
	border-right: 1px solid #e5e5e5;
}

.nav-tabs li a {
	box-shadow: none;
	background: transparent;
	border: none !important;
	display: table;
	width: 100%;
	text-align: center;
	padding: 40px 10px;
	font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
	color: #000;
	font-size: 16px;
}

.nav-tabs li a span {
	color: #8dc73f;
	margin-right: 10px;
}

.tab-pane {
	padding: 25px 20px 15px 20px;
	border: 1px solid #e5e5e5;
}

.tab-pane .panel-heading {
	width: 100%;
	padding: 0;
	margin: 0;
}

.tab-pane .panel-heading a {
	width: 100%;
	padding: 12px 15px;
	color: #000;
	font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
	display: table;
}

.tab-pane .panel {
	margin-bottom: 10px;
	background-color: transparent;
	border: none;
	border-radius: none;
	box-shadow: none;
}

#accordion-e1 .panel-heading ,
#accordion-e2 .panel-heading ,
#accordion-e3 .panel-heading {
	color: #333;
	border: none;
	padding: 0 !important;
}

#accordion-e1 .panel-title ,
#accordion-e2 .panel-title ,
#accordion-e3 .panel-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color: inherit;
	background: #fff;
}

#accordion-e2 .panel-title {
	background: #000;
}

#accordion-e3 .panel-title {
	background: #fff;
}

#accordion-e1 .panel-title a ,
#accordion-e2 .panel-title a ,
#accordion-e3 .panel-title a {
	padding: 22px 35px 22px 22px;
	display: table;
	width: 100%;
	border: 1px solid #f1f1f1;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
}

#accordion-e2 .panel-title a {
	border: none;
	color: #fff;
}

#accordion-e3 .panel-title a {
	border: none;
	border-bottom: 2px solid #f1f1f1;
	padding-left: 0;
}

#accordion-e1 .panel-title a span ,
#accordion-e2 .panel-title a span ,
#accordion-e3 .panel-title a span {
	position: absolute;
	top: 22px;
	right: 17px;
	color: #ccc;
}

#accordion-e3 .panel-title span.icon-check2 {
	color: #8dc73f;
}

#accordion-e3 .panel-title span.icon-cross2 {
	color: #FF4862;
}

#accordion-e1 .panel-body p,
#accordion-e2 .panel-body p, 
#accordion-e3 .panel-body p {
	margin: 0;
}

.panel,
.panel-default {
	border: none;
	background: transparent;
	border-radius: 0px;
	box-shadow: none;
}

.alert.info {
	background: #2C3E50;
	color: #fff;
	padding: 20px;
}

.alert.success {
	background: #18BC9C;
	color: #fff;
	padding: 20px;
}

.alert.notice {
	background: #F39C12;
	color: #fff;
	padding: 20px;
}

.alert.error {
	background: #E74C3C;
	color: #fff;
	padding: 20px;
}

.alert-info {
	border: 1px solid #2C3E50;
	color: #2C3E50;
	padding: 20px;
	background: transparent;
}

.alert-success {
	border: 1px solid #18BC9C;
	color: #18BC9C;
	padding: 20px;
	background: transparent;
}

.alert-warning {
	border: 1px solid #F39C12;
	color: #F39C12;
	padding: 20px;
	background: transparent;
}

.alert-danger {
	border: 1px solid #E74C3C;
	color: #E74C3C;
	padding: 20px;
	background: transparent;
}

.alert {
	border-radius: 0;
}

.alert-info i ,
.alert-success i ,
.alert-warning i ,
.alert-danger i {
	margin-right: 0px;
}

.parallax-bg1 {
	background: url(../../images/bg/parallax/1.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

.parallax-bg2 {
	background: url(../../images/bg/parallax/2.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

.parallax-bg3 {
	background: url(../../images/bg/parallax/3.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

.parallax-bg3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #002ebe; /* Warna biru dengan transparansi */
	z-index: 1; /* Pastikan overlay berada di atas background */
}

.parallax-bg3 * {
	position: relative;
	z-index: 2; /* Pastikan konten berada di atas overlay */
}

.parallax-bg4 {
	background: url(../../images/bg/parallax/4.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

.parallax-bg5 {
	background: url(../../images/bg/parallax/5.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

.parallax-bg6 {
	background: url(../../images/bg/parallax/6.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-res .parallax-bg5 {
	background: url(../../images/onepage/3/5.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-res .parallax-bg6 {
	background: url(../../images/onepage/3/7.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-res .parallax-bg1 {
	background: url(../../images/onepage/3/9.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-medical .parallax-bg2 {
	background: url(../../images/onepage/4/3.jpg) fixed !important;
	position: relative;
	background-size: auto !important;
}

#one-law .parallax-bg2 {
	background: url(../../images/onepage/4/3.jpg) fixed !important;
	position: relative;
	background-size: auto !important;
}

#one-hosting .parallax-bg2 {
	background: url(../../images/onepage/4/3.jpg) fixed !important;
	position: relative;
	background-size: auto !important;
}

#one-medical .parallax-bg3 {
	background: url(../../images/onepage/4/1.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-charity .parallax-bg5 {
	background: url(../../images/onepage/5/volunter.jpg) no-repeat bottom center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-gym .parallax-bg5 {
	background: url(../../images/onepage/6/5.jpg) no-repeat bottom center fixed !important;
	position: relative;
	background-size: cover !important;
}

#one-gym .parallax-bg2 {
	background: url(../../images/onepage/6/6.jpg) no-repeat bottom center fixed !important;
	position: relative;
	background-size: cover !important;
}

input.form-control {
	padding: 0 20px;
	border-radius: 3px;
	height: 50px;
	font-size: 14px;
	border: 1px solid #eaeaea;
}

textarea.form-control {
	padding: 20px 20px;
	border-radius: 3px;
	font-size: 14px;
	border: 1px solid #eaeaea;
}

.form-control-feedback {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 44px;
	line-height: 42px !important;
	text-align: center;
	pointer-events: none;
}

.nav-tabs li.col-md-4 {
	width: 33.3333%;
	padding-left: 0px;
	padding-right: 0px;
}

.nav-tabs li i {
	color: #8dc73f;
	margin-right: 10px;
}

.logregform label {
	font-weight:400;
	font-size:13px;
}

.range_v input {
	border: medium none;
	display: table;
	float: left;
	width: 44px;
	font-size: 14px;
	color: #5B5B5B;
	margin-right: 9px;
	margin-top: 1px;
}

#p-single .nav-tabs li a {
	padding: 21px 10px !important;
}

.coupon input {
	border: 1px solid #000;
	height: 35px;
	padding: 0 15px;
	line-height: 33px;
	width: 70%;
	float: left;
	color: #000;
	font-size: 13px;
}

.home-contact-form .input-wrap, .home-contact-form .textarea-wrap {
	display: block;
	margin: 0 0 12px 0;
	position: relative;
}

.home-contact-form .textarea-wrap i {
	position: absolute;
	top: 12px;	left: 11px;

	color: #c1c4c5;
}

.home-contact-form .input-wrap i + input, .textarea-wrap i + textarea {
	padding-left: 31px;
}

.home-contact-form input:focus + i{color: #000 !important;}

.home-contact-form textarea:focus + i{color: #000 !important;}

.home-contact-form .input-wrap input,
.home-contact-form .textarea-wrap textarea,
.home-contact-form .select-wrap select {
	width: 217px;
	height: 33px;

	padding: 0 12px;
	padding-left:40px;	
	background: #fafafa;
	
	border: 1px solid #e2e2e2;
	border-top: 1px solid #d4d4d4;
	outline: none;
	border-radius: 2px;

	color: #65686d;
	font-size:13px;
	line-height: 1.6;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.home-contact-form .textarea-wrap textarea {
	width:100%;
	height:100px;
	padding:10px 20px 15px 40px;
}

.ssc-inner form input {
	background:transparent;
	border:none;
	width:100%;
	height:90px;
	color:#000;
	line-height:88px;
	font-size:30px;
	border-bottom:4px solid #8dc73f;
	font-weight:300;
	padding-right:60px;
}

.volunter-info .button {
	background:#8dc73f;
}

@media only screen and (min-width: 768px)  and (max-width: 959px) {
.nav-tabs li a {
    padding: 40px 5px;
    font-size: 12px;
}
}

@media screen and (max-width: 767px) {
.nav-tabs li {
    min-height: 130px;
}

.nav-tabs li a {
font-size: 11px;
}

.nav-tabs li a span {
    display: block;
}
}


/* Split from previous miscellaneous stylesheet */
.hidden-heading {
	display:none !important;
}

iframe {
	border: none;
	width: 100%;
}

.faq-simple h3 {
	font-size: 17px;
	margin: 0 0 15px;
	color: #000;
}

.mm-content h1 {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 5px;
}

.mm-wrap {
	padding-bottom: 40px;
}

.logo {
	margin-top: -165px;
}

.btn-center {
	display: table;
	margin: 0 auto;
}

.btn-xs {
	padding: 8px 15px !important;
	font-size:10px;
}

.btn-small {
	padding: 8px 15px !important;
}

.btn-md {
	padding: 12px 15px !important;
}

.btn-lg {
	padding: 18px 20px !important;
}

.btn-exlg {
	font-size: 20px;
	padding: 20px 30px !important;
}

.btn-reveal {
	text-align: center;
	transition: .4s;
	position: relative;
	overflow: hidden;
}

.btn-reveal:hover {
	padding-left: 40px !important;
	transition: .4s;
	color: #fff !important;
}

.btn-reveal i {
	position: absolute;
	left: -60px;
	transition: .4s;
	color: #fff !important;
	font-size: 16px;
}

.btn-reveal.btn-lg {
	padding: 18px 40px !important;
}

.btn-reveal.btn-md {
	padding: 12px 30px !important;
}

.btn-reveal.btn-small {
	padding: 8px 30px !important;
}

.btn-reveal.btn-xs {
	padding: 5px 30px !important;
}

.btn-reveal.btn-lg:hover {
	padding: 18px 30px 18px 50px !important;
}

.btn-reveal.btn-md:hover {
	padding: 12px 20px 12px 40px !important;
}

.btn-reveal.btn-small:hover {
	padding: 8px 20px 8px 40px !important;
}

.btn-reveal.btn-xs:hover {
	padding: 5px 20px 5px 40px !important;
}

.btn-reveal:hover i {
	position: absolute;
	left: 16px;
	transition: .4s;
}

.table a {
	display: inline;
}

.recent-search {
	text-align: center;
}

.recent-search li {
	padding: 0 10px 20px;
	display: inline-block;
}

.recent-search li a {
	border: 1px solid #000;
	padding: 5px 15px;
	color: #000;
	display: table;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 4px;
}

.recent-search li a:hover {
	color: #fff;
	background: #000;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.style1 {
	border-left: 5px solid #8dc73f;
}

.style1 p {
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	color: #888;
}

.style1.blockquote-reverse {
	border-left: none;
	border-right: 5px solid #8dc73f;
}

.style2 {
	border: none;
	padding: 0 0 0 70px;
	position: relative;
}

.style2 span {
	color: #000;
	font-size: 50px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.style2 p {
	font-size: 38px;
	font-weight: 100;
	line-height: 42px;
	font-family: Raleway;
	color: #555;
}

.btn-desc {
	text-align: center;
	font-size: 20px !important;
	padding: 20px 30px !important;
}

.btn-desc span {
	font-size: 12px;
	display: block;
}

.btn-full {
	width: 100%;
}

.head-bdr {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: 4px solid #fff;
    padding: 15px 20px;
    margin: 0 auto;
    display: table;
    font-weight: 700;
}

.page_nav {
	display: table;
	margin: 0 auto;
}

.page_nav a {
	margin: 0 2px;
	background: #000;
	color: #fff;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
}

.page_nav a:hover {
	background: #8dc73f;
	color: #fff;
}

.feature-list li {
	margin-top: 15px;
	position: relative;
	font-size: 14px;
	padding-left: 30px;
	color: #878787;
}

.feature-list li i {
	color: #8dc73f;
	position: absolute;
	left: 5px;
	top: 2px;
}

.list-style1 li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 7px;
	color: #878787;
}

.list-style1 li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #8dc73f;
}

.line-head {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 22px;
}

.line-head span {
    background: #FFF;
    padding-right: 15px;
    position: relative;
    z-index: 88;
    margin: 0px 0px 20px;
}

.line-head::after {
    content: "";
    background: #d3d3d3;
    height: 1px;
    position: absolute;
    top: 9px;
    left: 0px;
    width: 100%;
}

.client-logo a {
	opacity:0.4;
	display:table;
	margin:0 auto;
}

.client-logo a:hover {
	opacity:1;
}

.highlight {
	color:#8dc73f !important;
}

.highlight2 {
	color:#FDC502 !important;
}

.border-top {
	border-top:1px solid #e9e9e9;
}

.highlight4 {
	color:#8dc73f !important;
}

@media screen and (max-width: 767px) {
.recent-search li a {
    border: 1px solid #000;
    padding: 2px 9px;
    color: #000;
    display: table;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 4px;
}

.recent-search li {
    padding: 0px 10px 12px;
}

.style2 span {
    color: #000;
    font-size: 30px;
    position: relative;
}

.style2 {
    padding: 0;
}

.style2 p {
    font-size: 27px;
    font-weight: 100;
    line-height: 36px;
}

.page_nav a {
    width: 30px;
    line-height: 30px;
    margin: 0px 0px;
}

.style2 span {
    color: #000;
    font-size: 30px;
    position: absolute;
    display: block;
    height: 55px;
}

.style2 p {
    padding-top: 40px;
}
}


/* Final split from legacy miscellaneous rules */
.social-c1 {
	margin-top: -15px;
	margin-bottom: 0px;
}

.left .social-c1 a {
	color: #000;
	margin-left: 3px;
}

.right .social-c1 a {
	color: #000;
	margin-left: 3px;
}

.right .social-c1 a:hover {
	opacity:0.5;	
}

.video {
	position: relative;
	padding-bottom: 56.25%;
 
	padding-top: 25px;
	height: 0;
}

.ico-yellow {
	background:#FDC502 !important;
}

.list-color2 li i {
	color: #0FA2D5;
}

.list-color3 li i {
	color: #FF4862;
}

.higlight {
	color: #8dc73f;
}

.dual-btns a {
	display:inline-block;
	margin:0 1px;
	padding:0 30px;
	width:200px;
}

.dual-btns.auto-width a {
	width:auto;
}
