/**
 * ------------------------------------------------------ *
 * Base
 * ------------------------------------------------------ *
**/
 * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{height:100%;}
body {
	min-width: 300px;
	height: 100%;
	margin: 0 auto;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25;
	color: black;
	overflow-x: hidden;
}
#container{min-height:100%;}
#main{ padding-bottom:35px;}
#footer{ position:relative; height:55px; margin-top:0;clear:both; color:white; padding: 5px 15px;}
h2.text-line{
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #888;
   line-height: 0.1em;
   margin: 10px 0 10px; 
   color:white;
   font-size:1.1rem;
} 

h2.text-line span { 
    background:#000; 
    padding:0 10px; 
}
a {
	text-decoration: none;
	color: #004080;
	font-weight:Bold;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}
/**
 * ------------------------------------------------------ *
 * Utilities
 * ------------------------------------------------------ *
**/
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.center {
	text-align: center;
}
.reset-mt {
	margin-top: 0 !important;
}
.reset-mb {
	margin-bottom: 0 !important;
}
.margin-bottom {
	margin-bottom: 1em;
}
/**
 * ------------------------------------------------------ *
 * Styles
 * ------------------------------------------------------ *
**/
.headline {
	margin: 0 auto 3em;
}
h1 {
	font-size: 2em;
	line-height: 1.125;
	margin: 1.25em 0 0;
}
h2, h3, .h2 {
	font-size: 1.5em;
	margin: 1.25em 0 0;
	font-weight: normal;
}
h4, .h4 {
	font-size: 1em;
	line-height: 1.5;
	margin: 2em 0 0.5em;
}
p {
	margin-top: 0;
	line-height: 1.5;
	color:black;
}
/**
 * ------------------------------------------------------ *
 * Content
 * ------------------------------------------------------ *
**/
.wrapper {
	max-width: 87.5em;
	padding: 0 1.5em;
	margin: 0 auto;
}
.header {
	padding: 2em 0 1.5em;
	border-bottom: 2px solid #8cc1c1;
}
.logo {
	font-size: 0;
	text-align: center;
}
.logo > * {
	vertical-align: bottom;
}
.logo img {
	height: 28px;
}
.logo > div {
	display: inline-block;
	margin-right: 1em;
	font-size: 14px;
	color: #999;
}
.grid-row {
	width: 100%;
	margin: 3em auto 3em;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.flex.middle {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.flex.first {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.grid-row.four-fifths {
	width: 100%;
}
.aside {
	width: 300px;
	-webkit-flex: 1 100%;
	-moz-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
	text-align: center;
}
.aside img {
	width: 300px;
}
.main {
	-webkit-flex: 1 100%;
	-moz-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
	padding-left: 0;
}
.main.fix-left {
	padding-right: 0;
}
.main-all {
	-webkit-flex: 1 100%;
	-moz-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
}
.headline {
	text-align: center;
}
.headline h1 {
	margin: 0.25em 0 0;
	font-size: 1.5em;
	line-height: 1.125;
}
.headline h2 {
	margin: 0.25em 0 0;
	font-size: 1.25em;
	line-height: 1.25;
}
ul.default {
	margin: 0;
	padding-left: 1em;
}
ul.default li {
	color: #D6D6D6;
}
ul.default li p {
	color: #6d6e70;
	margin: 0;
	padding-bottom: 0.25em;
}
ul.default li:last-child p {
	padding-bottom: 0;
}
.live-chat {
	margin: 2em 0 0;
	padding: 1.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #F2F2F2;
}
.live-chat .chat-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 0;
}
.live-chat .chat-content p {
	position: relative;
	padding-left: 0;
	line-height: 1.5;
	font-weight: bold;
}
.live-chat .chat-btn {
	-webkit-flex: 1 100%;
	-moz-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
}
.live-chat .chat-btn p {
	margin-bottom: 0;
	text-align: right;
}
.live-chat .btn {
	width: 100%;
	margin-top: 1em;
}
p.help-block {
	position: relative;
	padding-left: 2em;
	line-height: 1.5;
}
.nc-icon {
	position: absolute;
	left: 0;
	top: -5px;
	width: 30px;
	height: 30px;
}
.nc-icon.icon-info {
	display: none;
	background: url('../img/icons/icon-info-hd.png') no-repeat center center;
	background-size: 100% auto; 
}
.nc-icon.icon-checkmark {
	background: url('../img/icons/checkmark-hd.png') no-repeat center center;
	background-size: 100% auto; 
}
.nc-icon.icon-start {
	background: url('../img/pictograms/150/server-red.png') no-repeat center center;
	background-size: 100% auto; 
}
.nc-icon.icon-cpanel {
	background: url('../img/pictograms/150/tools-red.png') no-repeat center center;
	background-size: 100% auto; 
}
.nc-icon.icon-mail {
	background: url('../img/pictograms/150/email-red.png') no-repeat center center;
	background-size: 100% auto; 
}
.nc-icon.icon-support {
	background: url('../img/pictograms/150/support-red.png') no-repeat center center;
	background-size: 100% auto; 
}
.nc-icon.icon-news {
	background: url('../img/pictograms/150/news-red.png') no-repeat center center;
	background-size: 100% auto; 
}
.nc-icon.icon-blog {
	background: url('../img/pictograms/150/browser-red.png') no-repeat center center;
	background-size: 100% auto; 
}

.btn.green {
	text-shadow: 0 -1px 1px #6d9796;
	background: #89c1c0; /* Old browsers */
	background: -moz-linear-gradient(top, #89c1c0 0%, #6d9796 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89c1c0), color-stop(100%, #6d9796)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, #89c1c0 0%, #6d9796 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #89c1c0 0%, #6d9796 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #89c1c0 0%, #6d9796 100%); /* IE10+ */
	background: linear-gradient(to bottom, #89c1c0 0%, #6d9796 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c1c0', endColorstr='#6d9796', GradientType=0);*/ /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-color: #6c9494;
}
.btn.green:hover {
	text-decoration: none;
	text-shadow: 0 -1px 1px #4d7e7a;
	background: #6b9494; /* Old browsers */
	background: -moz-linear-gradient(top, #6b9494 0%, #4d7e7a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b9494), color-stop(100%, #4d7e7a)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, #6b9494 0%, #4d7e7a 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #6b9494 0%, #4d7e7a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6b9494 0%, #4d7e7a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6b9494 0%, #4d7e7a 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9494', endColorstr='#4d7e7a', GradientType=0); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.green:active {
	background: #4d7e7a; /* Old browsers */
	background: -moz-linear-gradient(top, #4d7e7a 0%, #6b9494 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d7e7a), color-stop(100%, #6b9494)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, #4d7e7a 0%, #6b9494 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #4d7e7a 0%, #6b9494 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4d7e7a 0%, #6b9494 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4d7e7a 0%, #6b9494 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d7e7a', endColorstr='#6b9494', GradientType=0); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
@media all and (min-width: 480px) {
	.headline h1 {
		font-size: 2em;
		line-height: 1.125;
	}
	.headline h2 {
		font-size: 1.5em;
		line-height: 1.25;
	}
}
@media all and (min-width: 640px) {
	.live-chat {
		padding: 1.5em 1.5em 1.5em 1.125em;
	}
	.live-chat .chat-content {
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 1.5em;
	}
	.live-chat .chat-content p {
		padding-left: 2em;
	}
	.nc-icon.icon-info {
		display: block;
	}
	.live-chat .chat-btn {
		-webkit-flex: 0 240px;
		-moz-flex: 0 240px;
		-ms-flex: 0 240px;
		flex: 0 240px;
	}
	.live-chat .btn {
		margin-top: 0;
	}
}
@media all and (min-width: 720px) {
	.grid-row.four-fifths {
		width: 80%;
	}
}
@media all and (min-width: 800px) {
	.wrapper {
		padding: 0 3em;
	}
	.flex.first {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.logo {
		text-align: right;
	}
	.grid-row.four-fifths {
		width: 100%;
	}
	.aside {
		-webkit-flex: 0;
		-moz-flex: 0;
		-ms-flex: 0;
		flex: 0;
	}
	.main {
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 2em;
	}
	.main.fix-left {
		padding-left: 0;
		padding-right: 2em;
	}
	.headline {
		text-align: left;
	}
	.headline h1 {
		margin: 1.25em 0 0;
	}
}
@media all and (min-width: 1180px) {
	.grid-row.four-fifths {
		width: 80%;
	}
}

.navbar{
    padding: 0 0;
}
.navbar-dark .navbar-nav .nav-link { font-weight:Bold; }
.navbar-nav a:active { font-weight:Bold; color:white;}
.shadow {
  box-shadow: 0px 10px 1px #ddd, 0 10px 20px #ccc;
}
.header-fp{border-radius:2px 2px 0 0; margin: 0 0 0 0; color:white; font-family:Impact; text-align: Center;}
hr.blue {
    height: 8px;
    background-color: #15129e;
    background-image: linear-gradient(to right, white, #15129e, white);
    border: 0;
    height: 1px;
}
hr.gray {
    height: 8px;
     background: linear-gradient(to right, #eee, #999, #eee);
    border: 0;
    height: 1px;
}
hr.sep-2 {
  border: 0; 
  height: 1px; 
   background-color: #111;
   margin:5px 0 10px;

}
hr.flag {
  background: linear-gradient(to right, red, white, blue);
  height: 1px;
}

.sidebar p{font-size:1rem;}

.sidebar-r h3{font-size:1rem;}
.sidebar-r .laugh{list-style:none;}
.sidebar-r .laugh a{ margin:0; padding:0;}
.boycott{background-color:#f2f2f2; border-radius: 5px; padding:10px 5px 5px; max-width:300px; margin: 0 auto;}
.boycott-list{ font-size:1rem; margin: 3px 0 3px 20px; color:#222;}
.btn-danger{background-color:#700202; border-color:#520202;}
.sidebar p.quote{font-size:.9rem; padding:0 0 10px; color: #555;}
h4.content{font-size:1.3rem;}
.ban-list{color:#700202; padding:4px 4px 0; font-weight:bold; margin-right:10px; font-size:1.6rem;}
.yes-list{color:green;}
.no-list{color:#700202;}

.boycott-block{ min-height:77px; margin:15px 0 0 20px; background-color: #eee; width: 220px; border-radius:3px; border:1px solid #ddd; text-align:center; padding:10px 0 10px;}
.boycott-block .fa-ban{color:red;}
.boycott-block h1{font-size:.8rem; font-weight:bold; color:black; margin-top:0; }
.boycott-block:hover{background-color: #ccc;}
.approve-block{ height:77px; margin-bottom:15px;}
.approve-block h1{font-size:.9rem; font-weight:bold; color:black; margin-top:20px; float:left;}
.approve-block .fa-check{color:green;}
.approve-block img{float:right;}
.approve-button{display:block; width:100% !important; border:1px solid #c5fcc9; background:#f3fdf4; height:77px;}
h2.boycott-title {margin:0 0 10px 0; color:black; font-family:Arial; font-size:1.3rem;}
h2.boycott-title2 {margin:0; color:black; font-family:Impact; font-size:1.6rem;}
h2.box-title{margin:0; color:black; font-family:'Franklin Gothic'; font-size:1.2rem;}
h2.buycott-title2 {margin:0; color:black; font-family:Impact; font-size:1.6rem;}
h2.boycott-sub{margin:0 0 0 20px; color:#333; font-family:'Franklin Gothic'; font-size:1.2rem;}
p.boycott-text{font-size:1.2rem;}
.text{font-size:1.1rem;}

#boycott a:hover{text-decoration:none;}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)), url("/nc_assets/img/featured/flag-close.jpg");
  height: 250px;
  max-height:250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
width:700px;
 
}
@media all and (max-width:1100px) {
	
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)), url("/nc_assets/img/featured/flag-close.jpg");
  height: 250px;
  max-height:250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
width:400px;
 
}
}
.hero-text h1{font-family:Impact; font-size:3rem; background-color:rgba(0, 0, 0, 0.8); color: white; max-width:700px;}
.hero-text h2{font-family:Impact; font-size:2.3rem; color:black; margin-top:10px;}
.banner-text{text-align:center; }
.banner-text h1{font-family:Impact; font-size:3rem; background-color:rgba(0, 0, 0, 0.8); color: white; max-width:700px; margin:.8em auto 0;}
.banner-text h2{font-family:Impact; font-size:2.3rem; color:black; max-width:700px;  margin:10px auto 0;}
.hero-text p{font-size:1.5rem; color: white;}
.hero-image-bc {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("/nc_assets/img/featured/boycott.png");

  /* Set a specific height */
  height: 50%;
  min-height:200px;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;

  position: relative;
}

/* Place text in the middle of the image */
.hero-text-bc {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width:700px;
}
.hero-text-bc h1{	font-family:Impact; font-size:3rem; background-color:black;}
.hero-text-bc p{ font-size:1.5rem;}
.engrave { 
    color: #444;
font-family:Impact;
font-size:1.8rem;
    text-shadow: 0px -1px 0px rgba(0,0,0,.8); /* 50% black coming from the top */
    padding-top:10px;
}
.engrave2 { 
font-size:1.5rem;
    text-shadow: 0px -1px 0px rgba(0,0,0,.8); /* 50% black coming from the top */
    padding-top:10px;
}

.sub{background-color:rgba(0,0,0,0.9); color:white; margin:5px 0; font-size:1.1rem;}
.box p{
    text-indent:15px;
    font-size:1rem;
}
.box p.box-link{
    text-indent:0;
}
h4.company-title{margin:40px 0 10px 0; font-family:Impact; font-size:3.2rem; color:black; width:100%;}
h4.company-title1{margin:0 0 10px 0; font-family:Impact; font-size:2.3rem; color:black; width:100%;}
h4.category-title{color:#000; margin:0; font-family:'Franklin Gothic'; font-size:1.4rem;  }

.article-box{margin:0 0 0 15px; background-color:#f1f1f1; padding:5px; border-radius:3px;}
.article-box p{margin:5px 5px 0;}
.alt-box{background-color:#eeedfb; margin:0; padding:10px; border-radius:3px;}
 a.link-green{color:green;}
h3.company-header{ font-family:'Franklin Gothic'; font-size:1.6rem;  margin:0;}
h3.company-header1{ font-family:'Franklin Gothic'; font-size:1.2rem;  margin:0;}
.favors{background-color:#eee; padding:5px 10px 10px; margin:-15px 0 10px 0; }
.favors p{font-size:.9rem;}
.favors p:last-of-type{margin-bottom:0;}
.margin20{margin-top:20px;}
.highlight{background-color:#eee; padding:10px 10px 10px; margin:10px 10px 20px;}
.highlight p:last-of-type{margin-bottom:0;}
.highlight2{background-color:#eee; padding:10px;}
p.hypocrisy{margin: 5px 0 10px 20px;}
h4.modal-title{margin:0; font-family:Impact; font-size:1.6rem; color:black; width:100%;}
h4.modal-heading{color:#000; margin:0 0 5px; font-family:'Franklin Gothic'; font-size:1.2rem; font-weight:Bold; }
.modal-footer{padding:0;}
hr.sep-1 {
  position: relative;
  display: block;
  margin-top: .4em;
  margin-bottom: .4em;
  height: 3px;
  border:none;
  background: linear-gradient(to right, transparent 50%, #fff 50%), linear-gradient(to right, red, #ccc, blue);
  background-size: 1.5rem, 100%;

}
hr.sep {
  position: relative;
  display: block;
margin:35px 0 15px;
  height: 3px;
  border:none;
  background: linear-gradient(to right, transparent 50%, #fff 50%), linear-gradient(to right, red, #ccc, blue);
  background-size: 1.5rem, 100%;
  transform: rotate(-3deg);
  transform-origin: 20% 0%;
}
hr.sep-b {
  position: relative;
  display: block;
margin:15px 0 25px;
  height: 3px;
  border:none;
  background: linear-gradient(to right, transparent 50%, #fff 50%), linear-gradient(to right, red, #ccc, blue);
  background-size: 1.5rem, 100%;
  transform: rotate(3deg);
  transform-origin: 20% 0%;
}
.btn-blue{
	background-color:#004080;
	border-color:#003366;
	color:white;
}
.btn-blue:hover{
	background-color:#0059b3;
	border-color:#003366;
color:white;	
}
.sidebar-blurb{
	padding:10px;
	font-size:.9rem;
	margin-bottom:15px;
	border-radius: 0 0 3px 3px;
}
.sidebar .btn-light{
	border-color:#999;
}
.circle{
    background-image: url("/nc_assets/img/boycott/circle.png");
     background-repeat: no-repeat;
     background-position: center;
     height:60px;
}
.circle p{font-size:2.5rem; position:relative;  left:35%; font-weight:bold;}
h2.blog-title{ margin:0; font-size:1rem; color:#a10303;}
h2.blog-title:hover{color:#2360d0;}
.blog-sub{font-size:.8rem;  margin:0; color:#ccc; font-style:italic;}
.blog-p{font-size:.9rem; color:white; margin-bottom:5px;}
.margin15{margin-top:15px;}
.modal-body hr{margin-top:.5rem; margin-bottom:.5rem;}
.modal-body p{margin-bottom:.5rem; line-height:1.3; font-size:1rem;}
#boycott .list-group-item.active{background-color:#333; border-color:#444;}
#buycott .list-group-item.active{background-color:green; border-color:green;}
.buycott-link{color:green;}
.wuflu-box{margin: 0 auto; border:1px solid #222; background-color:white; border-radius: 5px; padding-top:8px;}
a.link{ font-size:1.1rem;}
.clear{clear:both;}
.text-box{border-radius:5px; border: 1px solid #eee;}
.blog-index-pic{width:100%;}
@media all and (max-width:767px) {
	
.blog-index-pic{width:30%;}	
}
.img-sub{font-size:.8rem; font-style:italic;}

.nav-tabs .nav-link{
	color:#777;
	background-color:#eee;
	margin:0px 5px;
}
.nav-tabs .nav-link:hover{
	background-color:#ccc;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color:#333;
	color:white;
}
.tab-content{margin-bottom:30px;}
.indented{margin: 0 15px;}
.quick-links{
max-width: 600px; background-color:#f1f1f1; border-color: 1px solid #eee; padding:10px; margin-bottom:20px; border-radius:3px;	
}
.quick-links a{color:#0056b3;}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
	
}
.pat-div{
position:relative;
	
	width:300px;
	height:400px;
}
.pat-div .layer1{
	width:100%;
	height:100%;
	background: #0056b3;
	transform: skewX(-20deg);
	box-shadow: 0 0 0 15px #fff;
	transition: .5s;
	z-index:1;
}

.pat-div .layer2{position: absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#830a0a;
transition:1s;
z-index:-1;
}
.pat-div:hover .layer2{
	transform: scaleX(1.5) scaleY(1);
}
.pat-div .pat-text{
	position:absolute;
	top:20px;
	left:20px;
	bottom:20px;
	right:20px;
	background:#fff;
	padding:30px 50px;
	box-sizing:border-box;
	box-shadow:  0 5px 15px #000;
	overflow:auto;
}
.bc-div{
background-color:#222; padding:20px 20px 20px; margin-top:15px;
}
.article-box-bc{margin:0; background-color:#fff; padding:10px; box-shadow:  0 5px 15px #000;}
.article-box-bc p{margin:5px 5px 0; }	

.pat-div2{
position:relative;
	
	max-width:210px;
	height:300px;
}
.pat-div2 .layer1{
	width:100%;
	height:100%;
	background: #0056b3;
	transform: skewX(-15deg);
	box-shadow: 0 0 0 15px #fff;
	transition: .5s;
	z-index:1;
}

.pat-div2 .layer2{position: absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#830a0a;
transition:1s;
z-index:-1;
}
.pat-div2 .pat-text{
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
	background:#fff;
	padding:20px 10px;
	box-sizing:border-box;
	box-shadow:  0 5px 15px #000;
	overflow:auto;
}
.pat-div2:hover .layer2{
	transform: scaleX(1.5) scaleY(1);
}
.c1{
	margin:15px auto;
	display:block;
	width:220px;
}
.c1 .b1{
	position:relative;
	height:280px;
	background:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #eee;
	width:220px;
}
.c1 .b1:before{
	content:'';
	position:absolute;
	top:-4px;
	left:-4px;
	right:-4px;
	bottom:-4px;
	background:#000;
	z-index:-1;

}
.c1 .b1:nth-child(1):before{
background:linear-gradient(315deg, #700202, #0059b3);
}	
.c1 a, .c2 a{
	color:#444;
}
.c2{
	margin:15px auto;
	display:block;
	width:220px;
}
.c2 .b1{
	position:relative;
	height:280px;
	background:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #eee;
	width:220px;
}
.c2 .b1:before{
	content:'';
	position:absolute;
	top:-4px;
	left:-4px;
	right:-4px;
	bottom:-4px;
	background:#000;
	z-index:-1;

}
.c2 .b1:nth-child(1):before{
background:linear-gradient(55deg, #700202, #0059b3);
}	

.c3{
	margin:15px auto;
	display:block;
	width:100%;
}
.c3 .b1{
	position:relative;
	height:100%;
	background:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #eee;
	width:100%;
}
.c3 .b1:before{
	content:'';
	position:absolute;
	top:-4px;
	left:-4px;
	right:-4px;
	bottom:-4px;
	background:#000;
	z-index:-1;

}
.c3 .b1:nth-child(1):before{
background:linear-gradient(55deg, #700202, #0059b3);
}


.b-content{
	position:relative;
	padding:20px;
}
.b-content h2{
	position:absolute;
	top:40px;
	right:-15px;
	margin:0;
	padding:0;
	font-size:3.5em;
	color:rgba(0, 0, 0, 0.06);
	transition: .5s;
	
}
	
.b-content:hover h2{ top:-40px; color:rgba(0, 0, 0, 0.4);}

.b-content h4{
	position:absolute;
	top:80px;
	right:-18px;
	margin:0;
	padding:0;
	font-size:3.5em;
	color:rgba(0, 0, 0, 0.06);
	transition: .5s;
	
}
	
.b-content:hover h4{ top:155px;  color:rgba(0, 0, 0, 0.4);}

.b-content h3{
	margin:5px 0 10px; 
	padding:0;
	font-size:1rem;
	font-weight:500;
	color:white;
}
.c2 .b-content{
	position:relative;
	padding:10px 8px 10px 11px;
}
.c2 .b-content h5{
	position:absolute;
	top:30px;
	right:20px;
	margin:0;
	padding:0;
	font-size:3em;
	color:rgba(0, 0, 0, 0.06);
	transition: .5s;
	
}
	
.c2 .b-content:hover h5{ top:-45px; color:rgba(0, 0, 0, 0.4);}

.c2 .b-content h6{
	position:absolute;
	top:80px;
	right:0;
	margin:0;
	padding:0;
	font-size:3em;
	color:rgba(0, 0, 0, 0.06);
	transition: .5s;
	
}
	
.c2 .b-content:hover h6{ top:150px;  color:rgba(0, 0, 0, 0.4);}
#coup .list-group-item.active{background-color:#333; border-color:#444;}
#wuflu .list-group-item.active{background-color:#333; border-color:#444;}
.c3 .b-content p.move{
	position:relative;
	margin:5px;
	padding:10px;
	transition:0.5s;
	transform:translateY(-40px);
	opacity:0;
	visibility: hidden;
	font-size:1.5rem;
	text-align:center;
}
.c3:hover .b-content p.move{
	transform: translateY(0px);
	opacity:1;
	visibility: visible;
}
@media screen and (max-width: 768px) {
	.hero-image{display:none;}
	.c1{display:none;}
}

a.underline{text-decoration:underline;}
a.bc-link{color: #700202;}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.3em .5em !important;
}
.dataTables_wrapper .dataTables_length {
    padding:10px 10px 5px;
}
.dataTables_wrapper .dataTables_filter {
    padding:10px 10px 5px;
}
.dataTables_wrapper .dataTables_filter input{
	  border: 2px solid #999;
  border-radius: 4px;
	
}
.dataTables_wrapper select{
	 border:2px solid #999;
	 border-radius:4px;
}

 .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        padding:10px 10px 5px;
 }
 .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #999;
    background: rgb(29,33,36);
	border-radius:4px;

}

table.dataTable tbody td {
    padding: 4px 20px 2px;
}
.parent{
	font-style:italic;
	color:#888;
}