﻿@import url(animate.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*========================================================
                      Main Styles
=========================================================*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  line-height:1.5;
  color: #374140;
  background: #666666 url(../images/linien.png) repeat-x center center;
}

img {
  max-width: 100%;
  height: auto;
}
strong, b{
	font-weight:600;
}
hr{
	border-top:1px #333333 solid;
	margin:12px 0 12px 0;
}
h1, h2, h3, h4, h5, h6, .marked-list {
  color: #374140;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .marked-list a:hover {
  color: #000000;
}

h1 {
  font-weight: 600;
  font-size: 142px;
  line-height: 130px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 56px;
    line-height: 56px;
  }
}

h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom:15px;
}
@media (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
h3{
  font-size: 30px;
  line-height: 40px;
  margin:10px 0 10px 0;
}
h4{
  font-size: 20px;
  line-height: 40px;
  font-weight:500;
  margin:10px 0 10px 0;
}

h3, .marked-list, .terms dt, .addr p:first-child {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}
h3 > span, .marked-list > span, .terms dt > span, .addr p:first-child > span {
  display: block;
}

p, .addr dl, .terms dd {
  font-weight: 400;
  font-family: Arial, sans-serif;
}
p a:hover, .addr dl a:hover, .terms dd a:hover {
  text-decoration: underline;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}
#content a{
  color: #9D0047;
  font-weight:500;
}
#content ul{
	margin:10px 0 10px 0;
}
#content li{
	margin-left:30px;
	list-style-type:disc;
	line-height:1.5;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-family: "FontAwesome";
}

.bg-dark {
  background: #f5f5f5;
}

/*=============    Support Classes    =================*/
.center {
  text-align: center;
}

.mg-add {
  margin-top: 7px;
}

.oh {
  overflow: hidden;
}

.lh-small {
  line-height: 23px;
}

.primary {
  color: #9D0047;
}

