@charset "UTF-8";

@import "/static/j/owl-carousel/owl.carousel.min.css";
@import "/static/j/owl-carousel/owl.theme.default.min.css";

@import "/static/j/bxslider/jquery.bxslider.css";
@import "/static/j/fancyBox/source/jquery.fancybox.css";


/* =========================================================
	COMMON
========================================================= */
table-layout: {
	width: 100%;
	position: relative;
  min-height: 100%;
}
body {
	font-family: 'Helvetica Neue', 'Helvetica', 'PingHei', 'PingFang SC', "Heiti SC Light", "Heiti SC", "华文黑体", "微软雅黑", 'STHeitiSC-Light', 'Arial', sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #F6F6F6;
}

@media (min-width: 768px) {
	body {
		padding-top: 120px;
		/*margin-bottom: 60px;*/
	}	
	body#home {
		/*padding-top: 0;*/
	}	
	body.scrolling {
		padding-top: 50px;
	}	
}
@media (min-width: 992px) {
	body {
		/*padding-top: 120px;*/
	}	
}
@media (min-width: 1200px) {
	body#home {
		/*padding-top: 80px;*/
	}	
}



h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: normal;
	text-transform: uppercase;
	/*font-family: 'Ronnia Light';*/
	/*color: #da251c;*/
}
.h1, .h2, .h3, h1, h2, h3 {
	/*text-transform: uppercase;*/
	margin-bottom: 20px;
	/*font-family: 'Ronnia';*/
	/*font-weight: bold;*/
}
h3 {
	font-weight: normal;
}
@media (max-width: 767px) {
	.h1, h1 {
		font-size: 30px;
	}
	.h2, h2 {
		font-size: 24px;
	}
}



/*h3, h4, h5 { margin-bottom: 10px; }*/


a {
	color: #333;
	outline: none;
	text-decoration: none;
}
a:hover, a:active {
	color: #da251c;
	text-decoration: none; /*color: #fff;*/
}
a:hover img { background-color: transparent; }
a, a:link, a:visited, button, #sidebar, #sidebar h2, .entry-footer,
.footer .container,
.news-item a,
#global,
#global .logo img,
#header-main,
.nav-cate,
.item,
.btn,
.hero-wrap .container,
.nav-search .fa {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#container {
	min-height: 500px;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 1;
	position: relative;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	/*background: #fff;*/
	/*z-index: 10000;*/
}

@media (max-width: 767px) {
	#container {
		padding-top: 15px;
		padding-bottom: 20px;
		min-height: 400px;
	}
}
.img-responsive { display: inline-block; }
[data-sr] { visibility: hidden; }
#wrap {
	/*position: relative;*/
	height: 100%;
}



/* =========================================================
	HEADER
========================================================= */
#global {
	/*position: relative;*/
	background-color: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.07);
  /*min-height: 167px;*/
	/*padding: 40px 0;*/
	/*border-bottom: 1px solid #E4E4E4;*/
}

.branding {
	font-size: 20px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-brand {
	padding: 0 10px;
	/*height: auto;*/
}
.logo img {
	max-width: 120px;
	height: auto;
	/*padding-top: 13px;*/
}
.navbar-default .navbar-toggle {
	border-color: #DE1F0B;
}
.dropdown .navbar-toggle {
	/*border-color: #fff;
	border-color: rgba(255,255,255,.5);*/
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #DE1F0B;
}
.navbar-default .navbar-toggle .icon-bar:first-child {
	transform-origin: 0 0;
	transform: rotate(5deg);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #DE1F0B;
	color: #fff;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}


#header-main {
	padding-top: 25px;
	padding-bottom: 25px;
}



@media (max-width: 767px) {
	#global {
		padding: 0;
		/*border-bottom: 1px solid #E2DBDB;*/
	}
	#header-main {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-default .navbar-brand {
		padding-top: 11px;
		padding-left: 15px;
	}
}
@media (min-width: 768px) {
	#global {
		width: 100%;
		padding: 0;
		position: fixed;
		top: 0;
    right: 0;
    left: 0;

    z-index: 1030;
	}

	.navbar-default .navbar-brand {
	height: auto;
}

.logo img {
	max-width: 160px;
	padding-top: 0;
}

	#global.header-small,
	#home #global.header-small {
		/*padding: 0;*/
		/*background-color: rgba(8, 96, 169, 0.94);*/
		background-color: rgba(255,255,255, 0.9);
	}
	#global.header-small .nav-cate {
		/*display: none;*/
		height: 0;
		overflow: hidden;
		position: absolute;
		opacity: 0;
		z-index: -1;
		visibility: hidden;
	}

	#global.header-small .nav-cate .navbar-nav {
		/*background-color: rgba(0,0,0,.4);*/

	}
	
	#global.header-small .logo img {
	padding-top: 0;
}

	#global.header-small #header-main {
	padding-bottom: 0;
	padding-top: 5px;
}
}
@media (min-width: 992px) {

	#global {
		/*padding: 30px 0;*/
	}


.navbar-default .navbar-brand {
	padding: 0 15px;
	padding-bottom: 0;
	height: 40px;
}

	.logo img {
		max-width: 200px;
	}

		#global.header-small,
	#home #global.header-small {
		padding: 0;
	}

	#global.header-small .logo img {
	max-width: 120px;
	padding-top: 6px;
}


}
@media (min-width: 1200px) {
	#global {
		/*padding: 40px 0;*/
	}
	.logo img {
	/*	max-width: 178px;
		padding-top: 10px;*/
	}

}


.navbar {
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-default{
	background-color: transparent;
	border: none;
}

#main-nav {
  /*background-color: rgb(255, 255, 255);*/
  /*box-shadow: 0px 2px 10px 0px rgba(4, 9, 5, 0.1);*/
}
.navbar-default .navbar-nav>li>a {
	/*font-family: 'Ronnia Light';*/
	color: #000;
}
.navbar-default #main-nav.navbar-nav>li>a {

	/*font-family: Ronnia;*/
}


.navbar-nav>li {
	/*margin-left: 0px;
	letter-spacing: .8px;*/
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
 /*color: #fff;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);*/
}




#main-nav .navbar-form {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 4px;
	margin-bottom: 0;
	position: relative;
}
#main-nav .navbar-form .form-control {
	height: 24px;
	padding: 4px 8px;
	padding-right: 25px;
}

/*.btn-search {
	border: none;
	background-color: transparent;
}*/
#main-nav .navbar-form .btn-search {
	position: absolute;
	right: 15px;
	top: 0;
}




.nav>li>a:focus, .nav>li>a:hover{
    text-decoration: none;
    /*background-color: #c63e38;*/
}
.nav>li.hover>a {
	/*background-color: rgb(117, 89, 77);*/
}


.nav-cate {
	/*padding-left: 10%;*/
	/*background-color: red;*/
	/*color: #fff;*/
}
.nav-cate .navbar-nav {
	/*width: auto;*/
	/*float:none;*/
	/*background-color: #111;*/
	margin-right: 0;
}

.navbar-default .nav-cate .navbar-nav>li>a {
	font-size: 13px;
	padding: 5px 10px;
	/*color: rgba(255,255,255,.6);*/
	text-transform: none;
}


.dropdown-menu {
	    border: 1px solid #E8E8E8;
    border-radius: 0;
        margin: 0;
    padding: 0;
}
.dropdown-menu>li>a {
    padding-top: 5px;
    padding-bottom: 5px;	
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	/*color: #fff;*/
    text-decoration: none;
    /*background-color: #286090;*/

}


.nav-search {
	display: none;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.current_page_item>a, .navbar-default .navbar-nav>.current_page_item>a:focus, .navbar-default .navbar-nav>.current_page_item>a:hover {
	background-color: rgba(222, 222, 222, 0.2);
	color: #DA251C;
	border-radius: 6px;
}


@media (max-width: 767px) {
.navbar-default .navbar-nav>li>a {
	background-image: url(../i/icons/icon_arrow_right_sp@2x.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 8px auto;
}
.navbar-default .navbar-nav>li.dropdown>a {
	background-image: none;
}
.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
#main-nav .navbar-form {
/*padding-top: 8px;*/
margin-top: 0px;
}
.navbar-form .form-group {
	margin-top: 5px;
}
#main-nav .navbar-form .btn-search {
	top: 5px;
}

.nav-search {
	display: block;
} 
}


@media (min-width: 768px) {
.navbar {
	min-height: 20px;
}
.nav>li.hover>a {
	background-color: rgb(64, 53, 48);
}
/*.dropdown:hover>.dropdown-menu {
		display: block;
		}*/

/*.navbar-collapse {
	padding: 0;
}

.navbar-nav>li {
	margin-left: 15px;
}
.navbar-nav>li:first-child {
	margin-left: 0;
}*/

.navbar-default .navbar-nav>li>a {
	/*padding: 10px 2px;
	padding-top: 12px;
  
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid rgba(255,255,255,0);
  border-bottom: 1px solid rgba(255,255,255,0);*/
	font-size: 12px;
	padding: 10px;
}
.navbar-default .navbar-nav>.nav-phone>a {
	padding-top: 6px;
	padding-bottom: 0;
}
.navbar-default .navbar-nav>.nav-phone>a:hover {
	background-color: transparent;
	color: #ff6731;
}


.nav-cate {
	padding-left: 0;
}
}

@media (min-width: 992px) {

.navbar {
	min-height: 50px;
}
#main-nav.navbar-nav>li {
	margin: 0 15px;
}

.navbar-default .navbar-nav>li>a {
  font-size: 14px;
  /*padding: 10px;*/
}
.navbar-default .navbar-nav>.nav-phone>a {
	/*padding-bottom: 0;*/
}


.nav-cate {
		/*padding-left: 155px;*/
	}

}

@media (min-width: 1200px) {

#main-nav.navbar-nav>li {
	/*margin-left: 70px;
	letter-spacing: .8px;*/
	margin: 0 20px;
}

