@charset "utf-8";

/*====limited reset====*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/*====html5 display rule====*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
  display: block;
}

/*====common css====*/
html, body {
  height: 100%;
  width: 100%;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  outline: 0;
  color: #555555;
}
a:hover, a:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #555;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
  overflow-y: auto;
  background: #eee;
  -webkit-overflow-scrolling-x: touch;
}
@font-face {
  font-family: 'bebasregular';
  src: url('../fonts/bebas___-webfont.eot');
  src: url('../fonts/bebas___-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas___-webfont.woff2') format('woff2'), url('../fonts/bebas___-webfont.woff') format('woff'), url('../fonts/bebas___-webfont.ttf') format('truetype'), url('../fonts/bebas___-webfont.svg#bebasregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cafe_brewery2_0';
  src: url('../fonts/cafe_brewery2_0.eot');
  src: url('../fonts/cafe_brewery2_0.eot') format('embedded-opentype'), url('../fonts/cafe_brewery2_0.woff2') format('woff2'), url('../fonts/cafe_brewery2_0.woff') format('woff'), url('../fonts/cafe_brewery2_0.ttf') format('truetype'), url('../fonts/cafe_brewery2_0.svg#cafe_brewery2_0') format('svg');
}
.main_container {
  width: 80.125em;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.main_container .container {
  width: 100%;
  padding: 0 40px;
}
p {
  line-height: 24px;
  padding-bottom: 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 0.1px;
}

/***navigation***/
header {
  background-color: #fff;
}
.navbar {
  margin-bottom: 0
}
.navbar-brand {
  height: auto;
  padding: 5px;
}
.navbar-default {
  background-color: #fff;
}
.navbar {
  border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #111111;
  padding: 9px 20px;
  text-transform: uppercase;
}

/* .navbar-nav > li:last-child {
  background: #79c7c7 none repeat scroll 0 0;
  color: #fff;
}
.navbar-nav > li:last-child a {
  color: #ffffff;
  padding: 10px 35px;
} */
.locations {
  display: inline-block;
  float: right;
  padding: 10px 0 5px;
}
.locations > li {
  display: inline-block;
  padding: 10px;
}
.locations > li a {
  color: #79c6c6;
}
.locations > li a:hover {
  color: #198686;
}
.sloc select {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #79c6c6;
  color: #79c6c6;
  margin: 8px;
  padding: 6px;
  width: 75%;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #79c6c6;
}
.navbar-default .navbar-toggle {
  border-color: #79c6c6;
}
h2 {
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'bebasregular';
  padding: 40px 0 20px
}
.photo a {
  position: relative;
  display: inline-block;
}
.photo .ovrly {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  color: #fff;
  color: 16px;
  padding: 13px;
}
.photo {
  float: left;
  padding: 20px 0;
}
.photo img {
  width: 100%;
}
.photo .ovrly i {
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  height: 40px;
  left: 0;
  margin: 0 auto;
  padding: 7px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40%;
  width: 40px;
}
.ovrly > p {
  bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  font-family: 'bebasregular';
  padding-bottom: 0;
}
.npad {
  padding: 0;
}
.green-band {
  background-color: #a6cd3a;
  padding-top: 50px;
  padding-bottom: 60px;
  color: #000000;
  margin: 50px 0;
}
.title img {
  width: 100%;
}
.pl {
  padding: 0 10px 0 0;
}
.title {
  border-bottom: 1px solid #000000;
  display: table;
  float: left;
  font-family: "bebasregular";
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 15px;
  padding: 0 0 20px;
  text-transform: uppercase;
  width: 100%;
}
.pink-btn, .white-btn {
  background-color: #d82a87;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
}
.white-btn {
  background-color: #fff;
  color: #d62b87;
  border: 0px;
  margin-top: 15px;
}
.box p {
  padding-bottom: 30px;
}
.ourmission {
  border: 1px solid #dddddd;
  padding: 40px 46px 96px;
  text-align: center;
}
.ourmission h2 {
  padding: 0px 0 55px 0;
}
.ourmission p {
  font-size: 16px;
  font-style: italic;
  -webkit-text-stroke: 0.1px
}
.ourmission .pink-btn {
  display: inline-block;
  margin: 40px 0 0;
  padding: 15px 70px;
  border: 1px solid #d82a87;
}
.tpad {
  padding: 0;
}
.feed-header h2 {
  padding: 20px 0;
}
.feeds-wrap {
  border: 1px solid #e0e0e0;
  font-family: 'Ubuntu', sans-serif;
}
.feedtitle > span {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
}
.feedtitle > a {
  float: right;
}
.feedtitle {
  display: block;
  padding: 10px 10px 0;
  width: 100%;
}
.feeds img {
  float: left;
  padding-right: 6px;
}
.twitter-middle {
  float: left;
  font-size: 12px;
  color: #999999;
}
.twitte-time {
  float: right;
  font-size: 10px;
}
.twitter-middle strong {
  display: block;
  color: #000;
}
.feeds-header {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.feeds > p {
  color: #999999;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
}
.feeds a {
  color: #6d6717;
  font-size: 13px;
}
.feeds abbr {
  color: #999999;
  font-size: 13px;
  -webkit-text-stroke: 0.1px
}
.feeds abbr img {
  display: inline-block;
  float: none;
}
.feeds {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px;
}
.tweet-box input[type="text"] {
  width: 100%;
  padding: 5px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #999999;
  border: 1px solid #cccccc;
}
.tweet-box {
  background: #aad5d5 none repeat scroll 0 0;
  padding: 10px;
}
.feed-container {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  height: 230px;
  overflow: hidden;
}
.always-visible.ps-feed-container > .ps-scrollbar-x-rail, .always-visible.ps-feed-container > .ps-scrollbar-y-rail {
  opacity: 1;
}
.blue-band {
  background-color: #aad5d5;
  margin: 20px 0;
  padding: 20px 0 50px;
}
.spacing {
  padding: 15px;
  min-height: 244px;
}
.play-btn {
  position: relative;
  display: block;
}
.play-btn:before {
  content: "";
  font-size: 20px;
  height: 60px;
  left: 0;
  margin: 0 auto;
  padding: 3px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 45px;
  width: 60px;
  background: url(../images/play-btn.png) no-repeat;
}
.reporter-box {
  background-color: #e4e5e1;
  color: #000;
  margin-right: 0px;
}
.reporter-box name {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'bebasregular';
  display: block;
  padding: 10px;
  min-height: 71px;
}
.reporter-box p {
  padding: 0 10px 10px;
}
.newsdetail img {
  text-align: center;
}
.newsdetail .play-btn::before {
  top: 45%;
}
.category > span {
  background: #64babf none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 18px;
  margin-top: 40px;
  padding: 30px 25px 25px;
  text-transform: uppercase;
  font-family: 'bebasregular';
}
.category li {
  border-bottom: 1px solid #cccccc;
  line-height: 40px;
  padding: 5px 0;
}
.category li a {
  color: #64babf;
  font-family: 'Lato', sans-serif;
}
#recentart {
  margin-top: 50%;
}
#recentart a {
  font-family: 'cafe_brewery2_0';
}
.recent-title, .newstitle {
  color: #000;
  font-size: 18px;
  font-family: 'bebasregular';
  padding-bottom: 5px;
  display: inline-block;
  word-spacing: 5px;
}
.newstitl {
  padding-bottom: 10px;
  display: block;
}
.pd p {
  font-size: 13px;
  line-height: 20px;
}
.recent {
  padding: 30px 0 80px;
  background-color: #f1fefd;
}
.news .pink-btn {
  display: inline-block;
  padding: 12px 40px; /*  margin-top: 10px; */
  border: 1px solid #d82a87;
}
.recent .pink-btn {
  padding: 8px 31px;
  display: inline-block;
}
.newsdesc {
  display: block;
  float: left;
  padding: 30px 0;
  width: 100%;
}
.recent strong {
  display: block;
  font-weight: 400;
}
.newsdesc p {
  font-size: 13px;
  line-height: 21px;
}
.newsdesc img {
  width: 100%;
  min-height: 140px;
}

/*===============BABITA==================*/

/*common css starts here**/
.main_container {
  width: 80.125em;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
h2 {
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'bebasregular';
  padding: 40px 0 20px 0;
  word-spacing: 5px;
}
h4 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'bebasregular';
  word-spacing: 5px;
}

/*common css ends here**/

/**css for about page starts here*/
.main_container .container {
  padding: 0 40px;
  width: 100%;
}
.ggm h2 {
  padding: 40px 0 20px;
}
ul.abt_listing {
  padding: 10px 0px 20px 20px;
  display: inline-block;
}
ul.abt_listing li {
  line-height: 21px;
  list-style-type: disc;
  font-size: 14px;
  float: left;
  padding: 2px 0 2px 20px;
}
ul.abt_listing li span {
  font-size: 14px;
  padding-left: 20px;
  display: inline-table;
}
.img_section {
  padding: 38px 0 99px;
  display: inline-block;
}
.img_section li {
  padding-left: 0px;
}
.section2 {
  background-color: #a6cd3a;
}
.property_img img {
  float: left;
  border: 3px solid #fff;
  border-radius: 50%;
  moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.property_details {
  display: inline-block;
  float: left;
  padding-left: 11px;
  text-align: left;
  width: 70%;
}
.property_img, .property_img span a {
  color: #000;
}
.property_details p {
  margin-bottom: 24px;
}
.property_details h4 {
  display: inline-block;
  padding-top: 2px;
}
.property_details span {
  font-size: 14px;
  color: #000;
}
.projects_container {
  padding: 50px 0;
}
.projects_container h2 {
  padding-bottom: 38px;
}
.section2 .projects_container .owl-prev, #supporter .owl-prev, #reporter-owl .owl-prev {
  left: -37px;
  position: absolute;
  top: 15%;
}
.section2 .projects_container .owl-next, #supporter .owl-next, #reporter-owl .owl-next {
  right: -37px;
  position: absolute;
  top: 15%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  background: url(../images/prev_icon.png) no-repeat transparent;
  opacity: 1;
  height: 25px;
  width: 22px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  background: url(../images/next_icon.png) no-repeat transparent;
  opacity: 1;
  height: 25px;
  width: 22px;
}
#owl-demo2 .item>img {
  width: 83%;
}
.activity_rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  border: 3px solid #fff;
}
.property_details > div {
  margin-bottom: 15px;
}
.team_members img {
  border: 3px solid #e4e5e1;
}
.meet_team > h2 {
  margin-bottom: 19px;
}
.name_member {
  padding: 18px 2px;
  text-align: center;
  background-color: #7ac6c6;
  max-height: 100px;
  height: auto;
}
.meet_team .item {
  margin-right: 15px;
}
p.position {
  font-size: 13px;
  color: #000;
  margin-top: 5px;
}

