@charset "utf-8";
/* CSS Document */

html {
  overflow-x:hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#545454;
	background-color:#fafafa;
}

button,
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	color:#fa9a00;
}
a:hover,
a:focus {
	color:#ca6a00;
}
button:hover,
button:focus,
a:hover,
a:focus {
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #242424;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: #141414;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.right-panel-col {
	padding-top:10px; 
	width:28%;
}

.srch-cont {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px;
  width:50%;
}
.srch-row {
	margin-left:-2px;
	margin-right:-2px;
}
.srch-col {
	padding-left:2px;
	padding-right:2px;
	position: relative;
	min-height: 1px;
}

@media (max-width: 1199px) {
.srch-cont {
  width:60%;
}
}
@media (max-width: 991px) {
.srch-cont {
  width:70%;
}
.right-panel-col {
	padding-top:30px; 
	padding-left:30px;
	padding-right:30px;
	width:auto;
}
}
@media (max-width: 767px) {
.srch-cont {
  width:50%;
}
}
@media (max-width: 520px) {
.srch-cont {
  width:70%;
}
}
@media (max-width: 380px) {
.srch-cont {
  width:80%;
}
}
@media (max-width: 320px) {
.srch-cont {
  width:90%;
}
}

.mid-content {
}

.fleft { float:left;}
.fright { float:right;}
.fright-lg { float:right;}
.fright-md { float:right;}
.fright-sm { float:right;}

@media (max-width: 1199px) {
.fright-lg { float:none;}
}
@media (max-width: 991px) {
.fright-md { float:none;}
}
@media (max-width: 767px) {
.fright-sm { float:none;}
}


.img-circle-bor {
  border:3px solid #ffffff;
}

/*==========================================================================================*/

.headline-center {
	width:100%;
	display:block;
	position:relative;
	text-align:center;
	margin-bottom:30px;
}
.headline-center:before {
	content:"";
	width:101px;
	height:3px;
	background:url(../images/headline.png) no-repeat top left;
	display:block;
	position:absolute;
	bottom:-10px;
	left:calc(50% - 50px);
}

.headline-left {
	width:100%;
	display:block;
	position:relative;
	margin-bottom:30px;
}
.headline-left:before {
	content:"";
	width:101px;
	height:3px;
	background:url(../images/headline.png) no-repeat top left;
	display:block;
	position:absolute;
	bottom:-10px;
	left:0;
}