.navbar-default .navbar-nav>li>a {
  font-size: 16px;
}
	.nav-cate {
		/*padding-left: 193px;*/
	}

.header-small .nav-cate {
		/*padding-left: 175px;*/
	}

.navbar-default .nav-cate .navbar-nav>li>a {
	font-size: 14px;
}

}


#sub-nav {
	/*position: absolute;
	right: 15px;
	top: 10px;*/
	font-size: 12px;
	z-index: 101;
	background-color: #da251c;
}
@media (max-width: 767px) {
	#sub-nav {
		display: none;
	}
}
#sub-nav a {
	/*color: #646464;*/
	color: #fff;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

#sub-nav span {
	/*color: #C63E38;*/
}




/*#breadcrumb {
	margin-bottom: 15px;
	clear: both;
}
#breadcrumb,
#breadcrumb a {
	font-size: 12px;
	color: #848484;
}*/

#breadcrumb .fa {
	/*color: #ff6623;*/
	color: #aaa;
	/*margin-right: 5px;*/

}
#breadcrumb .fa-lg {
	font-size: 1.5em;
  /*vertical-align: text-top;*/
}
@media (min-width: 768px) {
#products #breadcrumb {
	/*padding: 0;*/
}

}


aside .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	/*margin-bottom: 0px;*/
	background-color: #fafafa;
	background-color: #F9F9F9;
}

.panel-default>.panel-heading h3,
.panel-default>.panel-heading h4 {
	margin-bottom: 0;
	
}
aside .panel-default>.panel-heading/*ul.cate-list>li>a*/ {
	text-align: center;
	border:none;
	padding: 0;


  /*background-image: -moz-linear-gradient( 90deg, rgb(10,154,255) 0%, rgb(13,173,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(10,154,255) 0%, rgb(13,173,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(10,154,255) 0%, rgb(13,173,255) 100%);*/

	background-color: #da251c;


  background-image: -moz-linear-gradient( 90deg, rgb(195,34,26) 0%, rgb(218,37,28) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(195,34,26) 0%, rgb(218,37,28) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(195,34,26) 0%, rgb(218,37,28) 100%);
	
	
	color: #fff;
	margin-bottom: 0;
	/*display: block;*/
	font-size: 18px;
	/*text-shadow: 0 1px 1px rgba(255,255,255, .8);*/
	text-transform: uppercase;
	/*font-family: 'Proxima Nova';*/
	    border-top-left-radius: 0;
    border-top-right-radius: 0;
	}

aside .panel-news>.panel-heading,
aside .panel-heading.panel-hd-orange,
ul.cate-list-news>li>a {
	background-color: #ff9100;
	background-image: -webkit-linear-gradient(0deg, #ff6623 0%, #ff9100 100%);
	background-image: -moz-linear-gradient(0deg, #ff6623 0%, #ff9100 100%);
	background-image: -o-linear-gradient(0deg, #ff6623 0%, #ff9100 100%);
	background-image: linear-gradient(90deg, #ff6623 0%, #ff9100 100%);
  text-align: left;
}


aside .panel-default>.panel-heading h4 {
	padding: 15px;
	/*font-size: 16px;*/
	margin-bottom: 0;
	font-size: 18px;
	color: #fff;
	/*background-image: url(/static/i/common/title_bg.png);
	background-repeat: no-repeat;
	background-size: 245px auto;
	background-position: 0 0;*/
	/*font-size: 16px;*/
	line-height: 20px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
}
@media (min-width: 1200px) {
	aside .panel-default>.panel-heading h4 {
		/*font-size: 20px;*/
	}	
}

aside .panel-default>.panel-heading h4 .fa {
	    margin-right: 2px;
    font-size: 14px;
    position: relative;
    bottom: 2px;
		opacity: .75;
}



/*ul.cate-list .childern {
	margin: 0;
	padding: 0;
}*/




#home #breadcrumb {
	display: none;
	/*text-align: right;*/
	/*margin-bottom: 20px;*/
}
#breadcrumb {
	font-size: 12px;
}
#breadcrumb a{
	color: #666;
	/*display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;*/
	/*font-size: 16px;*/
}
#breadcrumb a:hover {
	color: #da251c;
}
#breadcrumb a.home:before {
	/*content:"\f015";
	font-family: 'FontAwesome';
	font-size: 1.5em;
    vertical-align: text-top;
    line-height: .75em*/
}
#breadcrumb a.home span {
	display: none;
}
#breadcrumb .ml5.mr5 {
	color: #aaa;
}


 /*ul.cate-list>li>.children*/
aside .panel {
	margin-bottom: 30px;
}

ul.cate-list,
ul.cate-list ul,
ul.cate-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}


aside .list-group,
ul.cate-list {
	padding: 0 15px;
}
aside .list-group-item,
ul.cate-list li {
    padding: 0;
		border-bottom: 1px solid #dbdbdb;
		background-color: transparent;
}
ul.cate-list li:last-child {
	border-bottom: none;
}
aside .list-group-item a,
aside .list-item,
ul.cate-list li a {
	display:block;
	padding: 12px 0;
	background-image: url(../i/icons/icon_arrow_right_sp@2x.png);
	background-position: 98% 50%;
	background-repeat: no-repeat;
	background-size: 6px auto;
}
ul.cate-list li li a {
	padding-left: 1em;

	color: #666;
}
ul.cate-list li li a:before {
	/*content: ' • ';*/
	color: #999;
}
ul.cate-list li li .children a {
	padding-left: 1.5em;
}
ul.cate-list>li>a {
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	/*color: #da251b;*/
}

ul.cate-list>li.active>a,
ul.cate-list li.current-cat>a {
	color: #da251b;
}
ul.cate-list>li .children {
	display: none;
}
ul.cate-list>li.current-cat-parent .children,
ul.cate-list>li.current-cat .children,
ul.cate-list>li.current-cat-ancestor .children,
ul.cate-list>li.current-cat-ancestor .current-cat-parent .children {
	display: block;
}

ul.cate-list>li>a.collapsed {
	background-image: url(../i/icons/icon_plus.png);
	    background-size: 10px auto;
	    color: #333;
}
aside .list-group-item a:hover,
ul.cate-list li a:hover,
/*ul.cate-list>li.current-cat-parent>a,*/
/*ul.cate-list>li.current-cat>a,*/
ul.cate-list>li>ul>li.current-cat>a {
	/*background-color:#F9F9F9;*/
	color: #da251b;
	/*padding-left: 10px;*/
	background-position: 99% 50%;
}
aside .list-group-item a:hover,
ul.cate-list>li>a:hover {
	padding-left: 6px;
}
ul.cate-list li li a:hover {
	padding-left: 18px;
}

ul.cate-list>li.current-cat>a,
ul.cate-list>li>ul>li.current-cat>a {
	background-position: 98% 50%;
	font-weight: bold;
}

ul.cate-list>li>.children {
	border-top: 1px solid #dbdbdb;
}
.panel-news .list-group-item a,
.panel-news .list-item,
.panel-news ul.cate-list>li>ul>li>a {
	padding-left: 16px;
	padding-right: 10px;
	position: relative;
	/*background-position: 97% 50%;*/
}

.panel-news .list-group-item a .fa {
	position: absolute;
	  left: 4px;
    top: 20px;
    font-size: 4px;
    color: #ccc;
    width: 4px;
    height: 4px;
    overflow: hidden;
    display: block;
}
.panel-news .list-group-item a:hover {
	padding-left: 20px;
	
}

@media (max-width: 767px) {
ul.cate-list {
	border-top: 1px solid #dedede;
}
aside .list-group-item a,
ul.cate-list>li a {
	/*border-bottom: 1px solid #dedede;*/
	padding: 10px;
	background-image: url(../i/icons/icon_arrow_right_sp@2x.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 6px auto;
}

ul.cate-list>li>ul>li>a {
	padding: 10px 20px;
	/*border-bottom: 1px solid #dedede;
	padding: 10px;
	background-image: url(../i/icons/icon_arrow_right_sp@2x.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 6px auto;*/
}
ul.cate-list>li>.children {
	margin-bottom: 0;
}


}

@media (min-width: 1200px) {
	aside .list-group,
		ul.cate-list {
			padding: 0 20px;
		}
		.panel-body {
			padding: 20px;
		}
}



.open-cate-list {
	background-color: rgba(249,249,249, .6);
	border: none;
	color: #ff7418;
	width: 50px;
	height: 50px;
	display: inline-block;
	outline: none;
}
.open-cate-list i {
	width: 75%;
	height: 3px;
	background-color: #ff7418;
	display: block;
	margin: 5px auto;
}
.panel-cate {
	position: relative;
}
#products.index .panel-cate .panel-heading {
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
}
.panel-cate .panel-heading {
	margin-right: 50px;
}
.panel-cate .panel-heading .open-cate-list {
	position: absolute;
	right: 0;
	top: 0;
}
#products.index .panel-cate .panel-heading .open-cate-list {
	right: -50px;
}
.fa-lg {
	/*vertical-align: text-top;*/
}

.icon-circle {
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background-color: #ff6623;
	background-image: -moz-linear-gradient( 42deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
  background-image: -webkit-linear-gradient( 42deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
  background-image: -ms-linear-gradient( 42deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
	display: inline-block;
	position: relative;
	/*vertical-align: middle;*/
	color: #fff;
}
.icon-circle .fa-lg {
	vertical-align: -2px;
}
.btn-on .icon-circle,
.icon-green {
	background-color: #0dc1c3; 
}
.icon-circle-theme {
  background-image: -moz-linear-gradient( 0deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
}

.icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	line-height: 13px;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
	top: -1px;
}

.icon-circle-arrow {
	background-image: url(../i/icons/icon_arrow_circle.png);
}

/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
	padding-right: 30px;
}
/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-family: monospace;
	/*font-weight: bold;*/
	color: #DE1F0B;

}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}
.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px;
}
/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
	padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
	white-space: normal;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto;
}

.list-group .icon-dl {
	display: none;
}
.file-download a:hover .icon-dl {
	display: inline-block;
}



