/* ======================================
 *  BODY
/* ====================================== */

body {
	font-family: 'Rubik', Sans-serif;
	font-size: 17px;
	color: #686868;
	line-height: 1.8em;
	text-align: justify;
}

/* ======================================
 *  TYPOGRAPHY
/* ====================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rubik', Sans-serif;
	line-height: 1.6em;
	color: #000;
}

h2 {
	font-family: 'Alata', Sans-serif;
	font-size: 30px;
	margin-top: 0px;
}

h3 {
	font-family: 'Alata', Sans-serif;
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 0px;
}

p {
  font-family: 'Rubik', Sans-serif;
  font-size: 17px;
  line-height: 1.8em;
  margin-top: 20px;
  color: #686868;
  letter-spacing: .15px;
}

/* ======================================
 *  BUTTONS
/* ====================================== */

.btn.btn-1 {
	background: #f4b541;
	color: #fff;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}

.btn.btn-1:hover,
.btn.btn-1:focus {
	transform: translateY(-3px);
	box-shadow: 0 4px 11px rgba(244, 181, 65, 0.35);
}

/* ======================================
 *  CUSTOM CLASS
/* ====================================== */

.m-t-15 {
	margin-top: 15px;
}

.p-t-20 {
	padding-top: 20px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.border-bottom {
	border-bottom: 1px solid #f7f7f7;
}

.section {
	height: 300px;
}

.section-pad-top {
	padding-top: 20px; 
}

.section-pad-bottom {
	padding-bottom: 20px;
}

.anchor {
	font-family: 'Rubik', Sans-serif;
	color: #43915D;
	font-size: 17px;
	text-decoration: underline;
}

.anchor:hover,
.anchor:focus {
	color: #43915D;
	text-decoration: none;
}

.check i {
    color: #fff;
    background: #71cc55;
    margin-right: 10px;
    font-size: 7px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 18px;
}

.check li {
	font-family: 'Alata', Sans-serif;
	font-size: 17px;
	line-height: 2.3em;
}

.highlight {
	background: #FBD7D4;
	color: #C72F24;
	display: inline;
	font-size: 16px;
	padding: 3px 15px 6px 15px;
	margin: 0;
	border-radius: 3px;
}

.left-right .owl-prev {
    font-size: 10px;
    position: absolute;
    top: -45px;
    right: 50px;
    background: #f4b541;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    border-radius: 20px;
}

.left-right .owl-next {
    font-size: 10px;
    position: absolute;
    top: -45px;
    right: 20px;
    background: #f4b541;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    border-radius: 20px;
}

.breadcrumb {
	background: #56943e;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	border-radius: 0px;
}

.custom-breadcrumb {
	background: transparent;
	padding: 0px;
}

.custom-breadcrumb a {
	color: #fff;
	font-family: 'Alata', Sans-serif;
	font-size: 20px;
}

.custom-breadcrumb a:hover,
.custom-breadcrumb a:focus {
	color: #fff;
	text-decoration: underline;
}

.headline {
	color: #1a76ad;
}

.custom-anchor {
	color: #C72F24;
	font-family: 'Alata', Sans-serif;
	font-weight: 400;
}

.custom-anchor:hover,
.custom-anchor:focus {
	color: #C72F24;
	text-decoration: none;
}

.form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	border: 1px solid #ccc;
}

.reverse {
	transform: rotateY(180deg);
	display: inline-block;
}

/* ======================================
 *  TOP
/* ====================================== */

#top {
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #c72f24;
}

.top-link {
	font-family: 'Alata', Sans-serif;
	font-size: 14px;
	color: #fff !important;
	text-decoration: none;
}

.top-link:hover,
.top-link:focus {
	color: #fff;
	text-decoration: underline;
}

.top span {
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
}

#top ul li {
	font-family: 'Alata', Sans-serif;
	font-size: 16px;
	letter-spacing: .25px;
  	color: #fff;
}

/* ======================================
 *  MENU
/* ====================================== */

.logo {
	margin-top: 4px;
}

.navbar {
    min-height: 0px !important;
    margin-bottom: 0px !important;
    -webkit-backface-visibility: hidden;
}

#menu .navbar-right {
    margin-top: 6px;
}

#menu .navbar-default {
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    z-index: 999 !important;
    width: 100% !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
}

#menu .navbar-default .navbar-nav > li > a {
    color: #111;
    letter-spacing: 0.25px;
}