/*====================================================
                      Main Layout
======================================================*/
.page {
  margin: 59px auto 73px;
  background: #475150;
  overflow: hidden;
  min-height: 500px;
  max-width: 1362px;
  width: 100%;
}
.lt-ie9 .page {
  width: 1362px;
}
@media (max-width: 1362px) {
  .page {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.fa + h2 {
  margin-top: 38px;
}

.fa + h2 + h3 {
  margin-top: 24px;
}

.fa + h2 + h3 + p {
  margin-top: 18px;
}

.fa + h2 + h3 + p + .btn {
  margin-top: 58px;
}

h2 + h3 {
  margin-top: 42px;
}

h2 + h3 + p {
  margin-top: 10px;
}

h2 + h3 + p + .btn {
  margin-top: 32px;
}

h3 + p {
  margin-top: 11px;
}

p + .btn {
  margin-top: 39px;
}

h2 + .row {
  margin-top: 97px;
}

h2 + .off1 {
  margin-top: 40px;
}

h2 + .terms {
  margin-top: 40px;
}

.row + .row {
  margin-top: 44px;
}

.row + .off1 {
  margin-top: 33px;
}

.row + .btn {
  margin-top: 39px;
}

.thumb + h3 {
  margin-top: 23px;
}

.box h3 + p, .index-box h3 + p {
  margin-top: 29px;
}

h2 + .contact-form {
  margin-top: 48px;
}

.ls1 h3 + p {
  margin-top: 17px;
}
.ls1 p + .btn {
  margin-top: 58px;
}

/*========================================================
                     Components
=========================================================*/
/*========================   Menu   ==========================*/
.nav {
  float: left;
}

.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 55px;
}

@media (max-width: 979px) {
  .nav {
    text-align: center;
    float: none;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.sf-menu {
  text-transform: uppercase;
  font-weight: 600;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFFFFF;
}
.sf-menu > li.active > a, .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #000000;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 234px;
  margin-left: -117px;
  margin-top: 10px;
  padding: 30px 0;
  text-align: center;
  background: #9D0047;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #9D0047 transparent;
}
.sf-menu ul li {
  position: relative;
}
.sf-menu ul a {
  padding: 3px 30px;
}

.sf-menu ul > li > a {
  color: #fff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  background: #374140;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 21px;
  background: #374140;
  z-index: 4;
}
.sf-menu ul ul:before {
  content: '';
  position: absolute;
  top: 13px;
  left: -5px;
  margin-left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 5px 4.5px 0;
  border-color: transparent #374140 transparent transparent;
}

.sf-menu ul ul > li > a {
  color: #fff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  background: #9D0047;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -3px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}

.sub-menu > li > .sf-with-ul {
  position: relative;
}
.sub-menu > li > .sf-with-ul:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  content: '\f054';
  font: 400 14px/14px 'FontAwesome';
}

.sfHover .sfHover .sf-with-ul:before, .sub-menu > li > .sf-with-ul:hover:before {
  content: '\f078';
}

/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  border: 1px solid #cacaca;
  background: white url("data:image/png;base64,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") no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px "Roboto", sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}

/*==================  Stuck menu  ======================*/
.isStuck {
  background: #9D0047;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #cacaca;
  text-align: center;
}
.isStuck .header_phone {
  display: none;
}
.isStuck .nav {
  margin: 0;
  padding: 15px 0;
  float: none;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: white url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;

}
.thumb_overlay {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: white;
  color: black;
}
.lt-ie9 .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.thumb_overlay:before {
  content: "\f065";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 20px "FontAwesome";
  line-height: 20px;
  margin-top: -10px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover {
  background-image: none;
}
.thumb:hover .thumb_overlay {
  opacity: 0.5;
}
.lt-ie9 .thumb:hover .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=50);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================     ToTop     ======================*/
.toTop {
  width: 70px;
  height: 70px;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  background: #333;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #9D0047;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
  padding: 62px 0 54px;
}
.parallax, .parallax h1, .parallax h2, .parallax h3, .parallax h4 h5, .parallax h6, .parallax .marked-list {
  color: #ffffff;
}
.mobile .parallax, .tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}

.parallax1 {
  background-image: url(../images/parallax01.jpg);
}

.parallax2 {
  background-image: url(../images/parallax02.jpg);
}
.parallax2 h2 + .row {
  margin-top: 50px;
}
.parallax2 h3 + p {
  margin-top: 18px;
}

@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*========================================================
                    HEADER Section
=========================================================*/
.logoline{
	padding:15px 0 15px 0;
}
.logoline img{
	max-height:190px;
	width:auto;
}
.header {
  background: white;
}
.header_phone {
  float: right;
}
.header .brand {
  float: left;
}
.header nav {
  margin-top: 12px;
}
@media (max-width: 979px) {
  .header {
    text-align: center;
  }
  .header .brand, .header .nav, .header_phone {
    float: none;
  }
  .header_phone + .nav {
    margin-top: 30px;
  }
}

.header_panel {
  padding-top: 59px;
  padding-bottom: 60px;
  background:#9D0047;
}
.header_panel:before, .header_panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.header_panel:after {
  clear: both;
}
@media (max-width: 979px) {
  .header_panel {
    padding-bottom: 30px;
  }
}

.header_phone {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #374140;
}
.header_phone:before {
  content: '\f095';
  position: absolute;
  left: 0;
  top: 0;
  font: 400 50px/50px "FontAwesome";
  color: #9D0047;
}
.header_phone span {
  display: block;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .header_phone {
    padding-left: 40px;
  }
}

