/* Navigation Icons USING VECTOR
================================= */

@font-face { font-family: 'IconicFill'; src: url('../icons/iconic_fill.eot'); src: url('../icons/iconic_fill.eot#iefix') format('embedded-opentype'), url('../icons/iconic_fill.ttf') format('truetype'), url('../icons/iconic_fill.svg') format('svg'); font-weight: normal; font-style: normal; }

  .iconic 
  { 
    color:white; 
    display:inline-block; 
    font-family: 'IconicFill'; 
    

  }
  
  .iconic:hover 
  {
      color:#000;
  }

  .iconic-home:before {content:'\2302';}

  .iconic-search:before {content:'\e074';}

  .iconic-share:before {content:'\e02e';}

  .iconic-booking:before {content:'\e06c';}

  .iconic-mailus:before {content:'\2709';}

  /* ---- END SOURCE ---- */




  /*
  ====================
      SOCIAL MEDIA
  ====================
  */

  #sharesocialmedia
  {
    position: relative;
    float: right;
    top: -2px;
    right: -1px;
  }

  @font-face {
  font-family: 'EntypoSocial';
  src: url('../icons/SocialFontIcons/entypo-social.eot'); /* IE9 Compat Modes */
  src: url('../icons/SocialFontIcons/entypo-social.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../icons/SocialFontIcons/entypo-social.woff') format('woff'), /* Modern Browsers */
       url('../icons/SocialFontIcons/entypo-social.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../icons/SocialFontIcons/entypo-social.svg') format('svg'); /* Legacy iOS */
  
  font-style: normal;
  font-weight: normal;
  }

@font-face {
    font-family: 'EntypoRegular';
    src: url('../icons/SocialFontIcons/entypo.eot');
    src: url('../icons/SocialFontIcons/entypo.eot#iefix') format('embedded-opentype'),
         url('../icons/SocialFontIcons/entypo.woff') format('woff'),
         url('../icons/SocialFontIcons/entypo.ttf') format('truetype'),
         url('../icons/SocialFontIcons/entypo.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul#entypo li span.pictogram {
  list-style-type: none;
  font-family: "EntypoSocial", "EntypoRegular";
}
li span.pictogram 
{
  font-size: 45px;
  line-height: 1; 
}

li.mypicstyle 
{
  display: inline !important;
  float: right !important;
  list-style-type: none;
  margin-left: 0px !important;
}


div#entypo a span.pictogram {
  list-style-type: none;
  font-family: "EntypoSocial", "EntypoRegular";
}

a.pictogram:link    {color:#C4AD00; text-shadow: 0 2px 1px rgba(255,255,255,.65), inset 2px 2px 2px rgba(0,0,0,.75); }
a.pictogram:visited {color:#C4AD00; text-shadow: 0 2px 1px rgba(255,255,255,.65), inset 2px 2px 2px rgba(0,0,0,.75); }
a.pictogram:hover   {color:#FFFFFF; text-shadow: 0px 0px 2px rgba(21,0,0,.6); }
a.pictogram:active  {color:#FFFFFF; text-shadow: 0px 0px 2px rgba(21,0,0,.6); }



.dropdown-menu .icon-twitter {   background:#C4AD00; border-radius:8px; color: #FBEA31; text-shadow: 0px 0px 2px rgba(21,0,0,.4);  }
.dropdown-menu .icon-twitter:hover { background:#fff; color: #24ACED; text-shadow:none; }

.dropdown-menu .icon-facebook { background:#C4AD00; border-radius:8px; color: #FBEA31; text-shadow: 0px 0px 2px rgba(21,0,0,.4); }
.dropdown-menu .icon-facebook:hover { background:#fff; color: #3B5998; text-shadow:none; }

.dropdown-menu .icon-google-plus { background:#C4AD00; border-radius:8px; color: #FBEA31; text-shadow: 0px 0px 2px rgba(21,0,0,.4); }
.dropdown-menu .icon-google-plus:hover { background:#fff; color: #D54431; text-shadow:none; }

.dropdown-menu .icon-pinterest { background:#C4AD00; border-radius:8px; color: #FBEA31; text-shadow: 0px 0px 2px rgba(21,0,0,.4); }
.dropdown-menu .icon-pinterest:hover { background:#fff; color: #CB2027; text-shadow:none; }

.dropdown-menu .icon-star { background:#C4AD00; border-radius:8px; color: #FBEA31; text-shadow: 0px 0px 2px rgba(21,0,0,.4); }
.dropdown-menu .icon-star:hover { background:#fff; color: #E8B100; text-shadow:none; }

.dropdown-menu .icon-envelope { background:#C4AD00; border-radius:8px; color: #FBEA31; text-shadow: 0px 0px 2px rgba(21,0,0,.4); }
.dropdown-menu .icon-envelope:hover { background:#fff; color: #07184C; text-shadow:none; }

.dropdown-menu .icon-android { background:#C4AD00; border-radius:8px; color: #FBEA31; text-shadow: 0px 0px 2px rgba(21,0,0,.4); }
.dropdown-menu .icon-android:hover { background:#fff; color: #92B83E; text-shadow:none; }

.dropdown-menu .icon-apple { background:#C4AD00; border-radius:8px; color: #FBEA31; text-shadow: 0px 0px 2px rgba(21,0,0,.4); }
.dropdown-menu .icon-apple:hover { background:#fff; color: #C0C0C0; text-shadow:none; }