* {
	outline:none;
	box-sizing:border-box
}
body, div, form, h1, h2, h3, h4, h5, h6, input, li, ol, table, td, textarea, th, ul {
	margin:0;
	padding:0
}
img {
	border:0
}
ol, ul {
	list-style:none
}
table {
	border:0;
	border-collapse:collapse
}
body {
	overflow:initial!important
}
body, html {
	font-family:Lato;
	font-weight:400;
	font-style:normal;
	font-size:100%
}
.mail {text-align: center;
    border: 2px dashed #ffe498;
    margin: 10px 0px;}
.mail h6,.mail p{color: #fff!important;margin:0px;}
.call-p{}
.bg-header{background:linear-gradient(90deg, #4b6cb7 0%,#182848 -100%);}
.tit{border: 2px dotted #8dc63f;padding: 5px 20px 10px;margin-top: 20px;border-radius: 20%;box-shadow: 1px 1px 15px #ffe498;}
.tit h4{margin: 10px 0px 0px 0px; color: #ffe498;font-size: 20px;font-weight: bold;}
.logo1{margin-top:40px;}
.logo1 img{margin:auto;}
.logo2{margin-top:40px;}
.logo2 img{margin:auto;}
.banner{background: url(../images/banner.jpg);background-repeat: no-repeat; height: 500px; width: 100%;float: left; background-position: center;background-size: cover;}
.banner-bg{text-align:center;}
.banner-bg h3{color:#fff;font-size: 25px;}
.banner-bg h2{color: #ffe498;font-size: 30px;}
.banner-bg h4{color: #ea232a;font-size: 45px; text-shadow: 2px 2px 2px #000002;}
.hr-tag{border:2px solid #989797;margin:20px 0px;width:100%;float:left;}
.padding{padding:0px 30px!important;}
.ali ul li{font-family: Lato; font-weight: 400; font-style: normal; font-size: 1.0625rem;line-height: 1.6; color: #21201f; margin-bottom: .8rem;}
.module {width: 90%; height: auto; background: #ffffff; position: relative; border: 5px solid #524875; margin: 20px 10px;padding:10px;text-align:center;}
.module:after {content: ''; position: absolute; top: -12px; left: -12px; right: -12px; bottom: -12px; background: #2d283e; z-index: -1;}
.module a{font-weight: bold;}
.footer-item-wrap p{color: #eee; font-size: 16px;}
.footer-links li{color: #eee; font-size: 20px;}
.bread-banner{background:url('../images/bread-banner.jpg');background-repeat: no-repeat;background-size: cover;height: 250px;}
.breadcrumb {margin-top: 30px; text-align: center;}
.breadcrumb { padding: 5px 8px; margin-bottom: 15px;list-style: none; background-color: #f5f5f5;border-radius: 4px;}
.guide { background: #2d283e; padding: 20px 15px; width: 100%;float: left;}
.guide p{color: #ccc;}

.guidelines {table-layout: fixed; font-size: 15px; width: 90%; border-collapse: collapse; border: 1px solid rgb(207, 189, 152); border-top: 0 none;}
.guidelines tr th { background: #2d283e; text-align: center; z-index: 2; padding-right: 17px; box-shadow: 0 4px 6px rgba(0,0,0,.6); color: #e8e8ec;}
.guidelines tr td { padding-right: 17px; border:1px solid #77a6f7;}
.guidelines th, .guidelines td { text-align:center;padding:10px 0px;}
.guidelines th { border-right: 2px solid rgba(0,0,0,.2); padding: .7rem 0;font-size: 15px;font-weight: 600; text-align: center; font-variant: small-caps;}
.nrmm{width:100%;float:left;}
.vertical-tab{
    font-family: 'Roboto', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
   display: table-cell;
   width: 28%;
   min-width: 28%;
   border: none;
   vertical-align: top;
   position: relative;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color:#fff;
    background-color: #958b03;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0 0 5px 0;
    border-radius: 20px 0 0 20px;
    border: none;
    box-shadow: 0 0 10px #555 inset;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.20s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color:#fff;
    background-color:#2d283e;
    box-shadow: 0 0 0 transparent inset;
    border: none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: "";
    width: 25%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    background:#fff;
    height: 15px;
    width: 15px;
    opacity: 0;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 0;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
    background-color:#fff;
    opacity: 0;
    right: 10%;
}
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after{
    opacity: 1;
    right: -7px;
}
.vertical-tab .tab-content{
    color:#fff;
    background-color:#2d283e;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 0 20px 20px 0;
    display: table-cell;
    position: relative;
}
.vertical-tab .tab-content h3{
    text-transform: uppercase;
    margin: 0 0 7px 0;
    font-size: 20px;color: #f8e498;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .nav-tabs li a{
        margin: 0 0 10px 0;
        border-radius: 20px 20px 0 0;
    }
    .vertical-tab .nav-tabs li a:after{
        transform: translateY(0) translateX(50%) rotate(45deg);
        top: auto;
        bottom: 8px;
        right: 50%;
        left: auto;
    }
    .vertical-tab .nav-tabs li.active a:after,
    .vertical-tab .nav-tabs li a:hover:after{
        opacity: 1;
        transform: translateY(0) translateX(50%) rotate(45deg);
        bottom: -8px;
        right: 50%;
        left: auto;
    }
    .vertical-tab .tab-content{
        display: block;
        padding: 20px 15px 5px;
        border-radius: 0 0 20px 20px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.counter-org{
    color:#EB4700;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter-org .counter-icon{
    color: #fff;
    background-color: #2d283e;
    font-size: 40px;
    line-height: 70px;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}
.counter-org .counter-icon img{border-radius: 50%;}
.counter-org .counter-content{
    background: radial-gradient(#e9e9e9,#fff,#e9e9e9,#fff);
    min-height: 220px;
    padding:20px 10px 5px 151px;
    border-radius: 30px;
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 50%);
}
.counter-org .counter-value{
    font-size: 20px;
    font-weight:700;
    line-height: 27px;
    display: block;
    transition: all 0.3s;
}
.counter-org:hover .counter-value{ text-shadow: 0 0 5px #fff; }
.counter-org h3{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    transition:all 0.3s;
}
.counter-org:hover h3{ transform:rotateX(360deg); }
@media screen and (max-width:990px){
    .counter-org{ margin-bottom: 40px; }
}
.agenda tr td,.agenda thead tr th{padding:10px;}


.counter{
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    text-align: center;
    box-shadow: 0 6px 6px -7px #000 inset;
    position: relative;
}
.counter .counter-content{
    background: linear-gradient(to right,#2D284C 49%, #2d283e 50%);
    width: 83%;
    height: 100%;
    margin: 0 auto;
    padding: 30px 5px;
    box-shadow: 0 5px 5px -5px #000 inset;
    position: relative;
    -webkit-clip-path: polygon(50% 100%, 100% 85%, 100% 0, 0 0, 0 85%);
    clip-path: polygon(50% 100%, 100% 85%, 100% 0, 0 0, 0 85%);
    transition: all 0.3s ease 0s;
	min-height: 180px;
    margin-bottom: 20px;
}
.counter:hover .counter-content{
    background: linear-gradient(to right,#2d283e 49%, #2D284C 50%);
}
.counter h3{
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
    color: #ffe498; line-height:25px;
}
.counter .counter-value{
    font-size: 21px;
    font-weight: 700;
    display: block;
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 30px; }
}
.tabs-scope{
    text-align: center;
    position: relative;
    z-index: 1;
}
.tabs-scope:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: -1;
}
.tabs-scope .nav-tabs{
    display: inline-block;
    border: 1px solid #cdcdcd;
    background: #f9f9f9;
    border-radius: 50px;
    text-align: center;
    padding: 0 20px;
}
.tabs-scope .nav-tabs li{
    float: none;
    display: inline-block;
    position: relative;
}
.tabs-scope .nav-tabs li:after{
    content: "";
    width: 1px;
    height: 30px;
    background: #c4c4c4;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 20px;
    transform: rotate(15deg) translateY(-50%);
}
.tabs-scope .nav-tabs li:last-child:after{
    width: 0;
    height: 0;
}
.tabs-scope .nav-tabs li a{
    font-size: 16px;
    font-weight: 700;
    color: #999;
    border: none;
}
.tabs-scope .nav-tabs li a:hover{
    background: transparent;
    color: #ea232a;
    border: none;
}
.tabs-scope .nav-tabs li.active a,
.tabs-scope .nav-tabs li.active a:focus,
.tabs-scope .nav-tabs li.active a:hover{
    border: none;
    background: none;
    color: #ea232a;
}
.tabs-scope .tab-content{
    font-size: 14px;
    color: #686868;
    line-height: 25px;
    text-align: left;
    padding: 25px 20px;
    background: #f5f5f5;
}
.tabs-scope .tab-content h3{
    font-size: 22px;
    color: #232323;
}
@media only screen and (max-width: 480px){
    .tabs-scope:before{
        width: 0;
        height: 0;
    }
    .tabs-scope .nav-tabs{ padding: 0; }
    .tabs-scope .nav-tabs li{
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e9e9e9;
    }
    .tabs-scope .nav-tabs li:last-child{
        border-bottom: none;
    }
    .tabs-scope .nav-tabs li:after{
        width: 0;
        height: 0;
    }
}


@media (max-width:849px) {
.dropdown-menu {
display:none!important
}
.open .dropdown-menu {
display:block!important
}
}
.content-wrap {
	position:relative
}
nav.navbar {
	border:0;
	background:transparent;
	margin:0
}
.navbar-collapse {
	border:none
}
h1, h1 a, h1 a:hover, h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, h4, h4 a, h4 a:hover, h5, h5 a, h5 a:hover, h6, h6 a, h6 a:hover {
	color:#21201f
}
h1 {
	font-size:2.6rem;
	line-height:3.1rem;
	font-family:Vollkorn, serif;
	font-weight:500;
	padding:0;
margin:2.5rem 0 .625rem
}
@media (min-width:640px) and (max-width:1069px) {
h1 {
font-size:2.5rem;
line-height:2.8rem
}
}
@media (max-width:639px) {
h1 {
font-size:2.2rem;
line-height:2.5rem
}
}
h2 {
	font-size:2.4rem;
	line-height:2.9rem;
	font-family:Vollkorn, serif;
	font-weight:500;
	padding:0;
margin:2.31rem 0 .625rem
}
@media (min-width:640px) and (max-width:1069px) {
h2 {
font-size:2.3rem;
line-height:2.6rem
}
}
@media (max-width:639px) {
h2 {
font-size:2rem;
line-height:2.3rem
}
}
h3 {
	font-size:2rem;
	line-height:2.2rem;
	font-family:Vollkorn, serif;
	font-weight:500;
	padding:0;
margin:2.125rem 0 .625rem
}
@media (min-width:640px) and (max-width:1069px) {
h3 {
font-size:1.9rem;
line-height:2.2rem
}
}
@media (max-width:639px) {
h3 {
font-size:1.7rem;
line-height:2rem
}
}
h4 {
	font-weight:500;
	font-size:1.7rem;
	line-height:2.2rem;
	font-family:Vollkorn, serif;
	padding:0;
margin:1.93rem 0 .625rem
}
@media (min-width:640px) and (max-width:1069px) {
h4 {
font-size:1.65rem;
line-height:2.1rem
}
}
@media (max-width:639px) {
h4 {
font-size:1.5rem;
line-height:1.9rem
}
}
h5 {
	font-weight:500;
	font-size:1.5rem;
	line-height:2rem;
	font-family:Vollkorn, serif;
	padding:0;
margin:1.75rem 0 .625rem
}
@media (min-width:640px) and (max-width:1069px) {
h5 {
font-size:1.45rem;
line-height:1.9rem
}
}
@media (max-width:639px) {
h5 {
font-size:1.3rem;
line-height:1.7rem
}
}
h6 {
	font-weight:500;
	font-size:1.3rem;
	line-height:1.8rem;
	font-family:Vollkorn, serif;
	padding:0;
margin:1rem 0 .625rem
}
@media (min-width:640px) and (max-width:1069px) {
h6 {
font-size:1.25rem;
line-height:1.7rem
}
}
@media (max-width:639px) {
h6 {
font-size:1.1rem;
line-height:1.5rem
}
}
p {
	font-family:Lato;
	font-weight:400;
	font-style:normal;
	font-size:1.0625rem;
	line-height:1.6;
	color:#21201f;
margin-bottom:.8rem
}
@media (max-width:374px) {
p {
font-size:1rem;
line-height:1.575rem
}
}
p a {
	color:#8dc63f
}
p a:hover {
	color:#000
}
a {
	color:#2f2f2f;
transition:all .2s ease-in-out
}
a:hover {
	color:#ff3815;
	text-decoration:none
}
a:focus, a:visited {
	text-decoration:none;
	outline:none
}
.section-heading {
	font:700 1.75rem/1.75rem Vollkorn, serif;
	color:#ff3815;
	float:left;
	text-transform:uppercase;
	display:block;
	margin:0 0 25px;
	width:100%;
	padding:0;
	letter-spacing:1px
}
.unordered-list {
	margin:10px 0 0 25px;
*zoom:1
}
.unordered-list:after, .unordered-list:before {
	display:table;
	line-height:0;
	content:""
}
.unordered-list:after {
	clear:both
}
.unordered-list li {
	margin:0 0 8px;
	padding:0 0 0 5px
}
.unordered-list li:before {
	content:"•";
	color:#8dc63f;
	margin-right:10px
}
@media (max-width:424px) {
.unordered-list li:before {
margin-right:4px
}
}
.unordered-list li a {
	font-size:1.0625rem;
	color:#17aa28
}
@media (max-width:374px) {
.unordered-list li a {
font-size:1rem
}
}
.unordered-list li a:hover {
	color:#000
}
.ordered-list {
	margin:10px 0 0 35px;
*zoom:1
}
.ordered-list:after, .ordered-list:before {
	display:table;
	line-height:0;
	content:""
}
.ordered-list:after {
	clear:both
}
.ordered-list li {
	margin:0 0 8px;
	padding:0 0 0 10px;
	clear:both;
	float:left;
	width:95%
}
.ordered-list li .list-number {
	background:#2d283e;
	padding:4px 8px;
	font-size:15px;
	color:#fff;
	vertical-align:bottom;
	float:left;
	display:inline-block;
	margin-left:-1.5em;
	margin-right:12px;
	text-align:center;
	font-weight:700
}
@media (max-width:424px) {
.ordered-list li .list-number {
margin-right:7px
}
}
.ordered-list li a {
	float:left;
	margin:3px 0 0;
	font-size:1.0625rem;
	display:inline-block;
	color:#17aa28;
	width:inherit
}
@media (max-width:374px) {
.ordered-list li a {
font-size:1rem
}
}
.ordered-list li a:hover {
	color:#000
}
.ordered-list li p {
	margin:2px 0 0;
	float:left;
	width:90%;
	display:inline-block
}
hr {
	border-bottom:1px solid #ddd;
	border-top:none;width: 100%;
}
blockquote {
	background:#f9f9f9;
	border-left:10px solid #8dc63f;
	margin:1em 0;
	padding:1.5em 15px 1.5em 25px;
	quotes:"\201C" "\201D" "\2018" "\2019"
}
blockquote:before {
	color:#8dc63f;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em
}
blockquote p {
	display:inline
}
@media (max-width:374px) {
blockquote p {
font-size:1rem
}
}
.small-font p {
	font-size:1rem;
	line-height:1.5
}
.smallest-font p {
font-size:.9rem;
	line-height:1.4
}
body, html {
	overflow:hidden
}
.page-loading {
	background-color:#fff;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:9999
}
.page-loading .loader {
	background:#ff3815;
	border-radius:50%;
	height:50px;
	left:50%;
	margin-left:-23px;
	margin-top:-14px;
	position:absolute;
	top:50%;
	width:50px;
animation:a .75s linear infinite
}
.page-loading .loader:after {
	content:"";
	position:absolute;
	width:49px;
	height:49px;
	top:1px;
	right:0;
	left:0;
	margin:auto;
	background:#fff;
	border-radius:50%
}
@keyframes a {
to {
transform:rotate(1turn)
}
}
.page-loading .text {
	color:#a2afbc;
	display:block;
	font-size:11px;
	left:50%;
	margin-left:-17px;
	margin-top:44px;
	position:absolute;
	top:50%
}
.badge {
	background:#8dc63f;
	display:inline-block;
	font-size:10px;
	font-weight:700;
	font-family:Lato;
	line-height:25px;
	letter-spacing:2px;
	padding:0 10px;
	border-radius:30px;
	text-transform:uppercase
}
@media (min-width:380px) and (max-width:450px) {
.badge {
font-size:9px;
padding:0 8px
}
}
@media (max-width:389px) {
.badge {
font-size:8px;
padding:0 8px;
line-height:20px
}
}
.badge a {
	color:#fff
}
.subscribe-box {
	width:100%;
	background:#f4f4f4;
	padding:30px;
	overflow:hidden;
	clear:both
}
.subscribe-box .subscribe-text {
	float:left;
	width:50%
}
@media (min-width:1070px) and (max-width:1300px) {
.subscribe-box .subscribe-text {
width:40%
}
}
@media (max-width:1069px) {
.subscribe-box .subscribe-text {
float:none;
width:100%;
text-align:center;
margin-bottom:20px
}
}
.subscribe-box .subscribe-text .subscribe-title {
	text-transform:uppercase;
	color:#333;
	font-size:16px;
	letter-spacing:1px;
	font-weight:700;
	margin-bottom:3px;
	margin-top:-3px
}
.subscribe-box .subscribe-text .subscribe-title:before {
	font-family:FontAwesome;
	content:"\f003";
	font-weight:400;
	font-size:16px;
	margin-right:6px
}
.subscribe-box .subscribe-text p {
	color:#999;
	font-size:14px;
	line-height:18px;
	margin:0
}
.subscribe-box .subscribe-form {
	float:right;
	width:50%;
	text-align:right
}
@media (min-width:1070px) and (max-width:1300px) {
.subscribe-box .subscribe-form {
width:60%
}
}
@media (max-width:1069px) {
.subscribe-box .subscribe-form {
width:100%
}
}
.subscribe-box .subscribe-form input[type=email] {
	box-sizing:border-box;
	width:67%;
	float:left;
	font-style:italic;
	padding:12px 16px;
	background:#fefefe;
	border:none;
	font-family:Open Sans, Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#888
}
@media (max-width:520px) {
.subscribe-box .subscribe-form input[type=email] {
width:100%;
margin:0 0 20px
}
}
.subscribe-box .subscribe-form input[type=button] {
	padding-left:0;
	padding-right:0;
	float:right;
	width:30%;
	letter-spacing:1px;
transition:all .2s ease-in-out
}
@media (max-width:520px) {
.subscribe-box .subscribe-form input[type=button] {
width:100%
}
}
.blog-post-author {
	padding:15px;
	float:left;
	margin:0;
	border:4px double #ddd
}
.blog-post-author .author-pic {
	float:left;
	margin-right:21px
}
@media (max-width:620px) {
.blog-post-author .author-pic {
width:100%;
float:none;
text-align:center
}
}
.blog-post-author .author-pic img {
	width:80px;
	height:80px;
	border-radius:50%
}
.blog-post-author .author-desc {
	overflow:hidden
}
@media (max-width:620px) {
.blog-post-author .author-desc {
width:100%;
float:none;
text-align:center
}
}
.blog-post-author .author-desc .author-name {
	margin:8px 0;
	font-size:1.7rem;
	line-height:1.7rem;
	font-family:Vollkorn, serif;
	color:#000
}
.blog-post-author .author-desc .author-name a:hover {
	color:#000
}
.blog-post-author .author-desc p {
	font-weight:400
}
@media (max-width:424px) {
.blog-post-author .author-desc p {
font-size:.8rem
}
}
.blog-post-author .author-social-icons {
	margin:10px 0 0
}
.blog-post-author .author-social-icons li {
	display:inline-block;
	margin-right:10px
}
.blog-post-author .author-social-icons li a {
	font-size:14px;
	color:#000
}
.blog-post-author .author-social-icons li a:hover {
	color:#8dc63f
}
.post-meta {
	margin:10px 0 0
}
.post-meta .posted-on a {
	font-size:1rem;
	color:#716e6a;
	font-family:Vollkorn, serif;
	font-weight:500;
	letter-spacing:1px
}
@media (max-width:639px) {
.post-meta .posted-on a {
font-size:.9375rem;
line-height:1.0625rem
}
}
.post-meta .dot {
	display:inline;
	color:#716e6a;
	padding:0 1px 0 3px;
	vertical-align:top
}
.post-meta .author, .post-meta .categories {
	color:#666
}
.post-meta .author a, .post-meta .categories a {
	font-size:1rem;
	color:#8dc63f;
	line-height:18px;
	font-weight:500;
	font-style:italic;
	letter-spacing:1px;
	font-family:Vollkorn, serif
}
@media (max-width:639px) {
.post-meta .author a, .post-meta .categories a {
font-size:.9375rem;
line-height:1.0625rem
}
}
.post-meta .author a:hover, .post-meta .categories a:hover {
	text-decoration:underline
}
.post-meta .author {
	font-size:16px;
	color:#716e6a;
	font-family:Vollkorn, serif;
	font-weight:500;
	font-style:italic;
	letter-spacing:1px
}
@media (max-width:639px) {
.post-meta .author {
font-size:.9375rem;
line-height:1.0625rem
}
}
.module-wrapper {
*zoom:1;
	padding:30px 0
}
.module-wrapper:after, .module-wrapper:before {
	display:table;
	line-height:0;
	content:""
}
.module-wrapper:after {
	clear:both
}
@media (min-width:850px) {
.back-top {
position:fixed;
width:40px;
height:40px;
text-align:center;
z-index:2;
cursor:pointer;
display:block;
line-height:40px;
font-size:25px;
background-color:#000;
border-radius:50%;
transition:.3s ease-in-out;
right:30px;
bottom:2rem
}
.back-top, .back-top:before {
font-family:FontAwesome;
color:#fff
}
.back-top:before {
content:"\f106";
display:inline-block;
position:relative;
top:-2px;
font-size:20px;
transition:.2s
}
}
.align-left {
	float:left;
	margin:5px 20px 0 0
}
@media (max-width:619px) {
.align-left {
margin:0 0 10px
}
}
.align-center {
	text-align:center
}
.align-right {
	float:right;
	margin:5px 0 0 20px
}
@media (max-width:619px) {
.align-right {
margin:0 0 10px
}
}
.capital-letter {
	font-weight:700;
	display:block;
	float:left;
	padding:0 7px 0 0;
	line-height:49px;
	font-size:42px;
	text-transform:uppercase
}
.facebook-icon {
	color:#3b5998
}
.twitter-icon {
	color:#00aced
}
.youtube-icon {
	color:#cc181e
}
.pinterest-icon {
	color:#bd081c
}
.vimeo-icon {
	color:#1ab7ea
}
.instagram-icon {
	color:#c32aa3
}
.reddit-icon {
	color:#ff4500
}
.tumblr-icon {
	color:#2c4762
}
.google-plus-icon {
	color:#db4437
}
.linkedin-icon {
	color:#007bb5
}
.facebook-icon:hover, .google-plus-icon:hover, .instagram-icon:hover, .linkedin-icon:hover, .pinterest-icon:hover, .reddit-icon:hover, .tumblr-icon:hover, .twitter-icon:hover, .vimeo-icon:hover, .youtube-icon:hover {
	color:#8dc63f
}
.input-custom-style label {
	font-size:15px;
	line-height:23px;
	font-weight:400;
	cursor:pointer;
	margin-bottom:6px
}
.input-custom-style input[type=checkbox] {
	display:none
}
.input-custom-style input[type=checkbox]+label:before {
	content:"\2713";
	color:transparent;
	display:inline-block;
	border:1px solid #8dc63f;
	font-size:15px;
	font-weight:700;
	line-height:17px;
	margin:-5px 9px 0 0;
	height:20px;
	width:20px;
	text-align:center;
	vertical-align:baseline;
transition:color .3s ease
}
.input-custom-style input[type=checkbox]:checked+label:before {
	color:#8dc63f
}
.tabs-panel {
	padding:0;
	margin:30px 0 0
}
@media (max-width:1069px) {
.tabs-panel {
margin:15px 0 0
}
}
.tabs-panel #product-tabs {
	float:left;
	margin:0;
	border:none
}
.tabs-panel #product-tabs li {
	margin-right:1px;
	padding:0;
	float:left;
	clear:none
}
.tabs-panel #product-tabs li a {
	font-size:13px;
	border:none;
	text-transform:uppercase;
	background:#f8f8f8;
	color:#666;
	border-radius:0;
	padding:9px 10px;
	border:0;
	margin-right:0;
	background:0
}
@media (max-width:374px) {
.tabs-panel #product-tabs li a {
padding:8px 4px
}
}
.tabs-panel #product-tabs li a i {
	color:#a6a6a6
}
.tabs-panel #product-tabs li.active {
	background:#8dc63f;
	position:relative;
	padding:0
}
.tabs-panel #product-tabs li.active a {
	border:0;
	color:#fff;
	background:#8dc63f
}
.tabs-panel #product-tabs li.active a i {
	color:#404040
}
.tabs-panel #product-tabs li li.open {
	border:0;
	background:#f2f2f2;
	color:#333;
	border-radius:0
}
.tabs-panel #product-tabs li li.open a i {
	color:#a6a6a6
}
.tabs-panel #product-tabs li li.open .dropdown-menu {
	margin-top:0
}
.tabs-panel .tab-content {
	clear:both;
	background-color:#fff;
	border:0;
	padding:0
}
.btn {
	display:inline-block;
	padding:6px 20px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.8572;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:2px;
	-ms-touch-action:manipulation;
	touch-action:manipulation
}
.btn:hover {
transition:all .2s ease-in-out
}
.btn-primary {
	color: #fff;
    text-transform: uppercase;
    background: #2d283e;
    border: 2px solid #860ab9;
}
.btn-primary:hover {
	background:#ff3815;
	border:1px solid #ff3815
}
.btn-primary:active, .btn-primary:focus {
	background:#8dc63f;
	border:1px solid #8dc63f
}
.btn-default {
	color:#666;
	background-color:#fff;
	border-color:#8dc63f
}
.btn-default:active, .btn-default:focus, .btn-default:hover {
	color:#fff;
	background:#8dc63f;
	border-color:#8dc63f
}
.btn-select {
	position:relative;
	padding:0!important;
	width:100%;
	border-radius:0
}
.btn-select .btn-select-value {
	padding:3px 12px;
	display:block;
	position:absolute;
	left:0;
	right:34px;
	text-align:left;
	text-overflow:ellipsis;
	overflow:hidden;
	border-top:none!important;
	border-bottom:none!important;
	border-left:none!important
}
.btn-select .btn-select-arrow {
	float:right;
	line-height:20px;
	padding:6px 10px;
	top:0
}
.btn-select ul {
	display:none;
	background-color:#fff;
	color:#000;
	clear:both;
	list-style:none;
	padding:0;
	margin:0;
	border-top:none!important;
	position:absolute;
	left:-1px;
	right:-1px;
	top:33px;
	z-index:999
}
.btn-select ul li {
	padding:3px 6px 3px 12px;
	text-align:left
}
.btn-select ul li:hover {
	background-color:#f4f4f4
}
.btn-select ul li.selected {
	color:#fff
}
.btn-select.btn-default.active, .btn-select.btn-default:active, .btn-select.btn-default:hover {
	border-color:#ccc
}
.btn-select.btn-default ul li.selected {
	background-color:#ccc
}
.btn-select.btn-default .btn-select-value, .btn-select.btn-default ul {
	background-color:#fff;
	border:1px solid #ccc
}
.btn-select.btn-default.active, .btn-select.btn-default:hover {
	background-color:#e6e6e6
}
.btn-select.btn-primary.active, .btn-select.btn-primary:active, .btn-select.btn-primary:hover {
	border-color:#286090
}
.btn-select.btn-primary ul li.selected {
	background-color:#2e6da4;
	color:#fff
}
.btn-select.btn-primary ul {
	border:1px solid #2e6da4
}
.btn-select.btn-primary .btn-select-value {
	background-color:#428bca;
	border:1px solid #2e6da4
}
.btn-select.btn-primary.active, .btn-select.btn-primary:hover {
	background-color:#286090
}
.btn-success {
	background:#8dc63f
}
.btn-select.btn-success.active, .btn-select.btn-success:active, .btn-select.btn-success:hover, .btn-success {
	border-color:#8dc63f
}
.btn-select.btn-success ul li.selected {
	background-color:#8dc63f;
	color:#fff
}
.btn-select.btn-success ul {
	border:1px solid #8dc63f
}
.btn-select.btn-success .btn-select-value {
	background-color:#8dc63f;
	border:1px solid #8dc63f
}
.btn-select.btn-success.active, .btn-select.btn-success:hover {
	background-color:#8dc63f
}
.btn-select.btn-info.active, .btn-select.btn-info:active, .btn-select.btn-info:hover {
	border-color:#46b8da
}
.btn-select.btn-info ul li.selected {
	background-color:#46b8da;
	color:#fff
}
.btn-select.btn-info ul {
	border:1px solid #46b8da
}
.btn-select.btn-info .btn-select-value {
	background-color:#5bc0de;
	border:1px solid #46b8da
}
.btn-select.btn-info.active, .btn-select.btn-info:hover {
	background-color:#269abc
}
.btn-select.btn-warning.active, .btn-select.btn-warning:active, .btn-select.btn-warning:hover {
	border-color:#eea236
}
.btn-select.btn-warning ul li.selected {
	background-color:#eea236;
	color:#fff
}
.btn-select.btn-warning ul {
	border:1px solid #eea236
}
.btn-select.btn-warning .btn-select-value {
	background-color:#f0ad4e;
	border:1px solid #eea236
}
.btn-select.btn-warning.active, .btn-select.btn-warning:hover {
	background-color:#d58512
}
.btn-select.btn-danger.active, .btn-select.btn-danger:active, .btn-select.btn-danger:hover {
	border-color:#d43f3a
}
.btn-select.btn-danger ul li.selected {
	background-color:#d43f3a;
	color:#fff
}
.btn-select.btn-danger ul {
	border:1px solid #d43f3a
}
.btn-select.btn-danger .btn-select-value {
	background-color:#d9534f;
	border:1px solid #d43f3a
}
.btn-select.btn-danger.active, .btn-select.btn-danger:hover {
	background-color:#c9302c
}
.btn-select.btn-select-light .btn-select-value {
	background-color:#fff;
	color:#000
}
.moby-overlay {
	box-sizing:border-box;
	position:fixed;
	transform:translateZ(0);
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2000;
	visibility:hidden;
	opacity:0;
transition:all .2s
}
.moby-overlay.dark {
	background:rgba(0, 0, 0, .85)
}
.moby-overlay.light {
	background:hsla(0, 0%, 100%, .65)
}
.moby-overlay.moby-overlay-active {
	visibility:visible!important;
	opacity:1!important
}
.moby-body-fixed {
	overflow:hidden!important
}
.moby {
	background:#fff;
transition:all .4s;
	overflow:auto
}
.moby, .moby * {
	box-sizing:border-box
}
.moby.moby-hidden {
	display:none
}
.moby.moby-demo {
	color:#fff;
	background:#2196f3;
	position:fixed;
	z-index:3000;
	top:0;
	height:100%;
	width:30%;
	right:0;
	min-width:280px;
	transform:translateX(100%);
	padding:60px 0 20px;
	overflow:auto
}
.moby.moby-demo.moby-active {
	transform:translateX(0)
}
.moby.moby-demo .moby-inner {
	height:100%;
	min-height:520px
}
.moby.moby-demo .moby-inner>p {
	height:40px;
	-ms-flex-pack:center;
	justify-content:center;
	padding:0 30px;
	font-size:13px;
	text-align:center
}
.moby.moby-demo .moby-close, .moby.moby-demo .moby-inner>p {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:row;
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
	-ms-flex-align:center;
	align-items:center
}
.moby.moby-demo .moby-close {
	color:#fff;
	cursor:pointer;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	padding:20px;
	background:transparent;
	position:absolute;
	top:0;
	left:0
}
.moby.moby-demo .moby-close .moby-close-icon {
	margin-right:0;
	height:20px;
	width:20px;
	display:inline-block;
	position:relative
}
.moby.moby-demo .moby-close .moby-close-icon:after, .moby.moby-demo .moby-close .moby-close-icon:before {
	background:#fff
}
.moby.moby-demo .moby-wrap {
	height:calc(100% - 40px);
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:row;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center
}
.moby.moby-demo .moby-wrap>div {
	width:100%
}
.moby.moby-demo .moby-wrap img {
	margin:0 auto 40px;
	display:block;
	width:100px;
	height:auto
}
.moby.moby-demo .moby-wrap .moby-menu, .moby.moby-demo .moby-wrap .moby-menu>* {
	width:100%
}
.moby.moby-demo ul li ul a {
	padding:20px 70px;
	font-size:16px;
	background:#0c7cd5
}
.moby.moby-demo ul li a {
	position:relative;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-weight:400;
	display:block;
	padding:20px 70px;
	text-align:center;
transition:color .3s
}
.moby.moby-demo ul li a:hover {
	color:#e0e0e0
}
.moby.moby-demo ul li a .moby-expand {
	position:absolute;
	width:50px;
	top:0;
	right:0;
	height:100%;
	text-align:center;
	padding:10px;
	color:#fff;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:row;
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
transition:color .3s
}
.moby.moby-demo ul li a .moby-expand:hover {
	color:#e0e0e0
}
.moby.moby-demo ul li a .moby-expand i, .moby.moby-demo ul li a .moby-expand span {
	font-size:20px
}
.moby.right-side {
	position:fixed;
	z-index:3000;
	top:0;
	height:100%;
	width:30%;
	right:0;
	min-width:280px;
	transform:translateX(100%)
}
.moby.right-side.moby-active {
	transform:translateX(0)
}
.moby.fade {
	position:fixed;
	z-index:3000;
	top:0;
	height:100%;
	left:0;
	width:100%;
	visibility:hidden;
	opacity:0
}
.moby.fade.moby-active {
	opacity:1;
	visibility:visible
}
.moby.fade ul {
	width:100%
}
.moby.left-side {
	position:fixed;
	z-index:3000;
	top:0;
	height:100%;
	left:0;
	width:30%;
	min-width:280px;
	transform:translateX(-100%)
}
.moby.left-side.moby-active {
	transform:translateX(0)
}
.moby.top-full {
	position:fixed;
	z-index:3000;
	top:0;
	transform:translateY(-100%);
	height:100%;
	left:0;
	width:100%
}
.moby.top-full ul {
	width:100%
}
.moby.top-full.moby-active {
	transform:translateY(0)
}
.moby.bottom-full {
	position:fixed;
	z-index:3000;
	transform:translateY(100%);
	height:100%;
	left:0;
	width:100%
}
.moby.bottom-full ul {
	width:100%
}
.moby.bottom-full.moby-active {
	transform:translateY(0)
}
.moby.grow-out {
	position:fixed;
	z-index:3000;
	top:0;
	height:100%;
	left:0;
	width:100%;
	transform:scale(.7);
	visibility:hidden;
	opacity:0
}
.moby.grow-out ul {
	width:100%
}
.moby.grow-out.moby-active {
	opacity:1;
	visibility:visible;
	transform:scale(1)
}
.moby.shrink-in {
	position:fixed;
	z-index:3000;
	top:0;
	height:100%;
	left:0;
	width:100%;
	transform:scale(1.2);
	visibility:hidden;
	opacity:0
}
.moby.shrink-in ul {
	width:100%
}
.moby.shrink-in.moby-active {
	opacity:1;
	visibility:visible;
	transform:scale(1)
}
.moby ul {
	list-style:none;
	transform:translateZ(0)
}
.moby ul ul {
	display:none
}
.moby ul li ul a {
	padding:10px 90px 10px 39px;
	font-weight:400;
	font-size:14px
}
.moby ul li ul li ul a {
	padding:10px 90px 10px 50px;
	font-weight:400;
	font-size:14px
}
.moby ul li ul li ul li ul a {
	padding:10px 90px 10px 60px;
	font-weight:400;
	font-size:14px
}
.moby ul li a {
	position:relative;
	color:#666;
	text-decoration:none;
	font-size:16px;
	font-weight:400;
	display:block;
	padding:15px 90px 15px 30px;
	text-align:left
}
.moby ul li a .moby-expand {
	position:absolute;
	width:60px;
	top:0;
	right:0;
	height:100%;
	text-align:center;
	padding:10px;
	color:#666;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:row;
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center
}
.moby ul li a .moby-expand i, .moby ul li a .moby-expand span {
	font-size:20px
}
.moby .moby-close {
	color:#fff;
	cursor:pointer;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	padding:20px 30px;
	background:#8dc63f;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:row;
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap
}
.moby .moby-close .moby-close-icon {
	font-weight:700;
	margin-right:15px;
	position:relative;
	height:20px;
	width:20px;
	transform:rotate(45deg)
}
.moby .moby-close .moby-close-icon:before {
	content:"";
	position:absolute;
	left:0;
	width:100%;
	height:2px;
	background:#fff;
	top:50%;
	margin-top:-1px
}
.moby .moby-close .moby-close-icon:after {
	content:"";
	position:absolute;
	left:50%;
	height:100%;
	width:2px;
	background:#fff;
	top:0;
	margin-left:-1px
}
#header #mobile-header {
	width:100%;
	margin:0 auto;
}
#header #header-left .search {
	width:60%;
	position:relative;
	margin:10px 0 0 9%
}
@media (min-width:850px) and (max-width:1069px) {
#header #header-left .search {
width:70%
}
}
@media (max-width:849px) {
#header #header-left .search {
display:none
}
}
#header #header-left .search input {
	border:none
}
#header #header-left .search input::-webkit-input-placeholder {
color:#fff
}
#header #header-left .search input:-moz-placeholder, #header #header-left .search input::-moz-placeholder {
color:#fff
}
#header #header-left .search input:-ms-input-placeholder {
color:#fff
}
#header #header-left .search input:focus::-webkit-input-placeholder {
color:transparent
}
#header #header-left .search input:focus:-moz-placeholder, #header #header-left .search input:focus::-moz-placeholder {
color:transparent
}
#header #header-left .search input:focus:-ms-input-placeholder {
color:transparent
}
#header #header-left .search input[type=text] {
	width:100%;
	background:#8dc63f;
	padding:13px 45px 13px 12px;
	font:italic 13px/15px Lato;
	color:#fff
}
#header #header-left .search input[type=text]:-webkit-autofill {
-webkit-box-shadow:0 0 0 1000px #8dc63f inset;
-webkit-text-fill-color:#fff!important
}
#header #header-left .search button {
	line-height:38px;
	position:absolute;
	top:0;
	right:0;
	margin-right:10px;
	color:#fff;
	background:transparent;
	border:none
}
#header #header-left .search button i {
	font-size:16px
}
#header #header-middle {
	margin:0 0 25px;
	text-align:center
}
#header #header-middle h1 {
	    margin: 0;
    
}
#header #header-middle .logo {
	padding: 0;
    margin: 0;
    /* font-family: Great Vibes, cursive; */
    font-size: 27px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff!important;
    text-shadow: 2px 2px 2px #812bb2;
}
@media (min-width:850px) and (max-width:1069px) {
#header #header-middle .logo {
font-size:43px;
line-height:43px
}
}
@media (max-width:849px) {
#header #header-middle .logo {
font-size:43px;
line-height:43px;
margin-bottom:10px
}
}
@media (width:850px) {
#header #header-middle .logo {
font-size:36px;
line-height:36px
}
}
@media (max-width:375px) {
#header #header-middle .logo {
float:none;
display:block;
text-align:center
}
}
#header #header-middle .logo span {
	color:#ff0d03;
	font-size:48px
}
@media (min-width:850px) and (max-width:1069px) {
#header #header-middle .logo span {
font-size:43px;
line-height:43px
}
}
@media (max-width:849px) {
#header #header-middle .logo span {
font-size:43px;
line-height:43px
}
}
@media (width:850px) {
#header #header-middle .logo span {
font-size:36px;
line-height:36px
}
}
#header #header-middle .logo strong {
	font-size:30px
}
@media (width:850px) {
#header #header-middle .logo strong {
font-size:26px
}
}
#header #header-middle .logo i {
	margin:-12px 0 0;
	font-style:normal;
	display:block;
	font-weight:600;
	font-size:23px;
	letter-spacing:1px;
	color:#8dc63f
}
@media (min-width:850px) and (max-width:1069px) {
#header #header-middle .logo i {
font-size:21px;
margin-top:-8px
}
}
@media (width:850px) {
#header #header-middle .logo i {
font-size:19px;
margin-top:-6px
}
}
@media (min-width:375px) and (max-width:849px) {
#header #header-middle .logo i {
font-size:21px;
margin-top:-8px
}
}
@media (max-width:374px) {
#header #header-middle .logo i {
font-size:19px;
margin-top:-8px
}
}
#header #header-right {
	text-align:center
}
#header #header-right .social-icons {
	width:100%;
	margin:8px auto 0;
	text-align:center
}
@media (max-width:849px) {
#header #header-right .social-icons {
display:none
}
}
#header #header-right .social-icons li {
	display:inline-block;
	margin:0 12px 0 0
}
#header #header-right .social-icons li a {
	font-size:1rem
}
#header #header-right .social-icons li:last-child {
	margin-right:0
}
#header #header-right .header-account {
	margin:3px 0 0
}
@media (max-width:849px) {
#header #header-right .header-account {
display:none
}
}
#header #header-right .header-account span {
	font-size:13px;
	color:#000
}
#header #header-right .header-account a {
	font-weight:600;
	font-size:13px;
	color:#666
}
#header #header-right .header-account a:hover {
	color:#000
}
#header #header-bottom {
	margin-bottom:-29px;
