@import url('../fonts/stylesheet.css');
html {
	font-size: 62.5%;
}
body {
	font-family: 'robotoregular';
	font-size: 1.4em;
	line-height: 1.4;
}
body.noscroll {
	overflow: hidden;
}
h1 {
	font-family: 'robotomedium';
	font-size: 1.7em;
	text-transform: uppercase;
	color: #f68e2b;
	padding: 6% 0 0 0;
	text-align: center;
	clear: both;
}
h1 span {
	font-size: 0.6em;
	color: #555;
	padding: 6% 0 0 0;
}
h2 {
	font-family: 'robotomedium';
	font-size: 40px;
	font-size: 4rem;
	text-transform: uppercase;
	text-shadow: 1px 1px #333333;
	color: #fff;
	padding: 0;
	font-style: normal;
	text-align: left;
	clear: both;
}
h3 {
	font-family: 'robotomedium';
	font-size: 25px;
	font-size: 2.5rem;
	text-transform: uppercase;
	text-shadow: 1px 1px #333333;
	color: #fff;
	padding: 0;
	margin: 0;
	font-style: normal;
	text-align: left;
	clear: both;
}
h4 {
	font-family: 'robotomedium';
	font-size: 20px;
	font-size: 2.0rem;
	/*text-transform: uppercase;*/
	color: #666;
	text-align: left;
	line-height: 1.1;
	padding: 2% 0 0 0;
	clear: both;
}
h5 {
	font-family: 'robotomedium';
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	clear: both;
}
h6 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857143;
	padding: 5px 0 25px 0;
}
a, a:hover {
	text-decoration: none;
}
.wh {
	color: #fff;
}
.orange {
	color: #e97100;
}
.eng {
	font-family: 'robotomedium';
}
h4.thai {
	font-weight: bold;
	font-family: 'thai_sans_literegular';
	font-size: 2.5rem;
	font-size: 25px;
}
.thai {
	font-family: 'thai_sans_literegular';
	font-size: 1.9rem;
	font-size: 19px;
	line-height: 1.2;
}
/* =============================================================================
   Layout
   ========================================================================== */
