@font-face {
  font-family: 'GOTHIC';
  src: url('../fonts/GOTHIC.eot');
  src: url('../fonts/GOTHIC.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GOTHIC.woff') format('woff'),
  url('../fonts/GOTHIC.TTF') format('truetype'),
  url('../fonts/GOTHIC.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
  font-family: 'GOTHICB';
  src: url('../fonts/GOTHICB.eot');
  src: url('../fonts/GOTHICB.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GOTHICB.woff') format('woff'),
  url('../fonts/GOTHICB.TTF') format('truetype'),
  url('../fonts/GOTHICB.svg#glyphicons_halflingsregular') format('svg');
}
.GOTHIC{font-family: 'GOTHIC';}
.GOTHICB{font-family: 'GOTHICB';}

.remove-space{
  clear: both;
}
.campaigns section.communication {
    background-color: #D7D7D7;
    padding: 100px 0px 30px;
}
.campaigns section.communication .innter-bg{
    background-color: #fff;
    position: relative;
}

h1.text-left {
    text-align: left;
}

.campaigns section h1.section-heading, h1.section-heading {
    color: #01388d;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 30px;
    padding-top: 0 !important;
}
.campaigns section p.lead {
    font-size: 18px;
    /*color: #161616;*/
    color: rgba(22, 22, 22, 0.82);
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'GOTHIC';
}
.campaigns section p.project-by{
    font-family: 'GOTHIC';
    color:  #01388d;
    font-size: 17px;
    margin-bottom: 10px;
}
.campaigns section p.project-by span{
    font-family: 'GOTHICB';
    color: #161616;
    text-transform: uppercase;
}

.campaigns-box .campaign-box:first-child{
  padding-left: 0px;
}
.campaigns-box .campaign-box:last-child{
  padding-right: 0px;
}

/*.campiagns-box .camign-box:first-child p a{
  color: #ee344a;
}*/
.campaign-box{
    background-color: transparent;
    border-right: 1px solid #000;
    padding: 2px 35px;
    margin: 10px auto 15px;
    display: inline-block;
}
.campaign-box-last-child{
    border-right: 0px solid #000;    
}

.campaign-box p.campaign-box-text{
    margin-bottom: 0px;
}

.campaign-box p.campaign-box-text a,
.campaign-box p.campaign-box-text > span{
    color: #000;
    font-size: 20px;
    display: block;
    font-family: "GOTHIC";
}
.campaign-box p.campaign-box-text a span{
    font-family: 'GOTHICB';
    color:  #01388d;
}
p.campaign-box-text a{
    color:  #01388d !important;
}
.campaign-box p.campaign-box-text a:hover,
.campaign-box p.campaign-box-text a:focus{
    color: inherit;
    text-decoration: none;
}
.campaigns-img{
    width: 100%;
    margin: 20px auto;
}
.campaigns-img img{
    max-width: 100%;
    border-radius: 10px;
    text-align: center;
}

            /*share campiagns*/
.share-campaign {
    background-color: #F2F2F2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    float: left;
    width: 100%;
}
.share-campaign h2.heading {
    color:#01388d;
    font-weight: 200;
    margin-bottom: 25px;
    font-family: 'GOTHIC';
    font-size: 25px;
    margin-top: 0px;
}
.share-campaign .share-campaign-inner{
    margin: 10px auto;
    /*text-align: left;*/
}



        /*social icon code*/
.social-icons-share{
  position: relative;
  width: 100%;
  /*float: left;*/
  margin: 0px auto 0px;
  max-width: 640px;
}
.social-icons-share ul.social-icons {
  padding: 0px 10px !important;
  margin: 10px auto !important;
  list-style: none !important;
  float: left;
}
.social-icons-share ul.social-icons li.icon-social {
  display: inline-block;
  vertical-align: middle;
  color: #ee344a;
  font-family: 'GOTHICB';
  padding: 0px 0px;
  font-size: 18px;
  margin: 0px 20px 20px 0px;
  position: relative;
  width: auto;
  float: left;
  line-height: 20px;
}

.social-icons-share ul.social-icons li.icon-social a {
  text-decoration: none;
  display: inline-block;
}

.social-icons-share ul.social-icons li.icon-social a i {
  background-color: #757575;
  color: #eaeaea;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 auto 0px;
  border-radius: 0%;
  -o-border-radius: 0%;
  -ms-border-radius: 0%;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
}
.social-icons-share ul.social-icons li.facebook a i {
  color: #fff;
  /*background-color: #305c99;*/
}
.social-icons-share ul.social-icons li.facebook a:hover i
{
  background: #305c99;
  color: #fff;
}

.social-icons-share ul.social-icons li.twitter a i {
  color: #fff;
  /*background-color: #305c99;*/
}
.social-icons-share ul.social-icons li.twitter a:hover i
{
  background: #00cdff;
  color: #fff;
}

.social-icons-share ul.social-icons li.linked a i {
  color: #fff;
  /*background-color: #305c99;*/
}
.social-icons-share ul.social-icons li.linked a:hover i
{
  background: #007bb6;
  color: #fff;
}

.social-icons-share ul.social-icons li.googleplus a i {
  color: #fff;
  /*background-color: #305c99;*/
}
.social-icons-share ul.social-icons li.googleplus a:hover i
{
  background: #d24228;
  color: #fff;
}

.social-icons-share ul.social-icons li.icon-pinterst {
  display: inline-block;
  vertical-align: middle;
  color: #ee344a;
  font-family: 'GOTHICB';
  padding: 0px 0px;
  font-size: 18px;
  margin: 0px 0px 20px 0px;
  position: relative;
  width: 75px;
  float: left;
}

.social-icons-share ul.social-icons li.icon-social-email {
  display: inline-block;
  vertical-align: middle;
  color: #01388d;
  font-family: 'GOTHICB';
  padding: 0px 0px;
  font-size: 18px;
  position: relative;
  /*width: 75px;*/
  float: left;
}

.social-icons-center {
  justify-content: center;
  display: flex;
  float: none !important;
}

.social-email {
  background-color: #fff;
  margin-top: 0px !important;
  color: #01388d;
  font-size: 14px;
  font-family: 'GOTHIC';
  padding: 0px 12px;
  outline: 0;
  border-radius: 5px;
  margin-bottom: 0px !important;
  width: auto !important;
  margin-left: 0px;
  text-align: center;
  
}

.social-email:hover{
    color: #01388d;
}

.social-email:focus,
.social-email:active:focus,
.social-email.active:focus,
.social-email.focus,
.social-email:active.focus,
.social-email.active.focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #01388d;
}
.social-polie:focus,
.social-polie:active:focus,
.social-polie.active:focus,
.social-polie.focus,
.social-polie:active.focus,
.social-polie.active.focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}



       /*social icon code*/


