@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(/scripts/fonts/fonts.css);

body {
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
p {
	font-size: 16px;
    color: #333;
    margin-bottom: 1.5em;
}


/* --------------------------------------------------
	1. SG Topbar
	1. SG Footer
---------------------------------------------------- */


/* --------------------------------------------------
	[ SG Topbar]
---------------------------------------------------- */
.blog-topbar {
    background: #fff;
}

/* Topbar List */
.topbar-list {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	float: left;
}
.topbar-list > li {
	font-size: 10px;
	position: relative;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	color: #666;
	padding: 7px 1px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.topbar-list > li:before {
	top: 11px;
	left: -3px;
	width: 1px;
	height: 9px;
	content: ' ';
	position: absolute;
	background:none;
}
.topbar-list li:last-child {
	padding-right: 0;
}
.topbar-list li a {
	color: #AAA;
	font-weight:700;
}
.topbar-list li a:hover {
	color: #999;
	text-decoration: none;
	font-weight:700;
}
.topbar-log_reg li.home:before {
	display: none;
}

.p-date {
    font-size: 10px;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    color: #AAA;
    padding: 7px 1px 0px 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: -5px;
}

@media (max-width: 991px) {
	.p-date {
		font-size: 8px;
		padding: 5px 1px 0px 0px;
		margin-bottom: -5px;
	}
}

@media (max-width: 768px) {
	.topbar-toggler {
		display: block;
	}
	.topbar-menu {
		display: none;
	}
	.topbar-menu {
		clear: both;
		float: none;
		padding: 0 0 5px;
	}
	.topbar-menu li {
		display: block;
		padding: 7px 0;
	}
	.topbar-menu li:before {
		display: none;
	}
	.topbar-menu strong {
		font-weight: normal;
		opacity: 0.5;
	}
	.topbar-list > li {
		font-size: 7px;
	}
}

/*Bug fixed in v1.9*/
@media (min-width: 769px) {
	.topbar-menu {
		display: block !important;
	}
}

/* --------------------------------------------------
	[ SG Footer]
---------------------------------------------------- */
.sgfooter {
	background: #222;
	border-top: none;
	padding: 0px;
}

.sgfooter .sgcontainer {
	/*background:url(/scripts/assets/sgtemplate/images/bottom-curve.svg) no-repeat bottom right; */
}

.sgfooter .branding {
	text-align: center;
}

.sgfooter .branding p {
	color: #999;
	padding-top: 10px;
	font-size: 12px;
	font-weight: 400;
}

.sgfooter .footer-socials {
	text-align: center;
	vertical-align: bottom;
}

.sgfooter .footer-socials li a {
	color: #777;
	font-size: 16px;
}

.sgfooter .sgcopyright {
}

.sgfooter .sgcopyright p {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	padding-right: 70px;
	padding-top: 110px;
	vertical-align: text-bottom;
}

@media (max-width: 991px) {
	.sgfooter {
		padding: 15px 0px 0px 0px;
	}

	.sgfooter .sgcopyright p {
		text-align: left;
		padding-top: 0px;
	}
}

.sgfootersocial {
	font-size: 24px;
}

 .footer-v6 .copyright {
    padding: 0 0 5px;
    background: #d35400;
}

.footer-v6 .dark-social li i {
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
}

.footer-v6 .copyright .terms-menu li {
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    margin-right: 2px;
    border-color: #777;
    padding-left: 10px;
    border-left: 1px solid #bbb;
}

.footer-v6 .copyright .terms-menu li a {
    color: #fff;
}

.footer-v6 .copyright .terms-menu li a:hover {
    color: #bbb;
    text-decoration: none;
}

.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: #E1DBDB;
}

.footer-v1 .copyright {
    background: #ec7835;
	padding: 5px 0 5px;
	font-size: 12px;

}

.footer-v1 .copyright .list-inline {
    margin-bottom: 0px;
	color: #FFF;
}

.footer-v1 .copyright a {
	color: #FFF;
}

.footer-v1 .copyright .terms-menu li {
    color: #fff;
}

.footer-v1 .copyright a:hover {
	color: #D1D1D1;
}

.footer-v1 .copyright .dark-social a {
    font-size: 20px;
}

.sm-logo {
    margin: 0 auto;
    text-align: center;
    padding: 15px 0px 5px;
}

#noty-holder{    
	width: 100%;    
	top: 0;
	z-index: 1031; /* Max Z-Index in Fixed Nav Menu is 1030*/
	text-align: center;
	position: fixed;
}

.alert{
	border-radius: 0px;
	border:none;
}

#main{
	min-height:900px;
}

.cc_message {
    color: white;
}

/* Print */
@media print {
	body {-webkit-print-color-adjust: exact;}
	
	a[href]:after {
		content: none !important;
	}
	.table td, .table th { 
		-webkit-print-color-adjust: exact;
	} 
	*, :after, :before {
		-webkit-print-color-adjust: exact;
	}
}


/* Youtube Video Holding Images - News */

.newsvideo .thumbnail-style a.btn-more:hover {
	box-shadow: 0 0 0 2px #f57702;
}

.newsvideo .thumbnail-style {
    padding: 0px;
    margin-bottom: 20px;
}

.newsvideo .thumbnail-style a.btn-more {
	background: #f57702;
}

.newsvideo .cropped {
	overflow: hidden;
	margin: -38px 0px;
}

.newsvideo .cropped img {
	margin: -10px 0px 0px -180px;
}

.newsvideo .thumbnail-kenburn img {
    left: 0px;
}


.homevideo .thumbnail-kenburn img {
    left: 0px;
}

.homevideo .thumbnail-style a.btn-more:hover {
	box-shadow: 0 0 0 2px #f57702;
}

.homevideo .thumbnail-style {
    padding: 0px;
    margin-bottom: -12px;
}

.homevideo .cropped {
	overflow: hidden;
	margin: -42px 0px;
}

.homevideo .cropped img {
	margin: -10px 0px 0px -180px;
}


.homevideo2 .thumbnail-kenburn img {
    left: 0px;
}
.homevideo2 .thumbnail-style a.btn-more:hover {
	box-shadow: 0 0 0 2px #f57702;
}

.homevideo2 .thumbnail-style {
    padding: 0px;
    margin-bottom: -12px;
}

.homevideo2 .cropped {
	overflow: hidden;
	margin: -19px 0px;
}

.homevideo2 .cropped img {
	margin: -10px 0px 0px -180px;
}

.bannerlink {
	cursor: pointer;
}
