/***====================================================================
1.	Default Section Style Start
====================================================================***/
body {
	color: #5a5a5a;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.8
}
* {
	box-sizing: border-box
}
ul {
	margin: 0;
	padding: 0
}
li {
	list-style-type: none
}
a {
	text-decoration: none !important
}
img {
	width: 100%;
	border: none
}
.clear {
	clear: both
}
.clearfix {
 *zoom: 1
}
.flex-box{
	display:flex
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}
.clearfix:after {
	clear: both
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4, .h5, .h6, h5, h6 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
}
p {
	font-family: 'Roboto', sans-serif;
}
table {
	width:100%
}
section {
	padding: 70px 0;
	width: 100%
}
textarea {
	resize: none;
	min-height: 200px
}
h1, h2, h3{
	color: #fff
}
h4, h5{
	color: #2A2A2A
}
/*================= Button Default ========================*/
.btn {
	-moz-user-select: none;
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    line-height: 36px;
    padding: 0 16px;
    text-align: center;
    transition: all 0.15s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-primary {
	color: #64676a;
    background-color: #eff1f1;
    border-color: #dfe3e9;
}
.btn-primary:hover, 
.btn-primary.focus, 
.btn-primary:focus {
	color: #fff;
	background-color: #86bd2c;
	border-color: #86bd2c
}
.btn-default {
	color: #000;
	background-color: #fff;
	border-color: #fff
}
.btn-default:hover, 
.btn-default.focus, 
.btn-default:focus {
	color: #fff;
	background-color: #000;
	border-color: #000
}
.text-white {
	color: #fff;
}
.btn-link {
	font-weight: 600;
	border-radius: 0
}
.social-icon{
	margin-top: 7px;
}
.social-icon i {
  border: 2px solid transparent;
  height: 40px;
  line-height: 36px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  color: #fff;
  background:#86bd2c
}
.social-icon i:hover {
	background: transparent;
	color: #86bd2c;
	border-color: #86bd2c
}
.full-row {
	width: 100%;
	position: relative
}
.text-area{
	margin: 15px 0 20px
}
.margin-top-30{
	margin-top: 30px
}
.margin-bottom-70{
	margin-bottom: 70px
}
.no-margin{
	margin: 0
}
section{
	padding: 70px 0
}
.no-padding{
	padding: 0
}
.padding-20{
	padding: 20px 0
}
.padding-bottom-30{
	padding-bottom: 30px
}
.padding-right-30{
	padding-right: 30px
}
.bg-primary{
	background: #86bd2c
}
.bg-white{
	background: #fff
}
.bg-dark{
	background: #1f1f1f
}
.bg-black{
	background: #000
}
.bg-light {
	background-color: #efefef;
}
.data-info span {
	font-weight: 500;
}
.color-black{
	color: #2A2A2A
}
.color-primary{
	color: #86bd2c
}
.text-center{
	text-align: center
}
.thumb-title:hover{
	color: #86bd2c
}
a:hover, .thumb-title:hover{
	transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-top-0 {
	margin-top: 0;
}
.thumbnail-info {
	margin-bottom: 60px;
}
header{
	background: #000
}
header .top_bar {
	margin: 20px 0 70px;
	display: inline-block;
	width: 100%;
}
.top_bar .logo img {
	width: 200px;
	margin-top: 12px;
}
.partner-logo img {
	width: 170px
}
.navbar-default .navbar-nav li a{
	font-weight: 700
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus{
	background: #f1f1f1;
	color: #000
}
.arrow_btn.call-section {
	width: 25px;
	border: 1px solid #fff;
	border-radius: 30px;
	display: table;
	margin: 50px auto 0;
}
.arrow_btn.call-section i {
	color: #fff;
	line-height: 42px;
}
.item{
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px
}
.item:last-child{
	border: none;
	margin: 0
}
.short-description h1{
	margin-top: 0
}
.short-description strong{
	font-size: 20px
}
.popular-item img {
	width: 50%;
	padding: 1px 6px 8px 0;
	float: left;
}
.search_item{
	display: inline-block
}
.search_item button {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 44px;
	line-height: 40px;
}
.contact-info a:hover,
.contact-info a:focus{
	color: #fff
}

.data-info {
	background: #f5f5f5;
	padding: 5px 10px;
	margin-bottom: 5px;
}

@media (min-width:768px){
	.navbar-nav {
		float: right;
	}
	
}