.share-camp label.copy-link {
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    color: #000;
    font-family: 'GOTHIC';
    font-weight: normal;
    padding-top: 3px;
    text-align: left;
    display: block;
}

.share-camp input.share-form-control {
    background-color: #fff !important;
    /* height: 40px; */
    font-size: 20px;
    color: #000;
    border: 0px solid #fff;
    border-radius: 8px;
    font-weight: 100;
    /*padding: 22px 12px 18px 12px;*/
    padding: 5px 0 3px;
    text-align: center;
    font-family: 'GOTHIC';
}
.share-give-btn{
    max-width: 100%;
    /*background-color: #ee344a;*/
    margin: 0 auto;
    border-radius: 5px;
    padding: 0px 15px;
}
.mtops-20{
  margin-top: 20px;
}
.share-give-btn button.share-give {
    width: 100%;
    background-color: #01388d;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 28px;
    font-family: 'GOTHICB';
    padding: 4px 12px;
    color: rgba(255, 255, 255, 0.89);    
}

.share-give-btn a.share-give {
    width: 100%;
    background-color: #01388d;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 35px;
    font-family: 'GOTHICB';
    padding: 4px 12px;
    color: #fff;    
}
            /*share campiagns*/
    /*give bottom 3 box*/
.camign-give-box {
    background-color:#01388d;    
    padding: 15px 10px;
    margin: 0px auto 20px;
    border-radius: 8px;
}
.camign-give-box-last {
    margin: 0px auto 0px;
}

.camign-give-box p.text-numberic{
    margin-bottom: 0px;
    font-family: 'GOTHIC';
    font-size: 35px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
}
.camign-give-box p.text-alpha{
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    font-family: "GOTHIC";
    text-align: center;
}
    /*give bottom 3 box*/

/*who text code*/