/*==================     Brand     ======================*/
.brand_name {
  margin-left: -10px;
  text-transform: uppercase;
  overflow: hidden;
}
.brand_name a {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.brand_name a:hover {
  color: #ffffff;
}
.brand_slogan {
  margin-top: 7px;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 33.5px;
}
@media (max-width: 767px) {
  .brand_slogan {
    letter-spacing: 20px;
  }
}
@media (max-width: 479px) {
  .brand_slogan {
    letter-spacing: 5px;
  }
}

/*========================================================
                    CONTENT Section 
=========================================================*/
.content {
  background: white;
}

/*==================      Well     ======================*/
.well {
  padding-top: 99px;
  padding-bottom: 110px;
}
.well__ins1 {
  padding-top: 62px;
}
.well__ins2 {
  padding-top: 23px;
}

/*==================     Icons     ======================*/
.fa-bookmark, .fa-calendar, .fa-group {
  font-size: 80px;
  line-height: 100px;
  color: #374140;
}

/*==================      Box      ======================*/
.post + .post {
  margin-top: 32px;
}
.post * + .post_cnt__no-flow {
  margin-top: 0px;
}
.post > img + time + .post_cnt__no-flow {
  margin-top: 37px;
}
@media (max-width: 479px) {
  .post > img + time + .post_cnt__no-flow {
    margin-top: 15px;
	 }
}


.post {
  padding: 2.7%;
  border: 1px solid #e0e0e0;
  margin-bottom:20px;
}
.post h5{
  margin:0px 0 0 0!important;	
}
.post:before, .post:after {
  display: table;
  content: "";
  line-height: 0;
}
.post:after {
  clear: both;
}
.post_cnt__no-flow {
  overflow: hidden;
}
.post_cnt__no-flow h5 {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.post_cnt__no-flow h5 + p {
  margin-top: 20px;
}
.post_cnt__no-flow p {
  line-height: 21px;
  color: #7c7c7c;
}
.post_cnt__no-flow a:hover > * {
  color: #fd007d;
}
.post_aside-l {
  overflow: hidden;
  text-align: center;
  padding:10px 0 0 0;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
  width: 126px;
  height: 148px;
  background: #686868;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_aside-l span {
  font-size: 60px;
  line-height: 57px;
  display: block;
}
.post_aside-l > span {
  margin-top: 8px;
  margin-bottom:5px;
}
.post_aside-l aside{
	font-size:14px;
}
.post_aside-l {
  margin-right: 26px;
  float: left;
}
.post_aside-r {
  float: right;
  margin-left: 26px;
}
.post:hover time.post_aside-l,
.post:hover time.post_aside-r {
  background: #000;
}
@media (max-width: 1199px) {
  .post * + .post_cnt__no-flow {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .post {
    text-align: center;
  }
  .post_aside-l, .post_aside-r {
    float: none;
    margin: 0;
    width: 100%;
  }
  .post img {
    width: auto;
  }
  .post_cnt__no-flow {
    text-align: center;
  }
  .post * + .post_cnt__no-flow {
    margin-top: 15px;
  }
  .post time.post_aside-l,
  .post time.post_aside-r {
    padding: 5px 0;
    height: 26px;
    font-size: 22px;
    line-height: 25px;
  }
  .post time.post_aside-l > span,
  .post time.post_aside-r > span {
    font-size: 22px;
    line-height: 25px;
    margin-top: 0;
    display: inline-block;
    margin-right: 5px;
  }
}


.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
    margin-bottom:25px;
}
.boxab{
	display:inline-block;
	margin:0 0 40px 0;
	float:left;
}

.box_aside {
  position: relative;
  padding-right: 70px;
  float: left;
  margin-right: 30px;
}
.box_aside time {
  position: absolute;
  top: 0;
  left: -30px;
  padding-left: 8px;
  padding-right: 8px;
  width: 54px;
  min-height: 200px;
  height: 100%;
  text-align: center;
  background: #374140;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}
.box_aside time span {
  display: block;
  margin-left: -8px;
  margin-right: -8px;
  background: #9D0047;
  font-size: 40px;
  height: 68px;
  line-height: 66px;
  margin-bottom: 12px;
  font-weight: 300;
}
.box_aside time:after {
  content: '';
  position: absolute;
  top: 17px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent transparent transparent #9D0047;
}
.box_cnt{
	margin-left:60px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box > .lazy-img:first-child {
  margin-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_aside {
    margin-right: 20px;
  }
}

.grid_6 .box_aside {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 979px) {
  .grid_6 .box_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .grid_6 .box_aside time:after {
    display: none;
  }
}

/*==================   Index Box   ======================*/
.index-box {
  position: relative;
  padding-left: 100px;
}
.index-box:before {
  content: attr(data-index) ".";
  position: absolute;
  top: 7px;
  left: 0;
  width: 70px;
  height: 68px;
  line-height: 66px;
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  background: #9D0047;
}
.index-box:after {
  content: '';
  position: absolute;
  top: 24px;
  left: 70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent transparent transparent #9D0047;
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .index-box {
    padding-left: 0;
    padding-top: 100px;
  }
  .index-box:after {
    top: 75px;
    left: 24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #9D0047 transparent transparent transparent;
  }
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 17px 22px;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  background: #374140;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn:before {
  color: #9D0047;
  padding-right: 19px;
  font-size: 20px;
}
.btn:hover {
  background: #4e5d5b;
}

/*==================    Photo     ======================*/
.photo_cnt {
  padding: 23px 19px 33px;
  background: #f5f5f5;
}
.photo h3 + p {
  margin-top: 18px;
}

/*==================    Video     ======================*/
.video {
  margin-top: 11px;
  width: 100%;
  height: 374px;
}
@media (max-width: 979px) {
  .video {
    height: 280px;
  }
}
@media (max-width: 479px) {
  .video {
    height: 150px;
  }
}

/*================   Marked List   =====================*/
.marked-list {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
.marked-list li {
  position: relative;
  padding-left: 24px;
}
.marked-list li + li {
  margin-top: 13px;
}
.marked-list li:before {
  content: '\f054';
  position: absolute;
  left: 0;
  top: 0;
  font: 400 16px "FontAwesome";
  line-height: 30px;
  color: #9D0047;
}

/*==================   Address    ======================*/
.addr p:first-child {
  color: #9D0047;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
.addr dl {
  line-height: 23px;
}
.addr dl dt, .addr dl dd {
  display: inline-block;
}
.addr dl dt {
  min-width: 120px;
}
.addr p + dl {
  margin-top: 11px;
}
.addr dl + p {
  line-height: 23px;
}

/*==================    Map    ======================*/
.map {
  height: 478px;
}
.map img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 200px;
  }
}

/*==================     Terms     ======================*/
.terms dt {
  color: #374140;
  font-weight: 400;
}
.terms dt + dd {
  margin-top: 18px;
}
.terms dd + dt {
  margin-top: 26px;
}

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
  padding: 94px 0 70px;
  color: #FFFFFF;
  background: #9D0047;
  font-size: 15px;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}

.footer_phone, .footer_address {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.footer_phone:before, .footer_address:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 50px;
  color: #9D0047;
}
.footer_phone a:hover, .footer_address a:hover {
  text-decoration: underline;
}

.footer_phone {
  padding-left: 70px;
}

.footer_address {
  padding-left: 55px;
}

.copyright a:first-child {
  color: #9D0047;
  text-transform: uppercase;
  font-weight: 600;
}
.copyright a:hover {
  text-decoration: underline;
}

.social-list {
  margin-top: 14px;
}
.social-list li {
  display: inline-block;
}
.social-list li + li {
  margin-left: 6px;
}
.social-list .fa {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 24px;
  background: #FFFFFF;
  color: #9D0047;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-list .fa:hover {
  background: #000000;
}
.footernav{
	text-align:center;
	padding:30px 0 0 0;
}
.footernav a{
	text-decoration:none;
	color:#ffffff;
}
.footernav a:hover{
	color:#000000;
}
