/*
//////////////////////////////////////////////////////

FREE HTML5 TEMPLATE 
DESIGNED & DEVELOPED by FREEHTML5.CO

CREDITS:
Bootstrap
jQuery
Themify Icons

//////////////////////////////////////////////////////

}*/

@font-face {
  font-family: 'ipamin';
  src: url('../fonts/ipamin.eot');
  src: url('../fonts/ipamin.woff') format("truetype");
}
html.overflow, body.overflow {
  overflow-x: auto;
}
html.overflow #header-section, html.overflow #main, html.overflow #hero, html.overflow #mobile-menu, html.overflow #footer, body.overflow #header-section, body.overflow #main, body.overflow #hero, body.overflow #mobile-menu, body.overflow #footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
  font-family:"ipamin","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  color: #2e2e2e;
}

::-webkit-selection {
  color: #ffffff;
  background: #28bbf8;
}

::-moz-selection {
  color: #ffffff;
  background: #28bbf8;
}

::selection {
  color: #ffffff;
  background: #28bbf8;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #28bbf8;
  border-bottom: 2px solid transparent;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #2e2e2e;
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  }
}

h1, .h1 {
  font-size: 1.2em;
}

h2, .h2 {
  font-size: 1.7em;
}

h3, .h3 {
  font-size: 1.5em;
}

h4, .h4 {
  font-size: 1.3em;
}

h5, .h5 {
  font-size: 1.1em;
}

h6, .h6 {
  font-size: 1em;
}

ul, ol {
  padding-left: 15px;
  line-height: 1em;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

small {
  color: #fff;
}

.red {
  color: red;
}
@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}

/* Mobile Menu */
@media screen and (max-width: 768px) {
	#header-section,.logo {
	  display: none;
	}
}
#mobile-menu-btn {
  padding: 0 1em;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  background: #029e90;
  height: 4em;
  display: table;
}
#mobile-menu-btn i {
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
  font-size: 25px;
  color: #fff;
}
#mobile-menu {
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	transform: translateX(-275px);
	display: block;
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 275px;
	z-index: 10002;
	padding: 0.75em 0;
	background: #3399cc url(../images/logo.png) no-repeat 0.75em 0.75em;
	box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.3);
}
#mobile-menu #mobile-menu-ul {
  padding: 0;
  margin-top: 5em;
  border-bottom: 1px solid #54aed1;
}
#mobile-menu #mobile-menu-ul li {
  list-style: none;
  padding: 1em 0;
  margin: 0;
  border-top: 1px solid #54aed1;
}
#mobile-menu #mobile-menu-ul a {
  margin: 0 1.25em;
  border-bottom: none !important;
  display: block;
  color: #eee;
}
#mobile-menu #mobile-menu-ul a:hover {
  color: #fff;
  font-weight: bold;
}
#mobile-menu #mobile-menu-ul .sub-ddown {
  position: relative;
}
#mobile-menu #mobile-menu-ul .sub-ddown:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  content: "\e64b";
}
#mobile-menu #mobile-menu-ul .sub-menu {
  display: none;
  padding-left: 20px;
}
#mobile-menu #mobile-menu-ul .sub-menu li {
  list-style: none;
}

#logo-mobile-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 4em;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10001;
  background: #029e90;
  color: #2e2e2e;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#logo-mobile-wrap h1 {
  padding: 0;
  margin: 0;
}

/* Header */
@media screen and (min-width: 769px) {
	#header-section {
	  display: block;
	  width: 100%;
	  background: rgba(2, 158, 144, 0.8);
	  padding: 1.250em 0;
	  -webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -ms-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	  position: fixed;
	  float: left;
	  top: 0;
	  left: 0 !important;
	  right: 0;
	  z-index: 103;
	}
	#header-section.scrolled {
	  padding: 0px 0;
	  background: rgba(2, 158, 144, 1);
	  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	}
}

#logo {
  font-size: 20px;
  padding: 0;
  font-weight: bold;
}
#logo a {
  border-bottom: none !important;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.logo {
  margin: 0.4em 0 0 0;
  color: #fff;
}
.mobile-logo {
  margin: 0.7em 0 0 0;
}
	.mobile-logo a {
	  color: #fff;
	}
	.mobile-logo img {
	  margin: 0 0.3em 0 0;
	  color: #fff;
	}
