
@media screen and (min-width:220px) and (max-width:480px){
html, body {height: 100%; /*background-color: pink;*/}
/*.desktop-only{*/
  /*display: none;*/
/*}*/


.fundraiser-nav {
    margin-top: 50px;
}
/*.active-close-img-edit {
    left: 30% !important;
    right: 0 !important;
}*/
.active_view-all-scroll{
    max-height: 200px !important;
}
img.click-close-icon {
    height: 35px !important;
    min-height: 45px !important;
}
.menu-bar li span.caret {
 display: none; 
}
.hero-feature{
  float: left;
  width:100%;
}
.active-close-img {
	position: absolute;
	right: 0px;
}
/*3 box height*/
.box-panel-1{padding: 40px 10px; height: 200px;}
.box-panel-2{padding: 40px 10px; height: 200px;}
.box-panel-3{padding: 40px 10px; height: 200px;}
span.panel-text {
  font-size: 17px;
}
span.panel-heading {
  padding: 0px 15px;
  font-size: 25px;
}
/*3 box height*/
.bg-box-panel {
padding: 30px 10px;
}
/*inner bg home page container text fonts*/
form.signup-form{float: left; width: 100%; margin: 30px auto;}
div.signup-div{width: 90%; margin: 0px auto;}
form.signup-form input.input-email-singup {
  height: 50px;
  padding: 10px 15px;
  font-size: 16px;
}
.signup-btn {
  height: 50px;
  padding: 10px 10px;
  font-size: 16px;
}
div.item-jumbotron span.panel-heading {
	width: 100%;
	font-size: 50px;
	text-align: center;
	height: 60px;
	margin: 10px 0px 0px 0px;
}
div.item-jumbotron span.panel-heading1 {
	width: 100%;
	font-size: 30px;
	text-align: right;
	margin: 0px 20px 0px 0px;
	height: 50px;
  float: right;
}
.brush-easy-bg {
  background: url(../images/dash.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 22%;
}
div.item-jumbotron span.panel-text {
	font-size: 16px;
	margin: 10px 0px 0px 0px;
}
.homepage-bg-image {
	height: 450px;
}
/*inner bg container text fonts*/
      /*Login popup*/
form.login-popup-fields {
  width: 100%;
  margin: 0 auto;
  float: none;
  padding: 30px 0px 40px 0px;
}
.modal-content-login {
  border-radius: 0px;
  margin: 0px 10px;
}
.login-popup-fields form-group{width: 100%; margin: 0 auto;}
.login-popup-fields .btn-login {
  max-width: 220px;
  width: 100%;
  height: 35px;
  background-color: #a1a0a0;
  border-radius: 8px;
  border: 1px solid #a1a0a0;
  font-size: 16px;
  color: #fff;
  font-family: 'GOTHICB';
  outline: 0px;
  padding: 5px;
  display: block;
  margin: 30px auto 0px;
}
.login-popup-fields input.email-add {
  max-width: 250px;
  width: 100%;
  height: 35px;
  background-color: #fff;
  font-family: 'GOTHIC';
  font-size: 15px;
  color: #9d9d9d;
  border-radius: 5px;
  border: 1px solid #ec364d;
  padding: 0px 10px;
  margin: 0 auto;
}
.login-popup-fields input.email-forgot {
  max-width: 250px;
  height: 35px;
  background-color: #fff;
  font-family: 'GOTHIC';
  font-size: 15px;
  color: #9d9d9d;
  padding: 0px 10px;
  border-radius: 5px;
  border: 1px solid #ec364d;
  margin: 0 auto;
}
.dialog-login-popup-screen {
  border: 0px solid #000;
  border-radius: 6px;
  max-width: 400px;
  width: 100%;
  height: 320px;
  margin: 75px auto;
  padding: 0px;
}
/*.modal-header-next{border-bottom: 0px solid #fff; padding:10px 10px;}*/
.modal-header-next {
  border-bottom: 0px solid #fff;
  padding: 1px 5px 0px 0px;
  margin: 0 auto;
  text-align: left;
  float: right;
  width: 100%;
}
div.learn-more{
  margin-top: 15px; 
}
/*checkbox custom*/
.check_box_group_cls-login{
  float: none;
  width: 100%;
  margin: 4px 0px 0px 0px;
  margin-left: 0px;
  font-size: 13px;
  color: #ec364d;
  font-family: 'GOTHIC' !important;
  margin: 15px auto;
  max-width: 250px;
}
.check_box_group_cls-login label{
  font-weight: bold !important;
  font-size: 13px;
  float: left;
  max-width: 200px;
  cursor: pointer;
  font-weight: normal;
  text-align: left;
}
/*.check_box_group_cls-login input[type="checkbox"]{
opacity: 0;
width: auto;
}*/
.check_box_group_cls-login input[type="checkbox"] {
   opacity: 0; 
  max-width: 250px;
  float: left;
  display: block;
  margin: 5px 0px 0px 0px;
  width: 100%;
  position: absolute;
}
.check_box_group_cls-login input[type="checkbox"] + label
{
    height: 18px;
    width: auto;
    display:inline-block;
    padding: 0px 0 0 25px;
    background: url(../images/popup-unchek.png) left center no-repeat;
}
.check_box_group_cls-login input[type="checkbox"]:checked + label
{
    height: 18px;
    width: auto;
    display:inline-block;
    padding: 0px 0 0 25px;
    background: url(../images/popup-chek.png) left center no-repeat;
}
.check_box_group_cls-login label.popup-forgot-pwd {
  font-weight: bold !important;
  font-size: 13px;
  float: right;
  cursor: pointer;
  font-weight: normal;
  text-align: right;
  max-width: 100%;
  margin-right: 20px;
}
/*checkbox custom*/
  /*login popup*/
.login-fields .form-group {
  margin-bottom: 0px !important;
}
.glyphicon-plus-custom{
  display: inline-block !important;
  float: right;
  padding-right: 15px;
  color: #888;
  font-size: 16px;
  font-weight: normal;
}
/*menu bar on hover change on click*/
.dropdown:hover .dropdown-menu {display: block; background-color: #ec364d;}
.dropdown:hover{background-color: #ec364d; color: #c22d40;}
.nav .open>a.hover-color, .nav .open>a.hover-color:hover, .nav .open>a.hover-color:focus {
  background-color: #ec364d;
  font-family: 'GOTHICB' !important;
  border-color: #428bca;
}
.menu-bar > li > a.hover-color:hover, .menu-bar > li > a.hover-color:focus {
background-color: transparent;
color: #ec364d;
font-family: 'GOTHICB' !important;
}
.menu-bar > li.dropdown:hover > a:hover > ul.features
{
    border-bottom: 0px solid #000;
    color: #FFF !important;
    display: none;
}
.menu-bar li.dropdown:hover span.caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
li.dropdown:hover ul.features{
  width: 100%;
  display: none;
  background-color: #ec364d;
  left: 0 !important;
  top: 39px !important;
  border: 0px solid #fff;
}
li.open:hover ul.features{
  width: 100%;
  display: block;
  background-color: #ec364d;
  left: 0 !important;
  top: 39px !important;
  border: 0px solid #fff;
}
.features li {
  float: left;
  width: 100%;
  padding: 1px 0px !important;
  margin: 00px 0 0px 0;
  font-size: 15px;
  border-bottom: 1px solid #fff !important;
  font-family: 'GOTHICB';
  background-color: #ec364d !important;
}
.features>li>a {
  display: block;
  padding: 5px 10px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  background-color: transparent;
  color: #fff;
  border-bottom: 0px solid #fff;
  white-space: nowrap;
}
.features>li>a:hover, .features>li>a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #c22d40;
}
/*menu bar on hover change on click*/
.extra-top-margin{margin-top: 20px;}
/*search box hide show*/
.form-searchbox{
  width: 80%;
  margin: 0 auto;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #ec364d;
}
.search-box {
  max-width: 570px;
  width: 100%;
  display: block;
  border-top: 0px solid red;
  float: none;
  z-index: 99;
  padding: 10px 0px;
  margin: 0px auto;
  position: absolute;
  background-color: #f8f8f8;
}
.search-box .search-for-mobile {
  width: 470px;
  height: 35px;
  font-size: 15px;
  border: 1px solid #fff;
  padding: 3px 0px 0px 45px;
  border-radius: 15px;
  max-width: 100% !important;
  min-width: 100% !important;
  color: #a1a0a0;
  margin-top: 0px;
}
input.search-for-mobile:focus{box-shadow:none; background-color: #fff; outline: 0;}
.search-for-mobile-icon{
  background: url(../images/search-icon_hide-box1.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.search-button-margin {
  padding: 18px 0px 15px 0px !important;
  border-left: 1px solid #A0A0A0;
  max-width: 60px;
  width: 100%;
  height: 55px;
  background-color: #fff;
  text-align: center;
}
a.search-button-margin:hover {
  background-color: #f0f0f0 !important;
}
/*search box hide show*/
.box-email-address {
  max-width: 100%;
  margin: 5px 0px 0px 0px;
}
.footer-panel > li > a:hover, .nav > li > a:focus {
  white-space: normal;
}
.margin-bottom-10 {
  margin-bottom: 35px;
}
div.foloow-us-icon {
  margin-top: 5px;
  float: left;
  padding: 0;
  position: relative;
  display: block;
  margin-left: 0px;
  width: 100%;
  height: 24px;
}
.footer-panel > li > a {
white-space: normal;
}
li.call-to-chat {
margin-top: 0px !important;
}
.call-to-chat-bg {
background: url(../images/cellphone.png);
background-repeat: no-repeat;
background-position: 8px center;
}
.margin-left-10{margin-left: 15px;}
.small-device-postion{
  background-color: white;
  position: relative;
  z-index: 100;
  height: 110px;
  margin-bottom: 0px;  
}
#b-menu-2{margin-right: 0px;}
.header-2-logo{
  padding: 16px 0px 16px 0px !important;
}
.navbar-brand img.device-logo {padding: 0px 0px 0px 16px !important;}
.bg-red{background-color: #f0f0f0; height: 55px;}
.mobile-only{display: block !important;}
.social-icon{
  display: inline-block !important;
  width: 40%;
}
div.mtb-20{border-left: 1px solid #888; height: 200px; margin: 0px;}
.hide-for-mobile{display:none !important;}
.container > .navbar-header, .container > .navbar-collapse {margin:0;}
.header ul {float: none;}
footer .container {padding:0px;}
footer .footer-menu > li {
  border-bottom:1px solid #fff;
  padding-left:10px;
}
footer .footer-menu > li > a{
  color:#fff;
  border-right:0px solid #fff;
}
.copyright-info{float:left;}
.copyright-info > li{
  float:left;
  padding:5px;
  margin-left:10px;
}
.header {
  background-color:#f0f0f0;
  padding:0;
  height: 0px;
  max-width: 100%;
}
.menu-bar li {
  width: 100%;
  background-color:#f0f0f0;
  border-bottom:1px solid #A0A0A0;
  float: none;
  padding: 10px 5px;
  margin: 0px 0 0px 0;
  font-size: 15px;
  font-family: 'GOTHICB';
}
.navbar-nav.navbar-right:last-child {
 margin-right: 15px !important;
}
.menu-bar > .active > a{
  background-color:transparent;
  border-radius: 5px;
  padding:2px 2px;
}
.menu-bar  > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.menu-bar > li > a:hover {border-bottom: none; color: #000;}
.navbar-collapse.in {overflow-y: inherit;}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 20px 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0px;
  height: 55px;
  max-width: 60px;
  width: 100%;
  background: #202529;
}
.toogle-border-btm{border-bottom: 1px solid #A0A0A0;}
/*.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:active .icon-bar,
.navbar-inverse .navbar-toggle:visited .icon-bar
{
  background-color: red !important;
  display: inline-block;
  width: 3px;
  height: 21px;
  margin: 0px;
  border-radius: 1px;
}*/
 
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 3px;
border-radius: 1px;
}
/*.navbar-inverse .navbar-toggle .icon-bar {background-color: #8c8c8c;}*/
.navbar-inverse .navbar-toggle {border: none;}
footer .footer-menu > li {
line-height: 8px;
margin:0;
font-size: 12px;
}
footer .footer-menu > li:hover,
footer .footer-menu > li:active {
background-color:#1177c4; 
}
footer .footer-menu > li > a {
color: #fff;
padding: 10px;
line-height: 1px;
font-size: 12px;
}
.navbar-collapse.in {overflow-y: inherit !important;}
/*top header orange code*/
.top-btns-bg{background-color: #ec364d; top: 0px; padding: 0px; border:0px; width: 100%;}
.top-btns-bg .container{padding: 0px}
.small-device-btns{
  padding: 0px 0px 0px 0px;
  float: left;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.small-device-btns ul{padding: 0px; margin: 0px;}
.small-device-btns ul li {padding: 10px 0px; margin: 0px; width: auto; display: inline-block;}
.login-fields a.try-free {
  max-width: 130px;
  width: 100%;
  height: 30px;
  background-color: #535254;
  border-radius: 8px;
  border: 1px solid #535254;
  font-size: 16px;
  color: #fff;
  font-family: 'GOTHICB';
  outline: 0px;
  padding: 3px 10px;
  margin: 0px 0px 0px 10px;
  display: inline-block;
}
.login-fields .btn-login {
  max-width: 100px;
  width: 100%;
  height: 30px;
  background-color: #a1a0a0;
  border-radius: 8px;
  border: 1px solid #a1a0a0;
  font-size: 16px;
  color: #fff;
  font-family: 'GOTHICB';
  outline: 0px;
  padding: 3px 10px;
  margin-top: -7px;
  display: inline-block;
}
form.navbar-loing-form{
  width: 100%;
  background-color: transparent;
  margin: 0 auto;
  float: none;
}
/*top header orange code*/
/*fundraising design css*/
li.active-close-icon{
  /*max-width: 200px;*/
}
li.active-close-icon a.deactive{
  /*padding-left: 60px;*/
}
.top-header-white-bg {
  background-color: #fff;
  top: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
}
.fundraisng-navbar{
  background-color: #ec364d;
}

.navbar-brand img.fundrsng-icons {
  padding: 0px 0px 0px 30px !important;
}
.menu-campaings li {
margin: 17px 0px;
}
.top-header-white-bg .container-fluid{
  padding-left: 0px;
  padding-right: 0px;
}
.fundrsng-text h3{
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
  margin-top: 18px;
  padding: 0;
  width: auto;
  /*font-family: 'GOTHICB';*/
}

.inner-section-postion{position: relative; width: 100%; /*top: 24% !important; bottom: 0 !important;*/ overflow: hidden;}
/*.tab-content {
  padding: 0px 10px 0px 5px;
}*/
.tab-content-new{
  padding: 0px 0px 0px 0px !important;
}

.menu-campaings span.hide-mobile{opacity: 0; display: none;}
.small-device-fundrsng{
  background-color: #333;
  max-width: 60px;
  float: right;
  position: absolute;
  right: 0;
  top:113px; 
}
.small-device-fundrsng .menu-campaings{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.small-device-fundrsng .menu-campaings li{
  background-color: #333;
  margin: 0px;
  padding: 0;
  border-bottom: 0px solid #2d2d2d;
}
.small-device-fundrsng .menu-campaings li.divider {
  height: 1px;
  margin: 0px 0;
  overflow: hidden;
  background-color: #2d2d2d;
}
.small-device-fundrsng .menu-campaings li a{
  margin: 0px;
  border-radius: 0px;
  padding: 12px 13px;
  text-align: center;
}
.small-device-fundrsng .menu-campaings>li.active>a, .small-device-fundrsng .menu-campaings>li.active>a:hover, .small-device-fundrsng .menu-campaings>li.active>a:focus {
background: none repeat scroll 0 0 rgba(238, 052, 074, 1);
color: #fff;
text-decoration: none;
border-left: 0px solid #949599;
outline: none;
}


.small-device-fundrsng .menu-campaings li a:hover,
.small-device-fundrsng .menu-campaings li a:active,
.small-device-fundrsng .menu-campaings li a:focus
{
  background: none repeat scroll 0 0 rgba(238, 052, 074, 1);
  color: #fff;
  text-decoration: none;
  border-left: 0px solid #949599;
  outline: none;
}
.dash1-img {
  max-width: 100% !important;
  vertical-align: middle;
}

#page-content-wrapper {
  padding: 0px 10px;
  width: 100%;
}
#page-content-wrapper {
  padding: 0px 0px;
  width: 100%;
}

.top-header-white-bg img.device-logo{padding: 0px 0px 0px 5px !important; width: 100% !important}
.logout-device-mode ul.menu-campaings{padding: 0px !important}
.logout-device-mode ul.menu-campaings li{font-size: 14px; padding: 0px 5px;}
h4.capaigns-heading {
    font-size: 15px;
}
a.view-all-btn {
    margin-right: 5px;
}

/*device-mode-change-12-10*/
.width-1069 {
    width: 600px;
}
.scroll-responsve {
    min-height: 75px;
}
ul.user-add li a {
    line-height: 40px;
}
/*.active-close-img {
    left: 30%;
}*/
.scroll-inner-container {
    background-color: transparent;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 290px;
    max-height: 430px;
    padding-right: 0px !important;
    margin-right: -10px;
}
div.completed-campaigns-bg {
  background: #eaeaea;
  padding: 1px 15px;
}
.active-campaigns-view-all .col-xs-3 {
    max-width: 140px !important;
    width: 100%;
}
.thumbnail > img, .thumbnail a > img {
    display: block;
    width: 100%;
    min-height: 160px !important;
    max-height: 160px !important;
}

.thumbnail .caption {
  height: 160px !important;
  min-height: 160px;
  max-height: 160px;
}
.hover-list-show li a {
    line-height: 27px;
    font-size: 12px;
}

.thumbnail .caption-text {
    /*top: 51%;*/
}
.circle-bg {
    width: 50%;
}
.fund-bg {
    width: 50%;
}
.lower-box {
    border-top: 1px solid #2C2C2C;
    width: 100%;
    padding: 5px 0px;
    float: left;
    background-color: transparent;
    margin-top: 10px;
}
.active-close-img > a > img {
    min-height: 35px !important;
    width: 35px !important;
    max-width: 45px !important;
    line-height: 1.2 !important;
    margin-top: -3px !important;
}
.label-tiles-img img {
    float: right !important;
    margin-right: 5px;
    cursor: pointer;
    width: 35px;
}
.sliding-u-l-r-hover {
    height: 47px;
}
.active-campaigns-view-all {
    margin-top: 0px;
}
/*body{overflow: hidden;}*/
/*device-mode-change-12-10*/
/*fundraising design css*/

/*active category*/
.margin-right-0 {
    margin-right: -5px !important;
}
.margin-right-20 {
    margin-right: 10px !important;
}
/*active category*/
/*custom category popup design*/
.dialog-custom-popup {
  max-width: 360px !important;
  height: 600px !important;
  margin: 100px auto !important;
  padding: 0px !important;
}
.device-pop-up{
  margin: 0 auto;
  text-align: center;
  width: 170px;
  float: none;
  margin-bottom: 15px;
  margin-top: 20px;
}
.modal-custom-page {
  padding: 0px !important;
}
.padding-10 {padding: 10px 10px !important;}

#upload-file-container input[type="file"] {
margin-left: 106px !important;
}
.modal-footer-custom {
  padding: 20px 0px 10px !important;
}
.custom-cancel {
width: 140px !important;
font-size: 14px !important;
}
.custom-save {
width: 140px !important;
font-size: 14px !important;
}
/*custom category popup design*/

/*custom category list */
.custom-box-text p {
    font-size: 13px !important;
    line-height: 30px !important;
    white-space: nowrap !important;
}

.custom-box-bg {
    height: 30px !important;
    padding: 0px !important;
 }
.thumbnail .caption-text-ed-temp {
    height: 30px !important;
    bottom: 20px !important;
 }
.dialog-custom-popup h4{font-size: 16px !important; margin-top: 5px !important;}
.custom-border-btm {
margin-top: 10px !important;
}
/*custom category list */
}/*media*/


/*mobile device media*/
@media screen and (min-width:481px) and (max-width:767px){
html, body {height: 100%; /*background-color: yellow;*/}
/*3 box height*/
/*.desktop-only{*/
  /*display: none;*/
/*}*/
.top70{
  margin-top:20px;
}
.hero-feature{
  width: 50%;
  float: left;
}

.fundraiser-nav {
    margin-top: 50px;
}

.fundraiser-nav {
    margin-top: 50px;
}

/*.active-close-img-edit {
    left: 30% !important;
    right: 0 !important;
}*/
/*.container-fluid {*/
  /*padding-right: 00px;*/
  /*padding-left: 00px;*/
/*}*/

.box-panel-1{padding: 37px 10px; height: 200px;}
.box-panel-2{padding: 37px 10px; height: 200px;}
.box-panel-3{padding: 37px 10px; height: 200px;}
span.panel-heading {
  padding: 0px 15px;
}
/*3 box height*/
.bg-box-panel {
  padding: 30px 10px;
}
.menu-bar li span.caret {
 display: none; 
}
div.signup-div{width: 80%; margin: 0px auto;}
form.signup-form input.input-email-singup {
  height: 50px;
  padding: 10px 15px;
  font-size: 16px;
}
.signup-btn {
  height: 50px;
  padding: 10px 10px;
  font-size: 16px;
}
div.item-jumbotron span.panel-heading {
	width: 100%;
	font-size: 75px;
	text-align: center;
	height: 85px;
	margin: 20px 0px 0px 0px;
}
/*div.item-jumbotron span.panel-heading1 {
	width: 100%;
	font-size: 50px;
	text-align: center;
	margin: 00px 0px 0px 0px;
	height: 85px;
}*/
div.item-jumbotron span.panel-heading1 {
  width: 100%;
  text-align: center;
  margin: 00px 0px 0px 20px;
  float: left;
  font-size: 40px;
  height: 65px;
}
.brush-easy-bg {
  background: url(../images/dashw72.png);
  background-repeat: no-repeat;
  background-position: 70% 100%;
  background-size: 100px;
}
div.item-jumbotron span.panel-text {
	font-size: 18px;
	margin: 15px 0px 0px 0px;
}
.homepage-bg-image {
	height: 520px;
}
      /*Login popup*/
form.login-popup-fields {
  width: 100%;
  margin: 0 auto;
  float: none;
  padding: 30px 0px 40px 0px;
}
.modal-content-login {
  border-radius: 0px;
  margin: 0px 10px;
}
.login-popup-fields form-group{width: 100%; margin: 0 auto;}
.login-popup-fields .btn-login {
  max-width: 220px;
  width: 100%;
  height: 35px;
  background-color: #a1a0a0;
  border-radius: 8px;
  border: 1px solid #a1a0a0;
  font-size: 16px;
  color: #fff;
  font-family: 'GOTHICB';
  outline: 0px;
  padding: 5px;
  display: block;
  margin: 30px auto 0px;
}
.login-popup-fields input.email-add {
  max-width: 250px;
  width: 100%;
  height: 35px;
  background-color: #fff;
  font-family: 'GOTHIC';
  font-size: 15px;
  color: #9d9d9d;
  border-radius: 5px;
  border: 1px solid #ec364d;
  padding: 0px 10px;
  margin: 0 auto;
}
.login-popup-fields input.email-forgot {
  max-width: 250px;
  height: 35px;
  background-color: #fff;
  font-family: 'GOTHIC';
  font-size: 15px;
  color: #9d9d9d;
  padding: 0px 10px;
  border-radius: 5px;
  border: 1px solid #ec364d;
  margin: 0 auto;
}
.dialog-login-popup-screen {
  border: 0px solid #000;
  border-radius: 6px;
  max-width: 400px;
  width: 100%;
  height: 320px;
  margin: 75px auto;
  padding: 0px;
}
/*.modal-header-next{border-bottom: 0px solid #fff; padding:10px 10px;}*/
.modal-header-next {
  border-bottom: 0px solid #fff;
  padding: 1px 5px 0px 0px;
  margin: 0 auto;
  text-align: left;
  float: right;
  width: 100%;
}
/*checkbox custom*/
.check_box_group_cls-login{
  float: none;
  width: 100%;
  margin: 4px 0px 0px 0px;
  margin-left: 0px;
  font-size: 13px;
  color: #ec364d;
  font-family: 'GOTHIC' !important;
  margin: 15px auto;
  max-width: 250px;
}
.check_box_group_cls-login label{
  font-weight: bold !important;
  font-size: 13px;
  float: left;
  max-width: 200px;
  cursor: pointer;
  font-weight: normal;
  text-align: left;
}
/*.check_box_group_cls-login input[type="checkbox"]{
opacity: 0;
width: auto;
}*/
.check_box_group_cls-login input[type="checkbox"] {
   opacity: 0; 
  max-width: 250px;
  float: left;
  display: block;
  margin: 5px 0px 0px 0px;
  width: 100%;
  position: absolute;
}
.check_box_group_cls-login input[type="checkbox"] + label
{
    height: 18px;
    width: auto;
    display:inline-block;
    padding: 0px 0 0 25px;
    background: url(../images/popup-unchek.png) left center no-repeat;
}
.check_box_group_cls-login input[type="checkbox"]:checked + label
{
    height: 18px;
    width: auto;
    display:inline-block;
    padding: 0px 0 0 25px;
    background: url(../images/popup-chek.png) left center no-repeat;
}
.check_box_group_cls-login label.popup-forgot-pwd {
  font-weight: bold !important;
  font-size: 13px;
  float: right;
  cursor: pointer;
  font-weight: normal;
  text-align: right;
  max-width: 100%;
  margin-right: 20px;
}
/*checkbox custom*/
  /*login popup*/
.login-fields .form-group {
  margin-bottom: 0px !important;
}
.glyphicon-plus-custom{
  display: inline-block !important;
  float: right;
  padding-right: 15px;
  color: #888;
  font-size: 16px;
  font-weight: normal;
}
/*menu bar on hover change on click*/
.dropdown:hover .dropdown-menu {display: block; background-color: #ec364d;}
.dropdown:hover{background-color: #ec364d; color: #c22d40;}
.nav .open>a.hover-color, .nav .open>a.hover-color:hover, .nav .open>a.hover-color:focus {
  background-color: #ec364d;
  font-family: 'GOTHICB' !important;
  border-color: #428bca;
}
.menu-bar > li > a.hover-color:hover, .menu-bar > li > a.hover-color:focus {
background-color: transparent;
color: #ec364d;
font-family: 'GOTHICB' !important;
}
.menu-bar > li.dropdown:hover > a:hover > ul.features
{
    border-bottom: 0px solid #000;
    color: #FFF !important;
    display: none;
}
.menu-bar li.dropdown:hover span.caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
li.dropdown:hover ul.features{
  width: 100%;
  display: none;
  background-color: #ec364d;
  left: 0 !important;
  top: 39px !important;
  border: 0px solid #fff;
}
li.open:hover ul.features{
  width: 100%;
  display: block;
  background-color: #ec364d;
  left: 0 !important;
  top: 39px !important;
  border: 0px solid #fff;
}
.features li {
  float: left;
  width: 100%;
  padding: 1px 0px !important;
  margin: 00px 0 0px 0;
  font-size: 15px;
  border-bottom: 1px solid #fff !important;
  font-family: 'GOTHICB';
  background-color: #ec364d !important;
}
.features>li>a {
  display: block;
  padding: 5px 10px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  background-color: transparent;
  color: #fff;
  border-bottom: 0px solid #fff;
  white-space: nowrap;
}
.features>li>a:hover, .features>li>a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #c22d40;
}
/*menu bar on hover change on click*/
.extra-top-margin{margin-top: 20px;}
/*search box hide show*/
.form-searchbox{
  width: 80%;
  margin: 0 auto;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #ec364d;
}
.search-box {
  max-width: 570px;
  width: 100%;
  display: block;
  border-top: 0px solid red;
  float: none;
  z-index: 99;
  padding: 10px 0px;
  margin: 0px auto;
  position: absolute;
  background-color: #f8f8f8;
}
.search-box .search-for-mobile {
  width: 470px;
  height: 35px;
  font-size: 15px;
  border: 1px solid #fff;
  padding: 3px 0px 0px 45px;
  border-radius: 15px;
  max-width: 100% !important;
  min-width: 100% !important;
  color: #a1a0a0;
  margin-top: 0px;
}
input.search-for-mobile:focus{box-shadow:none; background-color: #fff; outline: 0;}
.search-for-mobile-icon{
  background: url(../images/search-icon_hide-box1.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.search-button-margin {
  padding: 18px 0px 15px 0px !important;
  border-left: 1px solid #A0A0A0;
  max-width: 60px;
  width: 100%;
  height: 55px;
  background-color: #fff;
  text-align: center;
}
a.search-button-margin:hover {
  background-color: #f0f0f0 !important;
}
/*search box hide show*/
.box-email-address {
  max-width: 100%;
  margin: 5px 0px 0px 0px;
}
.footer-panel > li > a:hover, .nav > li > a:focus {
  white-space: normal;
}
.margin-bottom-10 {
  margin-bottom: 35px;
}
div.foloow-us-icon {
  margin-top: 5px;
  float: left;
  padding: 0;
  position: relative;
  display: block;
  margin-left: 0px;
  width: 100%;
  height: 24px;
}
.footer-panel > li > a {
white-space: normal;
}
li.call-to-chat {
margin-top: 0px !important;
}
.call-to-chat-bg {
background: url(../images/cellphone.png);
background-repeat: no-repeat;
background-position: 8px center;
}
.margin-left-10{margin-left: 15px;}
.small-device-postion{
  background-color: white;
  position: relative;
  z-index: 100;
  height: 110px;
  margin-bottom: 0px;  
}
#b-menu-2{margin-right: 0px;}
.header-2-logo{
  padding: 16px 0px 16px 0px !important;
}
div.learn-more{
  margin-top: 15px; 
}
.navbar-brand img.device-logo {padding: 0px 0px 0px 16px !important;}
.bg-red{background-color: #fff; height: 55px;}
.mobile-only{display: block !important;}
.social-icon{
  display: inline-block !important;
  width: 40%;
}
div.mtb-20{border-left: 1px solid #888; height: 200px; margin: 0px;}
.hide-for-mobile{display:none !important;}
.container > .navbar-header, .container > .navbar-collapse {margin:0;}
.header ul {float: none;}
footer .container {padding:0px;}
footer .footer-menu > li {
  border-bottom:1px solid #fff;
  padding-left:10px;
}
footer .footer-menu > li > a{
  color:#fff;
  border-right:0px solid #fff;
}
.copyright-info{float:left;}
.copyright-info > li{
  float:left;
  padding:5px;
  margin-left:10px;
}
.header {
  background-color:#f0f0f0;
  padding:0;
  height: 0px;
  max-width: 100%;
}
.menu-bar li {
  width: 100%;
  background-color:#fff;
  border-bottom:1px solid #A0A0A0;
  float: none;
  padding: 10px 5px;
  margin: 0px 0 0px 0;
  font-size: 15px;
  font-family: 'GOTHICB';
}
.navbar-nav.navbar-right:last-child {
 margin-right: 15px !important;
}
.menu-bar > .active > a{
  background-color:transparent;
  border-radius: 5px;
  padding:2px 2px;
}
.menu-bar  > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.menu-bar > li > a:hover {border-bottom: none; color: #000;}
.navbar-collapse.in {overflow-y: inherit;}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 20px 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0px;
  height: 55px;
  max-width: 60px;
  width: 100%;
  background: #202529;
}
.toogle-border-btm{border-bottom: 1px solid #A0A0A0;}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 3px;
border-radius: 1px;
}
/*.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:active .icon-bar,
.navbar-inverse .navbar-toggle:visited .icon-bar
{
  background-color: red !important;
  display: inline-block;
  width: 3px;
  height: 21px;
  margin: 0px;
  border-radius: 1px;
}
*/
/*.navbar-inverse .navbar-toggle .icon-bar {background-color: #8c8c8c;}*/
.navbar-inverse .navbar-toggle {border: none;}
footer .footer-menu > li {
line-height: 8px;
margin:0;
font-size: 12px;
}
footer .footer-menu > li:hover,
footer .footer-menu > li:active {
background-color:#1177c4; 
}
footer .footer-menu > li > a {
color: #fff;
padding: 10px;
line-height: 1px;
font-size: 12px;
}
.navbar-collapse.in {overflow-y: inherit !important;}
/*top header orange code*/
.top-btns-bg{background-color: #ec364d; top: 0px; padding: 0px; border:0px; width: 100%;}
.top-btns-bg .container{padding: 0px}
.small-device-btns{
  padding: 0px 0px 0px 0px;
  float: left;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.small-device-btns ul{padding: 0px; margin: 0px;}
.small-device-btns ul li {padding: 10px 0px; margin: 0px; width: auto; display: inline-block;}
.login-fields a.try-free {
  max-width: 130px;
  width: 100%;
  height: 30px;
  background-color: #535254;
  border-radius: 8px;
  border: 1px solid #535254;
  font-size: 16px;
  color: #fff;
  font-family: 'GOTHICB';
  outline: 0px;
  padding: 3px 10px;
  margin: 0px 0px 0px 10px;
  display: inline-block;
}
.login-fields .btn-login {
  max-width: 100px;
  width: 100%;
  height: 30px;
  background-color: #a1a0a0;
  border-radius: 8px;
  border: 1px solid #a1a0a0;
  font-size: 16px;
  color: #fff;
  font-family: 'GOTHICB';
  outline: 0px;
  padding: 3px 10px;
  margin-top: -7px;
  display: inline-block;
}
form.navbar-loing-form{
  width: 100%;
  background-color: transparent;
  margin: 0 auto;
  float: none;
}
/*top header orange code*/

/*fundraising design css*/
li.active-close-icon{
  /*max-width: 200px;*/
}
li.active-close-icon a.deactive{
  /*padding-left: 60px;*/
}
.top-header-white-bg {
  background-color: #fff;
  top: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
}
.fundraisng-navbar{
  background-color: #ec364d;
}

.navbar-brand img.fundrsng-icons {
  padding: 5px 0px 0px 30px !important;
}
.menu-campaings li {
margin: 17px 0px;
}
.top-header-white-bg .container-fluid{
  padding-left: 0px;
  padding-right: 0px;
}
.fundrsng-text h3{
  color: #fff;
  margin-right: 20px;
  margin-top: 20px;
  padding: 0;
  width: auto;
  /*font-family: 'GOTHICB';*/
  font-size: 18px;
}
.scroll-inner-container {
    background-color: transparent;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 405px;
    max-height: 405px;
    padding-right: 0px !important;
    margin-right: -20px;
    margin-left: -10px;
}
#edbacker-templtes .active-campaigns-view-all .col-md-3 {
  max-width: 33.333% !important;
  width: 205px !important;
}
.custom-box-text p {
font-size: 17px;
white-space: nowrap;
}
.inner-section-postion{position: relative; width: 100%; /*top: 24% !important; bottom: 0 !important;*/ overflow: hidden;}
.tab-content {
  padding: 0px 15px 0px 15px;
}
.no-padding-small-only {
  padding: 0px 0px 0px 0px !important;
}

.menu-campaings span.hide-mobile{opacity: 0; display: none;}
.small-device-fundrsng{
  background-color: #333;
  max-width: 60px;
  float: right;
  position: absolute;
  right: 0;
}
.small-device-fundrsng .menu-campaings{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.small-device-fundrsng .menu-campaings li{
  background-color: #333;
  margin: 0px;
  padding: 0;
  border-bottom: 0px solid #2d2d2d;
}
.small-device-fundrsng .menu-campaings li.divider {
  height: 1px;
  margin: 0px 0;
  overflow: hidden;
  background-color: #2d2d2d;
}
.small-device-fundrsng .menu-campaings li a{
  margin: 0px;
  border-radius: 0px;
  padding: 12px 13px;
  text-align: center;
}
.small-device-fundrsng .menu-campaings>li.active>a, .small-device-fundrsng .menu-campaings>li.active>a:hover, .small-device-fundrsng .menu-campaings>li.active>a:focus {
background: none repeat scroll 0 0 rgba(238, 052, 074, 1);
color: #fff;
text-decoration: none;
border-left: 0px solid #949599;
outline: none;
}

.small-device-fundrsng .menu-campaings li a:hover,
.small-device-fundrsng .menu-campaings li a:active,
.small-device-fundrsng .menu-campaings li a:focus
{
  background: none repeat scroll 0 0 rgba(238, 052, 074, 1);
  color: #fff;
  text-decoration: none;
  border-left: 0px solid #949599;
  outline: none;
}
.dash1-img {
  max-width: 100% !important;
  vertical-align: middle;
}

#page-content-wrapper {
  padding: 0px 0px;
  width: 100%;
}
h4.capaigns-heading {
    font-size: 20px;
    white-space: nowrap;
}
a.view-all-btn {
    margin-right: 10px;
}

/*fundraising design css*/

/*custom category popup design*/
.dialog-custom-popup {
  max-width: 360px !important;
  height: 600px !important;
  margin: 100px auto !important;
  padding: 0px !important;
}
.device-pop-up{
  margin: 0 auto;
  text-align: center;
  width: 170px;
  float: none;
  margin-bottom: 15px;
  margin-top: 20px;
}
.modal-custom-page {
  padding: 0px !important;
}
.padding-10 {padding: 10px 10px !important;}

#upload-file-container input[type="file"] {
margin-left: 106px !important;
}
.modal-footer-custom {
  padding: 30px 0px 10px !important;
}
.custom-cancel {
width: 160px !important;
font-size: 14px !important;
}
.custom-save {
width: 160px !important;
font-size: 14px !important;
}
.dialog-custom-popup h4{font-size: 16px !important; margin-top: 5px !important;}

.active-campaigns-view-all{
  width: 100%;
}
/*custom category popup design*/



}/*media*/
@media screen and (min-width:768px) and (max-width:850px){
html, body {height: 100%; /*background-color: yellow;*/}

/*custom category design*/
.custom-box-text p {
  font-size: 10px !important;
  white-space: nowrap !important;
}

.inner-contaniner-submenu ul{
  font-size: 11px;
} 
/*custom category design*/

.top-header-media{width: 100%; padding-right: 5px !important;}
.box-email-address {
  max-width: 100%;
  margin: 5px 0px 0px 0px;
}
.header {
  width: 100%;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  width: 140px;
}
.navbar-brand img.medium-img{
  max-width: 100% !important;
}
.menu-bar li {
  float: left;
  padding: 10px 5px;
  margin: 30px 0 0px 0;
  font-size: 13px;
  font-family: 'GOTHICB';
}
.call-chat-mrg {
margin-left: 4px;
color: #5D5D5D;
font-family: 'GOTHIC';
font-size: 11px;
display: block;
margin-top: -4px;
}
.margin-left-10{margin-left: 8px;}
span.panel-heading {
font-size: 26px;
}
ul.features{
  width: 175px;
  background-color: #ec364d;
  left: 0 !important;
  top: 39px !important;
  border: 0px solid #fff;
}
.features li {
  float: left;
  width: 100%;
  padding: 1px 10px;
  margin: 00px 0 0px 0;
  font-size: 13px;
  font-family: 'GOTHICB';
}
div.item-jumbotron span.panel-heading {
width: 100%;
font-size: 100px;
text-align: center;
float: none;
height: 110px;
margin: 80px 0px 0px 0px;
}
div.item-jumbotron span.panel-heading1 {
  width: auto;
  font-size: 60px;
  text-align: center;
  margin: 00px 0px 0px 190px;
  float: left;
}
div.item-jumbotron span.panel-text {
font-size: 20px;
}
}/*close media*/
@media screen and (min-width:851px) and (max-width:900px){
html, body {height: 100%; /*background-color: pink;*/}
/*custom category design*/
.custom-box-text p {
  font-size: 12px !important;
  white-space: nowrap !important;
}
/*custom category design*/

.top-header-media{width: 100%; padding-right: 5px !important;}
.box-email-address {
  max-width: 100%;
  margin: 5px 0px 0px 0px;
}
.header {
  width: 100%;
}
.navbar-brand {
  float: left;
  padding: 27px 0px 15px 0px;
  font-size: 18px;
  width: 200px;
}
.navbar-brand img.medium-img{
  max-width: 100% !important;
}
.menu-bar li {
  float: left;
  padding: 10px 5px;
  margin: 30px 0 0px 0;
  font-size: 14px;
  font-family: 'GOTHICB';
}
.call-chat-mrg {
margin-left: 4px;
color: #5D5D5D;
font-family: 'GOTHIC';
font-size: 12px;
display: block;
margin-top: -4px;
}
.margin-left-10{margin-left: 8px;}
span.panel-heading {
font-size: 26px;
}
.features li {
float: left;
width: 100%;
padding: 1px 10px;
margin: 00px 0 0px 0;
font-size: 14px;
font-family: 'GOTHICB';
}
div.item-jumbotron span.panel-heading {
width: 100%;
font-size: 100px;
text-align: center;
float: none;
height: 110px;
margin: 80px 0px 0px 0px;
}
div.item-jumbotron span.panel-heading1 {
width: auto;
font-size: 60px;
text-align: center;
margin: 00px 0px 0px 190px;
float: left;
}
div.item-jumbotron span.panel-text {
font-size: 20px;
}
}/*close media*/
@media screen and (min-width:901px) and (max-width:950px){
html, body {height: 100%; /*background-color: yellow;*/}
/*custom category design*/
.custom-box-text p {
  font-size: 13px !important;
  white-space: nowrap !important;
}
/*custom category design*/

.top-header-media{width: 100%; padding-right: 5px !important;}
.box-email-address {
  max-width: 100%;
  margin: 5px 0px 0px 0px;
}
.header {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-brand {
  float: left;
  padding: 27px 0px 15px 0px;
  font-size: 18px;
  width: 200px;
}
.navbar-brand img.medium-img{
  max-width: 100% !important;
}
.menu-bar li {
  float: left;
  padding: 10px 6px;
  margin: 30px 0 0px 0;
  font-size: 14px;
  font-family: 'GOTHICB';
}
.call-chat-mrg {
margin-left: 4px;
color: #5D5D5D;
font-family: 'GOTHIC';
font-size: 12px;
display: block;
margin-top: -4px;
}
.margin-left-10{margin-left: 8px;}
span.panel-heading {
font-size: 26px;
}
.features li {
float: left;
width: 100%;
padding: 1px 10px;
margin: 00px 0 0px 0;
font-size: 14px;
font-family: 'GOTHICB';
}
div.item-jumbotron span.panel-heading {
width: 100%;
font-size: 100px;
text-align: center;
float: none;
height: 110px;
margin: 80px 0px 0px 0px;
}
div.item-jumbotron span.panel-heading1 {
  width: auto;
  font-size: 60px;
  text-align: center;
  margin: 00px 0px 0px 190px;
  float: left;
}
div.item-jumbotron span.panel-text {
font-size: 20px;
}
}/*close media*/
@media screen and (min-width:951px) and (max-width:1001px){
html, body {height: 100%; /*background-color: pink;*/}
/*custom category design*/
.custom-box-text p {
  font-size: 15px !important;
  white-space: nowrap !important;
}
/*custom category design*/
.top-header-media{width: 100%; padding-right: 5px !important;}
.box-email-address {
  max-width: 100%;
  margin: 5px 0px 0px 0px;
}
.header {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-brand {
  float: left;
  padding: 27px 0px 15px 0px;
  font-size: 18px;
  width: 200px;
}
.navbar-brand img.medium-img{
  max-width: 100% !important;
}
.menu-bar li {
  float: left;
  padding: 10px 6px;
  margin: 30px 0 0px 0;
  font-size: 15px;
  font-family: 'GOTHICB';
}
.call-chat-mrg {
margin-left: 4px;
color: #5D5D5D;
font-family: 'GOTHIC';
font-size: 13px;
display: block;
margin-top: -4px;
}
.margin-left-10{margin-left: 8px;}
span.panel-heading {
font-size: 26px;
}
.features li {
float: left;
width: 100%;
padding: 1px 10px;
margin: 00px 0 0px 0;
font-size: 15px;
font-family: 'GOTHICB';
}
div.item-jumbotron span.panel-heading {
width: 100%;
font-size: 100px;
text-align: center;
float: none;
height: 110px;
margin: 80px 0px 0px 0px;
}
div.item-jumbotron span.panel-heading1 {
width: auto;
font-size: 60px;
text-align: center;
margin: 00px 0px 0px 200px;
}
div.item-jumbotron span.panel-text {
font-size: 20px;
}
}/*close media*/
@media screen and (min-width:1002px) and (max-width:1200px){
html, body {height: 100%; /*background-color: yellow;*/}
/*custom category design*/
.custom-box-text p {
  font-size: 16px !important;
  white-space: nowrap !important;
}
/*custom category design*/
.box-email-address {
  max-width: 100%;
  margin: 5px 0px 0px 0px;
}
div.foloow-us-icon {
  margin-top: 5px;
  float: left;
  padding: 0;
  position: relative;
  display: block;
  margin-left: 0px;
  width: 100%;
  height: 24px;
}
.footer-panel > li > a {
  white-space: normal;
}
.footer-panel > li > a:hover, .nav > li > a:focus {
white-space: normal;
}
}/*close media*/

@media only screen and (min-device-width : 302px) and (max-device-width : 350px) and (orientation : portrait) {
  html, body {min-height: 100%; /*background-color: yellow;*/}

  ul.user-add li {
  width:155px;
  padding: 0;
}

.top70{
  margin-top:20px;
}
ul.user-add li:first-child a {
  padding: 0;
}

.scroll-responsve{min-height: 65px;}
.active_view-all-scroll{
    max-height: 200px !important;
}
  .scroll-inner-container {
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 235px !important;
    /*max-height: 235px !important;*/
    padding-right: 0px !important;
    margin-right: -15px !important;
}
/*custom category design*/
#edbacker-templtes .active-campaigns-view-all .col-md-3 {
    padding: 0px 10px 0px 0px !important;
    width: 150px;
    max-width: 100% !important;
}
.custom-box-text p {
    font-size: 13px !important;
    white-space: nowrap !important;
 }
.thumbnail > img, .thumbnail a > img {
    display: block;
    width: 100%;
    /*min-height: 100% !important;*/
    /*max-height: 100% !important;*/
}
.active-campaigns-image {
    min-height: 235px;
   
}



/*.active-close-img-edit {
    left: 30% !important;
    right: 0 !important;
}*/

/*custom category design*/
}/*close media*/

@media only screen and (min-device-width : 351px) and (max-device-width : 360px) and (orientation : portrait) {
  html, body {min-height: 100%; background-color: transparent;}
.active-campaigns-image {
    min-height: 235px;
    height: 235px;
}
.hero-feature{
  float: left;
  width:100%;
}

.top70{
  margin-top:20px;
}
/*.active-close-img-edit {
    left: 30% !important;
    right: 0 !important;
}
*/
.active_view-all-scroll{
    max-height: 230px !important;
}

  .scroll-inner-container {
    background-color: transparent;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 400px;
    max-height: 400px;
    padding-right: 0px !important;
    margin-right: -15px !important;
}
/*custom category design*/
#edbacker-templtes .active-campaigns-view-all .col-md-3 {
    padding: 0px 10px 0px 0px !important;
    width: 170px;
    max-width: 100% !important;
}
.custom-box-text p {
    font-size: 13px !important;
    white-space: nowrap !important;
 }
.thumbnail > img, .thumbnail a > img {
    display: block;
    width: 100%;
    /*min-height: 100% !important;*/
    /*max-height: 100% !important;*/
}

/*custom category design*/
}/*close media*/


@media only screen and (min-device-width : 605px) and (max-device-width : 645px) and (orientation : portrait) {
  html, body {min-height: 100%; /*background-color: green;*/}
.top70{
  margin-top:20px;
}

/*custom category design*/
#edbacker-templtes .active-campaigns-view-all .col-md-3 {
    padding: 0px 10px 0px 0px !important;
    width: 205px;
    max-width: 100% !important;
}
.custom-box-text p {
    font-size: 17px !important;
    white-space: nowrap !important;
 }
.scroll-inner-container {
margin-right: -20px !important;
margin-left: -8px !important;
background-color: transparent !important;
min-height: 370px !important;
max-height: 370px !important;

}
.hero-feature{
  float: left;
  width:100%;
}
/*custom category design*/
}/*close media*/

@media (min-width: 1367px){
html, body {height: 100%; width: 100%;}
#wrapper, .navbar-fixed-top {
    margin: 0 auto;
}
#sidebar-wrapper {
left: auto !important;
}
.scroll-inner-container {
    min-height: 450px;
    max-height: 1050px !important;
    -webkit-overflow-scrolling: touch;
}
}


@-moz-document url-prefix(http://),url-prefix(https://) {
.scroll-inner-container {
    min-height: 450px;
    max-height: 1050px !important;
    -webkit-overflow-scrolling: touch;
}

}

.innner-tab{
  border: 1px solid #000;
  border-radius: 1px;
  padding: 10px;
  background-color: #ee344a !important;
}
.new-div{
  display: inline-block;
  text-align: center;
  width: 100%;
}
.active-campaigns-view-all{
  margin-bottom: 20px;
}
.container-background{
  background: #D1cccc;
  border:1px solid #A8A5A5;
}
@media only screen and (min-device-width : 302px) and (max-device-width : 480px){
  .top70{
    margin-top:20px;
  }
  body{/*background: red*/}
/*communcation updated*/
ul.communcation-tabs li {
    float: none;
    margin: 0px 0px 15px 0px;
}
 ul.communcation-tabs li a {
    line-height: 45px !important;
}
/*communcation updated*/
ul.user-add li {
    float: none;
    margin: 0px 0px 15px 0px;
}
}/*media*/
