/* CSS Document */

body.bgcolor {
	background:#fff;
	color:#737373;
	margin-top:128px !important;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

header {
	background:#fff;
	border:1px solid #d6d6d6;
}

.mainHeader {
	background-image:url('/default/assets/image/new/p2-pic.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:30px;
}
.mainHeader .container {
	min-height:260px;
	position:relative;
}
.mainHeader h1 {
	position:absolute;
	top: 50%;
	transform: translate(0, -50%);
	color:#fff;
	font-size:50px;
	font-weight:100;
}

.mainContent h1, .mainContent h2, .mainContent h3, .mainContent h4 {
	color:#000;
}

.logo img {
	width:225px;
}

a {
	color:#336b79;
	font-weight:bold;
}

/* ==========================================================================
	 TOP HEADER Classes
	 ========================================================================== */

#topnav a, #topnavlist-md a {
	color:#336b79;
	text-transform:uppercase;
	font-size: 11px;
    font-weight: 800;
	letter-spacing: 1.5px;
}

#topnav > ul, #topnavlist-md {
	text-align:left;
	display: inline;
	margin: 0;
	padding: 5px 4px 5px 0;
	list-style: none;
}
#topnav a:hover, #topnavlist-md a:hover {
	background:transparent;
	color:#000;
}

#topnav > ul li, #topnavlist-md > li {
	font: bold 11px/18px 'Raleway', sans-serif;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding-top: 5px;
	padding-bottom:5px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#topnav > ul li ul li, #topnavlist-md > li ul li {
	padding-left:0 !important;
	padding-right:0 !important;
	margin-right:5px;
}

#topnav > ul li ul li a, #topnavlist-md > li ul li a {
	font-size:12px !important;
	font-weight:normal !important;
	font-family:'Raleway', sans-serif !important;
	color:#b12a00 !important;
}
#topnav > ul li ul li a:hover, #topnavlist-md > li ul li a:hover {
	color:#000 !important;
}
#topnav .sysMembersLogin, #topnavlist-md .sysMembersLogin {
	color:#e3a450 !important;
}
#topnav .sysMembersLogin:hover, #topnavlist-md .sysMembersLogin:hover {
	color:#000 !important;
}
#topnav .sysBuyRaffleTickets, #topnavlist-md .sysBuyRaffleTickets {
	color:#9b0409 !important;
}

#topnav li, #topnavlist-md li {
	position:relative;
}
#topnav li:before, #topnavlist-md li:before {
    content: " | ";
    margin-left: 0;
    margin-right: 0;
    color: #336b79;
    font-weight: 800;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 21px;
}
#topnav li:first-child:before, #topnavlist-md li:first-child:before {
    content: "";
}

.topHeader .social {
    padding-top: 20px;
}
.search {
    padding-top: 10px;
}


#headbottom {
	margin:40px 30px 10px;
	padding:0px;
	text-align:right;
}
#headbottom a {
	color:#202020;
	font-size:13px;
	padding-left:10px;
}
#headbottom a:hover {
	color:#b12a00;
}


/* ==========================================================================
	 Design Professional Classes
	 ========================================================================== */

.designProf {
	text-transform:uppercase;
	padding: 20px;
}

.designProf a {
	font-weight:600;
	color:#000;
}

.designProf h3 {
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}

.designProf p {
	margin-bottom:20px;
}

.designProf-resource {
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #d6d6d6;
}

.designProf-education .col-xs-6 {
	padding-bottom:20px;
	padding-left:0;
}


.designProf-specs {
	text-align:center;
}

.designProf-resource.row, .designProf-education .row {
	margin-left:0;
	margin-right:0;
}

.designProf-contacts .row {
	position:relative;
}
.designProf-contacts .col-xs-5 {
    width: 100px;
	text-align:center;
}
.designProf-contacts .col-xs-7 {
    width: 60%;
	position:absolute;
	top: 40%;
    transform: translateY(-50%);
	left:110px;
}

.designProf-contacts .col-xs-5,
.designProf-contacts .col-xs-7,
.designProf-contacts .col-xs-12 {
	padding-bottom:15px;
}

@media (max-width:767px) {
	.navbar {
		/*margin-top:-50px;*/
	}

	.designProf-contacts .col-xs-5,
	.designProf-contacts .col-xs-7,
	.designProf-contacts .col-xs-12 {
		padding-left:0;
		padding-right:0;
	}
}

@media (min-width:768px) and (max-width:991px) {
	body.bgcolor {
	    margin-top: 180px !important;
	}
}