/* =========================================================
	TOP
========================================================= */
body#home {
	background-color: #f6f6f6;
}
#home #global {
	/*background-color: #222;*/
}
#home .nav-top {
	display: none;
}
#home #container {
	padding-bottom: 0;
	padding-top: 20px;
	box-shadow: none;
}

.sec-top-about.section {
	/*margin-bottom: 9px;*/
	background-color: #cb0a06;
	background-image: url(../i/top/top_about_bg.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 1550px auto;
	padding: 70px 0;
	padding-bottom: 60px;
	/*padding-top: 80px;*/
	color: #fff;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);


}

.sec-top-about .container {
	position: relative;
}
.sec-top-about .about-col {
	font-size: 16px;
	line-height: 2;
	padding: 0 30px 0 10px;
}

.sec-top-about h2 {
	color: #fff;
}
.sec-top-about .about-col {
	
}

.news-list-col {
	/*padding-left: 8%;*/
	color: #fff;
	font-size: 12px;
}
.news-list li {
	margin-bottom: 25px;
	position: relative;
}
.news-list li:last-child {
	margin-bottom: 0;
}
.news-list-col h4,
.news-list-col a {
	color: #fff;
}
.news-list-col h4 {
	margin-bottom: 5px;
	font-size: 14px;
}
.news-list .row {
	margin-left: -10px;
	margin-right: -10px;
}
.news-list .news-img,
.news-list .news-desc {
	padding-left: 10px;
	padding-right: 10px;
}
.news-list-col p {
	color: rgba(255,255,255,.8);
}
.news-list .news-date {
	margin-bottom:5px;
}


@media (max-width: 991px) {
	.sec-top-about .about-col {
		margin-bottom: 40px;
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.news-list-col {
		padding-left: 8%;
	}
}


.sec-partners {
	background-color: #ffffff;
	/*background-image: -webkit-linear-gradient(90deg, #efefef 0%, rgba(254, 254, 254, 0) 55%, rgba(255, 255, 255, 0) 60%);
	background-image: -moz-linear-gradient(90deg, #efefef 0%, rgba(254, 254, 254, 0) 55%, rgba(255, 255, 255, 0) 60%);
	background-image: -o-linear-gradient(90deg, #efefef 0%, rgba(254, 254, 254, 0) 55%, rgba(255, 255, 255, 0) 60%);
	background-image: linear-gradient(0deg, #efefef 0%, rgba(254, 254, 254, 0) 55%, rgba(255, 255, 255, 0) 60%);*/
	
	
  background-image: -moz-linear-gradient( 90deg, rgb(243,243,243) 0%, rgb(255,255,255) 60%);
  background-image: -webkit-linear-gradient( 90deg, rgb(243,243,243) 0%, rgb(255,255,255) 60%);
  background-image: -ms-linear-gradient( 90deg, rgb(243,243,243) 0%, rgb(255,255,255) 60%);

  /*border-top: 1px solid #E8E8E8;*/

	
}
#home .sec-partners {
	border: none;
}


.sec-partners .item-list {
	padding: 0 5%;
}

#home .sec-extra {
	border-top: none;
	background: #13181a url(../i/top/sec_tra_bg.jpg) 50% 0;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 40px;
}
#home .sec-extra .item-list.row {
	padding-left: 40px;
	padding-right: 40px;
}


#home .nav-search {
	display: block;
}
.block-w,
.block-white,
.block-w2 {
	background-color: #ffffff;
	box-shadow: 1px 2px 15px 0.00px rgba(0, 0, 0, 0.08);
}
.block-white {
	padding: 10px;
	margin-bottom: 10px;
}
.block-w2 {
	padding: 0;
	margin: 0;
}
.block-lg {
	padding: 10px;
}


@media (min-width: 768px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 1199px) { 

}

@media (min-width: 992px) {
	.block-lg {
		padding: 20px;
	}
	.block-white {
		padding: 15px;
		margin-bottom: 20px;
	}

}

@media (min-width: 1200px) {

.block-white {
	padding: 20px;
	margin-bottom: 20px;
}
.block-lg {
	padding: 40px;
}

}










.news-box {

}
.news-box p {
	margin-bottom: 0;
	padding-top: 7px;
}
.news-box li {
	margin-bottom: 5px;
	font-family: "Proxima Nova", "Helvetica Neue";
}
.news-box small {
	opacity: .7;
}

.news-box.block-white {
	margin-bottom: 10px;
}





#slider {
	min-height: 100px;
	/*margin-bottom: 50px;*/
}
.slider {
	height: 100px;
	overflow: hidden;
	visibility: hidden;
	margin-bottom: 15px;
	-webkit-transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
}
@media (min-width: 768px) {
/*#slider {
	min-height: 300px;
}*/
.slider {
	/*max-height: 300px;*/
	margin-bottom: 25px;
}
}
@media (min-width: 992px) {
#slider {
	min-height: 300px;
}
.slider {
	max-height: 400px;
}
}
@media (min-width: 1200px) {
#slider {
	min-height: 400px;
}
.slider {
	/*max-height: 300px;*/
	margin-bottom: 0;
}
}

#slider,
#slider.loading {
	background-color: #fff;
	background-image: url('../i/common/loader_2.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#slider.loaded {
	background-image: none;
}
#slider.loaded .slider {
	max-height: 1000px;
	height: auto;
	overflow: auto;
	visibility: visible;
}




.slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  text-shadow: 0px 0px 20px rgba(0,0,0,.1)
}
.slider-wrap .container {
	padding-top: 9%;
	padding-left: 30px;
	text-transform: uppercase;
	color: #fff;
}
.slider-fixed .slider-wrap .container {
	padding-top: 12%;
}

	.slider-wrap h2 {
	/*font-family: 'museo900';*/
	/*font-weight: 900;*/
	line-height: 1;
	margin-bottom: 20px;
	padding: 0;
	letter-spacing: 1px;

}

	.slider-wrap h2 a{
		color: #fff;
	}
	.slider-wrap .lead {
		/*font-size: 44px;*/
		margin-bottom: 20px;
		line-height: 1.1;
	}

	@media (max-width: 767px) {
	.slider-wrap h2 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.slider-wrap .lead {
		font-size: 14px;
	}

	.slider-wrap .btn {
		display: none;
	}
	.slider-wrap .container {
	padding-top: 10%;
	padding-left: 15px;
	text-align: center;
}

.slider-fixed .slider-wrap .container {
	padding-top: 9%;
	text-align: center;
}
.slider-fixed .slider-wrap .container img {
	max-width: 280px;
	margin: 0 auto;
}

.bx-wrapper .bx-pager {
	bottom: 5px;
}
/*#slider {
	background-color: #000;
}
#slider .slider-img img {
	opacity: .8;
}*/

.main-area .main-right {
	display: none;
	}
}

	@media (max-width: 991px) {
	/*.slider-wrap h2 {
		font-size: 20px;
		margin-bottom: 5px;
	}*/
	/*.slider-wrap .lead {
		font-size: 14px;
	}*/

	/*.slider-wrap .btn {
		display: none;
	}*/
	.slider-wrap .container {
	padding-top: 7%;
	padding-left: 15px;
	text-align: center;
}

.slider-fixed .slider-wrap .container {
	padding-top: 9%;
	text-align: right;
}
.slider-fixed .slider-wrap .container img {
	max-width: 50%;
	margin: 0 auto;
}

.bx-wrapper .bx-pager {
	bottom: 5px;
}
/*#slider {
	background-color: #000;
}
#slider .slider-img img {
	opacity: .8;
}*/

.main-area .main-right {
	display: none;
	}
}


@media (min-width: 992px) {
	.slider-wrap h2 {
	font-size: 50px;
	margin-bottom: 10px
}
	.slider-wrap .lead {
		font-size: 32px;
		margin-bottom: 20px;
	}

}





.main-area {
	margin-bottom: 30px;
}
.main-area .i {
	
	margin-top: 0;
	position: relative;
	z-index: 100;
}
.main-area .sidebar-common {
	/*margin-top: -43px;*/
}


.form-search-box {
	display: none;
}

@media (min-width: 992px) {
	.main-area .i {
		background-color: #ffffff;
	/*background-image: url(../i/top/main_area_bg.jpg);*/
	/*background-repeat: repeat-x;*/
	/*background-position: 100% 0;*/
	/*background-size: auto 282px;*/
	box-shadow: 0px 3px 12px 0.00px rgba(0, 0, 0, 0.08);
		margin-top: 20px;
	}
	.main-area .sidebar-common,
	.main-area .main-right {
		/*margin-top: -43px;*/
	}
	.form-search-box {
	display: block;
}
	.breadcrumb-bar .form-search {
			text-align: right;
		}

}
@media (min-width: 1200px) {

	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: 70px;
	}

.main-area .sidebar-common,
.main-area .main-right {
	/*margin-top: -48px;*/
}

.main-area .i {
	margin-top: -50px;
}
}

.main-area .item-list .item figcaption .item-title {
	/*font-size: 16px;*/
}

@media (max-width: 991px) {
	.main-left .item-newest {
		background-color: #fff;
    padding: 10px;
	}
}
@media (min-width: 992px) {
.main-left .item-newest {
	padding: 20px;
	padding-right: 0;
	padding-bottom: 10px;
}
}
.main-left .item-list.row .item {
	margin-bottom: 0;
}
.main-area .main-right {
	
	background-repeat: no-repeat;
	background-image: url(../i/top/img_cat_rv.jpg);
	/*background-size: cover;
	background-position: 90% 0;*/
	background-position: 75% 100%;
    background-size: auto 100%;

	height: 100%;
	position: relative;
	min-height: 200px;
	opacity: 0;
}

/*.main-area #cate-1 .main-right {
	    background-position: 75% 100%;
}
.main-area #cate-2 .main-right {
	    background-position: 75% 100%;
}*/
.main-area #cate-3 .main-right {
	    background-position: 50% 100%;
}
.main-area #cate-4 .main-right {
	    background-position: 50% 100%;
}
.main-area #cate-5 .main-right {
	    background-position: 16% 100%;
}

