/* Global Styles */
* {
   /*font-family: "Times New Roman", Times, serif;*/
  }
html,
body {
    height: 100%;
	
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
@media screen and (max-width:640px) {
    body {
    padding: 70px 25px 25px 25px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color: #337AB7;
        -webkit-background-size: cover; /*for webKit*/
        -moz-background-size: cover; /*Mozilla*/
        -o-background-size: cover; /*opera*/
        background-size: cover; /*generic*/
}
}

@media screen and (min-width:641px) {
    body {
    padding: 30px 25px 25px 25px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color: #337AB7;
        -webkit-background-size: cover; /*for webKit*/
        -moz-background-size: cover; /*Mozilla*/
        -o-background-size: cover; /*opera*/
        background-size: cover; /*generic*/
}
}

small {
	font-size: 10px !important;
}

@media screen and (max-width:640px) {
    #logo img { height: 60px; }
}

@media screen and (min-width:641px) {
    #logo img { height: 83px; }
}

 blockquote {
	font-size: 14px;
	font-style: italic;
	line-height: 1.25;
	padding: 5px 5px 5px 10px;
}

@grid-float-breakpoint:     @screen-tablet;

/* Global Helpers */
.spacer-top {
	margin-top: 20px;
}

.spacer-bottom {
	margin-bottom: 20px;
}

.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 10px;
    }
}
@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
        margin-top: 10px;
    }
}
@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 10px;
    }
}


/* Frontpage */
.banner {
	1background: url(../.jpg)  no-repeat fixed;
	background-size:auto 100%;
	text-align: center;
	1color: #ffffff;
	margin-top: 20px;
	  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

@media screen and (max-width:640px) {
    .banner { 1min-height: 120px;
		      1padding: 20px 20px;
			}
}

@media screen and (min-width:641px) {
    .banner { 1min-height: 300px; 
		      1padding: 20px 60px;
			}
}

.banner:hover {
  background-size: auto 120%;
}

.banner h1 {
	font-size: 64px !important;
	text-transform: uppercase;
	margin: 24px 0;
}

/* Content Area */
.content {
	margin-top: 25px;
	background-color: #f4f4f4;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: inline-block;
}

/* ORDERD LIST RECTANGLE */

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin-bottom: 4em;
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

/* Rows equal height */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/**
*loading
 **/
.fa-loading-bg,.fa-loading-icon-wrapper{position:absolute;left:0;width:100%;height:100%}.fa-loading-bg{top:0;background:rgba(0,0,0,.6);z-index:99999}.fa-loading-icon-wrapper{z-index:999999;top:50%;text-align:center}.fa-loading-icon{margin-top:-2.5em;font-size:5em;color:#fff}