/* ------------------------------------------------------------------------------
	Template Name: Flosix
	Author: Designstub
	Author URI: http://www.designstub.com
	
	
	
/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
body {
  color: #6D6D6D;
  text-align: justify;
  line-height:1.8em;
}
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #009D92;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #A1B44A ;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}



/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #337ab7;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Source Sans Pro";
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	border-top:solid 5px #009D92;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 60px 15px;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
}


#header.fixed {
	background-color: rgba(255, 255, 255, 1);
	height:150px;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 15px 15px;
}
#header.fixed .nav-toggle {
	top: 18px;
}
#header h1 {
	font-size:11px;
	color: #333;
	font-weight:600;
	margin:0;
}


.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	margin-top:30px;
	position: relative;
}

.navigation .tel{
	position:absolute;
  top: 10px;
  right: 0px;
}


.navigation li {
	display: inline-block;
}
.navigation a {
	color: #2E4023;
	font-size: 16px;
	font-weight: 800;
	margin-left: 40px;
	letter-spacing: 1px;
	text-shadow:
		0px -1px #fff,
		1px 0px #fff,
		0px 1px #fff,
		-1px 1px #fff;
}
.navigation a:hover, .navigation a.active {
	color: #009D92;
}


.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #009D92;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #009D92;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	 Banner
-------------------------------------------------------------------------------*/
.top-banner {
	padding-top:40px;
}

.banner {
	background-image: url(../images/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 750px;
}
.banner2 {
	background-color:#FFF;
	min-height: 180px;
}
.banner-btn {
	opacity: 0.5;
}
.banner-text {
	padding-top: 33%;
}
.banner-text h1 {
	color: #6A8E52;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	line-height:1.6em;
	letter-spacing: 0px;
	font-weight: 400;
	text-shadow:
		0px -1px #fff,
		1px 0px #fff,
		0px 1px #fff,
		-1px 1px #fff;
}
.banner-text p {
	color:  #333;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 80px;
		0px -1px #fff,
		1px 0px #fff,
		0px 1px #fff,
		-1px 1px #fff;
}

/* ------------------------------------------------------------------------------
	 Intro
-------------------------------------------------------------------------------*/
#intoro{
	margin:20px 0;
}
.intro {
	background-color: #fff;
	position: relative;
	margin:50px 0;
	
}
.intro blockquote {
	border: 0;
	margin: 0;
	padding: 10px 0;
}
.intro h1 {
	color: #6A8E52;
	font: 27px "Source Sans Pro";
}
.intro p {
	color: #333;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
	line-height:1.8em;
}
.intro ul.check li {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #333;
	list-style-type: none;
	position: relative;
	margin-bottom:8px;
	margin-left:1.5em;
}
.intro ul.check li:after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.3em;
	width: 12px;
	height: 8px;
	border-left: 3px solid #6A8E52;
	border-bottom: 3px solid #6A8E52;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.intro h2 {
	color: #009D92;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	line-height:1.3em;
	letter-spacing: 0px;
	font-weight: 400;
	text-shadow:
		0px -1px #fff,
		1px 0px #fff,
		0px 1px #fff,
		-1px 1px #fff;
}
.intro h2 img.number{
	width:37px;
	height:37px;
	float:left;
	margin-right:.3em;
	
}
.intro h3 {
	color: #690;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height:1.6em;
	letter-spacing: 0px;
	font-weight: 400;
	margin-bottom:0px;
}
/* ------------------------------------------------------------------------------
	 Product
-------------------------------------------------------------------------------*/
#product h2{
	color: #009D92;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	line-height:1.3em;
	letter-spacing: 0px;
	font-weight: 400;
	text-shadow:
		0px -1px #fff,
		1px 0px #fff,
		0px 1px #fff,
		-1px 1px #fff;
	
}
#product h3 {
	color: #690;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height:1.6em;
	letter-spacing: 0px;
	font-weight: 400;
	margin-bottom:0px;
}
#product h4 {
	color: #F63;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height:1.6em;
	letter-spacing: 0px;
	font-weight: 400;
	margin-bottom:0px;
}




#product ul.square li {
	list-style-image: url(../images/mark.png);
	margin-left:1.5em;
	
}


/* ------------------------------------------------------------------------------
	 services
-------------------------------------------------------------------------------*/

#services h2{
	color: #009D92;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	line-height:1.3em;
	letter-spacing: 0px;
	font-weight: 400;
	text-shadow:
		0px -1px #fff,
		1px 0px #fff,
		0px 1px #fff,
		-1px 1px #fff;
	
}
#services h3 {
	color: #690;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height:1.6em;
	letter-spacing: 0px;
	font-weight: 400;
	margin-bottom:0px;
}
#services h4 {
	color: #F63;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height:1.6em;
	letter-spacing: 0px;
	font-weight: 400;
	margin-bottom:0px;
}

#services p {
	color: #333;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: 30px;
	line-height:1.8em;
}

.service-section {
	padding-top: 0px;
}
.services {
	margin-bottom: 50px;
}

