html,
body {
    height: 100%;
}
@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: #118047;
	background: url(../images/ext_bg_002_large.jpg)  no-repeat fixed;
        -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: 153px 25px 25px 25px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color: #118047;
	background: url(../images/ext_bg_002_large.jpg)  no-repeat fixed;
        -webkit-background-size: cover; /*for webKit*/
        -moz-background-size: cover; /*Mozilla*/
        -o-background-size: cover; /*opera*/
        background-size: cover; /*generic*/
}
}



small {
	font-size: 14px !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;
    }
}



.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

	input[type="submit"], 
	input[type="submit"]:hover, 
	input[type="submit"]:active,
	input[type="submit"]:focus {
	color: #ffffff !important;
	text-align: right;
    }
	
.meta {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	width: 100%;
}

.page-header {
	text-align: center;
}

.page-header-meta {
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	width: 100%;
}

	
/* Navbar */
.navbar {
	z-index: 99999 !important;
}

.navbar-nav > li > a{
  padding: 15px 10px;
}

.dropdown-menu-language {
    width: 401px !important;
}
/* Frontpage */
.banner {
	background: url(../images/ext_bg_001.jpg)  no-repeat fixed;
	background-size:auto 100%;
	text-align: center;
	color: #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;
}

/* FRONT SCREEN BANNER */

@media screen and (max-width:840px) {
    .banner { min-height: 50px;
		      padding: 20px 20px;
			}
}



@media screen and (min-width:841px) {
    .banner { min-height: 50px; 
		      padding: 20px 60px;
			}
}

.banner:hover {
  background-size: auto 110%;
}

.banner h1 {
    font-size: 50px !important;
    text-transform: uppercase;
    margin: 24px 0;
    color: #056db6;
}

/* Content Area */
.content {
	margin-top: 10px;
	background-color: #fff;
	min-height: 370px;
	-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;
}

#loading h4 { margin: 3px 0 0 0; padding: 0;}

/* Branding */

.branding-logo {
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width:640px) {
	.branding {
		background-color: white;
		height: 0;
		padding: 0;
		}
    .branding-logo { 
		visibility: hidden;
		}
}

@media screen and (min-width:641px) {
	.branding {
		background-color: white;
		height: 103px;
		padding: 10px 0;
		}
    .branding-logo { 
		visibility: visible;
		}
}

.branding-footer {
	background-color: #046db5;
	color: #ffffff;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	padding: 10px 5px;
	border-top: 3px solid #118047;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.branding-footer-info a {
	color: #FFFFFF;
	text-decoration: none;
}

.branding-footer-info a:hover {
	color: #5BC0DE;
}

.branding-footer .btn {
	margin-top: 10px;
}

.branding-footer .btn a:hover {
	color: #FFFFFF !important;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* Page Login Override */
#clientLogin
{
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: none;
  box-shadow: none;
  background: none;
}

.loginSection
{
  text-align:center;
  margin: 0 auto;
}
.loginSection input[type="text"],
.loginSection input[type="password"] {
	padding-left: 32px;
}

.loginSection #username,
.loginSection #passwd,
.loginSection #email,
.loginSection #ticketno {
    background: url('../images/login-sprite.png') no-repeat;
    }

.loginSection #passwd, 
.loginSection #ticketno {
        background-position: 5px -56px;
    }

.loginSection #username, 
.loginSection #email {
        background-position: 5px 7px;
    }


/* OVERRIDE REPLY */

#reply
{
  margin: 0;
  padding: 0;
 background: none;
 border: none;
}

/* 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 */
}

.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
}

.rectangle-list a:hover{
    background: #eee;
}   

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #118047;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
	color: #ffffff;
}

.rectangle-list a:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #118047;             
}

/* Panel Heading Breadcrumb */

.panel-heading a {
	color: #ffffff;
	text-decoration: none;
}

.panel-heading a:hover {
	color: #5BC0DE;
}

/* Rows equal height */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panelxx {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
