@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700); 
p {
	font-size: 14px;
	line-height: 22.4px;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 42px;
	color:#a53700;
	font-family:"ºÚÌå";
	font-weight:600;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: transparent;
	color: #F05DA3;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #F05DA3;
}
.btn:hover, .btn:focus {
	background-color: #F05DA3;
	color: #fff;
	border-color: #F05DA3;
}
.btn-large {
	padding: 15px 40px;
}

/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
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: "ºÚÌå", Arial, sans-serif;
	font-weight: 400;
	color: #6c7279;
	 background-color:#e7e7e7
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 75px 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;
    height:90px;
	background: rgba(165, 55, 0, 1);
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 30px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .header-content ul{  float:right;}
#header .logo {
	float: left;
	/* border: 1px solid #fff; */
	font-weight: 600;
	position:absolute;
	font-size:32px;
	 color:#FFF;
	 line-height:80%;
}
#header.fixed {
	color: #fff;
}
#header.fixed a {
	color:#ffffff;
}
#header.fixed a:hover{
	color:#ffffff;
}
#header.fixed .header-content {
	border-bottom: 0;
	/*padding: 25px 0px 12px;*/
	color:#FFF;
}
#header.fixed .nav-toggle {
	top: 10px;
	color: #fff;
	background: #424242;
}
.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;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #ffffff;
	font-size: 16px;
	margin-left: 35px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #ff5a27;
}
.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;
	background: transparent;
}
.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 {
	-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;
	color: #f05da3;
}
.nav-toggle:after {
	background-color: transparent;
	-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;
	color: #f05da3;
}
.nav-toggle span {
	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: #ff5a27;
	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
-------------------------------------------------------------------------------*/
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 550px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.img-responsive1 { width:300px; height:218px;}
#main-slider .bg1{ background:url(../images/slider/banner000.jpg) top center;}
#main-slider .bg2{ background:url(../images/slider/banner111.jpg) top center}
@media only screen and (min-width: 768px) {
	
	#main-slider .bg1{ background:url(../images/slider/banner.jpg) top center}
	#main-slider .bg2{ background:url(../images/slider/banner2.jpg) top center}
	.img-responsive1{ width:551px; height:400px;}
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  position: relative;
}
#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 34px;
  line-height: 49px;
  color: #000;
  font-weight: 600;
}
#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
  background-color: #ff5a27;
  color: #ffffff;
  border: none;
  font-size: 13px;
  padding: 10px 20px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 47%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
  border-radius: 50%;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #ff5a27;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 2px;
  background: #060606;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgb(255, 90, 39);
}
.carousel-content {
    margin-top: 30%;
    width: 44%;
}
.carousel-content p{color: #000;}
.thumbnail{
	margin-top:25px;
}
.caption h3{
	color: #000 !important;
}
 .thumbnail h3{
    font-size: 18px !important;
    margin-top: 14px !important;
}
 .thumbnail p{}
 .thumbnail img{}
.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;
}
.banner-text {
	padding-top: 45%;
}
.banner-text h1 {
	color: #000000;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-text p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 80px;
}
/* ==========================================================================
	$intro
========================================================================== */
.intro {
	background-color: #ffffff;
	/* color: #000; */
	padding: 50px 0;
}
.intro h3 {
	color: #000;
	margin-top: 0;
	font-weight: 600;
	font-size: 24px;
}
.intro p {
	color: #737373;
	font-weight: 400;
}

/* -----------------------------------------------------------------------------
Common Styles
------------------------------------------------------------------------------- */
.section-header{	
text-align: center;	
padding-bottom: 30px;
}
.section-header h2{
color: #a53700;
padding-bottom: 20px;
}