.services-content {
	padding: 0 15px;
	margin-top: 30px;
}
.services img {
	max-width:60%;
	height:auto;
	margin:0 auto;
	margin-bottom:15px;
}

/* Timeline */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 25px;
  margin-right: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 96% - 75px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  
  background-color:#FFF;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  background-color: #999999;
  z-index: 2;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #009D92 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body {
	font-size:16px;
	color:#000000;
}

.timeline-body ul li {
	line-height:1.6em;
}

h3.panel-title { 
 font-size:24px;
 font-weight:600;
 color:#333;
}

/* ------------------------------------------------------------------------------
	 CMS
-------------------------------------------------------------------------------*/

#cms h2{
	color: #009D92;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	line-height:1.3em;
	letter-spacing: 0px;
	font-weight: 400;
	text-shadow:
		0px -1px #fff,
		1px 0px #fff,
		0px 1px #fff,
		-1px 1px #fff;
	
}
#cms h3 {
	color: #690;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height:1.6em;
	letter-spacing: 0px;
	font-weight: 400;
	margin-bottom:0px;
}
#cms h4 {
	color: #00437B;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height:1.6em;
	letter-spacing: 0px;
	font-weight: 400;
	margin-bottom:0px;
}

#cms p {
	color: #333;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: 30px;
	line-height:1.8em;
}





/* ------------------------------------------------------------------------------
	 
-------------------------------------------------------------------------------*/

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#greywrap p {
	color: #333;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: 30px;
	line-height:1.8em;
}
#greywrap img {
	height:auto;
	margin:0 auto;
	margin-bottom:15px;
}
#greywrap .v-middle{
	vertical-align:middle;
	margin-top:50%;
	
}

.bg_graph1{
	padding:10px;
	background-color:#43B1CC;
	color:#FFF;
	font-weight:600;
	min-height:60px;
	vertical-align:middle;
	-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;  
border-radius:10px 10px 10px 10px;

}
.bg_graph2{
	padding:10px;
	background-color:#4380CC;
	color:#FFF;
	font-weight:600;
	min-height:60px;
	vertical-align:middle;
	-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;  
border-radius:10px 10px 10px 10px;
}

.pt10{
	padding-top:20px;
}

.well {
	width:98%;
	margin:0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #D8D8D8;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well h4 {
  color:#33569E;
  font-size:20px;
  line-height:1.4em;
}


/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(232, 69, 69, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	 CMS
-------------------------------------------------------------------------------*/
.person {
	max-width: 270px;
	text-align: center;
}
.person-content {
	margin-top: 20px;
}
.person h4 {
	font-weight: 400;
}
.person h5 {
	color: #e84545;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}
.social-icons, .footer .footer-share {
	margin-top: 30px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #e8ecee;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #c6cacc;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover, .footer .footer-share a:hover {
	background-color: #e84545;
	border-color: #e84545;
	color: #fff;
}

.w50 {
	width:50%;
}
.td_head {
	font-weight:600;
	color:#31708F;
}
.border_non {
	border-top: 2px solid #fff;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: #e84545;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 23px "Source Sans Pro";
	font-weight: 300;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	Contact
-------------------------------------------------------------------------------*/
.contact h3 {
	margin-top: 0;
}
.contact p {
	color: #2d3033;
	font-weight: 600;
	text-transform: uppercase;
}
.contact .btn {
	margin-top: 30px;
}

button#submit_button {
    padding: 15px 20px;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #20b2aa;
    color: #fff;
    border-style: none;
}

button#submit_button:hover {
    background-color: #00ced1;
}

button#reset_button {
    padding: 15px 15px;
    font-size: 1.0em;
    font-weight: normal;
    background-color: #d3d3d3;
    color: #696969;
    border-style: none;
}

button#reset_button:hover {
    background-color: #dcdcdc;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #333;

}
.footer-top {
	background-color: #fff;
	padding-top: 50px;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 10px;
}
.footer h5 {
	color: #000;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	font-size: 16px;
	color: #000;
	margin-top:15px;
}
.footer a {
	color: #000;
}
.footer a:hover {
	color: #7BB9D6;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}

footer img {
	max-width:43%;
	height:auto;
	margin:8px 0 18px 15px;
	}
	
footer .dl-horizontal dt {
    float: left;
    width: 80px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
footer .dl-horizontal dd {
    margin-left: 100px;
}

.label-number {
	background-color:#009D92;
	font-size:12px;
	padding:5px;
}

/* =======================================
backtotop
======================================= */

#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    display: none;
}    

#back-to-top a {
    display: block;
	width: 60px;
	height: 60px;
	font-size:25px;
	background-color: #009D92;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	-webkit-border-top-left-radius: 30px;  
    -webkit-border-top-right-radius: 30px;  
    -webkit-border-bottom-right-radius: 30px;  
    -webkit-border-bottom-left-radius: 30px;  
    -moz-border-radius-topleft: 30px;  
    -moz-border-radius-topright: 30px;  
    -moz-border-radius-bottomright: 30px;  
    -moz-border-radius-bottomleft: 30px;
}

#back-to-top a:hover {
    background: #00DCCE;
    color: #FFFFFF;
}
