/*** IMPORT CSS FILES ***/

/*Animate CSS Library*/
@import url(lib/animate.min.css);

/*Heading Aminate CSS Library*/
@import url(lib/heading-animate.css);

/*RALEWAY FONTS*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/* Source Sans Pro */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);

/* Open Sans Font Family */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

@import url(//fonts.googleapis.com/css?family=Marvel:700,700italic);


@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/* FONT AWESOME ICONS */
/*@import url(maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/www_subdomain/font-awesome.min.css); */

/** Font Awesome Icons CSS **/
@import url(font-awesome.min.css);

/** Font Awesome Icons CSS **/
/*@import url(maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/www_subdomain/font-awesome.min.css); */
/*@import url(css/font-awesome.min.css);*/ /** Font Awesome Icons CSS **/

/* Panning Menu */
@import url(lib/jquery.mmenu.all.css);



html {
    margin: 0;
    padding: 0;
}
body { 
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    /*font-family: Verdana, 'Marvel', sans-serif;*/
    /*font-family: "Titillium Web", sans-serif;*/
    font-weight: 400;
    color:#020202;
    margin:0 auto;
    background: #F1F1F1;
    /*max-width: 1360px;*/
    width: 100%;
    /*margin-top: 115px;*/
}


::-webkit-scrollbar {
    -webkit-appearance: none;
   border-radius: 1px;

}
::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    border: 1px solid #cccccc;
	width: 10px;
	}


* {
  outline: none;
}

/*
 * Base structure
 */

html,
body {
  min-height: 100%;
  background-color: #fcfdfc;
  /*background-color: #DBDAD7;*/
}


img{
    /*border-radius: 2px;
    box-shadow:0px 0px 5px #E4E4E4;*/
}
p { 
    margin-top: 0; 
    text-align: left;
    padding: 0; 
    margin-bottom: 12px; 
    /*font-family: "Raleway" !important; */
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Lato', sans-serif;*/
    font-weight: 300;
    font-size: 13px; 
    line-height: 21px;
    /*color: #696E74; */
}

