 /*  
Theme Name: Corporate eCommerce Travel 
Theme URI: http://www.onlywebpro.com
Description: This is theme is suitable for corporate website with eCommerce functionality
Version: v1.0
Author: YT Low
Author URI: http://www.onlywebpro.com
*/

body {
  background: #f6f6f6;
  color: #666;
  font-family: 'Roboto', Arial, Helvetical, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-top: 50px;
}

h1 {
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 0;
}

h1, h2, h3, h4 {
	color: #333;
}

h2 {
	font-size: 30px;
}

p {
	line-height: 24px;
}

.navbar-brand {
	padding: 5px 0;
}

.navbar-toggle {
	background: #4fc1e9;
}

.navbar-inverse .navbar-toggle {
	border-color: #fff;
}

.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
	border-color: #fff;	
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #4fc1e9;
}

.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #e5e5e5;
}

.navbar-inverse {
	background: #fff;
	border-bottom: none;
	border-top: 3px solid #4fc1e9;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}

.navbar-nav {
	float: right;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:active {
	color: #4fc1e9;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:focus, 
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
	background: #f6f6f6;
	color: #333;
}

.dropdown-menu {
	border: none;
}

a {
	color: #4fc1e9;
}

a:hover,
a:active,
a:focus {
	color: #4fc1e9;
}

.red,
.red:hover,
.red:active,
.red:focus {
	color: #fb4840;
}

.btn {
	transition: all 0.3s ease;
}

.btn:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.btn-blue,
.btn-red {
  background: #4fc1e9;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}

.btn-red {
	background: #fb4840;
}

.btn-red:hover {
	background: #4fc1e9;
}

.btn-blue:hover {
	background: #fb4840;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus,
.btn-red:hover,
.btn-red:active,
.btn-red:focus {
	color: #fff;
	text-decoration: none;
}

.btn-quantity {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
    color: #4fc1e9;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-weight: 700;
    padding: 3px;
    text-align: center;
    height: 35px;
    width: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.btn-quantity:hover {
	background: #e6e6e6;
}

.btn-quantity:active {
	background: #e6e6e6;
	box-shadow:  inset 0px 1px 2px 0px rgba(0,0,0,0.1);
}

.btn-quantity.right {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.btn-quantity.left {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.carousel {
  height: auto;
  overflow: hidden;
}

.carousel-inner img {
  width: 100%;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
}

.carousel-indicators {
	bottom: 50px;
}

#page-content {
  background: #fff;
}

.content-padding {
	padding: 30px 60px;
}

.price {
	color: #fb4840;
	font-weight: bold;
	font-size: 24px;
}

.price .currency {
	font-size: 16px;
}

.btn-purchase {
	background: #fb4840 url(../../img/icon_cart.png) no-repeat 10px center;
	border: none;
	color: #fff;
	float: left;
	padding-left: 35px;
}

.btn-purchase:hover {
	background-color: #4fc1e9;
	color: #fff;
}

.btn-purchase.full-size {
	background-image: none;
	display: block;
	float: none;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 15px;
}

.btn-purchase.full-size span {
	background: url(../../img/icon_cart.png) no-repeat left center;
	padding-left: 25px;
}

.label-discount {
	background: rgba(0, 0, 0, 0) url(../../img/label_discount.png) no-repeat scroll left center;
	color: #fff;
	font-weight: bold;
	height: 77px;
	line-height: 15px;
	padding-top: 15px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 0;
	width: 52px;
	z-index: 2;
}

.label-ranking {
	background: rgba(0, 0, 0, 0) url(../../img/label_ranking.png) no-repeat scroll left center;
	color: #fff;
	font-weight: bold;
	height: 133px;
	line-height: 15px;
	padding-top: 15px;
	position: absolute;
	left: -1px;
	text-align: center;
	top: -1px;
	width: 133px;
	z-index: 2;
}

.label-ranking span {
	display: block;
	margin-left: 35px;
	margin-top: 25px;
	width: 30px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lead {
	color: #4fc1e9;
	font-size: 24px;
}

.no-bold {
	font-weight: normal;
}

.text-align-right {
	text-align: right;
}

.text-align-center {
	text-align: center;
}

.row {
	margin-bottom: 25px;
}

.pagination-wrapper {
	background: #e8e9e8;
	border-radius: 5px;
}

.pagination-wrapper .pagination {
	float: right;
	font-size: 14px;
	margin: 10px;
}

.pagination > li > a, 
.pagination > li > span {
	color: #4fc1e9;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
	background: #4fc1e9;
	border-color: #4fc1e9;
}

footer .row {
	margin-bottom: 0;
}

footer .content-padding {
	padding-top: 15px;
	padding-bottom: 15px;
}

footer .container {
	background: #424242;
	color: #fff;
}

footer .col-md-6:first-child {
	padding-right: 30px;
}

footer .col-md-6:last-child {
	padding-left: 30px;
	text-align: right;
}

footer .sns img {
	height: auto;
	margin: 0 2px;
	width: auto;
}

@media screen and (max-width: 992px) {
	.content-padding {
		padding: 10px 30px;
	}
	
	.label-tag {
		margin-left: -50px !important;
	}
	
	footer .col-md-6 span {
		display: none;
	}
	
	footer .col-md-6:first-child {
		margin-bottom: 10px;
	}
	
	footer .col-md-6:first-child,
	footer .col-md-6:last-child {
		font-size: 12px;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		padding-left: 20px;
	}
	
	.navbar-nav {
		float: none;
	}
	
	.carousel-indicators {
		display: none;
	}
}