.cat-link {
	position: absolute;
	right:0;
	left:0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	color: #ffffff;
}
.cat-link.bg_ani_left {
	/*width: 2px;*/
	position: absolute;
}

.bg_ani_left {
	position: relative;
	z-index: 10;
	color: #fff;
}
.bg_ani_left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
		bottom: 0;
    z-index: -1;
    height: 100%;
    width: 0;
    background-color: #da251c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;


}
.bg_ani_left:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}


.cat-link a {
	color: #ffffff;
	display:block;
	padding: 15px;
	z-index:1;
	position:relative;
}

.cat-link a:hover {
	/*background-color: #da251c;*/
}

.breadcrumb-bar {
	background-color: #EFEFEF;
	/*box-shadow: 0 1px 10px rgba(0,0,0,.05);*/
}
.breadcrumb-bar .news-col {
	padding: 15px 0 15px 0;
}
.breadcrumb-bar .breadcrumb-col {
	padding: 20px 0;
}
.breadcrumb-bar .form-search {
	/*border-left: 1px solid #E8E8E8;*/
}
.breadcrumb-bar .form-search .form-group {
	padding: 13px 13px;
	width: 73%;
	position: relative;
}
.breadcrumb-bar .form-search .form-group .label-search {
	position: absolute;
	left: 0;
	top: 13px;
	 height: 34px;
    padding: 2px 12px;
    padding-right: 0;
    font-size: 20px;
    line-height: 1.42857143;
    color: #0860a9;
    margin-bottom: 0;
		z-index: 10;
}
.breadcrumb-bar .form-search .form-group .form-control {
	border: none;
	box-shadow: none;
	width: 100%;
	z-index: 9;
}
.breadcrumb-bar .form-search .btn-search {
	background-color: #da251c;
    border: none;
    padding: 15px;
    color: #fff;
    border-radius: 0;
}
.breadcrumb-bar .form-search .btn-search .fa {
}
.news-hding-col,
.news-col .news-ticker-col {
	float: left;
}
.news-hding-col {
	margin-right: 24px;
	padding-right: 24px;
	border-right: 1px solid #eee;
}
.breadcrumb-bar .news-col .news-hding {
	font-size: 20px;
	color: #26b7ff;
	margin: 0;
	padding: 0;
}
.breadcrumb-bar .news-col .fa-stack {
	    width: 17px;
    height: 17px;
    line-height: 16px;
    border-radius: 5px;
    background-color: #26b7ff;
    top: -1px;
}


.fa-stack-1_5x {
	font-size: 1.5em;
	position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.breadcrumb-bar .news-col .fa {
	font-size: 16px;
}

.news-col .news-ticker-col {
	width: 75%;
}

.news-col .news-ticker {
	line-height: 28px;
	margin:0;
	padding:0;
	position: relative;
}
.news-col .news-ticker time {
	display: inline-block;
	margin-right: 10px;
}

ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	/*line-height: 1;*/
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 100%;
	height: 22px; /* height should be included to reserve visual space for the marquee */

}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	/*font: 14px Arial, Helvetica, sans-serif;*/
	padding: 3px 0;

}



@media (max-width: 991px) {
	.breadcrumb-bar .breadcrumb-col {
		padding: 10px 0;
	}
	.breadcrumb-bar .form-search .form-group {
		padding: 3px 0;
		width: 83%;
		margin: 0;
		display: inline-block;
	}
	.breadcrumb-bar .form-search .form-group .label-search {
		top: 7px;
		font-size: 16px;
	}
	.breadcrumb-bar .form-search .btn-search {
		padding: 10px 12px;
	}
	.breadcrumb-bar .form-search .btn-search .fa {
		font-size: 1em;
	}
}
@media (max-width: 767px) {
	.breadcrumb-bar .form-search .form-group {
		width: 87.5%;
	}
	.breadcrumb-bar .form-search .form-group .label-search {
		top: 8px;
		font-size: 14px;
	}
}




.page-header,
.archive-header {
    padding: 40px 0;
    margin: 0;
		margin-bottom: 0;
    border-bottom: 1px solid #edeeec;
    border: none;
    text-align: center;
    background-color: #f6f6f6;
    /*background-color: #313F4E;*/
    /*background-image: url(/static/i/common/cate_list_bg.jpg);*/
    background-position: 50% 50%;
	/*background-size: cover;*/
	/*background-repeat: no-repeat;*/

}

.page-header .page-title,
.archive-header .archive-title {
	display: block;
	padding: 0;
	margin-bottom: 0;
	/*color: #0860a9;*/
	color: #fff;
	/*letter-spacing:2px;*/
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.page-header .page-title small {
	display: block; 
	color: #fff;
	color: rgba(255,255,255,.8);
	padding-top: 5px;
	letter-spacing:0;
	/*font-family: "Kohinoor Bangla", "Proxima Nova", "Helvetica Neue";*/
	font-weight: 100;
	font-size: 50%;
	max-width: 640px;
	margin: 0 auto;
	line-height: 1.3;
	/*text-transform: none;*/
}

.archive-header {
	background-color: #da251c;
	margin-bottom: 40px;
}
.cate-desc {
	/*margin-bottom: 0;*/
	position: relative;
	/*background-color: #000;*/
	/*box-shadow: 1px 2px 10px 0.00px rgba(0, 0, 0, 0.08);*/
}
.cate-desc .taxonomy-desc {
	/*position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 10px;
	right: 10px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.1);*/
	padding: 20px 0;
}
.cate-desc .cate-title {
	margin-bottom: 0;
	color: #fff;
	/*font-family: 'Ronnia';*/
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
}
.cate-desc .cate-lead {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	margin-bottom: 0;
}
.cate-img {
	margin-bottom: 0;
	/*background-color: #000;*/
}

.content-header {
	background-color: #a4b9c2;
	color: #fff;
	padding: .8em 10px;
	line-height: 1em;
	margin-bottom: 0;
}
.content-header .content-title {
	margin-bottom: 0;
}


@media (max-width: 767px) {
	.page-header,
.archive-header {
	padding: 20px 10px;
	margin-bottom: 0;
}
	.cate-desc {
		padding: 0;
		/*padding-top: 0;*/
}
.cate-desc .taxonomy-description {
	position: relative;
	margin: 0;
	top: 0;
}
.cate-desc .taxonomy-description p {
	margin-bottom: 0;
}
.cate-img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
}


@media (min-width: 768px) {
	.cate-desc {
		/*padding-bottom:20px;*/
	}

	.cate-desc .cate-title {
		margin-bottom: 0;
		font-size: 30px;
	}

	.cate-desc .cate-lead {
		font-size: 14px;
		padding-left: 5%;
	padding-right: 5%;
		
	}
}

@media (min-width: 992px) {

	.cate-desc .cate-title {
		margin-bottom: 0;
		font-size: 40px;
	}

	.cate-desc .cate-lead {
		font-size: 16px;
		padding-left: 15%;
	padding-right: 15%;
		
	}
}



@media (max-width: 767px) {
.page-header .page-title {
	padding: 0 10px;
}
}


.page-header.hero {
	background-image: url(/static/i/about/bg_hero_about.jpg);
	background-position: 50% 30%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
	margin-bottom: 0;
}
.page-header.hero,
.page-header.hero .page-title,
.page-header.hero .page-title small {
	color: #fff;
	text-shadow: 0 2px 15px rgba(0,0,0,.3);
}
#about .page-header.hero {
	background-image: url(/static/i/top/slider_3.jpg);
}

