/**
 * @version    1.1
 * @package    Michello
 * @author     WooRockets Team <support@woorockets.com>
 * @copyright  Copyright (C) 2014 WooRockets.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.woorockets.com
 */
/*--------------------------------------------------------------
	CSS OVERVIEW
----------------------------------------------------------------


/*  [ Reset ]
- - - - - - - - - - - - - - - - - - - - */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	color: #918585;
	font-family: 'Droid Serif', serif;
	font-size: 1.3em;
	line-height: 1.625;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
th, td {
	padding: 6px;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
q:before {
	content: none;
}
blockquote,
address,
q {
	border-top: 3px solid #c87969;
	padding-top: 15px;
	font-size: 13px;
}


/*  [ Typography ]
- - - - - - - - - - - - - - - - - - - - */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #39342e;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 3.6rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 1.8rem;
}
h5 {
	font-size: 1.4rem;
}
h6 {
	font-size: 1.2rem;
}
p {
	margin-bottom: 1.5em;
}
b,
strong {
	font-weight: 600;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	padding: 60px 20px 20px;
	font-size: 18px;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-weight: bold;
	background: #f1eded;
	margin: 5px 0 15px;
	position: relative;
}
blockquote:before {
	font-family: FontAwesome;
	font-style: normal;
	content:"\f10d";
	font-size: 40px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
	font-family: Geogria;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}


/*  [ Elements ]
- - - - - - - - - - - - - - - - - - - - */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
	border: 0\9;
}
input[type=submit],
button[type=submit] {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
input[type=text],
input[type=email],
input[type=password] {
	padding: 10px;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
a {
	color: #898c93;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition:    all .3s;
	transition:         all .3s;
}
a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none;
}
a:hover {
	color: #f00000;
}
.cl:before,
.cl:after {
	content: '';
	display: table;
}
.cl:after {
	clear: both;
}
/*  [ Widget ]
- - - - - - - - - - - - - - - - - - - - */
.opening-times {
margin: 0;
padding: 0;
list-style: none;
}
.widget .opening-times li {
position: relative;
margin-bottom: 10px;
padding: 0;
border:none;
}
.opening-times li:before {
border-bottom: 1px dotted #d5d1d1;
bottom: 5px;
content: "";
display: block;
left: 0;
position: absolute;
width: 100%;
}
.opening-times li span {
display: inline-block;
padding-right: 5px;
background: #F1EEEE;
position: relative;
z-index: 10;
}
.opening-times li span + span {
padding-right: 0;
padding-left: 5px;
float: right;
}
.widget .product-categories li {
	padding: 5px 0;
}
/*  [ Contact form ]
- - - - - - - - - - - - - - - - - - - - */
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
	background: none;
	height: 45px;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #d4cfcf;
	color: #918686;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	font-weight: normal;
}
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-textarea:focus {
	color: #918686;
	border-width: 2px;
	border-color: #918686;
	outline: none;
}
.wpcf7-form .wpcf7-textarea {
	height: 173px;
}
.input-submit {
	text-align: right;
	padding-top: 20px;
}
.input-submit input {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
	height: 42px;
	line-height: 38px;
	border: 2px solid #918686;
	color: #918686;
	float: right;
	background: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.input-submit input:hover {
	background: #f00000;
	color: #FFF;
	border-color: #f00000;
}
.wpcf7-form .input-submit {
	position: relative;
	float: right;
}
.wpcf7-form .input-submit:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f1d8";
	position: absolute;
	left: 15px;
	top: 35px;
}
.wpcf7-form .input-submit:hover:before  {
	color: #fff;
}
.wpcf7-form .input-submit input {
	padding-left: 40px!important;
}
/*  [ WordPress Recommended Classes ]
- - - - - - - - - - - - - - - - - - - - */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	text-align: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-style: oblique;
	font-size: 12px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.gallery-caption {}
.bypostauthor {}
.sticky { z-index: 10000 }

/*  [ Flex layout ]
- - - - - - - - - - - - - - - - - - - - */
.flex {
	display: -webkit-flex !important;
	-webkit-align-items: center;
	-webkit-align-content: center;
	-webkit-justify-content: center;

	display: flex !important;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.flex-layout {
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex-vertical {
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.flex > * {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 2px;
}
.flex > *:first-child {
	margin-left: 0;
}
.flex > *:last-child {
	margin-right: 0;
}
.flex.flex-vertical > * {
	margin: 2px 0;
}
.flex.flex-vertical > *:first-child {
	margin-top: 0;
}
.flex.flex-vertical > *:last-child {
	margin-bottom: 0;
}
.flex.flex-wrap > * {
	margin: 2px;
}
.flex.flex-layout > * {
	margin: 0;
}
.flex > .flex-fit {
	-webkit-align-self: stretch;
	align-self: stretch;
}
.flex > .flex-flexible {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	height: auto;
	min-height: inherit;
}
.flex > .flex-flexible-1 {
	-webkit-flex-basis: 10%;
	flex-basis: 10%;
}
.flex > .flex-flexible-2 {
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
}
.flex > .flex-flexible-3 {
	-webkit-flex-basis: 30%;
	flex-basis: 30%;
}
.flex > .flex-flexible-4 {
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
}
.flex > .flex-flexible-5 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.flex > .flex-flexible-6 {
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
}
.flex > .flex-flexible-7 {
	-webkit-flex-basis: 70%;
	flex-basis: 70%;
}
.flex > .flex-flexible-8 {
	-webkit-flex-basis: 80%;
	flex-basis: 80%;
}
.flex > .flex-flexible-9 {
	-webkit-flex-basis: 90%;
	flex-basis: 90%;
}
.flex > .flex-flexible-10 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
.flex > .flex-order-1 {
	-webkit-order: 1;
	order: 1;
}
.flex > .flex-order-2 {
	-webkit-order: 2;
	order: 2;
}
.flex > .flex-order-3 {
	-webkit-order: 3;
	order: 3;
}
.flex > .flex-order-4 {
	-webkit-order: 4;
	order: 4;
}
.flex > .flex-order-5 {
	-webkit-order: 5;
	order: 5;
}
.flex > .push-top,
.flex > .push-left {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}
.flex > .push-bottom,
.flex > .push-right {
	-webkit-align-self: flex-end;
	align-self: flex-end;
}

/*  [ Grid System ]
- - - - - - - - - - - - - - - - - - - - */
.full-width .site-main,
.boxed.full-width .site-main {
	width: 100%;
}
.left-content .site-main,
.left-right-content .site-main {
	float: right;
}
.content3col .site-main {
	width: 550px;
}
.content3col .primary-sidebar,
.content3col .secondary-sidebar {
	width: 280px;
}
.left-content-right .site-main {
	margin-left: 310px;
}
.left-content-right .secondary-sidebar {
	margin-left: -860px;
}

/*  [ Header ]
- - - - - - - - - - - - - - - - - - - - */
.site-header {
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 25px;
	height:120px
}
.header-left,
.header-right .top > * {
	float: left;
}
.site-logo {
	display: block;
}
.header-right,
.header-right .top {
	float: right;
}
.top-info {
	padding: 10px 0;
}
.site-branding {
	margin: 20px 0 0;
}
.top-info span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-family: 'Montserrat', sans-serif;
}
.top-info span a {
	color: #f6d98f;
	font-style: italic;
	font-family: "Droid Serif",serif;
}

/*  [ Header - Menu Top ]
- - - - - - - - - - - - - - - - - - - - */
.mobile-nav-button:hover {
	background: #f00000;
}
#menu-top {
	margin: 0 0 0 65px;
}
#menu-top li {
	float: left;
	position: relative;
	list-style: none;
}
#menu-top li a {
	padding: 10px;
	display: block;
}
#menu-top li:hover a {
	color: #fff;
	background: #f00000;
}
#menu-top .sub-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 200px;
	background: #f00000;
	margin: 0;
	z-index: 10;
	-webkit-transition: all .3s;
	-moz-transition:    all .3s;
	transition:         all .3s;
}
#menu-top li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
#menu-top .sub-menu li {
	width: 100%;
}
#menu-top .sub-menu li a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
#menu-top .sub-menu ul {
	left: 200px;
	top: 0;
}