@media (max-width:991px) {
	.designProf-education img{
		margin: 0 auto;
	}
	.designProf .col-md-3 {
		padding-bottom:20px;
	}
}


@media (min-width:992px) {
	.designProf .col-md-3 {
		padding-left:0;
		padding-right:0;
	}
	.designProf .col-md-3 {
	    width: 20%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	.designProf-contacts .row {
		padding-left: 10%;
	}
}


/* ==========================================================================
	 main nav Classes
	 ========================================================================== */

.navbar-inverse {
	background-color:transparent;
}
.navbar-inverse .navbar-nav>li>a {
	color:#000;
	font-weight: 700;
	font-size:13px;
	letter-spacing: 1.5px;
	text-transform:uppercase;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color:#336b79;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	color:#336b79;
	background-color:transparent;
}
.mainNavigation .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color:#336b79;
}


/* ==========================================================================
	 footer Classes
	 ========================================================================== */

#footerSponsors {
	border-top:1px solid #e4e4e4;
	margin-top:30px;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}
#footerSponsors h2 {
    color: #000;
    font-size: 35px;
    font-weight: 300;
	margin-bottom:30px;
}
#footerSponsors img {
    padding:10px;
}
footer {
	background:#484848;
}
footer .container {
	padding-top:30px;
	padding-bottom:160px;
	position:relative;
}
#footerLinks {
	font-size: 11px;
    text-transform: uppercase;
}
#footerLinks .social {
	text-align:right;
	padding-top:10px;
}
#footerLinks h5 {
    color: #8b8b8b;
    font-size: 13px;
    font-weight: bold;
	margin-bottom: 20px;
}
#footerLinks a {
    color: #fff;
}

#footerLinks .footerlinks { /*feed-driven class */
	line-height:2em;
}