@media (min-width: 768px) {
	.page-header.hero {
		padding: 120px 0;
		margin-bottom: 10px;
	}
	.page-header .page-title small {
	margin-top: 10px;
}
}
@media (min-width: 1200px) {
.page-header .page-title {
	font-size: 50px;
}
#about .page-header .page-title {
	font-size: 60px;
	letter-spacing: 2px;
}

	.page-header .page-title small {
	font-size: 32%;
	max-width: 800px;
	letter-spacing: 0;
}
}
.page-nav {
	color: #888;
}
.page-nav {
vertical-align: middle;
border-radius: 0;
clear:  both;
}
.nav-links>a, .nav-links>span {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span,
.nav-links>a, .nav-links>span {
	border: 1px solid #f6f6f6;
	color: #1a1a1a;
	border-radius: 3px;
	padding: 4px 10px;
	margin: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover,
.nav-links>a.current, .nav-links>a.current:focus, .nav-links>a.current:hover, .nav-links>span.current, .nav-links>span.current:focus, .nav-links>span.current:hover,

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
.nav-links>a:focus, .nav-links>a:hover, .nav-links>span:focus, .nav-links>span:hover {
    color: #fff;
    border-color: #ff6623;

    background-color: #ff6623;
	background-image: -moz-linear-gradient( 42deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
  background-image: -webkit-linear-gradient( 42deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
  background-image: -ms-linear-gradient( 42deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
}

.item-list.row .item {
	margin-bottom: 20px;
}
.item-list .item figure {
	background-color: #fff;
	box-shadow: none;
	/*box-shadow: 1px 2px 10px 0.00px rgba(0, 0, 0, 0.08);*/
	position: relative;
}

.item-list .item figure .thumb {
	border: 10px solid #fff;
}
#home .item-list .item figure .thumb,
.item-carousel .item figure .thumb  {
	border: none;
}
.item-carousel .item figure {
	background-color: transparent;
}
.item-carousel .item figure .thumb img {
	border-radius: 5px;
}
.item-list .item figcaption {
	padding: 10px;
}

.item-list .item figcaption .item-title {
	margin-bottom: 6px;
	text-transform: none;
}
.item-list .item figcaption .item-title a {
	/*color: #0860a9;*/
}
.item-list .item figcaption p {
	margin: 0;
}

.item-list .item-info {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.item-list .item-info figure {
	background-color: #0b9ae1;
	text-align: center;
}
.item-list .item-info figure,
.item-list .item-info figcaption .item-title,
.item-list .item-info figcaption p {
	color: #fff;
}

.item-list .item-info figure .btn-more {
	display: none;
}

.item-list .item figure .btn-more {
	    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    color: #fff;
    background-color: #26b7ff;
    border-radius: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.item-list-cases .item figure .btn-more {
	background-color: #2EB50C;
}

.item-list-rounded .item figure {
	overflow: hidden;
	border-radius: 10px;
	padding:0;
}

.item-list-rounded .item figure .thumb img {
	    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.item-new-items .item figure {
	background-color: transparent;
}
@media (min-width: 768px) {

	.item-new-items.well {
	/*padding-right: 23%;
	padding-top: 50px;
	padding-bottom: 20px;*/
	background: #fff url(../i/top/new_items_bg.jpg) no-repeat 100% 0;
	background-size: 175px auto;
	padding-right: 23%;
	padding-top: 20px;
	padding-bottom: 10px;
	min-height: 180px;
/*	background: #fff url(../i/top/new_items_bg.jpg) no-repeat 100% 0;
	background-size: 175px auto;*/
}	
}

@media (min-width: 992px) {

	#home .item-list .item figure {
		margin: 0 40px;
		margin-top: 10px;
	}
}
.item-list.item-list-unstyled .item {
	/*padding: 0;*/
}
.item-list.item-list-unstyled .item figure {
	box-shadow: none;
}

.item-carousel {
	text-align: center;
}
.item-carousel .btn-more {
		opacity: 0;
		filter: alpha(opacity=0);
		zoom:1;
	
}

.item-list .owl-theme .item {
	margin-bottom: 0;
}
/*@media (min-width: 992px) {*/
	.no-touch .carousel-no-dots .owl-dots,
	.no-touch .carousel-no-nav .owl-nav {
			opacity: 0;
			filter: alpha(opacity=0);
			zoom:1;
			text-align: left;
			margin-top: 0;
			visibility: hidden;
			display: none;
	}
	.no-touch .owl-theme .owl-nav {
	margin: 0;
}
/*}*/

.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -13px;
	background-color: transparent;
	padding: 0;
	/*width: 20px;
	height: 20px;
	line-height: 20px;*/
	text-align: center;
	color: #E4E4E4;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	color: #da251c;
}


.carousel-light-nav .owl-nav [class*=owl-] {
	background: none;
	font-size: 50px;
	line-height: 1;
	font-weight: normal;
	margin-top: -25px;
	width: 30px;
	height: 50px;
}




.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #36b9fc;
}

.item-new-cases.well {
	padding: 0 8%;
	margin-bottom:0;
	background-color: transparent;
}
.item-new-cases .item-list .item figure {
	margin-left: 10px;
	margin-right: 10px;
}


.main-common>article {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.main-common>article.news-item {
	margin-bottom: 20px;
}
#search-form .btn {
	    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#products.index {
	background-color: #fff;
}
#products.index .page-header {
	padding: 110px 0;
	background-image: url(../i/common/item_index_bg_def.jpg);
	background-size: cover;
}

#products #container {
	/*padding-top: 0;*/
}
#products.index .sidebar-common {
	margin-top: -40px;
}




@media (max-width: 991px) {
	
	#products.index .sidebar-common,
	.sidebar-common {
		margin-top: 60px;
	}
	.owl-theme .owl-nav {
		display: none;
	}
	.owl-theme .owl-dots {
		margin-top: 10px;
	}

}
@media (max-width: 767px) {

	#search-form .form-group,
	#search-form .btn {
		display: inline-block;
		vertical-align: top;
	}
	#search-form .form-group {
		width: 80%;
	}
	.sidebar-common {
		margin-top: 20px;
	}

	.main-common>article {
		padding: 1em;
	}

	#products.index .page-header {
		padding: 50px 0;
		background-position: 0 0;
	}
	#products.index .sidebar-common {
		margin-top: 70px;
	}

}


.touch .owl-theme .owl-nav {
		display: none;
	}
	.touch .owl-theme .owl-dots {
		margin-top: 10px;
	}




@media (min-width: 768px) {

.item-list.row {
	    margin-right: -10px;
    margin-left: -10px;
}
.item-list.row .item {
	padding-left: 10px;
	padding-right: 10px;
}

#products.index .item-list .item:nth-child(2n+1) {
	clear: left;
}


}


@media (min-width: 992px) {

.owl-carousel .owl-nav .owl-prev {
	left: -32px;
}
.owl-carousel .owl-nav .owl-next {
	right: -32px;
}
.carousel-w-title .owl-nav [class*=owl-] {
	margin-top: -45px;
}

.carousel-light-nav .owl-nav .owl-prev {
	left: -32px;
}
.carousel-light-nav .owl-nav .owl-next {
	right: -32px;
}


#products .main-common {
	padding-left: 40px;
}
#products.detail .main-common {
	padding-left: 20px;
}

.main-common>article {
	/*margin-right: 20px;*/
}

/*.sidebar-common.col-md-3 {
    width: 20%;
}
.main-common.col-md-push-3 {
    left: 20%;
}
.main-common.col-md-9 {
    width: 80%;
    padding-right: 5%;
} 
.sidebar-common.col-md-pull-9 {
    right: 80%;
}*/


/*#home .main-common.col-md-9,
#products .main-common.col-md-9 {
    padding-left: 5%;
    padding-right: 15px;
}
*/

#products.index .item-list .item:nth-child(2n+1) {
	clear: none;
}
#products.index .item-list .item:nth-child(3n+1) {
	clear: left;
}

}

@media (min-width: 1200px) {
	.item-list .item figcaption {
	padding: 15px;
}
.item-list-rounded .item figcaption {
	padding-bottom: 10px;
}


.owl-carousel .owl-nav .owl-prev {
	left: -32px;
}
.owl-carousel .owl-nav .owl-next {
	right: -32px;
}
.carousel-w-title .owl-nav [class*=owl-] {
	margin-top: -45px;
}

.carousel-light-nav .owl-nav .owl-prev {
	left: -50px;
}
.carousel-light-nav .owl-nav .owl-next {
	right: -50px;
}


.main-common>article {
	/*margin-right: 40px;*/
	padding: 30px;
}

}

.section {
	position: relative;
	padding: 30px 0;
	background-color: #fff;
}
.sec-blue {
	background-color: #0860a9;
	color: #fff;
}
.sec-dgreen {
	background: #232f35 url(../i/common/cate_list_bg.jpg) 50% -1px;
	/*background-size: cover;*/
	color: #fff;
}



.arrow .glyphicon { margin-top: 12px;/*font-size: 18px;*/}
sup { font-size: 60%; }
.filter-option-box .dropdown-menu {
	border: 1px solid #e09b31;
	z-index: 100000000;
	max-height: 300px;
	overflow: auto;
}
.news-option-box .filter-option-box .dropdown-menu {
	height: auto;
}




.cate-list-col .item-carousel {
	margin-bottom: 40px;
}

.cate-more {}
.btn-more-col .btn:first-child {
	margin-right: 5px;
	min-width: 200px;
}
.btn-more-col:hover .btn:first-child {
	margin-right: 0;
}



.table-of-content {
	margin-bottom: 20px;
}
.cate-table {
	margin-top: 20px;
}
@media (min-width: 768px) {
.cate-table {
	margin-top: -47px;
}
}
.table-of-content aside .panel {
	box-shadow: none;
	overflow: hidden;
}

.table-of-content aside .panel-default>.panel-heading h4 {
	font-weight: bold;
	line-height: 1;
	background-position: 50% 0;
	    background-size: 489px auto;
}
@media (min-width: 992px) {
	
.table-of-content aside .panel-default>.panel-heading h4 {
	font-size: 24px;
}

}
.table-of-content .panel-body {
	padding: 20px;
	padding-bottom: 0;
	background-color: #f5f5f5;
}
.anchor-list.row {
	    margin-right: -10px;
    margin-left: -10px;
}
.anchor-list.row .anchor {
	padding-left: 10px;
	padding-right: 10px;
}
.anchor-list .anchor .btn-default {
	border-color: transparent;

  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.06);

  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: none;
  background-image: url(../i/icons/icon_arrow_down.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 16px auto;
}
.anchor-list .anchor .btn-default:hover {
		opacity: .75;
		filter: alpha(opacity=75);
		zoom:1;
	    background-position: 95% 60%;
		
}
/*.badge,*/
.badge {
	background-color: #0dacff;
	/*font-size: 14px;*/
	font-weight: bold;
	padding: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 5px;
}
.btn-default .badge {
	background-color: #0dacff;
}

.well .label {
	margin-bottom: 6px;
	display: inline-block;
}
.label-lg {
	font-size: 110%;
}
.label a {
	color: #fff;
}

/* =========================================================
	FOOTER
========================================================= */
.footer {

	border-top: 1px solid #ececec;
	padding: 60px 0 0 0;
	vertical-align: middle;
	
	background-color: #fff;
  background-image: -moz-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(255,255,255) 60%);
  background-image: -webkit-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(255,255,255) 60%);
  background-image: -ms-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(255,255,255) 60%);


}

.footer,
.footer a {
	/*color: #fff;*/
	font-size: 12px;
}

.footer h4 {
	font-size: 16px;
	text-transform: none;
	color: #333;
	font-weight: bold;
}
.footer ul {
	margin-bottom: 20px;
}
.footer ul li {
	/*padding-bottom: 5px;*/
}
.footer dl dd a,
.footer ul li a {
	display: block;
	padding-bottom: 8px;
}

.footer .social-btns-box {
	/*text-align: right;*/
}
.social-btns-box a {
	/*font-size: 18px;*/
	margin-right: 10px;
}
.col-contact-info {
	padding-right: 5%;
}
.col-contact-info hr {
	margin: 20px 0;
}
.footer>.container {
	padding-bottom: 50px;
}
.footer .copyr {
	padding: 15px 0;
	background-color: #da251c;
	text-align: center;
	color: #fff;
}
.footer .copyr a {
	color: #fff;
}

