body {
    background-color: #ffffff;
    color: #646464;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
a {
    color: #f92828;
}
a:hover {
	text-decoration: none;
	color: #5475a5;
}
h1, .h1 {
    font-family: "abril-display",sans-serif;
    font-weight: 400;
    font-size: 46px;
    text-transform: initial;
    color: #283848;
}

.h1-bold{
    font-weight; 700;
    font-size: 64px;
}

h2, .h2 {
    font-family: "abril-display",sans-serif;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: initial;
    font-size: 28px;
    color: #283848;
}
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "proxima-nova",sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px;
    color: #c7ced5;
}
h4, .h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "abril-display",sans-serif;
    text-transform: initial;
    letter-spacing: initial;
    font-weight: 400;
    font-size: 30px;
    color: #aaaaaa;
}
h5, .h5 {
    font-family: "proxima-nova",sans-serif;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: initial;
    font-size: 22px;
    color: #aaaaaa;
}
h6, .h6 {
    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    text-transform: initial;
    letter-spacing: -1px;
    font-size: 18px;
    color: #aaaaaa;
}

.space { padding: 70px 0px 0px 0px }


/* HELPERS
   ================================================== */
.p-top-10	{ 	padding-top: 10px; 	}
.p-top-20 	{ 	padding-top: 20px; 	}
.p-top-30 	{ 	padding-top: 30px; 	}
.p-top-40 	{ 	padding-top: 40px; 	}
.p-top-50 	{ 	padding-top: 50px; 	}
.p-btm-0 	{ 	padding-bottom: 0px;}
.p-btm-30 	{ 	padding-bottom: 30px;}
.p-btm-50 	{ 	padding-bottom: 50px;}
.m-top-45	{	margin-top: 45px;	}
.m-btm-100	{	margin-bottom: 100px;	}
.m-0		{	margin: 0px;		}
.f-800 		{ 	font-weight: 800; 	}
.f-green 	{ 	color: #95ce53; 	}
.f-white 	{ 	color: #fff; 		}
.dark-blue {
	color: #fff;
	background-color: #1a2530;
 		}
.title-12 {
    color: #acb2b6;
    font-size: 12px;
    text-transform: uppercase;
}
hr {
    border: 0;
    border-top: 1px solid #d9d9db;
    margin-bottom: 15px;
    margin-top: 15px;
}
.p-leftright 	{
	padding-left: 15%;
	padding-right: 15%;
}

/* FORMS
   ================================================== */

#subscribe {
  background: #f0f0f0;
  padding: 50px 0 70px;
}

#subscribe p {

  margin-bottom: 30px;
}

label {
  font-size: 70%;
  text-transform: uppercase;
  color: #1a2530;
  letter-spacing: 2px;
  font-weight: 300;
}


/* BUTTONS
   ================================================== */
.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-shadow: none;
    padding: 10px 15px;
    font-size: inherit;
}
.btn-green {
    background-color: #1c2f45;
    color: #FFFFFF;
}
.btn-green:hover {
    background-color: #2e4661;
    color: #fff;
}
.btn-red {
    background-color: #f92828;
    color: #FFFFFF;
}
.btn-red:hover, .btn-red:focus {
    opacity: .7;
    color: #FFFFFF;
}

.btn-navy {
    background-color: #2e4661;
    color: #FFFFFF;
}
.btn-navy:hover, .btn-navy:focus  {
    opacity: .7;
    color: #FFFFFF;
}

.btn + .btn {
  margin-left: 10px;
}

.navbar-btn {
  margin-top: 39px;
}

/* SLIDER
   ================================================== */