/*  [ Header - Menu Main ]
- - - - - - - - - - - - - - - - - - - - */
.mobile-navigation {
	display: none;
	width: 265px;
	padding: 15px 0;
	position: relative;
}
.mobile-navigation .nav-inner {
	position: absolute;
	top: 120%;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	background: #FFF;
	z-index: 1000;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header.v1 .mobile-navigation,
.site-header.v1 .mobile-navigation span.mobile-nav-button {
	float: right;
}
.mobile-nav-button,
.submenu-button {
	display: none;
	font-size: 17px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	text-align: center;
	line-height: 28px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.submenu-button {
	position: absolute;
	top: 5px;
	right: 15px;
	background: #4D4849;
}
.mobile-navigation .nav-inner,
.mobile-nav-button,
.submenu-button {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.mobile-navigation.open .nav-inner {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.submenu-button:hover {
	background: #f00000;
}
.menu-main,
.menu-main ul {
	margin: 0;
}
.menu-main li {
	float: left;
	list-style: none;
	position: relative;
}
.menu-main > li {
	text-transform: uppercase;
	font-size: 16px;
	padding: 28px 36px;
}
.menu-main > li:before,
.menu-main > li:after,
.menu-main > .menu-item-has-children a:before,
.menu-main > .menu-item-has-children a:after {
	content: "";
	position: absolute;
	-webkit-transition: all .3s;
	-moz-transition:    all .3s;
	transition:         all .3s;
}
.menu-main > li:before {
	width: 4px;
	height: 4px;
	background: #bcc1c4;
	right: 0;
	top: 50%;
	margin-top: -2px;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	border-radius:         50%;
}
.menu-main > li:last-child:before {
	background: none;
}
.menu-main > li:after {
	width: 36px;
	height: 3px;
	background: #f00000;
	left: 50%;
	margin-left: -18px;
	bottom: 22px;
	-webkit-transform: scale(0);
	-moz-transform:    scale(0);
	-ms-transform:     scale(0);
	-o-transform:      scale(0);
	transform:         scale(0);
}
.menu-main > li:hover:after,
.menu-main > li.current-menu-item:after {
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	-o-transform:      scale(1);
	transform:         scale(1);
}
.menu-main li a {
	color: #bcc1c4;
}
.menu-main li:hover a,
.menu-main > .current-menu-item a {
	color: #f00000;
}
.menu-main > .menu-item-has-children > a:before,
.menu-main > .menu-item-has-children > a:after {
	background: #bcc1c4;
	content: "";
	height: 2px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 7px;
}
.menu-main > .menu-item-has-children > a:before,
.menu-main > .menu-item-has-children:hover > a:after {
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
}
.menu-main > .menu-item-has-children:hover > a:before,
.menu-main > .menu-item-has-children:hover > a:after {
	background-color: #f00000;
	right: 22px;
}
.menu-main > .menu-item-has-children > a:before {
	right: 22px;
}
.menu-main > .menu-item-has-children > a:after {
	right: 18px;
}
.menu-main > .menu-item-has-children > a:after,
.menu-main > .menu-item-has-children:hover > a:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	transform:         rotate(-45deg);
}
.menu-main .sub-menu {
	background: #f00000;
	left: 50%;
	margin-left: -125px;
	opacity: 0;
	position: absolute;
	top: 57px;
	visibility: hidden;
	width: 250px;
	top: 100%;
	z-index: 2000;
	-webkit-transition: all .3s;
	-moz-transition:    all .3s;
	transition:         all .3s;
}
.menu-main .sub-menu:before {
	content: "";
	position: absolute;
	border: 8px solid transparent;
	border-bottom: 8px solid #f00000;
	top: -16px;
	left: 50%;
	margin-left: -8px;
}
.menu-main li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.menu-main .sub-menu li {
	width: 100%;
	text-transform: none;
}
.menu-main .sub-menu li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff !important;
	display: block;
	font-size: 13px;
	font-weight: 100;
	padding: 15px 10px;
}
.menu-main .sub-menu li a:hover {
	padding-left: 15px;
}
.menu-main .sub-menu ul {
	left: 250px;
	top: 0;
	margin: 0;
}
.menu-main .sub-menu ul:before {
	border: 0;
}

/*  [ Header - Version 2]
- - - - - - - - - - - - - - - - - - - - */
.site-header.v2 {
	padding-bottom: 0;
}
.header-top {
	background: #4d4849;
	display:none;
}
.header-top,
.header-top a {
	color: #918686;
}
.header-top .top-info {
	float: left;
}
.header-top .top-navigation {
	float: right;
}
.site-header.v2 .container {
	position: relative;
}
.site-header.v2 #menu-top li a {
	padding: 14px 20px;
	display: block;
}
.site-header.v2 .top-info {
	padding: 14px 0;
}
.header-top .shop-cart + .top-navigation {
	padding-right: 50px;
}
.header-bot .site-branding {
	background:#fff;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	width: 200px;
	position: relative;
	z-index: 1000;
	margin: -40px 10px 0 0;
}
.header-bot .site-branding a {
	display: block;
	padding: 40px 8px 5px 10px;
}
.header-bot .site-branding:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	position: relative;
	bottom: -24px;
	z-index: 100;

}