/**css for about page ends here*/

/**css for get involved page starts here*/
.section_cur {
  background: url(../images/getinvolved_bg.jpg) no-repeat;/*height:675px;*/
  margin-top: 60px;
  padding-bottom: 44px;
}
.contact_banner {
  background: url(../images/Contact.jpg) no-repeat center center;
  height: 500px;
  width: 100%;
  background-size: cover;
}
.heading {
  background-color: rgba(95, 183, 187, 0.8);
  color: #fff;
}
.heading h2 {
  color: #fff;
  padding: 25px 0;
}
.form_section {
  margin: 55px auto 0px;
  width: 555px;
  max-width: 100%;
}
.custom_form .form-group {
  margin-top: 20px;
}
.custom_form .form-control {
  border-radius: 0px;
  box-shadow: none;
  height: 50px;
  font-style: italic;
  border: 1px solid #999;
  padding-left: 25px;
}
.custom_form textarea.form-control {
  height: 103px;
  border: 1px solid #999;
}
.send_btn, .donate_btn {
  background-color: #444444;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 0px;
  width: 263px;
  height: 60px;
  margin: 40px auto 0;
  display: block;
}
.donate_btn {
  background-color: #df1c82;
  margin: 0 auto;
}
.section_wtb {
  background-color: #7c9a2b;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}
.section_wtb h4 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.section_wtb p {
  padding: 24px 0 31px;
}
.custom_form .bootstrap-select.form-control:not([class*="span"]) {
  width: 48%;
}
.custom_form .btn.dropdown-toggle.btn-default, .filter_options .btn.dropdown-toggle.btn-default {
  border: 0 none;
  height: 48px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.filter_options .btn.dropdown-toggle.btn-default {
  border: 1px solid #999;
  border-radius: 0px;
  padding-left: 25px;
  font-style: italic;
}
.custom_form .btn-default.active, .custom_form .btn-default.focus, .custom_form .btn-default:active, .custom_form .btn-default:focus, .custom_form .btn-default:hover, .custom_form .open > .dropdown-toggle.btn-default, .filter_options .btn-default.active, .filter_options .btn-default.focus, .filter_options .btn-default:active, .filter_options .btn-default:focus, .filter_options .btn-default:hover, .filter_options .open > .dropdown-toggle.btn-default {
  background-color: transparent;
  outline: none;
}
.custom_form .bootstrap-select .btn:focus, .filter_options .bootstrap-select .btn:focus {
  outline: none !important;
}
.check-mark {
  display: none;
}
.custom_form .btn.active, .btn:active, .filter_options .btn.active, .btn:active {
  box-shadow: none;
}
.custom_form .btn-group.open .dropdown-toggle, .filter_options .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.custom_form .btn-group.bootstrap-select.form-control.select_project {
  float: right;
}
.custom_form .btn-default, .custom_form .btn-default.active, .custom_form .btn-default.focus, .custom_form .btn-default:active, .btn-default:focus, .custom_form .btn-default:hover, .custom_form .open > .dropdown-toggle.btn-default {
  color: #999;
}
.custom_form .dropdown-menu > li > a, .filter_options .dropdown-menu > li > a {
  color: #333;
  font-style: italic;
}
.caret {
  border: 0px;
  background: url(../images/caret_icon.png) no-repeat;
  width: 12px;
  height: 11px;
}
.hidden-md {
  display: none;
}

/**css for get involved page ends here*/

/**css for media network starts here*/
.video_section ul li {
  margin-bottom: 25px;
}
.view_more {
  background-color: #d82a87;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 165px;
  height: 40px;
  border: 0px;
  margin: 0 auto;
  display: block;
}
.view_more a {
  color: #fff;
}
pre.read {
  opacity: 0;
}
.filter_options .bootstrap-select.form-control:not([class*="span"]) {
  width: 267px;
  float: left;
  margin-right: 25px;
}
.filter_options .btn-group.bootstrap-select.form-control.select_projec {
  float: left;
}
.section_mor {
  margin-top: 30px;
}
.filter_options .btn-default, .filter_options .btn-default.active, .filter_options .btn-default.focus, .filter_options .btn-default:active, .btn-default:focus, .filter_options .btn-default:hover, .filter_options .open > .dropdown-toggle.btn-default {
  color: #555;
}
.listing {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.listing li {
  background-color: #e4e5e1;
  margin-right: 20px;
  float: left;
  padding: 0;
  width: 23%;
  margin-bottom: 30px;
}
.btm_part {
  padding: 19px 11px;/*min-height:215px;*/
}
.btm_part h4 {
  padding-bottom: 15px;
  letter-spacing: 1px;
  word-spacing: 5px;
}
.btm_part p {
  color: #000;
  font-size: 13px;
}

/**css for media network ends here*/

/***footer***/

footer {
  background: #555555;
  padding: 10px;
  color: #fff;
  padding: 30px 0;
}
footer a {
  color: #fff;
}
footer p {
  line-height: 24px;
  padding-bottom: 15px;
}
footer span {
  display: block;
}
.flogo a img {
  padding-bottom: 25px;
}
.flogo p {
  width: 78%;
}
.flogo a {
  display: block;
  font-size: 12px;
  margin-top: 3px;
  text-decoration: underline;
  text-transform: uppercase;
}
.ftop {
  padding-top: 37px;
}
.ftop h3 {
  padding-bottom: 20px;
  text-transform: uppercase;
}
.ftop a {
  line-height: 25px;
}
.fstay i {
  font-size: 20px;
  padding: 5px 18px 5px 8px;
}
.fstay a {
  line-height: 10px;
}
.copyright {
  background: #444444;
  color: #fff;
  padding: 15px 0 0;
}
.copyright a img {
  display: inline-block;
  padding-left: 5px;
}
.powerd {
  float: right;
}
.our_supporters {
  margin-bottom: 50px;
  margin-top: 30px;
}
.newsh2 {
  display: inline-block;
  padding-top: 26px;
  color: #555;
}
.custom_tab {
  display: inline-block;
  background-color: #78c6c6;
}
.custom_tab li a {
  color: #000;
  font-size: 13px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.tab_select {
  display: inline-block;
}
.tab_select .bootstrap-select.form-control:not([class*="span"]) {
  width: 190px;
  margin-left: -4px;
  box-shadow: none;
  margin-right: 0px;
}
.tab_select .btn.dropdown-toggle.btn-default {
  height: 39px;
  margin-top: 5px;
  font-size: 13px;
}
.go_btn {
  border: 0px;
  background-color: #444444;
  text-transform: uppercase;
  color: #fff;
  width: 64px;
  height: 39px;
  float: right;
  margin-top: -5px;
}
.rght_part {
  display: inline;
  float: right;
  margin-top: 20px;
}
.search_box {
  display: inline-block;
  float: right;
}
.caption {
  border: medium none;
  top: 41%;
  color: #ffffff;
  font-family: "bebasregular";
  font-size: 34px;
  line-height: 40px;
  padding: 20px 40px;
  position: absolute;
  width: 51%;
  display: inline-block;
  float: left;
  width: 9%\0/;
}
.blue-btn {
  background-color: #79c7c7;
  color: #ffffff;
  display: block;
  width: 55%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  margin: 15px 0 0;
  padding: 7px 23px 7px;
  font-family: 'Open Sans', sans-serif;
}
.blue-btn:hover {
  background-color: #d62b87;
}
#homebanner .owl-controls .owl-buttons .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/prev_icon.png") no-repeat scroll 0 0;
  height: 25px;
  opacity: 1;
  width: 22px;
  top: 50%;
  left: 0;
  position: absolute;
  color: rgba(0, 0, 0, 0);
}
#homebanner .owl-controls .owl-buttons .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/next_icon.png") no-repeat scroll 0 0;
  height: 25px;
  opacity: 1;
  width: 22px;
  top: 50%;
  right: 0;
  position: absolute;
  color: rgba(0, 0, 0, 0);
}
.owl-theme .owl-controls .owl-page span {
  background: #d82a87 none repeat scroll 0 0;
  border: 2px solid #a1cc31;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
.newstitle:hover, .newstitle:focus {
  color: #000;
}
.video_section .view_more {
  line-height: 40px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #D62B87;
}

/* .navbar-default .navbar-nav > li:last-child > a:focus, .navbar-default .navbar-nav > li:last-child > a:hover {
  background-color: #D62B87;
  color: #fff;
} */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #D62B87;
  font-weight: 600;
}
.custom_tab {
  padding: 0 15px;
}
.involved .pink {
  background: #DA2886;
}
.placeholdersjs {
  color: #999999 !important;
}
button {
  outline: none !important;
}
#html5-watermark {
  display: none !important;
}
#html5-prev, #html5-next {
  opacity: 1 !important;
  display: block !important;
}
.ih-item.square {
  height: auto;
  border: 0px;
  width: auto;
  box-shadow: none;
  color: #333333
}
.ih-item a:hover p {
  color: #333;
}
.ih-item.square.effect3 .info {
  height: 100%;
  background: #d62b87;
}
.ih-item.square.effect3.bottom_to_top .info {
  cursor: default;
  -webkit-cursor: auto;
  -moz-cursor: auto;
}
.section_mor .info {
  min-height: 99px !important;
}
.no-display {
  display: none !important
}
.img-responsive.popup_img {
  float: left;
  margin-right: 20px;
}
.rght_content {
  float: left;
  display: inline-block;
  width: 60%;
  text-align: left;
}
.rght_content h2 {
  padding: 0px 0 15px;
}