img.keep-original {
    height: auto;
    max-width: 100% !important;
}
#slides { max-height: 650px } /* Remove this if to fit the all screen sizes */
.slides-navigation { top: 50% }
.slides-navigation a {
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: white;
    display: block;
    font-size: 20px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 0 25px;
    moz-border-radius: 30px;
    moz-transition: background 0.15s ease;
    ms-border-radius: 30px;
    o-border-radius: 30px;
    o-transition: background 0.15s ease;
    text-align: center;
    text-decoration: none;
    top: -40px;
    -webkit-transition: background 0.15s ease;
    -moz-transition: background 0.15s ease;
    -o-transition: background 0.15s ease;
    transition: background 0.15s ease;
    webkit-border-radius: 30px;
    webkit-transition: background 0.15s ease;
    width: 30px;
}
.slides-navigation a:hover { background: rgba(0, 0, 0, 0.4) }
@media screen and (max-width: 767px) {
    .slides-navigation { display: none }

}
.slides-pagination a {
    border-color: white;
    -webkit-box-shadow: 0 1px 1px black;
    -moz-box-shadow: 0 1px 1px black;
    box-shadow: 0 1px 1px black;
    height: 15px;
    margin: 5px 2px;
    moz-box-shadow: 0 1px 1px black;
    webkit-box-shadow: 0 1px 1px black;
    width: 15px;
}
.slides-pagination a.current { background: white }
.slide-caption {
/*     left: 90px; */
	text-align: center;
    padding: 10px 20px;
    position: relative;
    top: 30%;
    width: 100%;
    z-index: 3;
    color: #ffffff;
}
.slide-caption h1 {
    color: #ffffff;
    font-size: 65px;
    letter-spacing: -2px;
    line-height: 66px;
}
.slide-caption h6 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 25px;
    padding-bottom: 40px;
    color: #ffffff !important;
}
.slide-caption h5 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #ffffff !important;
}

@media screen and (max-width: 767px) {
   #slides { max-height:500px }
   .slide-caption {
         left: 0;
         width: 100%;
         padding: 10px 20px;
         position: relative;
         top: 5%;
         z-index: 3;
    }
    .slide-caption h1 {
	    font-size: 45px;
	    line-height: 46px;
    }
   .slide-caption-2 h2 {
         color: #fff;
         font-size: 25px;
    }
}


.overlay-1
{
	background: rgba(28,43,64,0.1);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.order .ss-icon {
	position: relative;
	top: 2px;
}
/* NAVIGATION
   ================================================== */
.navbar {
    border: none;
    border-bottom: 1px solid #d9d9db;
    border-top: 1px solid #d9d9db;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-default {
	background-color:#f3f3f3;
  margin: 0;
}
.navbar-nav {
    float: left;
    margin: 0;
    margin-top: 35px;
    margin-left: 20px;
}

@media (max-width: 991px){
	.navbar-nav {
	    margin-top: 0px;
	    margin-left: -15px;
	}
}

.navbar-default .navbar-brand {
	height: 74px;
	width: 155px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 0 !important;
	margin-right: 0;
	padding: 0;
}

.svg a.navbar-brand {
	background-image: url(../images/hcc.svg);
}

.no-svg a.navbar-brand {
	background-image: url(../images/hcc.svg);
}

@media (max-width: 767px){
	.navbar-default .navbar-brand {
		height: 40px;
		margin-bottom: 25px;
		margin-left: 15px !important;
	}

}

.navbar-default .navbar-nav > li > a {
    color: #969fa7;
    font-weight: 400 !important;
    font-size: 16px !important;
    letter-spacing: 0px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #688090;
}
#nav {
    /*-webkit-box-shadow: 0 2px 5px rgba(53, 53, 63, 0.06);
    -moz-box-shadow: 0 2px 5px rgba(53, 53, 63, 0.06);*/
    box-shadow: 0 2px 5px rgba(53, 53, 63, 0.06);
    width: 100%;
    z-index: 2;
}


.page-header{
    background-color: #ffffff !important;
	color:#5f5f5f;
    padding: 8vh 0 10vh 0;
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* background-position: center 33%; */
  /* background-image: url(../images/about_coin_bg.jpg); */
}

.page-header--sm{
    padding: 1.5rem 0 10vh 0;
    margin-top: 0;
}

/* ABOUT SECTION
   ================================================== */
#about {
	background-color: #ffffff !important;
	color:#5f5f5f;
  padding: 8vh 0 10vh 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 33%;
  background-image: url(../images/about_coin_bg.jpg);
}

#trade {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background-color: #1a2530;
  background-image:url('../images/pattern1.gif');
  background-repeat: repeat;
	color:#ffffff;

}

#trade h1 {
  color: white;
}