/*  [ Content ]
- - - - - - - - - - - - - - - - - - - - */
.site-content > .container {
	padding-top: 80px;
	padding-bottom: 50px;
}
.home .comments-area ,
.home .page-title {
	display: none;
}
.hfeed.site {
	overflow: hidden;
}
.page-title {
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	font-family: 'Droid Serif', serif;
}
.page-title h1 {
	line-height: normal;
}
.page-title p {
	margin: 0 0 5px;
}
.page-title-icon {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	position: relative;
}
.page-title-icon:after {
	content: "";
	display: block;
	width: 271px;
	height: 9px;
	background: url(../img/page-title-line.png);
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 0;
	right: 0;
} 

/*  [ Blog Layout ]
- - - - - - - - - - - - - - - - - - - - */
.post.hentry {
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	margin-bottom: 30px;
}
.post.hentry:before {
	position: absolute;
	top: 0;
	width: calc(100% - 30px);
	left: 15px;
	height: 6px;
	background: #e6eced;
	content: "";
	display: block;
}
.entry-thumb {
	position: relative;
}
.entry-thumb .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background: rgba(145, 134, 134, 0.5);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.entry-thumb .mask a {
	position: absolute;
	top: 110%;
	left: 50%;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	border: 1px solid #FFF;
	transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-o-transform: translate(-50%);
}
.entry-thumb:hover .mask {
	opacity: 1;
	visibility: visible;
}
.entry-thumb:hover .mask a {
	top: 50%;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}