#container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.container {
	width: 1000px;
	margin: 2% auto;
	padding: 0;
	clear: both;
}
.container-fluid {
	position: relative;
	width: 100%;
	padding: 0;
	clear: both;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
header {
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(255,255,255,0.9);
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header h1#logo {
	margin: 0;
	padding: 15px 0 10px 25px;
	display: inline-block;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header nav {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: right;
}
header nav a {
	text-transform: uppercase;
	padding: 32px 20px;
	color: #000;
	font-family: 'robotomedium';
	font-size: 14px;
	font-size: 1.4rem;
	background-color: transparent;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header nav a:hover, header nav a.active {
	color: #fff;
	background-color: #0c3585;
}
header.smaller {
	height: 60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller h1#logo {
	width: 120px;
	height: 56px;
	padding: 12px 0 10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller nav a {
	padding: 21px 20px;
}
.findout {
	margin: 0 0 0 -70px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 959;
	animation-name: example;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
.txtMenu {
	position: absolute;
	top: 25px;
	right: 60px;
	color: #FFF;
	font-family: 'robotolight';
	font-size: 22px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	clear: both;
}
.txtMenu .orange {
	color: #e97100;
}
.product-unit {
	width: 96%;
	margin: 0 auto;
}
#carousel-banner .carousel-inner>.item>a>img, #carousel-banner .carousel-inner>.item>img{
	width: 100%
}
#myCarousel .carousel-inner>.item a img {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	transition-delay: 50;
}
#myCarousel .carousel-inner>.item a img:hover {
	opacity: 0.6;
}
.ourproducts {
	border-top: #f68e2b solid 4px;
	padding: 3% 0;
	height: 450px;
	background: url(../img/bg-ourproduct.jpg) no-repeat top center;
	font-family: 'robotolight';
	font-size: 14px;
	font-size: 1.4rem;
	text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
	clear: both;
}
.ourproducts img {
	border: #ccc solid 5px;
}
.ourproducts h2 {
	font-family: 'robotomedium';
	font-size: 1.7em;
	text-transform: uppercase;
	color: #f68e2b;
	padding: 6% 0 0 0;
}
.ourproducts p {
	width: 50%;
	letter-spacing: 0.2px;
	color: #fff;
}
.ourproducts .viewmore, .viewmore a {
	font-family: 'robotomedium';
	color: #fff;
	padding: 2% 0 0 0;
}
.viewmore a:hover {
	color: #f68e2b;
}
#myCarousel {
	width: 90%;
	padding: 2% 13px 15px;
	margin: 0 auto;
}
#myGallery {
	width: 90%;
	padding: 2% 15px 15px;
	margin: 0 auto;
}
#myCarousel .carousel-control, #myNewproduct .carousel-control {
	width: auto;
	margin: 0 -20px;/*width: auto;
	padding: 0;
	margin: -30px -20px 0 -33px;*/
}
#myGallery .carousel-control {
	width: auto;
	margin: 0 -35px;
}
section.shortcut {
	border-top: #f68e2b solid 4px;
	margin: 4% 0 0;
	clear: both;
}
section.shortcut [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
section.shortcut .name {
	position: absolute;
	z-index: 9;
	left: 35px;
	bottom: 25px;
	font-family: 'robotolight';
	font-size: 1.7em;
	font-weight: 800;
	text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
	color: #fff;
	clear: both;
}
section.shortcut a img {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	transition-delay: 50;
}
section.shortcut a img:hover {
	opacity: 0.7;
}
footer {
	width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #666;
	margin: 0 auto;
	padding: 0;
	border-top: #ccc solid 1px;
	line-height: 1.6;
	clear: both;
}
footer a, footer a:hover {
	color: #e97100;
}
footer ul.social {
	display: inline-block;
	margin: 15px auto;
	padding: 0;
	clear: both;
}
footer ul.social li {
	padding: 0 15px;
	float: left;
}
footer ul.social li:first-child {
	margin-top: 0;
}
footer .address {
	text-align: left;
}
footer .tel {
	color: #e97100;
	text-align: center;
}
footer .copyright {
	text-transform: uppercase;
	text-align: right;
}
footer .fb {
	background: url('../img/icon-social.png') no-repeat 0 -25px;
	width: 25px;
	height: 25px;
	float: left;
}
footer .tw {
	background: url('../img/icon-social.png') no-repeat -25px -25px;
	width: 25px;
	height: 25px;
	float: left;
}
footer .yt {
	background: url('../img/icon-social.png') no-repeat -50px -25px;
	width: 25px;
	height: 25px;
	float: left;
}
footer .fb:hover, footer .tw:hover, footer .yt:hover {
	background-position-y: 0;
}
/* ==========================================================================
   Inside page
========================================================================== */
.banner {
	width: 100%;
	position: relative;
	text-align: center;
}
.banner .wrapper {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'robotomelight';
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-style: italic;
	text-align: left;
	color: #555555;
}
.wrapper .caption {
	width: 985px;
	margin: 0 auto;
	padding: 50px 0 0 15px;
	clear: both;
}
.wrapper .caption h1 {
	font-size: 2.25em;
	text-align: left;
	color: #f68e2b;
}
.caption p {
	font-family: 'robotomedium';
	letter-spacing: 1px;
}
.lg-box {
	word-wrap: break-word;
	min-height: 477px;
	background: #f2f2f2;
	padding: 2.9% 15px;
	color: #999;
}
.sm-box {
	min-height: 237px;
	padding: 2% 15px;
	background: #f2f2f2;
	color: #999;
	position: relative;
	word-wrap: break-word;
}
.btn-readmore.afloat {
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.btn-readmore a {
	font-family: 'robotomedium';
	color: #666;
	text-transform: uppercase;
	clear: both;
}
.btn-readmore a:hover {
	color: #333;
}
.principals .table>tbody>tr>td {
	font-size: 12px;
	font-size: 1.2rem;
	color: #999;
	padding: 8px 0;
}
.principals .table>tbody>tr>td.none-border {
	padding: 15px 0 8px;
	border-top: none;
}
#myNewproduct {
	width: 90%;
	padding: 2% 0 15px;
	margin: 0 auto;
}
#newsproducts {
	position: relative;
}
#newsproducts .carousel-control {
	margin: 0 -50px;
}
#newsproducts .carousel-caption {
	top: 80px;
	left: 0;
	color: #999999;
	text-shadow: none;
	padding: 0 0 0 4%;
	text-align: left;
}
#newsproducts .carousel-caption h4 {
	text-align: left;
}
#newsproducts .carousel-caption h6 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: right;
}
#newsproducts .carousel-caption ul {
	margin: 0 20px;
	padding: 0;
}
ul.products {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	float: left;
}
ul.products li {
	padding-left: 0;
	padding-right: 0;
	z-index: 1;
}
ul.products li a span {
	width: 100%;
	color: #fff;
	background: #093288;
	font-size: 20px;
	font-size: 2rem;
	padding: 5px 0 2px;
	text-align: center;
	border-left: #093288 solid 1px;
	border-right: #093288 solid 1px;
	border-bottom: #093288 solid 1px;
	float: left;
}
ul.products li a:hover span {
	color: #333;
	background: #fff;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}
ul.products li a.active span {
	color: #333;
	background: #fff;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #fff solid 1px;
}
.panel-body-title{
    padding: 40px 40px 0 40px;
    /*text-align: center;*/
}
.panel-body .btn-close {
	position: absolute;
	top: 45px;
	right: 20px;
}
ul.subproducts {
	list-style: none;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	float: left;
}
ul.subproducts li {
	padding: 10px;
	cursor: pointer;
}
ul.subproducts li .pic, .carousel .pic {
	position: relative;
}
ul.subproducts li a span {
	width: 100%;
	color: #666666;
	background: none;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	float: left;
}
ul.subproducts li a:hover span {
	color: #666666;
	background: none;
}
.pic .bgReadmore {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(9,50,136,0.8);
	text-align: center;
	margin: 0;
}
.bgReadmore .btn-readmore {
	margin-top: 45%;
	display: inline-block;
}
.bgReadmore .btn-plusmore {
	overflow: auto;
	margin: -32px auto 0;
	position: relative;
	top: 50%;
	left: 0;
	bottom: 0;
	right: 0;
}
.bgReadmore .btn-readmore /*a */ {
	text-decoration: none;
	background: #fff;
	padding: 5px 10px;
	color: #093288;
	border: #fff solid 1px;
}
/*.bgReadmore .btn-readmore a:hover {
	background: #fff;
	color: #093288;
	border: #fff solid 1px;
}*/
.banner-product {
	text-align: center;
	margin: 82px auto 0;
	border-bottom: #e97100 solid 4px;
}
article {
	color: #666;
	padding-bottom: 20px;
}
.table {
	margin: 10px 0 30px 0;
}
.table.vdo>tbody>tr>td {
	padding-left: 35px;
	background: url(../img/icon-vdofile.png) no-repeat 8px 8px;
	cursor: pointer;
}
.table.vdo>tbody>tr>td:hover {
	background: url(../img/icon-vdofile.png) #f2f2f2 no-repeat 8px 8px;
}
.table.vdo>tbody>tr>td a {
	color: #666;
}
.table.pdf>tbody>tr>td {
	padding-left: 35px;
	background: url(../img/icon-pdffile.png) no-repeat 8px 8px;
}
.table.pdf>tbody>tr>td:hover {
	background: url(../img/icon-pdffile.png) #f2f2f2 no-repeat 8px 8px;
}
.table.pdf>tbody>tr>td a {
	color: #666;
}
.product-gallery {
	background: #f2f2f2;
	padding: 0 0 20px 0;
}
.product-gallery .title {
	font-family: 'robotomedium';
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #e97100;
	padding: 2% 0 0 15px;
	text-align: left;
	clear: both;
}
.product-page {
	font-family: 'robotomedium';
	text-transform: uppercase;
	background: #093288;
	padding: 5px 0;
}
.product-page .btn {
	padding: 10px 0;
}
.product-page .backto {
	padding: 10px 0;
	border: #fff solid 2px;
	text-align: center;
}
.btn a, .backto a {
	color: #fff;
}
.btn a:hover, .backto a:hover {
	color: #D0D0D0;
}
.fb-like {
	display: inline-block;
	margin: 15px 0;
	clear: both;
}
.fb-like a {
	width: 200px;
	height: 30px;
	background: url(../img/icon-facebook.png) no-repeat 0 0;
	background-size: 200px 30px;
	float: left;
}
.fb-like a:hover {
	background: url(../img/icon-facebook-o.png) no-repeat 0 0;
	background-size: 200px 30px;
	float: left;
}
ul.knowledge {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
ul.knowledge > li {
	width: 48%;
	margin: 0 4% 2% 0;
	padding: 0;
	border-bottom: #ccc solid 2px;
	float: left;
}
ul.knowledge > li:nth-child(2n) {
	margin: 0 0 0 0;
}
ul.knowledge > li a {
	width: 100%;
	text-decoration: none;
	padding: 15px;
	background: #fff;
	float: left;
}
ul.knowledge > li a:hover, ul.knowledge > li a.active {
	background: #f2f2f2;
}
ul.knowledge > li a .subject {
	font-family: 'thai_sans_literegular';
	font-size: 22px;
	font-size: 2.2rem;
	padding-bottom: 5px;
	font-weight: 600;
	color: #333333;
}
ul.knowledge > li a .details {
	font-family: 'thai_sans_literegular';
	font-size: 18px;
	font-size: 1.8rem;
	color: #666666;
}
.content-form {
	padding: 6px 0;
}
.content-form h2 {
	margin: 0;
	padding: 0;
	opacity: 1;
	font-size: 30px;
	text-transform: uppercase;
}
.content-form p {
	margin: 1em 0;
	padding: 5em 0 0 0;
	font-size: 0.65em;
}
.btn-submit-box {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 30px 0 0;
	max-width: 400px;
	width: calc(100% - 2em);
	vertical-align: top;
}
a.btn-form-submit {
	background-color: #666;
	color: #fff;
	padding: 10px 40px;
	margin: 0 auto;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
a.btn-form-submit:hover {
	background-color: #222;
	color: #fff;
}
.sharesocial {
	width: 100%;
	padding: 0 0 20px;
	text-align: center;
	clear: both;
}
/* ==========================================================================
   FULLSCREEN NAV - Show / Hide
========================================================================== */
/*.mainnav {
	margin: 0 auto;
	font-family: 'robotomedium';
	font-size: 40px;
	font-size: 4rem;
	text-transform: uppercase;
	position: relative;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
.top-menu {
	top: 5px;
	width: 35px;
	height: 4px;
	border-radius: 0px;
	background-color: #F9A530;
}
.mid-menu {
	top: 14px;
	width: 35px;
	height: 4px;
	border-radius: 0px;
	background-color: #F9A530;
}
.bottom-menu {
	top: 23px;
	width: 35px;
	height: 4px;
	border-radius: 0px;
	background-color: #F9A530;
}
.top-animate {
	background: #666 !important;
	top: 13px !important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mid-animate {
	opacity: 0;
}
.bottom-animate {
	background: #666 !important;
	top: 13px !important;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.menui {
	background: #FFF;
	transition: 0.6s ease;
	transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
	margin-top: 13px;
	position: absolute;
}
.menui.orange {
	background: #e97100;
}
.icon {
	z-index: 999;
	position: absolute;
	padding: 0px;
	height: 36px;
	width: 36px;
	margin: 0px;
	top: 10px;
	right: 15px;
}
.logo {
	width: 1000px;
	margin: 0 auto;
	clear: both;
}
.mobilenav {
	font-family: inherit;
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	text-align: center;
}
.mobilenav li {
	list-style-type: none;
	text-align: center;
	padding: 30px 0;
}
.mobilenav li a {
	color: #666;
	text-decoration: none;
	transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.mobilenav li a:hover {
	color: #f49d2d;
	transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.mobilenav li:first-child {
	margin-top: 135px;
}
.mobilenav ul.social {
	display: inline-block;
	margin: 30px auto;
	padding: 0;
	clear: both;
}
.mobilenav ul.social li {
	padding: 0 15px;
	float: left;
}
.mobilenav ul.social li:first-child {
	margin-top: 0;
}
.mobilenav .fb {
	background: url('../img/icon-social.png') no-repeat 0 0;
	width: 25px;
	height: 25px;
	float: left;
}
.mobilenav .tw {
	background: url('../img/icon-social.png') no-repeat -25px 0;
	width: 25px;
	height: 25px;
	float: left;
}
.mobilenav .yt {
	background: url('../img/icon-social.png') no-repeat -50px 0;
	width: 25px;
	height: 25px;
	float: left;
}
.mobilenav .fb:hover, .mobilenav .tw:hover, .mobilenav .yt:hover {
	background-position-y: -25px;
}
.navbar-brand {
	width: 160px;
	height: 58px;
	position: absolute;
	top: 25px;
	left: 15px;
	background: url(../img/logo-mic.png) no-repeat 0 0;
	z-index: 999;
}
.navbar-brand.orange {
	background: url(../img/logo-mic-menu.png) no-repeat 0 0;
}
.navbar-brand-animate {
	width: 160px;
	height: 58px;
	position: absolute;
	top: 25px;
	left: 15px;
	display: block;
	background: url(../img/logo-mic-menu.png) no-repeat 0 0;
	animation-duration: 1.5s;
	animation-name: fadeInFromNone;
}*/
@keyframes fadeInFromNone {
 0% {
display:none;
opacity: 0;
}
 1% {
display: block;
opacity: 0;
}
 100% {
display: block;
opacity: 1;
}
}
@keyframes example {
 0% {
bottom:30px;
}
 50% {
bottom:40px;
}
 100% {
bottom:30px;
}
}
/* =============================================================================
   HACK
   ========================================================================== */
.row {
	margin-left: 0;
	margin-right: 0;
}
.carousel-inner .item span {
	width: 100%;
	text-align: center;
	margin: 5px 0;
	float: left;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 50px;
	height: 50px;
}
/*.carousel-control .icon-next, .carousel-control .icon-prev{
	width:50px;
	height:50px;
}*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: 0;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: 0;
}
.carousel-indicators {
	bottom: -30px;
}
.carousel-indicators li {
	width: 12px;
	height: 12px;
	border: none;
	background-color: #ccc;
	border-radius: 0;
	margin: 0 3px;
}
.carousel-indicators .active {
	margin: 0 3px;
	background-color: #f68e2b;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
	content: none;
}
.container-fluid .carousel-caption {
	width: 100%;
	left: 0;
	margin-bottom: 100px;
	font-family: 'thai_sans_literegular';
	font-size: 40px;
	font-size: 4.5rem;
	font-weight: normal;
	line-height: 50px;
	text-shadow : none;
	background-color: #e97100;
	background-color: rgba(233,113,0,0.7);
}
.container-fluid .carousel-caption p {
	letter-spacing: 3px;
}
.table>tbody>tr>td.none-border {
	padding: 1px 0;
	border: none;
}
.modal-dialog {
	width: 800px;
}
.modal-body {
	color: #666;
}
.modal-body p, P {
	padding: 9px 0;
}
.panel-body {
	position: relative;
	text-align: center;
}
.nav-tabs {
	margin: 25px 0;
	display: inline-block;
	border: none;
}
.nav-tabs>li {
	width: 200px;
	font-family: 'robotoregular';
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 5px 0 0;
	float: left;
}
.nav-tabs>li>a {
	padding: 5px 0;
	color: #666;
	border: #666 solid 1px;
	border-radius: 0px;
}
.nav-tabs>li>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #fff;
	background: #666;
	border: #666 solid 1px;
	border-radius: 0px;
}
.panel-collapse {
	width: 99.99%;
	border: #ccc solid 1px;
	/*border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;*/
	margin-top: -1px;
	padding: 0 0 20px 0;
	background-color: #fff;
}
.modal-dialog {
}
.thumbnail {
	margin-bottom: 6px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.pagination>li>a, .pagination>li>span {
	margin-right: 5px;
	color: #fff;
	background: #ccc;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination>.active>a, .pagination>.active>a:hover {
	color: #fff;
	background-color: #093288;
}
.fa {
	padding: 0 5px;
}

@media screen and (max-width:1024px) {
.container-fluid .carousel-caption {
	margin-bottom: 80px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 35px;
	padding-bottom: 10px;
}
.carousel-control {
	top: -40px;
}
.ourproducts p {
	width: 80%;
}
.wrapper .caption {
	padding: 15px 0 0 15px;
}
.wrapper .caption h1 {
	padding: 80px 0 0 0;
}
}
/* HACK */
.modal-body {
	padding: 30px;
}