#menu .navbar-default .navbar-nav > li > a:focus, 
#menu .navbar-default .navbar-nav > li > a:hover {
    color: #EA262B;
}

#menu .navbar-default .navbar-nav > .active > a,
#menu .navbar-default .navbar-nav > li > a:hover  {
    color: #EA262B;
    background-color: transparent;
    outline-style: none;
}

#menu .navbar-default .navbar-nav > .active> a:hover,
#menu .navbar-default .navbar-nav > .active> a:focus {
    color: #EA262B;
    background-color: transparent;
}

#menu .navbar-default .navbar-nav > .open > a,
#menu .navbar-default .navbar-nav > .open > a:focus,
#menu .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #000000;
    border-color: #f7f7f7;
}

.join {
	background-color: #C72F24 !important;
	color: #fff !important;
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
}

.join:hover,
.join:focus {
	transform: translateY(-3px);
	box-shadow: 0 4px 11px rgba(199, 47, 36, 0.35);
}

/* ======================================
 *  NAVBAR TOGGLE MENU
/* ====================================== */

#menu .navbar-default .navbar-collapse {
    border-color: transparent;
    margin-top: 0px;
}

#menu .navbar-default .navbar-toggle {
    border-color: transparent;
}

#menu .navbar-default .navbar-toggle:focus, 
#menu .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

#menu .navbar-toggle .icon-bar {
    height: 4px;
    border-radius: 0px;
}

#menu .navbar-default .navbar-toggle .icon-bar {
	background-color: #C72F24;
}

/* ======================================
 *  BANNER
/* ====================================== */

.banner {
	width: 100%;
}

/* ======================================
 *  INTRODUCTION
/* ====================================== */

#introduction {
	padding-bottom: 20px;
}

.introduction-block {
	background-color: #fff;
	padding: 20px 15px;
	margin-top: -35px;
	border-radius: 2px;
}

.introduction-block h2 {
	font-family: 'Alata', Sans-serif;
	font-size: 35px;
	margin-top: 0px;
	color: #1a76ad;
}

/* ======================================
 *  BUYER-SUPPLIER
/* ====================================== */

.buyer-supplier-block img {
	margin-right: 10px;
}

.box-block {
	padding: 10px 20px;	
}

.box-block img {
	margin-bottom: 20px;
	width: auto !important;
}

.box-name {
	text-align: center;
}

.box-name a {
	color: #686868;
	font-family: 'Alata', Sans-serif;
}

.box-name a:hover,
.box-name a:focus {
	color: #000;
	text-decoration: none;
}

/* ======================================
 *  MEMBERS
/* ====================================== */

#custom-tab a {
    color: #000;
}

.tab-pane p {
	margin-top: 0px;
}

#custom-tab-in .tab-pane {
	background-color: #FAFAFA !important;
	padding: 30px;
}

#custom-tab.nav-tabs > li > a {
    border-radius: 0px;
}

#custom-tab.nav-tabs {
    border-bottom: transparent;
}

#custom-tab.nav-tabs > li.active > a, 
#custom-tab.nav-tabs > li.active > a:focus,
#custom-tab.nav-tabs >li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #C72F24;
    border: 1px solid #C72F24;
    border-bottom-color: transparent;
}

#custom-tab.nav-tabs > li > a:hover {
    border-color: transparent;
}

#custom-tab-in {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ececec;
}

#main-tab i {
    color: #C72F24;
    margin-right: 10px;
}

#main-tab.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-group .panel {
    border-radius: 0px;
}

.custom-block {
	box-shadow: 0 3px 30px 0 rgba(0,0,0,.05);
	background-color: #fff;
	padding: 20px;
}

.members-btn {
	margin-top: 30px;
}

/* ======================================
 *  VOICES
/* ====================================== */

#voices {
	background-color: #fafafa;
	margin-top: 20px;
	padding-bottom: 40px;
}

.comments p {
	font-family: 'Alata', Sans-serif;
	font-size: 14px;
	text-align: left !important;
}

.comments img {
	margin-right: 10px;
}

.user h4 {
	font-family: 'Alata', Sans-serif;
}

.user p {
	font-family: 'Alata', Sans-serif;
	margin-top: 0px;
}

/* ======================================
 *  LOGIN & FORGOT PASSWORD
/* ====================================== */

.box-padding {
	padding-top: 85px;
	padding-bottom: 85px;
}

