/* 
Table of contents
===========================================
- General Style
- Utility Classes
- Button Style
- Form Elements
- Page Header
- Section Title
- Breadcrumb
- Tab
- Pagination
- Owl Carousel Customize
===========================================
*/

/*
------------------------------------
- General Style
------------------------------------
*/
*,
*:before,
*:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
*:focus {
    outline: 0;
}
html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	background: #46535e;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
button, input, textarea {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
}
/*
------------------------------------
- Utility Classes
------------------------------------
*/
.inner-padding {
	padding: 80px 0px;
}
.placeholder {
	color: #ededed;
}
/*
------------------------------------
- Button Style
------------------------------------
*/
.btn {
	border-radius: 0px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-default {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	border-radius: 0px;
	padding: 10px 25px;
	background: #11A88C;
	border-color: #11A88C;
}
.btn-sm {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	border-radius: 0px;
	padding: 10px 25px;
	background: #11A88C;
}
.btn-lg {
	font-size: 24px!important;
	font-weight: 400!important;
	line-height: 30px;
	letter-spacing: 0;
	text-transform: capitalize;
}
.btn-naviblue {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	border-radius: 0px;
	padding: 10px 25px;
	background: #160b36;
	border-color: #160b36;
}
.btn-plastic {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	border-radius: 0px;
	padding: 10px 25px;
	background: #115B64;
	border-color: #115B64;
}
.btn-megento {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	border-radius: 0px;
	padding: 10px 25px;
	background: #F06060;
	border-color: #F06060;
}
.btn-perple {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	border-radius: 0px;
	padding: 10px 25px;
	background: #830066;
	border-color: #830066;
}
.btn-sky {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	border-radius: 0px;
	padding: 10px 25px;
	background: #587DDC;
	border-color: #587DDC;
}
.btn-icon-circle {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 0;
	background: #2F3942;
	border-color: #2F3942;
	text-align: center;
	line-height: 38px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.btn-icon-circle:hover {
	background: #46535E;
	border-color: #46535E;
}
.comment-btn {
    background-color: transparent;
    border:0px;
    padding: 3px 10px;
    font-size:14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.comment-btn:before {
    content: "\f112";
    font-family: FontAwesome;
    font-size:10px;
    margin-right: 2px;
}
.comment-btn:hover {
	background-color: transparent;
}
/*
------------------------------------
- Form Elements
------------------------------------
*/
.form-control {
	background: none;
	border: 1px solid #fff;
	border-radius: 0px;
	color: #fff;
	outline: 0;
	height: 40px;
}
.form-control:focus {
	box-shadow: none;
}
.leave-area form {
    margin-right: -15px;
    margin-left: -15px;
}

/*
------------------------------------
- Page Header
------------------------------------
*/
.page-header {
    width: 100%; 
    height: auto; 
    margin-top: 115px;
    text-align: center;
    background: #2F3942;
    text-transform: uppercase;
    border: 0px;
    padding: 15px 0px;
    margin-bottom: 0px;
}
.page-header h1 {
    font-size: 36px;
    font-weight: 700;
    color: #f9f9f9;
    margin: 0px auto;
    display: inline;
}
.page-header h1 span {
    font-weight: 300;
    color: #f9f9f9;
    margin-right: 5px;
}
.page-header a {
	font-size: 30px;
	color: #fff;
	margin-right: 5px;
}
/*
------------------------------------
- Section Title
------------------------------------
*/
.section-title {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.section-title h2 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.section-title h2 span.thin {
	font-weight: 300;
}
.section-title-2 {
	width: 100%;
	height: auto;
	margin: 20px 0px;
}
.section-title-2 h2 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}
.section-title-2 h2 span.thin {
	font-weight: 300;
}
/*
------------------------------------
- Pagination
------------------------------------
*/
.pagination {
	margin: 0px;
}
.pagination li a {
	background: #2F3942;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.pagination li.active a {
	background: #fff;
	border-color: #fff !important;
	color: #11A88C !important;
}
.pagination li.active a:hover,
.pagination li.active a:focus {
	background: #fff;
}
/*
------------------------------------
- Tab
------------------------------------
*/

/*
------------------------------------
- Owl Carousel Customize
------------------------------------
*/
.owl-theme .owl-controls .owl-page span {
	width: 12px;
	height: 4px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: #ededed;
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #160b36;
}
/*
--------------------------------------
- Error Page
------------------------------------ */
.back-home {
	width: 100%;
	height: auto;
	margin-top: 60px;
}