/*
Theme Name: Mirage
Theme URI: http://vinirama.com/mirage
Author: ViniRama
Author URI: http://vinirama.com/
Description: Business And Marketing WordPress Theme
Version: 1.0.3
License: Custom
License URI: http://vinirama.com/licenses
Text Domain: mirage
Tags: white, blue, gray, custom-menu, editor-style, featured-images, sticky-post, translation-ready

## Style Table Of Contents

## 01.00 CSS Reset
## 02.00 Foundation
## 03.00 Typography
## 04.00 Layout
## 05.00 Header
## 		05.01 Header - Search
## 		05.02 Header - Top
## 		05-03 Header - Menu
## 06.00 Navigation
## 		06.01 Navigation - Sub Menu
## 07.00 Branding
## 08.00 Entry
## 		08.01 Entry - Pagination
## 		08.02 Entry - Author
## 		08.03 Entry - Share
## 		08.04 Entry - Comment
## 		08.05 Entry - Reply
## 09.00 Footer
## 		09.01 Footer - Banner
## 		09.02 Footer - Widget
## 		09.03 Footer - Bottom
## 10.00 Wordpress
## 		10.01 Wordpress - Specific
## 		10.02 Wordpress - Widget
## 11.00 Element
## 12.00 Module
## 14.00 Plugin
## 15.00 Responsive
## 16.00 Print
*/

/*--------------------------------------------------------------
## 01.00 CSS 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;
	margin: 0;
	outline: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: none repeat scroll 0 0 transparent;
}

/*--------------------------------------------------------------
## 02.00 Foundation
--------------------------------------------------------------*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
## 03.00 Typography
--------------------------------------------------------------*/

h1 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
}
h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
h4 {
	font-size: 18px;
	margin-bottom: 30px;
}
h5 {
	font-size: 16px;
	margin-bottom: 30px;
}
h6 {
	font-size: 14px;
	margin-bottom: 30px;
}
p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 25px;
}
address {
	font-style: italic;
	margin-bottom: 30px;
}
cite,
em,
i {
	font-style: italic
}
ol,
ul,
table,
dd {
	margin-bottom: 30px;
}
ul, ol {
	padding-left: 25px;
}
table {
	width: 100%;
}
table td,
table th {
	padding: 8px 12px;
	border: 1px solid #dedede;
}
blockquote cite {
	display: block;
	margin-top: 20px;
}
blockquote {
	border-left: 4px solid #dedede;
	padding-left: 20px;
	margin-bottom: 30px;
}
pre {
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	padding: 15px;
	margin-bottom: 30px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	max-width: 100%;
	overflow: auto;
}

/*--------------------------------------------------------------
## 04.00 Layout
--------------------------------------------------------------*/

#page {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 14px;
	overflow-x: hidden;
}
#page .container {
	width: 1280px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}
.pagination:before, .pagination:after,
#masthead:before, #masthead:after,
#slider-main:before, #slider-main:after,
#branding:before, #branding:after,
#page:before, #page:after,
#primary:before, #primary:after,
#main:before, #main:after,
#secondary:before, #secondary:after,
#footer:before, #footer:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.pagination:after,
#masthead:after,
#slider-main:after,
#branding:after,
#page:after,
#primary:after,
#main:after,
#secondary:after,
#footer:after {
	clear:  both;
}
#content {
	min-height: 600px;
	position: relative;
	z-index: 99;
}
#content.content-builder #primary {
	padding: 0;
	width: 100%;
}
#content.content-builder #secondary {
	display: none;
}
#content.content-builder .container {
	padding: 0;
}
#content.content-builder .row-content {
	margin: 0;
}
#content.content-builder .entry-content {
	margin-bottom: 0;
}
#content.content-builder .panel-grid {
	margin: 0;
}
#content.content-builder .panel-full .panel-grid-cell {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#content.content-builder .panel-parallax {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 50% 50%;
}
#content.content-full .container {
	padding: 60px 40px;
}
#content.content-full .container .row-content {
	margin: 0;
}
#content.content-full #primary {
	float: left;
	padding: 0;
}
#content.content-full #secondary {
	display: none;
}

#content.content-sidebar-right .container {
	padding: 60px 40px;
}
#content.content-sidebar-right #primary {
	float: left;
}
#content.content-sidebar-right #secondary {
	float: right;
	padding-left: 45px;
}

#content.content-sidebar-left .container {
	padding: 60px 40px;
}
#content.content-sidebar-left #primary {
	float: right;
}
#content.content-sidebar-left #secondary {
	float: left;
	padding-right: 45px;
}

#content.content-full #primary {
	width: 100%;
}
#content.content-full #secondary {
	display: none;
}
#content #secondary .widget {
	padding: 0 15px;
	margin-bottom: 20px;
}

.error404 #content.content-sidebar-right #primary,
.error404 #content.content-sidebar-left #primary {
	padding: 180px 0;
	width: 100%;
}
.page-box #masthead,
.page-box #slider-main,
.page-box #branding,
.page-box #footer,
.page-box #content {
	max-width: 1278px;
	margin-left: auto; margin-right: auto;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
.page-box #masthead .container,
.page-box #slider-main .container,
.page-box #branding .container,
.page-box #footer .container {
	padding-left: 40px; padding-right: 40px;
}
.page-box #content {
	overflow-x: hidden;
}
.page-box #content.content-full .entry-content {
	margin-bottom: 0;
}
.page-box #content.content-builder .panel-grid .panel-row-style,
.page-box #content.content-builder .panel-grid {
	max-width: 1279px;
}
.panel-widget-style {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.page-full #content {
	width: 100%;
}

.page-full #content .container {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.page-full #content .container {
	margin-top: 0;
}

.page-full #content.content-builder {
	width: 100%;
}
.page-full #content.content-builder .container .panel-grid {
}
.page-full #content.content-builder .panel-grid .panel-row-style.panel-full {
	width: 100%;
}

#content.page-builder .panel-grid .widget-title {
	font-size: 22px;
	margin-bottom: 40px;
}
#content {
	/*margin-top: -150px;*/
}

/*--------------------------------------------------------------
## 05.00 Header
--------------------------------------------------------------*/

#masthead {
	position: absolute;
	width: 100%;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
	z-index: 9000;
}
#masthead .container {
	position: static;
}
.sticky-wrapper #masthead {
	z-index: 9000;
	left: 0; right: 0;
}
#masthead.stuck {
	z-index: 9000;
	position: fixed;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	opacity: 0.95;
}
#masthead.stuck:hover {
	opacity: 1;
}
#masthead.stuck #primary-menu > li > a {
	padding: 25px 16px;
}
#masthead.stuck #logo h1 {
	font-size: 26px;
	line-height: 35px;
}
.masthead-fill {
	display: block;
	height: 120px;
}

/*--------------------------------------------------------------
## 05.01 Header - Search
--------------------------------------------------------------*/

#site-search {
	display: none;
}
#site-search .container {
	padding-top: 30px; padding-bottom: 30px;
}
#site-search .search-form {
	border: 1px solid #ffffff;
}
#site-search .search-form label {
	display: block;
	margin-right: 50px;
}
#site-search .search-form label input[type="text"] {
	background-color: rgba(0, 0, 0, 0);
	height: 50px;
	display: inline-block;
	border-radius: 0;
	padding: 10px 20px;
	border: 0px solid rgba(0, 0, 0, 0);
	border-right: 0;
	box-shadow: none;
	outline: 0;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
}
#site-search .search-form button[type=submit] {
	background-color: rgba(0, 0, 0, 0);
	height: 48px;
	width: 50px;
	float: right;
	border-radius: 0;
	padding: 12px 10px 6px 10px;
	border: 1px solid transparent;
	line-height: 18px;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	margin-right: 0;
 }
#site-search .search-form button[type=submit] i {
	font-size: 24px;
	color: #ffffff;
}
#site-search .search-form button[type=submit]:hover {
	border: 1px solid #000000;
}

/*--------------------------------------------------------------
## 05.02 Header - Top
--------------------------------------------------------------*/

#top {
	height: 46px;
}
#top .container {
}
#top .top-copyright {
	float: left;
}
#top .top-address {
	float: right;
	margin-left: 15px;
}
#top .top-address a,
#top .top-address span {
	display: inline-block;
	padding: 0 15px;
	line-height: 46px;
}
#top .top-address a i,
#top .top-address span i {
	margin-right: 8px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
#top .top-address .button-sub,
#top .top-address .button-dark {
	padding: 5px 10px;
	line-height: 20px;
	font-size: 13px;
}
#top p {
	line-height: 42px;
	margin: 0;
	font-weight: 600;
}
#top p a {
	font-weight: 600;
}

/*--------------------------------------------------------------
## 05-03 Header - Address
--------------------------------------------------------------*/

#address .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*--------------------------------------------------------------
## 05-04 Header - Menu
--------------------------------------------------------------*/

#menu {
	padding-top: 10px;
	width: 100%;
	min-height: 80px;
}
#masthead.stuck #menu {
	padding-top: 0;
}
#menu .container {
	text-align: center;
	min-height: 68px;
	position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#button-shop,
#button-search,
#button-menu {
	display: inline-block;
	cursor: pointer;
}
#button-shop i,
#button-search i,
#button-menu i {
	font-size: 24px;
	line-height: 22px;
}
#mobile-navigation {
	display:none;
}
#mobile-navigation.mm-menu.mm-current{
	display:block;
}
#button-search {


}
#button-menu {

}
#button-shop  {

}

/*--------------------------------------------------------------
## 06.00 Navigation
--------------------------------------------------------------*/

#site-navigation {
	float: right;
	text-align: left;
	height: 80px;
}
#primary-menu {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0;
	text-align: center;
	list-style: none;

}
#primary-menu li a {
	display: inline-block;
	padding: 15px 0;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
#primary-menu .text li {
	list-style: disc;
	float: none;
}
#primary-menu .text h1,
#primary-menu .text h2,
#primary-menu .text h3,
#primary-menu .text h4,
#primary-menu .text h5,
#primary-menu .text h6 {
	margin-bottom: 25px !important;
}
#primary-menu .text p {
	margin-bottom: 20px !important;
}
#primary-menu > li {
	float: left;
	padding: 0 0 35px 0;
	margin-top: 35px;
	vertical-align: top;
    -webkit-transition: padding 0.5s ease;
    -moz-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    -ms-transition: padding 0.5s ease;
    transition: padding 0.5s ease;

}
#primary-menu > li.menu-item > a {
	padding: 0 18px 0 18px !important;
	/*-webkit-transition: all 1s ease, opacity .1s ease;
	-o-transition: all 1s ease, opacity .1s ease;
	transition: all 1s ease, opacity .1s ease;*/
}
#primary-menu > li.menu-logo {
	padding: 0;
	margin-top: 0;
}
#primary-menu > li.menu-logo a {
	padding: 0;
}
#primary-menu > li.menu-item-has-children > a { position: relative; padding-right: 25px !important; right: 0; top: 0;  }
#primary-menu > li.menu-item-has-children > a:after { font-size: 18px; content: "\e7a7" !important; font-family: "font-icons" !important; position: absolute; right: 6px; top: -5px; }
#primary-menu .sub-menu > li.menu-item-has-children > a:after { font-size: 18px; content: "\e7a5" !important; font-family: "font-icons" !important; position: absolute; right: 12px; top: 2px; }
#logo {
	display: inline-block;
	float: left;
}
#logo img {
	margin: 16px 0 0 0;
}
#logo h1 {
	font-size: 26px;
	font-weight: 700;
	margin: 22px 0 0 0;
}
#logo a {
	min-height: 38px;
}
#logo a h1 {
	color: #ffffff;
}
#logo a:hover {
	text-decoration: none;
	color: #ffffff;
}

/*--------------------------------------------------------------
## 05.01 Navigation - Sub Menu
--------------------------------------------------------------*/

.menu-shop-sub,
#primary-menu .sub-menu {
	font-size: 14px;
	position: absolute;
	z-index: 7000;
	display: none;
	top: auto;
	width: 200px;
	padding: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	list-style: none;
	text-align: left;
}
#primary-menu .sub-menu li {
	width: 100%;
}
#primary-menu .sub-menu li a {
	display: block;
	font-weight: 600;
	padding: 14px 16px;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
}
#primary-menu .sub-menu li a:hover {
	text-decoration: none;
}
#primary-menu .sub-menu .menu-item-has-children {
	position: relative;
	display: block;
}
#primary-menu .sub-menu .menu-item-has-children .sub-menu {
	display: none;
	top: 0;
	margin-top: 0;
	left: 200px;
	width: 200px;
	padding: 0;
}

#button-shop {
	padding-bottom: 28px;
}
#button-shop #button-shop-cart {
	font-size: 18px;
	font-weight: 600;
}
#button-shop #button-shop-cart i {
	margin-right: 6px;
}
#button-shop #button-shop-cart:hover {
	text-decoration: none;
}
#button-shop-cart {
	font-size: 13px;
	font-weight: 600;
}
#button-shop-cart .item-number {
	font-size: 15px;
	padding: 2px 8px;
	margin-top: -0px;
	border-radius: 99px;
	float: right;
}
#menu-shop-sub {
	z-index: 8000;
}
.menu-shop-sub,
.sub-menu,
.mega-menu-item {
	border-top: 0px solid #ffffff;
}
#button-group {
    float: right;
    position: relative;
}
#site-navigation .sub-menu {

}
#site-navigation .mega-menu-item .sub-menu {
	margin: 0 0 30px 0;
}

/*--------------------------------------------------------------
## 07.00 Branding
--------------------------------------------------------------*/

#branding-gap {
	height: 126px;
}
#branding {
	text-align: center;
	height: 360px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .4s ease, opacity .3s ease;
    -o-transition: all .4s ease, opacity .3s ease;
    transition: all .4s ease, opacity .3s ease;
	overflow: hidden;
}
.branding-dock {
	margin-top: 110px !important;
}
#branding .container {
	padding-top: 200px;
	padding-bottom: 70px;
}
#branding .title-header {
	display: block;
	width: 100%;
}
#branding .breadcrumb {
	font-size: 14px;
	margin-top: 10px;
	float: right;
	background-color: rgba(0, 0, 0, 0);
	font-weight: 600;
	max-width: 360px;
}
#branding h2 small,
#branding h2 {
	display: block;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 15px;
}
#branding h2 small {
	color: inherit;
	display: inline;
	font-weight: 600;
}
#branding .title-header p  {
	display: inline-block;
	padding: 7px 12px;
	color: #ffffff !important;
	font-size: 16px;
	max-width: 520px;
	font-weight: 600;
	border-radius: 2px;
	text-transform: capitalize !important;
}
#branding .title-header p {
	text-transform: capitalize;
}
#branding .title-header p a {
	color: #ffffff !important;
	text-transform: capitalize;
}
.page-header {
	margin: 0;
}
.page-header h1 {
	font-size: 22px;
	margin: 0;
	padding-bottom: 20px;
	font-weight: 400;
}
.page-header h1 span {
	font-weight: 700;
}
/*--------------------------------------------------------------
## 08.00 Entry
--------------------------------------------------------------*/

