  #wrapper {
	width: 100%;
      
}

header {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #cc0606;
	border-bottom: thin solid #ededed;
z-index: 1999;
}

header #header-inner {
	width: 80%;
	margin: 0 auto;
}

header #logo {
	float: left;
	width: auto;
	display: block;
	margin: 8px 0;
}

header #logo > img {
	text-decoration: none;
	display: inline-block;
	padding: 5px 0 0 7px;
	color: #434a54;
	width: 220px;
	
}
 
@media only screen and (max-width: 500px) {
    header #logo > img {
	text-decoration: none;
	display: inline-block;
	padding: 8px 0 0 7px;
	color: #434a54;
	width: 150px;
	
		}
    }   
header ul {
	float: right;
	padding: 0;
	margin: 10px 0;
}

header li {
	list-style-type: none;
	display: inline-block;
	padding-left: 5px;
}

header li > a {
	text-decoration: none;
	display: block;
	font-size: 1em !important;
	color: #fff;
	padding: 7px 10px;
	transition: all .1s;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

header li > a:hover {
	color: #dddbdb;
	font-size: 1em;

}

header li > span.visible {
  display: block;
}

header li > span {
	width: auto;
	height: 170px;
	position: absolute;
	background: #fff;
	border: thin solid #ededed;
	border-radius: .2em;
	right: 10%;
	top: 55px;
	z-index: 100;
	text-align: center;
	display: none;
}

    .bdr {
    border-right: 1px dashed #ededed;
    }


.hamburger {
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
}
.hamburger i {
  font-size: 25px;
  color: white;
}

.nav-offcanvas {
  width: 300px;
  background: linear-gradient(135deg, #af1005 0%, #d31204 100%);
  height: 100vh;
  position: fixed;
  overflow-x: auto;
  z-index: 2000;
  padding: 50px 0;
  top: 0;
  left: -300px;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-offcanvas .close {
  position: absolute;
  right: 10px;
  top: 20px;
  outline: 0;
  opacity: 1;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: .3s ease;
}
.nav-offcanvas .close i {
  font-size: 25px;
  color:white;
  text-shadow: none;
}
.nav-offcanvas .close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nav-offcanvas-menu ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-offcanvas-menu ul li a {
  color: white;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 40px;
  display: block;
  text-decoration: none;
  position: relative;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  z-index: 1;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
}
.nav-offcanvas-menu ul li a:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.nav-offcanvas.open {
  left: 0;
}

.offcanvas-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1999;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  opacity: 0;
}
.offcanvas-overlay.on {
  opacity: 1;
  visibility: visible;
}

    .banner {
    background:rgba(0,0,0,0.5);
    border-radius: 15px;
    padding: 10px;
    }
    
    .jumbotron h2 {
    text-align: center; 
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    -webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
    
    }
    .banner  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.banner  .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.banner .form-control {
    height: 52px;
}

.banner  .btn {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 15px 25px;
}
@media only screen and (max-width: 768px) {
    .banner {
		display: block;
	}
	.banner button{
		width: 100%;
	}
}
   .tag-container {
     text-align: left;
}
.tag-container .tag-list {
  margin: 0 -4px;
  padding: 0 10px;
}
.tag-container .tag-list strong {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.tag-container .tag-list .tag {
  background-color: #e5eaea;
  border: 1px solid transparent;
  border-radius: 26px;
  color: #674172;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
 
  line-height: 26px;
  letter-spacing: 0.025em;
  margin: 0 2px 5px;
  padding: 0 15px;
  position: relative;
  -o-text-overflow: hidden;
  text-overflow: hidden;
  -webkit-transition: background 200ms ease, color 100ms ease, border 200ms ease;
  -moz-transition: background 200ms ease, color 100ms ease, border 200ms ease;
  -o-transition: background 200ms ease, color 100ms ease, border 200ms ease;
  -ms-transition: background 200ms ease, color 100ms ease, border 200ms ease;
  transition: background 200ms ease, color 100ms ease, border 200ms ease;
  vertical-align: middle;
} 
    .tag-container2 {
     text-align: left;
}
.tag-container2 .tag-list {
  margin: 0 -4px;
  padding: 0 10px;
}
.tag-container2 .tag-list strong {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.tag-container2 .tag-list .tag {
  
  border: 1px solid #999;
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
 
  line-height: 26px;
  letter-spacing: 0.025em;
  margin: 0 2px 5px;
  padding: 0 15px;
  position: relative;
  -o-text-overflow: hidden;
  text-overflow: hidden;
  -webkit-transition: background 200ms ease, color 100ms ease, border 200ms ease;
  -moz-transition: background 200ms ease, color 100ms ease, border 200ms ease;
  -o-transition: background 200ms ease, color 100ms ease, border 200ms ease;
  -ms-transition: background 200ms ease, color 100ms ease, border 200ms ease;
  transition: background 200ms ease, color 100ms ease, border 200ms ease;
  vertical-align: middle;
}   
    
    /* navbar above */
		.btnsrp{
			border-radius: 0;
		}
		
    .like a {
    border: 1px solid #49cc84;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    padding: 0 3px 0 3px;
    font-size: 14px;
    font-weight: 400;
    color: #49cc84;
    margin-left: 1em;
    }
        
    .item h2 a {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #3c4142;
    text-shadow: 4px 3px 11px rgba(224,223,231,0.8);
    text-decoration:none;
    }
    
     .item h2 a:hover {
       color: #000;
    }
    
    .item p {
     font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #3b3f3f;
    }
    .skl {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #089aa8;
   text-shadow: 4px 3px 11px rgba(224,223,231,0.8);
    text-decoration:none;
    }
    
       
    .item .likes-bar {
  border: solid 1px #eee;
 
  border-width: 1px 0 1px 0;
  font-size: 88%;
}
.item .likes-bar p {
  color: #888;
font-weight: 300;
 font-family: 'Roboto', sans-serif;
}
.item .likes-bar p a:first-of-type {
  color: #333;
  font-weight: bold;
}

.item .action-bar ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.item .action-bar li {
  list-style: none;
  float: left;
  text-align: center;
  font-size: 1.1em;
}
.item .action-bar li a {
  display: block;
  color: #666;

}
.item .action-bar li a:hover, .card .action-bar li a:focus {
  color: #000;
  text-decoration: none;
}
.item .action-bar li.comments {
  width: 40%;
  text-align: left;
  padding: 0 1eitemm;
  border: solid #eee;
  border-width: 0 1px 0 0;
}
.item .action-bar li.comments .comments-link {
  font-size: .9em;
  font-weight: 300;
 font-family: 'Roboto', sans-serif;
}
.item .action-bar li.share, .card .action-bar li.like {
  width: 20%;

}
.item .action-bar li.share {
  border: solid #eee;
  border-width: 0 1px 0 0;
}
.item .action-bar span:not(.comments-link) {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
  
/* Jumbotron */
.jumbotron {
 background-color: #d30000 !important;
background-image: url("../images/open_bnr.jpg");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
height: 350px;
color: white !important;
}
/* card */
/****************  GENERIC ***********/
i {color:#bfbdb3;padding-right:10px;}
h4 {font-weight:600;color:#000;}
a:hover {text-decoration:none;}

/******************** CARD CSS *******************/
.wrapper {
  margin: 0 auto;
  width: 100%;
}

.cards {
  list-style: none;
  margin: 0;
  padding: 0;


}

.cards .item{
  
  border-radius:6px;
  background-color: #fff;
  color: #000;
margin: 5px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
   padding:15px;
  flex: 1 1 300px;
justify-content: space-between;
  flex-direction: column;
  display: flex;

}


.item .btn-holder {
  justify-content: flex-end;
  display: flex;
}

.cards .item h2 {
  margin: 0;
	font-size: 18px;
  padding: 10px;
}

.cards .item p {
font-size: 14px;
color: #727272;
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.flex li {
  flex: 1 1 200px;
  margin: 10px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  /*grid-template-columns: repeat(auto-fill, minmax(200px 1fr));*/
  grid-gap: 20px;
}

/****************  BORDER ***********/

/* footer */
.full {
    width: 100%;    
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #EDEFF1;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;	
}
/* apply page */
.panel {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
    border: 0;
    border-radius: 0px;
    margin-bottom: 16px;
}
.thumb96 {
    width: 96px!important;
    height: 96px!important;
}
.thumb48 {
    width: 48px!important;
    height: 48px!important;
}