*zoom:1
}
#header #header-bottom:after, #header #header-bottom:before {
	display:table;
	line-height:0;
	content:""
}
#header #header-bottom:after {
	clear:both
}
@media (min-width:321px) and (max-width:850px) {
#header #header-bottom {
padding:0 30px
}
}
@media (max-width:320px) {
#header #header-bottom {
padding:0 30px
}
}
@media (max-width:849px) {
#header #header-bottom {
border-bottom:4px double #999;
padding-bottom:15px;
padding-top:22px;
margin:0
}
}
#header #header-bottom #burger-btn {
	display:none;
	float:left;
	width:25px;
	position:relative;
	margin:0;
	transform:rotate(0deg);
transition:.5s ease-in-out;
	cursor:pointer;
	min-height:25px
}
@media (max-width:849px) {
#header #header-bottom #burger-btn {
display:block
}
}
#header #header-bottom #burger-btn span {
	display:block;
	position:absolute;
	height:3px;
	width:100%;
	background:#666;
	border-radius:3px;
	opacity:1;
	left:0;
	transform:rotate(0deg);
transition:.25s ease-in-out
}
#header #header-bottom #burger-btn span:first-child {
	top:0
}
#header #header-bottom #burger-btn span:nth-child(2), #header #header-bottom #burger-btn span:nth-child(3) {
top:8px
}
#header #header-bottom #burger-btn span:nth-child(4) {
top:16px
}
#header #header-bottom #burger-btn.open span:first-child {
	top:18px;
	width:0;
	left:50%
}
#header #header-bottom #burger-btn.open span:nth-child(2) {
transform:rotate(45deg)
}
#header #header-bottom #burger-btn.open span:nth-child(3) {
transform:rotate(-45deg)
}
#header #header-bottom #burger-btn.open span:nth-child(4) {
top:18px;
width:0;
left:50%
}
#header #header-bottom .mobile-social-icons {
	display:none;
	margin:-2px 0 0;
	float:right
}
@media (max-width:849px) {
#header #header-bottom .mobile-social-icons {
display:block
}
}
#header #header-bottom .mobile-social-icons li {
	float:left;
	margin:0 0 0 10px
}
#header #header-bottom .mobile-social-icons li a {
	font-size:17px
}
#header #header-bottom #main-menu {
	display:block;
	width: 100%;
    float: left;
	margin:0;
	padding:0;
	text-align:center
}
@media (max-width:849px) {
#header #header-bottom #main-menu {
display:none
}
}
#header #header-bottom #main-menu>li {
	display:inline-block;
	margin:0 15px;
}
@media (max-width:849px) {
#header #header-bottom #main-menu>li {
width:100%;
display:block;
float:left;
margin:0
}
}
#header #header-bottom #main-menu>li a {
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#2d283e;
	display:block;
	font-weight:600;
	padding:20px 0
}
@media (max-width:849px) {
#header #header-bottom #main-menu>li a {
padding:2px 0
}
}
#header #header-bottom #main-menu>li a:hover {
	color:#000
}
#header #header-bottom #main-menu li {
	position:relative
}
#header #header-bottom #main-menu li.dropdown:hover>a {
	color:#000
}
#header #header-bottom #main-menu li.dropdown>a:after {
	font-family:FontAwesome;
	content:"\f107";
	margin-left:9px;
	color:#666;
	font-size:12px;
	text-align:right
}
#header #header-bottom #main-menu li.dropdown>a:hover:after {
	color:#000
}
#header #header-bottom #main-menu ul {
	display:none;
	background-color:#fff;
	position:absolute;
	margin-top:0;
	left:0;
	z-index:99999;
	text-align:left;
	border:1px solid #e5e5e5;
	border-bottom:none;
	border-radius:0
}
@media (max-width:849px) {
#header #header-bottom #main-menu ul {
position:relative;
border:none;
box-shadow:none
}
}
#header #header-bottom #main-menu ul li {
	display:block;
	position:relative
}
#header #header-bottom #main-menu ul li.dropdown>a:after {
	font-family:FontAwesome;
	content:"\f105";
	color:#666;
	font-size:12px;
	text-align:right
}
#header #header-bottom #main-menu ul li.dropdown>a:hover:after {
	color:#000
}
#header #header-bottom #main-menu ul li a {
	color:#666;
	margin:0;
	font-size:12px;
	padding:8px 15px;
	line-height:20px;