@media screen and (max-width: 768px) {
  #logo {
    text-align: center;
    margin: 0px 0 0 0;
    float: none !important;
  }
}

/* Superfish Override Menu */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	display: block;
	position: relative;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  padding: .75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 8em;
  *width: 8em;
}
.sf-menu li {
	float: left;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: .75em 1em;
  letter-spacing: 1px;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu a:hover,
 .sf-menu li.active > a{
  color: #07A0E2 !important;
  background: #fff;
}
#menu-wrap .sf-menu a {
  padding: 2em 1em;
}

#primary-menu > li > ul li.active > a {
  color: #28bbf8 !important;
}
#primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 5px;
  top: 50%;
  margin-top: -7px;
  content: "\e64b";
  color: rgba(0, 0, 0, 0.5);
}
#primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 10px;
  font-size: 12px;
  content: "\e649";
  color: rgba(255, 255, 255, 0.3);
}

#primary-menu .sub-menu {
  padding: 10px 5px;
  background: rgba(2, 158, 144, 0.8);
}

#primary-menu .sub-menu:before {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  content: '';
}

#primary-menu .sub-menu .sub-menu:before {
  top: 6px;
  right: 100%;
}

#primary-menu .sub-menu .sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#primary-menu .sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff !important;
  text-transform: none;
  background: none;
}
#primary-menu .sub-menu a:hover {
  color: #28bbf8 !important;
}

.feature {
	padding: 3.125em 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	background-clip: border-box;
	background-origin: padding-box;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.banner {
	padding: 1.5em 0 3em;
}
	.banner img{
	border: 2px solid rgba(255, 255, 255, 1);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.7);
	}
.contact {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-clip: border-box;
	background-origin: padding-box;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding: 3em 0 1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 3em 0 2em 0;
  }

  .contact {
    padding: 3em 0 2em 0;
  }
}

#hero {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-clip: border-box;
  background-origin: padding-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 900px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
#hero .hero-wrap {
  display: table;
  height: 80em;
  width: 100%;
}
@media screen and (max-width: 1199px) {
	#hero .hero-wrap {
	  height: 60em;
	}
}
@media screen and (max-width: 768px) {
  #hero {
    background-position: center center;
  }
  #hero, .hero-wrap {
    position: relative;
    padding: 9em 0 1em 0;
    height: inherit !important;
	margin: 0;
	top:20px;
}
}
#hero .hero-wrap .hero-intro {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#hero .hero-wrap .hero-intro > h1 {
  font-size: 32px;
  font-weight: normal;
  line-height: 46px;
  padding: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #hero .hero-wrap .hero-intro > h1 {
    letter-spacing: 4px;
    font-size: 18px;
    line-height: 26px;
	letter-spacing: 0;
  }
}
#hero .hero-wrap .hero-intro > h2 {
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #hero .hero-wrap .hero-intro > h2 {
    letter-spacing: 3px;
  }
}
#hero .hero-wrap .hero-intro > h2 > span {
  position: absolute;
  bottom: 0;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  width: 50px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
}
#hero .hero-wrap .btn {
  color: #ffffff;
}
#hero .hero-wrap .btn:hover, #hero .hero-wrap .btn:active, #hero .hero-wrap .btn:focus {
  background: #28bbf8;
  border-color: #28bbf8;
}

body.inner-page #hero {
  height: 400px;
}
body.inner-page #hero .hero-wrap {
  padding-top: 50px;
  height: 400px;
}


#main {
  margin-top: 900px;
  padding: 0;
  z-index: 102;
  position: relative;
  background-color: #fff;
}
.illust {
	margin: 0;
	padding: 50px 0;
	z-index: 999;
	position: relative;
	background: url(../images/illust-img.jpg) center no-repeat;
}
.philosophy-list {
	margin: 0;
	padding: 0.5em;
}
	.philosophy-list dt,.philosophy-list dd{
		margin: 0.5em 0;
		padding: 0.5em 0;
	}
	.philosophy-list dd{
		font-size: 1.2em;
		margin-left: 1em;
		padding: 0;
	}

@media screen and (max-width: 768px) {
  #main {
    margin-top: 0px;
    padding-top: 20px;
  }
	.philosophy-list dd{
		font-size: 1em;
	}
}

