/*	################################################################

	Author: Carlos Alvarez
	URL: http://alvarez.is
	Version: 1.0
	URL: http://alvarez.is
	
################################################################# */ 

@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
@import url(http://fonts.googleapis.com/css?family=Montserrat:200,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Cormorant:100,200,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:200,400,700,900);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;




/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
	color: #384452;
	font-family: 'Cormorant', sans-serif;
	font-weight: 200;
	}

h1, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	letter-spacing: 4px;
}

h3 {
	font-family: 'Cormorant', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 4px;
}

h2 {
	padding: 0;
	color: #89f56f;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 9px;
	letter-spacing: 4px;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Montserrat',/*'Cormorant',*/ sans-serif;
	font-weight: 100;
	font-size: 16px; 
	line-height: 29px;
	color: #817c7c; 
	margin-top: 10px; 
}

img {
	height: auto;
	max-width: 100%;
}

th {
  font-weight: 700;
	font-size: 14pt;
}

tbody {
    height: 590px !important;
    overflow: scroll;
    display:block;
	border-bottom: 0px;
}


table {
	border-top: 1px solid #ddd;
}

a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#01b2fe;
}

.img-rounded {
  border-radius: 9px;
 }
  
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.middlethg {
	text-align: center;
	padding: 0px 20px 0px 20px;
}

.percent {
	font-size: 84px;
	padding: 0px 20px 0px 20px;
}


.al {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  
}
.al h4 {
  margin-top: 0;
  color: inherit;
}

.al-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.al-success hr {
  border-top-color: #c9e2b3;
}
.al-success .alert-link {
  color: #2b542c;

}

.casebig {
	text-transform: uppercase;
}

.bigger {
	font-size: 40px;
}

.quote {
	color: #919191;
	font-weight: 500;
	font-style: italic;
	font-size: 12px;
}


.thumbnail 
{
  display: block;
  max-width: 100%;
  height: 200px;
}

.thumbnail a
{
  display: block;
  max-width: 100%;
  height: 200px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.bodycontainer { 
max-height: 720px; 
width: 100%; 
margin: 0; 
overflow-y: auto; }

.table-scrollable { 
margin: 0; 
padding: 9px; 
}


.leftimg {
    padding-left: 0px;
	padding-bottom: 9px;
  }

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.wideresponsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}

.wideresponsive-video iframe,
.wideresponsive-video object,
.wideresponsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.navbar {
	min-height: 75px;
	padding-top: 19px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: normal;
	margin-bottom: 0px;
}

.navbar-brand {
	background: url(../img/logo_alt4.png) no-repeat left top;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	min-height: 75px;
	width: 190px;
}

.navbar-header .navbar-brand {
	color: #093954;
}



.navbar-default .navbar-nav > li > a {
	color: #093954;
	font-weight: 700;
	font-size: 12px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #093954;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #033954;
	background-color: transparent;
}

.navbar-default {
	background-color: #f1f8fc;
	border-color: transparent;
}

.dropdown-menu {
	background: rgba(241,252,254,.65);
}

.dropdown-menu > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}


.btn-theme {
  color: #fff;
  background-color: #5c000b;
  border-color: #5c000b;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #033954;
  border-color: #033954;
}

.subscribe-submit {
	right: 0;
}

.btn-download {
	background: #FDE3A7;
}

.btn-conf {
	border-radius: 50px;
	margin-right: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 22px 36px 21px 36px;
	}

@media (max-width: 700px) {
.btn-conf {
	border-radius: 25px;
	margin-right: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 11px 25px 10px 25px;
	}

}
	
.btn-clear {
	background: rgba(241,252,254,.26);
	color: white;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	border: 2px solid white;
}
.btn-clear:hover {
	background: white;
	color: #2f2f2f;
}

.btn-card {
	background: rgba(241,252,254,.26);
	color: #2f2f2f;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	border: 2px solid #2f2f2f;
}
.btn-card:hover {
	background: white;
	color: #2f2f2f;
}

.btn-low {
	background: rgba(253,191,2,1);
	color: #2f2f2f;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	border: 0px solid white;
}
.btn-low:hover {
	background: white;
	color: #2f2f2f;
}


.btn-te {
	background: white;
	color: #2f2f2f;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	border: 0px solid white;
}
.btn-te:hover {
	background: #cccccc;
	color: #2f2f2f;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}



.hline {
	border-bottom: 2px solid #384452;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}



.carousel {

  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-top: 95px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #777;
}
.carousel-inner > .item > img {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel p{
 	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}

.carousel h1{
 font-size: 19pt;
	text-transform: uppercase;
	letter-spacing: 4px;
}

@media (max-width: 700px) {
  .carousel h1{
 font-size: 0pt;
}

.carousel p{
 color: white;
 font-size: 0pt;
}
}

/* HEADER SECTION */
#h {
	background: url(../img/img1.jpg) no-repeat center top;
	padding-top: 120px;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

#h .logo {
	margin-top: 30px;
	margin-left: 40px;
	padding-bottom: 150px;
}

#h .logo h2{
	font-weight: 900;
	color: white;
	letter-spacing: 1px;
}

#h h3 {
	margin-top: 10px;
}

#h i {
	font-size: 50px;
}



/* Project Wrap */
#colemanwrap {
	background: url(../img/img20.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#colemanwrap i {
	font-size: 50px;
	color: #fdbf02;
	margin-bottom: 4px;
}

#colemanwrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#colemanwrap h4 {
	font-family: 'Cormorant', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-top:12px;
	color: white;
}

/* Project Wrap */
#basicwrap {
	background: url(../img/img8.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#basicwrap i {
	font-size: 50px;
	color: #fdbf02;
	margin-bottom: 4px;
}

#basicwrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#basicwrap h4 {
	font-family: 'Cormorant', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-top:12px;
	color: white;
}


/* Project Wrap */
#onewrap {
	background: url(../img/img18.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#onewrap i {
	font-size: 50px;
	color: #fdbf02;
	margin-bottom: 4px;
}

#onewrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#onewrap h4 {
	font-family: 'Cormorant', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-top:12px;
	color: white;
}
/* Project Wrap */
#fourwrap {
	background: url(../img/img4.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#fourwrap i {
	font-size: 50px;
	color: #fdbf02;
	margin-bottom: 4px;
}

#fourwrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#fourwrap h4 {
	font-family: 'Cormorant', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-top:12px;
	color: white;
}




/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #104d6e;
}

#footerwrap p {
	color: #bfc9d3;
	font-size: 12px;
	text-transform: uppercase;
}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #daa411
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blueone {
	background: #1f487b;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	padding-bottom: 25px;
}

#blueone h3 {
	color: white;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	margin-left: 0px;
}


#greenone {
	background: #628a84;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	padding-bottom: 25px;
}

#greenone h3 {
	color: white;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	margin-left: 0px;
}


#redone {
	background: #e50015;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	padding-bottom: 25px;
}

#redone h3 {
	color: white;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	margin-left: 0px;
}

.ctitle {
	color: #033954;
	font-weight: 100;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 80px;
}

.smallspacing {
	margin-top: 20px;
	margin-bottom: 40px;
}

.indexspacing {
	margin-top: 22px;
	margin-bottom: 22px;
}

.badge-theme {
	background: #033954;
}

.line { 
border-bottom: 1px solid #ddd;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

@media (max-width: 700px) {
.spotcontainer { 
max-height: 720px; 
width: 100%; 
margin: 0; 
overflow-y: auto; }

.spotscrollable { 
margin: 0;
border: none;
padding: 0px; 
}
}





/* Pricing Tables */

.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.spaceout {
	margin: 4px 48px 4px 48px;
}


.price-table {
	border: 2px solid #5a5a5a;
	border-radius: 25px;
	padding-top: 15px;
	padding-bottom: 25px;
	margin: 8px; 
}

.price-table i{
	font-size: 54px;
}

.price-table .p-head {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 80px;
	border-bottom: 2px solid #ccc;
}

.price-table .p-body .features li {
	color: #333333;
	border-bottom: 2px solid #ccc;
	padding: 24px 0px;
	margin: 0;
	letter-spacing: 1px;
}

.p-body .price .detail {
	font-weight: 700;
	font-size: 45px;
	margin-left: 10px;
	margin-right: 10px;
}

.p-body .price .sub {
	font-size: 18px;
	color: #ccc;
	position: relative;
	bottom: 10px;
	font-weight: 700;
}

ul {
	list-style-type: none;
}

.iconnav {
	font-size: 24px;
}

.iconspotred {
	font-size: 54px;
	margin-top:24px;
	margin-bottom:14px;
	color:#b34048;
}

.iconspotblue {
	font-size: 54px;
	margin-top:24px;
	margin-bottom:14px;
	color:#295787;
}

.iconspotgreen {
	font-size: 54px;
	margin-top:24px;
	margin-bottom:14px;
	color:#5f7026;
}

/*========== 3. HERO IMAGE ==============*/

.section-title {
	text-align:center;
	margin-top:60px;
	margin-bottom:30px;
}
.section-title h2 {
	color:#384047;
}
.section-title h4 {
	color:#94a3a8;
}
.heroimg img, .clientlogo img {
	max-width:100%;
}
/*========== 4. FEATURES ==============*/

.features {
	margin:25px 0;
}
.thumbnail {
	border:0;
	text-align:center;
}
.thumbnail .caption p {
	color: #94a3a8;
}

.thumbnail i {
	font-size:41px;
}

/*Hover Animation*/

.thumbnail img {
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.thumbnail:hover img {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
}
/*========== 5. TESTIMONIALS ==============*/

#containerwrap {
	background: url(../img/bac1.jpg) no-repeat center top;
	margin-top: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 220px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#containerwrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 5px;
}

/*#containerwrap p {
		
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}*/

#containerwrap h4 {
	font-family: 'Cormorant', sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
	color: #444444;
}



.testblock {
	width:100%;
	height:auto;
	padding:20px;
	/*background: rgba(241,252,254,.26);*/
	background: #ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	position:relative;
	line-height:28px;
	font-size:16px;
}
.testblock:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}

.testblock {
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.testblock:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
}

.authorblock {
	font-size: 8px;
	color:#444444;
}

.clientblock {
	margin-top:40px;
	margin-left:10px;
}
.clientblock img {
	float:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	max-height: 48px;
}
.clientblock p {
	padding-left: 20px;
	padding-top: 0px;
	font-size: 8px;
	text-align: left;
	color:#444444;
}

.clientblock i {
	font-size: 8px;
	text-align: left;
	color:#444444;
}

.highlight{background:#f4f4f4;margin-top:5px;}
/* Animation */


/*Bootstrap Ver. 4.3 part*/

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card a {
  margin-bottom: 40px;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}



.liststuff { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Montserrat',/*'Cormorant',*/ sans-serif;
	font-weight: 100;
	font-size: 14px; 
	line-height: 40px;
	color: #817c7c; 
	margin-top: 10px; 
}

.actstuff { 
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 40px;
	color: #817c7c; 
}


.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}


.list-group-item:first-child {
  border-top-left-radius: 1.8rem;
  border-top-right-radius: 1.8rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1.8rem;
  border-bottom-left-radius: 1.8rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
