

/*General*/
h2{margin-bottom: 15px;}
p{margin-bottom: 30px}
a {color: #3ec3c3;}
.margin-20-top-bottom{margin: 20px 0;}
.about-lists ul li, ol li{color: #9e9e9e}
.default-blog-news .lower-content .post-meta {font-size: 22px;}



/*Icons*/
.icon-paypal{background-image: url ('../images/icons/paypal.jpg')}


/*Tools*/
.padding20{padding: 20px;}


/*Header*/
.header-bottom .header-bottom-bg {padding: 10px 0px;}
.tagline{width: 335px; float: left; margin: 42px 0 0 112px; font-size: 25px; font-style: italic; color: #126666;}
@media (max-width: 1199px){
.tagline{margin: 10px auto; float: none;}
.social, .paypal{display: none!important;}

}

/*@media (max-width: 992px){
.top-metting-location{display: none;}
}
*/

/*Image Banner*/
.inner-banner {padding: 170px 0 75px;}


/*Menu*/
/*.current-main-menu{border: 2px solid #126666;}*/
.current-main-menu a {color: #3ec3c3!important;}
.menuzord-menu li a:hover {color: #3ec3c3!important;}

/*Breadcrumb*/
.breadcumb-wrapper ul.link-list li a{font-weight: bold;}


@media (min-width: 992px){
.col-md-7 {width: 100%;}
}

.menuzord-menu {float: right;}
.menuzord-menu > li > a {padding: 20px 40px;}


/*Body*/
.about-lists ul{width: 25%; float:left; list-style-type: none; padding: 20px;}
.about-lists ul li {background-color: #f7f7f7; padding: 10px;}

.custom-links, .custom-links a{text-decoration: underline;}

.board-members-list li{margin: 20px 0; padding: 5px; background-color: #f7f7f7}
.default-blog-news .lower-content h4 {color: #9e9e9e;}

.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form input[type="number"], .default-form select, .default-form textarea {
    border: 1px solid #a5a5a5;}

.call-out .thm-btn-tr {border-color: #a5a5a5;}


@media (max-width: 991px){
.about-lists ul{width: 50%;}
}

@media (max-width: 450px){
.about-lists ul{width: 100%;}
}

/*Sidebar*/
.service-catergory li.active{background-color: #88e2de;}
.service-catergory li.active a{color: #252525;}


/*Responsive Table*/
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #333;
}
table.rg-table thead {
  border-bottom: 3px solid #ddd;
}
table.rg-table tr {
  border-bottom: 1px solid #ddd;
  color: #222;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table td {
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number, td.number {
  text-align: right;
}


/* media queries */
@media screen and (max-width: 600px) {
.rg-container {
  max-width: 600px;
  margin: 0 auto;
}
table.rg-table {
  width: 100%;
}
table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
  display: none;
}
table.rg-table thead {
  display: none;
}
table.rg-table tbody {
  width: 100%;
}
table.rg-table tr, table.rg-table th, table.rg-table td {
  display: block;
  padding: 0;
}
table.rg-table tr {
  border-bottom: none;
  margin: 0 0 1em 0;
  padding: 0.5em;
}
table.rg-table tr.highlight {
  background-color: inherit !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: none;
}
table.rg-table.zebra td:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table tr:nth-child(even) {
  background-color: none;
}
table.rg-table td {
  padding: 0.5em 0 0.25em 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
table.rg-table td[data-title]:before {
  content: attr(data-title);
  font-weight: bold;
  display: inline-block;
  content: attr(data-title);
  float: left;
  margin-right: 0.5em;
  font-size: 0.95em;
}
table.rg-table td:last-child {
  padding-right: 0;
  border-bottom: 2px solid #ccc;
}
table.rg-table td:empty {
  display: none;
}
table.rg-table .highlight td {
  background-color: inherit;
  font-weight: normal;
}

/*table.rg-table th{padding: 0 46px;}*/

}


/*End Responsive Table*/


/*Footer*/
footer p{color: #ffffff;}
.footer-bottom{background-color: #313131}
.designed-by {color: #126666;}
.designed-by:hover{color: #1bd4d4;}
.footer-link-widget .list li a {text-decoration: underline;}

@media (max-width: 992px){

footer .col-sm-6 {height: 325px;}
}

