/* here you can put your own css to customize and override the theme */

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
	padding : 3px;
}
/*
 * Callout styles copied from Bootstrap's main docs.
 */
/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}
/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}

.why-us {
  background: #003366; /*#014584;*/
  padding: 10px 0px 0px 0px;
  margin-left: 0;
  margin-right: 0;
}
.why-us a {
  margin: 5px;
  display: inline-block;
}
.why-us span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 13px 5px 8px;
  line-height: 26px;
  display: inline-block;
}
.why-us a.btn-transparent {
  color: #fff;
  font-size: 16px;
  padding: 8px 18px;
  white-space: nowrap;   
  text-decoration: none;
  border: solid 1px #fff;
  background: none;
}
.why-us a.btn-transparent:hover {
  background: #E02222;
  color: #fff;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;      
}
.why-us a.btn-transparent i {
	margin-right: 10px;
}

.latest {
  background: #014584;
  padding: 10px 0px 0px 0px;
  margin-left: 0;
  margin-right: 0;
}
.latest a {
  margin: 5px;
  display: inline-block;
}
.latest span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 13px 5px 8px;
  line-height: 26px;
  display: inline-block;
}
.latest a.btn-transparent {
  color: #fff;
  font-size: 16px;
  padding: 8px 18px;
  white-space: nowrap;   
  text-decoration: none;
  border: solid 1px #fff;
  background: none;
}
.latest a.btn-transparent:hover {
  background: #E02222;
  color: #fff;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;      
}
.latest a.btn-transparent i {
	margin-right: 10px;
}

/* Recent Works */
.recent-why {
  position: relative;
}
.recent-why a:hover {
  text-decoration: none;
}
.recent-why h2,
.ecommerce .recent-why h2 {
  margin: 3px 0 5px;
}
.recent-why h2 a {
	color: #3e4d5c;
}
.recent-why h2 a:hover {
	color: #E02222;
}
.recent-why-item {
	padding-left: 10px;
}
.recent-why .owl-buttons {
	left: -74px;
	right: auto;
    top: 0;
}
.recent-why .recent-why-item a.recent-why-description {
	padding: 10px;
	display: block;
	background: #fff;
}
.recent-why .recent-why-item:hover a.recent-why-description {
	background: #E6400C;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;		
}
.recent-why .recent-why-item strong {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 300;
}
.recent-why .recent-why-item b {
	color: #656565;
	font-weight: 300;
}
.recent-why .recent-why-item:hover b,
.recent-why .recent-why-item:hover strong {
	color: #fff;
}
.recent-why .recent-why-item em {
	display: block;
	overflow: hidden;
	position: relative;
}
.recent-why .recent-why-item .fa {
	color: #fff;
	padding: 16px 30px 16px 18px;
	font-size: 16px;
	position: absolute;
	top: 50%;
	width: 47px;
	height: 47px;
	margin-top: -23.5px;
	border-radius: 47px;
	background: rgba(0,0,0,0.5);
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;	
}
.recent-why .recent-why-item .fa:hover {
	color: #E02222;
}
.recent-why .recent-why-item .fa-link {
	left: -100px;
}
.recent-why .recent-why-item .fa-search {
	right: -100px;
}
.recent-why .recent-why-item:hover .fa-link {
	left: 30%;
}
.recent-why .recent-why-item:hover .fa-search {
	right: 30%;
}

#cboxLoadedContent,
#cboxContent {
  background: none;
}

.container-fluid.main{
  position: relative; /* To make the navbar positions relative to this container */
  padding: 0;
}

.navbar-default {
  background-image: none;
  background-color: transparent; /* Make the menu become transparent */
  border-radius: 0px;
  border: 0;
  box-shadow: none;
  padding: 0 0 0 35px;
  position: absolute; /* Make the menu out of the document flow so it can placed anywhere without disturbing other widgets */
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; /* If you delete this line, your menu link won't be clicked because it is behind the background. Applying this code bring the menu in front of the background */
  font: 11.5px "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar-default .navbar-brand {
  font-family: Verdana;
  color: #ffffff;
  font-size: 20px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  /*left: 200px;
  -webkit-text-stroke: 1px black;*/
   color: white;
   text-shadow:
       3px 1px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e89b00;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.carousel .background {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 500px;
}

@media (max-width:991px) {
  .carousel .background {
    background-size: cover; /* To make the background image looks good */
  }
}

.carousel .background.a {
  background-image: url("../../pages/img/frontend-slider/bg9.jpg");
}

.carousel .background.b {
  background-image: url("../../pages/img/frontend-slider/scania2.png");
}

.carousel .background.c {
  background-image: url("../../pages/img/frontend-slider/cat.png");
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 0.5s; /* The 0.5s describes the duration to make the opacity from 0 to 1 */
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* CSS Hack to trigger GPU for smooth transition */
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* CSS Hack to trigger GPU for smooth transition */

.covertext {
  position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
  top: 250px; /* The distance between the div with the top of document */
  left: 60px; /* Make the div full width */
  right: 0px; /* Make the div full width */
}

.title {
  font-family: Verdana;
  font-weight: 600;
  font-size: 33px;
  color: #ffffff;
  text-align: left;
  margin-bottom:0px;
}

.subtitle {
  font-family: Verdana;
  font-size: 14px;
  font-weight:bold;
  color: #ffffff;
  text-align: left;
}

.explore {
  text-align: center;
  margin-top: 10px;
}

.explore .btn-lg,
.explore .btn-lg:hover {
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 22px;
  background-image: none;
  background-color: #FF4000;
  border-color: #FF4000;
  color: #ffffff;
}

.btn,
.btn:hover {
  border-radius: 0px;
  background-image: none;
  background-color: #FF4000;
  border-color: #FF4000;
  color: #ffffff;
  margin-bottom: 20px;
  box-shadow: none;
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  color: #ffffff;
  outline: none;
}

/* tesssss kolom sama tinggi */

.blue {
    background-color: #014584;
	padding: 100px 100px 100px 100px;
    /*padding-top: 50px;
    padding-bottom: 50px;*/
	border-left:1px solid #003366;
	border-right:1px solid #003366;
	color: #fff;
	height: 400px;
}
.blue-d {
    background-color: #003366;
	padding: 5px 5px 5px 5px;
    /*padding-top: 50px;
    padding-bottom: 50px;
	border-left:1px solid #014584;
	border-right:1px solid #014584;*/
	color: #fff;
	height: auto;
}
.red {
    background-color: #003366;
    padding: 10px;
}
.green {
    background-color: #2ecc71;
    padding: 10px;
}
.row .test {
	padding: 10px 0px 0px 0px;
	margin-left: 0;
	margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.row .test > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.circle{
	border-radius: 50%;
	margin: 0.15em;
	font-size: 3em;
	}
	
/* modal custom */
.after_modal_appended
{  
  position:relative;
}

.block 
{
  width:100%;
  height:100%;
}

.modal, .modal-cst {
	background-color: whitesmoke;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	margin-left:3px;
}

.modal, .modal-backdrop {
    position: absolute !important;
}

/* override position and transform in 3.3.x */
.carousel-inner .item.left.active {
  transform: translateX(-33%);
}
.carousel-inner .item.right.active {
  transform: translateX(33%);
}

.carousel-inner .item.next {
  transform: translateX(33%)
}
.carousel-inner .item.prev {
  transform: translateX(-33%)
}

.carousel-inner .item.right,
.carousel-inner .item.left { 
  transform: translateX(0);
}


.carousel-control.left,.carousel-control.right {background-image:none;}