.form-control {
  display: block;
  width: 100%;
  /*height:40px;
  padding: 10px 15px;*/
  height: 38px;
  padding: 8px 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight:500;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-round-lg {
	border-radius:25px;
}
.btn-round {
	border-radius:20px;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-green {
  color: #ffffff;
  background-color: #6a8100;
  border-color: #5a7100;
}
.btn-green:focus,
.btn-green.focus {
  color: #ffffff;
  background-color: #8aa120;
  border-color: #7a9110;
}
.btn-green:hover {
  color: #ffffff;
  background-color: #8aa120;
  border-color: #7a9110;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #8aa120;
  border-color: #7a9110;
}

.btn-blue {
  color: #ffffff;
  background-color: #00b6ff;
  border-color: #00a6ef;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #ffffff;
  background-color: #0086cf;
  border-color: #0076bf;
}
.btn-blue:hover {
  color: #ffffff;
  background-color: #0086cf;
  border-color: #0076bf;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #ffffff;
  background-color: #0086cf;
  border-color: #0076bf;
}

.btn-darkblue {
  color: #ffffff;
  background-color: #0086cf;
  border-color: #0076bf;
}
.btn-darkblue:focus,
.btn-darkblue.focus {
  color: #ffffff;
  background-color: #00b6ff;
  border-color: #00a6ef;
}
.btn-darkblue:hover {
  color: #ffffff;
  background-color: #00b6ff;
  border-color: #00a6ef;
}
.btn-darkblue:active,
.btn-darkblue.active,
.open > .dropdown-toggle.btn-darkblue {
  color: #ffffff;
  background-color: #00b6ff;
  border-color: #00a6ef;
}

.btn-green-border {
  color: #ffffff;
  background-color: transparent;
  border-color: #00cca2;
}
.btn-green-border:focus,
.btn-green-border.focus {
  color: #ffffff;
  background-color: #00cca2;
  border-color: #00cca2;
}
.btn-green-border:hover {
  color: #ffffff;
  background-color: #00cca2;
  border-color: #00cca2;
}
.btn-green-border:active,
.btn-green-border.active,
.open > .dropdown-toggle..btn-green-border {
  color: #ffffff;
  background-color: #00cca2;
  border-color: #00cca2;
}

.btn-orange {
  color: #ffffff;
  background-color: #fa9a00;
  border-color: #ea8a00;
}
.btn-orange:focus,
.btn-orange.focus {
  color: #ffffff;
  background-color: #faba20;
  border-color: #eaaa10;
}
.btn-orange:hover {
  color: #ffffff;
  background-color: #faba20;
  border-color: #eaaa10;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #ffffff;
  background-color: #faba20;
  border-color: #eaaa10;
}

.btn-black {
  color: #ffffff;
  background-color: #343434;
  border-color: #242424;
}
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #545454;
  border-color: #444444;
}
.btn-black:hover {
  color: #ffffff;
  background-color: #545454;
  border-color: #444444;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #ffffff;
  background-color: #545454;
  border-color: #444444;
}

.btn-red {
  color: #ffffff;
  background-color: #dc2126;
  border-color: #cc1116;
}
.btn-red:focus,
.btn-red.focus {
  color: #ffffff;
  background-color: #fc4146;
  border-color: #fc5156;
}
.btn-red:hover {
  color: #ffffff;
  background-color: #fc4146;
  border-color: #fc5156;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  color: #ffffff;
  background-color: #fc4146;
  border-color: #fc5156;
}

.lft-pan {
	border:1px solid #cfcfcf; border-radius:6px; padding:20px;
}
.lft-pan h3 {
	padding-bottom:10px;
	border-bottom:1px solid #999999;
}
.lft-pan-li {
	margin:0;
	padding:0;
	list-style:none;
}
.lft-pan-li li {
	margin:0 0 8px;
	padding:0;
}
.lft-pan-li li a {
	padding:8px 0;
	display:block;
	border-bottom:1px solid #dfdfdf;
	color:#343434;
}
.lft-pan-li li a:focus,
.lft-pan-li li a:hover {
	padding:8px 0;
	border-bottom:1px solid #e85454;
	color:#e85454;
}

/*======================= Upper Modified =======================*/

.top-link-bar {
	font-size:13px;
	color:#999999;
	padding:0 30px 0;
	background-color:#2e2e2e;
}
.top-link-bar * {
	font-size:13px;
}
.top-link-bar .fa {
	font-size:16px;
}
.top-link-bar a.tl {
	color:#999999;
	display:inline-block;
	margin:0 3px;
}
.top-link-bar a.tl .fa {
	font-size:14px;
	margin-right:3px;
	color:#777777;
}
.top-link-bar a.tl:hover,
.top-link-bar a.tl:focus, 
.top-link-bar a.tl:hover .fa,
.top-link-bar a.tl:focus .fa {
	color:#efefef;
}
.top-link-bar a.tlsc {
	display:inline-block;
	margin:2px 3px 0;
	padding:5px 5px;
	border-radius:50%;
	background-color:#888888;
}
.top-link-bar a.tlsc .fa {
	font-size:14px;
	line-height:1;
	color:#efefef;
}
.top-link-bar a.tlsc:hover,
.top-link-bar a.tlsc:focus {
	background-color:#efefef;
}
.top-link-bar a.tlsc:hover .fa,
.top-link-bar a.tlsc:focus .fa {
	color:#fa9a00;
}
.tp-left { text-align:left;}
.tp-right { text-align:right;}


.header-wrapper {
	background-color:#ffffff;
	padding:0 30px;
}

.logo {
	display:inline-block;
	padding:0;
}

.co-name {
	font-family:'Open Sans', sans-serif;
	font-size:36px;
	font-weight:700;
	color:#2e2e2e;
	text-transform:uppercase;
}

@media (max-width: 1120px) {
.top-link-bar {
	padding:0;
}
.tp-left { 
	text-align:center;
	width:auto !important;
	float:none;
	margin-bottom:10px;
}
.tp-right { 
	text-align:center;
	width:auto !important;
	float:none;
	margin-bottom:10px;
}
}
@media (max-width: 991px) {

}


/* Navigation
===========================================================*/

.navbar-header {
	/*border-bottom:1px solid #fda123;*/
}
.navbar-brand {
    float: left;
    padding:17px 8px 10px 15px;
	font-size:36px;
	font-weight:500;
	color:#343434;
}
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:active {
	color:#139abf;
}
.navbar-brand img {
    height: 35px;
}
.navbar-toggle {
    border: 1px solid #139abf;
	background-color:#139abf;
}
.navbar-toggle .icon-bar {
	background-color:#ffffff;
}

.nav li a {
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#888888;
	padding-bottom:28px;
	padding-top:29px;
	padding-left:20px;
	padding-right:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:3px solid #ffffff;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.nav li:active a,
.nav li.active a,
.nav li a:focus {
	color:#00b6ff;
	background-color:transparent;
	border-bottom:3px solid #00cca2;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.nav li a:hover {
	color:#00b6ff;
	background-color:transparent;
	border-bottom:3px solid #00cca2;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.dropdown-menu {
	border:1px solid #139abf;
	background-color:#fafafa;
}
.dropdown-menu > li:active > a,
.dropdown-menu > li.active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #139abf;
  color:#ffffff;
  border:0 !important;
}
.dropdown-menu > li > a {
	padding:6px 20px;
	font-size:13px;
	border:0 !important;
	color:#343434;
}
.dropdown-header {
  display: block;
  padding: 6px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #777777;
  background-color:#efefef;
  white-space: nowrap;
}
@media (max-width: 1199px) {
.nav li a {
	font-size:13px;
}
}
@media (min-width: 768px) {
.navbar-collapse {
	padding-left:0;
	padding-right:0;
}
}
@media (max-width: 767px) {
.navbar{
	border-top:1px solid #139abf;
}
}
/*@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}*/
@media (max-width: 991px) {
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
	color:#343434;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.navbar-header {
    float: none;
	margin-bottom:10px;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    /*margin: 7.5px -15px;*/
    /*margin: 7.5px 50px 7.5px -15px;*/
	background-color:#f1f1f1;
	margin-bottom:10px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
	background-color:#139abf;
	color:#ffffff;
}
.navbar-nav>li.active>a {
	background-color:#139abf;
	color:#ffffff;
}
.navbar-text {
    float: none;
    margin: 15px 0;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in { 
    display: block!important;
}
.collapsing {
    overflow: hidden!important;
}
}
/*=========================================================*/

.banner-wrapper {
	background:url(../images/banner-index.jpg) no-repeat center center #888888;
	background-size:cover;
	min-height:370px;
	padding:80px 0 20px;
}

@media (max-width: 767px) {
.banner-wrapper {
	padding:40px 0 20px;
}
}

.cat-nav-wrapper {
	background-color:#6a8100;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	min-height:1px;
}
.cat-nav {
	color:#ffffff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
	padding:26px 0 0px;
	display:inline-block;
	width:100%;
	min-height:128px;
	border-left:1px solid #b5c080;
	border-right:1px solid #b5c080;
	transition:0.3s;
}
.cat-nav > .fa {
	font-size:36px;
	display:block;
	margin-bottom:10px;
	transition:0.3s;
	color:#b5c080;
}
.cat-nav:focus .fa,
.cat-nav:focus,
.cat-nav:hover .fa,
.cat-nav:hover {
	color:#ffffff;
}

.white-block {
	padding-top:40px;
	background-color:#ffffff;
	border-right:1px solid #e1e1e1;
}
.white-block-inside {
	padding:40px;
	background-color:#ffffff;
}

.border-box {
	padding:15px;
	border:1px solid #e1e1e1;
	border-radius:6px;
}

.list-box {
	padding:20px 15px;
	border:1px solid #e1e1e1;
	border-radius:6px;
	position:relative;
	transition:0.3s;
}
.list-box:focus,
.list-box:hover {
	border:1px solid #fa9a00;
	transition:0.3s;
}
.enq-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color:#888888;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight:500;
  color:#ffffff;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position:absolute;
  z-index:10;
  right:15px;
  top:-20px;
}
.list-box:hover .enq-btn,
.enq-btn:focus,
.enq-btn:hover {
	background-color:#fa9a00;
	color:#ffffff;
	outline:0;
}