#welcome, #portal {
  padding: 100px 0;
}
.large-intro{
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 3rem;
}

/* SERVICES SECTION
   ================================================== */
#services {
	background-color: #ffffff !important;
	color:#5f5f5f;
  padding: 8vh 0 10vh 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 33%;
  background-image: url(../images/services_coin_bg.jpg);
}
.entry-img{
  margin: 20px 0 60px 0;
}


/* SHOWROOM SECTION
   ================================================== */
#showroom {
	background-color: #151e27;
	background-image:url('../images/pattern1.gif');
    background-repeat: repeat;
	color:#ffffff;
	padding-top: 50px;
	padding-bottom: 80px;

}
#showroom h1 {
    color: #fff;
}
.et-wrapper {
    margin-bottom: 10px;
    min-height: 220px;
}
.showroom-box {
    background-color: #282828;
    min-height: 220px;
    padding: 60px 30px 30px 30px;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;

}

.showroom-box h3 {
    color: #fff;
}
.showroom-box i {
    font-size: 60px;
    line-height: 1px;
    padding-top: 20px;
    color: #1c4693;


}

/* EVENTS SECTION
   ================================================== */
#events {
	background-color: #f0f0f0;
	color:#646464;
	padding-bottom: 50px;
	padding-top: 50px;
}
.events-box {
    background-color: #23313e;
    min-height: 280px;
    padding: 45px 30px 30px 30px;
    text-align: center;
    margin-top: 27px;
    font-size: 14px;
}
.events-box h3 {
    font-size: 20px;
    line-height: 26px;
    padding: 0;
    margin: 0;
}
.events-box h4 {
    font-size: 18px;
    line-height: 12px;
}
.events-box h5 {
    font-size: 15px;
    line-height: 10px;
    padding-bottom: 6px;
}
.events-box i {
    font-size: 60px;
    line-height: 1px;
    padding-top: 20px;
    color: #3f4a60;


}
.bank-logo {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
	width: 100%;

}

.bank-logo img {
	max-height: 50px;
	max-width: 100%;
}

/* FEATURED SECTION
   ================================================== */
#featured {
	background-color: #ffffff;
	padding: 100px 0;

}



/* FEATURED ITEM HOLDER
   ================================================== */
.item {
    margin-bottom: 30px;
    position: relative;
}
.item a {
    color: #acb2b6;
}
.item .arrow_box {
    background: #ffffff;
    border-top: 1px solid #eee;
    padding: 15px;
    position: relative;
}
.item .arrow_box:after,
.arrow_box:before {
    border: solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.item .arrow_box:after {
    border-bottom-color: #ffffff;
    border-color: rgba(255, 255, 255, 0);
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}
.item .arrow_box:before {
    border-bottom-color: #eee;
    border-color: rgba(238, 238, 238, 0);
    border-width: 17px;
    left: 50%;
    margin-left: -17px;
}
p.meta,
p.meta a {
    color: #C2C2C9;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 2px 0 10px;
    text-transform: uppercase;
}
.p-tags {
    font-size: 70%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.greyscale {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.greyscale:hover {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

/* FEATURED FILTER NAV
   ================================================== */
#filters {
    list-style: none;
    margin: 35px 0 25px;
    padding: 10px 0;
}
#filters li {
    display: inline;
    line-height: 200%;
}
#filters li a {
    color: #acb2b6;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 7px 25px;
    text-transform: uppercase;
}
#filters li a.selected,
#filters li a:hover {
    background-color: #95ce53;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 7px 25px;
    text-decoration: none;
}

/* FEATURED ISOTOPE STYLE
   ================================================== */
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    moz-transition-duration: 0.8s;
    ms-transition-duration: 0.8s;
    o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    webkit-transition-duration: 0.8s;
}
.isotope {
    moz-transition-property: height, width;
    ms-transition-property: height, width;
    o-transition-property: height, width;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
    webkit-transition-property: height, width;
    z-index: 1;
}
.isotope .isotope-item {
    moz-transition-property: -moz-transform, opacity;
    ms-transition-property: -ms-transform, opacity;
    o-transition-property: -o-transform, opacity;
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    webkit-transition-property: -webkit-transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    moz-transition-duration: 0s;
    ms-transition-duration: 0s;
    o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    webkit-transition-duration: 0s;
}