@media (max-width: 767px) {
	.footer {
		padding-top: 30px;
	}
	.footer dl dd a,
	.footer ul li a {
		border-bottom: 1px solid #D6D4CA;
		border-top: 1px solid #D6D4CA;
		padding: 10px 10px;
		padding-left: 0;
		margin-top: -1px;
		background-image: url(../i/icons/icon_arrow_right_sp@2x.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: 6px auto;
	}

	.footer h4 {
		/*border-bottom: 1px solid #dedede;*/
	  padding-bottom: 10px;
		padding-top: 10px;
	}
	.footer .copyr {
		/*padding: 5px 15px;*/
	}
	
}







/**
 * 768未満
 */
	.goodsBox_img_box {}
	.goodsBox_img {
		display: table;
		height: 100%;
		/*margin-bottom: 15px;*/
		margin-bottom: 0;
		vertical-align: middle;
		background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08);

	}
	.goodsBox_img > * {
		display: table-cell;
		vertical-align: middle;
	}
	.goodsBox_img > div {
		height: 100%;
	}
	.goodsBox_img > div a {
		overflow: hidden;
		display: block;
		height: 100%;
		width: 32px;
		background-repeat: no-repeat;
		background-size: auto 32px;
		white-space: nowrap;
		text-indent: 100%;
	}
	.goodsBox_img > div:nth-of-type(1) a {
		background-image: url(../Images/common/375/icon_arrow_left_sp@2x.png);
		background-position: left center;
	}
	.goodsBox_img > div:nth-of-type(2) a {
		background-image: url(../Images/common/375/icon_arrow_right_sp@2x.png);
		background-position: right center;
	}
	.goodsBox_img > div a {
		display: block;
		height: 100%;
	}

	.tb-thumb {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.tb-thumb li a img {
	width: 100%;
	height: auto;
	vertical-align:top;
}

#slider_goods {
	display: none;
}

body .watermark {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	/* background-color: red; */
	background-image: url(../i/common/watermark.png);
	background-size: 140px auto;
	opacity: .9;
	z-index: 1;
}
.zoomDiv  .watermark {
	width: 600px;
	height: 600px;
}

/**
 * 768以下
 */
@media (max-width: 767px) {
	.goodsBox_img_box {
		border-bottom: 1px solid #ccc;
		padding-bottom: 14px;
		margin-bottom: 15px;
	}
	#slider_goods {
		display: block;
		padding: 0;
		position: relative;
	}
	#slider_goods .bx-controls-direction a {
		position: absolute;
		width: 18px;
		height: 32px;
		top: 50%;
		margin-top: -16px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 18px auto;
	}
	#slider_goods .bx-prev {
		left: 10px;
		/*background-image: url(../i/icons/icon_arrow_left_sp@2x.png);*/
	}
	#slider_goods .bx-next {
		right: 10px;
		/*background-image: url(../i/icons/icon_arrow_right_sp@2x.png);*/
	}

}


/**
 * 768以上
 */
@media (min-width: 768px) {


	

	.goodsBox_item:after{
		content: "";
		display: block;
		clear: both;
	}

	.goodsBox_img_box {
		display: block;
		/*width: 365px;
		margin-left: 20px;*/
		margin-bottom: 0;
		/*float: left;*/
}
	.goodsBox_img {
		width: 100%;
		margin-bottom: 20px;
		min-height: 200px;
}
	.goodsBox_img img{
		display: block;
		width: 100%;
		height: auto;
	}
	.goodsBox_img > div {
		display: none;
	}

	


.tb-pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.tb-pic a img { vertical-align: top; }
.tb-pic a { *display:block;
*font-family:Arial;
*line-height:1;
}

.tb-s310, .tb-s475 a {
	/*height: 475px;
	width: 475px;*/
}
.tb-s310, .tb-s475 img {
	/*max-height: 475px;
	max-width: 475px;*/
}
.tb-s310 a { *font-size:271px;
}
.tb-s40 a { *font-size:35px;
}
.tb-s40, .tb-s40 a {
	/*height: 78px;
	width: 78px;*/
}
.tb-booth {
	/*border: 1px solid #CDCDCD;*/
	/*width: 475px;
	height: 475px;*/
	position: relative;
	z-index: 1;
}

.tb-thumb {
	overflow: hidden;
	clear: both;
	text-align: left;
	margin-bottom: 20px;
}
.tb-thumb li {
	background: none repeat scroll 0 0 transparent;
	/*float: left;*/
	width: 84px;
	height: 84px;
	border: 1px solid #fff;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
	padding: 0;
	display: inline-block;
	opacity: .5;
	background-color: #ffffff;
box-shadow: 1px 2px 10px 0.00px rgba(0, 0, 0, 0.08);

}
.tb-thumb li:first-child {
	margin-left: 0;
}
.tb-thumb .tb-selected { border: 1px solid #fff;}
.tb-thumb .tb-selected div { }
.tb-thumb li div { 
	/*border: 1px solid #CDCDCD; */
}
.tb-thumb li img {
	opacity: .7;
}

.tb-thumb li.tb-selected,
.tb-thumb li.tb-selected img {
	opacity: 1;
}
	.goodsBox_thumbnail .tb-thumb li img{
		margin: 0;
		padding: 3px;
		border: none;
		background-color: #fff;
	}


div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 335px;
	height: 335px;
	background: #ffffff;
	border: 5px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	background: url("../../../Images/mask.png") repeat scroll 0 0 transparent;
	background: rgba(142,195,30, .25);
	cursor: move;
	z-index: 1;
	/*border: 5px solid #ccc;*/
}
div.zoomMask span {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
	border: 5px solid #ccc;
}

	


}

/**
 * 992以上
 */
@media (min-width: 992px) {

	.goodsBox_item{
		/*float: left;*/
		/*margin-right: 20px;*/
	}

	.goodsBox_img {
		/*min-height: 400px;*/
		padding: 10px;
	}


	div.zoomDiv {
		/*width: 445px;
		height: 445px;*/
	}
	
}

/**
 * 1200以上
 */
@media (min-width: 1200px) {
	div.zoomDiv {
		width: 445px;
		height: 445px;
	}
}



#products.detail {
	background-color: #f6f6f6;
}
#products.detail #container {
	padding-top: 50px;
	padding-bottom: 60px;
	z-index: inherit;
}

#aside-product-detail .item-name {
	margin-bottom: 30px;
	color: #333;
	font-size: 24px;
	line-height: 1.4;
	/*font-family: 'Ronnia Extra Bold';*/
}
.item-meta {
	margin-bottom: 30px;
}
.item-meta dt {
	font-size: 18px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom: 1px solid #e7e7e7;
	text-transform: uppercase;
}
@media (max-width: 767px) {
.item-meta dt {
	font-size: 16px;
	padding-bottom: 3px;
}
.item-social {
	display: none;
}
#products.detail #container {
	padding-top: 15px;
}

}
.item-meta dd {
	color: #787878;
}

#products.detail .main-box {
	margin-bottom: 0;
}


#aside-product-detail .btn {
	min-width: 240px;	
	/*max-width: 240px;	*/
	/*background-color: transparent;*/
	/*border: 1px solid #9e9e9e;*/
	/*border-radius: 4px;*/
	/*color: #26b7ff;*/
}
#aside-product-detail .btn img {
	vertical-align: text-bottom;
	margin-right: 5px;
}
.news-item figure {
	/*clear: both;
	margin-bottom: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid #eaeaea;*/
}
.news-item a {
	/*color: #c63e38;*/
}
.news-item a:hover {
	color: #c63e38;
	border-bottom: 2px solid #c63e38;
}
.news-item .thumb,
.news-list .thumb {
		text-align: center;
		display: block;
	}
.news-item a.thumb:hover,
.news-list a.thumb:hover {
	border-bottom: none;
}
.entry-title {
	margin-bottom: 5px;
	line-height: 1.4;
}
.entry-title a {
	color: #c63e38;
	border-bottom: 1px solid rgba(72, 2, 2, 0.18)
}

.entry-header {
	margin-bottom: 20px;
}

.news-item time {
	font-size: 14px;
	color: #646464;
}

.detail .entry-header {
	margin-bottom: 40px;
	margin-top: 0;
}
@media (max-width: 767px) {
.detail .entry-header {
	margin-bottom: 20px;
}
}
.entry-content {
	padding-bottom: 40px;
}
.tab-content .entry-content {
	overflow: hidden;
}
.entry-content p {
	line-height: 1.8;
	margin-bottom: 2em;
}
.entry-content:last-child,
.entry-content p:last-child {
	margin-bottom: 0;
	padding:0;
}
.entry-exceprt {
	margin-bottom: 20px;
}
.entry-content a {
	color: #C63E38;
}
.news-item hr {
	clear: both;
	margin: 36px 0;
}

.entry-meta-footer {
	border-top: 3px double #EAEAEA;
	border-bottom: 3px double #EAEAEA;
	padding: 10px;
	margin-bottom: 20px;
}


#products.detail aside .panel {
	background-color: #fff;
}


.modal-body {
	background-color: #f6f4f1;
}

.sec-extra {
	background-color: #f1f1f1;
	border-bottom: 1px solid #e9e9e9;
	padding: 40px 0;
	padding-top: 0;
	position: relative;

}
.sec-header {
	text-align: center;
	padding: 40px 0;
	margin-bottom: 40px;
	/*padding-bottom: 10px; */
}
.sec-header .sec-title {
	margin-bottom: 0;
}
.thumb {
	display: block;
}
.sec-extra .item-list .item figure {
  border-color: rgba(51, 51, 51, .1);
}
.sec-extra .thumb,
.sec-extra .item-list .item figure>a {
	display: block;
	background-color: #fff;
	padding: 5px;
  
}