.footerBottom {
	color:#8b8b8b;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}
.footerBottom a {
	color:#fff;
}

.footerNatStone {
	margin-top:20px;
	background-image:url('/default/assets/image/new/natural-stone-bkd.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding-top:20px;
	padding-bottom:20px;
}
.footerNatStone a,
.footerNatStone a:hover,
.footerNatStone a:active {
	text-decoration: none;
}
.footerNatStone h3 {
	color:#006669;
    font-weight: 600;
	font-size:21px;
}

@media (max-width:767px) {
	.footerNatStone {
		text-align:center;
	}
}

@media (min-width:768px) {
	.footerNatStone img {
		float:left;
		margin-left:20px;
		margin-right:20px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.footerNatStone h3 {
		padding-top: 20px;
	}
}

@media (min-width:992px) {
	.footerNatStone h3 {
		padding-top: 35px;
	}
}



/* ==========================================================================
	 home Classes
	 ========================================================================== */

.homeHeader {
	margin-bottom:80px;
}
.homeHeader .carousel-inner>.item {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.homeHeader .carousel-inner>.item a.carouselClickbox {
    display: block;
}
.homeHeader .carousel-caption {
	text-align:center;
	bottom: 35%;
	text-shadow: 0 1px 2px rgba(0,0,0,1) !important;
}
.homeHeader .carousel-caption h3 {
    line-height: 1.5;
    font-size: 31px;
    font-weight: 500;
	color: #fff;
}

.homeHeader .carousel-caption h3 a {
	color: #fff;
}

.homeHeader .carousel-caption h4 {
    line-height: 1.3;
    font-weight: 600;
	color: #fff;
}

.homeHeader .carousel-caption h4 a {
    font-size: 24px;
    font-weight: 600;
	color: #e99c34;
}

.homeHeader .carousel-credits {
	text-align: right;
    bottom: 1em;
    text-shadow: 0 1px 2px rgba(0,0,0,1) !important;
    position: absolute;
    right: 1em;
    color: #fff;
    font-style: italic;
    font-size: .8em;
}

.homeHeader.container-fluid {
	padding-left:0;
	padding-right:0;
}

#myCarousel .row {
	margin-left:0;
	margin-right:0;
}


.homeBluecircle {
	padding-bottom:80px;
}
.homeBluecircle .col-sm-4 {
	position:relative;
}
.homeBluecircle a {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 999;
}

.homeStoneprof, .homeDesignprof, .homeConsumers {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.homeStoneprof {
	background-image:url('/default/assets/image/new/for-stonepro.jpg');
}
.homeDesignprof {
	background-image:url('/default/assets/image/new/for-designpro.jpg');
}
.homeConsumers {
	background-image:url('/default/assets/image/new/for-consumers.jpg');
}
.homeBluecircle img {
	padding-bottom:20px;
}
.homeBluecircle-text {
	position:absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 10px;
    right: 10px;
	color:#fff;
	text-shadow: 2px 2px 4px #000000;
	font-weight:bold;
     font-size: 26px;
    letter-spacing: 2px;
	text-transform:uppercase;
	text-align:center;
}
.homeEvents {
	/*background-image:url('/default/assets/image/new/upcomingevents-bkd.jpg');*/
	/*min-height:630px;*/
	background-color: #efefef;
	padding-top:30px;
	padding-bottom:30px;
}

.homeEvents #carousel-events {
	padding-left:70px;
	padding-right:70px;
	margin-top: 4em;
	/*min-height: 250px;
	height: 25px;
	max-height: 250px;*/
}

#myCarousel .carousel-control.left, #myCarousel .carousel-control.right {
	background-image:none;
}
#myCarousel .carousel-control {
	top:40%;
}


.homeEvents .carousel-control.left, .homeEvents .carousel-control.right {
	background-image:none;
}
.homeEvents .carousel-control {
	width:auto;
	/*top:40%;*/
}
.homeEvents .carousel-control.left {
	left:0;
}

.homeEvents h2, .homeMonth h3 {
	color:#000;
}
.homeEvents a {
	color:#000;
	text-transform:uppercase;
	font-size:12px;
	font-weight:800;
	padding-top:20px;
}
.homeEvents strong {
	color:#000;
	font-weight:700;
}
.homeEvents p {
	padding-bottom:7px;
	color: #000;
}

.homeDates {
	padding-top:30px;
	line-height:2;
}
.homeMonth {
	padding-bottom:20px;
}

.homeUseNS, .homeResourceLibrary {
	background:#000;
	color:#fff6e9;
}

.homeUseNS .col-sm-6:first-child {
	background-image:url('/default/assets/image/new/silica_background.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.homeResourceLibrary .col-sm-6:last-child {
	background-image:url('/default/assets/image/new/stone_catalog.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

/*.homeBrownbox .row {
	margin-left:0;
	margin-right:0;
}*/
.homeBrownbox a {
	color: #e99c34;
}
.homeBrownbox h3 {
	text-transform:uppercase;
	font-size:35px;
	letter-spacing: 2px;
}
.homeBrownbox h3 strong {
	color:#fff;
}
.homeBrownbox-text {
	line-height:1.7;
}

.homeGrayBox {
	min-height:510px;
	background:#f2f2f2;
	padding-top:40px;
	padding-bottom:30px;
	text-align:center;
	line-height:1.7;
	font-size: 16px;
}
.homeGrayBox .col-sm-4 {
	padding-bottom:20px;
}
.homeGrayBox h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
/*.homeGrayBox a {
	color:#000;
	text-transform:uppercase;
	font-weight: 700;
    font-size: 12px;
}*/
.homeGrayBox img {
	padding-bottom:10px;
	padding-top: 10px;
}

.homeLatestNews {
	line-height:1.5;
	padding-top:50px;
	color:#000;
}
.homeLatestNews h2 {
	text-transform:uppercase;
	text-align:center;
	padding-bottom:50px;
}
.homeLatestNews-text h5 {
	color:#000;
	font-weight:bold;
}
.homeLatestNews-text a {
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
.homeLatestNews-text p {
	padding-bottom:0px;
}

.homeLatestNews-text .row {
	padding-bottom:30px;
}


/* ==========================================================================
	 tab Styles
 * ========================================================================== */

.connectTabs {
	border:1px solid #ddd;
	background-color: #e2e2e2;
	margin-right: 20px;
}

.connectTabs .nav-tabs>li>a {
	border-right: 1px solid #ddd;
	border-radius:0;

}

.tab-pane {
	padding:20px 10px;
	background: #fff;
}

#facebook {
	text-align:center;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background:#fff;
}


/* ==========================================================================
	 internal Styles
 * ========================================================================== */

div.rhsNav {
	margin-top:1em;
	border-left: 1px solid #ccc;
}
div.rhsNav h5 {
	margin-top:1em;
	color:#336b79;
	font-weight:bold;
	font-size:1.5em;
	font-variant: small-caps;
	padding-left:.5em;
}
div.rhsNav > ul,
div.rhsNav > ul li ul.sidenavDropdown {
	list-style-type: none;
}
div.rhsNav > ul li a,
div.rhsNav > ul li ul.sidenavDropdown li a {
	color:#000;
	font-weight: 700;
	line-height: 2em;
}
div.rhsNav > ul li a:hover,
div.rhsNav > ul li a:active,
div.rhsNav > ul li ul.sidenavDropdown li a:active,
div.rhsNav > ul li ul.sidenavDropdown li a:active {
    color: #336b79;
}

.humanrightsBody {
	padding-top:20px;
}
.humanrightsBody p {
	margin-bottom:15px;
}
.humanrightsBody h4 {
	margin-top:20px;
}
.humanrightsBody .btn-primary {
    padding-top: 2px;
    padding-bottom: 3px;
    border-radius: 20px;
    font-size: 13px;
    letter-spacing: .5px;
	margin-bottom: 10px;
}

@media (max-width:767px) {
	body.bgcolor {
		margin-top:178px !important;
		font-family: Raleway,sans-serif !important;
	}
	.logo img {
		width: 200px;
	}
	.row {
		margin-left:0;
		margin-right:0;
	}
	.mobileNav .navbar-nav>li {
		float: left;
		/*width:50%;*/
		text-align: center;
	}
	.mainNavigation .navbar-toggle {
		margin-top:-60px;
	}
	.mainNavigation .navbar {
		min-height: 0;
		margin-bottom: 0;
	}
	.mainNavigation .navbar-collapse.collapse {
		margin-top: 0 !important;
	}
	#topnavlist-md li:before {
		top: 16px;
	}
	.homeHeader .carousel-inner>.item  {
		height:350px;
	}
	.homeStoneprof, .homeDesignprof, .homeConsumers {
		height:300px;
		margin-bottom: 20px;
	}
	.homeUseNS, .homeResourceLibrary {
		min-height:300px;
		margin-top: 20px;
	}
	.homeUseNS .col-sm-6:last-child, .homeResourceLibrary .col-sm-6:first-child {
		/*position:relative;
		min-height:300px;*/
		padding:15px;
	}
	.homeUseNS .col-sm-6:first-child {
		min-height:300px;
	}
	.homeResourceLibrary .col-sm-6:last-child {
		min-height:300px;
	}
	.carousel-caption {
		left: 20px;
		right: 20px;
	}
	.homeHeader .carousel-caption h3 {
		line-height: 1.5;
		font-size: 25px;
	}
	.homeHeader .carousel-caption h4 a {
		font-size: 25px;
	}

	.connectTabs .nav-tabs>li>a {
		padding-left:7px;
		padding-right:7px;
	}
	.footerBottom {
		text-align: center;
		padding-top: 20px;
	}

	.homeBrownbox-text strong {
		display:block;
	}

	.election {min-height:338px;}
}

@media (min-width:768px) {
	#topnav .navbar-nav {
		float:right;
	}
	#topnav .ol-sm-8, #topnav .col-sm-4 {
		padding-left:0;
		padding-right:0;
	}
	#topnav .navbar-nav>li>a {
		padding-bottom:0;
	}
	.homeHeader .carousel-inner>.item,
	.homeHeader .carousel-inner>.item a.carouselClickbox  {
		height:650px;
	}
	.homeStoneprof, .homeDesignprof, .homeConsumers {
		height:480px;
	}
	.homeUseNS, .homeResourceLibrary {
		min-height:600px;
	}
	.homeUseNS .col-sm-6:last-child, .homeResourceLibrary .col-sm-6:first-child {
		position:relative;
		min-height:600px;
	}
	.homeUseNS .col-sm-6:first-child {
		min-height:600px;
	}
	.homeResourceLibrary .col-sm-6:last-child {
		min-height:600px;
	}
	.homeBrownbox-text {
		position:absolute;
		top:50%;
		transform: translate(0, -50%);
	}
	.connectTabs {
		margin-right: 20px;
	}
	footer .container {
		/*height:620px;
		min-height:620px;*/
	}

	.footerBottom {
		position:absolute;
		bottom:30px;
		left:0;
	}

}