transition:.25s;
	border-bottom:1px solid #e5e5e5;
	border-top:none;
	white-space:nowrap
}
@media (max-width:849px) {
#header #header-bottom #main-menu ul li a {
border:none;
padding:2px 10px
}
}
#header #header-bottom #main-menu ul li a:hover {
	color:#000
}
#header #header-bottom #main-menu ul li ul {
	display:none;
	position:absolute;
	top:0;
	left:100%;
	background:#fff;
	margin-top:-1px
}
#header #header-bottom #main-menu .selected>a {
	color:#000
}
#header #header-bottom #mobile-search-icon {
	display:none;
	float:right;
	font-size:16px;
	color:#666;
	margin:-1px 0 0 20px
}
@media (max-width:849px) {
#header #header-bottom #mobile-search-icon {
display:block
}
}
#header #header-bottom #mobile-search-icon i.fa {
	width:inherit
}
#header #header-bottom #mobile-search-form {
	display:none
}
.figlio {
	box-shadow:none!important
}
.figlio .search {
	width:100%
}
.figlio .search input[type=text] {
	width:inherit;
	height:70px;
	border:none;
	color:#fff;
	border-bottom:1px solid #fff;
	font-size:30px;
	line-height:70px;
	padding:0;
	background:transparent;
	font-style:italic
}
.figlio .search input[type=text]::-webkit-input-placeholder {
color:#fff
}
.figlio .search input[type=text]:-ms-input-placeholder, .figlio .search input[type=text]::-ms-input-placeholder {
color:#fff
}
.figlio .search input[type=text]::placeholder {
color:#fff
}
.vbox-content {
	padding:0 30px
}
.vbox-content .vbox-inline {
	width:100%!important
}
.fixed-nav {
	width:100%;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:1001
}
@media (min-width:849px) {
.fixed-nav {
box-shadow:0 0 15px 8px hsla(0, 0%, 61%, .2)
}
}
.owl-carousel {
	margin:30px 0
}
@media (max-width:849px) {
.owl-carousel {
margin:1px 0 25px
}
}
.owl-carousel .post-thumb {
	position:relative
}
.owl-carousel .post-thumb .overlay-call-to-action {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .4);
	z-index:0;
	top:0;
	left:0
}
.owl-carousel .post-content {
	text-align:left;
	padding:7%;
	position:absolute;
	top:auto;
	left:0;
	bottom:0;
	right:0
}
.owl-carousel .post-content .slide-header .badge {
	background:#8dc63f;
	display:inline-block;
	font-size:10px;
	font-weight:700;
	font-family:Lato;
	line-height:25px;
	letter-spacing:2px;
	padding:0 10px;
	border-radius:30px;
	text-transform:uppercase;
	margin:0 0 2px 4px
}
@media (min-width:380px) and (max-width:450px) {
.owl-carousel .post-content .slide-header .badge {
font-size:9px;
padding:0 8px
}
}
@media (max-width:389px) {
.owl-carousel .post-content .slide-header .badge {
font-size:8px;
padding:0 8px;
line-height:20px
}
}
.owl-carousel .post-content .slide-header .badge a {
	color:#fff
}
.owl-carousel .post-content .slide-header .slide-title {
	margin:3% 0 3% -2px;
	line-height:1.16;
	font-style:italic;
	font-family:Vollkorn, serif
}
@media (min-width:660px) {
.owl-carousel .post-content .slide-header .slide-title {
font-size:2.8rem
}
}
@media (min-width:560px) and (max-width:659px) {
.owl-carousel .post-content .slide-header .slide-title {
font-size:2.4rem
}
}
@media (min-width:450px) and (max-width:559px) {
.owl-carousel .post-content .slide-header .slide-title {
font-size:2rem
}
}
@media (min-width:390px) and (max-width:449px) {
.owl-carousel .post-content .slide-header .slide-title {
font-size:1.75rem
}
}
@media (max-width:389px) {
.owl-carousel .post-content .slide-header .slide-title {
font-size:1.5rem
}
}
.owl-carousel .post-content .slide-header .slide-title a {
	color:#fff
}
.owl-carousel .post-content .post-meta {
	padding-top:4%;
	border-top:1px solid hsla(0, 0%, 100%, .35)
}
.owl-carousel .post-content .post-meta .separator {
	vertical-align:top;
	padding:3px 5px 0
}
.owl-carousel .post-content .post-meta span {
	display:inline-block;
	font-family:Vollkorn, serif;
font-size:.9375rem;
	line-height:1.0625rem;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff
}
@media (max-width:389px) {
.owl-carousel .post-content .post-meta span {
font-size:.75rem;
line-height:.875rem
}
}
.owl-carousel .post-content .post-meta span a {
	color:#fff
}
.owl-carousel .post-content .post-meta span a:hover {
	text-decoration:underline
}
.background-line {
	position:relative;
	text-align:center;
	margin:29px 0 0
}
@media (max-width:849px) {
.background-line {
display:none
}
}
.background-line .heading {
	font-size:3.125rem;
	line-height:4.375rem;
	padding:0;
	width:auto;
	height:73px;
	display:block;
	position:absolute;
	border:none;
	font-family:Vollkorn, serif;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	color:#fff
}
@media (max-width:1070px) {
.background-line .heading {
font-size:2.7rem;
height:4.2rem
}
}
.background-line .heading:before {
	bottom:0
}
.background-line .heading:after, .background-line .heading:before {
	content:"";
	width:100px;
	height:1px;
	background-color:#fff;
	position:absolute;
	left:50%;
	margin-left:-50px
}
.background-line .heading:after {
	bottom:-3px
}
.background-line img {
	display:block;
	height:auto;
	max-width:100%;
	line-height:1;
	width:100%;
	max-height:400px
}
.background-line .overlay-call-to-action {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .3);
	z-index:0;
	top:0;
	left:0
}
.background-line-cover {
	background:url(../images/contact-cover.jpg) no-repeat 50%;
	padding:80px 0 315px;
	display:block;
	margin:28px 0 0
}
@media (max-width:849px) {
.background-line-cover {
display:none
}
}
.background-line-cover h2 {
	font:300 3.125rem/3.6875rem Vollkorn, serif;
	color:#fff;
	margin:0 0 0 2.7%
}
@media (min-width:1300px) and (max-width:1499px) {
.background-line-cover h2 {
font:300 2.3rem/2.75rem Vollkorn, serif
}
}
@media (min-width:1070px) and (max-width:1299px) {
.background-line-cover h2 {
font:300 2.1rem/2.5rem Vollkorn, serif
}
}
@media (min-width:850px) and (max-width:1069px) {
.background-line-cover h2 {
font:300 2rem/2.4rem Vollkorn, serif
}
}
.background-line-cover h2 .accent {
	display:block;
	text-transform:uppercase;
	font-weight:600
}
.background-line-cover #bread-crumbs {
	margin:5px 0 0 3%
}
.background-line-cover #bread-crumbs li {
	float:left;
	font-family:Lato;
	color:#fff;
	font-size:17px;
	font-weight:600;
	margin:0 10px 0 0
}
.background-line-cover #bread-crumbs li a {
	color:#fff
}
.background-line-cover #bread-crumbs li a:hover {
	text-decoration:underline
}
@media (max-width:849px) {
.before-content {
margin:30px 0 0
}
}
.before-content .welcome-block {
	text-align:center;
	padding:60px 0;
	overflow:hidden;
	background-color:#f8f8f8;
	margin-bottom:30px
}
@media (min-width:321px) and (max-width:849px) {
.before-content .welcome-block {
padding:35px 30px 0
}
}
@media (max-width:320px) {
.before-content .welcome-block {
padding:35px 30px 0
}
}
.before-content .welcome-block h2 {
	padding:0;
	margin:0
}
.before-content .welcome-block .extra-text {
	text-transform:uppercase;
font-size:.9375rem;
	color:#716e6a;
	letter-spacing:1px
}
.before-content .welcome-block .follow-list {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0;
	margin:60px -25px 0 0;
	clear:both
}
@media (max-width:849px) {
.before-content .welcome-block .follow-list {
max-width:400px;
margin:40px auto 0
}
}
.before-content .welcome-block .follow-list li {
	width:33.333333%;
	margin:0 0 35px;
	padding:0 30px 0 0
}
@media (max-width:849px) {
.before-content .welcome-block .follow-list li {
width:100%;
padding:0
}
}
.before-content .welcome-block .follow-list li a {
	display:block;
	position:relative;
	box-shadow:0 0 15px 8px hsla(0, 0%, 61%, .15)
}
.before-content .welcome-block .follow-list li a span {
	display:block;
	position:absolute;
	top:52%;
	left:51.3%;
	transform:translate(-52%, -50%);
	background:#fff;
	padding:15px;
	z-index:2;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:12px;
	color:#4c4a47;
	min-width:60%
}
@media (min-width:1070px) and (max-width:1299px) {
.before-content .welcome-block .follow-list li a span {
min-width:64%
}
}
@media (min-width:850px) and (max-width:1069px) {
.before-content .welcome-block .follow-list li a span {
min-width:84%
}
}
@media (min-width:380px) and (max-width:424px) {
.before-content .welcome-block .follow-list li a span {
min-width:72%
}
}
@media (max-width:379px) {
.before-content .welcome-block .follow-list li a span {
min-width:78%;
font-size:11px
}
}
#content {
	margin:0;
	padding:0 0 20px;margin-bottom: 30px;
}
@media (min-width:850px) and (max-width:1069px) {
#content {
padding:0 0 20px
}
}
@media (min-width:321px) and (max-width:849px) {
#content {
margin:0;
padding:0 0px
}
}
@media (max-width:320px) {
#content {
margin:0;
padding:0 30px
}
}
@media (max-width:849px) {
#content .module-wrapper:first-child {
padding-top:0
}
}
@media (max-width:849px) {
#content .section-heading {
max-width:400px;
margin:0 auto 25px;
float:none
}
}
#content .popular-middle-block {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0;
	margin:0 0 -50px;
	clear:both
}
@media (max-width:849px) {
#content .popular-middle-block {
max-width:400px;
margin:0 auto;
text-align:center
}
}
#content .popular-middle-block .left-align .thumb-block {
	float:left
}
#content .popular-middle-block .left-align .post-main, #content .popular-middle-block .right-align .thumb-block {
	float:right
}
#content .popular-middle-block .right-align .post-main {
	float:left
}
#content .popular-middle-block article {
	margin:0 0 50px;
	padding:0
}
@media (min-width:850px) {
#content .popular-middle-block article:nth-of-type(odd) {
padding-right:15px;
border-right:1px solid #ddd
}
#content .popular-middle-block article:nth-of-type(2n) {
padding-left:15px
}
}
@media (max-width:849px) {
#content .popular-middle-block article {
margin:0 0 15px
}
}
#content .popular-middle-block article .thumb-block {
	max-width:390px;
	width:48%
}
@media (max-width:849px) {
#content .popular-middle-block article .thumb-block {
max-width:none;
width:100%
}
}
#content .popular-middle-block article .post-main {
	margin:11px 0 0;
	width:47.3%
}
@media (min-width:850px) and (max-width:1069px) {
#content .popular-middle-block article .post-main {
margin:0
}
}
@media (max-width:849px) {
#content .popular-middle-block article .post-main {
width:100%
}
}
#content .popular-middle-block article .post-main .post-title {
	padding:0;
	font-family:Vollkorn, serif;
	font-size:1.625rem;
	line-height:1.25;
	color:#21201f;
	margin:0 0 10px
}
@media (min-width:850px) and (max-width:1069px) {
#content .popular-middle-block article .post-main .post-title {
font-size:1.1875rem;
line-height:1.25rem;
margin:0 0 5px
}
}
#content .popular-middle-block article .post-main .post-title a:hover {
	color:#21201f
}
#content .popular-middle-block article .post-main .short-desc {
	color:#716e6a
}
#content .popular-middle-block article .post-main .short-desc p {
	font-family:Vollkorn, serif;
	font-size:1rem;
	line-height:1.43;
	color:#716e6a
}
@media (min-width:850px) and (max-width:1069px) {
#content .popular-middle-block article .post-main .short-desc p {
font-size:14px;
line-height:18px
}
}
#content .popular-middle-block article .post-main .post-meta {
	margin:10px 0 0
}
@media (min-width:850px) and (max-width:1069px) {
#content .popular-middle-block article .post-main .post-meta {
margin:5px 0 0
}
}
#content .popular-middle-block article .post-main .post-meta .meta-author {
	display:inline-block;
	font-family:Vollkorn, serif;
