body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #4b4b4b;
	background: url(../images/login-bg.png) no-repeat #17202c top center;
	background-size: 100%;
}

.top-header{ z-index:3; background: #ffffff; }

header {
    position: relative;
    width: 100%;
	background: url(../images/login-bg.png) transparent no-repeat top center;
	background-size: cover;
	padding: 10px 0;
}
header > img {
    display: block;
    margin: 0 auto;
	width: 700px;
}
.page-header {
    margin-top: 0px;
    color: #403017;
    font-size: 46px;
}

.page-header2 {
	padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    margin-top: 5px;
}

.slider-container{
	overflow: visible;
	background: url(../images/opacity-bg.png);
}

.smart-logo{ margin: -70px 0px -80px 0px; }
@media (max-width: 768px){
	.smart-logo{ margin: -50px 0px; }
}

.smart-logo-smaller{ margin: -50px 0px -60px 0px; }
@media (max-width: 768px){
	.smart-logo-smaller{ margin: -30px 0px -40px 0px; }
}
.navbar-brand>img {
    width: 86px;
}

.page-header-text{ color: #094162; font-size: 46px; padding: 0px; padding-right: 15px; margin: 0px;}
.section-header-text{ color: #fcaf0c; font-size: 36px; padding: 0px; }
.section-header-text-white{ color: #ffffff; font-size: 36px; padding: 0px; }
.subsection-header-text{ color: #fcaf0c; margin: 0px; padding: 0px; font-size: 30px;  }
.subsection-header-text-white{ color: #ffffff; font-size: 30px;  margin: 0px; padding: 0px; }
.body-wrapper{
	position:relative;
	width: 100%;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.navbar-default {
    background-color: Transparent;
    border: none;
    color: #333333;
    margin-bottom: 0px;
    border-radius: 0px;
}
.navbar-default .navbar-brand {
    color: #fcaf0c;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fcaf0c;
}
.navbar-toggle {
	margin-top: 15px;
	margin-right: 0;
}
.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	background-color: Transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #efefef;
    background-color: #fcaf0c;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #fcaf0c;
    color: #efefef;
}

.nav-btn{
	position: relative;
}
.nav-btn .dropdown-menu{
	left: auto;
	right: 0;
}
.dropdown-menu {
	background-color: #fcaf0c;
}
.dropdown-menu>li>a {
	text-transform: uppercase;
    color: #ffffff;
	padding: 10px 20px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a {
	background-color: #fcaf0c;
	color: #ffffff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #b48f29;
    border-color: #b48f29;
    color: #efefef !important;
}
.navbar-default .navbar-toggle {
    border-color: #dcb345;
    background-color: #dcb345;
    border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #efefef;
}
.section{
	padding: 50px 10px;
	width: 100%;
}
.sectiondark{
	padding: 40px 0;
	background: #f1f1f1;
	width: 100%;
}
.sectionbgimg{
    background: url(../images/section-dark-bg.png) #111111 center center no-repeat fixed;
    background-size: cover;
}
.panel-custom {
    border-radius: 0px;
    border: none;
}

.panel-custom>.panel-heading {
    color: #ffffff;
    background-color: #fcaf0c;
    border-color: #fcaf0c;
	border-radius: 0px;
}
.panel-custom>.panel-body {
	padding: 0px;
}
.hr-bg{border: none !important;background: url("../images/hr-bg.png") no-repeat Transparent center center;background-size: 100% 100%;max-width: 150px;min-height: 20px;margin: 8px auto;}
.hr-bg-light{ border: none !important; background: url("../images/hr-bg-light.png") no-repeat Transparent center center; background-size: 100% 100%; max-width: 200px; min-height: 30px; margin: 8px auto; }

/***alert***/
.alert {
  border-radius: 0px;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert a{ color: #dddddd;}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.panel-success > .panel-heading, .alert-success {
	color: #ffffff;
  background-color: #13C98C;
  border-color: #13C98C;
}
.panel-danger > .panel-heading, .alert-danger,
.alert-error {
	color: #ffffff;
  border-color: #FF6B6C;
  background-color: #FF6B6C;
}

.panel-toorange>.panel-heading {
    color: #ffffff;
    background-color: #fcaf0c;
    border-color: #fcaf0c;
	border-radius: 0px;
}
.panel-toorange>.panel-body {
	 border-color: #fcaf0c;
	 color: #4b4b4b;
}

.panel-toorangecat {
	margin-bottom: 0;
}

.panel-toorangecat>.panel-heading {
  color: #ffffff;
  background-color: #fcaf0c;
  border-color: #fcaf0c;
	border-radius: 0px;
  padding: 1px;
  padding-left: 30px;
}
.panel-toorangecat>.panel-heading a, .panel-toorangecat>.panel-heading a:hover, .panel-toorangecat>.panel-heading a:focus{
  color: #ffffff;
}
.panel-toorangecat>.panel-body {
	border-color: #fcaf0c;
	color: #4b4b4b;
}

.alert-danger,
.alert-error {
	color: #ffffff;
  border-color: #d73925;
  background-color: #dd4b39;
}
.panel-warning > .panel-heading,.alert-warning {
	color: #ffffff;
	 background-color: #f39c12;
	border-color: #f39c12;
}
.panel-info > .panel-heading,.alert-info {
	color: #ffffff;
	background-color: #21cbd5;
  border-color: #21cbd5;
}

.panel-success{ border-color: #13C98C; }
.panel-info{ border-color: #21cbd5; }
.panel-warning{ border-color: #f39c12; }
.panel-danger{ border-color: #FF6B6C; }
.panel-toorange{ border-color: #fcaf0c; }
/**here***/


.btn{ border-radius: 0px;}
.news-panel-body > .text-container{
	padding: 5px 15px;
    background: url(../images/opacity-black-bg.png);
    color: #ffffff;
    width: 100%;
}
.footer {
  background: #17202c;
  text-align: center;
  color : #ffffff;
  padding:20px 0;
  padding-top: 50px;
}
strong, b{ font-weight: 900; }
.footer-copy{padding:5px;background: #17202c;color:#efefef;}

/*ENTRY Navigation*/

/*TABS*/
.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: 100%;
    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:#fcaf0c;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #403017;

}
.wizard li.active span.round-tab i{
    color: #403017;
}

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

.wizard .nav-tabs > li {
	width: 25%;
	min-width: 100px;
}

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

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

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

.wizard .nav-tabs > li.active {
    color: #403017;

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

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

.wizard h3 {
    margin-top: 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%;
    }
}
.panel-form-collapse > .panel-heading{ cursor: pointer; padding: 20px 10px; }
.panel-info.panel-form-collapse > .panel-heading:hover, .panel-info.panel-form-collapse > .panel-heading:active { background-color: #00A5AE; }
.panel-form-collapse > .panel-heading > h3{ padding: 0px; margin: 0px; font-size: 20px; }
.panel-form-collapse > .panel-heading > h3 > small{ font-size: 16px; color: #f1f1f1; }
.form-control { font-size: 16px; }
.greeny{ color: #19C54D; }
.pink { color: #E65A63; }
.form-inline-p p { display: inline; }
.text-wordcounter {
    position: absolute;
    right: 30px;
    padding: 5px 10px;
    margin: 5px;
    margin-top: 0;
    background-color: #E6706C;
    border: 1px solid #E6706C;
    color: #ffffff;
    border-radius: 4px;
    font-weight: bold;
    text-align: right;
}
.tocount{ margin-top: 45px; }
.btn-group-xl>.btn, .btn-xl {
    padding: 15px 20px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0px;
}
.btn-custom{
	margin: 1px;
    color: #fff;
    background-color: #fcaf0c;
    border-color: #fcaf0c;
}
.btn-custom:hover, .btn-custom:focus{
    color: #fff;
    background-color: #d59100;
    border-color: #d59100;
}
.btn-success2{
    color: #fff;
    background-color: #20b771;
    border-color: #20b771;
}
.btn-success2:hover, .btn-success2:focus{
    color: #fff;
    background-color: #18a061;
    border-color: #18a061;
}

/*box table*/
.box-table-a
{
	text-align: left;
	border-collapse: collapse;
}
.box-table-a th
{
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
.box-table-a td
{
	padding: 8px;
	background: #e8edff;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
.box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}
.box-table-b
{
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
.box-table-b th
{
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
.box-table-b td
{
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
.alert-danger h3{ padding: 0px; margin: 0px; }
.alert-danger small{ color:#efefef; font-size: 75%; }
.panel{ overflow: hidden; }
.box-container-cut{
	padding: 20px;
	margin: 5px;
	padding-left: 40px;
    background: #00A94F;
	color: #ffffff;
    position: relative;
}
.box-container-cut:after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    border-bottom: 50px solid #ffffff;
    border-right: 50px solid #00A94F;
    width: 0;
}
.box-icon {
   padding: 15px;
   margin: 5px;
   position: relative;
   display: block;
   color: #ffffff;
   font-size: 4em;
   min-height: 120px;
}
.box-icon p {
   font-size: 16px;
}
.box-icon:hover,.box-icon:focus {
	color: #ffffff;
	text-decoration: none;
}
.bgorange {
   background-color: #F26531;
   color: #ffffff;
}
.bgyellow {
   background-color: #FFD200;
   color: #ffffff;
}
.bgblue {
   background-color: #19A8E3;
   color: #ffffff;
}
.bggreen {
   background-color: #178c67;
   color: #ffffff;
}
.bglightgreen {
   background-color: #E0F3FC;
   color: #444444;
}
.text-header{ color:#d1a021; }
.towhite {
   color: #efefef;
}
.towhite:hover {
   color: #efefef;
   text-decoration: none;
}
.topink{
   color: #C44455;
}

.toorange{
   color: #fcaf0c;
}

.bgborderonly {
    background-color: transparent;
    color: #fcaf0c;
    border-radius: 6px;
    border: 4px solid #fcaf0c;
}
.bgborderonly:hover, .bgborderonly:focus {
    background-color: #fcaf0c;
    color: #ffffff;
}

/*SCROLL*/
#scroll {
    position:fixed;
    right:10px;
    bottom: 30px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: #fcaf0c;
    text-indent:-9999px;
    display:none;
    z-index: 9999;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#7e5d10;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.alert-custom {
    color: #ffffff;
    background-color: #fcaf0c;
    border-color: #fcaf0c;
}
.btn-Category{white-space: normal; text-align: left;}
@media (max-width: 768px){
	.section{ word-wrap: break-word; }
	/*.boxparent{ height: 240px; }*/
	.box-icon {
	   font-size: 3em;
	}
	.box-container-cut{
		padding: 15px;
		margin: 0px -15px;
	}
	.footerright{ text-align: left; }
}
#file-container100
.well{padding: 10px; margin: 5px;}
.category-box {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}
.category-box a {
    padding: 30px 0;
    width: inherit;
    display: block;
	line-height: 18px;
    letter-spacing: 0.16px;
    font-weight: 700;
    font-style: normal;
    color: #282828;
    font-size: 16px;
	color: #ffffff;
    text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #8a6936;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.btn-label {position: relative;left: -16px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}
#event-button{ position:fixed; top: 150px; right: -1px; }

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* Social Icons */
#social_side_links {
	position: fixed;
	top: 20%;
	left: 0;
	padding: 0;
	list-style: none;
	
	z-index: 99;
}

#social_side_links li a {display: inline-block; color: #ffffff;min-width:55px;}

#social_side_links li a i{
	display: inline-block;
	padding: 10px;
	-webkit-transition:  background .2s ease-in-out;
	-moz-transition:  background .2s ease-in-out;
	-o-transition:  background .2s ease-in-out;
	transition:  background .2s ease-in-out;
	
}

#social_side_links li a:hover, #social_side_links li a:focus { text-decoration: none; }
#social_side_links li a:hover span, #social_side_links li a:focus span { display: inline-block !important; animation-direction:normal; animation-duration:1s; }
#social_side_links li a i:hover { background: rgba(0, 0, 0, .2);}

/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #000000;
  text-transform: uppercase;
  padding: 4px;
  width: 210px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fl-fl .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl span {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-galla {
  top: 160px;
  background-color: #d9534f;
}

.float-nom {
  top: 215px;
  background-color: #d3a43b;
}

.float-fb {
  top: 270px;
  background-color: #3c5a96;
}

.float-tw {
  top: 325px;
  background-color: #1dadeb;
}
/* Floating Social Media Bar Style Ends Here */

/*
 * Specific styles of signin component
 */
/*
 * Login styles
 */
.login-container{
	width: 100%;
	position: relative;
	color: #fff;
}
.card-container.card {
    max-width: 400px;
    padding: 30px;
}

.login-container.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
	background-color: transparent;
    background-image: linear-gradient(190deg , #1E2A397A 0%, #1E2A39 40%);
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 150px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 10px;
    display: block;
	margin-top: -150px;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}