@charset "utf-8";
/* CSS Document */
p {
	text-align: left;
	font-size:15px;
	line-height:26px;
}
a {
	text-decoration: none;
}
h2 a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h2 a:hover {
	color: #ccc;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.top_bar {
	/*background-image: linear-gradient(bottom, rgb(3,23,94) 0%, rgb(4,79,139) 100%);
	background-image: -o-linear-gradient(bottom, rgb(3,23,94) 0%, rgb(4,79,139) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(3,23,94) 0%, rgb(4,79,139) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(3,23,94) 0%, rgb(4,79,139) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(3,23,94) 0%, rgb(4,79,139) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(3,23,94)),
	color-stop(1, rgb(4,79,139))
	);*/
	background: #fff;
	width: 100%;
	padding: 10px 0;
	color: #fff;
}
.top_right {
	margin-top: 35px;
}
.green_border {
	background: #dd3333;
	width: 100%;
	position: relative;
	z-index: 0;
	padding-top: 10px;
}
.green_border p {
	color: #fff;
}
.green_border ul li a {
	color: #fff;
}
.green_border ul li a:hover {
	color: #000;
}
.margin_green {
	margin-top: -55px;
}
.container_bg {
	background: #fff;
	z-index: 1;
	position: relative;
	-webkit-box-shadow: 0px 0px 0px #2ab7ec, 0px 0px 0px 0px #156785, 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 0px #2ab7ec, 0px 0px 0px 0px #156785, 0px 0px 5px #000;
	-o-box-shadow: 0px 0px 0px #2ab7ec, 0px 0px 0px 0px #156785, 0px 0px 5px #000;
	box-shadow: 0px 0px 0px #2ab7ec, 0px 0px 0px 0px #156785, 0px 0px 5px #000;
	padding: 15px;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.navbar-nav > li > a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background: #39a452;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background: #39a452;
}
.navbar-nav > li > a {
	padding-bottom: 15px;
	padding-top: 17px;
	padding-left: 12px;
	padding-right: 12px;
}
.green {
	background: #39a452;
	margin-top: 15px;
	padding-top: 20px
}
.blue {
	background: #023277;
	margin-top: 15px;
	padding-top: 20px
}
.red {
	background: #e82a36;
	margin-top: 15px;
	padding-top: 20px
}
.green h2, .blue h2, .red h2 {
	font-size: 26px;
	color: #fff;
	padding-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
h3.blue_head {
	background: #023277;
	color: #fff;
	padding: 8px 10px;
	font-size: 22px;
	color: #fff;
}
h3.green_head {
	background: #39a452;
	font-size: 22px;
	color: #fff;
	padding: 8px 10px;
}
h3.green_head.green_head_3 {
	font-size: 16px;
}
h3.green_head.green_head_inner {
	margin-top: 0;
}
.event {
	margin-bottom: 25px;
}
.caption_date {
	background: #212020;
	color: #fff;
	font-size: 18px;
	padding: 5px 10px;
	margin-bottom: 5px;
}
footer {
	background: #dd3333;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer p {
	color: #fff;
}
ul.footer_list li {
	float: left;
	width: 100%;
}
ul.footer_list li a {
	float: left;
	width: 100%;
	padding: 5px 10px;
	border-bottom: 1px solid #132c3e;
	border-top: 1px solid #25597e;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
}
ul.footer_list li:first-child a {
	border-top: none;
}
ul.footer_list li:last-child a {
	border-bottom: none;
}
/*.dd{ width:100%;}*/
.page-header h1 {
	margin: 0;
	color: #023277;
	text-transform:uppercase;
}
.breadcrumb {
	margin-bottom: 0;
	background: none;
}
/* css 12/7/2018 */

.top_bar-top {
	background-color: #008000;
	padding-top: 10px;
	color:#fff;
}
.top_bar-top li a {
	color: #fff;
	font-size: 14px;
}
.top_bar-top li a:hover {
	color: #000;
	font-size: 14px;
}
.navbar-inverse {
	background: #008000;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.resister {
	margin-top: 15px;
	display: inline-block;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background: #144a91;
}
.dropdown-menu>li>a {
	padding: 10px 20px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #144a91;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 100%;
	left: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content h3 {
	padding: 0;
	font-size: 16px;
}
.dropdown:hover .dropdown-content {
	display: block;
	margin: 0;
	padding: 0;
}
.container-fluid.banner {
	padding: 0px;
}
.banner-img {
	background-image: url(../img/banner1.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 90vh;
	background-position:center;
}
.news-title {
	border-bottom: 2px solid #dd3333;
}
.news-title {
	margin: 35px 0 28px 0;
	;
}
.news-title h1 {
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	background: #dd3333;
	width: 23%;
	margin: 0;
	padding: 7px;
	color: #fff;
}
.latest-title {
	border-bottom: 2px solid #144a91;
}
.latest-title {
	margin: 35px 0 28px 0;
	;
}
.latest-title h1 {
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	background: #144a91;
	display:inline-block;
	margin: 0;
	padding: 7px 15px;
	color: #fff;
}
.nass-title {
	border-bottom: 2px solid #144a91;
}
.nass-title {
	margin: 35px 0 28px 0;
	;
}
.nass-title h1 {
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	background: #144a91;
	width: 16%;
	margin: 0;
	padding: 7px;
	color: #fff;
}
.presidency-title {
	border-bottom: 2px solid #008000;
}
.presidency-title {
	margin: 35px 0 28px 0;
	;
}
.presidency-title h1 {
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	background: #008000;
	width: 15%;
	margin: 0;
	padding: 7px;
	color: #fff;
}
.nass-right {
	min-height: 102px;
}
.video-sec {
	margin-bottom: 20px;
}
.speeches-title {
	border-bottom: 2px solid #008000;
}
.speeches-title {
	margin: 35px 0 28px 0;
	;
}
.speeches-title h1 {
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	background: #008000;
	display: inline-block;
	margin: 0;
	padding: 7px 15px;
	color: #fff;
}
.news-img {
	margin-bottom: 40px;
}
.news-img .col-md-4 {
	padding: 0px;
}
.news-content h2 {
	font-size: 26px;
	margin-top: 0;
	font-family: 'Roboto Slab', serif;
}
.news-content h2 a {
	color: #000;
}
.news-content h2 a:hover {
	color: #dd3333;
}
.news-button .btn-info {
	background-color: #020202;
	border: none;
	font-size: 10px;
	border-radius: inherit;
	padding: 2px 8px;
}
.news-button .btn-info:hover {
	background: #dd3333;
}
.news-para p {
	font-size: 13px;
	color: #777;
	font-family: 'Roboto Slab', serif;
	margin-top: 9px;
	margin-bottom: 15px;
}
.para-button .btn-info {
	background-color: #dd3333;
	border: none;
	border-radius: 0px;
	font-family: 'Roboto Slab', serif;
}
.para-button .btn-info:hover {
	background: #000;
}
.events-para .col-sm-6 {
	padding: 0px;
}
.para-event p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
	font-weight: 500;
	font-family: 'Roboto Slab', serif;
}
.button-news .btn-info {
	background-color: #020202;
	border: none;
	font-size: 10px;
	border-radius: inherit;
	padding: 2px 8px;
}
.button-news .btn-info:hover {
	background: #dd3333;
}
.latestnews-content h2 {
	font-size: 23px;
	margin-top: 0px;
	font-family: 'Roboto Slab', serif;
}
.latestnews-content h2 a {
	color: #000;
}
.latest-news {
	margin-bottom: 35px;
}
.latestnews-content h2 a:hover {
	color: #144a91;
}
.nassnews-content h2 {
	font-size: 21px;
	line-height: 25px;
	font-family: 'Roboto Slab', serif;
}
.nassnews-content h2 a {
	color: #000;
}
.nass-date p {
	font-size: 11px;
	color: #bababa;
}
.nass-para p {
	font-size: 14px;
	color: #777;
	font-family: 'Roboto Slab', serif;
}
.nass-content h2 {
	font-size: 14px;
	margin-top: 0px;
	font-family: 'Roboto Slab', serif;
	line-height: 19px;
}
.nass-content h2 a {
	color: #000;
}
.nass-content h2 a:hover {
	color: #144a91;
}
.nass-button .btn-info {
	background-color: #020202;
	border: none;
	font-size: 10px;
	border-radius: inherit;
	padding: 2px 8px;
}
.nass-button .btn-info:hover {
	background: #dd3333;
}
.precidency-content h2 {
	font-size: 22px;
	font-family: 'Roboto Slab', serif;
}
.precidency-content h2 a {
	color: #000;
}
.precidency-content h2 a:hover {
	color: #008000;
}
/* Create three equal columns that floats next to each other */
.column {
	float: left;
	width: 19.33%;
	padding: 10px;
}
.column a {
	float: none;
	color: black;
	padding: 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.column a:hover {
	background-color: #ddd;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
.nav>li.dropdown-mega {
	position: static;
}
.navbar-nav {
	position: relative;
}
.dropdown:hover .drops {
	display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 43px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-content .column a {
	padding: 0px;
}
.dropdown-content .column a:hover {
	background-color: transparent;
}
.table table, th, td {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
}
.table table, th, td {
	padding: 5px;
}
.table table, th {
	font-size: 16px;
}
.main-heading h2 {
	font-size: 39px;
	color: #000;
}
.date h3 {
	font-size: 12px;
}
.img-area {
	margin-top: 25px;
}
.img-area p {
	margin-top: 25px;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}
.img-area second p {
	margin-top: 25px;
	font-size: 16px;
	line-height: 26px;
}
.img-area.second img {
	margin-top: 30px;
}
.social-text {
	position: relative;
	bottom: 34px;
	left: 37px;
	font-size: 12px;
	color: #fff;
}
.latest-news-wrap {
	position: relative;
	padding: 0 0 122px 0;
	display: inline-block;
	width:100%;
}
.latest-news-wrap figure {
	width:100%;
}
.latest-news-post {
	margin: 45px;
	background: #fff;
	padding: 25px;
	position: absolute;
	top: 140px;
}
.latest-news-post h1 {
    margin-top: 0;
    font-size: 32px;
}
.latest-news-post .button-news {
	margin: 15px 0;
}
.latest-news-wrap figure img {
	width: 100%;
}
.btn.btn-info.blueone {
	background: #144a91;
}
.btn.btn-info.blueone:hover {
	background: #000;
}
hr {
	border-style: dashed;
}
.carousel-caption {
	bottom: 0;
	text-align: left;
	right: 5%;
	left: 5%;
}
.speech-content-right { margin-bottom:25px;}
.speech-content-right h3 {
	margin-top:0;
}
.speech-content-right h3  {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500;
	color:#000;
}
.speech-content-right h3 a {
	color:#000;
}
.speech-content-right h3 a:hover {
	color:#008000;
}
.press-content h3 {
	font-size: 17px;
    line-height: 24px;
    margin-bottom: 7px;
    font-weight: 500;
	margin-top:0;
	margin-bottom:15px;
}
.press-content h3 a {
	color:#000;
}
footer h4 { margin-top:20px; margin-bottom:25px; font-weight:600;}
footer, footer h4, footer a, footer p {
	color:#fff;
}
footer .speech-content-right h3 a { color:#fff;}
footer .news-button .btn-info { background:#144a91;}

.pop li, .pop li a { display:inline-block; width:100%; font-size:16px; font-weight:bold;}

.social li a {
	font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
	display:inline-block;
	text-align:center;
	    border: 1px solid rgba(255, 255, 255, 1);
}
.social li a i.fab.fa-facebook-f, .social li a i.fab.fa-twitter, .social li a i.fab.fa-youtube{
    line-height: 40px;
}
.social li a:hover { color:#000;}
.search {
    background: #000;
    /* margin-left: -15px; */
    /* float: right; */
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    border-radius: 0;
    padding-top: 8px;
}
.form-search { position:relative;}
.input11 { width:100%;}
.form-search div, .form-search div input {
    width: 100% !important;
	border-radius:0;
}
/*  ----------------------------------------------------------------------------
    Sharing Top
*/
.td-post-sharing {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 21px;
}
.td-post-sharing a {
  display: inline-block;
  vertical-align: middle;
}
.td-default-sharing {
  display: inline-block;
  vertical-align: middle;
}
.td-social-sharing-buttons {
  font-size: 16px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 13px 8px 13px;
  margin-right: 10px;
  height: 40px;
  min-width: 40px;
  text-align: center;
}
.td-social-sharing-buttons:hover {
  opacity: 0.8;
}
.td-social-sharing-buttons .td-sp {
  width: 14px;
  height: 20px;
}
.td-social-but-text {
  display: inline-block;
  position: relative;
  top: -1px;
  line-height: 16px;
  padding-left: 10px;
  margin-left: 12px;
}
.td-social-facebook {
  background-color: #516eab;
}
.td-social-facebook .td-icon-facebook {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.td-social-facebook .td-social-but-text {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.td-social-twitter {
  background-color: #29c5f6;
}
.td-social-twitter .td-icon-twitter {
  font-size: 12px;
}
.td-social-twitter .td-social-but-text {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.td-social-google {
  background-color: #eb4026;
  width: 40px;
}
.td-social-google .td-icon-googleplus {
  font-size: 16px;
  position: relative;
  top: 0;
  left: -1px;
  line-height: 22px;
}
.td-social-pinterest {
  background-color: #ca212a;
  margin-right: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-social-pinterest {
    margin-right: 10px;
  }
}
.td-social-pinterest .td-icon-pinterest {
  font-size: 13px;
  position: relative;
  top: 1px;
}
.td-social-whatsapp {
  display: none !important;
  background-color: #7bbf6a;
  margin-right: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-social-whatsapp {
    display: inline-block !important;
  }
}
.td-social-whatsapp i {
  font-size: 20px;
  bottom: 2px;
  right: 2px;
}
.td-classic-sharing {
  display: inline-block;
  vertical-align: middle;
}
.td-classic-sharing ul {
  margin: 0 0 0 30px;
  height: 20px;
}
.td-classic-sharing li {
  display: inline-block;
  height: 20px;
  margin-left: 0;
}
.td-classic-twitter {
  position: relative;
  top: -1px;
  left: 2px;
}
.td-classic-twitter .twitter-share-button {
  margin: 0 !important;
}
/*  ----------------------------------------------------------------------------
    Sharing Bottom
*/
.td-post-sharing-bottom {
  border: 1px solid #ededed;
  padding: 10px 26px;
  margin-bottom: 40px;
  /* responsive portrait phone */
}
.td-post-sharing-bottom .td-social-sharing-buttons {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 32px;
  min-width: 32px;
  padding: 6px 9px 4px 9px;
}
.td-post-sharing-bottom .td-social-but-text {
  margin-left: 8px;
  padding-left: 9px;
}
.td-post-sharing-bottom .td-social-google {
  width: 32px;
}
.td-post-sharing-bottom .td-social-google i {
  top: 0;
  left: -2px;
}
@media (max-width: 480px) {
  .td-post-sharing-bottom .td-social-but-text {
    display: none;
  }
}
@-moz-document url-prefix() {
  .td-post-sharing-bottom .td-social-sharing-buttons {
    padding: 7px 9px 4px;
  }
  .td-social-google .td-icon-googleplus {
    line-height: 20px;
  }
}
.td-post-share-title {
  font-weight: 700;
  font-size: 14px;
  position: relative;
  margin-right: 20px;
  vertical-align: middle;
}

.twitter-feed {
	height:450px;
	overflow-y:scroll;
}

#countdown{
	width: 100%;
	text-align: center;
	background: #222;
	background-image: -webkit-linear-gradient(top, #222, #333, #333, #222); 
	background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
	background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
	background-image:      -o-linear-gradient(top, #222, #333, #333, #222);
	border: 1px solid #111;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	margin: auto;
	padding: 15px 0;
	
  top: 0; bottom: 0; left: 0; right: 0;
}



#countdown #tiles{
	position: relative;
	z-index: 0;
}

#countdown #tiles > span{
	width: 70px;
	max-width: 70px;
	font: bold 40px 'Droid Sans', Arial, sans-serif;
	text-align: center;
	color: #111;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #eee); 
	background-image:    -moz-linear-gradient(top, #bbb, #eee);
	background-image:     -ms-linear-gradient(top, #bbb, #eee);
	background-image:      -o-linear-gradient(top, #bbb, #eee);
	border-top: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	margin: 0 7px;
	padding: 18px 0;
	display: inline-block;
	position: relative;
}

#countdown #tiles > span:before{
	content:"";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%; left: -3px;
	z-index: -1;
}

#countdown #tiles > span:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #333;
	display: block;
	position: absolute;
	top: 48%; left: 0;
}

#countdown .labels{
	width: 100%;
	height: 25px;
	text-align: center;
	bottom: 8px;
}

#countdown .labels li{
    width: 82px;
	font: bold 15px 'Droid Sans', Arial, sans-serif;
	color: #f47321;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

#demo, #demo1, #demo2, #demo3 {
	display:inline-block;
	padding-left:5px;
}
ul.right-social {
    overflow: auto;
    position: fixed;
    right: 0;
    top: 50%;
}
 
ul.right-social li {
    list-style-type: none;
	margin-bottom:15px;
}
 
ul.right-social li a i {
    background: #205D7A;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    margin-right: 10px;
    padding-top: 15%;
    transition: all 0.2s ease-in-out;
}

ul.right-social li a i.fa-facebook-f {
    background:#3b5998
} 
ul.right-social li a i.fa-youtube {
    background:#ff0000
}
ul.right-social li a i.fa-twitter {
    background:#00aced
}
ul.right-social li a i.google-plus-g {
    background:#dd4b39
}
ul.right-social li a i:hover {
    opacity: .7;
}
.header-search {
    position: absolute;
    z-index: 999;
    width: 250px;
    right: 0;
    padding: 15px;
    background: #fff;
	display:none;
}
.header-search .search{
	top: 15px;
    right: 15px;
}
.intro {
	display:block;
}
.mobile	{ display:none;}
.desktop { display:block;}
@media (min-width: 992px) {
.dropdown:hover .dropdown-menu {
	display: block;
}
}
@media (min-width: 992px) and (max-width:1190px) {
	.banner-img {height: 33vh;}
	h4[style="padding-left:109px;"]
	{ padding-left:62px !important;}
}
@media (min-width: 768px) and (max-width:991px) {
	.banner-img {height: 33vh;}
	ul.right-social { z-index:999;}
	.news-title h1 { width:25%;}
}

@media (max-width: 767px) {
	.event img, img.dd { width: 100%;  }
	.img-gallery { width:100%;}
	table {font-size: 12px;}
	.green_border { text-align:center;}
	.td-post-sharing a { margin-bottom:15px;}
	.main-heading h2 { font-size:24px;}
	.latest-news-wrap { padding:0;}
	.latest-news-post { position:inherit; margin:0; top:0; padding:25px 0;}
	.latest-news-post h1 { font-size:24px;}
	.page-header h1 { font-size:24px;}
	.text-left { text-align:center; padding-left:0 !important;}
	.col-xs-12.col-sm-4.col-md-3.text-left, .col-xs-12.col-sm-4.col-md-3.text-right, .green_border p { text-align:center !important;}
	.news-content, .latestnews-content, .speech-content-right, .press-content { margin-top:20px;}
	.latest-news img, .speech-margin img { width:100%;}
	ul.right-social { display:none;}
	.news-title h1 { width:100%;}
	.carousel-caption h3{
		font-size:18px;
	}
	.header-search { position:inherit; width:auto;}
	.navbar-nav .open .dropdown-menu 
	{background-color: #fff;
	border-radius:0;
		}
.mobile	{ display:block;}
.desktop { display:none;}
.pull-left, .pull-right {
    float: none !important;
}
.navbar-nav {
	margin:0;
}
.top_bar-top ul.list-inline { float:none !important; text-align:center;}
.top_bar-top ul.list-inline li { line-height:30px;}
.top_bar-top ul.list-inline li:first-child { width:100%;}
.top_bar-top ul.list-unstyled.list-inline.pull-right li:first-child { width:auto;}
.top_bar { text-align:center;}
.top_bar h2{ margin-left:0 !important; float:none !important; font-size:24px;}
}
@media (max-width: 480px) {
#countdown #tiles > span{
	width: 65px;
	max-width: 65px;
}
#countdown .labels li
{
    width: 76px;
}
table {
    font-size: 11px;
}
.gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.gallery a.big img {
  width: 40%;
}
}


.dropdown:hover .drops1 {
	display: none;
}
.drops li:nth-child(2):hover .drops1 {
	display: block;
}

.td-social-sharing-buttons.td-social-whatsapp { display:none !important;}
.img-gallery {
    padding-bottom: 20px;
    height: 143px !important;
    overflow: hidden;
    margin-bottom: 30px;
}
.img-gallery img {
	width:100% !important;
}
#lightgallery8 div:nth-child(3n+0) img{
	margin-top:-54px;
}
#lightgallery8 div:nth-child(6n+0) img{
	margin-top:-0px;
}
#lightgallery8 div:nth-child(9n+0) img{
	margin-top:-105px;
}
#lightgallery9 div:nth-child(2n+0) img {
	    margin-top: 0;
}
#lightgallery9 div:nth-child(4n+0) img {
	    margin-top: -15px;
}
#lightgallery9 div:nth-child(6n+0) img {
	    margin-top: 0;
}
#lightgallery9 div:nth-child(10n+0) img {
	    margin-top: 0;
}
#lightgallery12 div:nth-child(2n+0) img {
	margin-top: -30px;
}
#lightgallery12 div:nth-child(4n+0) img {
	margin-top: 0px;
}
#lightgallery12 div:nth-child(8n+0) img {
	margin-top: -45px;
}
#lightgallery7 div:nth-child(1n+0) img {
	margin-top:-90px;
}

#lightgallery7 div:nth-child(2n+0) img {
	margin-top:0px;
}
#lightgallery7 div:nth-child(4n+0) img {
	margin-top:-90px;
}

#lightgallery7 div:nth-child(6n+0) img {
	margin-top:-90px;
}
#lightgallery7 div:nth-child(10n+0) img {
	margin-top:-90px;
}

#lightgallery20 div:nth-child(1n+0) img {
	margin-top:-15px;
}

/*#lightgallery14 div:nth-child(2n+0) img {
	margin-top:
}*/

.button-news span, .news-button span, .date{ display:none;}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
    color: #fff !important;
    border: none !important;
    background: #008000 !important;
    font-size: 18px !important;
}