.adr,
.eml,
.footer-nav li a,
.map h4,
.map2 h4,
.map3 h4,
.phn {
        font-family: 'Open Sans', sans-serif;
}

.grey-bg-2 {
    background: #f8f8f8;
    /*border-top: 1px solid #eaeeee;
    padding: 18px 0 0;*/
    margin-top: 19px;
}

.footer-nav {
       border-bottom: 0;
    margin: 0 0 0px;
    padding: 15px 0;
    text-align: center;
}

.footer-nav li a {
    color: #5c5c5c;
    display: block;
    font-size: 16px;
    padding: 0 11px;
    border-right: 1px solid #e3e0e0
}

.footer-nav li:last-child a {
    border-right: none;
    padding-right: 0
}

.map,
.map2,
.map3 {
    margin: 0 0 0 -6px
}

.map h4,
.map2 h4,
.map3 h4 {
    font-size: 18px;
    color: #e53736;
    padding: 0 0 4px 30px;
    position: relative;
    margin: 0
}

.map h4:before,
.map2 h4:before,
.map3 h4:before {
    content: "";
    position: absolute;
    height: 16px;
    width: 22px;
    left: 0
}

.map h4:before {
    background: url(../img/flag-icon.png) no-repeat
}

.map2 h4:before {
    background: url(../img/flag-icon.png) -24px 0 no-repeat
}

.map3 h4:before {
    background: url(../img/flag-icon.png) -48px 0 no-repeat
}

.map4 h4:before {
    background-position: -72px 0
}

.adr,
.eml,
.phn {
    font-size: 16px;
    margin: 0
}

.adr {
    color: #5c5c5c;
    width: 92%
}

.eml,
.eml a,
.phn,
.phn a,
.vmap,
.vmap a {
    color: #e53736;
    line-height: 20px;
    margin: 0;
    text-decoration: none
}

.copy-rights,
.copy-rights a:focus,
.copy-rights a:hover {
    color: #5C5C5C;
	 font-family: 'Museo Sans 300';
    font-weight: 300;
    font-style: normal;
}

.vmap a {
    font-size: 12px
}

.map img,
.map2 img,
.map3 img {
    margin: 10px 0;
    width: 100%
}

.copy-rights a {
    color: #5C5C5C;
    font-size: 16px
}

.copy-rights {
    padding-top: 5px;
    margin-top: 20px;
    display: block;
    text-align: center;
    border-top: 1px solid #D0D0D0
}

.footer-new {
    border-bottom: 2px solid #E53736;
    clear: both;
    padding: 7px 0;
    background: #fff;
    border-top: 1px solid #eaeeee;
    margin-top: 5px;
}
@media (max-width:767px) {
    .footer-new{
        padding-bottom: 20px;
    }
}
.footer-new ul {
    list-style-type: none;
    margin: 0 -15px;
    padding: 0;
    text-align: center
}

.footer-new ul li {
    display: inline-block;
    margin: 0 11px;
    position: relative
}

.footer-new li:first-child {
    margin-left: 0
}

.footer-new li:after {
    content: ":";
    display: block;
    position: absolute;
    right: -14px;
    top: 5px
}

.footer-new li a {
    color: #404040;
    display: block;
    font-size: 15px;
    line-height: 26px;
	 font-family: 'Museo Sans 300';
    font-weight: 300;
    font-style: normal;
}

.footer-new ul li:last-child:after {
    content: ""
}

.footer-new ul li a:hover,
.footer-new ul li.active a {
    color: #E53736;
    text-decoration: none
}

.mrgl15 {
    margin-left: 15px
}

.pad {
    display: block;
    padding: 7px 0 0;
	  font-family: 'Museo Sans 300';
    font-weight: 300;
    font-style: normal;
}

@media (max-width:990px) {
    .copy-rights,
    .pad {
        padding-bottom: 8px
    }
    .copy-rights .text-left,
    .copy-rights .text-right {
        text-align: center
    }
    .map,
    .map2 {
        margin: 0 0 15px;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 15px;
        box-shadow: 0 -1px 0 #FFF inset;
        -moz-box-shadow: 0 -1px 0 #FFF inset;
        -webkit-box-shadow: 0 -1px 0 #FFF inset
    }
    .adr {
        width: 93%
    }
}

@media (max-width:767px) {
    .map,
    .map2,
    .map3 {
        margin: 0 0 15px;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 15px;
        box-shadow: 0 -1px 0 #FFF inset;
        -moz-box-shadow: 0 -1px 0 #FFF inset;
        -webkit-box-shadow: 0 -1px 0 #FFF inset
    }
    .map4 {
        border-bottom: none;
        box-shadow: none;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.quick-nav a:hover, .quick-nav a:active, .quick-nav a:focus{
	text-decoration: none;
}