@font-face {
  font-family: Blender;
  src: url("../fonts/Blender-Book.otf") format("opentype");
}
@font-face {
  font-family: Blender;
  src: url("../fonts/Blender-BookItalic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: Blender;
  src: url("../fonts/Blender-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: Blender;
  src: url("../fonts/Blender-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}

body.newf {
  font-family: "Blender", "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
}

a {
	color: #29282d;
}
a:focus, a:hover {
	color: #000;
}


.cred {
  color:#f00;
}
.cgreen {
  color:#0f0;
}
.cblue {
  color:#00f;
}
div.indent {
  margin-left: 30px;
}

.w50 {
  width:50%;
}
.w100 {
  width:100%;
}
.mh500 {
  min-height:500px;
}
.pt30 {
  padding-top: 30px;
}
.mit10 {
  margin-top: 10px;
}
.mit15 {
  margin-top: 15px;
}
.mit20 {
  margin-top: 20px;
}
.mit25 {
  margin-top: 25px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #29282d;
  background-color: #fff;
}

.header {
  padding: 15px 0px 10px 0px;
}
a.tlogo > span {
	display: none;
}
.logopic {
  margin-left: -15px;
}
.logotxt {
  margin-left: -15px;
  color: #29282d;
  font-family: arial, sans-serif;
  font-size: 11.5px;
  line-height: 1.4;
}
.logotxt b {
  font-family: arial black;
}
.hlinks {
  margin-top: 10px;
  margin-left: -15px;
}
/* #239CD3 */
#topnav {
  background: #29282d;
  border-color: #29282d;
  margin-bottom: 0px;
  border-radius: 0px;
  top: 0px;
  width: 100%;
  z-index: 1000;
}
.navbar-default .navbar-nav>li>a {
  color: #e7e7e7;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  background:#eee;
}
.navbar-toggle {
  background: #fff;
}
#topnav .dropdown-menu {
  min-width: 100%;
}
#topnav .navbar-brand {
  margin: 0px;
  color: #eee !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left:0px;
}
#topnav .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #29282d;
  color: #fff;
}

.carousel-indicators {
  display: none;
}
.carousel-control {
  opacity:0.2;
}
.car-des {
  position: absolute;
  bottom: 20px;
  left: 10%;
  right: 10%;
}
.car-des>div {
  max-width: 980px;
  width: 100%;
  background: #29282d8a;
  color: #fff;
  padding: 10px 20px 10px 20px;
  margin: 0px auto;
  font-size: 40px;
  text-align: center;
}


.content {
  min-height:650px;
  padding-bottom: 50px;
}
nav#sidenav {
  border: none;
  background: none;
  border-radius: 0px;
  min-height: 0px;
  margin: 0px;
}
nav#sidenav .navbar-collapse {
  padding: 0px;
}
ul#menu2 {
  border: 1px solid #eee;
}
nav#sidenav .navbar-nav>li.active {
  background: #f3f3f3;
}
nav#sidenav .navbar-nav>li {
  float: left;
}

.csc-frame-frame1 .row {
	margin-right: -5px;
  margin-left: -5px;
}
.csc-frame-frame1 .row>div {
	padding-left: 5px;
	padding-right: 5px;
}

.imgwcap {
  position: relative;
  display: block;
  overflow: hidden;
	border: 1px solid #29282d;
  border-radius: 0px;
  margin-bottom:10px;
}
.imgwcap>span {
  display: block;
  position: absolute;
  color: #eee;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #29282d8a;
  padding: 5px 15px;
  font-size: 16px;
  text-align: center;
}
.imgwcap:hover>span,.imgwcap:active>span,.imgwcap:focus>span {
  color: #fff;
	background: #29282de6;
}
.imgwtcap {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #29282d;
  margin:-10px;
}
.imgwtcap>span {
  display: block;
  position: absolute;
  color: #eee;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #29282d8a;
  padding: 5px 15px;
  font-size: 16px;
  text-align: center;
}
.imgwtcap:hover>span,.imgwtcap:active>span,.imgwtcap:focus>span {
  color:#fff;
	background: #29282de6;
}
.hpfrm {
	border: 1px solid #29282d;
	border-radius: 0px;
	overflow:hidden;
  padding:10px;
  margin-bottom:15px;
	color: #fff;
  background: #29282d;
}
.hpfrm a {
	color: #eee;
}
.hpfrm a:hover, .hpfrm a:focus {
	color: #eee;
}
.hpfrm p:last-child {
  margin-bottom:0px;
}
.hpfrm h1, .hpfrm h2, .hpfrm h3, .hpfrm h4, .hpfrm h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}
.team-div {
  text-align:center;
  margin-bottom: 30px;
}
.team-img {
  margin-bottom: 12px;
  border: 2px solid #776;
}
.team-div>span {
  color:#333;
}
.team-div>span>span {
  color:#777;
  font-size:12px;
}
.gmap {
  border: none;
  width: 100%;
  height: 550px;
  background: #ddd;
}