font-size:.875rem;
line-height:.875rem;
	font-style:italic
}
#content .popular-middle-block article .post-main .post-meta .meta-author a {
	color:#8dc63f
}
#content .popular-middle-block article .post-main .post-meta .meta-author a:hover {
	color:#8dc63f;
	text-decoration:underline
}
#content .popular-middle-block article .post-main .post-meta .separator {
font-size:.875rem;
line-height:.875rem;
	font-weight:600;
	vertical-align:top;
	padding:3px 5px 0;
	display:inline-block;
	color:#8dc63f
}
#content .popular-middle-block article .post-main .post-meta .meta-time-ago {
	display:inline-block;
	font-family:Lato;
font-size:.6875rem;
	font-weight:700;
	letter-spacing:1px;
line-height:.875rem;
	color:#8dc63f;
	text-transform:uppercase
}
#content .subscribe-block {
	position:relative;
	background:url(../images/subcribtion-bg.html) 50% 50% no-repeat;
	background-size:cover;
	padding:65px 50px;
	text-align:center;
	margin:0
}
@media (max-width:849px) {
#content .subscribe-block {
padding:30px;
max-width:400px;
margin:0 auto
}
}
#content .subscribe-block .dark-overlay {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .4);
	z-index:1;
	top:0;
	left:0
}
#content .subscribe-block .subscribe-content {
	position:relative;
	z-index:2
}
#content .subscribe-block .subscribe-content .subscribe-title {
	font-family:Vollkorn, serif;
	font-weight:700;
	font-style:italic;
	font-size:2.125rem;
	line-height:1;
	color:#fff;
	margin:0 0 32px
}
@media (max-width:849px) {
#content .subscribe-block .subscribe-content .subscribe-title {
font-size:1.25rem;
line-height:1.5
}
}
#content .subscribe-block .subscribe-content #subscribe-form {
	width:65%;
	margin:0 auto 25px
}
@media (min-width:849px) and (max-width:1069px) {
#content .subscribe-block .subscribe-content #subscribe-form {
width:85%
}
}
@media (max-width:849px) {
#content .subscribe-block .subscribe-content #subscribe-form {
width:100%
}
}
#content .subscribe-block .subscribe-content #subscribe-form input[type=text] {
	width:80%;
	background:#fff;
	border:0;
	display:inline-block;
	line-height:25px;
	color:#949494;
	font-size:15px;
	font-family:Vollkorn, serif;
	border-radius:0;
	padding:18px 20px 14px;
	float:left
}
@media (max-width:849px) {
#content .subscribe-block .subscribe-content #subscribe-form input[type=text] {
width:100%;
margin:0 0 18px;
padding:14px 20px 9px
}
}
#content .subscribe-block .subscribe-content #subscribe-form input[type=submit] {
	width:20%;
	border-radius:0;
	font-size:1rem;
	padding:13px 0
}
@media (max-width:849px) {
#content .subscribe-block .subscribe-content #subscribe-form input[type=submit] {
width:100%;
padding:8px 0
}
}
#content .subscribe-block .subscribe-content .subscribe-subtitle {
	font-size:1rem;
	line-height:1;
	color:#fff;
	text-decoration:underline
}
@media (max-width:849px) {
#content .subscribe-block .subscribe-content .subscribe-subtitle {
font-size:.9rem
}
}
#content .blog-posts-bottom-block {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0;
	margin:0 -15px -50px;
	clear:both
}
@media (max-width:849px) {
#content .blog-posts-bottom-block {
max-width:400px;
margin:0 auto
}
}
#content .blog-posts-bottom-block article {
	width:calc(25% - 30px);
	margin:0 15px 30px
}
@media (max-width:849px) {
#content .blog-posts-bottom-block article {
width:100%;
margin:0 0 30px
}
#content .blog-posts-bottom-block article:last-child {
margin-bottom:0
}
}
@media (min-width:850px) and (max-width:1069px) {
#content .blog-posts-bottom-block article {
width:calc(50% - 30px)
}
}
#content .blog-posts-bottom-block article .post-thumb {
	margin-bottom:16px
}
#content .blog-posts-bottom-block article .post-main .post-meta {
	border-bottom:1px solid #ddd;
	padding-bottom:16px;
	margin-bottom:17px
}
#content .blog-posts-bottom-block article .post-main .post-meta .meta-author {
	display:inline-block;
	font-family:Vollkorn, serif;