.share-campaign-1 {
  background-color: #F2F2F2;
  border-radius: 8px;
  width: 100%;
  float: left;
  padding: 10px 15px 0px 15px;
  margin-bottom: 0px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

ul.who-list {
    margin: 0;
    padding: 0px 20px;
}
ul.who-list li{
    margin-bottom: 10px;
    font-size: 18px;
    color: #161616;
    font-family: 'GOTHIC';
}
h4.heading-who {
    color: #161616;
    font-weight: 200;
    margin: 0px;
    font-family: 'GOTHICB';
    font-size: 20px;
}
.campigns section p.who-text {
    font-size: 18px;
     color: #161616; 
    color: rgba(22, 22, 22, 0.82);
    font-weight: 300;
    margin: 20px auto;
    font-family: 'GOTHIC';
}
/*who text code*/



/*perks section*/
h2.heading-perks {
    color:  #01388d;
    font-weight: 200;
    margin: 10px auto 10px;
    font-family: 'GOTHICB';
    font-size: 26px;
    text-align: left;
}
.front_perks_mbtm{
  margin-top: 0px !important;
}
.campiagn-perks .perks-inner-bg {
    background-color: #F2F2F2;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 10px 0px 20px 0px;
}
.campiagn-perks .perks-inner-bg .amt-digit {
    font-size: 26px;
    padding: 0;
    color: #555555;
    display: block;
    width: auto;    
    text-align: left;
    margin: 0;
    font-family: 'GOTHICB';
}

.campiagn-perks .perks-inner-bg .amt-text {
    font-size: 18px;
    padding: 0;
    color:  #01388d;
    display: block;
    width: auto;
    text-align: left;
    margin: 5px 0px 5px 0px;
    font-family: 'GOTHIC';
}
.campiagn-perks .perks-inner-bg .amt-user {
    font-size: 18px;
    padding: 0;
    color: #555555;
    display: block;
    width: auto;
    text-align: left;
    margin: 0px 0px 5px 0px;
    font-family: 'GOTHICB';
}
.campiagn-perks .perks-inner-bg .preview-line {
    border-bottom: 1px solid #555;
}

.campiagn-perks .perks-inner-bg .name-listed {
    font-size: 16px;
    padding: 0;
    color: #555555;
    display: block;
    width: auto;
    text-align: left;
    margin: 5px 0px 35px 0px;
    font-family: 'GOTHIC';
}
.campiagn-perks  .perks-inner-bg .btns-give {
    background: transparent;
    margin: 10px auto;
}
.campiagn-perks .perks-inner-bg .btns-give .give-btn {
    background-color: #01388d;
    color: #fff;
    font-size: 20px;
    padding: 7px 12px;
    text-align: center;
    border: 1px solid #5fb13b;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(214, 214, 214, 0.97);
    -moz-box-shadow: 0px 2px 15px 0px rgba(214, 214, 214, 0.97);
    box-shadow: 0px 2px 15px 0px rgba(214, 214, 214, 0.97);
    margin-top: 0;
    font-family: 'GOTHIC';
    outline: 0;
    margin-bottom: 0px;
    max-width: 175px;
    width: 100%;
}

/*perks section*/

                                  /*Backer new section*/
 .backers-entry h2.heading {
  color: #01388d;
  font-weight: 200;
  margin-bottom: 20px;
  margin-top: 15px;
  font-family: 'GOTHIC';
  font-size: 25px;
  margin-left: 15px;
}
.backers-entry >.list-view > .backers-bg {
  background-color: #F5F5F5;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-radius: 8px;
  float: left;
  width: 100%;
}

.backers-entry > .list-view >.backers-bg > .backer-border-btm{
  border-bottom: 1px solid #CFCFCF;
  width: 100%;
  float: left;
  background-color: transparent;
  padding: 15px 0px;
}

/*.backers-entry > .backers-bg > .backer-border-btm > div > p.new-join-name{}*/

p.new-join-name{
  font-family: 'GOTHICB';
  font-size: 24px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0px 0px 5px 0px;
  text-align: left;
}
p.new-join-name .payer-name{
    font-weigth:normal;
    font-size:12px;
    font-style:italic;
}
p.join-date{
  font-family: 'GOTHIC';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.66);
  margin: 0px 0px 0px 10px;
  text-align: left;
}
div.new-join-info {
  width: 100%;
  margin: 20px 0px 0px 0px;
  float: left;
}
p.new-join-info{
  font-family: 'GOTHIC';
  font-size: 19px;
  color: rgba(0, 0, 0, 0.40);
  margin: 0px 0px 0px 10px;
  text-align: left;
}
p.new-join-donations{
  font-family: 'GOTHICB';
  font-size: 24px;
  color: #01388d;
  margin: 0px 0px 5px 0px;
  text-align: right;
}