.entry-header {
	position: relative;
	left: 0;
	right: 0;
	padding-left: 95px;
	min-height: 75px;
	margin-bottom: 30px;
}
.search-results .entry-header {
	padding-left: 85px;
}
.entry-title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.blog-standard .entry-title a {
	margin-top: 18px;
	min-height: 45px;
	display: inline-block;
}

.entry-meta {
	margin-bottom: 30px;
}
.entry-meta a {
	line-height: 24px;
	display: inline-block;
	font-weight: 700;
}
.entry-meta a:hover {
	text-decoration: none !important;
}
.entry-meta .posted-on a {
	margin-left: 0;
}
.tags-links a {
	line-height: 24px;
	display: inline-block;
}
.entry-calendar {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.entry-calendar .meta-day {
	width: 70px;
	height: 70px;
	display: block;
	font-weight: 700;
	font-size: 34px;
	padding-top: 8px;
	border: 4px solid #dedede;
	border-radius: 99px;
	margin-bottom: 10px;
}
.entry-calendar .meta-month {
	display: block;
	font-weight: 700;
	font-size: 16px;
}
.entry-picture {
	margin-bottom: 30px;
}
.entry-picture img {
	width: 100%;
	height: auto;
}
.entry-picture .icon-sub i {
	font-size: 24px;
}
.entry-excerpt,
.entry-summary,
.entry-content {
	margin-bottom: 30px;
}
.entry-content iframe,
.entry-content embed {
	width: 100%;
}
.entry-footer {
	margin-bottom: 40px;
}
.entry-footer .tags-links {
	display: block;
	padding-top: 20px;
	margin-top: 20px;
}

.entry-link {
	font-weight: 700;
	padding: 30px 40px;
	margin-bottom: 30px;
}
.entry-link a {
	font-size: 20px;
	letter-spacing: -0.5px;
	line-height: 38px;
	font-weight: 400;
	margin-bottom: 20px;
}

.entry-quote {
	font-weight: 700;
	padding: 30px 40px;
	margin-bottom: 30px;
}
.entry-quote p {
	font-size: 28px !important;
	letter-spacing: -0.5px;
	line-height: 38px !important;
	font-weight: 400;
	margin-bottom: 20px;
}
.entry-quote p .icon-font-quote-left {
	margin-right: 15px;
}
.entry-quote p .icon-font-quote-right {
	margin-left: 15px;
}
.entry-quote blockquote {
	border: 0;
	margin: 0;
	padding: 0;
}
.entry-quote cite {
	font-size: 18px;
	display: block;
	width: 100%;
	font-style: italic;
	text-align: right;
	font-weight: 400;
}

.entry-video {
	margin-bottom: 30px;
}
.entry-video iframe {
	width: 100%;
}
.entry-video {
	margin-bottom: 30px;
}

.entry-gallery {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 30px;
	min-height: 300px;
}
.entry-gallery .slider-gallery .owl-wrapper-outer {
	width: 100%;
	overflow: hidden;
}
.entry-gallery .slider-gallery .owl-item,
.entry-gallery .slider-gallery .slider-item {
	width: 100%;
}
.entry-gallery .slider-gallery .slider-item img {
	width: 100% !important;
	margin-bottom: 0;
}
.entry-gallery .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 25px;
	padding-left: 15px;
	min-height: 70px;
}
.entry-gallery .caption h4 {
	font-size: 20px;
	font-weight: 600;
}
.entry-gallery .slider-prev {
	bottom: 15px;
	right: 70px;
}
.entry-gallery .slider-next {
	bottom: 15px;
	right: 15px;
}
.entry-gallery .slider-prev {
	top: 45%;
	left: 30px;
}
.entry-gallery .slider-next {
	top: 45%;
	right: 30px;
}
.entry-gallery .slider-prev,
.entry-gallery .slider-next {
	position: absolute;
	text-align: center;
	width: 48px;
	height: 48px;
	opacity: 1;
}
.entry-gallery .slider-prev i,
.entry-gallery .slider-next i {
	font-size: 22px;
	line-height: 22px;
	padding-top: 14px;
}

/*--------------------------------------------------------------
## 08.01 Entry - Pagination
--------------------------------------------------------------*/

.pagination {
	text-align: center;
	margin: 0;
	display: block;
}
.pagination ul {
	text-align: center;
	padding: 0;
	margin: 0;
}
.pagination ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-right: 8px;
}
.pagination ul li a,
.pagination ul li a:hover {
	text-decoration: none;
}
.pagination ul li i {
	margin-right: 5px;
}
.page-numbers.current {
	border-radius: 99px;
	display: inline-block;
	width: 34px;
	height: 34px;
}
.page-numbers,
.prev.page-numbers,
.next.page-numbers {
	padding: 6px 10px;
	border-radius: 99px;
	display: inline;
	width: 34px;
	height: 34px;
}
.prev.page-numbers,
.next.page-numbers {
	position: relative;
	text-indent: -9999%;
	white-space: nowrap;
	display: inline-block;
}
.prev.page-numbers:after { text-indent: 0; content: "\e70a" !important; font-family: "font-icons" !important; position: absolute; left: 31%; top: 7px; color: #ffffff; }
.next.page-numbers:after { text-indent: 0; content: "\e70b" !important; font-family: "font-icons" !important; !important; position: absolute; left: 41%; top: 7px; color: #ffffff; }

.post-navigation {
	margin-bottom: 0;
}
.post-navigation .screen-reader-text {
	display: none;
}
.post-navigation:before,
.post-navigation:after {
	display: table; content: "";
}
.post-navigation:after {
	clear:  both;
}
.post-navigation .nav-links {
	margin-bottom: 20px;
}
.nav-links {
	height: 50px;
}
.nav-links .nav-previous {
	float: left;
	display: inline-block;
	position: relative;
}
.nav-links .nav-next {
	float: right;
	display: inline-block;
	position: relative;
}
.nav-links .nav-previous a {
	max-width: 320px;
	padding-left: 30px !important;
}
.nav-links .nav-next a {
	max-width: 320px;
	padding-right: 30px !important;
}
.page-links {
	clear: both;
}

.post-navigation .nav-previous:after { content: "\e70a" !important; font-family: "font-icons" !important; position: absolute; left: 10px; top: 2px; color: #ffffff; }
.post-navigation .nav-next:after { content: "\e70b" !important; font-family: "font-icons" !important; position: absolute; right: 10px; top: 2px; color: #ffffff; }

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 2;
	margin: 0 5px 5px 0;
	text-align: center;
	width: 24px;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.blog-standard {
	position: relative;
}

/*--------------------------------------------------------------
## 08.02 Entry - Author
--------------------------------------------------------------*/

.entry-author {
	position: relative;
	left: 0;
	top: 0;
	padding-left: 120px;
	margin-bottom: 40px;
	min-height: 80px;
}
.entry-author .thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 130px;
	text-align: center;
}
.entry-author .thumbnail img {
  width: 80px;
  height: 80px;
  border-radius: 99px;
  border: 4px solid #f5f5f5;
}
.entry-author .author-info h4 {
	margin-bottom: 10px;
}
.screen-reader-text {
	margin-bottom: 20px;
}
.related {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## 08.03 Entry - Share
--------------------------------------------------------------*/

.entry-share {
	margin-bottom: 40px;
}
.entry-share h3 {
	font-size: 20px;
}
.entry-share .share-item a {
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #ffffff;
	padding-top: 22px;
	border-radius: 99px;
	margin: 0 auto 15px auto;
}
.entry-share .share-item a i {
	display: block;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #ffffff;
}
.entry-share .share-item span {
	display: block;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.entry-share .share-item a:hover {
	opacity: 0.8;
	text-decoration: none;
}

/*--------------------------------------------------------------
## 08.04 Entry - Comment
--------------------------------------------------------------*/

#comment-nav-above {
	margin-bottom: 30px;
}
#comment-nav-above:before,
#comment-nav-above:after {
	display: table; content: "";
}
#comment-nav-above:after {
	clear:  both;
}

#comment-nav-below  {
	margin-bottom: 40px;
}
#comment-nav-below:before,
#comment-nav-below:after {
	display: table; content: "";
}
#comment-nav-below:after {
	clear:  both;
}

.logged-in-as a {
	font-weight: 600;
}
.bypostauthor {
	display: block;
}
.comment-list {
	list-style: none;
	margin: 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 30px;
}
.comment-list li,
.comment-list .children li {
	clear: both;
}
.comment-list .comment-body {
	margin-bottom: 20px;
}
.comment-author .avatar {
	float: left;
	height: 60px;
	margin-right: 20px;
	width: 60px;
}
.comment-meta .comment-author b {
	padding-top: 8px;
	display: inline-block;
}
.comment-meta .comment-metadata {
	padding-top: 5px;
	padding-bottom: 20px;
	display: inline-block;
}
.comment-meta .comment-content {
	display: block;
}
.comment-body:before, .comment-body:after  {
	display: table;
	content: "";
}
.comment-body:after {
	clear: both;
}
.comment-body {
	position: relative;
	top: 0;
	left: 0;
}
.comment-list .reply {
	position: absolute;
	top: 20px;
	right: 0;
}
.comment-list .edit-link {
	position: absolute;
	top: 20px;
	right: 0;
	display: inline-block;
}
.comment-list .reply a,
.comment-list .edit-link a {
	color: #ffffff;
	padding: 5px 10px;
	font-size:14px;
	text-transform: uppercase;
	font-weight: 600;
}
.comment-list .reply a:hover,
.comment-list .edit-link a:hover {
	color: #ffffff;
	text-decoration: none;
}
.comment-list .edit-link {
	margin-right: 80px;
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
	line-height: 24px;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
## 08.05 Entry - Reply
--------------------------------------------------------------*/

#respond { clear: both; }
#commentform {
	margin-left: -15px;
	margin-right: -15px;
}
#commentform .comment-notes {
	display: block;
	width: 100%;
}
#commentform p {
	float: left;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
#commentform p.form-submit {
	margin-bottom: 0;
}
.comment-list #commentform #submit {
	margin-bottom: 30px !important;
}

/*--------------------------------------------------------------
## 09.00 Footer
--------------------------------------------------------------*/

#footer {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-repeat: repeat;
	z-index: 0;
}

/*--------------------------------------------------------------
## 09.01 Footer - Banner
--------------------------------------------------------------*/

.footer-banner {
	text-align: center;
}
.footer-banner .container {
	padding-top: 40px;
}

/*--------------------------------------------------------------
## 09.02 Footer - Widget
--------------------------------------------------------------*/

#footer_gallery .container {
	padding-bottom: 40px;
}
#footer_gallery .portfolio-full { float: left; display: inline-block; width: 12.4%; }
#footer_gallery .portfolio-full .fx-hover .fx-hover-icon {
	top: 60%;
}
#footer-widget .container {
	padding-top: 60px;
	padding-bottom: 20px;
	min-height: 200px;
}
#footer-widget aside {
	padding-bottom: 40px;	
}
#bottom .social-media {
	float: right;
}
#bottom .social-media a {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 0 0 4px;
	text-align: center;
}
#bottom .social-media a i {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0) !important;
}
#footer-widget h3.widget-title { font-size: 21px !important; font-weight: 700; }
#bottom .social-media a:hover {  }
#bottom .icon-facebook:hover { color: #3e5ea4 !important; }
#bottom .icon-twitter:hover { color: #31c7f9 !important; }
#bottom .icon-google-plus:hover { color: #f55d11 !important; }
#bottom .icon-youtube:hover { color: #d81203 !important; }
#bottom .icon-linkedin:hover { color: #0098e3 !important; }
#bottom .icon-pinterest:hover { color: #f9301b !important; }
#bottom .icon-dribble:hover { color: #f55d11 !important; }
#bottom .icon-rss:hover { color: #f98d0f !important; }
#bottom .icon-email:hover { color: #70cb47 !important; }

/*--------------------------------------------------------------
## 09.03 Footer - Bottom
--------------------------------------------------------------*/

#bottom {
	padding: 30px 0 20px 0;
	text-align: center;
	font-weight: 600;
}
#bottom a:hover {
	text-decoration: underline;
}
#bottom .bottom-copyright {
	float: left;
	margin-bottom: 0;
}
#bottom .bottom-copyright img {
	margin: 0 auto;
	margin-bottom: 15px;
	display: block;
}
#bottom .bottom-copyright p {
	margin: 0;
}
#bottom .bottom-copyright p a {
	font-weight: 700;
}
#bottom #footer-navigation {
	margin-top: 25px;
}
#bottom #footer-navigation ul {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
#bottom #footer-navigation ul li {
	float: left;
	margin-left: 15px;
}
#bottom #footer-navigation ul li a {
	display: inline-block;
	font-weight: 700;
}

/*--------------------------------------------------------------
## 10.00 Wordpress
--------------------------------------------------------------*/

.error-404 { text-align: center; }
.error-404 .page-header { padding-top: 160px; }
.error-404 .page-header .page-title { font-size: 36px; }
.error-404 .page-content { padding-bottom: 160px; }
.error-404 .search-404 { max-width: 600px; margin: 0 auto; }
.error-404 .search-404 form { min-height: 40px; margin-bottom: 20px; }