font-size:.875rem;
line-height:.875rem;
	font-style:italic
}
#content .blog-posts-bottom-block article .post-main .post-meta .meta-author a {
	color:#8dc63f
}
#content .blog-posts-bottom-block article .post-main .post-meta .meta-author a:hover {
	color:#8dc63f;
	text-decoration:underline
}
#content .blog-posts-bottom-block article .post-main .post-meta .separator {
font-size:.875rem;
line-height:.875rem;
	font-weight:600;
	vertical-align:top;
	padding:3px 5px 0;
	display:inline-block;
	color:#8dc63f
}
#content .blog-posts-bottom-block article .post-main .post-meta .meta-time-ago {
	display:inline-block;
	font-family:Lato;
font-size:.6875rem;
	font-weight:700;
	letter-spacing:1px;
line-height:.875rem;
	color:#8dc63f;
	text-transform:uppercase
}
#content .blog-posts-bottom-block article .post-main .post-title {
	font-size:1.625rem;
	font-family:Vollkorn, serif;
	margin:0 0 11px;
	padding:0 10px 0 0;
	font-weight:400;
	line-height:1.25;
	color:#21201f
}
#content .blog-posts-bottom-block article .post-main .post-title a:hover {
	color:#21201f
}
#content .blog-posts-bottom-block article .post-main .short-description p {
	font-family:Vollkorn, serif;
	font-size:1rem;
	line-height:1.43;
	color:#716e6a
}
#right-sidebar {
	max-width:480px;
	float:left;
	padding:42px 0 0
}
@media (min-width:850px) and (max-width:1069px) {
#right-sidebar {
padding:30px 0 0
}
}
@media (min-width:321px) and (max-width:849px) {
#right-sidebar {
clear:both;
float:none;
margin:0 auto;
padding:0 30px
}
}
@media (max-width:320px) {
#right-sidebar {
margin:0;
padding:0 30px
}
}
#right-sidebar .sidebar-widget {
	width:100%;
	padding:0 0 30px;
	margin:0 0 30px;
	border-bottom:1px solid #ddd;
	float:left
}
#right-sidebar .sidebar-widget:last-child {
	margin-bottom:0
}
#right-sidebar .sidebar-widget .widget-title {
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
	margin:0 0 28px;
	color:#000
}
#right-sidebar .sidebar-widget .widget-title span {
	display:inline-block;
	padding:0 10px;
	background:#fff
}
#right-sidebar .author-wrap {
	text-align:center
}
#right-sidebar .author-wrap .author-info {
	display:block;
	width:200px;
	height:200px;
	margin:0 auto 20px
}
@media (min-width:850px) and (max-width:1069px) {
#right-sidebar .author-wrap .author-info {
width:180px;
height:180px
}
}
#right-sidebar .author-wrap .author-info img {
	display:block;
	border-radius:50%;
	box-shadow:0 0 15px 8px hsla(0, 0%, 61%, .15)
}
#right-sidebar .author-wrap .author-name {
	font-size:20px;
	font-weight:700;
	margin:0 0 20px;
	display:inline-block;
	color:#21201f;
	font-family:Great Vibes;
	font-size:28px;
	letter-spacing:3px
}
#right-sidebar .author-wrap .author-name a:hover {
	color:#21201f
}
#right-sidebar .author-wrap p {
	font-size:1.1rem;
	line-height:1.45;
	font-family:Lato;
	color:#716e6a
}
#right-sidebar .author-wrap .follow-author {
	margin:22px 0 0;
	text-align:center
}
#right-sidebar .author-wrap .follow-author li {
	display:inline-block
}
#right-sidebar .author-wrap .follow-author li a {
	display:block;
	width:23px;
	height:23px
}
#right-sidebar .author-wrap .follow-author li a i {
	font-size:1rem
}
#right-sidebar .popular-recipes {
	width:100%
}
#right-sidebar .popular-recipes li {
	width:100%;
	float:left;
	padding:0 0 15px;
	margin:0 0 15px
}
#right-sidebar .popular-recipes li .preview-wrap {
	width:36%;
	float:left
}
@media (min-width:425px) and (max-width:849px) {
#right-sidebar .popular-recipes li .preview-wrap {
width:25%
}
}
@media (max-width:424px) {
#right-sidebar .popular-recipes li .preview-wrap {
width:31%
}
}
#right-sidebar .popular-recipes li .preview-wrap .hovereffect {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default
}
#right-sidebar .popular-recipes li .preview-wrap .hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
transition:all .4s ease-in-out
}
#right-sidebar .popular-recipes li .preview-wrap .hovereffect:hover .overlay {
	background-color:rgba(48, 152, 157, .4)
}
#right-sidebar .popular-recipes li .preview-wrap .hovereffect img {
	display:block;
	position:relative
}
#right-sidebar .popular-recipes li .preview-wrap .hovereffect a.info {
	display:block;
	width:calc(100% - 12px);
	height:calc(100% - 12px);
	text-decoration:none;
	margin:6px auto 0;
	color:#fff;
	border:1px solid #fff;
	background-color:transparent;
	opacity:0;
	filter:alpha(opacity=0);
	transform:scale(0);