.footer-con {
  color: #eee;
  background: #777;
  background: #29282d;
  padding: 25px 0px 80px 0px;
}
.footer-con h1, .footer-con h2, .footer-con h3, .footer-con h4, .footer-con h5 {
  font-weight: bold;
  font-size: 19px;
  border-bottom: 1px dotted #aaa;
  line-height: 1.4;
  margin: 2px 0px;
}
.footer-con a {
  color:#ddd;
}
.footer-con a:hover, .footer-con a:active, .footer-con a:focus {
  color:#fff;
}

.img-four-link {
  position: relative;
  margin: 0px auto;
  display: table;
  max-width: 100%;
}

.img-four-link>img {
  position: relative;
  z-index: 0;
}
.img-four-link>a {
  position: absolute;
  width: 49%;
  height: 49%;
  display: block;
  text-decoration:none;
}
.img-four-link>a.ifl-lo {
  left:0px;
  top:0px;
}
.img-four-link>a.ifl-ro {
  right:0px;
  top:0px;
}
.img-four-link>a.ifl-lu {
  left:0px;
  bottom:0px;
}
.img-four-link>a.ifl-ru {
  right:0px;
  bottom:0px;
}

.contenttable td {
  padding-right: 10px;
}
.sub-nav>li {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub-nav>li>a {
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.sub-nav {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
  position: relative;
  border-radius: 0px;
  border-right: none;
  border-color: #eee;
  margin-bottom: -1px;
}
#menu2 {
  max-width: 100%;
}
.langsel {
  margin-bottom: 5px;
  text-align:right;
}
a.langlnk {
  margin-left: 5px;
  opacity: 0.4;
}
a.langlnk:hover, a.langlnk.active {
  opacity: 1;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #fff;
  background-color: #29282d;
}




body.newf .dropdown-menu {
  font-size: 20px;
}
body.newf .imgwcap>span {
	font-size: 19px;
	padding: 5px 5px;
}
body.newf .imgwtcap>span {
  font-size: 20px;
}
body.newf .hpfrm h1, body.test .hpfrm h2, body.test .hpfrm h3, body.test .hpfrm h4, body.test .hpfrm h5 {
  font-size: 20px;
}
body.newf .team-div>span>span {
  font-size:16px;
}
body.newf .footer-con h1, body.test .footer-con h2, body.test .footer-con h3, body.test .footer-con h4, body.test .footer-con h5 {
  font-size: 23px;
}
.hlinks a {
  color: #29282d;
}

@media (min-width: 400px) {
	a.tlogo {
		display: block;
		position: relative;
	}
	a.tlogo>span {
	  display: block;
	  position: absolute;
	  z-index: 10;
	  bottom: 0;
	  background: #fff;
    color: #28282d;
	  left: 0;
	  padding: 0% 5px;
	  font-size: 12.5px;
	  font-weight: bold;
	  line-height: 1.1;
	}
}


@media (max-width: 767px) {
	#topnav .navbar-brand {
	  max-width: calc(100% - 60px);
	  padding-left:15px;
	}
	.footer-con {
		text-align: center;
	}
	.footer-con a.internal-link {
	  display:inline-block;
	  width:100%;
	  margin:3px 0px;
	  padding:6px;
	  background:#555;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	  color: #eee;
	}
	#sidenav .navbar-nav {
		margin: 0;
    margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.header {
	  padding: 25px 0px 20px 0px;
	}
	.hlinks {
	  text-align: right;
	  margin-top: 95px;
	  margin-right: 15px;
		margin-bottom: -30px;
	}
	#sidenav .navbar-nav {
    margin: 7.5px -15px;
	}
}

@media (max-width: 991px) {
	nav#sidenav .navbar-nav>li>a {
	  padding: 10px 10px;
	  line-height: 1.3;
		overflow: hidden;
    text-overflow: ellipsis;
	}
	nav#sidenav.r2 .navbar-nav>li {
	  width:50%;
	  max-width: 50%;
	}
	nav#sidenav.r3 .navbar-nav>li {
	  width:33%;
	  max-width: 33%;
	}
	nav#sidenav.r4 .navbar-nav>li {
	  width: 25%;
	  max-width: 25%;
	}
	nav#sidenav.r5 .navbar-nav>li {
	  width: 20%;
	  max-width: 20%;
	}
}

@media (max-width: 599px) {
	nav#sidenav.r2 .navbar-nav>li, nav#sidenav.r3 .navbar-nav>li, nav#sidenav.r4 .navbar-nav>li, nav#sidenav.r5 .navbar-nav>li {
	  width: 50%;
	  max-width:50%;
	}
}

@media (min-width: 992px) {
	nav#sidenav .navbar-nav>li {
	  width: 100%;
	  border-right: 1px solid #eee;
	  border-bottom: 1px solid #f9f9f9;
	}
	/*nav#sidenav {
	  margin-top: 22px;
	}*/
	ul#menu2 {
	  border: none;
	}
}