body.inner-page #main {
  margin-top: 400px;
}
@media screen and (max-width: 768px) {
  body.inner-page #main {
    margin-top: 0px;
    padding-top: 20px;
  }
}

#hero,
#main,
#logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

body.mobile-menu-visible #hero,
body.mobile-menu-visible #main,
body.mobile-menu-visible #logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

body.mobile-menu-visible #mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Helper Classes */
/* Spacer */
.bar {
  display: inline-block;
  width: 95%;
  padding: 0;
  margin: 3em 0;
  height: 2px;
  background: #ccc;
}
.spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.heading-lg {
  font-size: 2em;
  padding: 0 0 0.5em;
  letter-spacing: 3px;
  color: #555;
}
.heading-lg2 {
  font-size: 2em;
  padding: 0 0 0.5em;
  letter-spacing: 3px;
  color: #fff;
}
.heading-md {
  font-size: 1.6em;
  padding: 0 0 0.5em;
  letter-spacing: 2px;
  color: #555;
}
.heading-md2 {
  font-size: 1.6em;
  padding: 0 0 0.5em;
  letter-spacing: 2px;
  color: #fff;
}
.borderline {
  font-size: 1.6em;
  line-height: 1.8em;
  padding: 0;
  letter-spacing: 1px;
  color: #fff;
  border: 2px solid #eaeaea;
}
.text-lg {
  font-size: 1.5em;
  padding: 0 0 0.5em;
}
.text-md {
  font-size: 1.3em;
  padding: 0 0 0.5em;
  line-height: 1.6em;
  letter-spacing: 1px;
}
.text-md2 {
  font-size: 1.3em;
  padding: 0 0 0.5em;
  color: #fff;
  letter-spacing: 1px;
}
.text-sm {
  font-size: 1.1em;
  padding: 0 0 0.5em;
  line-height: 1.6em;
  letter-spacing: 1px;
}
.spacer-xlg {
  height: 150px;
}
.spacer-lg {
  height: 100px;
}
.spacer-md {
  height: 80px;
}
.spacer-sm {
  height: 50px;
}
.spacer-xs {
  height: 30px;
}
.spacer-xxs {
  height: 20px;
}

#unchin {
padding-top:0;
padding-bottom:20px
}

#unchin .tw10 {
width:10%;
}

#unchin .tw20 {
width:20%;
}

#unchin .tw25 {
width:25%;
}

#unchin .tw22 {
width:22.5%;
}

#unchin table {
width:100%;
margin:0.5em 0;
font-weight:bold;
font-size:1.2em
}

#unchin table th {
background:#3398CC;
color: #fff;
}

#unchin table td {
color: #333;
}

#unchin .active01 {
background:#5EC2EE;
text-align: center;
}

#unchin .active02 {
background:#C8EAF9;
text-align: center;
}

#unchin .active03 {
background:#C8EAF9;
text-align: center;
}

#company {
padding-top:0;
padding-bottom:20px
}

#company .tw30 {
width:30%;
}

#company table {
width:100%;
margin:0.5em 0;
font-size:1.2em
}

#company table th {
background: #aaa;
color: #fff;
padding:0.5em;
}

#company table td {
background: #fff;
color: #222;
padding:0.5em;
}

#company .map {
margin: 0;
padding: 0 15px 10px;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
#company .map iframe,
#company .map object,
#company .map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (max-width: 768px) {
.heading-lg,.heading-lg2 {
  font-size: 1.3em;
  letter-spacing: 1px;
}
.heading-md,.heading-md2{
  font-size: 1.2em;
  letter-spacing: 1px;
}
.text-lg {
  font-size: 1.1em;
  line-height: 1.6em;
}
.text-md,.text-md2,.text-sm {
  font-size: 1em;
  line-height: 1.6em;
}
.bar {
  margin: 1em 0;
}
  .spacer-xlg {
    height: 50px;
  }
  .spacer-lg {
    height: 40px;
  }
  .spacer-md {
    height: 30px;
  }
  .spacer-sm {
    height: 20px;
  }
  .spacer-xs {
    height: 10px;
  }
	#unchin table,#company table {
	font-size:1em
	}
	.text-md {
	  font-size: 1em;
	  line-height: 1.4em;
	}
}