@media (max-width: 991px) {
.white-block {
	border-right:0px solid #e1e1e1;
	padding-left:30px;
	padding-right:30px;
}
.white-block-inside {
	padding:40px 10px;
	background-color:#ffffff;
}
}

.cat-list {
	padding:40px 0;
	width:100%;
	display:block;
	border-radius:6px;
	border:1px solid #d1d1d1;
	background-color:#fcfcfc;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
	font-weight:700;
	color:#fa9a00;
	text-align:center;
	transition:0.3s;
}
.cat-list .fa {
	font-size:50px;
	margin-bottom:6px;
}
.cat-list:focus,
.cat-list:hover {
	background-color:#fa9a00;
	border:1px solid #fa9a00;
	outline:0;
	color:#ffffff;
	transition:0.3s;
}

@media (max-width: 767px) {
.cat-list {
	padding:30px 0;
	font-size:14px;
	font-weight:700;
	height:140px;
}
.cat-list .fa {
	font-size:30px;
	margin-bottom:6px;
}
}

.cat-scroll-div {
	border:1px solid #d1d1d1;
	border-radius:6px;
	overflow:hidden;
	height:250px;
	background-color:#ffffff;
}
.cat-scroll-dtls {
	padding:10px;
	font-size:13px;
	color:#888888;
}
.cat-scroll-dtls > .text-highlight {
	font-size:13px;
}
.get-qt {
	padding:5px 10px;
	display:inline-block;
	background-color:#ffffff;
	color:#fa9a00;
	text-transform:uppercase;
	border:1px solid #d1d1d1;
	border-radius:3px;
	transition:0.3s;
}
.get-qt:focus,
.get-qt:hover {
	background-color:#fa9a00;
	color:#ffffff;
	border:1px solid #da7a00;
	outline:0;
	transition:0.3s;
}

