
/*@font-face {*/
/*  font-family: "Microsoft YaHei";*/
/*  src: url("/fonts/Microsoft YaHei.eot");*/
/*  src: url("/fonts/Microsoft YaHei.eot?#iefix") format("embedded-opentype"), url("/fonts/Microsoft YaHei.woff") format("woff"), url("/fonts/Microsoft YaHei.ttf") format("truetype"), url("/fonts/Microsoft YaHei.svg#uxfonteditor") format("svg");*/
/*  *src: url("/fonts/Microsoft YaHei.eot?#iefix") format("embedded-opentype"), url("/fonts/Microsoft YaHei.woff") format("woff"), url("/fonts/Microsoft YaHei.ttf") format("truetype"), url("/fonts/Microsoft YaHei.svg#uxfonteditor") format("svg");*/
/*}*/
::selection {
  background-color: #333333;
  color: #ffffff;
}
html,
body {
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: 'Microsoft YaHei'/*'Microsoft YaHei'*/, Helvetica, Arial, Verdana;
  -webkit-font-smoothing: antialiased;
}
a,
a:hover,
a:active,
a:focus {
  color: #464646;
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Microsoft YaHei', Helvetica, Arial, Verdana;
  font-weight: 100;
}
p {
  margin: 0 0 5px;
}
.clear {
  clear: both;
}
.shadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
#pageloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #555555;
  z-index: 999999;
}
.loader {
  position: absolute;
  width: auto;
  height: height;
  margin: -25px 0 0 -25px;
  top: 50%;
  left: 50%;
  text-align: center;
}
.loader h2 {
  color: #cccccc;
  margin: 0 auto;
  font-size: 20px;
}
.contain {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: auto;
}
.inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.contain-logo {
  margin: auto;
  width: 64px;
  height: 64px;
  background: white;
  border: 1px solid #bcbcbc;
  padding: 18px 0;
  text-align: center;
  position: relative;
  top: -32px;
  border-radius: 100px;
}
.contain-logo i {
  font-size: 30px;
  color: #bcbcbc;
  font-weight: light;
}
.br {
  top: -72px;
}
.br-b {
  top: -72px;
}
.header {
  margin: auto;
  font-family: 'Microsoft YaHei', Helvetica, Arial, Verdana;
  font-size: 38px;
  color: #222222;
  font-weight: 300;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  position: relative;
  letter-spacing: 8px;
  padding: 10px 0;
  opacity: 0.7;
}
.description {
  margin: 15px auto;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
  max-width: 860px;
  text-align: center;
  opacity: 0.7;
}
#home {
  width: 100%;
  height: auto;
  position: relative;
}
.home-pic {
  background: url(../images/main.jpg) center fixed;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .slides-container div,
#slides .slides-container img {
  width: 100%;
  height: 100%;
}
#slides .slides-container .image1 {
  background: url(../images/1.jpg) center fixed;
}
#slides .slides-container .image2 {
  background: url(../images/2.jpg) center fixed;
}
#slides .slides-container .image3 {
  background: url(../images/3.jpg) center fixed;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 45%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
  width: 74px;
  height: 74px;
  background: url(../images/arrows.png);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.slides-navigation a.prev {
  left: 1%;
  background-position: bottom center;
}
.slides-navigation a.next {
  right: 1%;
  background-position: top center;
}
.slides-navigation a:hover {
  opacity: 1 !important;
}
#home:hover .slides-navigation a {
  opacity: 0.3;
}
.main {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: 0 auto;
  z-index: 2;
  background: transparent;
  height: auto;
  min-height: 300px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.main ul {
  height: auto;
  min-height: 190px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.main ul li {
  list-style: none;
  font-family: 'Microsoft YaHei', Helvetica, Arial, Verdana;
  font-weight: 300;
  font-size: 70px;
  color: white;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.main ul li span {
  color: #3c95d7;
}
.home-slider {
  width: 100%;
}
.home-p {
  width: 100%;
  max-width: 670px;
  margin: 35px auto;
  position: relative;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #000000;
}
.button-ready {
  width: 230px;
  height: auto;
  padding: 10px 23px;
  border: 1px solid #f5f5f5;
  background: rgba(43, 43, 43, 0.1);
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  margin: 35px auto;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.button-ready:hover {
  background: rgba(9, 151, 232, 0.8);
  color: #ffffff;
  text-decoration: none;
}
#navigation {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  position: absolute;
  z-index: 9999;
  background: #ffffff;
  height: 82px;
}
#navigation .navigation {
  padding: 0;
  height: 100%;
}
.navigation .logo {
  float: left;
  position: absolute;
  z-index: 999;
}
.navigation .logo a {
  width: auto;
  display: block;
  margin: 15px 0 0;
}
.nav-menu {
  width: auto;
  float: right;
  height: 82px;
  text-align: right;
}
.nav-menu ul {
  padding: 0;
  margin: 0;
}
.nav-menu ul li {
  height: 82px;
  width: auto;
  display: block;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-menu ul li a {
  height: 82px;
  padding: 33px 35px;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  color: #464646;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-menu ul li:first-child a {
  padding-left: 0;
}
.nav-menu ul li:last-child a {
  padding-right: 0;
}
.nav-menu a:hover {
  color: #3c95d7;
}
.nav-menu a.active {
  color: #3c95d7;
}
.main-nav > li > a:hover,
.main-nav > li > a:focus {
  background: none;
}
.main-nav li.active a {
  color: #3c95d7;
}
.mobile-drop {
  height: 100%;
  width: 100%;
  display: none;
}
.mobile-drop ul.fullwidth {
  width: 100%;
  position: relative;
}
.mobile-drop ul.fullwidth li {
  width: 100%;
  height: auto;
  margin: 0;
}
.mobile-drop ul.fullwidth li a {
  padding: 10px;
  margin: 0;
  height: auto;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-drop ul.fullwidth li.active a {
  background-color: #333333;
  color: white;
}
a.mobile-menu {
  position: absolute;
  top: 50%;
  font-size: 21px;
  right: 30px;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#about {
  background: url(../images/bg-about.jpg) center fixed;
  padding: 30px 0 30px;
  top: 0;
}
.services_outer {
  background-color: #ffffff;
}
.bubble {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  z-index: 0;
  background-color: rgba(242, 242, 242, 0.6);
}
.bubble_outer_one,
.bubble_outer_two,
.bubble_outer_three {
  height: 150px;
  width: 150px;
  margin: 20px auto 0;
  border-radius: 50%;
  position: relative;
  background: #f2f2f2;
}
.bubble_container {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}
.bubble_container i {
  display: block;
  font-size: 5.5em;
  color: #3c95d7;
  height: 100%;
  margin: 0 auto;
  padding: 23%;
  text-align: center;
  width: 100%;
}
.bubble_container i:hover {
  display: block;
  font-size: 5.5em;
  color: #ffffff;
  height: 100%;
  margin: 0 auto;
  padding: 23%;
  text-align: center;
  width: 100%;
}
.bubble_container:hover {
  z-index: 10;
  height: 150px;
  width: 150px;
  margin: 20px auto 0;
  border-radius: 50%;
  position: relative;
  background: #67bcf8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border: -2px solid #e1e1e1;
}
.about_line {
  border-bottom: 2px solid #e1e1e1;
  width: 20%;
  margin: 25px auto;
}
.about_article {
  text-align: center;
}
.grid {
  list-style: none;
  padding: 0;
  text-align: center;
}
.grid .figure {
  margin: 0;
  position: relative;
}
.grid .figure .hidden {
  background: #2c3f52;
}
.grid .figure .hidden a i {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-top: 5px;
  margin-right: 5px;
  line-height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
}
.grid .figure .hidden span {
  color: #ffffff;
}
.grid .figure .hidden p {
  color: #333333;
}
.grid .figure img {
  width: 100%;
  display: block;
}
.grid > li {
  opacity: 100;
}
.grid > li.mypassion-animation {
  -webkit-animation: animation-btt 1s 1 ease;
  -moz-animation: animation-btt 1s 1 ease;
  -o-animation: animation-btt 1s 1 ease;
  animation: animation-btt 1s 1 ease;
  opacity: 1;
}
.grid .figcaption {
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f2f2;
  color: #3c95d7;
}
.grid .figcaption h3 {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.grid .figcaption span:before {
  color: #3c95d7;
}
.no-touch .cs-style-1 .figure:hover h4 {
  -webkit-transform: translateY(-280px);
  -moz-transform: translateY(-280px);
  -ms-transform: translateY(-280px);
  transform: translateY(-280px);
}
.cs-style-1 .figcaption {
  height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.cs-style-1 .figcaption h3 {
  margin-top: 70px;
}
.cs-style-1 .figcaption span {
  margin-top: 70px;
  font-size: 15px;
  display: block;
  color: #ffa300;
}
.cs-style-1 .figcaption p {
  margin-top: 20px;
  font-size: 13px;
  display: block;
  padding: 0 30px;
  opacity: 1;
  color: #555555;
}
.cs-style-1 .figcaption a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-top: 30px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffa300;
}
.cs-style-1 .figcaption a i {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  color: #ffa300;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cs-style-1 .figcaption a:hover {
  border: 1px solid #ffffff;
  color: #ffa300;
}
.cs-style-1 .figcaption a:hover i {
  color: #666666;
}
.cs-style-1 h4 {
  background: #3c95d7;
  color: #ffffff;
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  padding: 5px 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.1s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.no-touch .cs-style-1 .figure:hover .figcaption,
.cs-style-1 .figure.cs-hover .figcaption {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section#team {
  background: #ffffff;
}
.second-section {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
#portfolio {
  font-weight: 300;
}
.works {
  position: relative;
  height: auto;
}
.filter-menu {
  position: relative;
  z-index: 1000;
}
.filters {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 40px auto 35px;
}
.filters li {
  text-align: center;
  display: inline-block;
  font-size: 15px;
}
.filters li a {
  padding: 13px 20px;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  background: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.filters li a.selected {
  color: #ffffff;
  background: #3c95d7;
  cursor: default;
}
.filters li:last-child a {
  padding-right: 25px;
}
.filters li:first-child a {
  padding-left: 25px;
}
.filters li:hover a {
  background: #3c95d7;
  color: white;
}
.inline {
  font-size: 0px;
}
.items {
  position: relative;
  height: auto;
}
.work {
  margin: 9px 0;
  padding: 0 9px;
  height: auto;
  color: #aaaaaa;
  cursor: pointer;
  overflow: hidden;
}
.portfolio-inner {
  border: 1px solid #ebebeb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.portfolio-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.portfolio-img img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-img .button {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 100px;
  background: white;
  position: absolute;
  text-align: center;
  padding: 11px 0 0;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-img .button:hover {
  background: #3c95d7;
  color: white;
}
.portfolio-img .zoom {
  left: 37%;
  top: 20%;
  opacity: 0;
}
.portfolio-img .detail {
  right: 37%;
  bottom: 20%;
  opacity: 0;
}
.portfolio-desc {
  width: 100%;
  background: white;
  margin: 0;
  text-align: center;
  padding: 15px 5px;
}
.portfolio-desc h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
.portfolio-desc p {
  font-size: 15px;
  margin: 0;
}
.work:hover .portfolio-img img {
  opacity: 0.8;
  transform: scale(1.33);
  -ms-transform: scale(1.33);
  -webkit-transform: scale(1.33);
}
.work:hover .portfolio-img .zoom {
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.work:hover .portfolio-img .detail {
  bottom: 50%;
  opacity: 1;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
#services {
  margin: 0 auto;
  background: url("../images/bg-services.jpg") center fixed;
}
.service-icon {
  margin: 30px 0;
}
.service-icon span {
  float: left;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background: #a9a9a9;
  margin: 0 25px 10px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-icon:hover span {
  background: #666666;
}
.service-icon.float {
  text-align: right;
}
.service-icon.float span {
  float: right;
}
.service-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  padding: 20px;
  margin: 20px auto;
}
.service-box .wrap {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  color: #333333;
  position: relative;
}
.service-box .wrap span {
  color: #3c95d7;
  font-size: 75px;
  text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.7);
  line-height: 150px;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  top: 0px;
  text-align: center;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-box .wrap .content {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 50%;
  top: 50%;
}
.service-box .wrap .content h4 {
  text-align: center;
  font-size: 18px;
  color: #555555;
  font-weight: 600;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.service-box .wrap .content p {
  text-align: center;
  color: #555555;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.service-box:hover {
  background: #3c95d7;
}
.service-box:hover .wrap span {
  font-size: 100px;
  color: #ffffff;
  -webkit-animation: moveFromLeft 400ms ease;
  -moz-animation: moveFromLeft 400ms ease;
  -ms-animation: moveFromLeft 400ms ease;
}
.service-box:hover .wrap h4 {
  color: #ffffff;
  -webkit-animation: moveFromRight 300ms ease;
  -moz-animation: moveFromRight 300ms ease;
  -ms-animation: moveFromRight 300ms ease;
}
.service-box:hover .wrap p {
  color: #ffffff;
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
}
#blog {
  margin: 0 auto;
}
.post-item {
  background-color: #ffffff;
  overflow: hidden;
  color: #666666;
}
.post-content {
  padding: 30px 30px 20px;
  text-align: center;
  overflow: hidden;
}
.post-content h5 {
  font-weight: bold;
  padding: 0 0 20px;
  color: #454545;
  border-bottom: 1px solid #cccccc;
  margin: 0 -30px 20px;
}
.post-content .entry {
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #cccccc;
  margin: 0 -30px 20px;
  padding: 0 30px;
}
.post-img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  position: relative;
}
.post-img:hover {
  transform: scale(1.37);
  -ms-transform: scale(1.37);
  -webkit-transform: scale(1.37);
}
.post-meta a,
.post-meta a:active {
  font-size: 14px;
  color: #999999;
}
.post-meta a:hover {
  color: #444444;
}
.post-meta ul li {
  margin-right: 5px;
  display: inline-block;
}
.post-meta ul li i {
  padding-right: 5px;
  color: #3c95d7;
}
#prices {
  background: url("../images/bg-prices.jpg") center fixed;
}
.price-pack {
  background: none repeat scroll 0 0 #ffffff;
  margin-bottom: 10px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
}
.price-pack ul {
  list-style: none outside none;
}
.price-pack ul li {
  color: #747474;
  cursor: pointer;
  margin-bottom: 12px;
}
.price-pack .btn {
  display: block;
  margin: 0 25px 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.price-pack .btn:hover {
  background-color: #3c95d7;
  color: #ffffff;
}
.package-header {
  padding: 20px;
  margin-bottom: 20px;
  background: url(../images/pat-p.png) repeat scroll 0 0 #333333;
  color: #3c95d7;
  height: 140px;
}
.package-header > h3 {
  color: #fcfcfc;
  text-transform: uppercase;
}
.package-price {
  padding: 20px;
  margin-bottom: 20px;
  background: #e2e2e2;
  background: -moz-linear-gradient(left, #e2e2e2 0%, #dbdbdb 26%, #d1d1d1 81%, #dbd8db 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #e2e2e2), color-stop(26%, #dbdbdb), color-stop(81%, #d1d1d1), color-stop(100%, #dbd8db));
  background: -webkit-linear-gradient(left, #e2e2e2 0%, #dbdbdb 26%, #d1d1d1 81%, #dbd8db 100%);
  background: -o-linear-gradient(left, #e2e2e2 0%, #dbdbdb 26%, #d1d1d1 81%, #dbd8db 100%);
  background: -ms-linear-gradient(left, #e2e2e2 0%, #dbdbdb 26%, #d1d1d1 81%, #dbd8db 100%);
  background: linear-gradient(to right, #e2e2e2 0%, #dbdbdb 26%, #d1d1d1 81%, #dbd8db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#dbd8db', GradientType=1);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  color: #555555;
  font-size: 40px;
  height: 112px;
  line-height: 62px;
  margin: -60px auto;
  width: 112px;
}
.package-price > p {
  color: #555555;
  font-size: 14px;
  font-style: italic;
  line-height: 0;
}
.package-features {
  margin-top: 80px;
}
.border-btn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  border: 2px solid #3c95d7;
  color: #333333;
  font-size: 16px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.social-btn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
}
.price-pack-features {
  background: none repeat scroll 0 0 #3c95d7;
  margin-bottom: 10px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
}
.price-pack-features ul {
  list-style: none outside none;
}
.price-pack-features ul li {
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 12px;
}
.price-pack-features .btn {
  display: block;
  margin: 0 25px 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.price-pack-features .btn:hover {
  background-color: #333333;
  color: #ffffff;
}
.package-header-features {
  padding: 20px;
  margin-bottom: 20px;
  background: url(../images/pat-p.png) repeat scroll 0 0 #333333;
  color: #666666;
  height: 140px;
}
.package-header-features > h3 {
  color: #ffffff;
  text-transform: uppercase;
}
.package-price-features {
  padding: 20px;
  margin-bottom: 20px;
  background: #d4ccd4;
  background: -moz-linear-gradient(left, #d4ccd4 0%, #b8b8b8 26%, #8f8d8f 81%, #918c91 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d4ccd4), color-stop(26%, #b8b8b8), color-stop(81%, #8f8d8f), color-stop(100%, #918c91));
  background: -webkit-linear-gradient(left, #d4ccd4 0%, #b8b8b8 26%, #8f8d8f 81%, #918c91 100%);
  background: -o-linear-gradient(left, #d4ccd4 0%, #b8b8b8 26%, #8f8d8f 81%, #918c91 100%);
  background: -ms-linear-gradient(left, #d4ccd4 0%, #b8b8b8 26%, #8f8d8f 81%, #918c91 100%);
  background: linear-gradient(to right, #d4ccd4 0%, #b8b8b8 26%, #8f8d8f 81%, #918c91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4ccd4', endColorstr='#918c91', GradientType=1);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  color: #ffffff;
  font-size: 40px;
  height: 112px;
  line-height: 62px;
  margin: -60px auto;
  width: 112px;
}
.package-price-features > p {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  line-height: 0;
}
.border-btn-features {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.gmap_outer {
  background-color: #eeeeee;
  height: 380px;
}
#map-canvas {
  margin: 0;
  padding: 0;
  height: 100%;
}
#map-canvas img {
  max-width: none;
}
.gmnoprint span {
  display: none;
}
#contact {
  width: 100%;
  height: auto;
  float: left;
  padding: 40px 0 10px 0;
  background: url("../images/bg-contact.png") no-repeat center fixed #cccccc;
}
#contact .text-center {
  margin-bottom: 30px;
}
#contact .text-center span.border-circle {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 20px;
}
.contact-form {
  width: 100%;
  float: left;
  background: transparent;
  position: relative;
  top: 0;
  padding: 45px 70px;
  z-index: 5;
  left: 70%;
  -webkit-transform: translateX(-585px);
  -moz-transform: translateX(-585px);
  transform: translateX(-585px);
}
input,
textarea,
select {
  font: 16px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact-form1 input[type=text],
.contact-form1 input[type=password],
.contact-form1 input[type=date],
.contact-form1 input[type=email] {
  margin: 20px auto;
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #3c95d7;
  font: 16px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact-form1 select {
  margin: 20px auto;
  padding: 10px 15px;
  padding: 8px 15px;
  width: 100%;
  border: 1px solid #3c95d7;
  font: 16px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact-form1 textarea {
  margin: 20px auto;
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #3c95d7;
  font: 16px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  min-height: 100px;
}
.btn-c {
  border: 2px solid #3c95d7;
  color: #333333;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 30px;
  text-transform: uppercase;
  background: #ffa300;
  margin: 0 25px 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  float: right;
}
.btn-c:hover {
  background-color: #3c95d7;
  color: #aaaaaa;
}
.contact-widget {
  width: auto;
  height: auto;
  float: left;
  padding: 23px 10px 0 10px;
  margin-top: 42px;
}
.contact-widget i {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  background: #3c95d7;
  padding: 11px 11px 9px 9px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
}
.contact-widget i:after {
  top: 50%;
  right: -12px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-left-color: #f6653c;
  border-width: 6px;
  margin: -6px 0 0 0;
}
.contact-widget .clearfix {
  margin-bottom: 20px;
}
.contact-widget p {
  color: #ffffff;
  margin-bottom: 10px;
}
#footer {
  background: #222222;
}
.footer {
  text-align: center;
  padding: 20px 0;
}
.footer a {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-links:hover {
  border: 1px solid white;
}
.footer a:hover i {
  color: white;
}
.footer-links {
  display: inline-block;
  border: 1px solid #3c95d7;
  border-radius: 100px;
  margin: 0 3px;
}
.footer-links i {
  font-size: 25px;
  color: #3c95d7;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 38px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-text {
  margin: 10px 0 0 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}
.footer-text span {
  margin: 0 5px;
}
.copyright {
  text-transform: uppercase;
  margin: 4px 0 0;
}
