body{
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
a, a:hover{
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
#iconsDiv > ul{
  list-style: none;
  padding: 0;
}
/*@media only screen and (min-width: 414px){*/
  #iconsDiv > ul li{
    display: inline-block;
    width: 12.5%;
    text-align: center;
    margin-bottom: 20px;
    
  }
  #iconsDiv > ul li a{
    display: table;
    width: 100%;
  }
  #iconsDiv > ul li img, #iconsDiv > ul li i{
    display: block !important;
    margin: auto;
  }
/*}*/
/*ul li img{
  height: 70px !important;
}*/
h1{
  color: #fff;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
h1 b{
  font-weight: 900;
}
h2{
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  line-height: 35px;
  margin-bottom: 30px;
}
header > div > a{
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 0 !important;
    margin-left: 10px;
}

.icon-label{
    position: absolute;
    bottom: 10px;
    font-size: 7px;
    background-color: rgba(0,0,0,0.75);
    width: 60px;
    margin: auto;
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
}
.social-item img{
  height: 70px;
  margin: auto;
  /*height: 80px;*/
  /*margin: auto auto 8px;*/
}
.social-item span{
  min-width: 76px;
  max-width: 150px;
  max-height: 76px;
  margin: auto auto 5px;
  display: block;
  /*width: 70px;*/
}
.social-item span.padding{
  padding: 17px 0;
  width: 76px;
}
.social-item span.padding.border{
  padding: 15px 0;
}
.social-item span.padding img{
  height: 35px !important;
  margin-top: 2px;
}
/**/
.social-item span.circle{
  border-radius: 100%;
}
.social-item span.square{
  border-radius: 0px;
}
.social-item span.round{
  border-radius: 10px;
}
/**/
.social-item span.border{
  border: 2px solid #fff;
}
.social-item span.solid{
  background-color: #fff;
}
.social-item span.gradient-linear{
  background: rgba(226,226,226,1);
  background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
  background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
  background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
  background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
  background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
}
.social-item span.gradient-circular{
  background: rgba(255,255,255,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 38%, rgba(212,212,212,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(38%, rgba(246,246,246,1)), color-stop(100%, rgba(212,212,212,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 38%, rgba(212,212,212,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 38%, rgba(212,212,212,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 38%, rgba(212,212,212,1) 100%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 38%, rgba(212,212,212,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d4', GradientType=1 );
}
.social-item span.gradient-linear-silver{
  background: rgb(168,169,173);
  background: -moz-linear-gradient(319deg, rgba(168,169,173,1) 0%, rgba(255,255,255,1) 50%, rgba(168,169,173,1) 100%);
  background: -webkit-linear-gradient(319deg, rgba(168,169,173,1) 0%, rgba(255,255,255,1) 50%, rgba(168,169,173,1) 100%);
  background: linear-gradient(319deg, rgba(168,169,173,1) 0%, rgba(255,255,255,1) 50%, rgba(168,169,173,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8a9ad",endColorstr="#a8a9ad",GradientType=1);
}
.social-item span.gradient-linear-gold{
  background: rgb(212,175,55);
  background: -moz-linear-gradient(319deg, rgba(212,175,55,1) 1%, rgba(255,255,255,1) 50%, rgba(212,175,55,1) 100%);
  background: -webkit-linear-gradient(319deg, rgba(212,175,55,1) 1%, rgba(255,255,255,1) 50%, rgba(212,175,55,1) 100%);
  background: linear-gradient(319deg, rgba(212,175,55,1) 1%, rgba(255,255,255,1) 50%, rgba(212,175,55,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d4af37",endColorstr="#d4af37",GradientType=1);
}
.social-item span.gradient-linear-roseGold{
  background: rgb(183,110,121);
  background: -moz-linear-gradient(319deg, rgba(183,110,121,1) 0%, rgba(255,243,245,1) 50%, rgba(183,110,121,1) 100%);
  background: -webkit-linear-gradient(319deg, rgba(183,110,121,1) 0%, rgba(255,243,245,1) 50%, rgba(183,110,121,1) 100%);
  background: linear-gradient(319deg, rgba(183,110,121,1) 0%, rgba(255,243,245,1) 50%, rgba(183,110,121,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b76e79",endColorstr="#b76e79",GradientType=1);
}
/* LEFT */
.social-item span.left{
  box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.25);
}
.social-item span.left i{
  text-shadow: -2px 3px 5px rgba(0,0,0,0.25);
}
.social-item span.left svg{
  -webkit-filter: drop-shadow(-2px 3px 5px rgba(0,0,0,0.25));
  filter: drop-shadow(-2px 3px 5px rgba(0,0,0,0.25));
}
/* CENTER */
.social-item span.center{
  box-shadow: 0 3px 5px 0px rgba(0,0,0,0.25);
}
.social-item span.center i{
  text-shadow: 0 3px 5px rgba(0,0,0,0.25);
}
.social-item span.center svg{
  -webkit-filter: drop-shadow(0 3px 5px rgba(0,0,0,0.25));
  filter: drop-shadow(0 3px 5px rgba(0,0,0,0.25));
}
/* RIGHT */
.social-item span.right{
  box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.25);
}
.social-item span.right i{
  text-shadow: 2px 3px 5px rgba(0,0,0,0.25);
}
.social-item span.right svg{
  -webkit-filter: drop-shadow(2px 3px 5px rgba(0,0,0,0.25));
  filter: drop-shadow(2px 3px 5px rgba(0,0,0,0.25));
}
/* SVG - Custom Icons */
.social-item span.circle svg,
.social-item span.square svg,
.social-item span.round svg{
  height: 42px;
  margin-top: 0;
}
/**/
.social-item small{
  display: block;
  font-size: 10px;
  font-family: 'Arial';
  text-transform: uppercase;
  text-align: center;
}
.footer{
  /*padding-top: 50px;*/
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-weight: 500;
}
.footer a{
  font-weight: 700;
}
#logoDiv{
  margin-top: 40px;
}
#logoDiv img{
  height: 240px;
  margin: 20px auto 0;
}
#contentDiv{
  margin-top: 40px;
  padding: 60px 0;
}
#iconsDiv{
 /* margin-top: 60px;*/
  margin-bottom: 40px;
}
#main{
  height: auto;
  display: block;
}

/* Desktop Background Position

@media only screen and (min-width: 992px) and (max-width: 1024px){
  body{
    background-position: right;
    background-size: contain;

  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px){
  body{
    background-position: right;

    background-size: contain;

  }
}

@media only screen and (min-width: 1367px){
  body{
    background-position: right;

    background-size: contain;

  }
}


*/



/* Desktop Background Position*/
@media only screen and (min-width: 992px) and (max-width: 1024px){
  body{
    background-position: 450px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px){
  body{
    background-position: 500px;
  }
}
@media only screen and (min-width: 1367px){
  body{
    background-position: 550px;
  }
}

.btn-share{
  color: #3c3c3c;
  float: right;
  background: rgb(255 255 255 / 40%);
  text-transform: capitalize;
  font-weight: 100 !important;
  font-size: 20px;
  text-shadow: 1px 1px 1px #000;
  border: 1px solid #000;
  border-color: rgb(255 255 255 / 22%);
  border-radius: 13px;
  position: relative;
  /* top: 7px; */
  right: 5px;
  /* margin-bottom: 10px; */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 50px;
  width: 50px;
  display: flex;
}
.btn-share:hover, .btn-share:active, .btn-share:target{
  color: #3c3c3c;
  background: rgb(255 255 255 / 40%);
  border: 1px solid #000;
  border-color: rgb(255 255 255 / 22%);
  font-size: 20px;
  transform: scale(0.9);
}
/* Mobile Generic */
@media only screen and (max-width: 768px){
  #main{
    height: 100%;
    display: block;
    overflow: auto;
    overflow-x: hidden;
  }
  html, body{
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  #iconsDiv > ul{
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
  }
  #iconsDiv > ul li{
    width: 50%;
    display: inline-block;
    margin-bottom: 0px;
  }
  #iconsDiv > ul li a{
    display: block;
    /*padding: 18% 0;*/
  }
  footer{
    background-color: rgba(0, 0, 0, 0.15);
    /* position: relative; */
    display: block;
    width: 108%;
    height: 7%;
    padding-bottom: 18px;
    /* bottom: 105px; */
    padding-top: 14px;
    /* margin-bottom: 18px; */
    margin-left: -15px;
    /* margin-right: 87px;*/
  }
  .btn-share{
    color: #3c3c3c;
    float: right;
    padding: 7px;
    background: rgb(255 255 255 / 40%);
    text-transform: capitalize;
    font-weight: 100 !important;
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
    border: 1px solid #000;
    border-color: rgb(255 255 255 / 22%);
    border-radius: 13px;
    position: relative;
    top: 7px;
    right: 10px;
    /* margin-bottom: 10px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 44px;
    width: 40px;
    display: flex;
  }
  .btn-share:hover, .btn-share:active, .btn-share:target{
    color: #3c3c3c;
    background: rgb(255 255 255 / 40%);
    border: 1px solid #000;
    border-color: rgb(255 255 255 / 22%);
    font-size: 20px;
    transform: scale(0.9);
  }


  /*.social-item img{
    height: 55px;
  }*/
  .footer{
    padding: 0px 0;
  }
  .modal-content{
    margin: 0 auto;
  }

  .social-item a{
    /*position: relative;*/
  }
  .social-item a p{
    margin: 0;
    /*position: absolute;
    top: 50%;*/
  }
  .network-item a.text-right{
    padding-left: 0px;
    padding-right: 10px;
  }
  #contentDiv{
    padding-top: 10px;
  }
  #iconsDiv{
    padding: 0;
    margin: 0;
    display: table;
  }
}
/* iPad Mini */
@media only screen and (max-width: 768px) and (min-height: 937px) and (max-height: 1024px){
  .social-item img{
    height: 140px;
  }
  .social-item i{
    /*font-size: 140px;*/
  }
  .modal-content{
    margin: 0 auto;
  }
  .modal-sm {
      width: 450px;
  }
  .network-item a.text-right{
    padding-left: 60px;
    padding-right: 60px;
  }
}
/*
@media only screen  and (max-width: 1024px){
  .icon_list{
    overflow: overlay;

    overflow-x: hidden;
  }
}

@media only screen  and (max-height: 600px){
  #iconsDiv ul .social-item{
    height: 119px !important;
  }
  .icon_list{
    height: 460px;
  }
}

@media only screen  and (min-height: 601px) and (max-height: 667px) and (max-width:1024px){
  #iconsDiv ul .social-item{
    height: 129px !important;
  }
  .icon_list{
    height: 531px;
  }
}
@media only screen  and (min-height: 741px) and (max-height: 830px) and (max-width:1024px){
  #iconsDiv ul .social-item{
    height: 181px !important;
  }
  .icon_list{
    height: 672px;
  }
}
@media only screen  and (min-height: 831px) and (max-height: 844px) and (max-width:1024px){
  #iconsDiv ul .social-item{
    height: 181px !important;
  }
  .icon_list{
    height: 705px;
  }
}
@media only screen  and (min-height: 845px) and (max-height: 851px) and (max-width:1024px){
  #iconsDiv ul .social-item{
    height: 181px !important;
  }
  .icon_list{
    height: 713px;
  }
}
@media only screen  and (min-height: 852px) and (max-height: 896px) and (max-width:1024px){
  #iconsDiv ul .social-item{
    height: 181px !important;
  }
  .icon_list{
    height: 755px;
  }
}
@media only screen and (min-height: 668px) and (max-height: 740px) and (max-width:1024px){
  #iconsDiv ul .social-item{
    height: 147px !important;
  }
  .icon_list{
    height: 600px;
  }
}
@media only screen and (min-height: 668px) and (max-height: 740px) and (max-width:1024px){
  #iconsDiv ul .social-item{
    height: 116px !important;
  }
  .icon_list{
    height: 600px;
  }
}
@media only screen  and (min-height: 897px) and (max-height: 915px)  and (max-width:1024px){
  #iconsDiv ul .social-item{
    height: 186px !important;
  }
  .icon_list{
    height: 775px;
  }
}
@media only screen  and (min-height: 916px) and (max-height: 1024px)  and (max-width:1024px){
  #iconsDiv ul .social-item{
    height: 174px !important;
  }
  .icon_list{
    height: 886px;
  }
}
@media only screen  and (min-height: 1025px)  and (max-height: 1200px)  and (max-width:1024px){
  #iconsDiv ul .social-item{
    height: 186px !important;
  }
  #iconsDiv {
    margin-top: 208px;
    margin-bottom: 40px;
  }
  .icon_list{
    height: 713px;
  }
}


  /* Retina-specific stuff here
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  body{

  }
}
*/
/**/
/*
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html{
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
*/