.home .tag-sticky-2,
.home .sticky,
.blog .sticky{ background: #f5f5f5; padding: 20px; border: 2px solid #000000; margin-bottom: 40px; }

.home .tag-sticky-2 .blog-standard,
.home .tag-sticky-2 .entry-footer,
.home .sticky .entry-footer,
.blog .sticky .entry-footer { margin-bottom: 0; }
.home .tag-sticky-2 .lines,
.blog .sticky .lines { display: none; }

/*--------------------------------------------------------------
## 09.01 Wordpress - Specific
--------------------------------------------------------------*/

.alignnone, .aligncenter, .alignright, .alignleft { max-width: 100%; height: auto; }
.alignnone img, .aligncenter img, .alignright img, .alignleft img { max-width: 100%; height: auto; }
.alignnone { margin: 5px 0 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }

a > img.alignright { float: right; margin: 5px 0 20px 20px; }
a > img.alignnone { margin: 5px 20px 20px 0; }
a > img.alignleft { float: left; margin: 5px 20px 20px 0; }
a > img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { max-width: 100%; background-color: rgba(0, 0, 0, 0.05); padding: 5px; text-align: center; }
.wp-caption.alignnone { margin: 5px 0 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; padding: 0; width: auto; }
.wp-caption .wp-caption-text { line-height: 17px; margin: 4px 5px; }

.more-link { text-transform: uppercase; }
.more-link span { padding: 0; }
.more-link .btn:hover { color: #1b92bf; }

.post-password-form { position: relative; }
.post-password-form input[type="password"] { width: 100%; height: 44px; }
.post-password-form label { color: #707070; color: rgba(51, 51, 51, 0.7); display: block; font-size: 14px; font-weight: 700; line-height: 1.5; text-transform: uppercase; }
.post-password-form input[type="submit"] { padding: 10px; position: absolute; right: 0; bottom: 0; }

.list-icon-circle li,
.list-icon-square li,
.list-icon li { padding-bottom: 12px !important; }

.gallery { margin-bottom: 20px; }
.gallery:before, .gallery:after { content: " "; display: table; }
.gallery:after { clear: both; }
.gallery-item { float: left; margin: 0 4px 4px 0; overflow: hidden; position: relative; }
.gallery-columns-1 .gallery-item { max-width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 48%; max-width: calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width: 32%; max-width: calc(33.3% - 4px); }
.gallery-columns-4 .gallery-item { max-width: 23%; max-width: calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width: 19%; max-width: calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width: 15%; max-width: calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item { max-width: 13%; max-width: calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item { max-width: 11%; max-width: calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width: calc(11.1% - 4px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; }
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) { clear: left; }
.gallery-caption { background-color: rgba(0, 0, 0, 0.7); color: #fff; font-size: 12px; line-height: 1.5; margin: 0; max-height: 50%; opacity: 0; padding: 6px 8px; position: absolute; bottom: 0; left: 0; text-align: left; width: 100%; }
.gallery-caption:before { content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }
.picture-circle { border-radius: 360px; border: 6px solid #ffffff; }

.title-header,
.post-navigation .nav-previous a,
.entry-content { -ms-word-wrap: break-word; word-wrap: break-word; }
.entry-content ul.no-list-style { list-style: none; padding-left: 0; }
.entry-content li { padding-bottom: 0; }
.entry-content li i { font-size: 18px; margin-right: 15px; }
.entry-content p { margin-bottom: 25px; }
.entry-content p img { max-width: 100%; }


/*--------------------------------------------------------------
## 10.02 Wordpress - Widget
--------------------------------------------------------------*/

.widget_search .screen-reader-text { display: none; }
.widget_search label { width: 100%; }
.widget_search label { float: left; width: 70%; }
.widget_search .search-field { width: 100%; border: 1px solid #dddddd; padding: 6px 5px 6px 10px; font-weight: normal; height: 40px; border-radius: 2px; }
.widget_search .search-form { position: relative; top: 0; left: 0; }
.widget_search .search-form label { width: 100%; }
.widget_search .search-form .button-search { position: absolute; right: 0; width:40px; height: 40px; }

.page-content .screen-reader-text { display: none; }
.page-content label { width: 100%; }
.page-content label { float: left; width: 70%; }
.page-content .search-field { width: 100%; border: 1px solid #dddddd; padding: 6px 5px 6px 10px; font-weight: normal; height: 40px; border-radius: 2px; }
.page-content .search-form { position: relative; top: 0; left: 0; }
.page-content .search-form label { width: 100%; }
.page-content .search-form .button-search { position: absolute; right: 0; width:40px; height: 40px; }

.widget_calendar #wp-calendar { width: 100%; }
.widget_calendar caption { padding: 5px 0; text-align: center; border: 1px solid #f2f2f2; }
.widget_calendar thead tr th { padding: 5px 0; text-align: center; background: #f5f5f5; border: 1px solid #dedede; }
.widget_calendar tbody tr td { text-align: center; border: 1px solid #f2f2f2; padding: 3px 0; }
.widget_calendar tfoot tr td { padding: 5px 5px; }
.widget_calendar tfoot tr .pad,
.widget_calendar tfoot tr #prev,
.widget_calendar tfoot tr #next { border: 0px; }
.widget_calendar tfoot tr #next a { float: right; }
.footer .widget_calendar tbody tr td { border: 1px solid #dedede; }

.widget_tag_cloud a { font-size: 13px; display: inline-block; background-color: #dedede; padding: 5px 8px; margin: 2px 0; border-radius: 2px; color: #2f373c; transition: all 200ms ease-out; }
.widget_tag_cloud a:hover { background-color: #dedede; color: #2f373c; }

#comments #respond,
#comments .comments-title { margin-top: 40px; }
#recentcomments,
.widget_product_categories ul,
.widget_nav_menu ul,
.widget_archive ul,
.widget_pages ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul { padding: 0; }
#recentcomments .recentcomments,
.widget_product_categories ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_meta ul li { padding-bottom: 12px; list-style: none; }
#recentcomments .recentcomments a,
.widget_product_categories ul li a,
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_meta ul li a { font-weight:600; padding: 0 0 0 25px; display: inline-block; position: relative; border-radius: 0; background: none; }
#recentcomments .recentcomments { position: relative; top: 0; left: 0; }
#recentcomments .recentcomments:before,
.widget_product_categories ul li a:before,
.widget_nav_menu ul li a:before,
.widget_archive ul li a:before,
.widget_pages ul li a:before,
.widget_categories ul li a:before,
.widget_recent_entries ul li a:before,
.widget_meta ul li a:before { content: "\e7a5"; font-family: "font-icons"; position: absolute; left: 5px; top: 1px; display: block; font-size: 20px; line-height: 20px; font-weight: 400; }
#recentcomments .recentcomments { padding: 0 0 10px 25px; }

.widget_nav_menu .sub-menu,
.widget_nav_menu ul li,
.widget_nav_menu ul li a,
.widget_nav_menu ul li:hover a,
.widget_nav_menu ul li a:hover { background-color: rgba(0, 0, 0, 0) !important; }
.widget_nav_menu ul li.menu-item-has-children a {  }
.widget_nav_menu ul li { padding-top: 0; padding-bottom: 0;  }
.widget_nav_menu ul li a { padding-top: 0; padding-bottom: 7px; }
.widget_nav_menu ul li ul { padding-left: 20px; }

.widget_nav_menu .sub-menu { border-top: 0; margin-top: 5px; margin-bottom: 10px; }
.cat-item .children,
.page_item .children { border-top: 0; margin-top: 10px; padding-left: 20px; }

.post.hentry ol,
.post.hentry ul,
.post.hentry table,
.post.hentry dd {
	margin-bottom: 25px;
}
.post.hentry ul ol,
.post.hentry ol ul,
.post.hentry ul ul,
.post.hentry ol ol { margin-bottom: 0; }

.widget-title-big { font-size: 30px; line-height: 32px; font-weight: 500; margin-bottom: 20px; }
#secondary .widget-title,
#secondary .widget-head h3,
#footer .widget-title { font-size: 18px; line-height: 24px; font-weight: 600; padding-bottom: 15px; margin-bottom: 25px; border-bottom: 2px solid #dedede; }
#secondary aside.widget  { margin-bottom: 30px !important; }
#secondary .widget { margin-bottom: 60px; }
.screen-reader-text,
.comments-title,
#reply-title { font-size: 20px; line-height: 28px; margin: 0 0 30px 0; }
.screen-reader-text { margin-bottom: 15px; }
.title { padding-left: 15px; border-left: 6px solid #000000; margin: 0 0 25px 0; }

/*--------------------------------------------------------------
## 11.00 Element
--------------------------------------------------------------*/

.line { display: block; height: 4px; margin-bottom: 20px; width: 100%; overflow: hidden; z-index: 100; }
.line:after { overflow: hidden; position: absolute; padding-left:40px; content: ""; display: block; height: 4px; margin-bottom: 20px; width: 40px; z-index: 50; }
.line-bar { display: block; height: 4px; margin: 0 auto 20px auto; width: 40px; overflow: hidden; z-index: 100; }
.line-center { display: block; height: 6px; background-color: #ffffff; margin: 20px auto 0 auto; width: 60px; }
.lines { display: block; height: 2px; margin-bottom: 30px; width: 100%; overflow: hidden; z-index: 100; }
.lines:after { overflow: hidden; position: absolute; padding-left:40px; content: ""; display: block; height: 4px; margin-bottom: 20px; width: 40px; z-index: 50; }



/*--------------------------------------------------------------
## 11.01 Element - Label
--------------------------------------------------------------*/

.label-small,
.label-dark, .label-sub,
.label-main { display: inline-block; font-size: 14px; font-weight: 600; font-size: 14px; padding: 4px 6px 4px 6px; color: #ffffff; margin-bottom: 20px; }
.entry-meta a:hover,
.label-small:hover,
.label-main:hover { text-decoration: none !important; }

/*--------------------------------------------------------------
## 11.02 Element - Icon
--------------------------------------------------------------*/

.icon-small,
.icon-medium,
.icon-big { display: inline-block; text-align: center; margin-left: 6px; margin-right: 6px; }
.icon-small i { width: 40px; height: 40px; font-size: 24px; }
.icon-medium { width: 40px; height: 40px; padding-top: 10px; }
.icon-medium i { font-size: 24px; line-height: 24px; }
.icon-edge { border: 2px solid #ffffff; }

.icon-circle { width: 48px; height: 48px; padding-top: 10px; border: 3px solid #000000; border-radius: 99px; text-align: center; }
.icon-circle i { font-size: 24px; color: #000000; }
.carousel-caption .icon-circle { margin-top: 15px; margin-left: 4px; }

.article-simple i.icon-big {
    font-size: 40px;
    margin-bottom: 15px;
}
.icon-circle { display: inline-block; width: 50px; height: 50px; padding-top: 12px; border: 3px solid #000000; border-radius: 99px; text-align: center; }
.icon-circle i { font-size: 24px; line-height: 24px; color: #000000; }
.icon-circle { margin-top: 15px; margin-left: 4px; }
.icon-edge { padding-top: 5px; border: 3px solid #ffffff; border-radius: 99px; width: 54px !important; height: 54px !important; }
.icon-edge i { color: #ffffff; }
i.icon-big {
    font-size: 28px;
    line-height: 28px;
    padding-top: 12px;
    border-radius: 99px;
    width: 58px !important;
    height: 58px !important;
}


/*--------------------------------------------------------------
## 11.03 Element - Button
--------------------------------------------------------------*/

.button-icon { display: inline-block; text-align: center; width: 34px; height: 34px; }
.button-edge,
.button-small,
.button-medium,
.button-big,
input[type=submit] { color: #ffffff; display: inline-block; text-align: center; white-space: nowrap; border: 0;  text-transform: uppercase;
cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;  text-shadow: none; font-weight: 700; border-radius: 1px;
}
.button-small i,
.button-medium i,
.button-big i { margin-right: 10px; font-size: 20px; float: left; }
.button-big.button-edge { padding: 8px 18px; border: 3px solid #000000; }
.button-big.button-edge-white { padding: 8px 18px; border: 2px solid #ffffff; }
.button-medium.button-edge { padding: 8px 16px; border: 3px solid #000000; }
.button-small { font-size: 14px;  padding: 8px 14px; font-weight: 700; }
.button-medium,
.nav-links .nav-previous a,
.nav-links .nav-next a,
.edit-link a,
input[type=submit] { font-size: 15px; padding: 10px 18px; font-weight: 700; }
.button-big { font-size: 17px;  padding: 12px 20px; }
.button-edge:hover,
.button-small:hover,
.button-medium:hover,
.button-big:hover,
.edit-link:hover a { text-decoration: none; }
.text .button-medium { margin-right: 15px; }

.button-go { width:48px; height:48px; line-height:48px; text-align:center; text-decoration: none; position:fixed; z-index:9999; bottom:15px; right:40px; display:none; border-radius: 2px; }

.entry-content .button-small,
.entry-content .button-medium,
.entry-content .button-big { margin: 0 10px 20px 0; }

.button-medium { line-height: 24px; }
.button-medium i { font-size: 24px; line-height: 24px; }

.button-big { line-height: 28px; }
.button-big i { font-size: 28px; line-height: 28px; }

.button-facebook:hover { background-color: #295aae; }
.button-twitter:hover { background-color: #4cdfff; }
.button-googleplus:hover { background-color: #e43f1f; }
.button-linkedin:hover { background-color: #12afee; }
.button-instagram:hover { background-color: #f52b56; }
.button-email:hover { background-color: #78cb3b; }

.button-facebook:hover i { color: #ffffff; }
.button-twitter:hover i { color: #ffffff; }
.button-googleplus:hover i { color: #ffffff; }
.button-linkedin:hover i { color: #ffffff; }
.button-instagram:hover i { color: #ffffff; }
.button-email:hover i { color: #ffffff; }


/*--------------------------------------------------------------
## 11.04 Element - Form
--------------------------------------------------------------*/

form { text-align: left; }
.input-icon { position: relative; left: 0; top: 0; margin-bottom: 25px; }
.input-icon i { position: absolute; left: 10px; top: 12px; font-size: 16px; }
.input-icon input,
.input-icon textarea { padding: 6px 6px 6px 30px; border: 1px solid #dedede; background-color: #f9f9f9; }
button.input-icon { padding-left: 30px; }
button.input-icon i { position: absolute; left: 10px; top: 8px; font-size: 16px; margin-right: 10px; }

.input-caption { margin-bottom: 25px; }
.input-caption i { font-size: 16px; margin-right: 6px; }
.input-caption input,
.input-caption textarea { margin-top: 10px; padding: 6px; border: 1px solid #dedede; background-color: #f9f9f9; }
.input-group-icon { position: relative; left: 0; top: 0; margin-bottom: 25px; }
.input-group-icon button { position: absolute; right: 0; top: 0; font-size: 16px; padding: 10px 12px; height: 40px; 	font-size: 14px; }
.input-group-icon input,
.input-group-icon textarea { padding: 6px; border: 1px solid #dedede; background-color: #f9f9f9; height: 40px;  }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus { outline: 0; }

select{ width: 100%; padding: 10px 10px 10px 5px; }
input[type=text],input[type=email],input[type=url],input[type=number] { width: 100%; height: 40px; border: none; padding: 0px 10px; border: 1px solid #d9d9d9; }
input[type=text]:focus, textarea:focus,input[type=email]:focus, input[type=url]:focus { outline: none; }
textarea { width: 100%; max-width: 100%; min-height: 124px; border: none; padding:15px 10px; border: 1px solid #d9d9d9; }
textarea, input[type=text],input[type=email], input[type=url] { font-size: 14px; }
input[type=radio], input[type=checkbox] { margin-right: 15px; }

.form-group { margin-bottom: 15px; }
.form-group .form-icon { margin-bottom: 15px; font-size: 16px; }
.form-group .form-icon span { font-weight: 700; color: #ef5040; }
.form-group .form-icon i { font-size: 18px; margin-right: 15px; }
.form-group input[type="text"], .vr-form-group input[type="email"] { padding: 6px 10px; width: 100%; height: 40px; -webkit-appearance: none; border: 1px solid #dddddd; }
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus { border: 1px solid #000000; box-shadow: none; outline: 0; }
.form-group textarea { border: 1px solid #000000; padding: 6px 10px; width: 100%; box-shadow: none; }
input[type=submit], button[type=submit] { display: inline-block; text-align: center; white-space: nowrap; color: #ffffff; font-weight:700; text-transform: uppercase; cursor: pointer; border: 1px solid transparent; text-shadow: none; font-size: 14px; padding: 9px 14px; }

/*--------------------------------------------------------------
## 11.05 Element - Separator
--------------------------------------------------------------*/

.separator-center { position: relative; text-align: center; margin-bottom: 40px; line-height: 22px; }
.separator-center:before { position: absolute; top: 5px; left: 10px; background: url('assets/img/xseparator.png.pagespeed.ic.bs8YSyfGEi.png'); content: ""; display: inline-block; width: 100%; height: 15px; }
.separator-center h2 { font-size: 22px; border: 0; position: relative; margin: 0; }
.separator-center h2 span { padding: 0 20px; background: #ffffff; }

.separator-left { position: relative; text-align: left; margin-bottom: 40px; line-height: 22px; }
.separator-left:before { position: absolute; top: 5px; left: 10px; background: url('assets/img/xseparator.png.pagespeed.ic.bs8YSyfGEi.png'); content: ""; display: inline-block; width: 100%; height: 15px; }
.separator-left h2 { font-size: 22px; border: 0; position: relative; margin: 0; }
.separator-left h2 span { padding: 0 20px; background: #ffffff; }

/*--------------------------------------------------------------
## 11.06 Element - Icon
--------------------------------------------------------------*/

.icon-facebook { background-color: #3e5ea4; }
.icon-twitter { background-color: #31c7f9; }
.icon-googleplus { background-color: #f55d11; }
.icon-youtube { background-color: #d81203; }
.icon-pinterest { background-color: #f9301b; }
.icon-linkedin { background-color: #0098e3; }
.icon-mail { background-color: #70cb47; }

/*--------------------------------------------------------------
## 11.07 Element - Counter
--------------------------------------------------------------*/

.counter { display: inline-block; margin: 0 30px 30px 30px; position: relative; top: 0; left: 0; padding-left: 70px; min-height: 85px; }
.counter, .fx-counter { }
.counter .counter-body, .fx-counter .body { font-size: 42px; font-weight: 700; letter-spacing: 4px; margin-bottom: 10px; max-height: 50px; overflow: hidden; }
.counter h3,
.fx-counter h3 { font-size: 20px; font-weight: 600; margin-bottom: 0; }
.counter i { position: absolute; top: 0px; left: 0; font-size: 52px; margin-right: 10px; }

/*--------------------------------------------------------------
## 11.08 Element - Bar
--------------------------------------------------------------*/

.bar, .fx-bar { border-radius: 2px; position: relative; left: 0; top: 0; margin-bottom: 20px; background-color: rgba(230, 230, 230, 0.75); }
.bar span, .fx-bar span { border-radius: 2px; overflow: visible; position: relative; height: 40px; width: 0; display: block; background-color: #dedede; }
.bar .bar-head,
.fx-bar .bar-head { color: #ffffff; position: absolute; left: 15px; top: 10px; font-size: 16px; font-weight: 600; }
.bar .bar-head i { font-style: normal; }
.bar .bar-graph { border-radius: 2px; }

/*--------------------------------------------------------------
## 11.09 Element - Pie
--------------------------------------------------------------*/

.pie-center { text-align:center; }
.pie-center h3 { margin-bottom:15px; }
.pie-center p { padding-left:10px; padding-right:10px; }
.pie-center .chart { position:relative; display:inline-block; width:120px; height:120px; margin-bottom:20px; }
.pie-center .chart canvas { position:absolute; top:0; left:0; }
.pie-center .chart .percent { color:#5c636d; display:inline-block; font-size:32px; font-weight:bold; line-height:120px; z-index:2; }
.pie-center .chart .percent:after { content:'%'; margin-left:0.1em; font-size:.8em; }
.pie-center .chart .angular { margin-top:100px; }
.pie-center .chart .angular .chart { margin-top:0; }

/*--------------------------------------------------------------
## 11.10 Element - Quote
--------------------------------------------------------------*/

.quote { margin-bottom: 30px; border-left: 4px solid #dedede; padding-left: 20px; }
.quote blockquote { border-left: 0px solid rgba(0, 0, 0, 0); padding-left: 0; margin: 0; }
.quote blockquote p { font-size: 24px; line-height: 32px; margin-bottom: 15px; }
.post.hentry .quote blockquote p { font-size: 24px !important; line-height: 32px !important; margin-bottom: 15px; }
.quote .icon-font-quote-left { margin-right: 15px; }
.quote .icon-font-quote-right { margin-left: 15px; }
.quote cite { float: right; font-size: 16px; }

.quote-big { margin-bottom: 30px; }
.quote-big .icon-font-quote-left { margin-right: 15px; font-size: 22px; }
.quote-big .icon-font-quote-right { margin-left: 15px; font-size: 22px; }
.quote-big blockquote { font-family: "Roboto Slab", serif; border-left: 0px solid rgba(0, 0, 0, 0); padding-left: 0; margin: 0; }
.quote-big blockquote p { font-size: 24px; line-height: 34px; margin-bottom: 20px; font-weight: 500; }
.quote-big cite { font-size: 18px; float: right; }

/*--------------------------------------------------------------
## 11.11 Element - Accordion
--------------------------------------------------------------*/

.accordion-group { text-align: left; }
.accordion-group .panel-collapse .panel-body { border-top: 0;}
.accordion-group .panel { border: 0; border-radius: 0; box-shadow: none; background-color: rgba(0, 0, 0, 0); }
.accordion-group .panel-title a { font-weight: 400; font-size: 22px; text-decoration: none; }
.accordion-group .panel-title a:hover { text-decoration: none; }
.accordion-group .panel-title i { padding: 6px; width: 30px; height: 32px; float: right; font-size: 18px; line-height: 18px; }
.accordion-group p { margin-bottom: 0; }
.accordion-group .panel-heading { min-height: 50px; background-color: rgba(0, 0, 0, 0); border-radius: 0; border: 0; box-shadow: none; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; }
.accordion-group .panel-title { line-height: 30px; min-height: 30px; }
.accordion-group .panel-body { border: 0 solid rgba(0, 0, 0, 0); box-shadow: none; }
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body { border-top: 0; }
.light .panel { background-color: rgba(0, 0, 0, 0); }

/*--------------------------------------------------------------
## 11.12 Element - Tab
--------------------------------------------------------------*/

.tabs h4 { margin-bottom: 0; font-size: 16px; }
.tabs .nav-tabs li.active { border-top: 4px solid #dedede; padding-top: 0; }
.tabs .nav-tabs li.active a { background-color: #ffffff; }
.tabs .nav-tabs li { padding: 0; margin: 0 -1px -1px 0; padding-top: 4px; }
.tabs .nav-tabs li a { border-color: #dedede; background-color: #f5f5f5; border-radius: 0; margin: 0; }
.tabs .tab-content { border: 1px solid #dedede; padding: 15px; margin: -1px 0 0 0; min-height: 160px; background-color: #ffffff; }

.tabs.tab-mega .nav-tabs { margin-bottom: 30px; border: 0; }
.tabs.tab-mega .nav-tabs li.active { border-bottom: 4px solid #dedede; padding-top: 0; border-top: 0; }
.tabs.tab-mega .nav-tabs li { width: 20%; }
.tabs.tab-mega .nav-tabs li a { border: 0; background-color: rgba(0, 0, 0, 0); position: relative; left: 0; top: 0; padding-left: 52px; display: inline-block; }
.tabs.tab-mega .nav-tabs li h4 { font-size: 18px; line-height: 22px; min-height: 45px; }
.tabs.tab-mega .nav-tabs li i { font-size: 22px; position: absolute; left: 10px; top: 15px; }
.tabs.tab-mega .tab-content .alignleft { max-width: 500px; }
.tabs.tab-mega .tab-content { border: 0; padding: 15px; margin: -1px 0 0 0; min-height: 160px; background-color: rgba(0, 0, 0, 0); }


/*--------------------------------------------------------------
## 11.12 Element - Box
--------------------------------------------------------------*/

.box-center { text-align: center; border: 1px solid #dedede;  border-top: 4px solid #dedede;  padding: 20px 20px 20px 15px;  box-shadow: 0 1px 3px #e4e4e4; }
.box-left { border: 1px solid #dedede;  border-top: 4px solid #dedede;  padding: 20px 20px 20px 15px;  box-shadow: 0 1px 3px #e4e4e4; }

/*--------------------------------------------------------------
## 11.13 Element - Banner
--------------------------------------------------------------*/

.banner-center { text-align: center; margin-bottom: 40px; position: relative; top: 0; left: 0; }
.banner-center .gutter { margin-bottom: 30px; }
.banner-center .banner-inner { max-width: 900px; margin: 0 auto; }
.banner-center h2 { font-size: 28px; line-height: 42px; font-weight: 700; margin: 0; }
.banner-center h2 img { margin-bottom: 20px; }
.banner-center h2 strong { font-weight: 700; }
.banner-center p { font-size: 17px; margin: 20px 0 0 0; line-height: 26px; font-weight: 600; }
.banner-center .button-medium,
.banner-center .button-big { margin: 40px 10px 0 10px; }

.banner-left { position: relative; top: 0; left: 0; }
.banner-left .gutter { margin-bottom: 30px; }
.banner-left .banner-head { float: left; padding-left: 40px;  }
.banner-left .banner-head h2 { margin: 0 0 10px 0; font-size: 28px; line-height: 38px; font-weight: 700; margin-bottom: 10px; }
.banner-left .banner-head h2 strong { font-weight: 700; }
.banner-left .banner-head p { margin: 0; font-size: 16px; line-height: 28px; font-weight: 600; }
.banner-left .banner-foot { display: inline-block; float: right; margin: 0; padding: 15px 40px 0 0;  }

.banner-none { position: relative; top: 0; left: 0; }

.banner-icon { position: absolute; top: 0; left: 50%; margin-left: -36px; z-index: 999999 !important;  width: 72px; height: 72px; border-radius: 360px; text-align: center; padding-top: 7px; }
.banner-icon i { font-size: 35px; color: #ffffff;  }

/*--------------------------------------------------------------
## 11.14 Element - Social Media
--------------------------------------------------------------*/

.social-media-widget .social-media-body { margin-left: -8px; margin-right: -8px; }
.social-media-widget .social-media-item { width: 33%; margin-bottom: 15px; }
.social-media-widget .social-media-item a { display: block; min-height: 80px; color: #ffffff; text-align: center; padding-top: 20px; padding-bottom: 10px; border-radius: 2px; }
.social-media-widget .social-media-item a:hover { opacity: 0.8; text-decoration: none; }
.social-media-widget .social-media-item i { color: #ffffff; font-size: 24px; }
.social-media-widget .social-media-item a:hover span { color: #ffffff; }
.social-media-widget .social-media-item span { margin-top: 10px; display: block; font-size: 14px; font-weight: 600; }


.social-media-group { max-width: 900px; margin: 0 auto 40px auto; }
.social-media-group .social-media-head { text-align: center; padding: 30px; background-color: rgba(0, 0, 0, 0.3); margin-bottom: 6px; }
.social-media-group .social-media-head h3 { font-size: 24px; margin: 0; font-weight: 300; }
.social-media-group .social-media-head h3 strong { margin-bottom: 0; font-weight: 400; }
.social-media-group .social-media-body { margin: 0 -3px; }
.social-media-group .social-media-item { padding: 0 3px; text-align: center; }
.social-media-group .social-media-item a { width: 100%; }
.social-media-group .social-media-item i { color: #ffffff; display: inline-block; height: 100px; padding-top: 40px; font-size: 30px; width: 100%; border-radius: 0; background-color: rgba(0, 0, 0, 0.3); transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -webkit-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear;  }

.social-media-group .icon-facebook:hover { background-color: #3e5ea4; opacity: 1; }
.social-media-group .icon-twitter:hover { background-color: #31c7f9; opacity: 1;  }
.social-media-group .icon-googleplus:hover { background-color: #f55d11; opacity: 1;  }
.social-media-group .icon-youtube:hover { background-color: #d81203; opacity: 1;  }
.social-media-group .icon-linkedin:hover { background-color: #0098e3; opacity: 1;  }
.social-media-group .icon-email:hover { background-color: #70cb47; opacity: 1;  }

.social-media-group .icon-facebook:hover i { color: #ffffff; }
.social-media-group .icon-twitter:hover i { color: #ffffff; }
.social-media-group .icon-googleplus:hover i { color: #ffffff; }
.social-media-group .icon-youtube:hover i { color: #ffffff; }
.social-media-group .icon-linkedin:hover i { color: #ffffff; }
.social-media-group .icon-email:hover i { color: #ffffff; }

.social-media-grid .social-media-body { margin-left: -8px; margin-right: -8px; }
.social-media-grid .social-media-item { wmargin-bottom: 40px; }
.social-media-grid .social-media-item a { display: block; width: 120px; height: 120px; color: #ffffff; text-align: center; padding-top: 32px; margin: 0 auto 40px auto !important; border-radius: 360px; }
.social-media-grid .social-media-item a:hover { opacity: 0.8; text-decoration: none; }
.social-media-grid .social-media-item i { color: #ffffff; font-size: 28px; line-height: 28px; }
.social-media-grid .social-media-item a:hover span { color: #ffffff; }
.social-media-grid .social-media-item span { margin-top: 10px; display: block; font-size: 14px; font-weight: 600; }

/*--------------------------------------------------------------
## 13.00 Module
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 13.01 Module - Mega Menu
--------------------------------------------------------------*/

#mega-menu { z-index:8000; display: none; }
#primary-menu > .menu > .menu-item { position: static; top: 0; left: 0; margin-right: 10px; }
#site-navigation .mega-menu-shop { min-height: 70px; padding-left: 95px; margin-bottom: 25px; font-weight: 600; }
#site-navigation .mega-menu-item .mega-menu-picture { padding: 0; width: 100%;  }
#site-navigation .mega-menu-item .mega-menu-picture img { width: 100%; }
#site-navigation .mega-menu-item-Shop .mega-menu-insert,
#site-navigation .mega-menu-item-shop .mega-menu-insert { min-height: 220px; }
#site-navigation .mega-menu-Shop .mega-menu-picture,
#site-navigation .mega-menu-shop .mega-menu-picture { position: absolute; left: 0; width: 70px; height: 70px; }
#site-navigation .mega-menu-item { display: none; position: absolute; top: 0; left: 0; right: 0; z-index: 9000; margin-left: auto !important; margin-right: auto !important; max-width: 1280px; }
#site-navigation .mega-menu-item .container { padding-top: 30px; padding-bottom: 30px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; min-height: 220px; }
#site-navigation .mega-menu-item h3 { margin-top: 15px; margin-bottom: 0; text-align: left; }
#site-navigation .mega-menu-item h3 a { font-size: 18px !important; font-weight: 700; line-height: 22px; padding: 0; text-transform: none; }
#site-navigation .mega-menu-Shop h3,
#site-navigation .mega-menu-shop h3 { margin-top: 10px; margin-bottom: 0; text-align: left; }
#site-navigation .mega-menu-Shop h3 a,
#site-navigation .mega-menu-shop h3 a { font-size: 14px; }
#site-navigation .mega-menu-item p { margin-bottom: 0; text-align: left; }
#site-navigation .mega-menu-item .mega-menu-widget { margin-bottom: 0;  }
#site-navigation .mega-menu-item .mega-menu-insert { min-height: 200px; }
#site-navigation .mega-menu-item .mega-menu-insert ul { opacity: 1.0; }
#site-navigation .mega-menu-item .mega-menu-insert ul li a { background-color: rgba(0, 0, 0, 0); }
#site-navigation .mega-menu-item .mega-menu-insert .sub-menu { background-color: rgba(0, 0, 0, 0); opacity: 1 !important; border-top: 0px !important; box-shadow: none; }

/*--------------------------------------------------------------
## 13.02 Module - Slider
--------------------------------------------------------------*/

#slider-main { width: 100%; overflow-y: hidden; background-size: cover; z-index: 0; height: 1000px; -webkit-transition: all .4s ease, opacity .3s ease; -o-transition: all .4s ease, opacity .3s ease; transition: all .4s ease, opacity .3s ease; }
#slider-main .carousel-inner { overflow: hidden; }
#slider-main .carousel-inner .item { min-height: 1000px; background-size: cover; background-position: top center; }
#slider-main .video { margin: 0 auto; width: 100% !important; }
#slider-main .slider-bg-full { padding-top: 0 !important; }
#slider-main .slider-bg-full .picture { width: 100%; }
#slider-main .carousel-caption { display: block; padding: 0 80px; text-shadow: none; top: 120px; max-width: 1280px; width: 1280px; left: 10px; right: 10px; margin-left: auto; margin-right: auto; }

#slider-main .carousel-caption .caption-note { font-size: 20px; font-weight: 700; margin-bottom: 20px; }
#slider-main .carousel-caption .caption-note span { padding: 0 5px; }
#slider-main .carousel-caption .caption-note .fly { padding: 4px 10px; display: inline-block; }
#slider-main .carousel-caption .caption-note .fly span { font-weight: 900; }
#slider-main .carousel-caption .caption-note .fly img { margin-bottom: 15px; }
#slider-main .carousel-caption .caption-header,
#slider-main .carousel-caption .caption-header h2 { font-size: 42px; line-height: 50px; font-weight: 800; margin-bottom: 20px; }
#slider-main .carousel-caption .caption-header { margin-bottom: 0; }
#slider-main .carousel-caption .caption-header .fly { display: inline-block; padding: 12px 20px 12px 20px; border-radius: 2px; margin-bottom: 15px; }
#slider-main .carousel-caption .caption-content .fly { display: inline-block; }
#slider-main .carousel-caption .caption-content p,
#slider-main .carousel-caption .caption-content { font-weight: 700; margin: 0; max-width: 600px; font-size: 18px; line-height: 26px; margin-bottom: 0; }
#slider-main .carousel-caption a { display: inline-block; }
#slider-main .carousel-caption .button-image-main,
#slider-main .carousel-caption .button-image-dark,
#slider-main .carousel-caption .button-big { margin: 25px 20px 40px 0; }
#slider-main .slider-item-center .picture { display: block; margin: 0 auto !important; }
#slider-main .slider-item-v-top .caption-note { margin-top: 160px; }
#slider-main .slider-item-v-center .caption-note { margin-top: 240px; }
#slider-main .slider-item-v-bottom .caption-note { margin-top: 300px; }

#slider-main .carousel-indicators { bottom: 60px; left: 0; right: 0; margin: 0 auto !important; z-index: 99999; padding-left: 8px; }
#slider-main .carousel-indicators li.active { background-color: rgba(255, 255, 255, 1); width: 16px; height: 16px; border: 1px solid #ffffff; border-radius: 99px; }
#slider-main .carousel-indicators li { background-color: rgba(255, 255, 255, 0.05); border: 2px solid #ffffff; border-radius: 99px; width: 16px; height: 16px; margin: 0 8px 0 0; }
#slider-main .caption-header { margin-top: 0; }
#slider-main .slider-item-center { text-align: center; }
#slider-main .slider-item-center .caption-content { margin: 0 auto; max-width: 800px; }
#slider-main .slider-item-left { padding-left: 45px; text-align: left; }
#slider-main .slider-item-right { padding-right: 45px; text-align: left; }
#slider-main .slider-item-left .caption-header,
#slider-main .slider-item-right .caption-header { margin: 0; max-width: 800px; }
#slider-main .no-fly { padding: 0 !important; }


#slider-main .slider-item-right .button-image-main,
#slider-main .slider-item-right .button-main { }
#slider-main .slider-item-right .button-image-dark,
#slider-main .slider-item-right .button-dark { margin: 30px 0 0 20px;  }
#slider-main .slider-item-right .picture { position: absolute; left: 0; top: 0; }

#slider-main .slider-item-right .caption-note,
#slider-main .slider-item-right .caption-header,
#slider-main .slider-item-right .caption-content { }
#slider-main .slider-item-right .caption-box { float: right; max-width: 640px; }

#slider-main .slider-item-right .caption-content { }
#slider-main .slider-item-left .picture { position: absolute; right: 0; top: 0; }

#slider-main .carousel-caption ul { list-style: none; margin-bottom: 0; }
#slider-main .carousel-caption ul li i { font-size: 22px; margin-right: 15px; }
#slider-main .carousel-caption ul li { font-size: 22px; margin-bottom: 10px; }

#slider-main .slider-prev { top: 45%; left: 40px; margin-top: 60px; border: 2px solid rgba(0, 0, 0, 0.0); border-radius: 360px; opacity: 0.8; }
#slider-main .slider-next { top: 45%; right: 40px; margin-top: 60px; border: 2px solid rgba(0, 0, 0, 0.0); border-radius: 360px; opacity: 0.8; }
#slider-main .slider-prev,
#slider-main .slider-next { position: absolute; text-align: center; width: 72px; height: 72px; 
	-webkit-transition: opacity 0.2s linear;
		-moz-transition:opacity 0.2s linear;
		 -o-transition: opacity 0.2s linear;
		    transition: opacity 0.2s linear;
}
#slider-main .slider-prev i,
#slider-main .slider-next i { font-size: 24px; line-height: 24px; padding-top: 24px; }
#slider-main .slider-prev:hover,
#slider-main .slider-next:hover { opacity: 0.8; }


/*--------------------------------------------------------------
## 13.02 Module - Slider
--------------------------------------------------------------*/

.slider-mini { height: 520px; overflow: hidden; width: 100%; background-size: cover; z-index: 0; -webkit-transition: all .4s ease, opacity .3s ease; -o-transition: all .4s ease, opacity .3s ease; transition: all .4s ease, opacity .3s ease; }
.slider-mini .carousel-inner { overflow: hidden; }
.slider-mini .carousel-inner .item { max-width: 100%; min-height: 520px; background-size: cover; background-position: center; }
.slider-mini .video { margin: 0 auto; width: 100% !important; }
.slider-mini .slider-bg-full { padding-top: 0 !important; }
.slider-mini .slider-bg-full .picture { width: 100%; }
.slider-mini .carousel-caption { width: 100%; display: block; padding: 0 80px; text-shadow: none; top: 120px; left: 10px; right: 10px; margin-left: auto; margin-right: auto; }

.slider-mini .carousel-caption .caption-header,
.slider-mini .carousel-caption .caption-header h2 { font-size: 38px; font-weight: 400; margin-bottom: 0; }
.slider-mini .carousel-caption .caption-header { margin-bottom: 0; }
.slider-mini .carousel-caption .caption-header .fly { display: inline-block; padding: 14px 20px 14px 20px; }
.slider-mini .carousel-caption .caption-content,
.slider-mini .carousel-caption .caption-content p { font-size: 17px; line-height: 26px; margin-bottom: 0; }
.slider-mini .carousel-caption .caption-content .fly { display: inline-block; padding: 20px; }
.slider-mini .carousel-caption .caption-content { font-weight: 500; margin: 0; max-width: 600px; }
.slider-mini .carousel-caption a { display: inline-block; }
.slider-mini .carousel-caption .button-image-main,
.slider-mini .carousel-caption .button-image-dark,
.slider-mini .carousel-caption .button-big { margin: 25px 20px 40px 0; }

.slider-mini .slider-item-center .picture { display: block; margin: 0 auto !important; }

.slider-mini .carousel-indicators { top: 480px; left: 0; right: 0; margin: 0 auto !important; z-index: 99999; }
.slider-mini .carousel-indicators li.active { background-color: rgba(255, 255, 255, 1); width: 16px; height: 16px; border: 1px solid #ffffff; border-radius: 99px; }
.slider-mini .carousel-indicators li { background-color: rgba(255, 255, 255, 0.05); border: 2px solid #ffffff; border-radius: 99px; width: 16px; height: 16px; margin: 0 8px 0 0; }
.slider-mini .slider-item-v-top .caption-header { margin-top: 0px; }
.slider-mini .slider-item-v-center .caption-header { margin-top: 20px; }
.slider-mini .slider-item-v-bottom .caption-header { margin-top: 40px; }
.slider-mini .slider-item-center { text-align: center; }
.slider-mini .slider-item-center .caption-content { margin: 0 auto; max-width: 800px; }
.slider-mini .slider-item-left { padding-left: 100px; text-align: left; }
.slider-mini .slider-item-right { padding-right: 100px; text-align: right; }


.slider-mini .slider-item-right .button-image-main,
.slider-mini .slider-item-right .button-main { float: right; margin: 30px 0 0 20px; clear: right;  }
.slider-mini .slider-item-right .button-image-dark,
.slider-mini .slider-item-right .button-dark { float: right; margin: 30px 0 0 20px;  }
.slider-mini .slider-item-right .picture { position: absolute; left: 0; top: 0; }

.slider-mini .slider-item-right .caption-content { float: right; }
.slider-mini .slider-item-left .picture { position: absolute; right: 0; top: 0; }

.slider-mini .carousel-caption ul { list-style: none; margin-bottom: 0; }
.slider-mini .carousel-caption ul li i { font-size: 22px; margin-right: 15px; }
.slider-mini .carousel-caption ul li { font-size: 22px; margin-bottom: 10px; }

.slider-mini .slider-prev { top: 45%; left: 30px; margin-top: 60px }
.slider-mini .slider-next { top: 45%; right: 30px; margin-top: 60px }
.slider-mini .slider-prev,
.slider-mini .slider-next { position: absolute; text-align: center; width: 48px; height: 48px; opacity: 1; }
.slider-mini .slider-prev i,
.slider-mini .slider-next i { font-size: 22px; padding-top: 15px; }

.slider-mini .slider-prev { top: 50%; left: 0; margin-top: -45px; z-index: 1000; }
.slider-mini .slider-next { top: 50%; right: 0; margin-top: -45px; z-index: 1000; }
.slider-mini .slider-prev,
.slider-mini .slider-next { position: absolute; text-align: center; width: 72px; height: 72px; opacity: 1; background-color: rgba(0, 0, 0, 0.6); }
.slider-mini .slider-prev i,
.slider-mini .slider-next i { font-size: 22px; padding-top: 26px; }
.slider-mini .slider-prev:hover,
.slider-mini .slider-next:hover { opacity: 0.8; }

/*--------------------------------------------------------------
## 13.03 Module - Blog
--------------------------------------------------------------*/

.blog-standard { margin-bottom: 40px; }
.blog-standard .lines { margin-bottom: 0; }
.sticky .blog-standard { border-bottom: 0 none rgba(0, 0, 0, 0); margin-bottom: 10px; }

.blog-grid { margin-bottom: 40px; }
.blog-grid .thumbnail { margin: 0 0 20px 0 !important; }
.blog-grid .thumbnail img { margin-bottom: 0; width: 100%; }
.blog-grid h3 { font-size: 20px; font-weight: 900; margin-bottom: 20px; }
.blog-grid .blog-meta { margin-bottom: 10px; }
.blog-grid p { margin-bottom: 20px; }
.blog-grid.blog-grid-1 .thumbnail { margin: 0 0 20px 0 !important; }
.blog-grid.blog-grid-2 .thumbnail { margin: 20px 0 0 0 !important; }
.blog-grid .blog-avatar { font-weight: 600; }
.blog-grid .blog-avatar a:hover { text-decoration: none; }
.blog-grid .blog-avatar img { margin-right: 15px; }

.blog-box { position: relative; text-align: left; margin-bottom: 40px; }
.blog-box .inner-hover { padding: 20px; border: 1px solid #000000; background-color: #ffffff; }
.blog-box .thumbnail { text-align: center; margin: -20px -20px 20px -20px ; }
.blog-box .thumbnail img { width: 100%; }
.blog-box.blog-box-slider { text-align: center; margin: -20px -20px 20px -20px ; }
.blog-box.blog-box-quote { margin: -20px -20px 20px -20px ; }
.blog-box.blog-box-quote p { font-size: 22px; line-height: 30px; }
.blog-box.blog-box-quote cite { font-size: 15px; }
.blog-box h3 { margin-bottom: 15px; }
.blog-box h3 a { font-size: 22px; line-height: 26px; font-weight: 700; }
.blog-box.blog-meta { font-size: 13px; margin-bottom: 10px; }
.blog-box p { font-size: 14px; line-height: 22px; margin: 20px 0 5px 0; }
.blog-box .blog-foot { text-align: center; }
.blog-box .button-small { margin-top: 20px; }
.light .inner-hover { border: 0 solid rgba(0, 0, 0, 0); }
.related .blog-box h3 { margin-bottom: 0; }
.related .blog-box h3 { margin-bottom: 0; }
.related .blog-box h3 a { font-size: 18px; line-height: 22px; font-weight: 600; }
.related-portfolio { padding: 0 15px; }

.blog-classic { position: relative; left: 0; top: 0; padding-left: 300px; min-height: 260px; margin-bottom: 40px; }
.blog-classic.no-thumbnail { padding-left: 0; }
.blog-classic .blog-meta-date { font-weight: 700; }
.blog-classic .entry-header { padding: 0; margin: 10px 0 20px 0; }
.blog-classic .entry-header .entry-meta { margin: 0; }
.blog-classic .entry-thumbnail { position: absolute; left: 0; top: 0; border-radius: 360px; overflow: hidden !important; margin-bottom: 30px; border: 4px solid #dedede; }
.blog-classic .entry-calendar { position: absolute; top: 15px; left: 15px; text-align: center; text-transform: uppercase; width: 64px; padding: 0; }
.blog-classic .entry-calendar .meta-day { border: 0; border-radius: 0; display: block;	font-weight: 400; padding: 2px 0 12px 0; text-align: center; font-size: 36px; margin-bottom: 0;	width: 64px; height: 54px; }
.blog-classic .entry-calendar .meta-month {	width: 64px; display: block;	font-weight: 400; font-size: 15px; letter-spacing: 1px; padding: 3px 0; }

.blog-widget { position: relative; min-height: 85px; padding-left: 95px; margin-bottom: 25px;	}
.blog-widget.blog-widget-no-thumb { padding-left: 0; }
.blog-widget .thumbnail { position: absolute; top: 0; left: 0; width: 80px; height: 80px; }
.blog-widget .thumbnail img { width: 80px; height: 80px; }
.blog-widget h3 { font-size: 18px; line-height: 24px; padding-top: 10px; margin: 0 0 10px 0; }
.blog-widget h3 a { font-size: 18px; line-height: 24px; font-weight: 600; text-transform: uppercase; }
.blog-widget p,
.blog-widget span { font-size: 14px; }
.blog-widget.vr-wg-no-thumb { padding-left: 0; }
.entry-meta a:hover { text-decoration: underline !important; }

.blog-journal h3 a {display: inline-block; font-size: 28px; line-height: 32px; font-weight: 700; }

/*--------------------------------------------------------------
## 13.04 Module - Portfolio
--------------------------------------------------------------*/

.thumbnail { border: 0; background-color: rgba(0, 0, 0, 0); padding: 0; border-radius: 0; margin: 0; }
.portfolio-unevens,
.blog-mansonry,
.portfolio-mansonry-uneven,
.portfolio-mansonry,
.portfolio-mansonry-single,
.shop-mansonry { width: 100%; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; }
.portfolio-mansonry-uneven { margin-bottom: 40px; }

.portfolio-unevens { margin-left: -2px; margin-right: -2px; }
.portfolio-unevens .portfolio-uneven { background-repeat: no-repeat; padding: 0; }
.portfolio-unevens .portfolio-uneven .thumbnail { width: 100%; height: 100%; background-position: center !important; background-size: cover;  }
.portfolio-unevens .portfolio-uneven .hover-content { top: 65%; }


.portfolio-unevens-border { margin-left: -11px; margin-right: -11px; margin-bottom: 40px; }
.portfolio-uneven-border { padding: 10px; overflow: hidden; }
.portfolio-uneven-border h3 { font-size: 17px; }
.portfolio-uneven-border .thumbnail { width: 100%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat;  }
.portfolio-uneven-border .hover-content { top: 65%; }

.portfolio-box-single { position: relative; text-align: left; margin-bottom: 30px; }
.portfolio-box-single .inner-hover { padding: 20px 20px 20px 20px; background-color:#ffffff; }
.portfolio-box-single .thumbnail { text-align: center; margin: -20px; background-position: center; background-size: cover; }
.portfolio-box-single .thumbnail img { width: 100%; }
.portfolio-box-single h3 { font-size: 20px; font-weight: 400; margin-bottom: 8px; }
.portfolio-box-single p { font-size: 14px; line-height: 18px; margin-bottom: 15px;  }

.portfolio-sortable { transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; padding: 0; }
.portfolio-sortable .portfolio-list { margin: 0 0 0 0; padding: 0; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; }
.portfolio-sortable .portfolio-filter { text-align: center; margin-bottom: 20px; }
.portfolio-sortable .portfolio-filter ul li { display: inline-block; margin: 0 8px 20px 8px; }
.portfolio-sortable .portfolio-filter ul li a { display: inline-block; padding: 7px 12px; font-size: 15px; font-weight: 600; text-transform: uppercase; }
.portfolio-sortable .portfolio-filter ul li a { text-decoration: none; }
.portfolio-row { max-width: 100% !important; margin: 0; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; }
.portfolio-sortable .pagination { padding-top: 60px; margin-bottom: 60px; clear: both; }
.portfolio-sortable .pagination ul {  min-height: 36px; }

.portfolio-uneven-sortable { width: 100% !important; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; padding: 0; }
.portfolio-uneven-sortable .portfolio-uneven-list { margin: 0 0 30px 0; padding: 0; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; }
.portfolio-uneven-sortable .portfolio-uneven-filter { text-align: center; margin-bottom: 20px; }
.portfolio-uneven-sortable .portfolio-uneven-filter ul li { display: inline-block; margin: 0 8px 20px 8px; }
.portfolio-uneven-sortable .portfolio-uneven-filter ul li a { display: inline-block; padding: 7px 12px; font-size: 15px; font-weight: 600; text-transform: uppercase; }
.portfolio-uneven-sortable .portfolio-uneven-filter ul li a { text-decoration: none; }
.portfolio-uneven-row { margin-left: -8px; margin-right: -8px; opacity: 0; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; }
.portfolio-uneven-row:before { display: table; content: " "; }
.portfolio-uneven-sortable .pagination { padding-top: 60px; margin-bottom: 60px; clear: both; }
.portfolio-uneven-sortable .pagination ul {  min-height: 36px; }

.portfolio-uneven-sort { display: inline-block; float: left; overflow: hidden; padding: 8px; margin: 0; }
.portfolio-uneven-sort .thumbnail { width: 100%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat;  }
.portfolio-uneven-sort .fx-hover-icon { margin-top: -40px; }
.portfolio-uneven-sort h3 { font-size: 18px; }
.portfolio-uneven-sort p { font-size: 15px; }
.uneven33 { width: 33%; }

.portfolio-box { position: relative; text-align: left; margin-bottom: 30px; }
.portfolio-box .inner-hover { padding: 20px 20px 12px 20px; border: 1px solid #000000; background-color:#ffffff; }
.portfolio-box .thumbnail { text-align: center; margin: -20px -20px 15px -20px ; }
.portfolio-box .thumbnail img { width: 100%; }
.portfolio-box h3 { font-size: 20px; font-weight: 400; margin-bottom: 5px; }
.portfolio-box p { font-size: 14px; line-height: 18px; margin-bottom: 5px;  }
.portfolio-box .vr-meta { position: absolute; right: 30px; bottom: 30px; }
.portfolio-box .vr-meta-view,
.portfolio-box .vr-meta-like { display: inline-block; }
.portfolio-box .vr-meta-view { margin-right: 5px; }

.row-full { margin: 0; }
.portfolio-full { overflow: hidden; }
.portfolio-full .thumbnail { margin-left: -15px; margin-right: -15px; }
.portfolio-full .thumbnail img { width: 100%; }
.portfolio-full .fx-hover-icon { margin-top: -40px; }

.portfolio-widget { margin-right: -5px; margin-left: -5px; }
.portfolio-widget .portfolio-widget-4 { float: left; width: 49%; padding: 5px; }
.portfolio-widget .portfolio-widget-6 { float: left; width: 33%; padding: 5px; }
.portfolio-widget .portfolio-widget-0 .thumbnail { width: 100%; }

.portfolio-mansonry-single { opacity: 1; margin-left: -2px; margin-right: -2px; }
.portfolio-uneven .fx-hover .fx-hover-icon,
.portfolio-uneven-sort .fx-hover .fx-hover-icon,
.portfolio-full .fx-hover .fx-hover-icon { top: 70%; }
.portfolio-box .fx-hover:hover .fx-hover-back,
.portfolio-uneven .fx-hover:hover .fx-hover-back,
.portfolio-uneven-sort .fx-hover:hover .fx-hover-back,
.portfolio-full .fx-hover:hover .fx-hover-back { opacity: 0.9; }

/*--------------------------------------------------------------
## 13.05 Module - Feature
--------------------------------------------------------------*/

.feature-list { text-align: left; margin-bottom: 40px; }
.feature-list .feature-head { min-height: 60px; padding-left: 90px; margin-bottom: 15px; }
.feature-list .thumbnail { border-radius: 2px; position: absolute; top: 0; left: 0; width: 64px; height: 64px; padding-top: 15px; text-align: center; margin: 0 0 20px 15px; }
.feature-list .thumbnail i { font-size: 30px; line-height: 36px; }
.feature-list h3 { font-size: 22px; line-height: 28px; font-weight: 700; margin: 5px 0 20px 0; }
.feature-list h3 a { font-size: 22px; line-height: 28px; font-weight: 700; }
.feature-list p { line-height: 24px; margin-bottom: 0; }


.feature-grid { text-align: center; padding-left: 15px; margin-bottom: 40px; }
.feature-grid .thumbnail { border-radius: 2px; margin-left: auto; margin-right: auto; width: 64px; height: 64px; padding-top: 15px; text-align: center; margin-bottom: 15px; }
.feature-grid .thumbnail i { font-size: 30px; line-height: 36px; }
.feature-grid h3 { font-size: 22px; line-height: 28px; font-weight: 700; margin: 5px 0 20px 0; }
.feature-grid h3 a { font-size: 22px; line-height: 28px; font-weight: 700; }
.feature-grid p { line-height: 24px; margin-bottom: 0; }

.feature-grid.feature-grid-invert .thumbnail i { font-size: 30px; line-height: 30px; }

/*--------------------------------------------------------------
## 13.06 Module - Project
--------------------------------------------------------------*/

.project-list-number { margin-bottom: 40px; position: relative; left; 15px; top: 0; padding-left: 100px; }
.project-list-number .number { position: absolute; left: 15px; top: 0; font-size: 32px; font-weight: 700;  padding: 8px 14px; color: #ffffff; border-radius: 1px; }
.project-list-number h3 { margin-bottom: 10px; font-size: 20px; line-height: 26px; font-weight: 700; }
.project-list-number h3 a { }
.project-list-number p { margin-bottom: 0; }
.project-list-number .thumbnail img { width: 90%; }

.project-list-small { position: relative; min-height: 100px; margin-bottom: 40px; left: 0; top: 0; padding-left: 140px; }
.project-list-small img { position: absolute; left: 0; top: 0; display: inline-block !important; width: 120px; }
.project-list-small .project-body {  }
.project-list-small h3 { margin: 0 0 20px 0; font-size: 20px; line-height: 26px; font-weight: 900;  }
.project-list-small h3 a { }
.project-list-small p { line-height: 24px; margin-bottom: 0; }

.project-list { position: relative; min-height: 100px; margin-bottom: 40px; }
.project-list .inner { }
.project-list .thumbnail { float: left; width: 45%; text-align: center; }
.project-list .project-body { position: relative; float: left; width: 52%; padding-left: 20px; }
.project-list h3 { font-size: 22px; line-height: 28px; font-weight: 600; margin: 5px 0 20px 0; }
.project-list p { line-height: 24px; margin-bottom: 15px; }

.project-list-circle { position: relative; left: 0; right: 0; padding-left: 140px; margin-bottom: 25px; min-height: 125px; }
.project-list-circle .thumbnail { position: absolute; left: 0; top: 0; }
.project-list-circle .thumbnail img { border-radius: 99px; border: 5px solid #ffffff; }
.project-list-circle .thumbnail i { font-size: 28px; }
.project-list-circle .project-body { }
.project-list-circle .project-body h3 { margin: 8px 0 15px 0; font-size: 20px; line-height: 26px; font-weight: 600; }
.project-list-circle .project-body p { margin-bottom: 0; }

.project-grid { text-align: center; margin-bottom: 40px; }
.project-grid h3 { margin-bottom: 20px; font-weight: 400; }
.project-grid h3 a { font-size: 28px; line-height: 26px; font-weight: 700; }
.project-grid .thumbnail, .project-grid p { padding: 0 15px; margin-bottom: 20px; }
.project-grid .thumbnail img { width: 90%; }

/*--------------------------------------------------------------
## 13.07 Module - Pricing
--------------------------------------------------------------*/

.pricing-grid { text-align: center; margin-bottom: 40px; }
.pricing-grid .pricing-inner { border: 1px solid #dedede;	background-color: #ffffff; }
.pricing-grid .pricing-head { color: #ffffff; padding: 20px 0 20px 0; z-index: 1000; }
.pricing-grid .pricing-head h3 { color: #ffffff; font-size: 24px; font-weight: 400; margin: 0 0 30px 0; }
.pricing-grid .thumbnail { padding-top: 20px; padding-bottom: 20px; }
.pricing-grid .pricing-head i { font-size: 36px; margin-bottom: 20px; }
.pricing-grid span { display: block; font-size: 32px; margin-bottom: 5px; }
.pricing-grid small { display: block; font-size: 16px; }
.pricing-grid ul { list-style: none; padding: 0 !important; margin-bottom: 0; background-color: #ffffff; border-left: 1px solid #dedede; border-right: 1px solid #dedede; }
.pricing-grid ul li { text-align: left; padding: 15px 20px; border-top: 1px solid #dedede; }
.pricing-grid ul li:last-child { border-bottom: 1px solid #dedede; }
.pricing-grid ul li i { font-size: 18px; margin-right: 15px; }
.pricing-grid ul li .fa-check { color: #70c14a; }
.pricing-grid ul li .fa-times { color: #ed5946; }
.pricing-grid .pricing-foot { padding: 15px 0; border-bottom: 1px solid #dedede; border-left: 1px solid #dedede; border-right: 1px solid #dedede;  }
.pricing-grid .button-small { margin: 0; }
.pricing-grid.focus { margin-top: 0; }

.pricing-widget { text-align: center; margin-bottom: 40px; border-radius: 2px; }
.pricing-widget .pricing-inner { border: 1px solid #dedede;	background-color: #ffffff; }
.pricing-widget .pricing-head { border-radius: 2px; color: #ffffff; padding-top: 25px; padding-bottom: 25px; z-index: 1000; }
.pricing-widget .pricing-head h3 { color: #ffffff; font-size: 24px; font-weight: 400; margin: 0 0 20px 0; }
.pricing-widget .pricing-head i { font-size: 36px; margin-bottom: 20px; }
.pricing-widget .pricing-head .pricing-price { margin-bottom: 20px; }
.pricing-widget .thumbnail { padding-top: 20px; padding-bottom: 20px; }
.pricing-widget .thumbnail i { font-size: 42px; }
.pricing-widget span { display: block; font-size: 32px; margin-bottom: 5px; }
.pricing-widget small { display: block; font-size: 16px; }
.pricing-widget .button-small { margin: 0; }

.pricing-groups .pricing-group { padding: 0; }
.pricing-group { text-align: center; margin-bottom: 40px; }
.pricing-group .pricing-inner { border: 1px solid #dedede; background-color: #ffffff; }
.pricing-group .pricing-head { color: #ffffff; text-align: center; padding: 30px 0; z-index: 1000; }
.pricing-group .pricing-head h3 { color: #ffffff; font-size: 24px; font-weight: 400; padding-left: 0 !important; border-left:0 solid rgba(0, 0, 0, 0)  !important; }
.pricing-group .pricing-head span { display: block; font-size: 32px; margin-bottom: 5px; }
.pricing-group .pricing-head small { display: block; font-size: 16px; }
.pricing-group .pricing-head .pricing-price { margin-bottom: 20px; }
.pricing-group ul { list-style: none; padding: 0 !important; margin-bottom: 0; background-color: #ffffff; border-left: 1px solid #dedede; border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; }
.pricing-group ul li { text-align: left; font-size: 15px; padding: 15px 20px; border-top: 1px solid #dedede; }
.pricing-group ul li:last-child { border-bottom: 1px solid #dedede; }
.pricing-group ul li i { font-size: 18px; margin-right: 15px; }
.pricing-group .button-small { margin: 0; }
.pricing-group:first-child ul { border-left: 2px solid #dedede; }
.pricing-group:last-child ul { border-right: 2px solid #dedede; }

/*--------------------------------------------------------------
## 13.07 Module - Staff
--------------------------------------------------------------*/

.staff-widget { position: relative; min-height: 85px; padding-left: 95px; margin-bottom: 25px;	}
.staff-widget .thumbnail { position: absolute; top: 0; left: 0; width: 80px; height: 80px; }
.staff-widget h3 { font-size: 18px; line-height: 24px; padding-top: 10px; margin-bottom: 5px; font-weight: 600; }
.staff-widget h3 a { font-size: 18px; line-height: 24px; font-weight: 600; }
.staff-widget p { font-size: 14px; }
.staff-widget.no-thumbnail { padding-left: 0; }

.staff-grid-circle { margin-bottom: 40px; text-align: center; }
.staff-grid-circle .inner-hover { padding: 15px; border: 1px solid #000000;  }
.staff-grid-circle .thumbnail { margin: 0 auto; margin-bottom: 15px; border-radius: 360px; width: 200px; height: 200px; border: 6px solid #dedede; }
.staff-grid-circle .thumbnail img { width: 100%;   }
.staff-grid-circle h3,
.staff-grid-circle h3 a { font-size: 20px; line-height: 26px; font-weight: 700; margin-bottom: 10px; }
.staff-grid-circle h3 { margin-bottom: 10px; }
.staff-grid-circle span { display: inline-block; margin-bottom: 15px; font-size: 16px; font-weight: 500; }
.staff-grid-circle .staff-foot { padding-top: 10px; }
.staff-grid-circle .staff-foot .button-icon { border-radius: 99px; width: 38px; height: 38px; padding-top: 10px; margin: 0 2px; }
.staff-grid-circle .staff-foot .button-icon:hover { opacity: 0.8; }
.staff-grid-circle .staff-foot i { font-size: 18px; line-height: 18px; color: #ffffff !important;  }
.staff-grid-circle .phone { display: block; margin-bottom: 20px; font-weight: 700; }

.staff-list { position: relative; top: 0; left: 0; margin-bottom: 40px; }
.staff-list .inner {  }
.staff-list .thumbnail { float: left; width: 45%; text-align: center; }
.staff-list .thumbnail img { width: 100%; }
.staff-list h3 { font-size: 22px; margin: 10px 0 10px 0; font-weight: 400; }
.staff-list span { margin-bottom: 20px; font-size: 15px; }
.staff-list p { font-size: 15px; line-height: 22px; max-height: 66px; margin: 0; }
.staff-list .staff-body { position: relative; float: left; width: 52%; padding-left: 20px; }
.staff-list .staff-foot { margin-top: 15px; margin-bottom: 15px; }
.staff-list .staff-foot a { margin-right: 0; }

.staff-grid { margin-bottom: 40px; text-align: center; }
.staff-grid .inner-hover { padding: 15px; border: 1px solid #000000;  }
.staff-grid .thumbnail { margin: 0 auto; margin-bottom: 20px; }
.staff-grid .thumbnail img { width: 100%;   }
.staff-grid h3,
.staff-grid h3 a { font-size: 20px; line-height: 26px; font-weight: 700; margin-bottom: 0; }
.staff-grid h3 { margin-bottom: 10px; }
.staff-grid span { display: inline-block; margin-bottom: 15px; font-size: 16px; font-weight: 500; }
.staff-grid .staff-foot { padding-top: 10px; }
.staff-grid .staff-foot .button-icon { border-radius: 99px; width: 38px; height: 38px; padding-top: 10px; margin: 0 2px; }
.staff-grid .staff-foot .button-icon:hover { opacity: 0.8; }
.staff-grid .staff-foot i { font-size: 17px; line-height: 18px; color: #ffffff !important;  }
.staff-grid .phone { display: block; margin-bottom: 20px; font-weight: 700; }

.row-full { margin: 0; }
.staff-full { overflow: hidden; }
.staff-full .thumbnail { margin-left: -15px; margin-right: -15px; }
.staff-full .thumbnail img { width: 100%; }
.staff-full .fx-hover-icon { margin-top: -40px; }
.staff-full h3 { font-size: 22px; font-weight: 700; }
.staff-full p { font-size: 15px; }
.staff-full span { display: block; margin-bottom: 15px; color: #ffffff; }

.staff-grid-circle .button-facebook,
.staff-grid .button-facebook { background-color: #295aae; }
.staff-grid-circle .button-twitter,
.staff-grid .button-twitter { background-color: #4cdfff; }
.staff-grid-circle .button-googleplus,
.staff-grid .button-googleplus { background-color: #e43f1f; }
.staff-grid-circle .button-linkedin,
.staff-grid .button-linkedin { background-color: #12afee; }
.staff-grid-circle .button-instagram,
.staff-grid .button-instagram { background-color: #f52b56; }
.staff-grid-circle .button-email,
.staff-grid .button-email { background-color: #78cb3b; }


/*--------------------------------------------------------------
## 13.08 Module - Testimonial
--------------------------------------------------------------*/

.testimonial-list { text-align: left; margin-bottom: 40px; min-height: 120px; max-width: 800px; }
.testimonial-list .thumbnail { position: absolute; top: 0; left: 15px; width: 100px; height: 100px; }
.testimonial-list .testimonial-body { padding-left: 140px; }
.testimonial-list img { border-radius: 360px; width: 100%; }
.testimonial-list span { display: inline-block; padding: 6px 5px 4px 10px; margin-bottom: 10px; }
.testimonial-list span i { font-size: 18px; margin-right: 5px; }
.testimonial-list cite { display: block; font-style: normal; font-weight: 600; font-size: 16px; }
.testimonial-list cite small { font-weight: 600; font-size:15px;  }
.testimonial-list blockquote { font-size: 22px; line-height: 30px; font-weight: 500; margin-bottom: 20px; padding: 0; border-left: 0;  }
.testimonial-list blockquote .icon-font-quote-left { font-size: 22px; margin-right: 10px; }
.testimonial-list blockquote .icon-font-quote-right { font-size: 22px; margin-left: 10px; }

.testimonial-grid { text-align: left; margin-bottom: 40px; min-height: 120px; max-width: 800px; }
.testimonial-grid .testimonial-foot { position: relative; top: 0; left: 0; padding-left: 105px; min-height: 80px; }
.testimonial-grid .thumbnail { position: absolute; top: 0; left: 0; width: 80px; height: 80px; }
.testimonial-grid img { border-radius: 360px; width: 100%; }
.testimonial-grid span { display: inline-block; padding: 6px 5px 4px 10px; margin-bottom: 10px; }
.testimonial-grid span i { font-size: 18px; margin-right: 5px; }
.testimonial-grid cite { display: block; font-style: normal; font-weight: 600; font-size: 16px; padding-top: 15px; }
.testimonial-grid cite small { font-size: 14px; display: inline-block; font-weight: 600; margin-top: 5px; }
.testimonial-grid blockquote { font-size: 24px; line-height: 32px; font-weight: 500; margin-bottom: 20px; padding: 0; border: 0 solid rgba(0, 0, 0, 0); }
.testimonial-grid blockquote .icon-font-quote-left { font-size: 22px; margin-right: 10px; }
.testimonial-grid blockquote .icon-font-quote-right { font-size: 22px; margin-left: 10px; }
#footer-widget .testimonial-grid { margin-bottom: 0; }
#footer-widget .testimonial-grid blockquote { font-size: 22px; }

.testimonial-slider { margin-bottom: 40px; }
.testimonial-slider .slider-item { padding: 0 15px; }
.testimonial-slider-single .slider-item .testimonial-grid { margin: 0 auto 20px auto !important; text-align: center; }
.testimonial-slider .slider-item .testimonial-grid .testimonial-foot { left: 0; right: 0; margin-left: auto !important; margin-right: auto !important; display: inline-block; }
.testimonial-slider .testimonial-grid { margin-bottom: 20px; }

/*--------------------------------------------------------------
## 13.09 Module - Client
--------------------------------------------------------------*/

.client-grid { margin-bottom: 40px; }
.client-grid { text-align: center; }

.client-group { max-width: 900px; margin: 0 auto 40px auto; }
.client-group .client-head { text-align: center; padding: 30px; background-color: rgba(0, 0, 0, 0.3); margin-bottom: 6px; }
.client-group .client-head h3 { font-size: 24px; margin: 0; font-weight: 300; }
.client-group .client-head h3 strong { font-weight: 400; }
.client-group .client-body { margin: 0 -3px; }
.client-group .client-item { padding: 0 3px; margin-bottom: 6px; }
.client-group .client-item a { display: block; width: 100%; background-color: rgba(0, 0, 0, 0.3); }

.client-slider .slider-item { padding: 0 15px; }
.client-slider .client-grid { margin-bottom: 15px; }
.client-slider { margin-bottom: 40px; }

.client-grid-group { margin-bottom: 40px; }
.client-grid-group { text-align: center; }
.client-grid-group .gutter { background-color: rgba(255, 255, 255, 0.25); margin: 0 -12px; }

/*--------------------------------------------------------------
## 14.00 Plugin Contact Form 7, WC Star Rating, Mobile Menu, QuickSand, Nice Scroll etc, WooFull
--------------------------------------------------------------*/

p.stars a { color: #d5ced3; }
p.stars a:hover { color: #ff902e; }
div.wpcf7 img.ajax-loader { margin-left: 20px; }
div.wpcf7-response-output { padding: 10px 15px; color: #ffffff; background-color: #ff902e; border: 0; margin: 0; border-radius: 2px; }
span.wpcf7-not-valid-tip { padding: 10px 15px; color: #ffffff; background-color: #f9503e; border: 0; border-radius: 2px; margin: 10px 0 0 0; }
.title-lines { margin-bottom: 15px; }
.comments-title { margin-bottom: 15px; }
.so-panel h2.widget-title { font-size: 26px; }
.so-panel h3.widget-title { font-size: 24px; }
.page-header { border-bottom: 0; }
.lb-data .lb-caption { font-size: 20px; font-weight: 400; }
.nicescroll-rails { z-index: 99999 !important; }
.mm-menu .menu-item a:hover, .mm-menu .sub-menu .menu-item a:hover { font-weight: 600; }
.input-icon input[type="text"],
.input-icon input[type="email"],
.input-icon input[type="number"],
.input-icon input[type="url"],
.input-icon input[type="password"],
.input-icon input[type="search"] { padding-left: 35px !important; }
.input-group-icon button i { color: #ffffff !important; }
.entry-portfolio-content,
.entry-portfolio-footer,
.entry-portfolio-nav { padding-left: 80px; padding-right: 80px; }
.entry-portfolio-share { padding-left: 30px; padding-right: 30px; }
.entry-portfolio-content { margin-bottom: 20px !important; }
button.input-icon i { color: #ffffff; top: 10px; }
button.input-icon { padding-left: 35px !important; }
#masthead {  }

.container.shop-right #secondary { float: right; padding: 0 15px 0 25px !important; }
.container.shop-right #primary { float: left; }
.aio-menu { padding: 0; margin: 0; list-style: none; }
.aio-menu li { position: relative; padding: 12px 15px 12px 15px; border-bottom: 1px solid #dedede; font-size: 16px; font-weight: 600; }
.aio-menu li:before { content: "\f105"; font-family: "FontAwesome"; position: absolute; right: 15px; top: 12px; display: block; font-size: 20px; line-height: 20px; font-weight: 600; }
.sticky-wrapper { height: 0 !important; }
#load { position:fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:10000; }
.load-status { width:120px; height:120px; position:absolute; left:50%; top:50%; margin:-60px 0 0 -60px; }
.col-md-20 { float: left; padding-left: 15px; padding-right: 15px; width: 19.8%; display: inline-block; position: relative; }
.panel-over .feature-grid { margin-bottom: 25px !important; }
.panel-row-style { background-size: cover; background-position: top center; }
#button-menu { display: none; }
i.fa-big { margin-bottom: 20px !important; font-size: 48px !important; }
.widget-title-white { color: #ffffff !important; }
.no-line .line-center { display: none; }
.page-full #content { margin-top: 0; }
.panel-grid-cell .so-panel { margin-bottom: 0; }
.col-md-20 { width: 20%; padding-left: 15px; padding-right: 15px; float: left; }
.header-thin { font-weight: 300; }
.header-normal { font-weight: 400; }
.header-medium { font-weight: 500; }
.header-bold { font-weight: 700; }

.list-icon-circle,
.list-icon-square,
.list-icon { list-style: none; }
.list-icon-circle,
.list-icon-square,
.list-icon i { margin-right: 15px; }
.list-icon-square i { font-size: 22px; line-height: 22px; text-align: center; padding-top: 8px; width: 36px; height: 36px; }
.list-icon-circle i { font-size: 22px; line-height: 22px; text-align: center; padding-top: 8px; width: 36px; height: 36px; border-radius: 99px; }
.text-icon-left { position: relative; left: 0; right: 0; padding-left: 50px; margin-bottom: 30px; display: block; }
.text-icon-left .text-icon { position: absolute; left: 0; right: 0;  }
.text-icon-left .text-icon i { font-size: 30px; line-height: 30px; }
.text-icon-left .text-icon-content h3 { margin-bottom: 15px; font-size: 20px; font-weight: 700; }
.text-icon-left .text-icon-content p { margin-bottom: 0; }
.text-icon-center { text-align: center;  }
.text-icon-center .text-icon { margin: 0 auto; margin-bottom: 20px; }
.text-icon-center .text-icon i { font-size: 30px; line-height: 30px; }
.text-icon-center .text-icon-content h3 { margin-bottom: 15px; font-size: 20px; font-weight: 700; }
.text-icon-center .text-icon-content p { margin-bottom: 0; }
.text-icon-square { padding-left: 65px; }
.text-icon-square .text-icon { text-align: center; padding: 7px; width: 46px; height: 46px; text-align: center; }
.text-icon-circle { padding-left: 65px; }
.text-icon-circle .text-icon { text-align: center; padding: 7px; width: 46px; height: 46px; border-radius: 99px; text-align: center; }
.entry-content li i { font-size: 20px; margin-right: 15px; }

.list-picture-left { position: relative; left: 0; right: 0; padding-left: 150px; margin-bottom: 25px; }
.list-picture-left .list-picture { position: absolute; left: 0; right: 0; }
.list-picture-left .list-picture img { border-radius: 99px; border: 4px solid #ffffff; }
.list-picture-left .list-picture i { font-size: 28px; }
.list-picture-left .list-picture-content h3 { margin-bottom: 15px; font-size: 22px; }
.list-picture-left .list-picture-content p { margin-bottom: 0; }

.list-icon-left { position: relative; left: 0; right: 0; padding-left: 150px; margin-bottom: 25px; }
.list-icon-left .list-picture { position: absolute; left: 0; right: 0; }
.list-icon-left .list-picture img { border-radius: 99px; border: 4px solid #ffffff; }
.list-icon-left .list-picture i { font-size: 28px; }
.list-icon-left .list-picture-content h3 { margin-bottom: 15px; font-size: 22px; }
.list-icon-left .list-picture-content p { margin-bottom: 0; }

.article-simple i.icon-big { font-size: 36px; margin-bottom: 15px; }
.article-simple blockquote i { font-size: 20px; margin-bottom: 0;  }
.article-simple h2 { font-size: 32px; line-height: 40px; font-weight: 600;  }
.article-simple h3 { font-size: 25px; font-weight: 700; }
.article-title-big { font-size: 24px !important; line-height: 32px; font-weight: 700; margin-bottom: 25px; }
.article-title-big strong { font-weight: 900; }
#load { position:fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:10000; }
.load-status { width:120px; height:120px; position:absolute; left:50%; top:50%; margin:-60px 0 0 -60px; }
.panel-dark-40 { position: relative; top: 0; left: 0; }
.panel-dark-40 article.text { position: relative; }
.panel-darks-40 { background-color: rgba(20, 19, 25, 0.4) !important; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

  .mm-list a.mm-subopen:after {
content: "\e7a5"; font-family: "font-icons";
	font-style: normal;
	font-weight: normal;
	font-size:21px;
	line-height: 45px;
    display: block;
    position: absolute;
	top: 0%;

}
#primary-menu > li { padding: 0 0 30px 0; margin-top: 35px;}
#button-search,
#button-shop,
#button-menu { float: right; margin-top: 22px; text-align: center; padding: 10px 12px;  }
#button-menu { border-left: 0px; }
.mega-menu-item .sub-menu {	margin-top: 15px; }

.wpml-single-flag { padding: 10px; border: 1px solid #dedede; text-align: center; margin: -20px 0 20px 0; }
.wpml-single-flag a {}
.wpml-single-flag img { margin: 0 10px 0 15px !important; }

.wpml-top-flag { display: inline-block; list-style:none; float: right; position: relative; margin-bottom: 0 !important; }
.wpml-top-flag > li > a { line-height: 46px; }
.wpml-top-flag ul { list-style:none; }
.wpml-top-flag:hover .wpml-flag-lists { display:block; list-style:none; }
.wpml-top-flag .wpml-flag-lists { display:none; padding: 0 !important; right:0; position: absolute; width: 200px; z-index: 9999; }
.wpml-top-flag .wpml-flag-lists li { padding: 5px 10px; }
.wpml-top-flag .wpml-flag-lists a {  }
.wpml-top-flag .wpml-flag-lists img { margin-right: 15px; }
.panel-board .banner-center { margin-bottom: 0 !important; }

.content-builder #comments { padding: 60px 60px !important; }
.content-builder .form-submit { margin-bottom: 50px !important; }
.entry-content .pagination { margin-bottom: 0 !important; }
.one-page-label { margin: 0 !important; padding: 0 !important; height: 0; }

/*--------------------------------------------------------------
## 15.00 Responsive
--------------------------------------------------------------*/

@media (min-width: 1280px) {

	#top .container,
	#menu .container,
	#footer_gallery .container,
	#footer-widget .container,
	#bottom .container { padding-left: 0; padding-right: 0; }
	
	#menu .mega-menu-item .container { padding-left: 40px; padding-right: 40px; }

	#slider-main .carousel-caption { top: 160px; width: 100%; height: auto; }
	.page-full .content-sidebar-right .container,
	.page-full .content-sidebar-left .container,
	.page-full .content-full .container { padding-left: 0 !important; padding-right: 0 !important; }
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product { width: 33%; }
	.woocommerce #container #content .container { padding-left: 40px !important; padding-right: 40px !important; }
}
@media (max-width: 1280px) {
	html,
	#page,
	#page .container { width: 100%; max-width: 100%;  }
	#menu-left,
	#menu-right { min-width: auto; }

	#slider-main .carousel-caption { top: 160px; width: 100%; height: auto; padding: 0 80px; }
	#slider-main .carousel-caption h2 { font-size: 28px; }
	#slider-main .carousel-caption p { font-size: 15px; }
	#slider-main .carousel-caption .picture { top: 30px; width: 500px; }
	#slider-main .slider-prev,
	#slider-main .slider-next { display: none; }

	/* .content-builder { overflow-x: hidden; } */
	.page-full .panel-grid .panel-row-style { padding-left: 40px !important; padding-right: 40px !important; }
	.page-full .panel-grid .panel-row-style.panel-full { padding-left: 0 !important; padding-right: 0 !important; }

	#top .container,
	#menu .container,
	#footer-widget .container,
	#bottom .container { padding-left: 40px; padding-right: 40px; }
	.mega-menu-item .container { padding-left: 30px; padding-right: 30px; }
	#footer .container { padding-left: 40px; padding-right: 40px; }
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product { width: 33%; }
	.panel-over .feature-list:last-child,
	.panel-over .feature-grid:last-child { display: none !important; }
}
@media (max-width: 991px) {
	#top .site-address,
	#primary-menu { display: none !important; }
	#button-menu { right: 40px; display: block; }

	#slider-main .carousel-caption .caption-header { font-size: 32px; line-height: 40px; }
	#slider-main .carousel-caption .caption-content { font-size: 16px; line-height: 20px; }
	#slider-main .carousel-caption .button-big { font-size: 15px; }
	#slider-main .carousel-caption .caption-header,
	#slider-main .carousel-caption .caption-content { max-width: 480px; }
	#slider-main .caption-header { margin-top: 40px; }
	#slider-main .slider-prev,
	#slider-main .slider-next { display: none; }

	#content #primary { width: 100%; }
	#content #secondary { padding-top: 40px; width: 100%; }
	#content #secondary .search-form { min-height: 40px; }
	#content.content-sidebar-right #secondary,
	#content.content-sidebar-left #secondary { padding: 40px 15px 0 15px; }
	#slider-main .carousel-caption .picture { top: 90px; width: 400px; }

	#footer-menu { padding: 0; }
	#footer .container { padding-left: 40px; padding-right: 40px; }

	#content.content-full #primary { padding: 0; }
	#footer #footer-navigation { width: 100%; text-align: center; }
	.panel-grid-cell { width: 100% !important; }

	.banner-left { text-align: center; }
	.banner-left .banner-head { width: 100%; padding-left: 0;}
	.banner-left .banner-foot { width: 100%; padding-right: 0; }
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product { width: 49%; }
	.tabs .nav-tabs li { display: block; width: 100%; }
	.panel-faq .text { max-width: 100% !important; float: none !important; }
	.panel-mobile-center { float: none !important; }
	.panel-mobile-center .text { text-align: center; width: 100% !important; max-width: 100% !important; }
	.panel-mobile-center img { display: inline-block; margin-left: auto !important; margin-right: auto !important; }
	.col-md-20 { width: 100%; }
	
	#slider-main .slider-item-left .picture,
	#slider-main .slider-item-right .picture,
	#slider-main .carousel-caption .picture { display: none !important; }
	#slider-main .picture { display: none !important; }
}
@media (max-width: 767px) {
	#page .container { padding-left: 30px; padding-right: 30px;  }
	#top .site-info { width: 100%; text-align: center; }
	#top .social-media { display: none; }
	.content-builder .container { padding-left: 0 !important; padding-right: 0 !important; }
	#top .top-address,
	#branding .breadcrumb { display: none; }
	/* #branding { padding-top: 120px; } */
	#branding h2 { font-size: 30px; }
	#branding p { font-size: 16px; }
	
	
	#slider-main .carousel-caption .caption-header { font-size: 24px; line-height: 32px; }
	#slider-main .carousel-caption .caption-content { font-size: 15px; line-height: 20px; }

	.title-header { width: 100%; text-align: center; }

	.page-full .panel-grid .panel-row-style { padding-left: 30px !important; padding-right: 30px !important; }
	.page-full .panel-grid .panel-row-style.panel-full { padding-left: 0 !important; padding-right: 0 !important; }



	
	#slider-main .slider-prev,
	#slider-main .slider-next { display: none; }
	#slider-main .carousel-caption { width: 100%;  padding-left: 60px; padding-right: 60px; }

	#content.content-full,
	#content.content-sidebar-right .container,
	#content.content-sidebar-left .container { padding: 40px 30px; }
	#content.content-full .container { padding: 0 !important; }
	#footer aside { margin-bottom: 30px; }
	#footer .container { padding-left: 30px; padding-right: 30px; }


	#footer-social a { width: 100%; }

	.tabs.tab-mega .nav-tabs li { width: 100%; }
	.entry-share .share-item a { margin-bottom: 30px; }
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product { width: 100%; }
	.blog-mansonry { width: 100%; }
	.blog-mansonry .blog-box,
	.portfolio-mansonry-single .portfolio-box-single,
	.portfolio-mansonry .portfolio-box { width: 100%; padding: 0; }
	.woocommerce #container #content .container { padding-left: 30px !important; padding-right: 30px !important; }
	.woocommerce-page #content .container,
	.woocommerce #content .container { overflow-x: hidden !important; }
	.panel-full .panel-grid-cell { margin-bottom: 0 !important; }
	.entry-portfolio-content,.entry-portfolio-footer { padding-left: 20px; padding-right: 20px; }
	.banner-left { text-align: center !important; }
	.banner-left .banner-foot { width: 100% !important; text-align: center !important; padding: 20px 0 0 0; }
	.banner-left .button-big.button-edge { display: inline-block; margin-left: auto !important; margin-right: auto !important;  text-align: center !important; }
	.panel-faq .text { text-align: center !important; max-width: 100% !important; padding: 0 40px !important; margin: 0 0 0 0 !important;}
	.panel-faq, .panel-faq h3, .panel-faq p { text-align: center !important; } 
	.panel-faq .text a.button-medium { display: inline-block; margin-left: auto !important; margin-right: auto !important;  text-align: center !important; }

	.panel-faq { padding: 0 !important; }
	.panel-faq .button-medium.button-edge { margin-bottom: 40px; }
	.bottom-copyright { display: none; }
	#bottom .social-media { text-align: center; width: 100%; }
	.banner-left .banner-head { padding: 0; }
	
	.blog-mansonry-box .blog-box,
	.blog-mansonry-grid .blog-grid,
	.portfolio-mansonry-single .portfolio-box-single,
	.portfolio-uneven-sortable .portfolio-uneven-sort,
	.portfolio-mansonry .portfolio-box { width: 100%; padding: 20px 0px; }

}
@media (max-width: 479px) {

	#button-search, #button-shop { display: none; }
	#slider-main .carousel-caption { width: 100%; top: 100px; padding-left: 20px; padding-right: 20px; }
	#slider-main .button-big { margin-bottom: 0 !important; }

}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.brand-parallax {
	position : relative !important;
	-webkit-transform: translateZ(0) !important;
	background-attachment: fixed !important;
	background-size: contain !important;
}

.panel-parallax {
	position : relative !important;
  -webkit-transform: translateZ(0) !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}
.panel-parallax p { font-weight: 600 !important; }


/*--------------------------------------------------------------
## 16.00 Print
--------------------------------------------------------------*/

@media print { *, *:before, *:after { background: transparent !important; color: #000000 !important; box-shadow: none !important; text-shadow: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
	pre, blockquote { border: 1px solid #dedede; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	select { background: #ffffff !important; }
	.navbar { display: none; }
	.btn > .caret, .dropup > .btn > .caret { border-top-color: #000000 !important; }
	.label { border: 1px solid #000000; }
	.table { border-collapse: collapse !important; }
	.table td, .table th { background-color: #ffffff !important; }
	.table-bordered th, .table-bordered td { border: 1px solid #dedede !important; }
}


/*- CUSTOM LANV -*/
.banner-center{
        margin-bottom: 0px;
}
.color-yellow-background{
	background-color: #FFBE40;
}

.icon-lined-check.bg-yellow {
	background-color: #ffbe40;
}
.icon-circle i {
	color: #000000;
}
.icon-circle {
	border-color: #000000;
}
