@charset "UTF-8";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
}
html {
	width: 100%;
	height: 100%;
}
.scrolltotop {
	position: fixed;
	bottom: -50px;
	right: 20px;
	height: 40px;
	width: 40px;
	color: #fff;
	background-color: rgba(65, 99, 53, 0.2);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
}
.scrolltotop a {
	height: 40px;
	width: 40px;
	display: block;
	color: #7a8601;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.scrolltotop:hover {
	color: #fff;
	background-color: rgba(65, 99, 53, 1);
	/*-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);*/
}
.scrolltotop a:hover {
	color: #fff;
}
.scrolltotop:hover i {
	opacity: 1;
}
.scrolltotop i {
	line-height: 40px;
	opacity: 0.5;
}
.show-to-top {
	opacity: 1;
	bottom: 20px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#preloader {
	background-color: #FFFFFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
}
#status {
	background: url(../images/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 80px;
	left: 50%;
	top: 50%;
	position: absolute;
	width: 80px;
	margin: -40px 0 0 -40px;
}
.navbar {
	padding: 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
#main-nav {
	padding-top: 27px;
}
.navbar-brand {
	background: #737565;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	padding: 23px;
	padding-top: 15px;
}
.navbar-brand a {
	display: block;
	padding-top: 15px;
	border-top: 1px dashed #fff;
}
#main-nav .top-social-nav > li {
	padding: 0px 3px;
}
#main-nav .top-social-nav > li.text, #main-nav .top-social-nav > li.text a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	position: relative;
}
#main-nav .top-social-nav > li.text a {
	width:inherit;
	height:inherit;
	padding: 4px 20px 4px 0px;
	background:none;
}
#main-nav .top-social-nav > li.text a:hover {
	background:none;
	color:#95a03a;
}
#main-nav .top-social-nav > li.text:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 11px;
	background: #686868;
	right: 9px;
	top: 8px;
}
#main-nav .top-social-nav > li > a, #main-nav .top-social-nav > li > a:before {
	padding: 0px;
	width: 28px;
	height: 28px;
}
#main-nav .top-social-nav > li > a {
	border-radius: 28px;
	background: #919191;
	color: #fff;
}
#main-nav .top-social-nav > li > a:hover {
	background: #95a03a;
}
#main-nav .top-social-nav > li > a:before {
	line-height: 28px;
	text-align: center;
	display: block;
}
#main-nav .top-social-nav {
	padding-bottom: 19px;
}
#main-nav .form-inline .form-control {
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border: 1px solid #a1a1a1;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	height: 35px;
	width: 210px;
}
#main-nav .form-inline .form-control.error {
	border:1px solid #ff0000;
}
#main-nav .form-inline button.btn {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background: #3d3d3d;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding-bottom: 7px;
}
#main-nav .form-inline button.btn:hover, section.banner .carousel-caption a.btn:hover, .how-works a.btn:hover {
	background: #7a8601;
}
nav.top-nav-collapse .navbar-brand {
	padding: 5px 13px 13px;
}
nav.top-nav-collapse .navbar-brand a {
	padding-top: 10px;
}
nav.top-nav-collapse .navbar-brand a img {
	width: 40px;
}
section.banner {
	padding-top: 133px;
	background: #f8f8f8;
}
section.banner .item {
	text-align: right
}
section.banner .item img {
	display: inline-block;
}
#main-nav.top-navbar-collapse {
	padding-top: 10px;
}
#main-nav.top-navbar-collapse .social-form-section .social-nav-clear {
	float: right;
	padding-top: 7px;
	padding-left: 30px;
}
#main-nav.top-navbar-collapse .social-form-section .form-inline-clear {
	float: left;
	padding-top: 4px;
}
#main-nav.top-navbar-collapse .social-form-section .social-nav-clear ul {
	padding-bottom: 0px;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand a, .navbar-default .navbar-brand a img, #main-nav, #main-nav .social-form-section, #main-nav .social-form-section .social-nav-clear, #main-nav .social-form-section .social-nav-clear ul, #main-nav .social-form-section .form-inline-clear, section.banner .carousel-caption a.btn, .how-works a.btn, #main-nav .form-inline button.btn, #main-nav .top-social-nav > li > a, .gift-item-section ul.gift-item-list li .hide-brand {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.banner .carousel-caption {
	left: 0px;
	bottom: 180px;/*top: 0px;*/
}
section.banner .carousel-caption h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 76px;
	font-weight: 300;
	color: #7a8601;
	line-height: 75px;
	text-align: left;
	margin-bottom: 5px;
}
section.banner .carousel-caption p {
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #474747;
	margin-bottom: 30px;
}
section.banner .carousel-caption a.btn, .how-works a.btn {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	background: #de223d;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 6px 50px;
}
section.banner .carousel-caption a.btn:hover, .how-works a.btn:hover {
/*filter: alpha(opacity=80);
	opacity: .8;*/
}
.what-fyg {
	background: #3d3d3d;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 45px;
}
.what-fyg h1, .how-works h1, .brands-features h2, .testimonial h1, .user-profile .top h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.what-fyg h1 span, .how-works h2 span, .how-works h3 span, .how-works h5 span, .how-works h6, .how-works .steps-row .steps-col p span {
	color: #7a8601 !important;
	font-weight:500;
}
.how-works h1, .brands-features h2, .testimonial h1 {
	color: #3d3d3d;
}
.what-fyg h1:after, .how-works h1:after, .brands-features h2:after, .testimonial h1:after, .user-profile .top h1:after {
	position: absolute;
	content: "";
	width: 90px;
	height: 4px;
	left: 0px;
	bottom: 0px;
	background: #7a8601;
}
.what-fyg p, .user-profile .top p {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 100;
	color: #fff;
}
.how-works h2, .how-works h3, .how-works h4, .how-works h5, .how-works h6 {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #3d3d3d;
	text-align: center;
}
.how-works h3 {
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 40px;
}
.how-works h4 {
	font-size:24px;
	margin-bottom:30px;
}
.how-works h5, .how-works h6 {
	font-weight:400;
	font-size:20px;
	line-height:30px;
}
.how-works h5 strong {
	font-weight:700;
}
.how-works h6 {
	font-weight:500;
}
.how-works {
	padding-top: 25px;
	padding-bottom: 50px;
}
.how-works .steps-row .steps-col {
	text-align: center;
}
.how-works .steps-row .steps-col figcaption, .how-works .steps-row .steps-col h4, .how-works .steps-row .steps-col p {
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	font-weight: 300;
	color: #3d3d3d;
}
.how-works .steps-row .steps-col h4 {
	color: #7a8601;
	font-weight:400;
}
.how-works .steps-row .steps-col p {
	color: #010101;
	font-size: 16px;
	line-height: 22px;
}
.how-works .steps-row {
	padding-bottom: 20px;
}
.brands-features {
	background: #f8f8f8;
	padding-top: 40px;
	padding-bottom: 42px;
}
.brands-features ul.brands-row {
	padding: 0px;
	margin-bottom: 0px;
	margin-left: -8px;
	margin-right: -8px;
	list-style: none;
}
.brands-features ul.brands-row li {
	padding: 8px;
	float: left;
	width: 33.33333333%;
}
.brands-features ul.brands-row li img {
	vertical-align: top;
}
#featured .owl-item .item .pic {
	padding: 8px;
}
.brands-features h2 {
	display: block;
}
#featured .owl-controls {
	position: absolute;
	right: 0px;
	top: -52px;
}
#featured .owl-controls .owl-nav span, #featured .owl-controls .owl-nav span.left:before, #featured .owl-controls .owl-nav span.right:before {
	width: 30px;
	height: 25px;
	display: block;
	position: relative;
}
#featured .owl-controls .owl-nav .owl-next {
	margin-left: 5px;
}
#featured .owl-controls .owl-nav span.left:before, #featured .owl-controls .owl-nav span.right:before {
	content: "";
	position: absolute;
}
#featured .owl-controls .owl-nav span.left:before {
	background: url(../images/prev-btn.png) center no-repeat;
}
#featured .owl-controls .owl-nav span.right:before {
	background: url(../images/next-btn.png) center no-repeat;
}
#featured .owl-controls .owl-nav > div {
	float: left;
}
.testimonial {
	padding-top: 30px;
	padding-bottom: 40px;
}
.testimonial p.testi-cnt, .testimonial p.testi-clnt {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #3d3d3d;
	line-height: 24px;
	text-align: center;
}
.testimonial p.testi-clnt {
	font-weight: 400;
	text-align: right;
}
.testimonial p.testi-cnt span.fa {
	color: #afafaf;
	font-size: 20px;
}
footer {
	background: #3d3d3d;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .footer-nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
footer .footer-nav ul li {
	float: left;
}
footer .footer-nav ul li a, footer .copyright p, .gift-item-section ul.gift-item-list li .hide-brand h3, .gift-item-section ul.gift-item-list li .hide-brand p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
}
footer .footer-nav ul li a {
	padding: 6px 12px;
	display: block;
}
footer .footer-nav ul li a:hover {
	color: #7a8601;
}
footer .copyright p {
	text-align: right;
	padding-top: 6px;
	margin-bottom: 0px;
}
.user-profile {
	padding-top: 30px;
	padding-bottom: 50px;
	background: #3d3d3d;
}
.user-profile .top {
	text-align: center;
	padding-bottom:30px;
}
.user-profile .user-profile-tab ul#prof_tab > li + li {
	margin-left: 15px;
}
.user-profile .user-profile-tab ul#prof_tab > li > a, .user-profile .user-profile-tab #prof_tab-accordion .panel-heading a {
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
	font-weight: 300;
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #9e9e9e;
	display: block;
	padding: 6px 12px;
	padding-right: 55px;
	position: relative;
}
.user-profile .user-profile-tab ul#prof_tab > li.active > a, .user-profile .user-profile-tab #prof_tab-accordion .panel-heading a {
	background: #7a8601;
	border: 1px solid #7a8601;
}
.user-profile .user-profile-tab #prof_tab-accordion .panel-heading a.collapsed {
	background: none;
	border: 1px solid #9e9e9e;
}
.user-profile .user-profile-tab ul#prof_tab > li.active > a:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 10px;
	background: url(../images/tab-list-active.png) 0px no-repeat;
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}
.user-profile .user-profile-tab ul#prof_tab > li > a span.badge, .user-profile .user-profile-tab #prof_tab-accordion .panel-heading a span.badge {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #7a8601;
	text-align: center;
	line-height: 26px;
	background: #fff;
	width: 29px;
	height: 29px;
	display: inline-block;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	padding: 0px;
	position: absolute;
	right: 15px;
}
.user-profile .user-profile-tab ul#prof_tab > li > a span.icon, .user-profile .user-profile-tab #prof_tab-accordion .panel-heading a span.icon {
	height: 22px;
	display: inline-block;
	padding-right: 5px;
}
.user-profile .user-profile-tab ul#prof_tab > li > a span.icon img, .user-profile .user-profile-tab #prof_tab-accordion .panel-heading a span.icon img {
	display: inline-block;
	vertical-align: top;
}
.user-profile .user-profile-tab #prof_tab-accordion .panel, .user-profile .user-profile-tab #prof_tab-accordion .panel .panel-heading {
	background: none;
	border-radius: 0px;
	border: none;
	box-shadow: none;
}
.user-profile .user-profile-tab #prof_tab-accordion .panel .panel-heading {
	padding: 0px;
}
.user-profile .user-profile-tab #prof_tab-accordion .panel .panel-body {
	border: none;
}
.user-profile figure.user-pic {
	text-align: center;
}
.user-profile figure.user-pic img {
	display: inline-block;
}
.user-profile figure.user-pic figcaption {
	font-family: 'Raleway', sans-serif;
	font-size: 23px;
	font-weight: 400;
	color: #fff;
	padding-top:10px;
}
.user-profile figure.user-pic figcaption span {
	display: block;
	font-weight: 100;
	font-size:18px;
}
.user-profile .user-profile-tab .tab-content .tab-pane ul.nav {
	width:240px;
	float:left;
}
.user-profile .user-profile-tab .tab-content .tab-pane ul.nav li {
	float:none;
}
.user-profile .user-profile-tab .tab-content .tab-pane ul.nav li + li {
	border-top:1px solid #515151;
}
.user-profile .user-profile-tab .tab-content .tab-pane ul.nav li a, #prof_tab-accordion .panel-collapse .panel-body ul.nav li a {
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	font-weight: 300;
	color: #fff;
	display:block;
	position:relative;
	padding-left:25px;
}
.user-profile .user-profile-tab .tab-content .tab-pane ul.nav li a:before, #prof_tab-accordion .panel-collapse .panel-body ul.nav li a:before {
	width:15px;
	height:15px;
	content:"";
	position:absolute;
	background:url(../images/tab-def-btn.png) 0px no-repeat;
	background-size:cover;
	left:0px;
	top:15px;
}
.user-profile .user-profile-tab .tab-content .tab-pane ul.nav li.active a:before, #prof_tab-accordion .panel-collapse .panel-body ul.nav li.active a:before {
	background:url(../images/tab-act-btn.png) 0px no-repeat;
	background-size:cover;
}
.user-profile .user-profile-tab .tab-content .tab-pane .tab-content {
	padding-left:260px;
}
.user-profile .user-profile-tab .tab-pane:after, .user-profile .user-profile-tab .tab-pane:before, .gift-item-section ul.gift-item-list:after, .gift-item-section ul.gift-item-list:before {
	display: table;
	content: " ";
}
.user-profile .user-profile-tab .tab-pane:after, .gift-item-section ul.gift-item-list:after {
	clear: both;
}
.user-profile .user-profile-tab #prof_tabContent {
	padding-top:20px;
}
.user-profile .user-profile-tab #prof_tabContent p, #prof_tab-accordion .panel-collapse .panel-body .tab-content p {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
}
.gift-item-section ul.gift-item-list {
	padding:0px;
	margin:0px;
	list-style:none;
}
.gift-item-section ul.gift-item-list li {
	width: 33.33333333%;
	float:left;
	padding:10px;
	padding-bottom:0px;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.gift-item-section ul.gift-item-list li img {
	width:100%;
}
.gift-item-section ul.gift-item-list li .hide-brand { 
	position:absolute;
	bottom:-100px;
	left:10px;
	right:10px;
	visibility:hidden;
	background-color: rgba(0, 0, 0, 0.5);
	padding:10px;
}
.gift-item-section ul.gift-item-list li .hide-brand h3 {
	color:#7a8601 !important;
	margin-top:0px;
	margin-bottom:5px;
	font-size:16px;
	font-weight:400;
}
.gift-item-section ul.gift-item-list li .hide-brand p {
	font-family: 'Roboto', sans-serif !important;
	color:#fff !important;
	margin-bottom:0px;
	font-size:14px !important;
}
.gift-item-section ul.gift-item-list li:hover .hide-brand { 
	bottom:0px;
	visibility:visible;
}
#main-nav .social-form-section .social-nav-clear .dropdown-menu, #main-nav .social-form-section .form-inline-clear .dropdown-menu {
	background: none;
}
.how-works .bottom-text {
	padding-bottom:30px;
}
section.brands-features .features-col .owl-carousel .owl-item img {
	/*max-width:100%;
	width:inherit;*/
}
#featured .owl-item .item .pic h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #282828;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
}
#featured .owl-item .item .pic p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #282828;
	text-align:center;
	margin-bottom:0px;
}
#featured .owl-item .item .pic figure {
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
#featured .owl-item .item .pic figure figcaption {
	position:absolute;
	visibility:visible;
	left:0px;
	right:0px;
	bottom:-57px;
	background-color: rgba(255, 255, 255, 0.6);
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #282828;
	padding:5px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
	z-index:100;
	text-align:center;
}
#featured .owl-item .item .pic figure figcaption > span {
	display:block;
	padding-bottom:5px;
	border-bottom:1px solid #909090;
	font-weight:400;
}
#featured .owl-item .item .pic figure:hover figcaption {
	bottom:0px;
	visibility:visible;
}
#featured .owl-item .item .pic .feat-item-deta {
	padding: 10px;
	padding-top:5px;
	padding-bottom:1px;
}
.how-works .steps-row .steps-col figure {
	text-align:center;
}
.how-works .steps-row .steps-col figure img {
	display:inline-block;
}
section.what-fyg h1 strong, section.what-fyg p strong, .how-works .steps-row .steps-col p span {
	font-weight:400;
}
section.what-fyg p span { 
	color:#7a8601;
}
.how-works h5 span {
	font-weight:500; 
}
section.what-fyg h1 span strong {
	font-weight:500;
}
@media (max-width: 1919px) {
.navbar-brand {
	padding:10px 15px 15px;
}
.navbar-brand a {
	padding-top:10px;
}
.navbar-brand a img {
	max-width:60px;
}
#main-nav {
	padding-top:10px;
}
#main-nav .top-social-nav {
	padding-bottom:10px;
}
#main-nav .form-inline .form-control {
	height:32px;
}
#main-nav .form-inline button.btn {
	padding:5px 12px;
}
#main-nav.top-navbar-collapse .social-form-section .social-nav-clear, #main-nav.top-navbar-collapse .social-form-section .form-inline-clear {
	padding-top:5px;
}
section.banner .carousel-caption h1 {
	font-size:60px;
	line-height:62px;
}
section.banner .carousel-caption p {
	font-size:26px;
	margin-bottom:25px;
}
section.banner .carousel-caption a.btn, .how-works a.btn {
	font-size:22px;
}
.banner .carousel .item img {
	max-width:810px;
}
.what-fyg h1, .how-works h1, .brands-features h2, .testimonial h1, .user-profile .top h1 {
	font-size:30px;
}
.how-works h2, .how-works h3 {
	font-size:26px;
}
.how-works h4, .how-works h5, .how-works h6 {
	font-size:20px;
}
.user-profile .user-profile-tab ul#prof_tab > li > a, .user-profile .user-profile-tab #prof_tab-accordion .panel-heading a {
	font-size:16px;
}
.user-profile .user-profile-tab ul#prof_tab > li > a span.badge, .user-profile .user-profile-tab #prof_tab-accordion .panel-heading a span.badge {
	font-size:14px;
	width:22px;
	height:22px;
	line-height:20px;
}
.user-profile .user-profile-tab #prof_tabContent p, .user-profile figure.user-pic figcaption span {
	font-size:16px;
}
.user-profile .user-profile-tab .tab-content .tab-pane ul.nav li a {
	font-size:18px;
}
.user-profile figure.user-pic figcaption {
	font-size:20px;
}
section.banner {
	padding-top:88px;
}
section.banner .carousel-caption {
	bottom:80px;
}
}
@media (max-width: 991px) {
.navbar-brand a img {
	max-width:50px;
}
#main-nav.top-navbar-collapse .social-form-section .form-inline-clear .form-control {
	/*max-width:180px;*/
}
#main-nav.top-navbar-collapse .social-form-section .social-nav-clear {
	padding-left:15px;
}
section.banner .carousel-caption h1 {
	font-size:40px;
	line-height:42px;
}
section.banner .carousel-caption p {
	font-size:20px;
	margin-bottom:20px;
}
section.banner .carousel-caption a.btn, .how-works a.btn {
	font-size:18px;
	padding:6px 30px;
}
section.banner {
	padding-top:80px;
}
.banner .carousel .item img {
	max-width:720px;
}
.what-fyg {
	padding-top:10px;
	padding-bottom:25px;
}
.what-fyg h1, .how-works h1, .brands-features h2, .testimonial h1, .user-profile .top h1 {
	font-size:24px;
	padding-bottom:5px;
}
.how-works h2, .how-works h3 {
	font-size:20px;
}
.how-works h4, .how-works h5, .how-works h6 {
	font-size:18px;
}
.what-fyg h1:after, .how-works h1:after, .brands-features h2:after, .testimonial h1:after, .user-profile .top h1:after {
	height:2px;
	width:70px;
}
.what-fyg p, .user-profile .top p {
	font-size:14px;
}
.how-works .steps-row .steps-col figcaption {
	font-size:20px;
}
.how-works .steps-row .steps-col h4 {
	font-size:18px;
}
.how-works .steps-row .steps-col p {
	font-size:14px;
	line-height:20px;
}
.user-profile .top {
	padding-bottom:20px;
}
.user-profile figure.user-pic figcaption {
	font-size:16px;
}
.user-profile figure.user-pic figcaption span {
	font-size:14px;
	padding-top:5px;
}
.user-profile .user-profile-tab ul#prof_tab > li > a, .user-profile .user-profile-tab #prof_tab-accordion .panel-heading a {
	font-size:14px;
	padding-right:45px;
}
.user-profile .user-profile-tab ul#prof_tab > li + li {
	margin-left:2px;
}
.user-profile .user-profile-tab .col-sm-2 {
	padding-right:0px;
}
.user-profile .user-profile-tab #prof_tabContent p, .user-profile figure.user-pic figcaption span {
	font-size:14px;
}
.user-profile .user-profile-tab .tab-content .tab-pane ul.nav li a {
	font-size:16px;
}
.user-profile .user-profile-tab .tab-content .tab-pane ul.nav {
	width:170px;
}
.user-profile .user-profile-tab .tab-content .tab-pane .tab-content {
	padding-left:190px;
}
.brands-features ul.brands-row li, #featured .owl-item .item .pic {
	padding:4px;
}
.gift-item-section ul.gift-item-list li .hide-brand p {
	display:none;
}
.brands-features {
	padding-top:20px;
	padding-bottom:30px;
}
.testimonial {
	padding-top:20px;
	padding-bottom:20px;
}
.user-profile .user-profile-tab .tab-content .tab-pane ul.nav li a:before, .user-profile .user-profile-tab .tab-content .tab-pane ul.nav li.active a:before {
	width:10px;
	height:10px;
	left:5px;
}
.user-profile .user-profile-tab .tab-content .tab-pane ul.nav li a:before {
	background:url(../images/tab-def-btn.png) 0px no-repeat;
	background-size:cover;
}
.user-profile .user-profile-tab .tab-content .tab-pane ul.nav li.active a:before {
	background:url(../images/tab-act-btn.png) 0px no-repeat;
	background-size:cover;
}
}
@media (max-width: 767px) {
#main-nav .social-form-section .social-nav-clear .dropdown-menu, #main-nav .social-form-section .form-inline-clear .dropdown-menu {
	background: #fff;
}
#featured .owl-item .item .pic figure figcaption > span{
	padding-bottom: 12px;
}
#main-nav .form-inline button.btn{
	display: block;
    margin: 0 auto;
    float: none !important;
    
}
nav.navbar .navbar-header {
	float:left;
	margin:0px;
}
nav.navbar #main-nav {
	display:block;
	float:right;
	margin:0px;
}
nav.navbar #main-nav .navbar-nav {
	margin:0px;
}
#main-nav .social-form-section .social-nav-clear {
	float:right
}
#main-nav .social-form-section .form-inline-clear {
	float:left;
	padding:0px !important;
}
#main-nav.top-navbar-collapse .social-form-section .social-nav-clear, #main-nav.top-navbar-collapse .social-form-section .form-inline-clear {
	padding:0px;
}
#main-nav .social-form-section .social-nav-clear .dropdown a.dropdown-toggle, #main-nav .social-form-section .form-inline-clear .dropdown a.dropdown-toggle {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3d3d3d;
	display:block;
	padding:6px 10px;
} 
#main-nav .social-form-section .social-nav-clear .dropdown-menu, #main-nav .social-form-section .form-inline-clear .dropdown-menu {
	position:absolute;
	right:0px;
	left:inherit;
	min-width:300px;
	border:1px solid #7a8601;
	border-radius:0px;
	padding:20px 15px;
}
#main-nav .social-form-section .social-nav-clear .dropdown-menu ul.nav {
	padding-bottom:0px;
}
#main-nav .social-form-section .form-inline-clear .dropdown-menu .form-inline .form-control {
	width:100%;
}
#main-nav .form-inline button.btn {
	float:right;
}
#main-nav .top-social-nav {
	text-align:center;
}
#main-nav .top-social-nav > li.text:after {
	content:"OR";
	background:none;
	display:block;
	text-align:center;
	width:100%;
	height:auto;
	right:0px;
	left:0px;
	top:40px;
	font-weight:500;
	color:#7a8601;
}
#main-nav .top-social-nav > li.text {
	text-align:center;
	margin-bottom:40px;
}
#main-nav .top-social-nav > li.text a {
	display:inline-block;
	padding:6px 12px;
	border-radius:6px;
	background:#919191;
	color:#fff;
}
#main-nav .top-social-nav > li.text a:hover {
	background:#7a8601;
	color:#fff;
}
#main-nav .top-social-nav > li + li {
	display:inline-block;
}
#main-nav .social-form-section .social-nav-clear .dropdown-menu {
	right:8px;
}
#main-nav .social-form-section .form-inline-clear .dropdown-menu {
	right:-78px;
}
nav.navbar #main-nav {
	padding-right:0px;
	margin-right:-13px;
	border:none;
	padding-top:17px;
}
nav.navbar .navbar-brand {
	padding:5px 13px 13px
}
nav.navbar.top-nav-collapse .navbar-brand {
	padding:5px 10px 10px
}
nav.navbar .navbar-brand a {
	padding-top:10px;
}
nav.navbar.top-nav-collapse .navbar-brand a {
	padding-top:5px;
}
nav.navbar .navbar-brand a img {
	width:40px;
}
nav.navbar.top-nav-collapse .navbar-brand a img {
	width:30px;
}
nav.navbar.top-nav-collapse #main-nav {
	padding-top:9px;
}
.banner .carousel .item img {
	max-width:100%;
}
section.banner {
	padding-top:65px;
}
section.banner .carousel-caption {
	bottom:15px;
	left:0px;
	right:0px;
}
section.banner .carousel-caption h1 {
	font-size:24px;
	line-height:24px;
}
section.banner .carousel-caption p {
	font-size:16px;
	margin-bottom:15px;
}
section.banner .carousel-caption a.btn, .how-works a.btn {
	font-size:14px;
	font-weight:300;
	padding:6px 12px 5px;
}
.how-works .how-works-right .steps-row .steps-col {
	text-align:center;
}
.how-works .how-works-right .steps-row .steps-col img {
	max-width:130px;
	display:inline-block;
}
.how-works h2, .how-works h3, .how-works h4, .how-works h5, .how-works h6 { 
	font-size:16px;
}
.user-profile figure.user-pic {
	padding-bottom:30px;
}
.user-profile figure.user-pic img {
	max-width:100px;
}
.user-profile .user-profile-tab #prof_tab-accordion .panel-heading a {
	padding:8px 45px 8px 55px;
}
.user-profile .user-profile-tab #prof_tab-accordion .panel-heading a span.icon {
	position:absolute;
	top:4px;
	left:12px;
}
.user-profile .user-profile-tab #prof_tab-accordion .panel-heading a span.badge {
	position:absolute;
	top:5px;
	right:12px;
}
#prof_tab-accordion .panel-collapse .panel-body ul.nav {
	padding-bottom:0px;
	border-bottom:1px solid #4d4d4d;
	margin-bottom:15px;
}
#prof_tab-accordion .panel-collapse .panel-body ul.nav li a {
	font-size:15px;
	padding-left:20px;
}
#prof_tab-accordion .panel-collapse .panel-body ul.nav li a:before {
	width:10px;
	height:10px;
	top:17px;
}
#prof_tab-accordion .panel-collapse .panel-body .tab-content p {
	font-size:14px;
}
.brands-features .brands-col {
	padding-bottom:30px;
}
#featured .owl-controls {
	top:-46px;
}
#featured .owl-controls .owl-nav span, #featured .owl-controls .owl-nav span.left:before, #featured .owl-controls .owl-nav span.right:before {
	width:10px;
	height:18px;
}
#featured .owl-controls .owl-nav span.left:before {
	background: url(../images/prev-btn.png) center no-repeat;
	background-size:cover;
}
#featured .owl-controls .owl-nav span.right:before {
	background: url(../images/next-btn.png) center no-repeat;
	background-size:cover;
}
.user-profile {
	padding-bottom:20px;
}
.scrolltotop, .scrolltotop a {
	width:30px;
	height:30px;
}
.scrolltotop.show-to-top {
	right:10px;
	bottom:10px;
}
.scrolltotop i {
	line-height:30px;
}
}
@media (min-width: 768px) {
#main-nav .social-form-section .social-nav-clear .dropdown-menu, #main-nav .social-form-section .form-inline-clear .dropdown-menu {
	display:block;
	position:relative;
	float:none;
	padding:0px;
	margin:0px;
	border:none;
	box-shadow:none;
}
}
@media (min-width: 544px) and (max-width: 767px) {
#featured .owl-item .item .pic figure figcaption {
	bottom:-75px;
}
.how-works .how-works-left {
	width:20%;
	float:left;
}
.how-works .how-works-right {
	width:80%;
	float:left;
}
.how-works .how-works-right .steps-row .steps-col {
	width:50%;
	float:left;
	padding-bottom:30px;
}
.how-works .how-works-right .steps-row .steps-col.steps-col-last {
	width:100%;
	padding-bottom:0px;
}
footer .footer-nav {
	float:left;
}
footer .copyright {
	float:right
}
footer .footer-nav ul li a, footer .copyright p {
	font-size:14px;
	font-weight:300;
}
}
@media (max-width: 543px) {
#featured .owl-item .item .pic figure figcaption {
	bottom:-75px;
}
footer .footer-nav, footer .copyright {
	width:100%;
	float:none;
	text-align:center;
}
footer .footer-nav ul {
	margin-bottom:10px;
}
footer .copyright {
	border-top:1px solid #4d4d4d;
}
footer .footer-nav ul li {
	display:inline-block;
	float:none;
}
footer .copyright p {
	text-align:center;
	padding-top:10px;
}
.how-works .how-works-left {
	text-align:center;
	padding-bottom:20px;
}
.how-works .how-works-left img {
	max-width:100px;
	display:inline-block;
}
.how-works .how-works-right .steps-row .steps-col {
	padding-bottom:30px;
}
.how-works .how-works-right .steps-row .steps-col.steps-col-last {
	padding-bottom:10px;
}
.what-fyg h1, .how-works h1, .brands-features h2, .testimonial h1, .user-profile .top h1 {
	font-size:22px;
}
.gift-item-section ul.gift-item-list {
	padding-top:10px;
}
.brands-features ul.brands-row li, #featured .owl-item .item .pic, .gift-item-section ul.gift-item-list li {
	padding:1px;
}
.panel-body {
	padding-bottom:10px;
}
footer {
	padding-bottom:10px;
}
footer .footer-nav ul li a, footer .copyright p {
	font-size:14px;
	font-weight:300;
}
.gift-item-section ul.gift-item-list li .hide-brand {
	left:1px;
	right:1px;
}
}
@media (max-width: 1199px) {
.how-works h3 {
	margin-bottom:30px;
}
.how-works h5 strong {
	font-weight:500;
}
}
@media (max-width: 768px) {
.how-works h3 {
	margin-bottom:30px;
}
}
@media (max-width: 767px) {
.how-works h3 {
	margin-bottom:20px; 
}
.how-works h5, .how-works h6 {
	line-height:22px;
}
#featured .owl-item .item .pic .feat-item-deta {
	padding-bottom:15px;
}
#featured .owl-item .item .pic h4 {
	font-size:16px;
}
#featured .owl-item .item .pic p, #featured .owl-item .item .pic figure figcaption {
	font-size:12px;
}
}
@media (min-width: 992px) and (max-width: 1366px) {
section.how-works .how-works-left {
	width:15%;
}
section.how-works .how-works-right {
	width:85%;
}
.how-works .steps-row .steps-col figure img {
	max-width:160px
}
}