/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,900);

body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:15px;
	background:#fff;
	color:fff;
}
.bg-head{
	background:url(../images/bg-head.gif) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:100vh;
	width:100%;
}
.header{
	margin:0;
	padding-left:90px;
	padding-right:90px;
}
.logo{
	margin-top:10px;
}
.flag{
	border:2px solid #fff;
	border-radius:50%;
	width:18px;
	height:18px;
}
.cap-1{
	margin-top:7%;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
	color:#fff;
	letter-spacing:3px;
}
.cap-2{
	font-size:40px;
	font-weight:300;
	color:#fff;
	text-align:center;
	margin-bottom:8px;
	letter-spacing:12px;
}
.cap-3{
	font-size:77px;
	color:#fff;
	text-align:center;
	font-weight:800;
	line-height:60px;
}
.box-product{
	width:100%;
	height:295px;
}
.product-bg{
	width:100%;
	background:#053775;
	padding:20px 0;
}
.product-head{
	margin-top:15px;
	font-size:35px;
	text-align:center;
	font-weight:300;
	color:#fff;
}
.product-des{
	margin-top:10px;
	color:#fff;
	font-weight:300;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:3px;
	text-align:center;
}
.ttl-product{
	text-align:center;
	font-size:22px;
	font-weight:300;
	color:#fff;
	margin:25px 0;
}
.margin-slider-prod{
	margin:90px 0 90px 0;
}
.detail-product{
	text-align:center;
	color:#fff;
	line-height:28px;
	font-weight:300;
	font-size:15px;
	padding:0 20px;
}
a.btn-product{
	width:170px;
	border:1px solid #fff;
	background:none;
	color:#fff;
	text-align:center;
	display:inline-block;
	padding:10px 30px;
	font-size:14px;
	margin:20px 0;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
a.btn-product:hover{
	border:none;
	border:1px solid #2b70cd;
	background:#2b70cd;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.box-contact{
	background:#f6f7f8;
	text-align:center;
	padding:50px 0;
	color:#053775;
}
.box-contact-title{
	text-align:center;
	letter-spacing:0px;
	color:#053775;
	font-size:30px;
	margin-bottom:50px;
}
.box-partner{
	text-align:center;
	padding:50px 0;
	color:#053775;
	margin-bottom:80px;
}
.box-partner p{
	text-align:center;
	color:#053775;
	font-size:35px;
	margin-bottom:30px;
}
.content-section{
	margin:0;
	width:100%;
	height:270px;
}
.box-about{
	background:#f6f7f8;
	width:100%;
	padding:80px 0;
}
.ttl-about{
	font-size:22px;
	color:#053775;
	text-align:center;
	font-weight:300;
	margin:20px;
}
.about-des{
	text-align:center;
	color:#626968;
	line-height:28px;
	font-weight:300;
	padding: 0 25px;
	margin-bottom:30px;
}
a.about-more{
	margin-top:40px;
	text-align:center;
	font-weight:300;
	color:#9da8a6;
	margin-bottom:20px;
	letter-spacing:3px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;;
}
a.about-more:hover{
	text-align:center;
	font-weight:700;
	color:#053775;
	text-decoration:none;
}
.logo-footer{
	margin-bottom:20px;
}
.footer{
	background:#053775;
	width:100%;
	padding:50px 0
}
.ttl-footer{
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
	width:100%;
	color:#fff;
}
ul.nav-footer{
	font-size:14px;
	margin-left:-40px;
	margin-top:15px;
}
ul.nav-footer li{
	list-style:none;
	margin:5px 0;
	color:#abc5e5;
}
ul.nav-footer li a{
	color:#abc5e5;
}
ul.nav-footer li a:hover{
	color:#fff;
	text-decoration:none;
}
.ttl-contact{
	font-weight:bold;
	color:#fff;
	margin-top:20px;
	font-size:14px;
}
.copyright{
	background:#031c43;
	width:100%;
	text-align:center;
	color:#fff;
	font-weight:300;
	/*text-transform:uppercase;*/
	padding:50px 0;
	font-size:13px;
}
.border-dot{
	position:absolute;
	border-bottom:1px dotted #fff;
	width:60px;
	left:40px;
	bottom:0px;
}
.bordered{
	border:1px solid #fff;
	border-radius:3px;
}
.no-bordered{
	border-bottom: 0 !important;
}
/* ==========================================================================
   Download CSS
   ========================================================================== */
.bg-download{
	background:url(../images/bg-download.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:490px;
	width:100%;
	padding-bottom:50px;
}
.box-caption{
	margin:6% 3%;
}
.box-download{
	padding:100px 0;
	background:#f6f7f8;
}
.ttl-update-title{
	font-weight:bold;
	font-size:25px;
	color:#053775;
	text-align:left;
	/*letter-spacing:5px;*/
	margin-bottom:5px;
}
.ttl-update{
	font-weight:bold;
	font-size:15px;
	color:#053775;
	text-align:left;
	/*letter-spacing:5px;*/
	/*text-transform:uppercase;*/
	margin-bottom:25px;
}
.item-dwn{
	width:100%;
	padding-bottom:5px;
	border-bottom:1px solid #e3e5e8;
	font-size:20px;
	font-weight:300;
	color:#053775;
	margin-top:10px;
	line-height:15px;
}
.btn-test{
	display:block;
	color:#053775;
	font-size:20px;
	padding:13px 0;
	text-align:left;
}
a.btn-download{
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	letter-spacing:5px;
	background:#053775;
	padding:15px 0;
	text-align:center;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
a.btn-download:hover{
	background:#2b70cd;
	text-decoration:none;
}
/* ==========================================================================
   News CSS
   ========================================================================== */
.bg-news{
	background:url(../images/bg-news.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:490px;
	width:100%;
	padding-bottom:50px;
}
.box-news{
	padding:100px 0;
	background:#f6f7f8;
}
.item-news{
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid #e3e5e8;
	margin-top:30px;
}
.item-news p{
	font-size:14px;
	font-weight:300;
	line-height:23px;
	color:#626968;
}
.ttl-year{
	font-size:25px;
	font-weight:300;
	color:#053775;
	letter-spacing:3px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:40px;
}
.ttl-news{
	font-size:18px;
	font-weight:300;
	color:#053775;
	margin-bottom:5px;
}
.date{
	font-size:15px;
	color:#053775;
	letter-spacing:3px;
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight:bold;
	margin-top:5px;
}
/* ==========================================================================
   Contact CSS
   ========================================================================== */
.bg-contact{
	background:url(../images/bg-contact.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:490px;
	width:100%;
	padding-bottom:50px;
}
.box-contact{
	padding:100px 0;
	background:#f6f7f8;
}
/* ==========================================================================
   COMPANY CSS
   ========================================================================== */
.bg-company{
	background:url(../images/bg-company.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:490px;
	width:100%;
	padding-bottom:50px;
}
.img-ceo{
	width:100%;
}
.box-ceo{
	background:#fff;
	padding:80px 0;
}
.grey-com{
	padding:30px 0;
	background:#f6f7f8;
}
.white-com{
	padding:30px 0;
	background:#fff;
}
.p-text{
	color:#626968;
	font-size:15px;
	line-height:27px;
	font-weight:300;
	margin:20px 0;
}
.p-text-block {
	color:#626968;
	font-size:15px;
	line-height:27px;
	font-weight:300;
	text-align: justify;
	margin:20px 0;
}
.p-text-center{
	color:#626968;
	font-size:15px;
	line-height:27px;
	font-weight:300;
	text-align: center;
	margin:20px 0;
}
.p-imprint-center{
	color:#626968;
	font-size:15px;
	font-weight:300;
	text-align:center;
}
.p-imprint-justify{
	color:#626968;
	font-size:15px;
	line-height:27px;
	font-weight:300;
	text-align:justify;
	margin:20px 0;
}
.p-imprint-title-1{
	color:#073e83;
	font-size:25px;
	font-weight:300;
	text-align:center;
	font-weight:bold;
}
.p-imprint-title-2{
	color:#073e83;
	font-size:15px;
	font-weight:300;
	text-align:center;
	font-weight:bold;
}
.box-margin{
	padding:0 15px;
	width:100%;
}
.name{
	font-size:25px;
	text-align:center;
	color:#053775;
	font-weight:bold;
	/*text-transform:uppercase;*/
	margin-top:25px;
}
.bg-small{
	background:url(../images/small-box.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:160px;
	margin-left:10px;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:300;
	padding:35px 50px;
	border-left:5px solid #f3da03;
}
.clear{clear:both;}
.ttl-list{
	font-size:15px;
	font-weight:bold;
	color:#053775;
	/*text-transform:uppercase;*/
	margin:30px 0;
}
.ttl-com-detail{
	font-size:30px;
	float:left;
	color:#053775;
	font-weight:300;
	float:left;
	margin:8px 0 0 20px;
}
ul.list-detail{
	list-style-image:url(../images/li-com.png);
	font-size:15px;
	color:#626968;
	font-weight:300;
}
ul.list-detail li{
	margin-left:-20px;
	margin-top:10px;
	padding-left:15px;
}
.quote-com{
	color:#626968;
	font-size:18px;
	font-weight:300;
	line-height:30px;
	margin-top:20px;
}
.img-icon{
	display:inline-block;
	float:left;
}
.person{
	font-weight:bold;
	color:#053775;
}
.box-com-head{
	margin-top:20%;
}

/* ==========================================================================
   product CSS
   ========================================================================== */
.bg-product{
	background:url(../images/bg-product.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:490px;
	width:100%;
	padding-bottom:50px;
}
.slide-icon{
	width:100%;
	margin:auto;
	padding:auto;
}
.slide-icon img{
	float:left !important;
	max-width:80px !important;
	margin-right:20px;
}
.txt-product{
	font-size:18px;
	font-weight:300;
	color:#053775;
	text-transform:none;
}
.ttl-product-detail{
	font-size:30px;
	color:#053775;
	font-weight:300;
	text-align:center;
	margin-bottom:50px;
}
p.ttl-product-detail{
    text-align:justify
	color:#ff0000;
}
.ttl-top{
	font-weight:bold;
	font-size:17px;
	color:#053775;
	text-align:center;
	letter-spacing:5px;
	margin-bottom:5px;
	/*text-transform:uppercase;*/
}
.margin-slide{
	margin-top:50px;
}
.bg-slide{
	background:url(../images/bg-slide.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:200px;
	width:100%;
	margin-top:-360px;
}
a.big-download{
	display:inline-block;
	padding:15px 30px;
	background:#053775;
	color:#fff;
	letter-spacing:3px;
	font-weight:bold;
	line-height:19px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
a.big-download:hover{
	text-decoration:none;
	background:#2b70cd;
}
a.big-download p{
	margin:0;
	font-size:13px;
	letter-spacing:0;
	font-weight:300;
}
.tab-content{
	background: #f6f7f8;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #626968;
    line-height: 30px;
	z-index:-9999;
}
.menu-slider{
	width:100%;
}
#imaging, #myguine, #myview, #raptor, #diagnostic, #testguard
{
	padding:50px 0;
}

/* ==========================================================================
   Table Feature
   ========================================================================== */
.heading{
	font-weight:300px;
	color:#053775;
}
.green{
	color:#4aac0f;
	font-size:16px;
}
.red{
	color:#e11111;
	font-size:16px;
}
.table {
  width: 100%;
  max-width: 100%;
  font-weight:300;
  margin-bottom: 20px;
}
.table > thead > tr > th.m{
	background-image: url(../images/bg-m.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#053775;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px 4px;
  vertical-align: middle;
  border: 1px solid #053775;
}
.table > thead > tr > th {
  vertical-align: middle;
  background:#053775;
  color:#fff;
  font-weight:200;
  font-size:16px;
  border: 1px solid #053775;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #053775;
}
.table .table {
  background-color: #fff;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

/* ==========================================================================
   Bootstrap Overwrite
   ========================================================================== */
.nav {
	margin-top:30px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 23px;
  color:#fff;
  border:1px solid transparent;
  border-radius:3px;
  cursor:pointer;
  -moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  border:1px solid #fff;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
  color:#333;
  cursor:pointer;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom:0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border-bottom:5px solid;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom-color: transparent;
  border-radius: 0;
  color: #053775 !important;
  padding:6px 10px 27px 10px;;
}
.nav-tabs > li > a:hover {
  border-bottom:5px solid;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom-color: #053775;
  color: #053775 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: pointer;
  background-color: #fff;
  border-bottom:5px solid;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom-color: #053775;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background:#d3d3d3;
}
.dropdown-menu {
  text-align:center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  text-align:center;
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  border-bottom:1px dotted #939fa6;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #116da1;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
ul.dropdown-flag{
	width:auto;
	padding:0;
}
.dropdown-flag {
  text-align:center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  width: auto;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-flag > li > a {
  display: block;
  padding: 10px 30px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-flag > li > a:hover,
.dropdown-flag > li > a:focus {
  color: #116da1;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-flag > .active > a,
.dropdown-flag > .active > a:hover,
.dropdown-flag > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-flag > .disabled > a,
.dropdown-flag > .disabled > a:hover,
.dropdown-flag > .disabled > a:focus {
  color: #777;
}
.dropdown-flag > .disabled > a:hover,
.dropdown-flag > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-flag {
  display: block;
}
@media (min-width: 769px) and (max-width: 1200px) {
	.nav > li > a {
	  padding: 8px 20px;
	}
}
@media (min-width: 769px) and (max-width: 1000px) {
	a.big-download{
		margin-top:135px;
	}
}
@media (min-width: 300px) and (max-width: 480px) {
	.cap-1{
		margin-top:35%;
		font-size:15px;
	}
	.cap-2{
		font-size:15px;
	}
	.cap-3{
		font-size:45px;
	}
	.cap-2-inner{
		margin-top:35%;
		font-size:15px;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.cap-1{
		margin-top:35%;
		font-size:15px;
	}
	.cap-2{
		font-size:30px;
	}
	.cap-3{
		font-size:50px;
	}
	.cap-2-inner{
		margin-top:35%;
		font-size:30px;
	}
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-flag {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (max-width: 768px) {
	.header{
		margin:0;
		padding-left:15px;
		padding-right:15px;
	}
	.logo{
		max-width:150px;
	}
	.img-about{
		margin-top:20px;
	}
	.dropdown-flag {
	  width: 100%;
	  padding:5px 28px;
	}
	.margin-login-15{
		margin-left:0 !important;
	}
	.margin-top-login{
		margin-top:20px;
	}
	a.btn-download{
		margin-top:5px;
	}
	.item-news{
		margin-top:50px;
	}
	.item-dwn{
		margin-top:50px;
	}
	.ttl-com-detail{
		font-size:17px;
	}
	.img-icon{
		max-width:50px;
	}
	.box-com-head{
		margin-top:10%;
	}
	.bg-slide{
		margin-top:-390px;
	}
	a.big-download{
		margin-top:20px;
	}
	.slide-icon img{
		max-width:40px !important;
	}
	.txt-product{
		font-size:13px;
	}
	.nav-tabs > li > a {
	  padding-bottom:7px !important;
	  padding:0;
	}
	.nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
	  padding:0;
	}
	.arrow-inner, .arrow {
	  display:none;
	}
	.dropdown-flag > li > a {
	  padding: 20px 28px;
	}
	.dropdown-flag > li > a img {
	  float:left;
	  margin-top:-8px;
	}
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 100px 0 40px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 10px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #053775;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* ==========================================================================
   Logo Slider
   ========================================================================== */
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:none;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:200px;
    max-height:50px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 17px;
    height: 20px; 
    position: absolute;
    cursor: pointer;
    z-index: 999999;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
/* ==========================================================================
   Margin & padding
   ========================================================================== */

.margin-top-10{
	margin-top:10px !important;
}
.margin-top-20{
	margin-top:20px !important;
}
.margin-top-30{
	margin-top:30px !important;
}
.margin-top-40{
	margin-top:40px !important;
}
.margin-login-15{
	margin-left:15px;
}
.margin-bottom-10{
	margin-bottom:10px !important;
}
.margin-bottom-20{
	margin-bottom:20px !important;
}
.margin-bottom-30{
	margin-bottom:30px !important;
}
.margin-bottom-40{
	margin-bottom:40px !important;
}
.no-padding{
	padding-left:0;
	padding-right:0;
}
/* ==========================================================================
   Bounce Arrow
   ========================================================================== */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


@include keyframes(bounce) {
	0%, 20%, 50%, 80%, 100% {
    @include transform(translateY(0));
  }
	40% {
    @include transform(translateY(-30px));
  }
	60% {
    @include transform(translateY(-15px));
  }
}

.arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left:-20px;
}
.arrow-inner {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 40%;
  left: 50%;
  margin-left:-20px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


.animated { 
    -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}