.bg-grad {
	background-color: #ff9100;
	background-image: -webkit-linear-gradient(0deg, #ff6623 0%, #ff9100 100%);
	background-image: -moz-linear-gradient(0deg, #ff6623 0%, #ff9100 100%);
	background-image: -o-linear-gradient(0deg, #ff6623 0%, #ff9100 100%);
	background-image: linear-gradient(90deg, #ff6623 0%, #ff9100 100%);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.bg-grad .sec-title {
	color: #fff;
}

.item-detail-main {
	margin-bottom: 40px;
}
.tab-list {
	padding-top: 20px;
}
.item-detail-module {
	margin-bottom: 20px;
}
.nav-tabs {
	border: none;
	position: relative;
	z-index: 10;
}
.nav-tabs>li {
}
.nav-tabs>li>a {
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 1px 2px 10px 0.00px rgba(0, 0, 0, 0.08);
	
	border: none;
	margin-right: 10px;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	/*color: #da251c;*/
	font-weight: 400;
	/*font-family: Ronnia;*/
	padding: 15px 20px;
}


.nav-tabs.nav-justified {
	color: #da251c;

	background-color: #F9F9F9;
  background-image: -moz-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(249,249,249) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(249,249,249) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(249,249,249) 100%);
}
.nav-tabs.nav-justified>li>a {
	background-color: transparent;
	box-shadow: 1px 0 0 0.00px rgba(0, 0, 0, 0.05);
	font-size: 14px;
}



.nav-tabs.nav-justified>li:first-child>a,
.nav-tabs.nav-justified>li:last-child>a {
	box-shadow: none;
}
.nav-tabs.nav-justified>li>a:hover {
	background-color: #E8E8E8;
}
.nav-tabs>li>a .fa {
	margin-right: 5px;
	font-size: 12px;
	position: relative;
	/*bottom: 2px;*/
}
.nav-tabs.nav-justified>li>a,
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: none;
	border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #fff;
	/*background-color: #da251c;
  background-image: -moz-linear-gradient( 90deg, rgb(195,34,26) 0%, rgb(218,37,28) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(195,34,26) 0%, rgb(218,37,28) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(195,34,26) 0%, rgb(218,37,28) 100%);*/


    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

  background-image: -moz-linear-gradient( 90deg, rgb(249,116,12) 0%, rgb(255,129,13) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(249,116,12) 0%, rgb(255,129,13) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(249,116,12) 0%, rgb(255,129,13) 100%);



    border: none;
}
.nav-tabs.nav-justified>li.active>a, .nav-tabs.nav-justified>li.active>a:focus, .nav-tabs.nav-justified>li.active>a:hover {
	/*color: #fff;*/
	background-color: #da251c;
  background-image: -moz-linear-gradient( 90deg, rgb(195,34,26) 0%, rgb(218,37,28) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(195,34,26) 0%, rgb(218,37,28) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(195,34,26) 0%, rgb(218,37,28) 100%);
    /*border: none;*/
}

.nav-tabs>li.active>a .badge, .nav-tabs>li.active>a:focus .badge, .nav-tabs>li.active>a:hover .badge {
	background-color: #fff;
	color: #26b7ff;
	position: relative;
	top: -1px;
	font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	/*padding: 4px 8px;*/
}
.tab-content {
	position: relative;
	z-index: 11;
	/*border-top: 1px solid #21abf8;*/
}

.tab-content .tab-pane.block-white,
.block-bdr {
	border: 1px solid #e8e8e8;
}

.block-gray {
	background-color: #fafafa;
	padding: 1em;
}

.thumblist {
	text-align: center;
}
.thumblist ul li {
	display: inline-block;
	padding: 0 .5em 1em .5em;
	margin: 0;
}

.entry-content .common-block p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

.common-block .common-title {
	color: #0981CD;
}

.common-item .left,
.common-item .right {
	display: inline;
	float: left;
}
.common-item .right {
	float: right;
}
.common-item .left {
	padding-right: 7px;
}
.common-item .right {
	padding-left: 7px;
}


.common-item .thumblist ul li {
	width: 33%;
	/* margin-left: -10px; */
	float: left;
}


@media (max-width: 991px) {
	.main-area .nav-tabs.nav-justified {
		background-color: #fff;
		background-image: none;
		/*border-bottom: 1px solid #ccc;*/
	}
	.main-area .nav-tabs.nav-justified>li {
		border-bottom: 1px solid #eee;
		margin-bottom: 0;
	}
	.main-area .nav-tabs.nav-justified>li>a {
		font-size: 12px;
		/*text-align: left;*/
		margin-bottom: 0;
		box-shadow: none;
	}

	.nav-tabs>li>a {
		font-size: 12px;
		margin-right: 2px;
		    padding: 10px;
	}
	.nav-tabs>li>a .fa {
		margin-right: 0;
		font-size: inherit;
	}
}



@media (max-width: 767px) {

	.main-area .nav-tabs.nav-justified>li>a {
		font-size: 14px;
		text-align: left;
	}

	.nav-tabs>li>a {
		font-size: 12px;
		margin-right: 2px;
		    padding: 10px;
	}
	.nav-tabs>li>a .fa {
		margin-right: 0;
		font-size: inherit;
	}
}



.follow-us a {
	margin-right: 10px;
}

.social-btns {
    vertical-align: middle;	
}
body#news {
	background-color: #F6F6F6;
}

#news .social-btns {
   display: inline-block;
}

#news aside .panel {
	background-color: #fff;
}

.list-title {
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}


.gallery-list .item-list {
	margin-bottom: 60px;
}

.well {
	border:none;
  background: #fff;
	box-shadow: 0px 3px 12px 0.00px rgba(0, 0, 0, 0.08);
}
.well-no-radius {
	border-radius: 0;
}
.well-unstyled {
	border-radius: 0;
	box-shadow: none;
}




.wpcf7 .form-group p {
	margin:0;
	padding: 0; 
}
.wpcf7-checkbox .wpcf7-list-item {
	margin-right: 20px;
	margin-left: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
	font-weight: normal;
}


/*.asidebtn,*/
.asidebtn .btn {
	position: relative;
	z-index: 10;
	/*text-align: right;*/
}

.btn-group-lg>.btn, .btn-lg {
	border-radius: 4px;
}
.btn,
.btn:hover {
	text-transform: uppercase;
	/*border-radius: 0;*/
	color: #fff;
}

.btn-theme {

/*background-image: linear-gradient(0deg, #ff6623 0%, #ff9100 100%);
box-shadow: 0px 3px 15px 0.00px rgba(0, 0, 0, 0.07);*/


  border-style: solid;
  border-width: 1px;
  /*border-color: rgb(171, 23, 25);*/
  border-radius: 5px;
  background-color: rgb(255,145,0);
  background-image: -moz-linear-gradient( 90deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,102,35) 0%, rgb(255,145,0) 100%);
  box-shadow: 0px 3px 15px 0px rgba(255, 255, 255, 0.07),inset 0px 1px 2px 0px rgba(255, 255, 255, 0.1);

}
.btn-theme:hover {

}

.btn-grad {
	background-color: #ff9100;
	background-image: -webkit-linear-gradient(0deg, #ff6623 0%, #ff9100 100%);
	background-image: -moz-linear-gradient(0deg, #ff6623 0%, #ff9100 100%);
	background-image: -o-linear-gradient(0deg, #ff6623 0%, #ff9100 100%);
	background-image: linear-gradient(90deg, #ff6623 0%, #ff9100 100%);
	border: none;
	border-radius: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.btn-grad:hover {
background: #da251c;

}
.btn-danger {
	background-color: #C63E38;
	border-color: #C63E38;
}
.btn-primary {
	background-color: #0860a9;
	border-color: #0860a9;
	/*color: #fff;*/
}
.btn-orange {
	background-color: #e89424;
	border-color: #e89424;
	border-radius: 5px;
	color: #fff;
}


.btn-theme-wd {
	/*color: #fff;
	background: url(../i/top/btn_theme_bg.png) no-repeat 50% 0;
	background-size: 100% auto;
	width: 381px;
	height: 61px;
	text-align: center;
	display: inline-block;
	line-height: 58px;
	font-size: 18px;*/
}

.btn-theme-wd:hover {
	/*color: rgba(255,255,255,.8);*/
}

#about .entry-content {
	font-size: 18px;
}

body#about {
	background-color: #fff;
}
body#about #container {
	padding-bottom: 0;
}

body#about .sec-extra {
	background-color: #F6F6F6;
	padding: 20px 0;
}



.about-main .row {
	font-size: 18px;
	line-height: 1.6;
	overflow-x: hidden;
}
.about-main .row .item {
	
}
.about-main hr {
	margin: 60px 0;
}
.about-main .container:last-child hr {
	display: none;
}
.about-main table {
	width: 100%;
	vertical-align: middle;
}
.about-main table tr td {
	padding: 20px;
	font-size: 18px;
	vertical-align: middle;
}
.about-main table tr td h2,
.about-main table tr td h3,
.about-main table tr td h4 {
	margin-bottom: 10px;
	font-weight: 500;
}

.about-main table tr td:first-child {
	padding-left: 0;
}
.about-main table tr td:last-child {
	padding-right: 0;
}

.about-main table tr td p:last-child {
	margin-bottom: 0
}


table {
	background-color: #fff;
}
table tr * {
	font-family: 'Calibri';
}

.entry-content .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f4fbff;
}
.entry-content .table-bordered>:first-child tr:first-child {
	background-color: #3887b9;
	color: #fff;
}


.item-detail-module .entry-body {
	background-color: #fcfcfc;
	padding: 1em;
}
.item-detail-module .entry-body p:last-child {
	margin-bottom: 0;
}



@media (max-width: 767px) {

	.news-item .thumb {
		margin-bottom: 20px;
		text-align: center;
	}
	.list-title {
		margin-bottom: 0;
		border: none;
		padding-bottom: 20px;
	}

	.about-main .row {
	font-size: 14px;
	line-height: 1.4;
}

	.about-main table tr td {
		padding: 10px;
		font-size: 14px;
	}

}