.right-panel-block {
}
.right-panel-block .head {
	padding:15px;
	background-color:#ffffff;
	border-left:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	border-radius:6px 6px 0 0;
	margin-bottom:2px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#141414;
	text-transform:uppercase;
}
.right-panel-block .body-content {
	padding:15px;
	background-color:#ffffff;
	border-left:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	border-radius:0 0 6px 6px;
	font-size:13px;
}

.right-li {
	list-style:none;
	padding:0;
	margin:0;
}
.right-li li {
	padding:15px 0;
	margin:0;
	border-bottom:1px solid #e1e1e1;
}
.right-li li:first-child {
	padding:0 0 15px;
}
.right-li li:last-child {
	padding:15px 0 0;
	border-bottom:0px solid #e1e1e1;
}

.footer {
	background-color:#e0e2e4;
	color:#343434;
	padding:40px 30px 10px;
	border-top:2px solid #c0c2c4;
	border-bottom:1px solid #c0c2c4;
}
@media (max-width: 991px) {
.footer {
	padding:40px 10px 10px;
}
}

.q-link-bar {
	padding:10px 15px;
	background-color:#c0c2c4;
}
.q-link-bar a {
	padding:4px 10px;
	margin:2px 1px;
	background-color:#ffffff;
	display:inline-block;
	font-size:13px;
	color:#343434;
	transition:0.3s;
}
.q-link-bar a:focus,
.q-link-bar a:hover {
	background-color:#343434;
	color:#ffffff;
	transition:0.3s;
}

.blist-bar {
	background-color:#ffffff;
	padding:10px 15px;
	display:inline-block;
}

.ft-client-bar {
}
.ft-client-bar .clnt-heading {
	position:relative;
	background-color:#a0a2a4;
	width:100%;
	margin:5px 0;
	padding:21px 15px;
	display:inline-block;
}
.ft-client-bar .clnt-heading:after {
    font-family: 'FontAwesome';
    content: '\f0da';
    font-size: 40px;
    line-height: 1;
    color: #a0a2a4;
    position: absolute;
	top:10px;
    right: -12px;
}
.ft-client-bar a {
	padding:10px;
	display:inline-block;
	padding:10px;
	border:1px solid #ffffff;
	margin:5px;
}
.ft-client-bar a img {
	height:40px;
}

.ft-right {
	padding-left:20px;
	border-left:1px solid #a0a2a4;
}

.ft-hr {
	height:0;
	border-bottom:1px solid #a0a2a4;
	margin:30px 0;
	clear:both;
}

.copyright-block {
	color:#999999;
	font-size:13px;
	text-align:center;
	padding:20px 0;
	background-color:#2e2e2e;
}

.aside-nav {
	list-style:none;
	margin:0;
	padding:0;
}
.aside-nav li {
	margin:0;
	padding:0;
	border-top:1px solid #e1e1e1;
}
.aside-nav li:last-child {
	border-bottom:1px solid #e1e1e1;
}
.aside-nav li a {
	color:#343434;
	padding:12px 10px;
	display:block;
	background-color:#ffffff;
	border-left:3px solid #ffffff;
	transition:0.3s;
}
.aside-nav li a .fa {
	margin:0 6px 0 0;
}
.aside-nav li.active a,
.aside-nav li a:focus,
.aside-nav li a:hover {
	padding:12px 10px 12px 20px;
	color:#fa9a00;
	border-left:3px solid #fa9a00;
	background-color:#fafafa;
	transition:0.3s;
}

@media (max-width: 767px) {
.vid {
	height:320px;
}
.aside-nav {
	border:1px solid #fa9a00;
}
}

.contact-block {
	background-color:#2da7c9;
	padding:30px;
}