.letter-spacing {
  letter-spacing: 1px;
}

.no-margin-bottom {
  margin-top: 3em;
}


.form-group {
  margin-bottom: 30px;
}

.image-popup:hover {
  opacity: .7;
}

h2 span{
	position: relative;
	top:-120px;
	display:block;
}

.underbar {
  display: inline-block;
  width: 60%;
  padding: 0;
  margin-bottom: .5em;
  height: 1px;
  background: #777;
 }
.underbar2 {
  display: inline-block;
  width: 60%;
  padding: 0;
  margin-bottom: 1em;
  height: 1px;
  background: #fff;
 }
 
 .fb_wrapper{
  height: 500px;
 }
 
.ttlbg-rds {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #07A0E2;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 0.5em 10%;
}
.ttlbg-sqe {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #07A0E2;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0.5em 3%;
}
 
/* 
========================================

Components 

========================================
*/
/* Buttons */
.btn {
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 1px solid #777 !important;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 1px solid #07A0E2 !important;
  background: #07A0E2;
  color: #ffffff;
}
.btn-primary {
  background: #28bbf8;
}

.btn-success {
  background: #00e195;
}

.btn-danger {
  background: #e02745;
}

.btn-info {
  background: #0bbff2;
}

.btn-warning {
  background: #ffd042;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.btn-default:hover, .btn-default:active, .btn-default:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #282e3c;
  color: #ffffff;
}

.form-control {
  box-shadow: none !important;
  border: 2px solid #ccc;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
}

/* Features*/
/* Feature 1 */
.feature-1 .feature-figure {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .feature-1 .feature-figure {
    text-align: center !important;
    margin-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  .feature-1 .feature-figure img {
    display: inline-block;
    margin: 0 auto;
  }
}
.feature-1 .feature-blurb ul {
  padding: 0;
  margin: 5em 0 0 0;
}
@media screen and (max-width: 480px) {
  .feature-1 .feature-blurb ul {
    margin: 2em 0 0 0;
  }
}
.feature-1 .feature-blurb ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
}
.feature-1 .feature-blurb ul li > .feature-blurb-text {
  float: right;
  width: 85%;
}
@media screen and (max-width: 992px) {
  .feature-1 .feature-blurb ul li > .feature-blurb-text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .feature-1 .feature-blurb ul li > .feature-blurb-text {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .feature-1 .feature-blurb ul li > .feature-blurb-text {
    width: 80%;
  }
}
.feature-1 .feature-blurb ul li .feature-blurb-icon {
  float: left;
  width: 15%;
}
.feature-1 .feature-blurb ul li .feature-blurb-icon i {
  font-size: 40px;
  color: #28bbf8;
}
@media screen and (max-width: 992px) {
  .feature-1 .feature-blurb ul li .feature-blurb-icon {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .feature-1 .feature-blurb ul li .feature-blurb-icon {
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  .feature-1 .feature-blurb ul li .feature-blurb-icon {
    width: 20%;
  }
}
.feature-1 .feature-blurb ul li .feature-blurb-title {
  letter-spacing: 2px;
  margin-bottom: 0 !important;
}

/* Feature 2*/
.feature-2 .feature-item {
  margin-bottom: 30px;
}
.feature-2 .feature-title {
  letter-spacing: 2px;
}
.feature-2 .feature-icon {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.feature-2 .feature-icon i {
  font-size: 50px;
  color: #28bbf8;
}
.feature-2 .feature-icon.circle {
  display: table;
  width: 100px;
  height: 100px;
  margin: 0 auto 2em auto;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.feature-2 .feature-icon.circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

/* Feature 3 */
.feature-3 .feature-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .feature-3 .feature-item {
    display: block;
  }
}
.feature-3 .feature-icon {
  float: left;
  width: 15%;
  clear: right;
}
@media screen and (max-width: 480px) {
  .feature-3 .feature-icon {
    width: 20%;
  }
}
.feature-3 .feature-icon i {
  font-size: 30px;
  color: #28bbf8;
}
.feature-3 .feature-blurb {
  float: right;
  width: 85%;
}
@media screen and (max-width: 480px) {
  .feature-3 .feature-blurb {
    width: 80%;
  }
}

/* Header */
.header {
  text-align: center;
}
.header .heading {
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .header .heading {
    font-size: 30px !important;
    line-height: 42px !important;
  }
}
.header .heading-sub {
  color: #777;
  font-size: 18px;
  line-height: 30px;
}

.feature-slider .item-slide-text {
  margin-top: 1em;
  padding: 0;
}
.feature-slider .item-slide-text > h3 {
  position: relative;
}
.feature-slider .item-slide-text > p {
  margin: 0;
  padding: 0;
}
.feature-slider .item-slide-text > h3 span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  margin-bottom: 0.2em;
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  .feature-slider .item-slide-text {
    margin-top: .5em;
  }
}
@media screen and (max-width: 768px) {
  .feature-slider .item-slide-text {
    margin-top: .5em;
  }
}
@media screen and (max-width: 480px) {
  .feature-slider .item-slide-text {
    margin-top: .5em;
  }
}

#testimonial {
  padding: 3em 0 5em;
  background: #000 url(../images/illust-img.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #testimonial {
    padding: 1em 0;
  }
}
#testimonial blockquote {
  padding-left: 0;
  width: 70%;
  margin: 0 auto;
  color: #ffffff;
  border-left: none;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  #testimonial blockquote {
    width: 100%;
    font-size: 35px;
    line-height: 47px;
  }
}
#testimonial blockquote p {
  text-align: center;
  color: #ffffff;
}
#testimonial .testimonial-author {
  font-size: 18px;
}
#testimonial .uppercase-heading-sm {
  color: #ffffff;
}