@media (min-width:768px) and (max-width:991px) {
	.mainNavigation {
		padding-top:5px;
	}

	.homeBluecircle .col-sm-4 {
		width: 30%;
		margin-left: 12px;
		margin-right: 12px;
	}

	.election {min-height:410px;}
}

@media (max-width: 991px) {
	.mainNavigation .navbar-header {
		float: right;
	}
    .mainNavigation  .navbar-toggle {
        display: block;
    }
    .mainNavigation  .navbar-collapse.collapse {
        display: none!important;
		border:0;
	    margin-top: 60px;
	    text-align: right;
    }
    .mainNavigation  .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .mainNavigation  .navbar-nav>li {
        float: none!important;
    }
    .mainNavigation  .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mainNavigation .collapse.in{
		display: block !important;
    }
	.mainNavigation .social {
	    padding-top: 10px;
	    padding-right: 10px;
	}
	.navbar-toggle .icon-bar {
		background-color: #000;
		width: 27px;
    	height: 1px;
	}
	.mainNavigation .navbar-collapse.in {
		overflow-y: auto;
	}

	.mainNavigation .open>.dropdown-menu {
		display: block;
		float: none;
		width: auto;
		position: static;
		border: 0;
		box-shadow: none;
	}

	.logo {
		padding-bottom:20px;
	}
	.logo img {
		margin:auto;
	}

}