transition:all .4s ease-in-out;
	padding:0
}
#right-sidebar .popular-recipes li .preview-wrap .hovereffect:hover a.info {
	opacity:1;
	filter:alpha(opacity=100);
	transform:scale(1)
}
#right-sidebar .popular-recipes li .preview-wrap .recipe-preview {
	display:block;
	height:auto;
	float:left
}
#right-sidebar .popular-recipes li .preview-wrap .recipe-preview img {
	width:100%;
	display:block
}
#right-sidebar .popular-recipes li .info-wrap {
	width:64%;
	float:left;
	padding-left:20px
}
#right-sidebar .popular-recipes li .info-wrap h5 {
	margin:0;
	font-size:1rem;
	line-height:20px;
	font-weight:600;
letter-spacing:.05rem
}
#right-sidebar .popular-recipes li .info-wrap h5 a {
	color:#000
}
#right-sidebar .popular-recipes li .info-wrap .recipe-meta-data {
	font-size:13px;
	line-height:18px;
	color:#716e6a;
	margin:6px 0 0
}
@media (min-width:850px) and (max-width:1300px) {
#right-sidebar .popular-recipes li .info-wrap .recipe-meta-data {
font-size:12px
}
}
#right-sidebar .popular-recipes li .info-wrap .recipe-meta-data i {
	padding:0 3px 0 0
}
#right-sidebar .popular-recipes li .info-wrap .recipe-meta-data .dot {
	display:inline-block;
	color:#888;
	padding:0 3px;
	margin:-5px 0 0;
	vertical-align:top;
	font-size:18px
}
#right-sidebar .popular-recipes li:last-child {
	border-bottom:none;
	padding:0;
	margin:0
}
#right-sidebar .subscribe-box {
	clear:both;
	padding:32px 28px;
	background:#f4f4f4
}
#right-sidebar .subscribe-box .subscribe-header {
	text-align:center
}
#right-sidebar .subscribe-box .subscribe-header h4 {
	text-transform:uppercase;
	font-family:Lato;
	color:#333;
	font-size:16px;
	line-height:22px;
	letter-spacing:1px;
	font-weight:700;
	margin-bottom:3px;
	margin-top:-3px
}
#right-sidebar .subscribe-box .subscribe-header h4:before {
	font-family:FontAwesome;
	content:"\f003";
	font-weight:400;
	font-size:16px;
	margin-right:6px
}
#right-sidebar .subscribe-box .subscribe-header p {
	font-family:Lato;
	margin-bottom:20px;
	font-size:13px;
	line-height:19px;
	color:#999
}
#right-sidebar .subscribe-form {
	width:100%;
	text-align:center
}
#right-sidebar .subscribe-form input[type=email] {
	width:100%;
	background:#fefefe;
	border:none;
	padding:12px 16px;
	font-style:italic;
	font-family:Lato;
	font-size:13px;
	color:#888
}
#right-sidebar .subscribe-form input[type=button] {
	margin:10px 0 0;
	width:100%;