p.join-group-name{
  font-family: 'GOTHIC';
  font-size: 17px;
  color: rgba(0, 0, 0, 0.66);
  margin: 0px 0px 0px 0px;
  text-align: right;
}
.backers-pagination{
  text-align: right;
}

.backers-pagination > ul.custom-pagination {
  display: inline-block;
  padding-left: 0;
  margin: -15px 0 00px;
  border-radius: 0px;
  font-family: 'GOTHIC';
}
.custom-pagination>li:first-child>a,
.custom-pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  color: #00a8ff;
}
.custom-pagination>li:last-child>a,
.custom-pagination>li:last-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  color: #00a8ff;
}
.custom-pagination>li>a,
.custom-pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 6px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #555555;
  background-color: transparent;
  border: 0px solid #ddd;
  margin-left: -1px;
}
.custom-pagination>.active>a,
.custom-pagination>.active>span,
.custom-pagination>.active>a:hover,
.custom-pagination>.active>span:hover,
.custom-pagination>.active>a:focus,
.custom-pagination>.active>span:focus {
  z-index: 2;
  color: #01388d !important;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}
                                 /*Backer new section*/


                    /*custom select box css code*/
.campiagns-box-select .form-group{
    max-width: 500px;
    margin: 20px auto 10px;
}
.campiagns-box-select .sbHolder {
    background-color: #ee344a;
    border: 0px solid #4a4a4a;
    font-family: 'GOTHIC';
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    position: relative;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 0px;
    /*border-bottom-right-radius: 0px;*/
    /*border-bottom-left-radius: 0px;*/
}

  .campiagns-box-select .sbSelector {
      display: block;
      height: 28px;
      left: 0;
      line-height: 30px;
      outline: none;
      overflow: hidden;
      position: absolute;
      text-indent: 10px;
      top: 0;
      width: auto;
      float: right;
      margin-left: -3px;

  }

 .campiagns-box-select .sbHolder:focus {
    outline: 0;
  }
.campiagns-box-select .sbOptions li a:hover {
  border-bottom: 1px solid #303030;
  display: block;
  outline: none;
  /*padding: 10px 10px !important;*/
  line-height: 18px;
  background-color: #ee344a;
  color: #fff;
  margin-left: 0px;
  font-size: 18px;
}

.campiagns-box-select .sbSelector:link,
.campiagns-box-select .sbSelector:visited,
.campiagns-box-select .sbSelector:hover {
    color: #fff;
    outline: none;
    text-decoration: none;
    font-family: 'GOTHIC';
    font-size: 18px;
    margin-top: -1px;
    width: 100%;
    text-align: center;
    height: 40px;
    padding: 6px 12px;
}

.campiagns-box-select .sbToggle {
    background: url(../images/drop_down_arrow.png) no-repeat;
    display: block;
    height: 18px;
    outline: 0px none transparent;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    margin: 16px 0px 0px 0px;
    float: left;
    margin-right: 15px;
    border: 0px solid #ffffff;
    /* border-left: 1px solid rgba(255, 255, 255, 0.96); */
}
 
.campiagns-box-select .sbOptions {
    background-color: #000;
    border: solid 0px #e8e8e8;
    list-style: none;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 41px !important;
    width: 100%;
    z-index: 5;
    overflow-y: auto !important;
    /* max-height: 100% !important; */
    min-height: 100% !important;
    opacity: 1;
    /*border-radius: 8px;*/
    /*border-top-right-radius: 0px;*/
    /*border-top-left-radius: 0px;*/

}
  .campiagns-box-select .sbOptions li {
      padding: 0px;
      width: 100%;
      float: left;
      text-align: center;
  }

  .campiagns-box-select .sbOptions a {
      border-bottom: 1px solid #303030;
      display: block;
      outline: none;
      padding: 10px 10px;
      line-height: 18px;
      font-size: 18px !important;
  }

  .campiagns-box-select .sbOptions a:link, .campiagns-box-select .sbOptions a:visited {
      color: #e8e8e8;
      text-decoration: none;
      font-family: 'GOTHIC';
      font-size: 18px;
  }

  .campiagns-box-select .sbOptions li.last a {
      border-bottom: none;
  }

  .campiagns-box-select .sbOptions .sbDisabled {
      border-bottom: dotted 1px #515151;
      color: #999;
      display: block;
      padding: 7px 0 7px 3px;
  }

  .campiagns-box-select .sbOptions .sbGroup {
      border-bottom: dotted 1px #515151;
      color: #EBB52D;
      display: block;
      font-weight: bold;
      padding: 7px 0 7px 3px;
  }

  .campiagns-box-select .sbOptions .sbSub {
      padding-left: 17px;
  }

  .campiagns-box-select .select-bar {
    border: 1px solid #d1d1d1;
    height: 28px;
  }
                    /*custom select box css code*/



    /*give screen popup model*/
#give-screen  .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
#give-screen .modal-add-users {
  max-width: 600px;
  margin: 20px auto;
}