@media (min-width:992px) {
	.mainNavigation .navbar {
		margin-top: 15px;
    	margin-bottom: 0;
	}

	.mNav .col-md-3, .mNav .col-md-9 {
		padding-left:0;
		padding-right:0;
	}
	.logo {
		margin-top:-44px;
	}
	.homeBluecircle .col-sm-4 {
		width: 30%;
		margin-left: 15px;
		margin-right: 15px;
	}
	.homeUseNS .col-sm-6:last-child .homeBrownbox-text {
		left:50px;
		right:50px;
	}
	.homeResourceLibrary .col-sm-6:first-child .homeBrownbox-text {
		left:40%;
		right:50px;
	}

	.homeGrayBox .col-md-2 {
		width: 20%;
	}


}


@media (min-width:992px) and (max-width:1199px) {
	.mainNavigation .nav>li>a {
		padding-left: 7px;
    	padding-right: 6px;
   		font-size: 13px;
	}
	.homeHeader .carousel-caption {
    	right: 20%;
	}
	.election {
		min-height:442px;
	}
}

@media (max-width:1199px) {
	.homeUseNS .col-sm-6:last-child .homeBrownbox-text {
		left:20px;
		right:20px;
	}
	.homeResourceLibrary .col-sm-6:first-child .homeBrownbox-text {
		left:30px;
		right:20px;
	}
}

@media (min-width:1200px) {
	.mNav.container {
		width:1200px;
		padding-left:0;
		padding-right:0;
	}
	.mNav .row {
		margin-left:0;
		margin-right:0;
	}

	#topnav {
		text-align:right;
	}
	#topnav > ul li {
		padding-left:10px;
		padding-right:9px;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size:14px;
	}
	.mainNavigation .nav>li>a {
		/*padding-left: 12px;
		padding-right: 7px;*/
	}

	.homeHeader .carousel-caption {
		right:30%;
        left:30%;
	}

	.election {
		min-height:370px;
	}

}

.left-indent {
	margin-left:30px;
}

.libtm {
	margin-bottom:15px;
}
.acclist {
	list-style-image: url(/default/assets/image/accreditation/brown-arrow.png);
	margin-left:20px;
	padding:0px;
	}

.acclist li {margin-bottom:5px;}

.img-right-xxs {
	width: 15%;
	padding: 0px 0px 10px 10px;
	font-size: 85%;
	float: right !important;
	min-width:80px;
}

.img-right-xs {
	width: 20%;
	padding: 0px 0px 10px 10px;
	font-size: 85%;
	float: right !important;
	min-width:125px;
}

.img-right-sm {
	width: 25%;
	padding: 0px 0px 10px 10px;
	font-size: 85%;
	float: right !important;
	min-width:150px;
}

.img-right-md {
	width: 30%;
	padding: 0px 0px 10px 10px;
	font-size: 85%;
	float: right !important;
	min-width:150px;
}

.img-right-lg {
	width: 35%;
	padding: 0px 0px 10px 10px;
	font-size: 85%;
	float: right !important;
	min-width:150px;
}

.img-left-sm {
	width: 25%;
	padding: 0px 10px 10px 0px;
	font-size: 85%;
	float: left !important;
	min-width:150px;
}

.img-left-md {
	width: 30%;
	padding: 0px 10px 10px 0px;
	font-size: 85%;
	float: left !important;
	min-width:150px;
}

.img-left-lg {
	width: 35%;
	padding: 0px 10px 10px 0px;
	font-size: 85%;
	float: left !important;
	min-width:150px;
}

.img-right-xxs img,
.img-right-xs img,
.img-right-sm img,
.img-right-md img,
.img-right-lg img,
.img-left-sm img,
.img-left-md img,
.img-left-lg img {
	width: 100%;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.sysNaturalStoneFoundation .pageTitle {
	display: none;
}