transition:all .2s ease-in-out
}
#right-sidebar .advertising-300x400 {
	width:100%;
	height:auto;
	margin:30px auto;
	clear:both
}
@media (min-width:381px) and (max-width:849px) {
#right-sidebar .advertising-300x400 {
width:300px
}
}
@media (max-width:380px) {
#right-sidebar .advertising-300x400 {
width:100%;
margin:30px auto
}
}
#right-sidebar .advertising-300x400 a {
	display:block
}
#right-sidebar .advertising-300x400 a img {
	margin:0 auto
}
#right-sidebar .tags-pool {
	text-align:left
}
#right-sidebar .tags-pool a {
	display:inline-block;
	padding:2px 6px 3px;
	margin:0 2px 7px 0;
	font-size:14px;
	line-height:17px;
	border:1px solid #ddd;
	color:#666
}
#right-sidebar .tags-pool a:hover {
	background:#8dc63f;
	color:#fff
}
#right-sidebar .categories-list li a {
	font-size:13px;
	color:#000
}
#right-sidebar .categories-list li a span {
	color:#999;
	padding-left:5px
}
body, html {
	width:100%;
	height:100%
}
#main {
	width:100%;
	min-height:100%;
	height:auto!important;
	height:100%;
	margin:0 auto -288px;
	text-align:left
}
@media (min-width:480px) and (max-width:849px) {
#main {
margin:0 auto -426px;
 }
}
@media (max-width:479px) {
#main {
margin:0 auto -710px
}
}
.footer-push {
	width:100%;
	height:288px;
	margin:0 auto;
	clear:both
}
@media (min-width:480px) and (max-width:849px) {
.footer-push {
height:426px
}
}
@media (max-width:479px) {
.footer-push {
height:710px
}
}
#footer {
	height:288px
}
@media (min-width:480px) and (max-width:849px) {
#footer {
height:426px
}
}
@media (max-width:479px) {
#footer {
height:710px
}
}
.footer-top {
	background:#333;
	padding:35px 0
}
@media (min-width:321px) and (max-width:849px) {
.footer-top {
padding:20px 40px
}
}
@media (max-width:320px) {
.footer-top {
padding:20px 25px
}
}
@media (max-width:479px) {
.footer-top .block-1, .footer-top .block-2, .footer-top .block-3, .footer-top .block-4 {
width:100%
}
}
@media (min-width:850px) {
.footer-top .block-2, .footer-top .block-3, .footer-top .block-4 {
padding-left:5%
}
}
@media (min-width:850px) {
.footer-top .block-1 {
padding-left:0
}
}
@media (max-width:479px) {
.footer-top .block-2 {
margin-top:20px
}
}
@media (max-width:849px) {
.footer-top .block-3 {
clear:left;
margin:20px 0 0
}
}
@media (max-width:849px) {
.footer-top .block-4 {
margin:20px 0 0
}
}
.footer-top .footer-headline {
	text-transform: uppercase;
    color: #f8e498;
    display: block;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
}
.footer-top .footer-links li a {
	font-size: 16px;
    line-height: 24px;
    color: #fff;
	letter-spacing:1px
}
.footer-top .footer-links li a:hover {
	color:#fff;
	text-decoration:underline
}
.footer-top .footer-logo {
	text-align:center;
	display:block;
	padding:0;
	margin:0;
	font-family:Great Vibes, cursive;
	font-size:40px;
	line-height:40px;
	font-weight:700;
	letter-spacing:1px;
	color:#8dc63f!important
}
@media (min-width:480px) and (max-width:1069px) {
.footer-top .footer-logo {
font-size:32px;
line-height:32px
}
}
@media (min-width:340px) and (max-width:479px) {
.footer-top .footer-logo {
font-size:38px;
line-height:38px
}
}
@media (max-width:339px) {
.footer-top .footer-logo {
font-size:32px;
line-height:32px
}
}
.footer-top .footer-logo strong {
	font-size:30px;
	padding:0 8px 0 7px
}
.footer-top .footer-logo span {
	color:#ff3815
}
.footer-top .footer-social-icons {
	width:100%;
	clear:both;
	text-align:left;
	margin-top:10px
}
.footer-top .footer-social-icons li {
	width:15%;
	vertical-align:top;
	display:inline-block
}
.footer-top .footer-social-icons li a {
	display:block;
	color:#e0e0e0;
	text-decoration:none;
	text-align:center
}
.footer-top .footer-social-icons li a i {
	display:block;
	height:100%;
	font-size:1.2em;
	line-height:40px
}
@media (max-width:330px) {
.footer-top .footer-social-icons li a i {
font-size:1em;
line-height:35px
}
}
.footer-top .footer-social-icons li a:hover {
	color:#8dc63f
}
.footer-top .fa-facebook, .footer-top .fa-google-plus, .footer-top .fa-rss, .footer-top .fa-twitter, .footer-top .fa-youtube {
transition:.5s
}
.footer-top .write-btn {
	display:block;
	width:85%;
	margin:15px auto 0
}
@media (max-width:1069px) {
.footer-top .write-btn {
width:100%
}
}
.footer-bottom {
	background:#2a2a2a;
	padding:15px 0
}
.footer-bottom .copyright {
	color:#e0e0e0;
	font-size:13px;
	line-height:18px
}
.footer-bottom .copyright a {
	color:#8dc63f
}
.footer-bottom .copyright a:hover {
	text-decoration:underline
}
@media (max-width:479px) {
.footer-bottom .copyright {
font-size:12px
}
}
@media (max-width:849px) {
.footer-bottom .copyright {
text-align:center;
padding:0 20px
}
}