#give-screen .modal-content {
  background-color: #EEEEEE;
}

#give-screen .modal-header-users {
  padding: 30px 20px 10px 20px;
  border-bottom: 0px solid #e5e5e5;
}
#give-screen h4.add-users {
  color: #ee344a;
  text-align: center;
  border-bottom: 0px solid #000;
  padding-bottom: 0px;
  font-family: 'GOTHICB';
  font-size: 20px;
}
#give-screen .model-body-users {
  position: relative;
  padding: 0px 15px;
  float: left;
  width: 100%;
}

#give-screen .modal-add-users label.add-users {
  font-size: 18px;
  color: #575757;
  margin: 0px 0px 0px 0px;
  padding-top: 0px !important;  
  text-align: left !important;  
  font-family: 'GOTHIC';
  margin-bottom: 4px;
}


#give-screen .orange-border{
  background: #EEC9CE;
  height: 2px;
  content: " ";
  margin-top: 20px;
}

#give-screen .modal-add-users label.doller-amt {
  line-height: 40px;
  color: #ee344a;
  font-family: 'GOTHIC';
  font-size: 22px;
  margin-bottom: 0;
}
#give-screen input.add-users {
  font-size: 18px;
  color: #000;
  border-radius: 5px;
  border: 0px solid #fff;
  height: 40px;
  font-family: 'GOTHIC';
}
#give-screen small.safe-notifiction {
  font-size: 15px;
  color: #515151;
  font-family: 'GOTHIC';
  text-align: center;
  display: block;
  margin-top: 5px;
  line-height: 16px;
}

#give-screen input.doller-amt {
  font-size: 18px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #ee344a;
  height: 40px;
  text-align: left;
  font-family: 'GOTHIC';
}
/*placeholder colors*/
input.doller-amt::-webkit-input-placeholder{
  color: #c7c7c7;
}
input.doller-amt:-moz-placeholder{
  color: #c7c7c7;
}
input.doller-amt::-moz-placeholder{
  color: #c7c7c7;
}
input.doller-amt:-ms-input-placeholder{
  color: #c7c7c7;
}
/*placeholder colors*/




#give-screen .modal-footer-add-contects {
  padding: 10px 45px;
  text-align: center;
  border-top: 0px solid #e5e5e5;
  margin: 10px auto 30px;
}

#give-screen .modal-footer-add-contects .pay-credit {
  background-color: #ee344a;
  font-size: 18px;
  padding: 10px 12px;
  border: 0px solid transparent;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: 'GOTHIC';
}

#give-screen .modal-footer-add-contects .pay-paypal {
  background-color: #D3D3D3;
  font-size: 18px;
  padding: 10px 12px;
  border: 0px solid transparent;
  border-radius: 5px;
  color: #ea4b5d;
  display: block;
  font-family: 'GOTHIC';
}
#give-screen .modal-footer .btn+.btn {
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 0;
}
#give-screen .close-model {
  color: #ee344a;
  opacity: 1;
  margin-top: -24px;
  margin-right: -8px;
  font-size: 25px;
}

#give-screen .modal-add-users label.add-users span{
  color: #ee344a;
}

    /*give screen popup model*/

