/*
Theme Name: AP-Imports Theme
Theme URI: http://ap-imports.com
Description: Wordpress theme for http://ap-imports.com.
Author: A.W. Kurniawan
Author URI: http://byteslab.com
Version: 1.0
Tags: responsive, bootstrap, blue, purple, black, white
*/
@import url('css/bootstrap.min.css');
@import url('css/font-awesome.min.css');
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
h1, h2, h3, h4 {
	font-family: 'Lato', sans-serif;
	margin-top: 0;
}
/* ------ Header ------ */
header {
	border-top: 3px solid #00BBE3;
	border-bottom: 1px solid #eee;
	padding: 20px 0 20px;
}
#logo-container { 
	text-align: center;
	margin-bottom: 20px;
}

/* ------ Navbar ------ */
#top-navbar { margin: 0 0 0; }
#top-navbar .navbar-nav {
	margin: 0;
	float: none !important;
	text-align: center;
}
#top-navbar .navbar-nav li {
	display: inline;
	float: none;
}
#top-navbar .navbar-nav li a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: 'Lato', sans-serif;
	padding: 2px 0;
	line-height: 36px;
	text-align: center;
	margin: 1px 0;
	background: #999;
	border-radius: 3px;
	display: block;
	text-decoration: none;
}
#top-navbar .navbar-nav li.btn a {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	background: #D3E5B1;
	border-radius: 3px;
	border: none;
}
#top-navbar .navbar-nav li:last-child a { margin-right: 0; }
#top-navbar .navbar-nav li a:hover, #top-navbar .navbar-nav li.active a, #top-navbar .navbar-nav li.current-menu-item a, #top-navbar .navbar-nav li.current_page_item a, #top-navbar .navbar-nav li.current_page_parent a {
	color: #000;
	background: #eee;
	border-radius: 3px;
}
#top-navbar .navbar-nav li:last-child a { margin-right: 0; }
#top-navbar .navbar-nav li.btn a:hover {
	background: #B9D685;
	color: #000;
}
#top-navbar .navbar-nav li ul.dropdown-menu { padding: 0; }
.navbar-toggle {
	position: relative;
	float: none;
	padding: 10px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: #000;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
}
#top-navbar .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-collapse {
	border: none;
	box-shadow: none;
	padding: 0;
}
/* ------ Carousel ------ */
.carousel {
	height: 250px;
	margin-bottom: 0;
	background-color: #fff !important;
	/*border-bottom: 5px solid #999;*/
	box-sizing: content-box !important;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img { max-width: none; }
.carousel-caption {
	z-index: 10;
	background-color: rgba(0,0,0,0.6);
	text-align: left;
	color: #fff;
	bottom: 0px;
	margin-bottom: 0px;
	left: 50%;
	margin-left: -50%;
	width: 100% !important;
	padding-bottom: 20px;
}
.carousel-caption h1 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}
.carousel-caption, .carousel-caption p {
	font-size: 14px;
	line-height: 1.4;
}
.carousel-caption img { position: relative !important; }
.carousel .item .container {
	position: relative;
	height: 250px;
}
.carousel-inner { overflow: hidden; }
.carousel-inner .item a {
	display: block;
	width: 100%;
	height: 250px;
	z-index: 11;
	position: relative;
}
.carousel-inner .item img {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	height: 250px;
	max-height: 250px;
	width: auto;
}
.carousel-caption img {
	max-height: 100% !important; 
	width: auto !important;
	height: 100% !important;
}
.carousel .item {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	height: 250px;
	background-color: #fff;
	width: 100%;
}
.carousel .active.left, .carousel .active.right {
	left: 0;
	opacity: 0;
	z-index: 2;
}
.carousel .next, .carousel .prev {
	left: 0;
	opacity: 1;
	z-index: 1;
}
.carousel-indicators {
	position: absolute;
	top: 105%;
	left: 50%;
	width: auto;
	padding-left: 0;
	margin-left: 0;
	text-align: left;
}
.carousel-indicators li { border: 1px solid #ccc; }
.carousel-indicators .active { background-color: #ccc; }
/* ------ Content ------ */
.page-header {
	background: #7E3F98 url(images/bg-polygon-purple.jpg) center center no-repeat;
	border-top: 2px solid rgba(0,0,0,0.2);
	color: #fff;
	padding-top: 40px;
	padding-bottom: 36px;
	margin: 0px;
	border-bottom: 1px solid #EEE;
}
.page-header h1 {
	margin: 0;
	line-height: 1;
	font-size: 32px;
	font-weight: 900;
}
.content-container { 
	padding: 50px 0; 
	font-size: 13px;
	line-height: 1.5;
}
.content-container.less-padding { padding: 40px 0; }
.content-container p {}
.content-container p:last-child { margin-bottom: 0; }
.lightgrey-bar { background-color: #eee; }
#main-content h1 {
	font-weight: 900;
	color: #7E3F98;
	font-size: 30px;
	margin-bottom: 12px;
}
#main-content h2 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 700;
}
#main-content h3 {
	color: #221F1F;
	font-size: 20px;
	margin-bottom: 15px;
}
#main-content { border-bottom: 1px solid #ccc; }
#main-content p { color: #484848; }
#main-content .btn { margin-top: 10px; }
#main-content .col-md-10 { margin-bottom: 20px; }
.content-bar h1,
.content-bar h2,
.content-bar h3,
.content-bar h4 {
	padding-top: 10px;
	color: #7E3F98 !important;
}
.content-bar h1:first-child,
.content-bar h2:first-child,
.content-bar h3:first-child,
.content-bar h4:first-child {
	padding-top: 0px;
}
#testimonial-section { border-bottom: 1px solid #ccc; }
#testimonial-section h3 { 
	text-align: center;
	margin-bottom: 20px;
}
#testimonial-section blockquote {
	border: none;
	text-align: center;
	margin-bottom: 0;
}
#testimonial-section .col-md-6 hr { 
	margin-top: 10px; 
	margin-bottom: 10px; 
}
#testimonial-section .col-md-6:last-child hr { display: none; }
#testi-content { border-bottom: 1px solid #ccc; }
blockquote h1 {
	font-size: 24px;
	color: #7E3F98;
	font-weight: 700;
}
blockquote h1:before, blockquote h1:after {
	content:'"';
	display: inline-block;
}
blockquote > footer {
	padding: 0;
	font-size: 14px;
	color: #999;
}
blockquote a {
	color: #00A3D9;
	text-decoration: underline;
}
blockquote a:hover {
	color: #00A3D9;
	text-decoration: none;
}
#partners-section {
	border-top: 4px solid #E1E1E1;
	border-bottom: 1px solid #241226;
}
.bordered-box {
	border: 1px solid #ccc;
	padding: 20px;
	position: relative;
	border-radius: 5px;
}
.bordered-box hr { border-color: #ccc; }
.bordered-box h3 {
	width: 176px;
	text-align: center;
	color: #231F20;
	font-size: 24px;
	background: #eee;
	line-height: 32px;
	position: absolute;
	margin-left: -88px;
	top: -16px;
	left: 50%;
}
.bordered-box img { 
	width: auto;
	height: auto;
	max-width: 100%;
}
#about-section {
	background: #7E3F98 url(images/bg-polygon-purple.jpg) center center no-repeat;
	border-top: 2px solid rgba(0,0,0,0.2);
	color: #fff;
}
#about-section h1 {
	font-weight: 900;
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#about-section p {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 0;
}
#about-section .btn { margin-top: 20px; }
.sidebar, .sidebar p { color: #606060 !important; }
.sidebar h3 {
	color: #00BBE3 !important;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.sidebar h4 {
	font-size: 16px;
	color: #000;
}
.sidebar .widget { margin-bottom: 30px; }
.sidebar .widget:last-child { margin-bottom: 0px; }
#footer-menu { 
	background: #231F20;
	border-top: 1px solid #000;
}
#footer-menu a {
	color: #ccc;
	line-height: 32px;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	padding-left: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
}
#footer-menu a.contact { background-image: url(images/contact-icon.png); }
#footer-menu a.reseller { background-image: url(images/reseller-icon.png); }
#footer-menu a.enquiry { background-image: url(images/enquiry-icon.png); }
#footer-menu a:hover {
	color: #fff;
	text-decoration: none;
}
#footer-menu .col-sm-4 { margin-bottom: 10px; }
footer {
	padding: 40px 0;
	font-size: 12px;
	color: #555;
}
@media (min-width: 768px) {
#top-navbar { margin: 14px 0 0 !important; }
#top-navbar .navbar-nav li a {
	margin: 0 1px;
	border-bottom: none;
	padding: 0 20px 0;
	color: #000;
	display: inline-block;
	line-height: 34px;
}
.navbar-collapse {
	border: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	padding: 0;
}
#top-navbar .navbar-nav li a { border-radius: 3px !important; }
#top-navbar .navbar-nav li a { background: none; }
#top-navbar .navbar-nav li ul.dropdown-menu {
	margin-top: 12px;
	overflow: hidden;
	border: none;
	border-radius: 4px;
}
#top-navbar .navbar-nav ul.dropdown-menu li a {
	margin: 0;
	border-bottom: none;
	padding: 0 15px;
	color: #000;
	display: block;
	line-height: 36px;
	text-align: left;
	border-radius: 0 !important;
}
#top-navbar .navbar-nav ul.dropdown-menu li a:hover { color: #000; }
#top-navbar .navbar-nav li.current-menu-ancestor ul.dropdown-menu li a, #top-navbar .navbar-nav li.current-menu-parent ul.dropdown-menu li a, #top-navbar .navbar-nav li.active ul.dropdown-menu li a {
	color: #333 !important;
	background-color: #fff !important;
	font-weight: 400;
}
#top-navbar .navbar-nav li.current-menu-ancestor ul.dropdown-menu li a:hover, #top-navbar .navbar-nav li.current-menu-parent ul.dropdown-menu li a:hover, #top-navbar .navbar-nav li.active ul.dropdown-menu li a:hover {
	color: #000 !important;
	background-color: #fff !important;
}
blockquote {
	margin-bottom: 0;
}
}
@media (min-width: 992px) {
header { padding: 20px 0 0; }
#logo-container {
	text-align: left;
	margin-bottom: 25px;
}
#top-navbar .navbar-nav { text-align: right; }
/* ------ Carousel ------ */
.carousel {
	height: auto;
}
.carousel-caption {
	top: auto;
	bottom: 0px;
	margin-bottom: 0px;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	padding-bottom: 20px;
}
.carousel-caption h1 {
	font-size: 30px;
	margin-bottom: 20px;
}
.carousel-caption, .carousel-caption p {
	font-size: 16px;
}
.carousel .item .container {
	height: 400px;
}
.carousel-inner .item a {
	width: 100%;
	/*height: 400px;*/
	height: auto;
}
.carousel-inner .item img {
	/*height: 400px;*/
	height: auto;
	max-height: 100%;
	width: auto;
}
.carousel-caption img {
	max-height: 100% !important; 
	width: auto !important;
	height: 100% !important;
}
.carousel .item {
	/*height: 400px;*/
	height: auto;
	background-color: #fff;
	width: 100%;
}
#main-content .col-md-8 > .row > .col-md-10 { 
	position: relative;
	margin-bottom: 0;
}
#main-content .col-md-8 > img.middle-image {
	position: absolute;
	right: 0;
	top: -28px;
}
#testimonial-section h3 { 
	text-align: left;
	margin-bottom: 10px;
}
#partners-section .bordered-box { background: url(images/divider.gif) center center no-repeat; }
.bordered-box hr { display: none; }
#footer-menu .col-sm-4 { margin-bottom: 0; }
}
.btn {
	padding: 6px 12px 7px;
	line-height: 1.4;
}
.thumbnail { margin-bottom: 10px; }
p.lead {
	font-family: 'Lato', sans-serif;
    	margin-bottom: 20px;
    	font-size: 20px !important;
    	font-weight: 300 !important;
    	line-height: 1.5 !important;
	color: #000 !important;
}
/* ------ Add-on Styles ------ */
.btn-hollow {
	background-color: transparent;
	background-image: none;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1;
	padding: 12px 30px;
}
.btn-hollow:hover {
	background-color: rgba(255,255,255,0.25);
	color: #fff;
}
.btn-green, .btn-blue {
	color: #FFF;
	font-family: 'Lato', sans-serif;
	border-color: transparent;
	border-radius: 3px;
	font-size: 16px;
}
.btn-green { background-color: #86A243; }
.btn-green:hover { 
	background-color: #718938;
	color: #fff;
}
.btn-blue { background-color: #00BBE3; }
.btn-blue:hover { 
	background-color: #009FC1;
	color: #fff;
}
.btn-md { font-size: 16px !important; }
.img-full { 
	margin-bottom: 20px;
	border: 10px solid #ddd;
}
.img-center {
	position: relative;
	left: 50%;
	margin-left: -180px;
}
.img-wrapper {
    padding: 20px 0px;
    margin-bottom: 20px;
    border: 1px solid #EEE;
    display: block;
    border-radius: 4px;
}
.img-wrapper:hover {
	border-color: #ddd;
}
.thumbnail.alignleft, img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

/*.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: 400px !important;
}*/
