@font-face {
  font-family: 'Minion';
  src: url('../fonts/MinionPro.otf') format('opentype');
}
@font-face {
  font-family: 'Minion-Bold';
  src: url('../fonts/Minion-Bold.ttf') format('truetype');
  src: url('../fonts/Minion-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans.woff2');
  src: url('../fonts/OpenSans.woff');
  src: url('../fonts/OpenSans.ttf');
}

* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.UIFooterControl {
    width: 100%;
}
.UIFooterControl .CopyRight{
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    height: 60px
}
.UIFooterControl .CopyRight img {
    width: 30px;
    border: medium none;
    height: 30px;
}
.UIFooterControl .CopyRight a {
    color: #fff;
    font: 12px/25px 'Open Sans';
}
.UIFooterControl .CopyRight .CopyRightR {
    color: #fff;
    font: 12px 'Open Sans';
    position: absolute;
    right: 210px;
    top: 23px;
}
.UIFooterControl .CopyRight .CopyRightL {
    color: #fff;
    font: 12px 'Open Sans';
    position: absolute;
    left: 140px;
    top: 23px;
}
.UIFooterControl .CopyRight section.social {
  padding: 0;
  clear: both;
  position: absolute;
  right: 140px;
  top: 17px;
}
.UIFooterControl .CopyRight section span.icon {
    margin: 0 10px;
    height: 32px;
    display: inline-block;
}
/************************/
.Contact-Footer {
    padding: 70px 160px 100px 160px;
    height:430px;
}
.Contact-Footer .header {
    margin: 0 135px 5px 135px;
}
.Contact-Footer .header span{
    font: 28px Minion;
    color: #3c3c3b;
    text-transform:uppercase;
    display: inline-block;
}
.Contact-Footer .hr {
    height: 5px;
    width: 60px;
    background: #F7941D;
    margin:0 135px 15px 135px;
}
.Contact-Footer .sum{
    font: 14px 'Open Sans';
    color: #3c3c3b;
    display: inline-block;
    margin: 0 135px 5px 135px;
}