.pdg-left{
  padding-left: 0px;
}
.pdg-right{
  padding-right: 0px;
}



@media (max-width: 768px) {
  body{
    /*background-color: red;*/
  }
.pdg-left{
  padding-left: 15px;
}
.pdg-right{
  padding-right: 15px;
}



.campigns section.communication {
  background-color: #D7D7D7;
  padding: 90px 10px 20px;
}
.campigns section.communication .innter-bg {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
}
/*.share-give-btn {
    max-width: 250px;
    background-color: #EE344A;
    margin: 0px auto;
    border-radius: 5px;
}*/

.camign-give-box {
    background-color: #01388d;
    padding: 15px 10px;
    margin: 0px auto 20px;
    border-radius: 8px;
}
.camign-give-box-last{
  margin: 0px auto 0px;
}

.campigns section p.project-by {
  text-align: center;
}
.campigns section p.project-by span{
  text-align: center;
  display: block
}



.backers-bg > .backer-border-btm > div > p{
  text-align: center;
}
p.new-join-donations{
  margin-top: 20px;
}
div.new-join-info {
    margin: 5px 0px 0px;
}
.backers-pagination {
    text-align: center;
}



.social-icons-share ul.social-icons li.icon-social {
    text-align: left;
}
/*.icon-polie {
    margin-right: 0px;
    width: 130px;
    padding: 8px 15px;
}*/

/*button.social-polie{
  max-width: 130px;
}*/

/*ul.social-icons li.icon-social button.social-email:last-child{
  margin: 0;
  width: 130px;
}*/

}/*media*/


/* Custom media images  */



/* Kiwitech css */
.removethumb a
{
  cursor: none;
}
.removethumb a:hover
{
  background-color: transparent !important;
}

/** PAYMENT POP UP **/
.success-payment{
    margin-bottom: 0;
    font-size: 20px;
}
.success-payment h2{
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.success-payment p{
    margin-bottom: 10px;
}

.ribbon-sticker-completed {
    width: 200px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
}

.ribbon-sticker-completed .ribbon {
    font: bold 20px Sans-Serif;
    color: #FFFFFF !important;
    text-align: center;
    /*text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;*/
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 10px 0px;
    left: 22px;
    top: 42px;
    width: 227px;
    background-color: #01388d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#01388d), to(#01388d));
    background-image: -webkit-linear-gradient(top, #01388d, #01388d);
    background-image:    -moz-linear-gradient(top, #01388d, #01388d);
    background-image:     -ms-linear-gradient(top, #01388d, #01388d);
    background-image:      -o-linear-gradient(top, #01388d, #01388d);
    color: #6a6340;
}

.icon-print-flyer {
    margin-top: 0;
    font-size: 13px;
    line-height: 16px;
    color: #313131;
    background: white;
    border: 1px solid black;
    width: 90px;
}

.icon-print-flyer-qr {
  margin-top: 0;
  font-size: 11px;
  line-height: 16px;
  color: #313131;
  background: white;
  border: 1px solid black;
  /* width: 90px; */
}

.print-flyer-popup {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 99999;
    padding-top: 2em;
}

.flyer-header-layout {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}

.print-flyer-layout {
    margin: 0 20%;
}

.flyer-info-1 {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    font-size: 1em;
    font-weight: bold;
    color: gray;
}

.flyer-campaign-name, .flyer-campaign-image {
    text-align: center;
    margin-top: 2em;
}

.flyer-campaign-url {
    color: #01388d;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 20px;
    padding-top: 0 !important;
    text-align: center;
    margin-top: 1em;
}

#print-flyer-button {
    float: right;
    margin-right: 20%;
    background: #01388d;
    border: 1px solid black;
    font-weight: bold;
}

#close-print-flyer-popup {
    cursor: pointer;
    width: fit-content;
    font-size: 2em;
    margin-left: 90%;
    color: red;
}

@media print {
    #content-container, footer, #print-flyer-button, #close-print-flyer-popup,
    .campaigns-header, .sidebar-col-padding, .pta-content, .innter-bg {
	display: none;
    }

    #flyer-print-layout {
	display: block;
    }

    .flyer-campaign-name, .flyer-campaign-url {
	color: #01388d!important;
	-webkit-print-color-adjust: exact;
    }

    .flyer-info-1 {
	color: gray!important;
	-webkit-print-color-adjust: exact;
    } 
}