a, button { 
  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:link { 
  text-decoration: none;
  color: #8998ab;
}
a:visited { 
  color: #678900;
}
a:hover, a:focus, a:active { 
  color: #678900;
}
hr {
  border: 1px solid #C2BEBF;
  margin: 0px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  letter-spacing: -0.5px;
  /*font-family: 'Raleway', sans-serif;*/

  font-family: 'Source Sans Pro', sans-serif;

  color: #030205;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  text-decoration: none;
}
h1 {
  font-size: 44px;
  line-height: 60px;
}
h2 {
  font-size: 38px;
  line-height: 52.5px;
}
h3 {
  font-size: 32px;
  line-height: 45px;
}
h4 {
  font-size: 26px;
  line-height: 37.5px;
}
h5 {
  font-size: 20px;
  line-height: 30px;
}
h6 {
  font-size: 14px;
  line-height: 22.5px;
}
code {
  border-bottom: 1px solid #e3e3e3;
  background-color: #f0f0f0;
  color: #606362;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
pre {
  border-bottom: 1px solid #e3e3e3;
  background-color: #f0f0f0;
  color: #606362;
  font-size: 12px;
  padding: 10px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
ul {
  list-style-position: inside;
  /*list-style: none;*/
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

center, center p, center span {
    text-align: center;
}


.main-container {
  /*background: #f7f7f7;*/
  padding-top: 10px;
    padding-bottom: 20px;
}

.container-70 {
  width: 70%;
  margin: 0px auto;
}

@media (max-width: 480px) {
  .container-70 {
    width: 100%;
    margin: 0px auto;
  }
}

/* Custom default button */

.btn, a.btn {
  /*margin-bottom: 10px;*/
  color: #ffffff;
}

.btn-default,
a.btn-default,
.btn-default:hover,
.btn-default:focus {
  /*color: #020202;*/
 /* text-shadow: none;*/ /* Prevent inheritence from `body` */
 /* background-color: #fff;
  border: 1px solid #7893C5;*/
}

.navbar-default {
  background-color: #0E5B07;
  border-color: #E7E7E7;
  border-bottom-width: 5px;
}

.navbar-default .navbar-brand {
  display: block;
  background-color: transparent;
}

.navbar-brand > img {
      width: 330px;
  /*background-color: #E7E7E7;*/
  padding: 5px 10px;
}

.navbar-brand{
  padding: 0px;
  /*height: 0px;*/
  line-height: 0px;

}

@media (max-width: 480px){
  .navbar-brand > img {
    width: 200px;
    /* background-color: #E7E7E7; */
    padding: 0px 0px;
}
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: #E7E7E7;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 25px 15px;
    font-weight: 600;
}

.navbar-default .navbar-nav > li > a {
  color: #F2F2F2;
  font-weight: 600;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
  color: #020202;
  background-color: #E7E7E7;
}


.nav-side{
    background-color: #f5f5f5;
    border: none !important;}

.fixed-brand{
  background-color: #0d4115;
}

.fixed-brand > h5{
  color:#fff;
}


.lead strong {
  color: #0E5B07;
}

.lead strong i {
  color: #fdfdfd;
}



.search-box {
  width: 60%;
  margin: 0px auto;
  float: left;
}


.search-box form {
  margin: 0px auto;
  overflow: hidden;
  border-radius: 5px;
/*  margin-top: 30px;*/
}

.search-box form input, .search-box form select, .search-box form button {
  padding: 10px 10px;
  border: none;
  background: #DCDCDC;
  color: #020202;
  outline: none;
  font-size: 15px;
  font-weight: 400;
}

 .search-box form select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.search-box form button {
  border-left: 1px solid #60759B;
  color: #fdfdfd;
}

 .search-box form select, .search-box form button {
  background-color: #6B86B8;
}

.search-box form button:hover {
  background-color: #ff7518;
  color: #ffffff;
  border: none;
}


/*  */

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  /*position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
*/
}

.navbar {
    position: relative;
    min-height: 50px;
     margin-bottom: 0px; 
    border: 1px solid transparent;
}

.navbar-inverse {
    background-color: #1b3048;
    border-color: #ffcb00;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  /*width: auto;*/
}


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

/* Carousel base class */
.carousel {
  height: 500px;
  /*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 */
.carousel .item {
  /*height: 500px;*/
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.carousel,
.carousel .item,
.carousel-inner > .item > img {
	height: 350px}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    /*margin-top: 20px;*/
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    /*border-radius: 4px;*/
    border: none;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}



/* Border Radius(es) */

.radius-5 {
    border-radius: 5px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-15 {
    border-radius: 15px !important;
}

.radius-20 {
    border-radius: 20px !important;
}

.radius-50-per {
    border-radius: 50% !important;
}


/* Home Background */

.home-bg {
  background-image: url("../images/bg/bg-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.home-lite {
/*   background-color: rgba(5, 20, 60, 0.51);*/
   min-height: 100%;;
}

header {
    /*padding: 40px 0px 20px;*/
    padding: 30px 0px 30px;
    overflow: hidden;
    width: 100%;
}

header a.btn {
    font-weight: 600;
}

a.logo img {
/*    width: 100px;*/
  padding-left: 6px;
}



/* Slider Section */

#container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	/*background:#fff;*/
  background: rgba(255, 255, 255, 0.47);
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

.bjqs li.bjqs-slide,
.bjqs li img,
.bjqs li a img {
    height: 100% !important;
}
    

/* END Slider Section */


.width-100per {
  width: 100%;
}

.width-50per {
  width: 48%;
  margin-left: 7px;
  float: left;
}

.margtop5 {
  margin-top: 5px;
}

.margtop10 {
  margin-top: 10px;
}

.margtop15 {
  margin-top: 15px;
}

.margtop100 {
  margin-top: 100px;
}

.margtop150 {
  margin-top: 150px;
}

.marg-left-10 {
    margin-left: 10px;
}

.margtop100b50 {
  margin-top: 100px;
  margin-bottom: 50px;
}

.height-auto {
  height: auto;
  min-height: 0px;
}

.absolute {
  position: absolute;
  width: 100%;
}

.block {
  display: block;
}


.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard h1, 
.wizard h2, 
.wizard h3, 
.wizard h4, 
.wizard h5, 
.wizard h6 {
  color: #7893C5;
} 

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33.3333333%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    /*padding-top: 50px;*/
}

.wizard h3 {
    margin-top: 0;
    margin-bottom: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


.inner-header {
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}

/* My Payment Section */

.btn-pay {
  background: rgb(46, 139, 204);
  opacity: 1;
  color: #ffffff !important;
}

.btn-pay:hover {
  opacity: 0.7;
  color: #fdfdfd;
}

.btn-recipients,
.btn-receipt {
  background: #00ABA9;
  opacity: 1;
  color: #ffffff !important;
}

.btn-recipients:hover,
.btn-receipt:hover {
  opacity: 0.7;
  color: #00ABA9;
}


 .app-sidebar-section::-webkit-scrollbar,
  .app-sidebar-section::-scrollbar {
    /*width: 6px;*/
}
 
/* Track */
 .app-sidebar-section::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.app-sidebar-section::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000; 
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
}
.app-sidebar-section::-webkit-scrollbar-thumb:window-inactive {
    background: #2e8bcc; 
}

.slimScroll {
  /*border: 1px solid #CCC;
  margin-top: 20px;*/
  display: inline-block;
  overflow: hidden;
  position: relative;
}

/* custom stylings */
.wrapper, .scroll-wrapper {
    padding: 5px;
}
.scroll-wrapper.mac + .scrollBarContainer{
    background-color: transparent;
}
.scrollBarContainer.animate .scroll{
  transition: 2s opacity ease;
  -ms-transition: 2s opacity ease;
  opacity: 0;
  width: 5px;
}
.scrollBarContainer:hover .scroll{
    opacity: 0.5;
    transition: none;
    -ms-transition: none;
}
.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
} 

.scroll{
    border-radius: 10px;
}
.wrapper + .scrollBarContainer{
    background-color: #eee9ee;
}
.scrollBar {
    background-color: #60F509;
    border-radius: 10px;
    opacity: 0.5;
}
.scroll-bar{
    background-color: #14D1E0;
}



/* FOOTER SECTION */


.footer {
  text-align: left;
  overflow: hidden;
      margin-top: 15px;
  padding: 10px 0px;
  /*background-color: rgba(2, 2, 2, 0.82);*/
  background-color: #020202;
}

.footer p {
  color: #ffffff;
}

.footer ul.footer-menu-list {
  padding: 0px;
  list-style: none;
  /*text-align: left;*/
  float: left;
}

.footer ul.footer-menu-list li a {
  display: block;
  padding: 0px 0px 5px;
  font-weight: 600;
  /*color: #fdfdfd*/
}

.footer ul.footer-menu-list li a:hover {
  color: #E47616;
}


.footer p {
  margin-bottom: 0px;
  margin-top: 10px;
}


.footer-sitename {
  font-weight: 600;
  color: #13A508 !important;
}

.footer-sitename:hover {
  color: #ffffff;
}

.footer.fixed {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.footer-links, .social-icons {
	overflow: hidden;
}

.footer-links a {
	color: #3BB94D;
	font-weight: 500;
	margin-right: 10px;
}

.footer-links a:before {
	/*content: "\f061";*/
	content: "\f0a9";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 3px;
}

.footer-links a:hover {
	color: #020200;
}
.menu-sub-item {
    line-height: 1.8;
}

.menu-sub-item a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    padding-right: 5px;
}

.social-icons .menu-sub-item a:before{
  display: none;
}
.site-title {
	font-weight: 600;
	/*color: #FF8517;*/
	color: #FF8517 !important;
}

/*.social-icons {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

.social-icons a {
	margin-right: 6px;
}

.social-icons a i {
	font-size: 15px;
	color: #ffffff;
	padding: 10px 11px;
	border-radius: 50%;
	background-color: #3BB94D;
}

.social-icons a:first-child i {
	padding: 10px 13px;
}

.social-icons a i:hover { 
	background-color: #01ff02;
	color: #020202;
}*/

/*
   SOCIAL ICONS HERE */

.social-icons {
  float: left;
  text-align: left;
  /*margin-top: 10px;*/
  margin-top: 0px;
}

.social-icons a {
  margin-right: 6px;
}

.social-icons a i {
  font-size: 15px;
  color: #ffffff;
  padding: 10px 11px;
  border-radius: 50%;
  background-color: #ff1721;
}

.social-icons a:first-child i {
  /* border-radius: 60%; */
  padding: 10px 13px;
}

.social-icons a i:hover {
  background-color: #020202;
}

.social-icons a.facebook i {
  background-color: #314A87;
}

.social-icons a.twitter i {
  background-color: #1089DC;
}

.social-icons a.google-plus i {
  background-color: #D13E2F;
}

.social-icons a.linkedin i {
  background-color: #1089DC;
}



.footer-bottom {
  overflow: hidden;
  padding: 10px 0px;
  background-color: #E47616;
}

.footer-bottom a {
  font-weight: 600;
  color: #020202;
}

.app-refactor {
  height: auto;
  width: 100%;
}

/* FOOTER SECTION */


/* Responsive Modifications */

/*@media (min-height: 300px){
  .footer.fixed {
    position: relative;
  }
}*/


/*@media (max-height: 400px) and (max-height: 950px) {*/
@media (max-height: 600px) and (max-height: 950px) {
  .footer.fixed {
    position: relative;
  }
}


@media (min-width: 768px) and (max-width: 800px) {

  a.logo img {
    margin-bottom: 10px;
  }

  .footer.fixed {
    position: relative;
  }

}


@media (max-width: 480px) {

  .paynow-top {
    width: 100%;
  }

  .tile.tile-medium,
  .tile.tile-wide, 
  .tile.tile-double {
    /*width: 150px;*/
    width: 46%;
  }

  .margtop100-m {
    margin-top: 10px;
  }

  .margtop150-m {
    margin-top: 15px;
  }

  .margtop100-m {
    margin-top: 10px;
  }

  .details-box,
  .details-box h1 span,
  .details-box h2 span,
  .details-box h3 span,
  .details-box h4 span,
  .details-box h5 span,
  .details-box h6 span {
    width: 100%;
    display: block;
  }
    
  header a.logo {
    width: 100%;
    display: block;
    text-align: center;
  }
    
  header a.logo img {
    margin-bottom: 10px;
  }
    
  .search-box,
  header a.btn {
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 5px;
    float: left;
  }

  header a.btn {
    width: auto !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
  }

  header a.btn:last-child {
    float: right;
    margin-right: 0px !important;
  }
    
  .home-bg {
    background: url("../images/bg/bg-1.jpg") repeat fixed left top / cover;
    height: auto;
  }
    
  .featured-apps .slider-section {
    width: 97% !important;
    height: 100% !important;
  }
    
  ul.bjqs-controls {
    display: none;
  }
    
  .footer.fixed {
    position: relative;
  }

  header {
    padding-bottom: 5px;
  }

  .featured-apps .tile h1, 
  .featured-apps .tile h2, 
  .featured-apps .tile h3, 
  .featured-apps .tile h4, 
  .featured-apps .tile h5, 
  .featured-apps .tile h6 {
    font-size: 115%;
  }

  .inner-header {
    text-align: center;
  }

  .inner-header a img {
    margin-bottom: 10px;
  }

  .inner-header div a.btn {
    float: none !important;
    text-align: center;
    margin-top: 5px;
  }

}

.modal-backdrop.in {
  /*display: none;*/
  opacity: 0.5;
  /*visibility: none;*/
}

.modal.in .modal-dialog {
  z-index: 99999;
}

.modal-title {
  color: #ffffff;
}

@media (max-width: 320px) {

  .tile.tile-medium,
  .tile.tile-wide, 
  .tile.tile-double {
    width: 130px;
  }

  .tile.tile-wide, .tile.tile-double {
    /*width: 270px;*/
  }

  .featured-apps .tile span img {
    height: 90%;
  }

}

/*@media (max-width: 768px) and (max-width: 992px) {*/
@media (max-width: 1200px) {

  .tile.tile-medium,
  .tile.tile-wide, 
  .tile.tile-double {
    /*width: 150px;*/
    width: 150px;
  }

}


/*  Scrollbar Conversion  */

/* Let's get this party started */
::-webkit-scrollbar {
    /*width: 6px;*/
}
 
/* Track */
/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #2e8bcc; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}*/
 
/* Handle */
/*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #2e8bcc; 
    -webkit-box-shadow: inset 0 0 3px #2e8bcc; 
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #2e8bcc; 
}*/



/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb !important;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-bottom: 0;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}

.blog-sidebar {
	margin-top: 20px;
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
/*  font-size: 40px;*/
  line-height: 1;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

.pad-10lr {
	padding-left: 10px;
	padding-right: 10px;
}

/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}


.contact-list {
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #ededed;
	margin: 3px 0px;
}

.contact-list li {
	float: left;
	padding: 5px 10px;
}

.contact-list li:first-child {
	padding-left: 0px;
}

.contact-list li:last-child {
	padding-right: 0px;
}

.contact-list li a i {
	color: #ff6600;
}


.menu-strip-bg{
      display: block;
    background-color: #193058;
    text-align: right;
    padding:5px 10px;
}

.menu-strip > a:link, .menu-strip > a:visited {
  color: #fff;
  padding: 5px;
}

.sect-title{
margin: 0px;
    line-height: 1.2;
    font-size: 20px;
    color: #484344;
    padding: 5px 15px;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.title-br{
  margin: 10px 0px 0px;
    border-top: 2px solid #678900;
    padding: 5px 0px;
    background-color: #E9E9E9;
    border-top-left-radius: 10px;
}


.notice-img{
          float: left;
    background: #678900;
    border-radius: 50%;
    padding: 12px;
    margin-right: 5px;}

.notice-img i{
      font-size: 20px;
    color: #fff;
}

.notice-title{
      line-height: 1.2;
    margin: 0px;
        font-size: 16px;
    font-weight: 600;
    color: #05390a;
}

.notice-info{
      font-size: 14px;
    /*text-align: justify;*/
    line-height: 1.5;
}

.notice-bg{
          background-color: #F5F5F5;
    padding: 10px;
    box-shadow: 1px 2px 2px #f1f1f1;
    border: 1px solid #f1f1f1;
}

.notice-swipe{
      max-height: 365px !important;
    overflow: hidden;
}

/*.notice-bg>.swiper-container>.swiper-wrapper>.swiper-slide:nth-of-type(odd) .notice-img{
    background-color: #3581bd;
}

.notice-bg>.swiper-container>.swiper-wrapper>.swiper-slide:nth-of-type(odd) .notice-title{
    color: #3581bd;
}*/

.notice-bg >.notice-img:nth-of-type(odd) {
    background-color: #3581bd;
}

.notice-bg>.notice-title:nth-of-type(odd){
    color: #3581bd;
}

.notice-image{
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.notice-caption{
  background-color: #e9e9e9;
  box-shadow: 1px 2px 2px #f1f1f1;
  padding: 10px;
}

.notice-caption .notice-author i, .notice-caption .notice-date i{
color: #3581bd;
font-weight: 900;
}

.notice-bg >   .swiper-container > .swiper-wrapper > .swiper-slide:nth-of-type(odd)> .notice-img {
    background-color: #3581bd;
}


.notice-bg>.swiper-container>.swiper-wrapper>.swiper-slide:nth-of-type(odd) .notice-title{
    color: #3581bd;
}

.nav-social-icon a:first-child i{
/*padding: 6px 10px;
border-radius: 4px;
color: rgb(255, 255, 255);*/
padding: 9px 11px;;
color: #FFF;
border-radius: 50px;
}

.nav-social-icon a  i{
/*padding: 6px 10px;
border-radius: 4px;
color: rgb(255, 255, 255);*/
padding: 9px 10px;
color: #FFF;
border-radius: 50px;
}

.nav-social-icon a.facebook i{
  background-color: rgb(53, 129, 189);
}

.nav-social-icon a.google-plus i{
  background-color: #D13E2F;
}

.nav-social-icon a.twitter i{
  background-color: #1089DC;
 
}

.tel > a  {
  margin: 5px 0px 0px 8px;
  font-size: 16px;
  color: #fff;
}


.caption-title{
  color: #fff;
  margin: 0px;
}

ul.sub-link{
padding: 0px;
/*margin-bottom:0px;*/
}

ul.sub-link li{
      list-style: none;
    background-color: #f5f5f5;
    padding: 12px;
}

ul.sub-link li:nth-of-type(even){
  background-color: #dadada;
}

.pad-top5{
  padding: 0px 5px;
}

.support-bg{
  padding:0px;
}
.first-block{
      background-color: #326372;
    text-align: center;
}

.first-block i, .second-block i, .third-block i, .fourth-block i{
      padding: 30px 0px;
    font-size: 67px;
    color: #fff;
    text-align: center;
}

.second-block{
      background-color: #3581bd;
      text-align: center;
}

.third-block{
  background-color: #5c879b;
  text-align: center;
}

.fourth-block{
  background-color: #c04a57;
  text-align: center;
}

.footer-title {
    color: #678900;
    font-weight: 600;
}

.swiper-slide{
  height: 100% !important;
}
  .swiper-container {
        width: 100%;
        height: 100%;
    /*    margin-left: auto;
        margin-right: auto;*/
    }
    .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

 
body.login-bg{
 
    background-image: url('img/hall-bg.jpg');
    background-size: cover;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: top center;
}

body.login-bg{
 position: relative;
}

body.login-2{
 overflow: hidden;
  /*height: 100%;*/
}

body.login-bg .login-container {
    margin: auto;
    width: 300px;
}

.overlay{
      background-color: rgba(30, 99, 41, 0.64);
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media (min-width: 480px){
  body.login-bg .login-container {
    bottom: 0;
    height: 550px;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}


body.login-bg #content {
    max-width: 760px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#content {
    min-width: 320px;
}


.panel-login {
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border: 0px solid rgba(0, 0, 0, 0.41);
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 1px 2px 2px rgba(189, 187, 187, 0.35);
    padding: 10px 15px;

}

a.white-text:visited{
  color: #999999;

}
a.white-text:hover, a.white-text:active, a.white-text:focus {
  color: #f1f1f1;
}

a.white-text:link{
  color: #999999;

}

/* VEGAS SLIDER HOMEPAGE*/
.sign-in-slider,
.sign-up-slider {
 padding: 0px !important;
}

.sign-in-slider  .vegas-wrapper,
.sign-up-slider  .vegas-wrapper {
 background: none;
 box-shadow: none;
}

.sign-in-slider,
.sign-up-slider  {
 min-height: 650px;
 height: 100%;
}

@media (min-width: 768px){
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 3px 6px rgba(144, 143, 143, 0.33);
  }
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(88, 121, 89, 0.21);
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 3px 6px rgba(144, 143, 143, 0.33);
    /*padding: 45px;*/
        /*padding: 30px 15px 35px;*/
    overflow: hidden;

}

.modal-login.modal-dialog{
  width: 100%;
  margin-top: 60px;
}

.modal-header {
    /*padding: 25px 15px;*/
    border-bottom: 1px solid #e5e5e5;
    background-color: #2e5d2e;
    /*text-align: center;*/
}

.modal-login .modal-header {
    padding: 25px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #587959;
    text-align: center;
}

.modal-body{
         position: relative;
    padding: 5px 10px 15px;
    overflow: hidden;
}

.modal-login .modal-body{
         position: relative;
    padding: 30px;
    overflow: hidden;
}
.btn-fuoye{
      border-radius: 1px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border: 1px solid #8497f5;
}

.camera_caption > div {
    padding: 10px 20px;
    font-size: 25px;
    line-height: 1.3;
    /* color: #ed7216; */
    color: #fbede3;
    font-weight: 600;
    /* text-transform: uppercase; */
    min-height: 90px;
}
.camera_caption {
    /*bottom: 0;*/
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0 !important;

    text-align: left;
     left: 0%; 
    min-height: 43px;
}


 a.read-more {
  font-size: 14px !important;
}

.btn-black{
  background-color: #656464;
  color:#000;
}


/*INNER PAGE*/
.page-title{
  background-color: #0d4115;
  box-shadow: 0 3px 6px rgba(144, 143, 143, 0.33);
    border: 1px solid rgba(88, 121, 89, 0.21);
    padding: 5px;

}

.page-title > .sect-title, .side-panel > .sect-title{
  color: #fff;
}

.page-topbar{
  background-color: #fff;
    overflow: hidden;
    padding: 5px;
    box-shadow: 0 3px 6px rgba(144, 143, 143, 0.33);
    border: 1px solid rgba(88, 121, 89, 0.21);
}

.side-panel{
  background-color: #678900;
  /*background-color: #fff;*/
    overflow: hidden;
    padding: 5px;
    box-shadow: 0 3px 6px rgba(144, 143, 143, 0.33);
    border: 1px solid rgba(88, 121, 89, 0.21);
}

.no-pad{
  padding: 0px;
}

/* USER PROFILE PAGE */
 .card {
/*    margin-top: 20px;*/
   padding: 15px 0px;
    /*background-color: rgba(214, 224, 226, 0.2);*/
    /*-webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
}
.card.hovercard {
   /* position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);*/
}
.card.hovercard .card-background {
    /*height: 250px;*/
     height: 50px;

}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
        float: left;
}
.card.hovercard .useravatar img , .edit .useravatar img{
  /*  width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);*/

    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
  /*float: left;*/

}
.card.hovercard .card-info .card-title {
   /* padding:7px 10px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  font-weight: 600;
  display: inline-block;*/
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #f66701;
    text-overflow: ellipsis;
    text-align: left;
    padding-left: 15px;
    /*padding-top: 10px;*/
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}




.student-name{
  float: right;
    padding: 15px;
    font-weight: 600
;}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #678900;
}

.info-title{
          margin: 0px;
    line-height: 1.9;
    font-size: 16px;
}

ul.side-menu > li.active {
    background-color: #0d4115;
    /*font-size: 14px;*/
}

ul.side-menu > li.active > a {
    /*background-color: #0d4115;*/
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

ul.side-menu li  {
    /*background-color: #0d4115;*/
    /*color: #fff;*/
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
}


.padd-5t-5b {
  padding-top: 5px;
  padding-bottom: 5px;
}

.total {
  margin-top: 10px;
  font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.total table {
  margin-bottom: 0;
}

.total table td {
  border-top: 0 !important;
}

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

.ckbox {
  position: relative;
}
.ckbox input[type="checkbox"] {
  opacity: 0;
}
.ckbox label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ckbox label:before {
  content: '';
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  border-radius: 2px;
  border: 1px solid #bbb;
  background-color: #fff;
}
.ckbox input[type="checkbox"]:checked + label:before {
  background-color: #286090;
    border-color: #204d74;
}
.ckbox input[type="checkbox"]:checked + label:after {
  top: 3px;
  left: 3.5px;
  content: '\e013';
  color: #fff;
  font-size: 11px;
  font-family: 'Glyphicons Halflings';
  position: absolute;
}

.per100 {
  width: 100%;
}
.per30{
  width: 30%;
}

.side-menu-header{
  overflow: hidden;
  padding: 5px 15px;
}

.side-menu-header > h6  {
  font-size: 20px;
  font-weight: 600;
  color: #484344;
  text-transform: uppercase;
}

hr.fuoye{
  margin: 5px 0px 0px;
}

hr.per60{
  width: 60%;
}

.signature-wrapper{
  padding: 100px 0px 0px;
}

.watermark-logo{
  background-image: url('img/logo-bg.png');
  background-size: cover;
}

@media print{
  .watermark-logo{
    background-image: url('img/logo-bg.png');
  }
}

.icon-text{
  line-height: 1.2;
    /*margin-top: 0px;*/
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.first > a:hover{
      overflow: hidden;
    display: block;
    background-color: rgba(29, 29, 29, 0.15);
}

.reg-process li {
    line-height: 2;
    font-size: 14px;
    font-weight: 600;
}


.text-success{
  color: #678900;

}
.btn-circle {
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;
    line-height: 1.428571429;
    border-radius: 50%;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step p {
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
}

.health-form-group .form-group > label{
  margin-bottom:  0px;
}
.health-form-title{
  margin: 0px;
}

.form-display{
      font-weight: 500;
    font-size: 15px;
}

.form-control-static {
    min-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
}