/* QUOTE SECTION
   ================================================== */
#quotes {
    background: url("../images/slide3.jpg");
    -webkit-background-size: cover;
    -moz-background-size:cover;
    -o-background-size: cover;
    background-size:cover;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -o-background-position: center center;
    background-position: center center;
    -ms-behavior: url(http://69.195.124.227/~hcccoinc/backgroundsize.min.htc);
}

#quotes > div {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	padding-top: 100px;
	padding-bottom: 100px;
}
.big-quote {
    color: #ffffff !important;
    font-size: 40px;
    line-height: 40px;
    font-family: "abril-display",sans-serif;
    font-weight: 400;
    letter-spacing: 0px;

}
#quotes h5 {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
}
#quotes ul li img {
    height: auto;
    margin: 0 auto;
    width: 150px;
}


/* SUBHEADER USED FOR INTERNAL PAGES
   ================================================== */
.subheader {
    background: url("../images/clients.jpg");
    -webkit-background-size: cover; -moz-background-size:cover;
    -o-background-size: cover; background-size:cover;
    -ms-behavior: url(http://69.195.124.227/~hcccoinc/backgroundsize.min.htc);
    display: block;
    height: 150px;
    margin-bottom: 65px;
    ms-overflow-y: hidden;
    overflow-y: hidden;
    position: relative;
}
.breadcrumb {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    list-style: none;
    margin-top: 55px;
    padding: 0;
}
.breadcrumb li a { color: #fff }
.breadcrumb li.active {
    color: #fff;
    font-weight: 600;
}



/* BLOG SECTION
   ================================================== */

#news, #blog {
	background-color: #ffffff;
	color:#484848;
	padding-top: 100px;
	padding-bottom: 100px;
}
.post-media,
.post-title,
.post-meta { display: block }
.post-title h3 a {
    color: #263d51;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0;
    text-transform: uppercase;
}

.post-title h3 a:hover { color: #f92828 }
.post-title blockquote {
    color: #aaa;
    margin: 0;
    padding: 0;
    width: 100%;
}
.post-title blockquote:before { content: "" }
.post-title blockquote p {
    font: 300 26px/32px 'Open Sans',Helvetica,Arial,sans-serif;
    font-style: normal;
    padding-left: 0;
}
.post-meta {
    font-size: 70%;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 0;
    text-transform: uppercase;
}
.post-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-meta li {
    display: inline;
    margin-right: 5px;
}
.post-meta li:last-child { margin-right: 0 }
.post-meta li:after { content: "\2022" }
.post-meta li:last-child:after { content: "" }
.post-meta span { padding-right: 8px }
.post-meta a {
    color: #aaa;
    display: inline-block;
}
.post-meta a:hover { color: #676767 }
.post-entry .button { margin-top: 14px }
.format-video iframe,
.format-video object,
.format-video embed { }
.post-media {
    margin-bottom: 20px;
    position: relative;
}
.post-entry p {
  margin-bottom: 15px;
}
.post-media img {
    display: block;
    width: 100%;
}
.responsive-video-div > div { position: relative }
.responsive-video-div iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.responsive-video-vimeo { max-width: 1130px }
.responsive-video-vimeo > div { padding-top: 56.26506% }
.responsive-video-youtube { max-width: 1130px }
.responsive-video-youtube > div { padding-top: 56.271981% }
.post-date {
    font-size: 70%;
    letter-spacing: 2px;
    margin-bottom: 14px;
    text-transform: uppercase;
    color: #484848;
}
.post-date ul {
    margin: 0;
    padding: 0;
}
.post-date li {
    display: inline;
    margin-right: 5px;
}
.post-date li:last-child { margin-right: 0 }
.post-date span.day:after { content: "," }
.post-date li:after {
    content: "/";
    margin-left: 8px;
}
.post-date li:last-child:after {
    content: "";
    margin-left: 0;
}


.comment-form { margin: 50px 0 }

.widget { margin-bottom: 30px }

h4.heading { padding: 23px 0 }
ul.menu-link { margin-bottom: 9px }
ul.menu-link > li { border-top: 1px solid #eee }
ul.menu-link > li:first-child { border: none }
ul.menu-link > li a {
    color: #34495e;
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 0;
}
ul.menu-link > li a:hover {
    color: #000;
    text-decoration: none;
}
.tagcloud a {
    background-color: #f1f1f1;
    color: #34495e;
    display: inline-block;
    font-size: 15px !important;
    line-height: 26px;
    margin: 0 5px 8px;
    moz-transition: .3s;
    ms-transition: .3s;
    o-transition: .3s;
    padding: 0 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    vertical-align: top;
    webkit-transition: .3s;
}
.tagcloud a:hover {
    background-color: #404757;
    color: #fff;
    text-decoration: none;
}

/* ACCORDION
   ================================================== */
.accordion { padding: 0 }
.accordion .panel {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 10px 0;
    webkit-box-shadow: none;
}
.accordion .panel-collapse {
    border-bottom: 1px solid #eee;
    border-top: transparent;
    line-height: 18px;
}
.accordion .panel-collapse .text { padding: 15px 20px }
.accordion h4 {
    margin: 0;
    padding: 0;
}
.accordion h4 a.collapsed,
.accordion h4 a {
    background: #F4F3F6;
    color: #434955;
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 0 0 70px;
    position: relative;
    text-transform: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    webkit-transition: all 0.5s;
}
.accordion h4 a.collapsed span:before { content: "+" }
.accordion h4 a span:before { content: "-" }
.accordion h4 a span {
    background: #95ce53;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    left: 0;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}
.accordion h4 a,
.accordion h4 a:hover { text-decoration: none }
.accordion h4 a:focus { text-decoration: none }


/* CONTACT
   ================================================== */
#contact {
    background-image:url('../images/pattern1.gif');
    background-repeat: repeat;
	color:#f3f3f3;
	padding-top: 100px;
	padding-bottom: 100px;
}
#map {
    height: 400px;
    width: 100%;
}

input[type=text],
input[type=email],
.form-inline input,
.form-control,
textarea, input[type=date] {
    border: #eee solid 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 1px 0;
    padding: 20px 15px;
    webkit-box-shadow: none;
}

#cta-contact { background: #110A20 }


/* FOOTER
   ================================================== */
#footer {
    background: #1c2a3c;
	color:#f3f3f3;
    padding-bottom: 70px;
}
#footer span {
    color: #fff;
    font-size: 25px;
}
#footer .btm-footer { margin-top: 55px }
#footer .btm-footer ul li a { color: #fff }


/* SOCIAL ICONS
   ================================================== */
ul.socials { float: none }
.socials a.pinterest:hover { background: #f13434 }
.socials a.facebook:hover { background: #3b5999 }
.socials a.twitter:hover { background: #00bbf5 }
.socials a.gplus:hover { background: #cd1a1a }
.socials a.rss:hover { background: #f6a42b }
.socials a {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin-left: 0px;
    moz-transition: .4s;
    o-transition: .4s;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    webkit-transition: .4s;
    width: 30px;
}
.socials a:hover {
    -webkit-animation: all .3s ease-in-out;
    -moz-animation: all .3s ease-in-out;
    -ms-animation: all .3s ease-in-out;
    -o-animation: all .3s ease-in-out;
    animation: all .3s ease-in-out;
    color: #fff;
    moz-animation: all .3s ease-in-out;
    ms-animation: all .3s ease-in-out;
    o-animation: all .3s ease-in-out;
    webkit-animation: all .3s ease-in-out;
}
.socials a i {
    font-size: 18px;
    line-height: 27px;
}

object.svg-responsive{
    width:100%;
    height:auto;
    pointer-events: none;
}
.about-icons {
    font-size: 3em;
    line-height: 27px;
    color: #00adee;
}

/* PAGINATION
   ================================================== */
ul.page-links { float: none; text-align: center; }
.page-links a.pinterest:hover { background: #f13434 }
.page-links a.facebook:hover { background: #3b5999 }
.page-links a.twitter:hover { background: #00bbf5 }
.page-links a.gplus:hover { background: #f92828 }
.page-links a.rss:hover { background: #f6a42b }
.page-links a {
    color: #f92828;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin-left: 0px;
    moz-transition: .4s;
    o-transition: .4s;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    webkit-transition: .4s;
    width: 30px;
}
.page-links a:hover {
    -webkit-animation: all .3s ease-in-out;
    -moz-animation: all .3s ease-in-out;
    -ms-animation: all .3s ease-in-out;
    -o-animation: all .3s ease-in-out;
    animation: all .3s ease-in-out;
    color: #fff;
    moz-animation: all .3s ease-in-out;
    ms-animation: all .3s ease-in-out;
    o-animation: all .3s ease-in-out;
    webkit-animation: all .3s ease-in-out;
}
.page-links a i {
    font-size: 12px;
    line-height: 27px;
}

.page-links .current a, .page-links .current a:hover, .page-links .current a:focus {
  background: #f0f0f0;
  color: #484848;
}

/* PRODUCTS
   ================================================== */

#products {
  margin-top: 100px;
  margin-bottom: 100px;
}

a.list-group-item:hover, a.list-group-item:focus {
  color: #555555;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #1c2f45;
  border-color: #1c2f45;
}



/* CAROUSEL
   ================================================== */

.item-hover{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all  1s ease;
	opacity:0;
	position:absolute;
	background:rgba(31,38,49,0.8);
	width:100%;
	top:0;
	right:0;
	left:0;
	bottom:0;
	padding:15%;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
}
.item-hover h4 {
	color: #ffffff !important;
}

.item:hover .item-hover{
	opacity:1;
}
.item-events{
	padding: 40px;
	min-height: 400px;
	margin: 0px;
	border-right: 1px solid #e0e0e0;
}
.item-events h2,h3,h4,h5,h6 {
	color: #283848 !important;
}

a:hover h5 {
  color: #5475a5 !important;
}

.item-gallery{
	margin: 0px;
}

.navbar-toggle {
	margin-top: 20px;
}

#quotes .owl-controls {display: none !important;}

.item-event {
	background-color: #f0f0f0;
	border: 5px solid #fff;
	padding: 20px;
  min-height: 470px;
}

a.cred {
  display: block;
  color: inherit;
  padding: 15px 0;
  border-bottom: 1px solid #d9d9db;
}

a.cred:hover {
  /* background: #ffffff; */
  color: #f92828;
}

.cred small {
  display: block;
  margin-left: 20px;
}

.flex {
    display: flex;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.items-base {
    align-items: baseline;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.image {
    margin-bottom: 1.5rem;
    max-width: 100%;
    height: auto;
}

.cropped-image{
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: contain;
    object-position: center;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pl-4 {
    padding-left: 1rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.w-1\/2{
    width: 50%;
}

.font-bold{
    font-weight: 700;
}

.pricing-table-border-r {
    border-right: 1px solid rgba(0, 38, 57, 1);
}

.pricing-table-header{
    padding: .5rem .5rem;
    /* IE11+ flex browser prefixes */
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.pricing-table-header-text{
    font-size: 24px;
    font-family: "abril-display",sans-serif;
    font-weight: 400;
    line-height: 1.25;
    text-transform: unset;
    letter-spacing: unset;
    margin: 0;
    padding: 0;
}

.pricing-updated {
    padding-top: 1rem;
    font-family: "abril-display",sans-serif;
    font-size: 2rem;
}

.ctct-form-button {
    background-color: #f92828;
    color: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-shadow: none;
    padding: 10px 15px;
    font-size: inherit;
    line-height: 1.33;
    cursor: pointer;
    -webkit-appearance: button;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
}
.ctct-form-button:hover, .ctct-form-button:focus {
    opacity: .7;
    color: #FFFFFF;
    text-decoration: none;
}

.ctct-form-field {
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width:50%;
    min-width: 300px;
}

.ctct-form-element {
    width:100%;
}

#gdpr_text {
    display: block;
    margin-top: 1rem;
}

.ctct-form-embed.form_0 .ctct-form-defaults {
    background-color: transparent !important;
}

div.ctct-form-embed div.ctct-form-defaults{
    padding-left: 0 !important;
    padding-right: 0 !important;
}