@media (min-width: 768px) {
	body#about .sec-extra {
		padding: 60px 0;
	}
	body#about .sec-extra p {
		margin-bottom: 40px;
	}
	body#about .sec-extra p:last-child {
		margin-bottom: 0;
	}
.btn-theme-wd {
	padding: 0;
	color: #fff;
	background-color: transparent;
	background: url(../i/top/btn_theme_bg.png) no-repeat 50% 0;
	background-size: 100% auto;
	width: 381px;
	height: 61px;
	text-align: center;
	display: inline-block;
	line-height: 58px;
	font-size: 18px;
	border: none;
	/*vertical-align: middle;*/
	box-shadow: none;
}

.btn-theme-wd:hover {
	color: rgba(255,255,255,.8);
}


	.tab-list {
	padding-top: 40px;
}
.item-detail-module {
	/*margin-bottom: 40px;*/
}


#contact-form .contact-form {
	padding-left: 5%;
}
	
}
@media (min-width: 992px) {

.tab-list {
	padding-top: 60px;
}

.item-detail-module {
	/*padding-right: 2%;*/
}

.form-box {
	/*margin-right: 20px;*/
}
}





/* PAGE-TOP
--------------------------------------------------------- */
#back-top { position: fixed; bottom: 30px; right: 30px; z-index: 100000000000; display: none; }
#back-top a { font-size: 1.15em; color: #fff; width: 40px; height: 40px; background: #DA251C url('/static/i/icons/ico_back2top.gif') no-repeat 50% 50%; display: block; text-align: center; /* background color transition */
	-webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top a:hover { background-color: #000; 
}
@media (max-width: 767px) {
#back-top {
	right: 10px;
	bottom: 10px;
}
}



/* =========================================================
	links
========================================================= */
.link-list .blogroll li {
	margin-bottom: 20px;
}
.link-list .blogroll li a {
	display: block;
	font-size: 24px;
}
.link-list a { color: rgb(96,222,247); }
.link-list a:hover { color: rgb(232,59,6); }
.link-list a:hover:after {
	content:" →"
}


/* =========================================================
	RESPONSIVE IMAGES
========================================================= */
.entry-content img, .comment-content img, .widget img { max-width: 100%; /* Fluid images for posts, comments, and widgets */ }
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	/*width: 100%;*/
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
.page-content img.size-full, .page-content img.size-large, .page-content img.header-image, .page-content img.wp-post-image {
	width: 100%;
}
embed, iframe, object, video { max-width: 100%; width: 100%; }
.entry-content .twitter-tweet-rendered { max-width: 100% !important; /* Override the Twitter embed fixed width */ }

/* Images */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */ /*border-radius: 3px;*/ /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	/*padding: 4px;*/
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: italic;
	/*font-size: 12px;
	font-size: 0.857142857rem;*/
	line-height: 2;
	color: #757575;
	/*display: none;*/
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
@media (max-width: 767px) {
img.alignleft, img.alignright {
	float: none;
	display: block;
	margin: 1em auto;
}
}
@media (min-width: 768px) {
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
}

/**
 * Accessibility
 */

/* Text meant only for screen readers */
.says, .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}
.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}
.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/* =========================================================
	COLORS
========================================================= */
.white { color: #fff; }
.green { color: #4fada1; }
.red { color: #c80600; }
.gray { color: #999; }
.lGreen { color: #9bd057; }
.brown { color: #6a3a0d; }
.yellow-url { color: #c6911d; }
.yellow-url:hover {
	color: #dfc68f;
	text-decoration: underline;
}

/* =========================================================
	FLOAT & TEXT-ALIGN
========================================================= */
.of {
	overflow: hidden;
	zoom: 1;
}
.col {
	clear: both;
	overflow: hidden;
}
@media (min-width: 768px) {
.c1, .c2, .cl, .fl {
	float: left;
	display: inline;
}
.c3, .cr, .fr {
	float: right;
	display: inline;
}
}
.al { text-align: left!important; }
.ac { text-align: center!important; }
.ar { text-align: right!important; }

/* =========================================================
	LINK
========================================================= */
a.arrow-link {
	background: url(../i/common/ico_arrow_5x7.gif) no-repeat 0px 50%;
	padding-left: 10px;
}
a.a-text-more { font-style: italic; }

/* =========================================================
	IMAGES
========================================================= */
.imgsl { width: 520px; }
.imgsm { width: 300px; }
.imgss { width: 160px; }
img.fl { margin: 0 1.2em 1.2em 0; }
img.fr { margin: 0 0 1.2em 1.2em; }
img.nostyle {
	border: none!important;
	padding: 0!important;
	background: none !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0!important;
}

/* =========================================================
	BACKGROUND
========================================================= */
.nobg { background: none !important; }
.ybg { background: yellow; }
.graybg { background: #f1f1f1; }

/* =========================================================
	MARGIN
========================================================= */
.ma0 { margin: 0!important; }
.mt-10 { margin-top: -10px; }
.mt-5 { margin-top: -5px; }
.mt-2 { margin-top: -2px; }
.mt0 { margin-top: 0; }
.mt2 { margin-top: 2px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt12 { margin-top: 12px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt24 { margin-top: 24px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mr0 { margin-right: 0; }
.mr5 { margin-right: 5px; }
.mr8 { margin-right: 8px; }
.mr10 { margin-right: 10px; }
.mr12 { margin-right: 12px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr24 { margin-right: 24px; }
.mr40 { margin-right: 40px; }
.mr80 { margin-right: 80px; }
.mr-120 { margin-right: -120px; }
.mr-150 { margin-right: -150px; }
.mr-200 { margin-right: -200px; }
.mb0 { margin-bottom: 0; }
.mb2 { margin-bottom: 2px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb12 { margin-bottom: 12px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb24 { margin-bottom: 24px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.ml0 { margin-left: 0; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.ml100 { margin-left: 100px; }
.ml-100 { margin-left: -100px; }
.ml-120 { margin-left: -120px; }
.ml-150 { margin-left: -150px; }
.ml-175 { margin-left: -175px; }
.ml-200 { margin-left: -200px; }

/* =========================================================
	PADDING
========================================================= */

.p0 { padding: 0px; }
.pt0 { padding-top: 0px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pl0 { padding-left: 0px; }
.pl10 { padding-left: 10px; }
.pl25 { padding-left: 25px; }
.pl40 { padding-left: 40px; }
.pl65 { padding-left: 65px; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pr40 { padding-right: 40px; }
.pb5 { padding-bottom: 5px; }

/* =========================================================
	FONT & TEXT-SIZE
========================================================= */

.fz9 { font-size: 9px; }
.fz10 { font-size: .85em; }
.fz11 { font-size: 11px; }
.fz12 { font-size: 12px; }
.fz13 { font-size: 13px; }
.fz14 { font-size: 1.15em /*14px*/; }
.fz15 { font-size: 15px; }
.fz16 { font-size: 16px; }
.h34 { height: 34px !important; }
.textIndent { text-indent: 2em; }
.thide {
	text-indent: -19840807px;
	overflow: hidden;
	display: block;
}
.small, .small a { font-size: .83em /*10px*/ !important; }
.strong { font-size: 20px; }
.ls-1 { letter-spacing: -1px!important; }
.lh-2 { line-height: 2; }

/* =========================================================
	DISPLAY
========================================================= */
.dn, .none { display: none !important; }
.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.block { display: block !important; }

/*.pc {
	display: block;
}*/

/* =========================================================
	POSITION
========================================================= */
.relative { position: relative !important; }
.absolute { position: absolute !important; }

/* =========================================================
	SHADOW
========================================================= */
.glow {
	box-shadow: #AAAAAA 0px 0px 3px;
	-webkit-box-shadow: #AAAAAA 0px 0px 3px;/* Safari,Google Chrome */
	-moz-box-shadow: #AAAAAA 0px 0px 3px;/* Firefox */
}

/* =========================================================
	LIST
========================================================= */
ul.indentlist li {
	text-indent: -1em;
	padding-left: 1em;
}

/* =========================================================
	CLEAR
========================================================= */
.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 1px;
}
.clearfix { clear: both; }
.fix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
* html .fix { height: 1%; }
br.clearfix {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 0 0;
}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf { display: inline-table; }
/* Hides from IE-mac \*/

* html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */



/* =========================================================
	OTHERS
========================================================= */
.full-w {
	display: block;
	float: none;
}
.loading { background: #fff url('/static/i/common/loader_2.gif') no-repeat 50% 50%; }
.messageSent {
	color: #5b9900;
	margin: 2em 0;
	line-height: 24px;
}
.lMore {
	font-size: 10px;
	color: #a5917e;
}
.edit-post-link {
	display: block;
	clear: both;
}
.edit-post-link a, .post-edit-link {
	background-color: #e45212;
	color: #fff !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 5px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
	position: relative; /*z-index: 100000000000 !important;*/
}
.last { margin-right: 0!important; }
.note {
	font-size: 85% /*12px*/;
	color: #c00;
}
.red-border {
	border: 1px solid #f00;
	color: #f00;
	padding: 4px 2px 3px 5px;
}
.red-block {
	background: #fc6987;
	padding: 3px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}
.loader {
	text-align: center;
	margin: 3em auto;
}
/*.alert {
	text-align: center;
	display: none;
	background-color: rgba(194, 236, 42, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.alert p { padding: .5em 1em; }*/
.fno { float: none; }

/*===== HIGHLIGHT ====*/
.highlight {
	background: #ff741f;
	display: inline;
	color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 3px 10px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}

.required { color: rgb(232,59,6); }
.borderTop { border-top: 1px solid #cebfb2; }
.line-btm {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0px;
	margin-bottom: 25px;
}
.nobder, .nobder img { border: none !important; }
.nobs, .nobs img {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.bdr5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.noshadow { box-shadow: none !important; }
.error404 { min-height: 300px; }
.full-width { width: auto !important; }
