﻿@charset "utf-8";
/* CSS Document */



body {
	padding-top: 0px;
	font-family: 'Lato', sans-serif;
}
.navbar {
	/* background: #f3f3f3; */
	margin-bottom: 0;
	/* min-height: 33px; */
	border-radius: 0;
	margin-top: 5px;
}
.navbar a {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-nav>li {
	display: inline-block;
	vertical-align: bottom;
	background: #fff;
}
.navbar-nav.nav .open>a, .navbar-nav.nav .open>a:focus, .navbar-nav.nav .open>a:hover, .navbar-nav.nav>li>a:hover {
	background-color: #fff;
	border-color: #fff;
}
.mtb10 {
	margin: 10px 0
}
.m0 {
	margin: 0px!important;
}
.mt0 {
	margin-top: 0px!important;
}
.ml0 {
	margin-left: 0px!important;
}
.mr0 {
	margin-right: 0px!important;
}
.mb0 {
	margin-bottom: 0px!important;
}
.m10 {
	margin: 10px;
}
.m20 {
	margin: 20px!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.ml10 {
	margin-left: 10px!important;
}
.mr10 {
	margin-right: 10px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.mr20 {
	margin-right: 20px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mtb20 {
	margin: 20px 0
}
.p0 {
	padding: 0px!important;
}
.pt0 {
	padding-top: 0px!important;
}
.pl0 {
	padding-left: 0px!important;
}
.pr0 {
	padding-right: 0px!important;
}
.pb0 {
	padding-bottom: 0px!important;
}
.p10 {
	padding: 10px
}
.p20 {
	padding: 10px
}
header {
	margin-bottom: 20px;
}
 @media (min-width: 768px) {
.navbar-nav>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
}
}
footer {
	background: #333333;
	color: #fff;
	margin: 20px 0 0 0;
	padding: 15px 0;
}
.topbar {
	padding: 10px 0
}
.topnav {
	list-style: none;
	font-size: 16px;
	font-weight: 700;
}
.topnav li {
	display: inline-block;
	text-transform: uppercase;
	margin-left: 20px;
}
.topnav li a {
	color: #333
}
.topnav li i {
	margin: 0 4px;
}
.roundul {
	margin: 0;
	padding: 0 0 0 0px;
	margin-bottom: 20px;
	list-style: none;
}
.roundul li {
	padding-left: 22px;
	text-indent: -.9em;
}
.roundul li:before {
	content: "• ";
	padding-right: 3px;
	color: #ff6853; /* or whatever color you prefer */
}
.blogarticles .roundul { /*max-height: 120px; overflow-y: auto;*/
}
.blogarticles .btn {
	padding: 2px 14px;
	font-size: 12px;
	float: right;
	border-radius: 12px;
}
.panel-title {
	font-size: 14px;
}
.blogarticles .panel-default {
	border: none;
	min-height: 207px;
}
.blogarticles .panel-body {
	background-color: #edf5f7;
}
.headingTitl {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 900;
	color: #000;
    margin:0 0 0 0;
}
.headingTitl span {
	font-weight: 300;
	color: #000;
    margin:0 0 0 0;
}




.heading2 {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 900;
	color: #000;
}
.heading2 span {
	font-weight: 300;
	color: #000;
}

.btn-primary-Cancel {
	color: white;
	text-transform: uppercase;
	background-color: #3dc6d0;
	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
}



.btn-primary {
	color: #fff;
	text-transform: uppercase;
	background-color: #3dc6d0;
	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
background: rgb(37,141,200); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #30b0b9;
	border-color: #30b0b9;
	color: #fff;
}
.btn-black {
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.btn-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #333;
}
.content {
	min-height: 400px;
}
.nav.nav-tabs a {
	text-transform: uppercase;
	font-weight: 700;
}
.loginbtn {
	background: #333;
	color: #fff!important;
	padding: 4px 16px;
	border-radius: 7px;
	font-size: 13px;
}
.loginbtn:hover {
	text-decoration: none
}
.fbicn i {
	color: #3b5998
}
.tweeticn i {
	color: #1da1f2
}
.gmailicn i {
	color: #dc4a38;
}
.fbicn, .tweeticn, .gmailicn {
	font-size: 22px;
}
.marquee, .marquee-with-options, .marquee-vert-before, .marquee-vert {
	width: 100%;
	overflow: hidden;
}
.marquee-vert {
	height: 150px;
}
.tboxes .panel-heading {
	font-weight: 900;
	font-size: 14px;
	border-bottom: 0px solid;
	/* display: inline-block; */
	text-transform: uppercase;
	letter-spacing: 5px;
	/*  border-top: 3px solid #ff6853;*/
	padding-left: 70px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
background: rgb(37,141,200); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;

    
	padding: 12px 0;
	border-radius: 3px 3px 0 0;
	font-weight: bold;
	text-align: center;
	position: relative;
	zoom: 1;
	letter-spacing: 0;
	margin-left: 2px;
	box-shadow: 0 -3px 5px rgba(51,51,51,0.2);
	-moz-box-shadow: 0 -3px 5px rgba(51,51,51,0.2);
	-webkit-box-shadow: 0 -3px 5px rgba(51,51,51,0.2);
}
.tboxes .panel-heading p {
	position: absolute;
	top: -9px;
	left: 30px;
	background-color: #fd7140;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	min-width: 40px;
	font-size: 15px;
	letter-spacing: 0.6px;
}
.tboxes .panel-heading p::before {
	border-bottom: 12px solid #fd7140;
	border-left: 6px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	left: -6px;
	position: absolute;
	top: 0;
	width: 0;
}
.tboxes .panel-heading p::after {
	border-left: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(0, 0, 0, 0);
	border-top: 13px solid #fd7140;
	content: "";
	height: 0;
	left: 0;
	right: 0;
	width: 100%;
	position: absolute;
	bottom: -12px;
	width: 0;
}
/*tabs start*/
ul.tabs {
	position: absolute;
	width: 100%;
	bottom: 0;
    left:0;
	padding: 0;
	margin-bottom: 0;
	line-height: 1em;
	list-style: none;
	letter-spacing: -2px;
}
ul.tabs li, ul.tabs li.norollover:hover {
	display: inline-block;
	padding: 12px 0;
	border-radius: 3px 3px 0 0;
	font-weight: bold;
	text-align: center;
	position: relative;
	zoom: 1;
	letter-spacing: 0;
	margin-left: 2px;
	box-shadow: 0 -3px 5px rgba(51,51,51,0.2);
	-moz-box-shadow: 0 -3px 5px rgba(51,51,51,0.2);
	-webkit-box-shadow: 0 -3px 5px rgba(51,51,51,0.2);
}
ul.tabs li.norollover:hover a {
	top: 0;
}
ul.tabs li:hover, ul.tabs li.selected {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
background: rgb(37,141,200); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul.tabs li {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
background: rgb(37,141,200); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul.tabs li a:link, ul.tabs li a:visited {
	text-decoration: none;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 15px 20px;
}
ul.tabs li.selected, ul.tabs li.selected:hover {
	padding-top: 24px;
	padding-bottom: 13px;
}
ul.tabs li:hover {
	padding-top: 24px;
	padding-bottom: 12px;
}
ul.tabs li.selected a, ul.tabs li:hover a {
	position: relative;
	top: -5px;
}
ul.tabs li.tab-local.active a, ul.tabs #nav-myacs.active a, ul.tabs li.tab-local.active:hover a, ul.tabs #nav-myacs.active:hover a {
	position: relative;
	top: 0;
}
ul.tabs .dropdown-menu {
	margin: 0;
	padding: 0;
}
ul.tabs .dropdown-menu li, ul.tabs .dropdown-menu li:hover {
	display: block;
	padding: 0;
	border-radius: 0;
	margin: 0;
}
ul.tabs .dropdown-menu>li>a:focus, ul.tabs .dropdown-menu>li>a:hover {
	background: #149ca2
}
ul.tabs .dropdown-menu li a {
	padding: 10px 8px;
}
ul.tabs li.selected .dropdown-menu li a, ul.tabs li:hover .dropdown-menu li a {
	position: relative;
	top: 0px;
}
/*tabs end*/

.tboxes .item img {
	height: 206px;
}
.tboxes .blogarticles .panel-body {
	height: 206px;
}
.table th {
	
	color: black;
}