.teams{ background-color:#fff;} 
.gallery h2{
	color:#fff;
}
.services h2{color:#a53700;
	}
.teams h4{color:ff5a28}
.teams p{ color:#000; text-align:left; text-indent:2em;}
.section-header p{
	
color: #fff;
}


/* ------------------------------------------------------------------------------
	 Serives
-------------------------------------------------------------------------------*/
.service-section {
	padding-top: 100px;
}
.services {
	margin-bottom: 50px;
	color:#000;
	
}
.services-content {
	padding: 28px 30px 20px;
	margin-top: 30px;
	/* border-top: 1px dashed #ffffff; */
	/* text-align: left; */
	content: '';
	position: relative;
}
.services-content:before {
    border-top: 1px dashed #ffffff;
    /* width: 47%; */
    content: '';
    position: absolute;
    left: 25%;
    right: 25%;
    top: 0;
}
.media.service-box {
  margin: 10px 0 10px;
  padding: 10px;
  padding-left: 100px;
  position: relative;
}
.media.service-box .pull-left {
  margin-right: 10px;
}
.media.service-box .pull-left > i {
  font-size: 35px;
  /* height: 94px; */
  line-height: 53px;
  text-align: center;
  width: 79px; 
  color: #085C98;
  /* background:#fff; */
  /* box-shadow: inset 0 0 0 1px #d7d7d7; */
  /* -webkit-box-shadow: inset 0 0 0 1px #d7d7d7; */
  transition: background-color 400ms, background-color 400ms;
  position: absolute;
  padding: 14px;
  /* height: 100%; */
  left: 5px;
  top: 5px;
  vertical-align: middle;
  background: rgb(216, 243, 173);
  border-radius: 50% 50% 50% 50%;
  height: 80px;
}
.services .col-md-12,.features .col-md-6{  background: rgb(248, 237, 212, 0);
  border-radius: 15px; margin-bottom:10px;}
.services .col-md-12:hover,.features .col-md-6:hover{background: rgb(216, 243, 173);}
.services .media.service-box .pull-left > i{
color: #48B1DF;
}
.media.service-box:hover .pull-left > i {  
}

/* ------------------------------------------------------------------------------
	 gallery
-------------------------------------------------------------------------------*/
.gallery{ background:#222;}
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #ffffff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(0, 0, 0, 0.7);
	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);
}
/* ------------------------------------------------------------------------------
	 package
-------------------------------------------------------------------------------*/
.packageList {
	margin-bottom: 50px;
	background: #fff;
	padding: 50px 0;
	color: #000;
}
.packageList .section-header p{
	color:#000;
}
h5 {
    font-size: 1.286em;
    font-weight: 500;
    margin: 0.3em 0;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
}
ul.list-default {
    list-style-type: none;
    padding: 0;
}
ul.list-default li {
    padding: 0.5em 0 0.5em 2em;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.package {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	position: relative;
	border-style: none none solid none !important;
	padding: 1em 0 0.5em;
}
.package:hover {
	/* background-color: #fbfbfb; */
}
.package:hover h5 {
	/* color: ALICEBLUE; */
}
.package:hover .price {
	background-color: #ff5a27;
}
.package ul.list-default li {
	border: none !important;
	padding: 4px 0;
	color: #717171;
} 
.package ul.list-default li:before {
	top: 0.3em !important;
}
.price {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    position: absolute;
    background-color: #ff5a27;
    font-size: 1.35em;
    font-weight: 500;
    color: #fff;
    padding: 0.5em;
    margin: -1px -1px -1px 0;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding-top: 19px !important;
}
.package .price {
	top: 1em;
	right: 1em;
	bottom: auto;
	font-size: 1.5em;
	padding: 0.7em;
}
.package .price small {
	font-size: 0.7em;
	margin-right: 3px;
}
/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
#teams .row{ padding:0; margin:0px;}
#teams .col-sm-2{
	background:#E5E5E5;
	text-align:center;
	margin-right:6px;
	margin-bottom:6px;
	line-height:35px;
	display:block;
	padding:0px;
}
#teams .more{ display:block;}
#row4,#row5,#row6,#row7,#row8,#row9,#row10,#row11,#row12{ display:none;}
@media only screen and (min-width: 768px) {
	#teams .more{ display:none;}
	#teams #row4,#teams #row5,#teams #row6,#teams #row7,#teams #row8,#teams #row9,#teams #row10,#teams #row11,#teams #row12{ display:block;}
	}
#teams .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#teams .portfolio-filter > li {
  float: left;
  display: block; 
  text-align:center;
  line-height:35px;
  width:20%;
  margin-bottom:10px;
}
#teams .col-sm-2 a {
  display: block;
  margin:0px 2px;
  color: #222222;
  position: relative;
  background: #E5E5E5;
}
#teams .col-sm-2 a:hover,
#teams .col-sm-2 a.active {
  background: #48B1DF;
  color: #FFFFFF; 
}