.cat-modal {
	border:10px solid #ffffff;
	background-color:#f1f1f1;
	background:url(../images/banner-index.jpg) no-repeat center center;
	background-size:cover;
	color:#343434;
}
.cat-modal .modal-header {
    padding:15px;
	background-color:#fa9a00;
    border-bottom: 1px solid #e5e5e5;
	color:#ffffff;
	font-size:24px;
}
.cat-modal .modal-header .cls-btn {
	float:right;
}
.cat-modal .modal-footer {
    padding: 15px 0 0;
    text-align: right;
	min-height:10px;
    border-top: 0px solid #e5e5e5;
}

.log-modal {
	border:10px solid #ffffff;
	background-color:#e1e1e1;
	background:url(../images/banner-index.jpg) no-repeat center center;
	background-size:cover;
	color:#343434;
}
.log-modal .modal-header {
    padding:15px;
	/*background-color:#00bc92;*/
	background-color:#fa9a00;
    border-bottom: 1px solid #e5e5e5;
	color:#ffffff;
	font-size:24px;
}
.log-modal .modal-header .cls-btn {
	float:right;
	border-radius:50%;
}
.log-modal .modal-footer {
    padding: 0px 0;
	background-color:#646464;
    text-align: center;
	min-height:10px;
    border-top: 0px solid #e5e5e5;
}

.grid-photos {
	width:33.33333333%;
	float:left;
	position: relative;
	overflow:hidden !important;
	min-height:1px;
	padding-left:5px;
	padding-right:5px;
}
.grid-photos img {
	width:100%;
	border-radius:6px;
}

@media (min-width: 768px) and (max-width: 991px) {
.grid-photos {
	width:50%;
}
}
@media (max-width: 420px) {
.grid-photos {
	width:50%;
}
}

.reg-modal {
	border:10px solid #ffffff;
	background-color:#e1e1e1;
	background:url(../images/banner-index.jpg) no-repeat center center;
	background-size:cover;
	color:#343434;
}
.reg-modal .modal-header {
    padding:15px;
	/*background-color:#00bc92;*/
	background-color:#fa9a00;
    border-bottom: 1px solid #e5e5e5;
	color:#ffffff;
	font-size:24px;
}
.reg-modal .modal-header .cls-btn {
	float:right;
	border-radius:50%;
}
.reg-modal .modal-footer {
    padding: 0px 0;
	background-color:#646464;
    text-align: center;
	min-height:10px;
    border-top: 0px solid #e5e5e5;
}

/*====================== Default Css ============================*/
.text-m-bold {
	font-weight:600;
}

.text-xl {
	font-size:16px;
}
.text-xxl {
	font-size:18px;
}
.text-xxxl {
	font-size:20px;
}
.text-xs {
	font-size:13px;
}
.text-xxs {
	font-size:12px;
}

.text-muted {
  color: #999999;
}
.text-highlight {
  color: #141414;
}

.text-red,
a.text-red {
  color: #c92622;
}
a.text-red:hover,
a.text-red:focus {
  color: #b91612;
}

.text-yellow {
  color: #ffec17;
}
a.text-yellow:hover,
a.text-yellow:focus {
  color: #f1a40f;
}

.text-orange {
  color: #fa9a00;
}
a.text-orange:hover,
a.text-orange:focus {
  color: #faba20;
}

.text-white {
  color: #ffffff;
}
a.text-white:hover,
a.text-white:focus {
  color: #f1f1f1;
}

.text-black {
  color: #343434;
}
a.text-black:hover,
a.text-black:focus {
  color: #646464;
}

.text-green {
  color: #6a8100;
}
a.text-green:hover,
a.text-green:focus {
  color: #8aa120;
}

.text-light-blue {
  color: #00b6ff;
}
a.text-light-blue:hover,
a.text-light-blue:focus {
  color: #0092cc;
}

.text-highlight-yellow {
	background-color:#ffec17;
	color:#343434;
	padding:4px 10px;
	display:inline-block;
}

.mbot0 { margin-bottom:0;}
.mbot1 { margin-bottom:6px;}
.mbot2 { margin-bottom:10px;}
.mbot3 { margin-bottom:20px;}
.mbot4 { margin-bottom:30px;}
.mbot5 { margin-bottom:40px;}
.mbot6 { margin-bottom:50px;}
.mbot7 { margin-bottom:60px;}

.mtop1 { margin-top:6px;}
.mtop2 { margin-top:10px;}
.mtop3 { margin-top:20px;}
.mtop4 { margin-top:30px;}
.mtop5 { margin-top:40px;}
.mtop6 { margin-top:50px;}
.mtop7 { margin-top:60px;}