.entry-thumb .mask a:hover {
	background: rgba(255, 255, 255, 0.3);
	transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.entry-thumb img {
	border: 6px solid #e6eced;
	width: 100%;
}
.blog .entry-header,
.blog .entry-content {
	padding-left: 15px;
	padding-right: 15px;
}
.entry-header {
	float: right;
	width: 66.6667%;	
}
.blog .entry-content,
body.archive .entry-content {
	width: 33.3333%;
    float: left;
    text-align: center;
    font-style: italic;
}
.post-meta {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
}
.post-meta .posted-on {
	background: #FFF;
	padding-right: 30px;
	display: inline-block;
	z-index: 2;
	position: relative;
	color: #f00000;
	font-weight: bold;
	text-transform: uppercase;
	top: -7px;
}
.post-meta .posted-on a {
	color: #f00000;
}
.entry-title {
	line-height: normal;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
}
.entry-title:after {
	content: "";
	border-bottom: 1px dotted #d5d1d1;
	display: block;
	margin: 20px auto;
	width: 100px;
}
.entry-title a {
	color: #918686;
}
.entry-title a:hover {
	color: #f00000;
}
.more-link {
	display: inline-block;
	height: 32px;
	line-height: 30px;
	padding: 0 12px 0 35px;
	border: 1px solid #918686;
	border-radius: 2px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #918686;
	margin: 30px 25% 0;
	position: relative;
}
.more-link:before {
	position: absolute;
	top: 0;
	left: 12px;
	font-family: FontAwesome;
	content:"\f0f6";
	font-size: 14px;
}
.more-link:hover {
	background: #918686;
	color: #FFF;
}
.single .post.hentry {
	margin-left: 0;
	margin-right: 0;
}
.single .entry-header,
.single .entry-content {
	float: none;
	width: auto;
}
.single .entry-header {
	margin-bottom: 30px;
}
.single .entry-content {
	text-align: left;
	font-style: italic;
}
.single .entry-thumb .mask {
	display: none;
}
.single .entry-footer {
	padding: 20px 0 50px;
	margin-bottom: 30px;
}
.tags-links {
	padding-top: 5px;
	padding-right: 15px;
	display: block;
}
.tags-links a {
    display: inline-block;
    margin: 0 0 5px 15px;
}
.single-navigation {
	display: block;
	margin-top: 20px;
}
.single-navigation .nav-previous {
	float: left;
	position: relative;
}
.single-navigation .nav-previous a {
	padding-left: 30px;	
}
.single-navigation .nav-next {
	float: right;
	position: relative;
}
.single-navigation .nav-next a {
	padding-right: 30px;	
}
.single-navigation .nav-next:after,
.single-navigation .nav-previous:before {
	font-family: 'FontAwesome';
	font-size: 2em;
	color: #918686;
	content: "\f105";
	position: absolute;
}
.single-navigation .nav-next:after {
	top: -6px;
    right: 10px;
}
.single-navigation .nav-previous:before {
	content: "\f104";
	left: 10px;
    top: -6px;
}
.single-share {
	float: right;
	max-width: 50%;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 35px;
	text-align: right;
}
.single-share .social li:first-child a {
	margin-left: 15px;
}
.single-share .social li span {
	background: rgba(0, 0, 0, .7);
	bottom: 10px;
	font-size: 11px;
	height: auto;
	left: 50%;
	line-height: 20px;
	margin-left: -35px;
	opacity: 0;
	padding: 3px 6px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	text-indent: 0;
	width: 70px;
	z-index: 999;
	color: #fff;
	text-transform: none;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}
.single-share .social li a:hover span {
	bottom: 40px;
	opacity: 1;
}
.single-share .social li span:after {
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid rgba(0, 0, 0, 0.7);
	bottom: -5px;
	content: "";
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.single-navigation a {
	display: inline-block;
	height: 32px;
	line-height: 30px;
	color: #918686;
	padding: 0 10px;
	border: 1px solid #918686;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
}
.single-navigation a i {
	font-size: 13px;
}
.single-navigation .pre-post a i {
	margin-right: 5px;
}
.single-navigation .next-post {
	float: right;
}
.single-navigation .next-post a i {
	margin-left: 5px;
}
.comment-reply-title,
.comments-title {
	font-size: 26px;
	color: #6a6060;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.comment-respond,
.comment-list-content {
	border-top: 3px solid #e6eced;
	padding-top: 25px;
	margin-top: 30px;
}
.comment-notes {
	font-style: italic;
}
.comment-form .row input,
.comment-form textarea {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #d2cfcf;
	color: #d2cfcf;
	padding: 5px 10px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	background: none;
}
.comment-form textarea {
	height: 150px;
	line-height: 45px;
}
.comment-form .row input:focus,
.comment-form textarea:focus {
	border-width: 2px;
	border-color: #6a6060;
	color: #6a6060;
	outline: none;
}
.comment-form .form-submit {
	margin: 30px 0 0;
	text-align: right;
}
.comment-form .form-submit input {
	height: 45px;
	color: #FFF;
	background: #f00000;
	border: none;
	padding: 0 20px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.comment-form .form-submit input:hover {
	background: #4D4849;
}
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment-list ol {
	margin: 0 0 0 110px;
	list-style: none;
	padding: 0;
}
.comment-list .comment-body {
	padding-bottom: 30px;
}
.comment-list .comment-avatar {
	float: left;
	margin-right: 15px;
}
.comment-list .comment-avatar img {
	border-radius: 50%;
	border: 4px solid #e6ebee;
}
.comment-list .comment-author {
	font-size: 18px;
	color: #6a6060;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
}
.comment-list .comment-author a {
	color: #6a6060;
}
.comment-list .comment-author a:hover {
	color: #f00000;
}
.comment-list .comment-time {
	float: right;
	text-transform: uppercase;
	color: #918686;
	font-size: 10px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}
.comment-list .comment-content {
	font-style: italic;
	font-size: 12px;
	margin: 10px 0 0;
}
.comment-list .action-link {
	margin: 0 0 0 110px;
}
.comment-list .action-link a {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	color: #918686;
	height: 32px;
	line-height: 30px;
	display: inline-block;
	padding: 0 10px 0 30px;
	position: relative;
	border: 1px solid #918686;
	margin-right: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.comment-list .action-link a:before {
	content:"\f112";
	font-family: FontAwesome;
	position: absolute;
	font-size: 13px;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.comment-awaiting-moderation {
	margin-bottom: 5px;
}

/*  [ Page Navigation ]
- - - - - - - - - - - - - - - - - - - - */
.page-navigation {
	text-align: center;
	padding: 30px 0;
}
.page-navigation .page-nav {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.page-navigation .page-nav:after,
.page-navigation .page-nav:before {
	content: "";
	display: block;
	width: 150px;
	height: 3px;
	background: #e6eced;
	position: absolute;
	top: 50%;
	left: -165px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.page-navigation .page-nav:after {
	left: auto;
	right: -165px;
}
.page-navigation .page-nav > * {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

/*  [ Widget Style ]
- - - - - - - - - - - - - - - - - - - - */
.widget {
	margin-bottom: 50px;
}
.widget .widget-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #6a6060;
	position: relative;
	margin-bottom: 15px;
}
.widget .widget-title:before {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #e6ebee;
	content: "";
}
.widget .widget-title span {
	background: #FFF;
	padding-right: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget ul li {
	padding: 10px;
	border-bottom: 1px dotted #d5d1d1;
}
.widget_recent_post_widget li {
	overflow: hidden;
	clear: both;
	padding: 20px 0!important;
}
.widget_recent_post_widget .post-thumb {
	float: left;
	margin-right: 20px;
}
.widget_search form {
	position: relative;
	background: #FFF;
}
.widget_search form:before {
	font-family: FontAwesome;
	content:"\f002";
	position: absolute;
	top: 50%;
	right: 10px;
	color: #918686;
	font-size: 16px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.widget_search form label {
	display: block;
}
.widget_search .search-field {
	width: 100%;
	height: 40px;
	padding: 5px 40px 5px 10px;
	background: none;
	border: 1px solid #e6ebee;
	font-size: 14px;
	color: #918686;
	font-family: 'Montserrat', sans-serif;
}
.widget_search .search-submit {
	position: absolute;
	height: 40px;
	width: 40px;
	background: none !important;
	z-index: 2;
	top: 0;
	right: 0;
	border: none;
	cursor: pointer;
	font-size: 0;
}

.top-sidebar {
	background: #f1edee;
	padding: 15px 0 5px;
}
.top-sidebar .widget {
	border: 1px solid #918686;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.top-sidebar .widget .widget-title {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	cursor: pointer;
	padding: 0 20px;
	line-height: 38px;
	height: 38px;
	padding-left: 40px;
	position: relative;
	margin: 0;
}
.top-sidebar .widget .widget-title:before {
	display: none;
}
.top-sidebar .widget .widget-title:after {
	position: absolute;
	content:"\f00b";
	font-family: FontAwesome;
	font-size: 16px;
	top: 0;
	left: 15px;
}
.top-sidebar .widget_categories .widget-title:after,
 .top-sidebar .widget_product_categories .widget-title:after {
	content:"\f0c9";
}
.top-sidebar .widget_tag_cloud .widget-title:after {
	content:"\f02c";
}
.top-sidebar .widget_pages .widget-title:after {
	content:"\f0f6";
}
.top-sidebar .widget_recent_entries .widget-title:after {
	content:"\f09d";
}
.top-sidebar .widget_archive .widget-title:after {
	content:"\f017";
}
.top-sidebar .widget_calendar .widget-title:after {
	content:"\f073";
}
.top-sidebar .widget_nav_menu .widget-title:after {
	content:"\f233";
}
.top-sidebar .widget_meta .widget-title:after {
	content:"\f09e";
}
.top-sidebar .widget_recent_comments .widget-title:after {
	content:"\f0e5";
}
.top-sidebar .widget_text .widget-title:after {
	content:"\f036";
}
.top-sidebar .widget_product_search .widget-title:after,
.top-sidebar .widget_search .widget-title:after {
	content:"\f002";
}
.top-sidebar .widget .widget-title span {
	background: none;
	padding: 0;
}
.top-sidebar .widget_nav_menu ul li i {
	float: right;
}
.top-sidebar .widget > div,
.top-sidebar .widget > ul,
.top-sidebar .widget > form {
	position: absolute;
	top: 100%;
	left: 0;
	width: 270px;
	border: 1px solid #918686;
	padding: 15px;
	margin: 10px 0 0;
	border-radius: 3px;
	background: #FFF;
	z-index: 1000;
	list-style: none;
	opacity: 0;
	top: 120%;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.top-sidebar .widget:hover > div,
.top-sidebar .widget:hover > ul,
.top-sidebar .widget:hover > form {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.tagcloud > a {
	background: #918686;
	border-radius: 3px;
	display: inline-block;
	padding: 3px 7px;
	color: #FFF;
	margin-bottom: 5px;
}
.tagcloud > a:hover {
	background: #f00000;
	color: #FFF;
}
.top-sidebar .widget > ul > li {
	padding: 10px 0;
	border-bottom: 1px dotted #d5d1d1;
}
.top-sidebar .widget form:before {
	display: none;
}
.top-sidebar .widget form input {
	width: 100%;
	border: 1px solid #918686;
	padding: 5px 10px;
	height: 35px;
	border-radius: 0;
}
.top-sidebar .widget form input[type=submit] {
	position: absolute;
	width: auto;
	top: 15px;
	right: 15px;
	background: #f00000;
	color: #FFF;
	font-size: 13px;
}
.instagram-pics {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget .instagram-pics li{
	float: left;
	width: 33.3333%;
	padding: 0;
	border: none;
}
.instagram-pics li a {
	display: block;
	position: relative;
}
.instagram-pics li a:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.instagram-pics li a:hover:before {
	opacity: 1;
}

/*  [ 404 Page ]
- - - - - - - - - - - - - - - - - - - - */
.error-404 {
	padding: 100px 0 70px;
	background: #f1eeee;
}
.icon-404 {
	text-align: right;
}
.error-404 h1 {
	font-size: 300px;
	color: #746b6b;
	margin: 50px 0 0;
	line-height: 260px;
}
.error-404 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #746b6b;
	font-weight: bold;
}
.error-404 p a {
	color: #f00000;
	margin: 0;
	text-decoration: underline;
}
.error-404-content {
	padding: 50px 0 100px;
	text-align: center;
}
.error-404-content p {
	font-size: 16px;
	font-style: italic;
}
.error-404-content form label {
	width: 100%;
	max-width: 290px;
	margin-right: 30px;
}
.error-404-content form .search-field {
	padding: 5px 0;
	height: 42px;
	border: none;
	border-bottom: 3px solid #918686;
	color: #918686;
	background: none;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.error-404-content form .search-submit {
	border: 2px solid #918686;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	height: 42px;
	line-height: 38px;
	padding: 0 20px;
	color: #918686;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background: none;
	transition: all 0.3s ease-in-out 0s;
}
.error-404-content form .search-submit:hover {
	background: #f00000;
	color: #FFF;
	border-color: #f00000;
}

/*  [ Under Construction Page ]
- - - - - - - - - - - - - - - - - - - - */
body.offline .header-top,
body.offline .site-footer .mid,
body.offline .main-navigation,
body.offline .right-navigation {
	display: none;
}
body.offline .header-bot {
	background: #f1eeee;
}
body.offline .header-bot .site-branding {
	margin-top: 0;
}
.page-offline {
	padding: 140px 0;
	background: #f1eeee;
	text-align: center;
	font-size: 100px;
	color: #746b6b;
	font-family: 'Montserrat', sans-serif;
}
.page-offline h1 {
	font-size: 100px;
	color: #746b6b;
	margin: 0 0 40px;
}
.countdown > div {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 160px;
	margin: 0 15px;
}
.countdown > div:before {
	width: calc(100% + 8px);
	left: -4px;
	height: 4px;
	background: #918686;
	content: "";
	position: absolute;
	top: -2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
.countdown > div:after {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #FFF;
	content: "";
	top: 0;
	left: 0;
	display: block;
}
.countdown > div > div {
	position: relative;
	font-weight: bold;
	background: #FFF;	
	line-height: 90px;
	padding: 30px 10px 10px;
}
.countdown > div > div:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	position: relative;
	bottom: -33px;
	left: -10px;
	z-index: 100;
	border-width: 0 80px 24px;
	border-style: solid;
	border-color: #FFF #FFF transparent #FFF;
}
.countdown > div span {
	font-size: 30px;
	font-style: italic;
	font-family: "Droid Serif",serif;
	font-weight: normal;
	display: block;
	line-height: 26px;
}
.newsletter-subscription table,
.newsletter-subscription table th,
.newsletter-subscription table td {
	border: 0;
	padding: 0;
	margin: 0;
}
.newsletter-subscription table th {
	display: none;
}
.newsletter-subscription {
	position: relative;
	width: 420px;
	margin: 0 auto;
}
.newsletter-subscription input {
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	-ms-border-radius:     2px;
	border-radius:         2px;
}
.newsletter-subscription .newsletter-email {
	width: 225px;
	height: 45px;
	color: #918686;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	border: none;
	border-bottom: 2px solid #918686;
}
.newsletter-subscription .newsletter-submit {
	float:left;
	font-size: 14px;
	color: #918686;
	background: none;
	border: 2px solid #918686;
	height: 45px;
	line-height: 41px;
	padding: 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.ttf-tweet {
	margin-bottom: 30px;
}
.ttf-tweet-row {
	margin-bottom: 10px;
	font-size: 12px;
}
.ttf-tweet-user-name a {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #6a6060;
	font-style: normal;
}
.ttf-tweet:after {
	display: block;
	content: "";
	clear: both;
}
.ttf-tweet-image {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.ttf-tweet-image img {
	height: auto;
	width: 48px;
	border-radius: 50%;
}

/*  [ Footer ]
- - - - - - - - - - - - - - - - - - - - */
.site-footer {
	position: relative;
}
.site-footer .mid {
	background: #f1eeee;
	padding: 70px 0 50px;
	font-style: italic;
}
.site-footer .widget-title {
	margin-bottom: 30px;
	font-style: normal;
}
.site-footer .widget-title:before {
	display: none;
}
.site-footer .widget-title span {
	background: none;
}
.site-footer .bot {
	background: #f00000;
	padding: 17px 0;
	color: #FFF;
}
.site-info {
	padding: 5px 0;
}
.site-info a {
	color: #FFF;
}
.social,
.single-share .social {
	margin: 0;
	list-style: none;
}
.site-footer .social {
	text-align: right;
}
.social li,
.single-share .social li {
	display: inline-block;
	margin-left: 5px;
}
.social li a,
.single-share .social li a {
	width: 30px;
	height: 30px;
	color: #f00000;
	display: block;
	text-align: center;
	line-height: 30px;
	background: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	-ms-border-radius:     2px;
	border-radius:         2px;
}
.social li a:hover,
.site-footer .bot .bot-main a:hover,
.single-share .social li a:hover {
	color: #6a6060;
}
.single-share .social li a {
	position: relative;
	border: 1px solid #6a6060;
	color: #6a6060;
}
.single-share .social li a:hover {
	color: #f00000;
	border-color: #f00000;
}

.back-to-top {
	display: block;
	width: 66px;
	height: 33px;
	background: #f1eeee;
	position: absolute;
	top: -33px;
	left: 50%;
	margin-left: -33px;
	text-align: center;
	line-height: 33px;
	color: #f00000;
	font-size: 16px;
	border-radius: 33px 33px 0 0;
	-moz-border-radius: 33px 33px 0 0;
	-ms-border-radius: 33px 33px 0 0;
	-webkit-border-radius: 33px 33px 0 0;
	-o-border-radius: 33px 33px 0 0;
}
.back-to-top:hover {
	color: #6a6060;
}
/*  [ Michello shortcodes]
- - - - - - - - - - - - - - - - - - - - */
.counter-wrap .subtitle {
	top: -10px;
	left: 17%;
}
.counter-wrap .number {
	font-size: 40px;
	line-height: 40px;
}
.vc_parallax .wr-testimonials-slider {
	background: none;
}
/*  [ Page Loader ]
- - - - - - - - - - - - - - - - - - - - */
#pageloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(77, 72, 73, 0.99);
	z-index: 99999;
}
.dots{
	position: absolute;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	height: 200px;
	width: 300px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -180px;
}
.dots i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
	display: block;
	position: absolute;
	top: 100px;
}
.dots .dot-1 {
	background: #B6564D;
	left: 250px;
	-webkit-animation: anim-1 2s linear infinite;
	-moz-animation: anim-1 2s linear infinite;
	-ms-animation: anim-1 2s linear infinite;
	-o-animation: anim-1 2s linear infinite;
	animation: anim-1 2s linear infinite;
}
.dots .dot-2 {
	background: #D8AE5C;
	left: 200px;
	-webkit-animation: anim-2 2s linear infinite;
	-moz-animation: anim-2 2s linear infinite;
	-ms-animation: anim-2 2s linear infinite;
	-o-animation: anim-2 2s linear infinit
	animation: anim-2 2s linear infinite;
}
.dots .dot-3 {
	background: #8ADEA3;
	left: 350px;
	-webkit-animation: anim-3 2s linear infinite;
	-moz-animation: anim-3 2s linear infinite;
	-ms-animation: anim-3 2s linear infinite;
	-o-animation: anim-3 2s linear infinit
	animation: anim-3 2s linear infinite;
}
.dots .dot-4 {
	background: #8ADEA3;
	left: 300px;
	-webkit-animation: anim-4 2s linear infinite;
	-moz-animation: anim-4 2s linear infinite;
	-ms-animation: anim-4 2s linear infinite;
	-o-animation: anim-4 2s linear infinit
	animation: anim-4 2s linear infinite;
}
.dots .dot-5 {
	background: #D8AE5C;
	left: 450px;
	-webkit-animation: anim-5 2s linear infinite;
	-moz-animation: anim-5 2s linear infinite;
	-ms-animation: anim-5 2s linear infinite;
	-o-animation: anim-5 2s linear infinit
	animation: anim-5 2s linear infinite;
}
.dots .dot-6 {
	background: #B6564D;
	left: 400px;
	-webkit-animation: anim-6 2s linear infinite;
	-moz-animation: anim-6 2s linear infinite;
	-ms-animation: anim-6 2s linear infinite;
	-o-animation: anim-6 2s linear infinit
	animation: anim-6 2s linear infinite;
}

@-webkit-keyframes anim-1 {
	0% {
		-webkit-transform: rotate(-180deg) translate(50px);
	}
	16% {
		-webkit-transform: rotate(0deg) translate(50px);
	}
	18% {
		-webkit-transform: rotate(24deg) translate(50px);
	}
	20% {
		-webkit-transform: rotate(0deg) translate(50px);
	}
	33% {
		-webkit-transform: rotate(0deg) translate(50px);
	}
	66% {
		-webkit-transform: rotate(0deg) translate(50px);
	}
	83% {
		-webkit-transform: rotate(0deg) translate(50px);
	}
	100% {
		-webkit-transform: rotate(180deg) translate(50px);
	}
}
@-moz-keyframes anim-1 {
	0% {
		-moz-transform: rotate(-180deg) translate(50px);
	}
	16% {
		-moz-transform: rotate(0deg) translate(50px);
	}
	18% {
		-moz-transform: rotate(24deg) translate(50px);
	}
	20% {
		-moz-transform: rotate(0deg) translate(50px);
	}
	33% {
		-moz-transform: rotate(0deg) translate(50px);
	}
	66% {
		-moz-transform: rotate(0deg) translate(50px);
	}
	83% {
		-moz-transform: rotate(0deg) translate(50px);
	}
	100% {
		-moz-transform: rotate(180deg) translate(50px);
	}
}
@-ms-keyframes anim-1 {
	0% {
		-ms-transform: rotate(-180deg) translate(50px);
	}
	16% {
		-ms-transform: rotate(0deg) translate(50px);
	}
	18% {
		-ms-transform: rotate(24deg) translate(50px);
	}
	20% {
		-ms-transform: rotate(0deg) translate(50px);
	}
	33% {
		-ms-transform: rotate(0deg) translate(50px);
	}
	66% {
		-ms-transform: rotate(0deg) translate(50px);
	}
	83% {
		-ms-transform: rotate(0deg) translate(50px);
	}
	100% {
		-ms-transform: rotate(180deg) translate(50px);
	}
}
@-o-keyframes anim-1 {
	0% {
		-o-transform: rotate(-180deg) translate(50px);
	}
	16% {
		-o-transform: rotate(0deg) translate(50px);
	}
	18% {
		-o-transform: rotate(24deg) translate(50px);
	}
	20% {
		-o-transform: rotate(0deg) translate(50px);
	}
	33% {
		-o-transform: rotate(0deg) translate(50px);
	}
	66% {
		-o-transform: rotate(0deg) translate(50px);
	}
	83% {
		-o-transform: rotate(0deg) translate(50px);
	}
	100% {
		-o-transform: rotate(180deg) translate(50px);
	}
}

@-moz-keyframes anim-2 {
	0% {
	    -moz-transform: rotate(0deg) translate(50px);
	}
	16% {
		-moz-transform: rotate(0deg) translate(50px);
	}
	33% {
		-moz-transform: rotate(0deg) translate(50px);
	}
	66% {
		-moz-transform: rotate(360deg) translate(50px);
	}
	68% {
		-moz-transform: rotate(384deg) translate(50px);
	}
	70% {
		-moz-transform: rotate(360deg) translate(50px);
	}
	100% {
		-moz-transform: rotate(360deg) translate(50px);
	}
}
@-webkit-keyframes anim-2 {
	0% {
	    -webkit-transform: rotate(0deg) translate(50px);
	}
	16% {
		-webkit-transform: rotate(0deg) translate(50px);
	}
	33% {
		-webkit-transform: rotate(0deg) translate(50px);
	}
	66% {
		-webkit-transform: rotate(360deg) translate(50px);
	}
	68% {
		-webkit-transform: rotate(384deg) translate(50px);
	}
	70% {
		-webkit-transform: rotate(360deg) translate(50px);
	}
	100% {
		-webkit-transform: rotate(360deg) translate(50px);
	}
}
@-ms-keyframes anim-2 {
	0% {
	    -ms-transform: rotate(0deg) translate(50px);
	}
	16% {
		-ms-transform: rotate(0deg) translate(50px);
	}
	33% {
		-ms-transform: rotate(0deg) translate(50px);
	}
	66% {
		-ms-transform: rotate(360deg) translate(50px);
	}
	68% {
		-ms-transform: rotate(384deg) translate(50px);
	}
	70% {
		-ms-transform: rotate(360deg) translate(50px);
	}
	100% {
		-ms-transform: rotate(360deg) translate(50px);
	}
}
@-o-keyframes anim-2 {
	0% {
	    -o-transform: rotate(0deg) translate(50px);
	}
	16% {
		-o-transform: rotate(0deg) translate(50px);
	}
	33% {
		-o-transform: rotate(0deg) translate(50px);
	}
	66% {
		-o-transform: rotate(360deg) translate(50px);
	}
	68% {
		-o-transform: rotate(384deg) translate(50px);
	}
	70% {
		-o-transform: rotate(360deg) translate(50px);
	}
	100% {
		-o-transform: rotate(360deg) translate(50px);
	}
}

@-webkit-keyframes anim-3 {
	0% {
		-webkit-transform: rotate(-180deg) translate(50px);
	}
	16% {
		-webkit-transform: rotate(-180deg) translate(50px);
	}
	33% {
		-webkit-transform: rotate(-360deg) translate(50px);
	}
	35% {
		-webkit-transform: rotate(-384deg) translate(50px);
	}
	37% {
		-webkit-transform: rotate(-360deg) translate(50px);
	}
	66% {
		-webkit-transform: rotate(-360deg) translate(50px);
	}
	83% {
		-webkit-transform: rotate(-540deg) translate(50px);
	}
	85% {
		-webkit-transform: rotate(-564deg) translate(50px);
	}
	87% {
		-webkit-transform: rotate(-540deg) translate(50px);
	}
	100% {
		-webkit-transform: rotate(-540deg) translate(50px);
	}
}
@-moz-keyframes anim-3 {
	0% {
		-moz-transform: rotate(-180deg) translate(50px);
	}
	16% {
		-moz-transform: rotate(-180deg) translate(50px);
	}
	33% {
		-moz-transform: rotate(-360deg) translate(50px);
	}
	35% {
		-moz-transform: rotate(-384deg) translate(50px);
	}
	37% {
		-moz-transform: rotate(-360deg) translate(50px);
	}
	66% {
		-moz-transform: rotate(-360deg) translate(50px);
	}
	83% {
		-moz-transform: rotate(-540deg) translate(50px);
	}
	85% {
		-moz-transform: rotate(-564deg) translate(50px);
	}
	87% {
		-moz-transform: rotate(-540deg) translate(50px);
	}
	100% {
		-moz-transform: rotate(-540deg) translate(50px);
	}
}
@-ms-keyframes anim-3 {
	0% {
		-ms-transform: rotate(-180deg) translate(50px);
	}
	16% {
		-ms-transform: rotate(-180deg) translate(50px);
	}
	33% {
		-ms-transform: rotate(-360deg) translate(50px);
	}
	35% {
		-ms-transform: rotate(-384deg) translate(50px);
	}
	37% {
		-ms-transform: rotate(-360deg) translate(50px);
	}
	66% {
		-ms-transform: rotate(-360deg) translate(50px);
	}
	83% {
		-ms-transform: rotate(-540deg) translate(50px);
	}
	85% {
		-ms-transform: rotate(-564deg) translate(50px);
	}
	87% {
		-ms-transform: rotate(-540deg) translate(50px);
	}
	100% {
		-ms-transform: rotate(-540deg) translate(50px);
	}
}
@-o-keyframes anim-3 {
	0% {
		-o-transform: rotate(-180deg) translate(50px);
	}
	16% {
		-o-transform: rotate(-180deg) translate(50px);
	}
	33% {
		-o-transform: rotate(-360deg) translate(50px);
	}
	35% {
		-o-transform: rotate(-384deg) translate(50px);
	}
	37% {
		-o-transform: rotate(-360deg) translate(50px);
	}
	66% {
		-o-transform: rotate(-360deg) translate(50px);
	}
	83% {
		-o-transform: rotate(-540deg) translate(50px);
	}
	85% {
		-o-transform: rotate(-564deg) translate(50px);
	}
	87% {
		-o-transform: rotate(-540deg) translate(50px);
	}
	100% {
		-o-transform: rotate(-540deg) translate(50px);
	}
}

@-webkit-keyframes anim-4 {
	0% {
		-webkit-transform: rotate(0deg) translate(50px);
	}
	16% {
		-webkit-transform: rotate(0deg) translate(50px);
	}
	33% {
		-webkit-transform: rotate(-180deg) translate(50px);
	}
	35% {
		-webkit-transform: rotate(-204deg) translate(50px);
	}
	37% {
		-webkit-transform: rotate(-180deg) translate(50px);
	}
	66% {
		-webkit-transform: rotate(-180deg) translate(50px);
	}
	83% {
		-webkit-transform: rotate(-360deg) translate(50px);
	}
	85% {
		-webkit-transform: rotate(-384deg) translate(50px);
	}
	87% {
		-webkit-transform: rotate(-360deg) translate(50px);
	}
	100% {
		-webkit-transform: rotate(-360deg) translate(50px);
	}
}
@-moz-keyframes anim-4 {
	0% {
		-moz-transform: rotate(0deg) translate(50px);
	}
	16% {
		-moz-transform: rotate(0deg) translate(50px);
	}
	33% {
		-moz-transform: rotate(-180deg) translate(50px);
	}
	35% {
		-moz-transform: rotate(-204deg) translate(50px);
	}
	37% {
		-moz-transform: rotate(-180deg) translate(50px);
	}
	66% {
		-moz-transform: rotate(-180deg) translate(50px);
	}
	83% {
		-moz-transform: rotate(-360deg) translate(50px);
	}
	85% {
		-moz-transform: rotate(-384deg) translate(50px);
	}
	87% {
		-moz-transform: rotate(-360deg) translate(50px);
	}
	100% {
		-moz-transform: rotate(-360deg) translate(50px);
	}
}
@-ms-keyframes anim-4 {
	0% {
		-ms-transform: rotate(0deg) translate(50px);
	}
	16% {
		-ms-transform: rotate(0deg) translate(50px);
	}
	33% {
		-ms-transform: rotate(-180deg) translate(50px);
	}
	35% {
		-ms-transform: rotate(-204deg) translate(50px);
	}
	37% {
		-ms-transform: rotate(-180deg) translate(50px);
	}
	66% {
		-ms-transform: rotate(-180deg) translate(50px);
	}
	83% {
		-ms-transform: rotate(-360deg) translate(50px);
	}
	85% {
		-ms-transform: rotate(-384deg) translate(50px);
	}
	87% {
		-ms-transform: rotate(-360deg) translate(50px);
	}
	100% {
		-ms-transform: rotate(-360deg) translate(50px);
	}
}
@-o-keyframes anim-4 {
	0% {
		-o-transform: rotate(0deg) translate(50px);
	}
	16% {
		-o-transform: rotate(0deg) translate(50px);
	}
	33% {
		-o-transform: rotate(-180deg) translate(50px);
	}
	35% {
		-o-transform: rotate(-204deg) translate(50px);
	}
	37% {
		-o-transform: rotate(-180deg) translate(50px);
	}
	66% {
		-o-transform: rotate(-180deg) translate(50px);
	}
	83% {
		-o-transform: rotate(-360deg) translate(50px);
	}
	85% {
		-o-transform: rotate(-384deg) translate(50px);
	}
	87% {
		-o-transform: rotate(-360deg) translate(50px);
	}
	100% {
		-o-transform: rotate(-360deg) translate(50px);
	}
}


@-webkit-keyframes anim-5 {
	0% {
		-webkit-transform: rotate(-180deg) translate(50px);
	}
	16% {
		-webkit-transform: rotate(-180deg) translate(50px);
	}
	33% {
		-webkit-transform: rotate(-180deg) translate(50px);
	}
	66% {
		-webkit-transform: rotate(180deg) translate(50px);
	}
	68% {
		-webkit-transform: rotate(204deg) translate(50px);
	}
	70% {
		-webkit-transform: rotate(180deg) translate(50px);
	}
	100% {
		-webkit-transform: rotate(180deg) translate(50px);
	}
}
@-moz-keyframes anim-5 {
	0% {
		-moz-transform: rotate(-180deg) translate(50px);
	}
	16% {
		-moz-transform: rotate(-180deg) translate(50px);
	}
	33% {
		-moz-transform: rotate(-180deg) translate(50px);
	}
	66% {
		-moz-transform: rotate(180deg) translate(50px);
	}
	68% {
		-moz-transform: rotate(204deg) translate(50px);
	}
	70% {
		-moz-transform: rotate(180deg) translate(50px);
	}
	100% {
		-moz-transform: rotate(180deg) translate(50px);
	}
}
@-ms-keyframes anim-5 {
	0% {
		-ms-transform: rotate(-180deg) translate(50px);
	}
	16% {
		-ms-transform: rotate(-180deg) translate(50px);
	}
	33% {
		-ms-transform: rotate(-180deg) translate(50px);
	}
	66% {
		-ms-transform: rotate(180deg) translate(50px);
	}
	68% {
		-ms-transform: rotate(204deg) translate(50px);
	}
	70% {
		-ms-transform: rotate(180deg) translate(50px);
	}
	100% {
		-ms-transform: rotate(180deg) translate(50px);
	}
}
@-o-keyframes anim-5 {
	0% {
		-o-transform: rotate(-180deg) translate(50px);
	}
	16% {
		-o-transform: rotate(-180deg) translate(50px);
	}
	33% {
		-o-transform: rotate(-180deg) translate(50px);
	}
	66% {
		-o-transform: rotate(180deg) translate(50px);
	}
	68% {
		-o-transform: rotate(204deg) translate(50px);
	}
	70% {
		-o-transform: rotate(180deg) translate(50px);
	}
	100% {
		-o-transform: rotate(180deg) translate(50px);
	}
}

@-webkit-keyframes anim-6 {
	0% {
		-webkit-transform: rotate(0deg) translate(50px);
	}
	16% {
		-webkit-transform: rotate(180deg) translate(50px);
	}
	18% {
		-webkit-transform: rotate(204deg) translate(50px);
	}
	20% {
		-webkit-transform: rotate(180deg) translate(50px);
	}
	33% {
		-webkit-transform: rotate(180deg) translate(50px);
	}
	66% {
		-webkit-transform: rotate(180deg) translate(50px);
	}
	83% {
		-webkit-transform: rotate(180deg) translate(50px);
	}
	100% {
		-webkit-transform: rotate(360deg) translate(50px);
	}
}
@-moz-keyframes anim-6 {
	0% {
		-moz-transform: rotate(0deg) translate(50px);
	}
	16% {
		-moz-transform: rotate(180deg) translate(50px);
	}
	18% {
		-moz-transform: rotate(204deg) translate(50px);
	}
	20% {
		-moz-transform: rotate(180deg) translate(50px);
	}
	33% {
		-moz-transform: rotate(180deg) translate(50px);
	}
	66% {
		-moz-transform: rotate(180deg) translate(50px);
	}
	83% {
		-moz-transform: rotate(180deg) translate(50px);
	}
	100% {
		-moz-transform: rotate(360deg) translate(50px);
	}
}
@-ms-keyframes anim-6 {
	0% {
		-ms-transform: rotate(0deg) translate(50px);
	}
	16% {
		-ms-transform: rotate(180deg) translate(50px);
	}
	18% {
		-ms-transform: rotate(204deg) translate(50px);
	}
	20% {
		-ms-transform: rotate(180deg) translate(50px);
	}
	33% {
		-ms-transform: rotate(180deg) translate(50px);
	}
	66% {
		-ms-transform: rotate(180deg) translate(50px);
	}
	83% {
		-ms-transform: rotate(180deg) translate(50px);
	}
	100% {
		-ms-transform: rotate(360deg) translate(50px);
	}
}
@-o-keyframes anim-6 {
	0% {
		-o-transform: rotate(0deg) translate(50px);
	}
	16% {
		-o-transform: rotate(180deg) translate(50px);
	}
	18% {
		-o-transform: rotate(204deg) translate(50px);
	}
	20% {
		-o-transform: rotate(180deg) translate(50px);
	}
	33% {
		-o-transform: rotate(180deg) translate(50px);
	}
	66% {
		-o-transform: rotate(180deg) translate(50px);
	}
	83% {
		-o-transform: rotate(180deg) translate(50px);
	}
	100% {
		-o-transform: rotate(360deg) translate(50px);
	}
}

.acceptance { margin-bottom: 20px }
.wpcf7-form input, .wpcf7-form textarea { margin:20px 0 0 !important }
.wpcf7-form input[type=submit] { margin:0 0 20px !important }
input.wpcf7-form-control.wpcf7-acceptance { width:20px; height: auto }
.wpcf7-form .input-submit input { width: 100% !important }
.cbox input { width:20px !important; height: auto !important; margin-left:-6px !important }
div.wpcf7-validation-errors { clear:both }