.person {
	max-width: 270px;
	text-align: center;
}
.img-responsive {
	width: 270px;
	height: 270px;
	margin: auto;
	border-radius: 5px;
}
.person-content {
	margin-top: 20px;
}
.person h4 {
	font-weight: 400;
	color: #000000;
}
.person h5 {
	color: #ff5a28;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}
.social-icons, .footer .footer-share {
	margin-top: 20px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #000000;
	color: #000000;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover {
	background-color: #00aeda;
	border-color: #01a9d4;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: #f8edd4;
	position: relative;
	text-align: center;
	color: #802a01;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 60px 15%;
}
.testimonials h1 {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
}
.business-stats {
  display: inline-block;
  width: 130px;
  height: 130px;
  font-size: 30px;
  line-height: 120px;
  border: 6px solid #76c001;
   background:#f15f07;
  border-radius: 100px;
  margin-bottom: 20px;
  color:#FFF;
}
.flex-control-nav {
	margin-top: 2%;
	bottom: none!important;
	position: relative!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
#contact {
  padding: 100px 0 10px;
}

#contact .person-box{ margin:0 auto}
#contact .person-ico{}
#contact .person-ico > i{ 
	width:80px;
	height:80px;
	display:block;
	border-radius:50%;
	background:#FCF;
	margin:0 auto;
	}
	
#contact .person-ico .ico1{
	background:url(../images/yuan-ico.jpg) top center;
	background-size:80px;
	}
#contact .person-ico .ico2{
	background:url(../images/zhang-ico.jpg) top center;
	background-size:80px;
	}
#contact .person-ico .ico3{
	background:url(../images/ren-ico.jpg) top center;
	background-size:80px;
	}
@media only screen and (min-width: 768px) {
	#contact .row{ 
    width:50%;
	left:25%;}
	}
#contact .row { padding:20px 0;}	
#contact .person-content{ text-align:center;}
#contact a{ color:#000;}

.contact{ background-color:#fff;}
.conForm {
	text-align: center;
}
.conForm h5 {
	font-size: 30px;
}
.conForm p {
	text-align: center;
	margin: 7%;
}
.conForm input {
	color: #797979;
	padding: 15px 30px;
	border: none;
	margin-right: 3%;
	margin-bottom: 30px;
	outline: none;
	font-style: normal;
	border: #e0e0e0 1px solid;
	font-size: 15px;
}
.conForm input.noMarr {
	margin-right: 0px;
}
.conForm textarea {
	color: #797979;
	padding: 15px 30px;
	margin-bottom: 18px;
	outline: none;
	height: 150px;
	font-style: normal;
	resize: none;
	font-size: 15px;
	border: none;
	border: #e0e0e0 1px solid;
}
.conForm .submitBnt {
	background: #000000;
	color: #fff;
	margin-top: 30px;
	padding:15px 30px 15px 30px;
	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;
}
.conForm .submitBnt:hover {
	background: #E5E5E5;
	color: #000000;
}
#success_page{
	color: #00bdbd;
	font-weight: 500;
}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
}
#success_page h3{
	font-size:17px;
	color:#5ed07b;
	font-weight: 700;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left; background-color:#fff;
	width:100%;
	padding:20px;
}
.footer-top {
	background-color: #181818;
	padding-top: 50px;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 30px;
}
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: rgba(255, 255, 255, 0.25);
}
.footer a {
	color: rgba(255, 255, 255, 0.50);
}
.footer a:hover {
	color: #e84545;
}
.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 {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #222222;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #48B1DF;
}