/*#html5-lightbox-box, #html5-elem-wrap, #html5-image{max-width:60.000em !important;width:100%; margin:0 auto;}
#html5lightbox-video iframe {width:92%;margin-left:-9px !important;}
.reporter-box #html5-elem-wrap {margin:20px auto;height:auto !important; min-height:300px !important;}*/

/*******reporter************/
.reporter img {
  min-height: 200px;
}
.reporter ul {
  text-align: center;
  margin: 10px 0;
}
.reporter ul li {
  list-style-type: none;
  display: inline;
  margin: 0 12px;
}
.reporter ul li a {
  color: #78c6c6;
  font-size: 25px;
}
.reporter ul li a:hover, .reporter ul li a:focus {
  text-decoration: none;
  color: #78c6c6;
  outline: none;
}
pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;  /*-webkit-border-radius: 3px;
                                                                                                                                                                                                    -moz-border-radius: 3px;
                                                                                                                                                                                                    border-radius: 3px;
                                                                                                                                                                                                    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
                                                                                                                                                                                                    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
                                                                                                                                                                                                    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 8px;/*  line-height: 34px;*/
  text-decoration: none; /* border: 1px solid #ddd;*/
  border-left-width: 0;
  font-weight: 600;
}
.pagination a:hover, .pagination .active a {
  color: #78c6c6;
}
.pagination .active a {
  color: #78c6c6;
  cursor: default;
}
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {

  /*  border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
  */
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination li a img {
  padding: 5px 0 0 0;
}
.pagination li a:after {
  content: "";
  border-right: 1px solid #555;
  padding: 0 7px;
}
.pagination li.contentnone a:after {
  content: "";
  border-right: none;
}
.pagination li:last-child a:after, .pagination li:first-child a:after, .pagination li.disabled a:after {
  content: "";
  border-right: none;
}
.pagination-centered {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before, .pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a, .pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.news .pagination {
  display: block;
}
.video_section ul li iframe {
  width: 100%;
}
.newsdetail img {
  float: left;
  padding: 0 10px 10px 0;
}
.newsdetail img.aligncenter {
  display: block;
  float: none;
}
#exective .exective_member {
  padding: 50px 2px;
  min-height: 210px;
}
.exective_member p {
  line-height: 16px;
}
.spacing a img {
  height: auto;
  width: 100%;
}
.alignleft {
  float: left;
  margin: 0 10px 0 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .ih-item img {
    height: auto;
  }
  .go_btn {
    margin-top: -53px !important;
  }
}

/******************************24th Nov************************************/
.property_img .property_details p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}
.property_img .property_details p a {
  color: #000;
}
.pl {
  display: table-cell;
  padding: 0 10px 0 0;
  width: 40%;
}
.npad {
  display: table-cell;
  font-size: 22px;
  padding: 0;
}
.title img {
  width: auto;
}
.tf {
  margin-top: 30px;
}
.reporter a:hover, .reporter a:focus {
  color: #d62b87;
}
.btn-group.bootstrap-select.form-control.select_project {
  display: none;
}
.reporter-box {
  background-color: #e4e5e1;
  color: #000;
  margin: 0 5px;
}
#reporter-owl .owl-controls .owl-buttons .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/prev_icon-report.png") no-repeat scroll 0 0;
  height: 25px;
  opacity: 1;
  width: 22px;
}
#reporter-owl .owl-controls .owl-buttons .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/next_icon-report.png") no-repeat scroll 0 0;
  height: 25px;
  opacity: 1;
  width: 22px;
}
#reporter-owl .owl-prev {
  left: -30px;
  position: absolute;
  top: 45%;
}
#reporter-owl .owl-next {
  position: absolute;
  right: -30px;
  top: 45%;
}
.media span {
  background-color: #a5cd3a;
  border-radius: 50%;
  color: #000000;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  height: 120px;
  padding: 39px 25px;
  text-align: center;
  width: 120px;
}
.media-left, .media > .pull-left {
  padding-right: 40px;
}
.media-body .pink-btn {
  margin: 20px 0 30px;
  padding: 0;
}
.media, .media:first-child {
  margin: 35px 0;
}
.media {
  border-bottom: 1px solid #cff0ef;
}
.check-sec {
  background: #73c4c5 none repeat scroll 0 0;
  color: #000000;
  padding: 60px 0 45px;
  text-align: center;
}
.check-sec strong {
  display: block;
  margin: 0 0 5px;
}
.press-pagination .pagination li a::after {
  border-right: none;
  content: "";
  padding: 0px;
}
.press-pagination .right {
  float: right;
}
.press-pagination .pagination > li > a, .press-pagination .pagination > li > span {
  border: none;
  color: #d82a87;
  float: left;
  font-weight: 500;
  line-height: 1.42857;
  margin-left: 5px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.press-pagination .pagination > li > a:focus, .press-pagination .pagination > li > a:hover, .press-pagination .pagination > li > span:focus, .press-pagination .pagination > li > span:hover {
  background-color: #d82a87;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 800;
}
.press-pagination .pagination > .active > a, .press-pagination .pagination > .active > a:focus, .press-pagination .pagination > .active > a:hover, .press-pagination .pagination > .active > span, .press-pagination .pagination > .active > span:focus, .press-pagination .pagination > .active > span:hover {
  background-color: #d82a87;
  border-color: none;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 800;
  cursor: default;
  z-index: 2;
}
.press-pagination .pagination > li:first-child > a, .press-pagination .pagination > li:first-child > span {
  margin-left: 0;
}
.send_btn:hover, .send_btn:focus {
  color: #444444 !important;
  border: 1px solid #444444;
  background-color: #fff !important;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.donate_btn:hover, .donate_btn:focus {
  color: #d82a87;
  border: 1px solid #d82a87;
  background: #fff;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.embed-responsive-16by9 {
  padding-bottom: 49.50%;
}
.pink-btn:hover, .pink-btn:focus {
  color: #d82a87;
  border: 1px solid #d82a87;
  background: #fff;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.news .custom_tab {
  margin-right: 20px;
}
.news .pink-btn {
  margin-top: 9px;
}
.locations .active > a, .locations .active > a:focus, .locations .active > a:hover {
  color: #61b2b2;
  font-weight: 600;
}
.locations > li:last-child:hover, .locations > li.active:last-child:hover {
  background: #d82a87;
}
.locations > li:last-child {
  background: #79c7c7 none repeat scroll 0 0;
  color: #fff;
}
.locations > li:last-child a {
  color: #ffffff;
  padding: 10px 25px;
}
.view_more:hover, .view_more:focus {
  color: #d82a87;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
#contactusform .send_btn {
  color: #fff;
}
.donate-list .media .media-body input.pink-btn:hover, .donate-list .media .media-body input.pink-btn:focus {
  border: 0px;
}
.media:last-child {
  border-bottom: medium none;
}
.spacing .html5lightbox::before {
  background: rgba(0, 0, 0, 0) url("../images/play-btn.png") no-repeat scroll 0 0;
  content: "";
  height: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 70px;
  width: 60px;
}
.spacing p {
  padding-top: 15px;
  text-transform: uppercase;
  color: #111;
}
.navbar-collapse ul.sub-menu li a, .navbar-collapse ul.sub-menu li a:hover {
  color: #fff;
  padding: 0 0px;
  font-size: 12.5px;
}
.ftop ul.sitemap li ul.sub-menu {
  display: none;
}
.navbar-collapse ul li#menu-item-21:after {
  color: #d62b87;
  content: "";
  font-family: "FontAwesome";
  position: relative;
  top: -29px;
  right: -76px;
}
.blue-band .pink-btn {
  border: 1px solid #d82a87;
}
.allnewscontent .recent {
  display: none;
}
.allnewscontent .newsdetail #recentart {
  display: none;
}
.allnewscontent .newsdetail iframe {
  height: 400px;
}
.box {
  line-height: 24px;
}
.allnewscontent {
  padding-bottom: 15px;
}
.blockimg {
  display: block;
  float: none !important;
}
.donate-baner .caption {
  font-size: 50px;
  top: 70%;
}
.wpcf7-validation-errors {
  display: none !important;
}
.news_container a:hover, .news_container a:focus {
  color: #d82a87;
}
.news_container .small, small {
  color: #075c6b;
  display: block;
  font-size: 85%;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.ggmn-iframe .embed-responsive-item {
  border: medium none;
}

/********edit 22-3********/
.team_members img {
  height: auto !important;
}
.sub-menu li {
  margin: 8px 0;
}
.navbar-collapse ul.sub-menu {
  margin-left: 20px;
  text-transform: uppercase;
  display: none;
  background-clip: padding-box;
  background-color: #d62b87;
  border: 1px solid #d62b87;
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 0px 0 0;
  min-width: 248px;
  padding: 0px 10px;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
  cursor: pointer;
}
.report .col-md-9.col-sm-7.col-xs-12 {
  padding: 0 25px 0 10px;
}

/***********Girls Govern***********/
#gg-banner .caption {
  font-size: 58px;
  width: 100%;
  bottom: 0;
  top: auto;
}
#gg-banner .caption span {
  color: #a6ce3a;
  display: block;
  font-size: 28px;
  font-family: 'bebasregular';
  padding: 10px 0;
  word-wrap: 5px;
}
#gg-banner .owl-controls .owl-buttons .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/prev_icon.png") no-repeat scroll 0 0;
  height: 25px;
  opacity: 1;
  width: 22px;
  top: 50%;
  left: 10px;
  position: absolute;
  color: rgba(0, 0, 0, 0);
}
#gg-banner .owl-controls .owl-buttons .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/next_icon.png") no-repeat scroll 0 0;
  height: 25px;
  opacity: 1;
  width: 22px;
  top: 50%;
  right: 10px;
  position: absolute;
  color: rgba(0, 0, 0, 0);
}
.para1 > p {
  font-size: 18px;
  line-height: 28px;
  padding: 30px 0 0;
}
.girlGovern a {
  color: #d92986;
  font-weight: bold;
}
.girlGovern a:hover {
  color: #73c4c5;
}
.news-table {
  padding: 40px 0;
}
.news {
  padding: 10px 0;
}
.news-title {
  padding-bottom: 10px;
  clear: both;
  float: left;
  width: 100%;
}
.news-title abbr {
  background: #d92986 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-size: 17px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  vertical-align: top;
  width: 6%;
}
.news-title h2 {
  line-height: 37px;
  padding: 0;
  width: 92%;
  float: left;
}
.girlGovern .pink-custom-btn {
  color: #fff;
  font-family: "bebasregular";
  font-size: 18px;
  font-weight: normal;
  height: 45px;
  line-height: 50px;
  padding: 0 35px;
  text-align: center;
  width: 160px;
  background-color: #d82a87;
  border: 1px solid #d82a87;
  display: inline-block;
  text-transform: uppercase;
}
.girlGovern .pink-custom-btn:hover, .pink-custom-btn:focus {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d82a87;
  color: #d82a87;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}
.share-icon {
  display: inline-block;
  color: #73c4c5;
  text-transform: uppercase;
  font-family: "bebasregular";
  font-size: 18px;
  padding-top: 10px;
}
.share-icon ul {
  display: inline-block;
}
.share-icon li {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
}
.p-partner h2 {
  display: block;
  vertical-align: top;
}
.p-partner ul {
  display: inline-block;
  margin-bottom: 30px;
}
.p-partner li {
  display: inline-block;
  margin: 0px 15px;
  padding: 0;
}
.p-partner li:first-child {
  margin-left: 0;
}
.p-partner li:nth-child(3) {
  margin: 0 20px 0 0;
}
.video-holder {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}
.video-holder h2 {
  color: #73c4c5;
}
.video-holder p {
  font-size: 31px;
  line-height: 35px;
  padding: 15px 0 12px;
}
.video-holder > span {
  font-size: 16px;
}
.vote-wrap .feed-container {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px 0 0;
  position: relative;
  width: 100%;
}
.vote-wrap h2 {
  color: #73c4c5;
  padding: 0;
  line-height: 38px;
}
.vote-wrap p {
  padding: 0 0 7px;
}
.vote-wrap {
  padding: 40px 0;
}
.scroll1 {
  padding: 0 0 50px;
}
.girlGovern .vote-wrap .pink-custom-btn {
  margin-top: 20px;
}
.vote-wrap .ps-scrollbar-x-rail {
  display: none !important;
}
.vote-wrap .ps-scrollbar-y-rail {
  background: #ccc !important;
  opacity: 1 !important;
  border-radius: 0;
  width: 6px;
}
.green-section {
  background: #a6ce3a;
  padding: 10px;
  position: relative;
  height: 300px;
  text-align: center;
  font-family: "bebasregular";
}
.text-pos {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
}
.green-section p {
  font-size: 58px;
  padding-bottom: 10px;
  color: #fff;
  line-height: 58px;
}
.green-section abbr {
  display: block;
  color: #000;
  font-size: 30px;
}
.video-contest .steps {
  padding-bottom: 20px;
}
.contest-wrap a {
  position: relative;
  display: block;
  cursor:default;
}
.overly {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
}
.blue.overly {
  background: rgba(115, 196, 197, 0.6);
}
.green.overly {
  background: rgba(166, 206, 58, 0.6);
}
.pink.overly {
  background: rgba(217, 41, 134, 0.6);
}
.data-wrap {
  background: #000;
  padding: 10px 12px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.data-wrap strong {
  display: block;
  color: #acacac;
  text-transform: uppercase;
}
.overly h3 {
  color: #fff;
  font-family: "bebasregular";
  font-size: 26px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contest-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}
.single-holder {
  padding: 12px 0;
}
.single-holder > h2 {
  padding-bottom: 10px;
  padding-top: 0;
}
.video-contest .share-icon {
  padding: 0 0 30px;
}
.single-holder ol {
  padding-left: 15px;
}
.single-holder ol li {
  margin: 5px 0;
}
.record-tip {
  padding: 40px 0 20px;
}
.tips-section .left-wrap h2 {
  padding: 10px 0 20px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-weight: bold;
  word-spacing: 0;
}
.record-tip .dos-dont, .shoot-format {
  padding: 30px 0 20px;
}
.record-tip ul {
  padding-left: 15px;
}
.record-tip ul li {
  margin: 10px 0;
  position: relative;
}
.shoot-tip ul {
  padding: 10px 0 10px 15px;
}
.shoot-tip ul li {
  margin: 5px 0;
  position: relative;
}
.timeline-wrap h2 {
  color: #73c4c5;
  padding: 100px 0 10px;
}
.timeline-wrap .media:first-child {
  margin: 0 0 0 2px;
}
.timeline-wrap .media {
  border-bottom: none;
  margin: 0 0 0 2px !important;
  padding: 10px 25px;
  margin-left: 5px;
  position: relative;
}
.timeline-wrap .media::before {
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 25px;
  background: url('../images/girlGovern/timeline-bar.png') no-repeat;
}
.timeline-wrap .media::after {
  background: #d92986 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 4px;
  position: absolute;
  top: 0;
  width: 3px;
}
.timeline-wrap .media-left {
  padding-right: 15px;
}
.timeline-wrap .media-left img {
  border: 3px solid #73c4c5;
}
.timeline-wrap .media-heading {
  font-family: 'bebasregular';
  color: #d92986;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 5px;
}
.timeline-wrap .media-body p {
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 5px;
}
.reg-form h2 {
  color: #73c4c5;
  line-height: 36px;
}
.timeline-wrap .feed-container {
  height: 625px;
  padding: 0;
  position: relative;
}
.timeline-wrap .ps-scrollbar-y-rail {
  background: #ccc !important;
  opacity: 1 !important;
  border-radius: 0;
  width: 6px;
}
.seminar-form {
  background: #73c4c5;
  padding: 30px;
}
.seminar-form > h2 {
  line-height: 36px;
  padding-top: 0;
}
.seminar-form > p {
  color: #000;
}
.seminar-form > strong {
  color: #000;
  display: block;
  font-size: 17px;
  padding: 10px 0 15px;
  text-transform: uppercase;
  font-family: 'bebasregular';
  word-spacing: 2px;
}
.seminar-form li {
  margin: 0 0 15px 0;
}
.seminar-form input {
  border: medium none;
  font-style: italic;
  padding: 10px 15px;
  width: 100%;
}
.seminar-form input.pink-custom-btn {
  font-style: normal;
  margin-top: 10px;
}
.reg-form {
  padding: 10px 0 40px;
}
.seminar-form {
  margin: 10px 0 30px;
}
.add-res h2, .soc-media h2 {
  color: #73c4c5;
}
.add-res strong {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
}
.res-wrap {
  padding: 10px 0px;
}
.greenbox {
  margin: 20px 0;
  background-color: #73c4c5;
  padding: 10px 20px;
}
.greenbox strong, .greenbox p {
  color: #000;
}
.seminar-form .res-wrap strong {
  color: #000;
  font-family: "bebasregular";
}
.seminar-form .res-wrap p {
  color: #000;
}
.res-wrap > ul {
  padding-left: 15px;
}
.shoot-tip li::before, .record-tip ul li::before, .res-wrap > ul li::before {
  background: #d92986 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: -14px;
  margin-left: 0;
  margin-right: 5px;
  position: absolute;
  top: 7px;
  width: 6px;
}
.res-wrap > ul li {
  margin: 0px 0 6px 0;
  position: relative;
}
.res-wrap .readmore-btn {
  display: block;
  margin: 10px 0;
}
.res-wrap em {
  padding-bottom: 10px;
}
.add-res {
  padding: 10px 0 40px;
}
.soc-media > p {
  color: #000;
}
.right-wrap {
  float: right;
  width: 98%;
}
.left-wrap {
  width: 98%;
}
.byname {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 10px 0;
}
.byname > span {
  color: #000;
}
.byname > p {
  color: #d92986;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}
.feed-data .media-left {
  padding-right: 20px;
}
.feed-data .media-body a {
  color: #000;
}
.feed-data .media-body a small {
  color: #555;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  padding-bottom: 2px;
}
.feed-data .media-body p {
  font-size: 13px;
  line-height: 20px;
}
.feed-data .media-body p a {
  color: #0085b3;
  text-transform: none;
  font-weight: normal;
}
.feed-data .media, .feed-data .media:first-child {
  margin: 10px 0;
}
.feed-data .media {
  border-bottom: 1px solid #ccc;
}
.feed-data .media:last-child {
  border-bottom: medium none;
}
.suppo-logo {
  display: block;
  margin: 0 auto;
}
.navbar-nav > li:last-child {
  display: none;
}

/*css added on 5-18-16*/
.dem-poll-title {
  font-size: 14px !important;
  color: #555 !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
ul.dem-vote li label {
  margin-bottom: 0px !important;
  font-weight: normal !important;
  line-height: 24px;
}
ul.dem-vote li label:hover {
  opacity: 1;
}
input.dem-button[type="submit"], a.dem-button, .dem-button {
  background-color: #d82a87 !important;
  border: 1px solid #d82a87;
  color: #ffffff;
  display: inline-block;
  font-family: "bebasregular" !important;
  font-size: 18px !important;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  padding: 0 35px;
  text-align: center;
  text-transform: uppercase;
  width: 160px;
  border-radius: 0px;
}
input.dem-button[type="submit"]:hover, a.dem-button:hover, .dem-button:hover, input.dem-button[type="submit"]:focus, a.dem-button:focus, .dem-button:focus {
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid #d82a87;
  color: #d82a87 !important;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  padding: 0 35px;
}
.dem-results-link {
  display: none !important;
}
.contestbtn {
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 20px;
}
ul.dem-vote li {
  padding-bottom: 7px !important;
}
ul.dem-vote {
  padding-left: 5px !important;
}
#partner h2 {
  font-family: "bebasregular";
  text-transform: uppercase;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {

  /*left:50%;
  margin-left:-34%; */
  /* left: 47%;
  margin-left: -44%; */
  
  left: 44%;
    margin-left: -44%;
}
.girlGovern .item-video .embed-responsive-16by9 {
  /* padding-bottom: 39.5%; */
  padding-bottom: 42.5%;
}
.video-holder .pink-custom-btn {
  margin-top: 20px;
}
.specialthankto {
  background-color: #33ccca;
  padding: 20px 30px;
}
.specialthankto h2 {
  color: #fff;
  padding: 10px 0 20px;
}
.specialthankto p {
  color: #fff;
  font-size: 18px;
}
.girlsgovernvideo {
  margin: 30px 0 40px 0;
}
.girlsgovernvideo {
  padding: 20px 0;
}
.girlsgovernvideo h2 {
  padding: 20px 0 !important;
}

/* #video{
 display:none;
 opacity:1;
 position: relative;
z-index: 99;
}
.imgvideo{
z-index: 9999;
height: 200px;
position: absolute;
} */
img#play_btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width:100%;
}
.posr {
  position: relative;
  height: 200px;
  cursor:pointer;
}
#video {
  position: absolute;
  top: 0px;
  z-index: 99;
}
.girlsgovernvideo  .mrbtm20 {
  margin-bottom: 50px;
}
.girlGovern #gg-banner .owl-controls .owl-buttons .owl-prev {
  left: 15px;
}
.girlGovern #gg-banner .owl-controls .owl-buttons .owl-next {
  right: 15px;
}
.girlgovernsec {
  border-top: 1px solid #b7b7b7;
}
.girlgovernsec h2 {
  padding: 15px 0 10px;
}
.girlgovernsec span {
  color: #95ba3f;
  font-family: 'bebasregular';
  font-size: 20px;
}
.girlgovernsec .media {
  margin: 10px 0;
}
.girlgovernsec .media-left {
  padding-right: 10px;
}
.girlgovernsec a {
  color: #d92986;
  font-weight: bold;
}
.girlgovernsec a:hover {
  color: #73c4c5;
}
.girlgovernsec .pink-custom-btn {
  color: #fff;
  font-family: "bebasregular";
  font-size: 18px;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  padding: 0 35px;
  text-align: center;
  width: 160px;
  background-color: #d82a87;
  border: 1px solid #d82a87;
  display: inline-block;
  text-transform: uppercase;
}
.girlgovernsec .pink-custom-btn:hover, .pink-custom-btn:focus {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d82a87;
  color: #d82a87;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}
.vote-wrap strong {
  padding: 7px 0;
  line-height: 25px;
}
span.pinkcolor {
  color: #d92986;
  font-weight: bold;
}
.girlgovernsec abbr.pinkcolor {
  color: #d92986;
  font-weight: bold;
}
.part-res {
  background: #73c4c5 none repeat scroll 0 0;
  margin-bottom: 40px;
  padding: 30px;
}
.part-res h2 {
  padding-top: 0;
}
.part-res p {
  color: #000;
}
img#play_btn1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#video1 {
  position: absolute;
  top: 0px;
  z-index: 99;
}
img#play_btn2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#video2 {
  position: absolute;
  top: 0px;
  z-index: 99;
}
img#play_btn3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#video3 {
  position: absolute;
  top: 0px;
  z-index: 99;
}
img#play_btn4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.posr img{
 position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#video4 {
  position: absolute;
  top: 0px;
  z-index: 99;
}
.p-partner {
  padding: 0 15px;
  clear: both;
}
.pink-custom-btn.extra-w {
  width: 230px;
}
.girlsgovernvideo .posr {
  height: 216px;
  position: relative;
}
.resourc-list > h3 {
  color: #555555;
  font-family: bebasregular;
  font-size: 17px;
  line-height: 28px;
  padding-bottom: 15px;
  min-height: 71px;
}
.resourc-list img {
  border: 3px solid #73c4c5;
  margin-bottom: 20px;
}
.resourc-list {
  padding-bottom: 30px;
  padding-top: 20px;
}
.partner-resource-list {
  padding-bottom: 60px;
}
.socialassests{
	color: #000000;
    font-family: "bebasregular";
    font-size: 23px;
    padding: 20px 0 20px;
    text-transform: uppercase;
    word-spacing: 5px;
}
.part-res .socialassests{ padding:5px 0 20px;}
ul.twitterfeeds > li{ float:left;padding-bottom:15px; padding-right:40px;}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
  .girlGovern .pink-custom-btn {
    line-height: 45px;
  }
}

.recent-thumb {
  max-height: 129px;
  overflow: hidden;
}

.news-title table{
  margin: 0px auto;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.news-title table p{
  padding-bottom: 0px;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  color: #555;
}
.news-title table p span{
  font-family: "Open Sans",sans-serif !important;
  color: #555 !important;
}