.uppercase-heading-sm {
  color: rgba(0, 0, 0, 0.4);
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 3em 0;
  background: #777;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 2em 0;
  }
}

/* Pricing Tables */
@media screen and (max-width: 992px) {
  .pricing-table-1 .pricing-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .pricing-table-1 .pricing-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
.pricing-table-1 .pricing-table-item .pricing-table-item-body,
.pricing-table-1 .pricing-table-item .pricing-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
  padding-bottom: 1.5em;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-heading {
  padding: 3em 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-clip: border-box;
  background-origin: padding-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-heading h3{
  width: 60%;
  padding: 0.5em;
  font-size: 1.5em;
  font-weight:bold;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  }
@media screen and (max-width: 768px) {
.pricing-table-1 .pricing-table-item .pricing-table-item-heading h3{
  font-size: 1.1em;
  }
}
.pricing-table-1 .pricing-table-item .pricing-table-item-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1em;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-body p {
  padding-top: 1em;
  line-hight: 1.6em;
}
.pricing-table-1 .pricing-table-item.best-offer .pricing-table-item-heading {
  background: #28bbf8;
  color: #fff;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-body {
  border: 2px solid #efefef;
  border-top: none;
  background: #fff;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-body ul {
  padding: 0;
  margin: 0;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-body ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.pricing-table-1 .pricing-table-item.best-offer .pricing-table-item-body {
  border: 2px solid #28bbf8;
  border-top: none;
}

/* Nav Links */
.nav-links ul {
  padding: 0;
  margin: 0;
}
.nav-links ul li {
  padding: 0;
  margin: 0 0 .5em 0;
  list-style: none;
}
.nav-links ul li.active a {
  color: #2e2e2e;
  border-bottom: 2px solid #28bbf8;
}

/* Pagetop */
#page-top {
position:fixed;
z-index:200;
right:0px;
}

#page-top a {
background:#07A0E2;
text-decoration:none;
color:#fff;
font-size:1.3em;
border-radius: 5%;
width:60px;
height:60px;
padding:16px 0;
text-align:center;
display:block;
filter:alpha(opacity=90);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity:.9;
opacity:.9;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .5); }

#page-top a:hover {
text-decoration:none;
}

#page-top span.glyphicon-chevron-up,
#page-top span.glyphicon-chevron-down {
font-size:200%
}

/* Owl Override Style */

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -5px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -5px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
	.owl-carousel .owl-controls,
	.owl-carousel-posts .owl-controls {
	  margin-top: 0;
	}
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #999;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

.owl-carousel-fullwidth.light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
.owl-carousel-fullwidth.light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #28bbf8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #28bbf8;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #28bbf8;
}