.login-block img {
    margin-right: 10px;
}

.login-box {
	margin-top: 30px;
}

.login-box .btn-1 {
	margin-top: 5px;
}

.login-block {
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    padding: 25px;
    border: 1px solid rgba(0,0,0,.1);
}

/* ======================================
 *  SIGNUP PAGE
/* ====================================== */

.box-padding {
	padding-top: 85px;
	padding-bottom: 85px;
}

.signup-block i {
	margin-right: 10px;
}

.signup-block .btn-1 {
	margin-top: 10px;
}

.signup-block p {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.custom-label {
	margin-bottom: 10px;
}

/* ======================================
 *  TERMS & CONDITIONS
/* ====================================== */

#terms h3 {
	font-size: 20px;
}

#terms p {
	font-size: 17px;
}

#terms ul li {
	font-size: 14px;
	color: #868686;
	font-family: 'Alata', Sans-serif;
}

.note {
    font-family: 'Alata', Sans-serif;
    color: #6b6a6a;
    font-size: 18px;
    font-weight: 400;
}

.signup-block {
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    padding: 25px;
    border: 1px solid rgba(0,0,0,.1);
}

/* ======================================
 *  FOOTER
/* ====================================== */

#footer {
	background-color: #ffeac6;
	padding-top: 40px;
	padding-bottom: 30px;
}

#footer i {
	margin-right: 10px;
	color: #4f9137;
	font-size: 13px;
}

#footer h3 {
	font-family: 'Alata', Sans-serif;
	color: #C72F24 !important;
	margin-bottom: 0px;
}

#footer p {
	color: #000;
	font-family: 'Alata', Sans-serif;
	font-size: 14px;	
}

#footer li {
	color: #000;
	font-family: 'Alata', Sans-serif;
	font-size: 14px;
}

.custom-link {
	font-family: 'Alata', Sans-serif;
	font-size: 14px;
	color: #000 !important;
	text-decoration: none;
}

.custom-link:hover,
.custom-link:focus {
	color: #000;
	text-decoration: underline;
}

/* ======================================
 *  COPYRIGHT
/* ====================================== */

#copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #C72F24;
}

#copyright p {
	margin: 0px;
	font-family: 'Alata', 'Sans-serif';
	font-size: 14px;
	color: #fff;
}

/* ======================================
 *  . SCROLL TOP
/* ====================================== */

.scroll-top {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 85px;
	right: 20px;
}

.scroll-top a {
	display: block;
	font-size: 15px;
	text-align: center;
	background-color: #4F9137;
	color: #fff;
	border-radius: 2px;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

/* ======================================
 *  . PRELOADER
/* ====================================== */

#loader {
  background-color: #fff;
  position: fixed;
  z-index: 50000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#loader .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translate(-50%,-50%);
  background-image: url(../../customassets/images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

/* ======================================
 *  CONTACT PAGE
/* ====================================== */

.form-control {
	height: 50px;
}

textarea.message {
	height: 200px !important;
}

textarea {
	resize: vertical;
}

#contact-page .btn-1 {
	margin-top: 20px;
}


/* ======================================
 *  MEDIA QUERIES
/* ====================================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.box-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}

}

@media only screen and (max-width: 767px) {

	.members-btn {
		margin-top: 10px;
	}

	.custom-block.last {
		margin-bottom: 0px;
	}

	.custom-block {
		margin-bottom: 20px;
	}

	.breadcrumb {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.breadcrumb.custom-breadcrumb {
		padding: 0px;
	}

	.box-padding {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.introduction-block h2 {
		font-size: 30px !important;
	}

	h2 {
		font-size: 25px !important;
	}

	#footer h3 {
		font-size: 20px !important;
	}

	.introduction-block {
		padding: 20px 0px !important;
	}

    .navbar-nav > li > a, .navbar-nav > li > span {
        border-bottom: 1px solid #ececec;
    }

    .navbar-nav > li:last-child > a, .navbar-nav > li:last-child > span {
      border-bottom: none;
    }

    .join {
    	margin-top: 10px;
    }

    .top a {
    	font-size: 13px;
    }

    .introduction-block {
    	margin-top: 0px;
    }
}    

@media only screen and (max-width: 991px) {

	.signup-block {
		margin-bottom: 20px;
	}

    .top {
    	float: left !important;
    }

    #menu .navbar-default .navbar-nav > li > a {
    	font-size: 15px !important;
    }

}