.paypal {
    margin: 5px;
    margin-right: 40px;
    position: relative;
    left: -14px;
    top: -19px;
}

.socialmedia__list {
    width: 90%;
}

img.paypal {
    margin-left: 141px;
}


@media(max-width:900px){

   img.paypal {
    margin-left: 12px;
}
}

@media(max-width:900px){
.paypal {
    margin: 5px;
    margin-right: 40px;
    position: relative;
    left: -14px;
    display:block;
    top: -19px;
}
}

.logo__description {
    font-family: Century Gothic;
    font-weight: 900;
}

.navigation:not(.mm-menu) .navigation__list .navigation__item .navigation__list--sub {
    z-index: 1;
}


/*NEWCSS*/
.tcenter, .text-center{
    text-align: center;
}
.tleft{
    text-align: left;
}

.tright{
    text-align: right;
}

.tjustify, .text-justify {
    text-align: justify;
    font-size: 16px;
}

.floatleft{
    float: left;
}

.floatright{
    float: right;
}

.clearfix{
    display: block;
    content: "";
    clear:both;
}
.fbold{
    font-weight: bold;
}

.fbolder{
    font-weight: bolder;
}
.tunderline{
    text-decoration: underline;
}

.fitalic {
    font-style: italic;
}

.img-thumbnl {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto;
}
.polaroid {
  width: auto;
  max-width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: .1em .5em .5em;

  
}

.lgImg{
    width:350px;
    height:auto;
}

.lgImgWidth{
    width:500px;
    height:300px;
}

.mdImg{
    width:250px;
    height:auto;
}

.mdImgWidth{
    width:400px;
    height:250px;
}

.smImg{
    width:200px;
    height:auto;
}

.smImgWidth{
    width:300px;
    height:200px;
}

.xsImg{
    width:180px;
    height:auto;
}
.xsImgWidth{
    width:200px;
    height:200px;
}

.row { 
    width:100%; 
    flex-wrap:wrap;
    align-items:center;
    
}
.row::after {
    display:table;
    clear:both;
    content:""; 
    
}


.coll-4 {
    width: 30.33%;
    float: left;
    margin: .2em;
    padding: .25em;
}


.coll-6 {
    width: 48%;
    float: left;
    margin: .2em;
    padding: .25em;
}

.coll-8 {
    width: 64.44%;
    float: left;
    margin: .2em;
    padding: .25em;
}

.wrap__page-content img, .wrap__editable img {
    padding: .2em;
    
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.location__phone:before{
    display: inline;
    content: "Tel : ";
}
.location__fax:before {
    display: inline;
    content: "Fax : ";
}

.btn-style{
    padding: 1.5em .5em;
    margin: 1em auto;
    background-color: #6491ca;
    color: white;
}

.btn-style:hover{
    padding: 2em 1em;
    background-color: #6491ca;
    color: white;
    transition: padding .5s;
}

.wrap__footer .logo__summary p {
    text-align: center;
}
.logo__title{
  font-family: Century Gothic;
}
.page__title{
  font-family: "roboto-medium", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
     .polaroid {
        margin: 15px auto;
    }
    
    .coll-6, .coll-4, .coll-8 {
        width: 100%;
        float: none;        
    }
    
    .iframe {
        width :100%;
    }
    .logo__summary p {
        text-align: center;
    }
    
}