@charset "utf-8";

/**
 Table of Contents:

1. DEFAULT CLASSES
2. ELEMENTS
  2.1.  REVOLUTION SLIDER
  2.2.  HEADER
  2.3.  MENUS
  2.4.  SECTIONS
  2.5.  ACCORDIONS
  2.6.  PROJECTS
  2.7.  BLOG
  2.8.  CLIENT
  2.9.  FOOTER
  2.10. PROGRESS BARS
  2.11. COUNTER
  2.12. TEAM
  2.13. TESTIMONIALS
  2.14. OWL BANNER
  2.15. PROCESS
  2.16. FANCYBOX
  2.17. SERVICES
  2.18. POPUP VIDEO
  2.19. RESTAURANT
  2.20. VCARD
  2.21. COMING SOON
  2.22. NEWSLETTER
  2.23. MAINTENANCE
  2.24. PRICING
3. COMMERCE

*
* -----------------------------------------------------------------------------
*/

@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}


/* --------------------------------------------------------------------- */


/* 1. DEFAULT CLASSES
/* --------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}
*, :active, :focus, :hover {
    outline: 0!important;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    min-height: 100%;
    width: 100%
}
body {
    font-family: Lato;
    line-height: 28px;
    letter-spacing: 0.45px;
    font-weight: 300;
    font-style: normal;
    color: #444444;
    font-size: 16px;
}
ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a, a.active, a.actived, a:active, a:focus {
    color: #1f1f1f;
    text-decoration: none;
    outline: 0;
    transition: all .3s linear 0s;
}
a:hover {
    color: #999;
    text-decoration: none;
    outline: 0;
}
iframe {
	border: none;
	width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
    font-weight: inherit;
    color: #1f1f1f;
}
.h1, h1 {
	font-size:240%;
	line-height:128%;
}
.h2, h2 {
	font-size:200%;
	line-height:133.334%;
	letter-spacing: 1.5px;
}
.h3, h3 {
    font-size: 160%;
    line-height: 142%;
    letter-spacing: 1.2px;
}
.h4, h4 {
	font-size:133.334%;
	line-height:150%;
}
.h5, h5 {
	font-size:120%;
	line-height:155.555%;
}
.h6, h6 {
	font-size:106.667%;
	line-height: 162.5%;
}
img {
    max-width: 100%;
    height: auto;
}
.mousewheel {
    overflow: hidden;
}
.mousewheel .mousewheel-inner {
    max-height: 411px;
    overflow-x: hidden;
    width: calc(100% + 40px);
    padding-right: 40px;
}
input, select, textarea {
    border: 1px solid #ddd;
    background: 0 0;
    color: #777;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
select {
	width: 100%;
    height: 45px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-arrow.png) right center no-repeat;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
input, textarea {
    padding: 9.5px 25px;
}
input[type=text], input[type=email], input[type=password], input[type=phone], input[type=tel], textarea {
    width: 100%;
}
label {
    font-size: 14px;
	color: #1f1f1f;
}
.blockquote, blockquote {
    color: #1f1f1f;
    padding: 0 0 0 15px;
    line-height: 177%;
    font-size: 113.34%;
    font-style: italic;
    letter-spacing: .85px;
    border-left: 2px solid #ddd;
    margin: 43px 0 65px 20px;
}
.contact-form input:not([type=submit]),
.contact-form textarea {
	background-color: #fff;
    color: #777;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #eee;
}
.contact-form.dark input:not([type=submit]),
.contact-form.dark textarea {
	background-color: #333;
}
.contact-form input:focus:not([type=submit]),
.contact-form textarea:focus {
	border-color: #333;
}
.contact-form.dark input:hover:not([type=submit]),
.contact-form.dark textarea:hover {
    border-color: #999;
}
.contact-form .btn:hover {
    background: #1f1f1f !important;
    border-color: #1f1f1f;
    color: #fff;
}
.btn, .btn-default, .btn-primary, .button, .submit, button, input[type=submit] {
    letter-spacing: 2.4px;
    padding: 9.5px 25px;
    line-height: inherit;
    -khtml-border-radius: 0;
    -webkit-transition: all .3s linear 0s;
    -khtml-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    text-align: center;
    font-size: 80%;
    text-transform: uppercase;
}
.btn, .btn-default, .button, .submit, button, input[type=submit] {
    background-color: #1f1f1f;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.btn:hover, .btn-default:hover, .button:hover, .submit:hover, button:hover, input[type=submit]:hover {
	border-color: #1f1f1f;
    color: #1f1f1f;
	background: none;
}
.btn.btn-alt {
    background: #fff;
    color: #1f1f1f;
}
.btn.btn-alt:hover {
    background: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff;
}
.btn.btn-alt-white {
    border-color: #fff;
    background: none;
    color: #fff;
}
.btn.btn-alt-white:hover {
    background: #fff;
    color: #1f1f1f;
    border-color: #fff;
}
.btn-border {
	border: 1px solid #1F1F1F;
}
.btn-white, input[type=submit].btn-white {
    background-color: #fff;
    color: #1f1f1f;
}
.btn-white:hover, input[type=submit].btn-white:hover {
	background-color: #999;
    color: #fff;
}
ul.bullet-list {
    list-style: square inside;
    margin-left: 25px;
}
ul.bullet-list li {
    padding-bottom: 11px;
}
.wg-title {
    text-transform: uppercase;
    line-height: 120%;
    font-size: 15px;
    letter-spacing: 3px;
    position: relative;
    padding: 0;
    margin: 0 0 30px;
    border: none;
}
.wg-title:after {
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    background-color: #1f1f1f;
    margin-top: 27px;
}
.wg-title.white:after {
	background-color: #fff;
}
.widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_product_categories ul li {
    position: relative;
    color: #999;
    border-bottom: 1px solid #f6f6f6;
}
.widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_product_categories ul li a {
    position: relative;
    display: inline-block;
    color: #999;
    padding: 9px 0 8px 20px;
}
.multicolumn {
    float: left;
}
.multicolumn > li {
    float: left;
}
.multicolumn.columns3 > li {
    width: 33.333%;
}
.menu-toggle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
}
.heading {
    margin-bottom: 23px;
}
.sub-heading {
    font-size: 226.667%;
    letter-spacing: 1.02px;
    line-height: 130%;
    padding: 0;
    margin: 0;
}
.sub-heading .f1 {
    font-family:Playfair Display;
	font-weight:400;
	font-style:italic;
}
.sub-heading .f2 {
    font-family:Playfair Display;
	font-weight:400;
	font-style:normal;
}
.sub-heading .f3 {
    font-family:Playfair Display;
	font-weight:700;
	font-style: italic;
	text-decoration: underline;
}
.owl-carousel .owl-item img {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.overlay-wrap {
    position: relative;
    overflow: hidden;
}
.overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
.overlay-wrap .overlay {
    background: #fff;
    -webkit-transition: all .3s linear 0s;
    -khtml-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}
.overlay-wrap .overlay.zoom-in {
    -webkit-transform: scale(1.5);
    -khtml-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.overlay-wrap:active .overlay, 
.overlay-wrap:focus .overlay, 
.overlay-wrap:hover .overlay {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
	-webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.overlay-wrap .overlay.left-right {
    left: -100%;
    right: 100%;
}
.overlay-wrap:hover .overlay {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
	left: 10px;
    right: 10px;
}
.overlay-wrap .overlay .overlay-inner {
    padding: 20px;
    width: 100%;
}
.overlay-wrap .overlay.zoom-in .overlay-inner {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.overlay-wrap .overlay.left-right .overlay-inner {
    left: 200%;
    right: auto;
}
.overlay-wrap:hover .overlay.left-right .overlay-inner {
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease-out .1s;
    -khtml-transition: all .3s ease-out .1s;
    -moz-transition: all .3s ease-out .1s;
    -ms-transition: all .3s ease-out .1s;
    -o-transition: all .3s ease-out .1s;
    transition: all .3s ease-out .1s;
}
.overlay-wrap .overlay.left-right .overlay-inner.right {
    left: 200%;
    right: 0;
	bottom: 0;
	top: 0;
    position: absolute;
}
.overlay-wrap:hover .overlay.left-right .overlay-inner.right {
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease-out .1s;
    -khtml-transition: all .3s ease-out .1s;
    -moz-transition: all .3s ease-out .1s;
    -ms-transition: all .3s ease-out .1s;
    -o-transition: all .3s ease-out .1s;
    transition: all .3s ease-out .1s;
}
.overlay-wrap .overlay.left-right .overlay-inner.align-middle,
.overlay-wrap:hover .overlay.left-right .overlay-inner.align-middle {
    top: 50%;
    width: 100%;
	bottom: auto;
    position: absolute;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%);
}
.entry-title {
    margin: 0;
}
.entry-header {
	margin-bottom: 20px;
}
.entry-header .entry-meta {
    margin-top: 2px;
}
.entry-media {
	position: relative;
    margin-bottom: 33px;
}
.entry-media img {
    width: 100%;
}
.entry-media .nectar-love {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
}
.entry-media .nectar-love i {
    width: 45px;
    height: 45px;
    text-align: center;
    position: relative;
    z-index: 2;
	line-height: 45px;
    background: #1f1f1f;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.entry-media .nectar-love .nectar-love-count {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: auto;
    max-width: 0;
    padding: 0 10px;
	line-height: 45px;
    background: #1f1f1f;
    white-space: nowrap;
    visibility: hidden;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.entry-media .nectar-love.right .nectar-love-count {
    left: auto;
    right: 100%;
}
.entry-media .nectar-love:hover i {
    background: #999;
}
.entry-media .nectar-love:hover .nectar-love-count {
    visibility: visible;
    background: #999;
    max-width: 200px;
}
.entry-footer {
    margin-top: 25px;
	clear: both;
}
.entry-footer .readmore {
    display: inline-block;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}
.entry-footer .readmore:hover {
    border-bottom-color: #999;
}
.entry-media .entry-categories {
    position: absolute;
    top: 45px;
	left: 0;
    font-size: 86.667%;
    letter-spacing: 2.6px;
    background: #fff;
    text-transform: uppercase;
    padding: 10.5px 25px;
}
.entry-meta li {
    border-bottom: 1px solid #eee;
}
.entry-meta.single-meta li {
    padding: 18px 0;
}
.entry-meta li:last-child {
    border-bottom: none;
}
.entry-meta li.extra-font {
    font-size: 106.667%;
}
.entry-meta li .meta-title {
    text-transform: uppercase;
    color: #1f1f1f;
    letter-spacing: 3px;
    font-style: normal;
}
.entry-meta li a {
    color: #999;
    letter-spacing: .75px;
}
.entry-blog:after {
    content: "";
    display: block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
	clear: both;
}
.entry-socials-share-list li {
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #1f1f1f;
}
.entry-socials-share-list li a {
    font-size: 120%;
}
.social li {
    display: inline-block;
}
.social a {
    display: inline-block;
    padding: 5px 12px;
	color: #FFFFFF;
	font-size: 120%;
}
.social li:first-child a {
	padding-left: 0;
}
#backtotop {
	position: fixed;
    right: 20px;
    background: #999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    z-index: 1;
	border-radius: 50%;
	-webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
#backtotop.on {
    bottom: 15px;
}
.extra-font {
    font-family: "Playfair Display";
}
.italic {
	font-style: italic;
}
.circle, .img-circle {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.bg-overlay {
    background-color: rgba(0,0,0,.32);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.bg-overlay-dark {
    background-color: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.img-translate-left {
	max-width: none;
	-webkit-transform: translateX(-130px);
    -moz-transform: translateX(-130px);
    -o-transform: translateX(-130px);
    transform: translateX(-130px);
}
.fullwidth {
	width: 100%;
}
.fullheight {
	height: 100%;
}
.pagination .page-numbers {
    min-width: inherit;
    width: auto;
    height: auto;
    font-size: 120%;
    line-height: 140%;
    background: 0 0;
    color: #202020;
    border-bottom: 1px solid transparent;
    margin-right: 10px;
    font-weight: 400;
}
.pagination span.page-numbers {
    color: #202020;
    border-bottom-color: #202020;
}
.pagination .page-numbers:last-child {
    margin-right: 0;
}
.pagination.style-2 {
	display: block;
    padding-left: 3.7%;
    padding-right: 3.7%;
}
.pagination.style-2 .page-numbers {
    min-width: 49px;
    height: 49px;
    line-height: 49px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    background: #999;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
	margin-bottom: 10px;
}
.pagination.style-2 .page-numbers {
    background-color: #f7f7f7;
    color: #212121;
}
.pagination.style-2 .page-numbers:hover, 
.pagination.style-2 span.page-numbers {
    background: #1f1f1f;
    color: #fff;
}
#map {
    width: 100%;
	height: 100%;
	min-height: 500px;
}
.contact-form.border-bottom {
	border-bottom: 1px solid #444444;
}
.move-70 {
	-webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
}
.uppercase {
	text-transform: uppercase;
}
.social-wrap.vertical {
    padding-top: 62px;
    white-space: nowrap;
    -webkit-transform: rotate(90deg) translate(100%,50%);
    -khtml-transform: rotate(90deg) translate(100%,50%);
    -moz-transform: rotate(90deg) translate(100%,50%);
    -ms-transform: rotate(90deg) translate(100%,50%);
    -o-transform: rotate(90deg) translate(100%,50%);
    transform: rotate(90deg) translate(100%,50%);
    -webkit-transform-origin: right top 0;
    -khtml-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
    transform-origin: right top 0;
}
.social-wrap .title {
    padding: 0;
    margin: 0;
    float: left;
    letter-spacing: 2.4px;
    font-weight: 400;
    color: #1f1f1f;
    font-size: 80%;
}
.social-wrap.white .title {
    color: #fff;
}
.social-wrap.colored .title {
    margin-top: 34px;
}
.social-wrap .title:after {
    width: 100px;
    height: 1px;
    background-color: #1f1f1f;
    margin: 0 10px 0 30px;
    display: inline-block;
    content: "";
}
.social-wrap.white .title:after {
    background-color: #fff;
}
.social-wrap.vertical .social {
    margin: -5px -12px;
}
.social-wrap .social a {
    font-size: 146.6667%;
    padding: 5px 18px;
}
.social-wrap.white .social a {
    color: #fff;
}
.social-wrap.dark .social a {
    color: #1f1f1f;
}
.social-wrap.white .social a:hover,
.social-wrap.dark .social a:hover {
    color: #999;
}
.social-wrap.vertical i {
    -webkit-transform: rotate(270deg);
    -khtml-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.social-wrap.colored a {
    vertical-align: top;
    margin: 5px;
    padding: 0;
}
.social-wrap.colored a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	font-size: 20px;
    color: #fff;
    background-color: #1f1f1f;
    display: block;
    -webkit-transition: all .3s linear 0s;
    -khtml-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.social-wrap.colored a i[class*=twitter], 
.social-wrap.colored a i[class^=twitter] {
    background: #4cdbff;
}
.social-wrap.colored a i[class*=linkedin], 
.social-wrap.colored a i[class^=linkedin] {
    background: #4c94db;
}
.social-wrap.colored a i[class*=google-plus], 
.social-wrap.colored a i[class^=google-plus] {
    background: #ff4c4c;
}
.social-wrap.colored a i[class*=facebook], 
.social-wrap.colored a i[class^=facebook] {
    background: #4c70b7;
}
.social-wrap.colored a i[class*=pinterest], 
.social-wrap.colored a i[class^=pinterest] {
    background: #e13138;
}
.social-wrap.colored a i[class*=rss], 
.social-wrap.colored a i[class^=rss] {
    background: #faa33d;
}
.social-wrap.colored a i[class*=vimeo], 
.social-wrap.colored a i[class^=vimeo] {
    background: #35c6ea;
}
.social-wrap.colored a i[class*=dribbble],
.social-wrap.colored a i[class^=dribbble] {
    background: #ff70b7;
}
.social-wrap.colored a:hover i {
    background-color: #999;
}
.dp-table {
	display: table;
	width: 100%;
}
.dp-table-cell {
	display: table-cell;
}
.dp-table-cell.middle {
	vertical-align: middle;
}
.social.circle-grey a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #eee;
    color: #1f1f1f;
    margin-left: 10px;
    padding: 0;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	font-size: 146.6667%;
}
.header-bottom-line {
	margin-bottom: 33px;
}
.header-bottom-line:after {
	content: "";
    display: block;
    clear: both;
    width: 40px;
    height: 1px;
    background-color: #212121;
    margin-top: 22px;
}
.page-title {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 5px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 26px;
}
.page-title-subtext {
    line-height: 32px;
    letter-spacing: 5.2px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 26px;
	margin-top: 23px;
    letter-spacing: 1px;
}
.breadcrumb {
    text-transform: uppercase;
    letter-spacing: 1.2px;
	color: #999;
	position: relative;
	margin-top: 130px;
	background: none;
}
ul.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 80%;
}
ul.breadcrumbs a {
    color: #999;
}
ul.breadcrumbs li:after {
    content: "/";
    padding: 0 10px;
}
ul.breadcrumbs li:last-child:after {
    content: "";
    padding-right: 0;
}
.page-title-logo {
    position: absolute;
	left: -45%;
    bottom: 0;
}
.single-icon {
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid transparent;
    position: relative;
    text-align: center;
    display: inline-block;
}
.single-icon i {
    font-size: 40px;
    color: #1f1f1f;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.contact-info .icon {
	width: 60px;
}
.error404 .entry-title {
    font-size: 400%;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: 1.8px;
    margin-bottom: 13px;
}
.sidebar-area  {
    padding-top: 5px;
}
.sidebar-area .widget {
	margin-bottom: 58px;
	float: left;
	width: 100%;
}
.widget_categories ul li {
    position: relative;
    color: #999;
    border-bottom: 1px solid #f6f6f6;
}
.widget_categories ul li a {
    position: relative;
    display: inline-block;
    color: #999;
    padding: 9px 0 8px;
}
.widget_categories ul li a:hover {
	color: #1f1f1f;
}
.widget_categories ul ul {
    margin: 0;
}
.widget_categories ul ul li:first-child {
    border-top: 1px solid #f6f6f6;
}
.widget_categories ul ul li:last-child {
    border-bottom: 0;
}
.widget_categories ul ul li a {
    margin-left: 35px;
	padding-left: 20px;
}
.widget_categories ul ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 17px;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #999;
}
.widget_categories ul ul li a:hover:before {
	border-color: transparent transparent transparent #1f1f1f;
}
.tagcloud a {
    padding: 10px 20px;
    margin: 5px 6px 5px 0;
    display: inline-block;
    color: #999;
    background: #f5f5f5;
    letter-spacing: .75px;
}
.tagcloud a:hover {
    background: #1f1f1f;
    color: #fff;
}
.widget_color ul li {
    padding-top: 10px;
    padding-bottom: 10px;
	border-top: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
.widget_color ul li:first-child {
    border-top: none;
}
.widget_color ul li a {
    padding-top: 0px;
	color: #999;
}
.widget_color ul li a:hover {
	color: #1f1f1f;
}
.widget_color ul li:before {
    content: "";
    display: block;
    float: left;
    margin-right: 20px;
    width: 17px;
    height: 17px;
    margin-top: 4px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.widget_color ul li.black:before {
	background-color: #333;
}
.widget_color ul li.blue:before {
    background-color: #7da7d9;
}
.widget_color ul li.green:before {
    background-color: #004000;
}
.widget_color ul li.brown:before {
    background-color: #403000;
}
.widget_color ul li.gray:before {
    background-color: #757584;
}
.widget_color ul li.pink:before {
    background-color: #f99;
}
.widget_color ul li.purple:before {
    background-color: #800080;
}
.widget_color ul li.red:before {
    background-color: #8c0000;
}
.widget_color ul li.white:before {
    background-color: #fff;
	border: 1px solid #1f1f1f;
}
.sidebar-area .widget.widget_newsletter {
    background-color: #f8f8f8;
    padding: 50px 30px 55px;
}
.sidebar-area .widget.widget_newsletter .newsletter-widget {
    margin-top: 25px;
}
.sidebar-area .widget.widget_newsletter .newsletter-widget form input.newsletter-email {
    background-color: #fff;
    color: #999;
    margin-bottom: 10px;
	border: 1px solid #999;
	padding: 10px 25px 10px 15px;
	font-size: 14px;
}
.comments-area .author-avatar {
    position: relative;
    z-index: 1;
}
.comments-area .author-avatar img {
    position: relative;
    z-index: 1;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.comments-area .comment-wrap {
    border: 1px solid #eee;
    padding-top: 40px;
    padding-bottom: 42px;
    margin-bottom: 27px;
    position: relative;
}
.comments-area .comment-wrap .comment-header {
    margin-bottom: 16px;
}
.comments-area .comment-wrap .comment-author {
    font-weight: 700;
    margin: 0 0 3px;
    text-transform: capitalize;
}
.comments-area .comment-wrap .comment-date {
    font-style: italic;
    font-size: 93.333%;
}
.comments-area .comment-wrap .comment-content p:last-child {
    margin-bottom: 0;
}
.comments-area .comment-wrap .reply {
    padding-top: 25px;
}
.comments-area .comment-wrap .reply a {
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 2.4px;
}
.comments-area .comment-respond {
    margin-top: 50px;
}
.comments-area .comment-respond .comment-form .row {
	margin-bottom: 24px;
}
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond textarea {
    border: 1px solid #eee;
    background-color: #f7f7f7;
    color: #777;
}
.item-number {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 200%;
    font-style: italic;
    color: #1f1f1f;
    background-color: #eee;
    text-align: center;
}
table {
	width: 100%;
}
.table thead, table thead {
    background-color: #f2f2f5;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 80%;
    font-weight: 400;
    border: 1px solid #ddd;
    border-bottom: 0;
}
.table tr:last-child, table tr:last-child {
    border-bottom: 0;
}
.table td, .table th, table td, table th {
    padding: 5px;
	font-weight: 400;
}
.table > thead > tr > th, .table > tbody > tr > td {
	border-bottom: none;
	border-top: none;
}
@media (min-width: 1280px) {
	.image-overlay {
		margin-top: -90px;
	}
}
@media (max-width: 1279px) and (min-width: 992px) {
	.image-overlay {
		margin-top: -90px;
	}
}
@media (min-width: 1200px) {
	.left-content {
		float: left;
		width: 384px;
		padding-bottom: 30px;
	}
	.left-content .left-content-inner {
		padding: 0 20%;
	}
	.left-content .sidebar-logo {
		padding: 75px 0 40px 0;
	}
	.left-content .widget {
		margin-bottom: 80px;
		text-align: center;
	}
	.right-content {
		position: relative;
		overflow: hidden;
		width: calc(100% - 384px);
		-webkit-box-shadow: inset 0px 0px 12px #f7f7f7;
		-khtml-box-shadow: inset 0px 0px 12px #f7f7f7;
		-moz-box-shadow: inset 0px 0px 12px #f7f7f7;
		-ms-box-shadow: inset 0px 0px 12px #f7f7f7;
		-o-box-shadow: inset 0px 0px 12px #f7f7f7;
		box-shadow: inset 0px 0px 12px #f7f7f7;
	}
	.contact2 {
		padding-left: 100px;
	}
}
@media (max-width: 1200px) { 
	.left-content {
		display: none;
	}
	.left-content.tablet-show {
		display: block;
		width: 100%;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
	.image-overlay {
		margin-top: 0px;
	}
}
@media (min-width: 992px) {
	.full-left, .full-right {
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.full-left {
		left: 0;
	}
	.full-right {
		right: 0;
	}
	.full-left > div, .full-right > div {
		position: absolute;
		bottom: 0;
		height: 100%;
	}
	.full-left.has-overlay > div:before, 
	.full-right.has-overlay > div:before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
		display: block;
		background-color: rgba(0,0,0,.5);
	}
	.comments-area .author-avatar {
		float: left;
		margin-top: 33px;
	}
	.comments-area .comment-wrap {
		margin-left: 50px;
		padding-left: 75px;
		padding-right: 65px;
		min-height: 170px;
	}
	.comments-area ul.children {
		margin-left: 100px;
	}
}
@media (max-width: 992px) {
	.text-sm-center {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.login .form-row .button {
		width: 120px;
	}
	.img-tablet-show {
		display: none;
	}
}
@media (max-width: 768px) {
	.image-overlay {
		margin-top: 20px;
	}
	.blockquote, blockquote {
		margin-left: 50px;
	}
	.img-translate-left {
		max-width: 100%;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
	.sub-heading.text-right {
		text-align: left;
	}
	.section-split-bg {
		height: 100vh;
		position: static;
	}
	.ms-section {
		position: static;
		float: left;
		width: 100%;
		margin-bottom: 50px;
	}
	.ms-right .ms-section:last-child {
		margin-bottom: 0;
	}
	#multiScroll {
		overflow-y: scroll;
	}
	.img-tablet-show {
		display: inline;
	}
	.page-title-subtext {
		text-align: left;
		margin-bottom: 30px;
		margin-top: 0;
	}
	.sidebar-area {
		margin-top: 50px;
	}
	.comments-area .comment-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 480px) {
	.comments-area .comment-wrap .reply {
		position: absolute;
		top: 0;
		right: 25px;
		z-index: 1;
	}
}
@media (max-width: 480px) {
	.move-70 {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
	#backtotop {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	.dp-table, .dp-table-cell {
		display: inline;
	}
}

/* --------------------------------------------------------------------- */
/* 2. ELEMENTS
/* --------------------------------------------------------------------- */

/* === 2.1. REVOLUTION SLIDER === */
.slider-triangle:after, .slider-triangle:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70%;
    z-index: 21;
    background-color: #fff;
    outline: transparent solid 1px;
}
.slider-triangle:before {
    left: -33%;
    -webkit-transform: skew(0deg,14deg);
    -khtml-transform: skew(0deg,14deg);
    -moz-transform: skew(0deg,14deg);
    -ms-transform: skew(0deg,14deg);
    -o-transform: skew(0deg,14deg);
    transform: skew(0deg,14deg);
}
.slider-triangle:after {
    right: -33%;
    -webkit-transform: skew(0deg,-14deg);
    -khtml-transform: skew(0deg,-14deg);
    -moz-transform: skew(0deg,-14deg);
    -ms-transform: skew(0deg,-14deg);
    -o-transform: skew(0deg,-14deg);
    transform: skew(0deg,-14deg);
}
.bar-discovery {
	position: absolute;
    z-index: 101;
    bottom: 20px;
  	left: 50%;
  	/* bring your own prefixes */
  	transform: translate(-50%, 0%);
	text-align: center;
	font-style: normal;
    font-family: Lato;
	font-size: 12px;
}
.forcefullwidth_wrapper_tp_banner {
	overflow: hidden;
}

/* === 2.2. HEADER === */
.header {
    position: relative;
	border-top: 1px solid #eee;
	background-color: #fff;
}
.header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
}
.header .no-container {
    padding-left: 5.2%;
    padding-right: 5.2%;
}
#header-logo {
    width: 100px;
    height: 77px;
    display: table;
}
#header-logo a {
    display: table-cell;
    vertical-align: middle;
	padding-right: 20px;
}
.nav-extra .header-popup {
    height: 77px;
    position: relative;
}
.nav-extra .header-popup .header-icon {
    height: 77px;
    display: table;
    float: left;
}
.header-ontop .nav-extra .header-popup .header-icon {
    color: #fff;
}
.header-ontop.light .nav-extra .header-popup .header-icon {
    color: #212121;
}
.nav-extra .header-popup .header-icon i {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    text-align: center;
    font-size: 20px;
    position: relative;
}
.nav-extra .header-popup .header-icon i .cart_total {
    position: absolute;
    top: 28%;
    left: 28px;
    height: 13px;
    min-width: 13px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: #1f1f1f;
    line-height: 13px;
    font-size: 8px;
    padding: 0 3px;
    font-family: Lato;
}
.nav-extra .header-popup .popup {
    display: none;
    width: 320px;
    position: absolute;
    top: 100%;
    z-index: 21;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    vertical-align: inherit;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-extra .header-popup .popup.mini-tools {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 360px;
    max-width: 100%;
    padding: 0;
}
.nav-extra .header-popup .popup.mini-tools .mousewheel-inner {
    max-height: 100%;
    padding: 70px 80px 30px 60px;
}
.nav-extra .header-popup .popup.mini-tools .mousewheel-inner .header-icon {
    line-height: 70px;
    width: 70px;
    height: 70px;
    border: none;
    padding: 0;
    display: block;
    float: none;
}
.nav-extra .header-popup .popup.mini-tools .mousewheel-inner .header-icon i {
    font-size: 35px;
    text-align: left;
    -webkit-transform: translate(-10px,-10px);
    -khtml-transform: translate(-10px,-10px);
    -moz-transform: translate(-10px,-10px);
    -ms-transform: translate(-10px,-10px);
    -o-transform: translate(-10px,-10px);
    transform: translate(-10px,-10px);
}
.nav-extra .header-popup .mini-cart.active {
    display: block;
	right: 0;
}
.nav-extra .header-popup .popup.cart {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.searchform {
    position: relative;
}
.searchform input {
    width: 100%;
    padding-right: 60px;
}
.searchform button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: 0 0;
    color: #333;
    font-size: 20px;
    line-height: 1;
}
.nav-extra .mini-tools .widget {
    margin-bottom: 60px;
}
.nav-extra .header-popup .popup.mini-tools .mousewheel-inner .menu li, 
.nav-extra .header-popup .popup.mini-tools .mousewheel-inner .widget_nav_menu ul.menu li {
    border-bottom: 0;
    text-transform: uppercase;
}
.nav-extra .header-popup .popup.mini-tools .mousewheel-inner .menu li a, 
.nav-extra .header-popup .popup.mini-tools .mousewheel-inner .widget_nav_menu ul.menu li a {
    padding-left: 0;
	text-transform: uppercase;
    font-size: 12px;
	color: #212121;
}
.nav-extra .header-popup .popup.mini-tools .mousewheel-inner .menu li a:hover, 
.nav-extra .header-popup .popup.mini-tools .mousewheel-inner .widget_nav_menu ul.menu li a:hover {
	color: #999999;
}
.nav-extra .header-popup .popup.mini-tools .mousewheel-inner .widget_cms_social_widget ul.social {
    margin: -5px -12px;
}
.nav-extra .header-popup .popup.mini-tools .mousewheel-inner .widget_cms_social_widget ul.social li {
    float: left;
}
.nav-extra .header-popup .popup.mini-tools .mousewheel-inner .widget_cms_social_widget ul.social a {
    display: inline-block;
    padding: 5px 12px;
	color: #212121;
}
.nav-extra .header-popup .popup.mini-tools .mousewheel-inner .widget_cms_social_widget ul.social a:hover {
	color: #999999;
}
.nav-extra .menu-mobile {
    display: table;
}
.header.header-2 {
	border-top: none;
}
.header.header-2 #header-logo {
    max-width: inherit;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #1f1f1f;
}
.header.header-ontop {
	background-color: rgba(255,255,255,0.01);
	position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}
.header.header-ontop.light {
	background-color: rgba(255,255,255,0.6);
}
.header.header-ontop.no-bg {
	background: none;
}
@media (min-width: 1201px) {
	#menu-mobile {
		display: none;
	}
}
@media (min-width: 1200px) {
	.header.header-2 .no-container {
		padding-left: 0;
		padding-right: 0;
	}
	.header.header-2 #header-logo {
		width: 12.5%;
	}
	.header.header-2 .nav-extra {
		width: 12.5%;
	}
	.header.header-2 .nav-extra .header-icon {
		display: table-cell;
		vertical-align: middle;
		width: 1%;
		float: none;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		border-left: 1px solid rgba(136,136,136,.1);
	}
	.header.header-2 .navigation {
		width: calc(75%);
	}
	.header.header-2 .navigation .main-navigation > ul > li {
		display: table-cell;
		width: 1%;
		float: none;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		border-right: 1px solid rgba(136,136,136,.1);
		-webkit-transition: all .3s linear 0s;
		-khtml-transition: all .3s linear 0s;
		-moz-transition: all .3s linear 0s;
		-ms-transition: all .3s linear 0s;
		-o-transition: all .3s linear 0s;
		transition: all .3s linear 0s;
	}
	.header.header-2 .navigation .main-navigation > ul > li ul li {
		text-align: left;
	}
	.header.header-2 .navigation .main-navigation > ul > li:hover {
		background-color: #1f1f1f;
	}
	.header.header-2 .navigation .main-navigation > ul > li > a {
		width: 100%;
	}
	.header.header-2 .navigation .main-navigation > ul > li:hover > a {
		color: #fff;
	}
	.header.left {
		float: left;
		padding-bottom: 30px;
	}
	.header-ontop.left {
		width: 384px;
	}
	.header.left #header-logo {
		float: none;
		display: block;
		height: inherit;
		width: 100%;
		max-width: 100%;
		padding-top: 36px;
		padding-bottom: 60px;
	}
	.header.left > div {
		padding-right: 15px;
		padding-left: 28.61035%;
	}
}
@media (max-width: 1024px) {
	.header-scroll.header-sticky {
		position: static;
	}
}
@media (max-width: 480px) {
	.header.header-ontop {
		position: static;
		background-color: #000;
	}
	.header.header-ontop.no-bg {
		background-color: #000;
	}
}
@media (max-width: 320px) {
	.header.header-2 #header-logo {
		width: 100%;
	}
	.header.header-2 .nav-extra,
	.header.header-ontop .nav-extra,
	.header.header-default .nav-extra {
		float: none !important;
		text-align: center;
		clear: left;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header.header-2 .nav-extra .header-popup,
	.header.header-ontop .nav-extra .header-popup,
	.header.header-default .nav-extra .header-popup {
		height: auto;
	}
	.header.header-2 .nav-extra .header-popup .header-icon,
	.header.header-ontop .nav-extra .header-popup .header-icon,
	.header.header-default .nav-extra .header-popup .header-icon {
		float: none;
		display: inline;
	}
	.header.header-ontop #header-logo,
	.header.header-default #header-logo {
		width: 100%;
		text-align: center;
	}
	.header.header-ontop #header-logo a,
	.header.header-default #header-logo a {
		padding-right: 0px;
		height: 77px;
	}
	.nav-extra .header-popup .popup {
		width: 100%;
	}
}

/* === 2.3. MENUS === */
.main-navigation > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-navigation > ul li {
    position: relative;
    display: block;
	line-height: 15px;
}
.main-navigation > ul > li {
    padding-left: 30px;
    padding-right: 30px;
    float: left;
	overflow: hidden;
}
.main-navigation > ul > li:hover {
	overflow: visible;
}
.main-navigation > ul > li:first-child {
    padding-left: 0;
}
.main-navigation > ul > li > a {
    line-height: 77px;
    height: 77px;
	text-transform: uppercase;
    font-size: 12px;
}
.main-navigation ul ul > li > a {
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 1.2px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}
.main-navigation ul li a {
	color: #212121;
}
.header-ontop .main-navigation > ul > li > a {
	color: #fff;
}
.header-ontop.light .main-navigation > ul > li > a {
	color: #212121;
}
.main-navigation ul li a:hover,
.main-navigation ul li.active > a,
.header-ontop .main-navigation > ul > li > a:hover,
.header-ontop .main-navigation > ul > li.active > a,
.header-ontop.light .main-navigation > ul > li > a:hover,
.header-ontop.light .main-navigation > ul > li.active > a,
.main-navigation ul.onepage-menu li > a.current {
	color: #999;
}
.main-navigation > ul ul {
    padding: 33px 25px 40px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 200%;
    visibility: hidden;
    background-color: #fff;
    border: 1px solid #eee;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s linear 0s;
    -khtml-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.main-navigation > ul li:hover > ul {
    visibility: visible;
    top: 100%;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
	z-index: 2;
}
.main-navigation > ul > li:hover ul ul {
	top: 0;
}
.main-navigation > ul ul li {
    padding: 10px 20px;
}
.main-navigation > ul > li > .menu-toggle {
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-close {
	display: none;
}
@media (min-width: 1200px) {
	.navigation {
		max-width: calc(100% - 100px);
	}
	.multicolumn > li > ul {
		position: static;
		left: auto;
		top: auto;
		visibility: visible;
		padding: 0;
		margin: 0;
		border: none;
		max-width: 100%;
		width: 100%;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}
	.multicolumn > li > ul > li {
		padding-left: 0;
	}
	.main-navigation > ul ul.back {
		right: 0;
		left: auto;
	}
	.main-navigation > ul ul li ul {
		top: 0;
		left: 100%;
	}
	.multicolumn > li > a {
		padding-bottom: 20px;
		margin-bottom: 10px;
		border-bottom: 1px solid #eee;
		width: 100%;
		display: inline-block;
	}
	.header.left .navigation {
		max-width: calc(100% - 100px);
		min-width: 180px;
	}
	.header.left .main-navigation > ul > li {
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
	.header.left .main-navigation > ul > li > a {
		line-height: 46px;
		height: 46px;
		width: 100%;
	}
	.header.left .main-navigation > ul > li .sub-menu,
	.header.left .main-navigation > ul > li .multicolumn {
		margin-top: 0;
		top: 0;
		left: 100%;
	}
	.header.left .main-navigation > ul > li .sub-menu .sub-menu {
		left: calc(100% + 25px);
	}
	.header.left .main-navigation .multicolumn > li {
		padding-top: 0;
		padding-bottom: 0;
	}
	.header-mobile .navigation {
		width: 384px;
		position: fixed;
		top: 0;
		right: -100%;
		bottom: 0;
		padding: 50px 15px;
		overflow: hidden;
		-webkit-transition: all .3s linear 0s;
		-khtml-transition: all .3s linear 0s;
		-moz-transition: all .3s linear 0s;
		-ms-transition: all .3s linear 0s;
		-o-transition: all .3s linear 0s;
		transition: all .3s linear 0s;
		background-color: #ffffff;
	}
	.header-mobile .navigation.open {
		right: 0;
	}
	.header-mobile .navigation.open .mobile-close {
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #1f1f1f;
		background: #fff;
		z-index: 1;
		font-size: 200%;
		cursor: pointer;
		display: inline-block;
	}
	.header-mobile .navigation.open .mobile-close:hover {
		background: #1f1f1f;
		color: #fff;
	}
	.header-mobile .navigation .main-navigation {
		width: calc(100% + 30px);
		padding-right: 30px;
		max-height: 100%;
		overflow-x: hidden;
	}
	.header-mobile .navigation .main-navigation > ul > li {
		float: none;
		padding-left: 0;
		padding-right: 0;
		overflow: visible;
		clear: left;
	}
	.header-mobile .navigation .main-navigation > ul > li > a {
		line-height: 50px;
		height: 50px;
		color: #1f1f1f;
	}
	.header-mobile .navigation .main-navigation > ul > li .sub-menu, 
	.header-mobile .navigation .main-navigation > ul > li .multicolumn {
		max-width: 100%;
		min-width: 100%;
		position: relative;
		max-height: 0;
		border: none;
		padding: 0;
		top: 0;
		left: 0;
	}
	.header-mobile .main-navigation > ul li:hover > ul {
		visibility: hidden;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
	}
	.header-mobile .navigation .main-navigation > ul > li .sub-menu .sub-menu, 
	.header-mobile .navigation .main-navigation > ul > li .multicolumn ul {
		padding-top: 10px;
	}
	.header-mobile .navigation .main-navigation > ul > li .menu-toggle {
		display: block;
		top: 10px;
		-webkit-transform: translateY(0);
		-khtml-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.header-mobile .navigation .main-navigation > ul > li .menu-toggle.open {
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.header-mobile .navigation .main-navigation > ul > li .sub-menu.submenu-open, 
	.header-mobile .navigation .main-navigation > ul > li .multicolumn.submenu-open,
	.header-mobile .navigation .main-navigation > ul li:hover > ul.multicolumn.submenu-open > li > ul,
	.header-mobile .navigation .main-navigation > ul > li .multicolumn.submenu-open > li > ul {
		max-height: 10000px;
		visibility: visible;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}
	.header-mobile .multicolumn > li {
		float: none;
		display: block;
		width: 100%;
	}
	.navigation-left, .navigation-right {
		width: calc(50% - 50px);
		min-height: 1px;
	}
	.navigation-left .main-navigation > ul > li, 
	.navigation-right .main-navigation > ul > li {
		display: table-cell;
		width: 1%;
		float: none;
		padding-right: 10px;
		text-align: center;
	}
	.navigation-left .main-navigation > ul ul li,
	.navigation-right .main-navigation > ul ul li {
		text-align: left;
	}
}
@media (max-width: 1024px) {
	.header-mobile .navigation.mobile-nav {
		width: 384px;
		position: fixed;
		top: 0;
		right: -200%;
		bottom: 0;
		z-index: 5;
		padding: 50px 15px;
		overflow: hidden;
		-webkit-transition: all .3s linear 0s;
		-khtml-transition: all .3s linear 0s;
		-moz-transition: all .3s linear 0s;
		-ms-transition: all .3s linear 0s;
		-o-transition: all .3s linear 0s;
		transition: all .3s linear 0s;
		background-color: #ffffff;
	}
	.header-mobile .navigation.mobile-nav.open {
		right: 0;
	}
	.header-mobile .mobile-nav.open .mobile-close {
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #1f1f1f;
		background: #fff;
		z-index: 1;
		font-size: 200%;
		cursor: pointer;
		display: inline-block;
	}
	.header-mobile .mobile-nav.open .mobile-close:hover {
		background: #1f1f1f;
		color: #fff;
	}
	.header-mobile .navigation.mobile-nav .main-navigation {
		width: calc(100% + 30px);
		padding-right: 30px;
		max-height: 100%;
		overflow-x: hidden;
	}
	.header-mobile .navigation.mobile-nav .main-navigation > ul > li {
		float: none;
		padding-left: 0;
		padding-right: 0;
		overflow: visible;
		clear: left;
	}
	.header-mobile .navigation.mobile-nav .main-navigation > ul > li > a {
		line-height: 50px;
		height: 50px;
		color: #1f1f1f;
	}
	.header-mobile .navigation.mobile-nav .main-navigation > ul > li .sub-menu, 
	.header-mobile .navigation.mobile-nav .main-navigation > ul > li .multicolumn {
		max-width: 100%;
		min-width: 100%;
		position: relative;
		max-height: 0;
		border: none;
		padding: 0;
		top: 0;
		left: 0;
	}
	.header-mobile .mobile-nav .main-navigation > ul li:hover ul {
		visibility: hidden;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
	}
	.header-mobile .navigation.mobile-nav .main-navigation > ul > li .sub-menu .sub-menu, 
	.header-mobile .navigation.mobile-nav .main-navigation > ul > li .multicolumn ul {
		padding-top: 10px;
	}
	.header-mobile .navigation.mobile-nav .main-navigation > ul > li .menu-toggle {
		display: block;
		top: 10px;
		-webkit-transform: translateY(0);
		-khtml-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.header-mobile .navigation.mobile-nav .main-navigation > ul > li .menu-toggle.open {
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.header-mobile .navigation.mobile-nav .main-navigation > ul > li .sub-menu.submenu-open, 
	.header-mobile .navigation.mobile-nav .main-navigation > ul > li .multicolumn.submenu-open,
	.header-mobile .mobile-nav .main-navigation > ul li:hover > ul.multicolumn.submenu-open > li > ul,
	.header-mobile .navigation.mobile-nav .main-navigation > ul > li .multicolumn.submenu-open > li > ul {
		max-height: 10000px;
		visibility: visible;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}
	.header-mobile .mobile-nav .multicolumn > li {
		float: none;
		display: block;
		width: 100%;
	}
	.header-mobile .mobile-nav .multicolumn > li > ul {
		position: static;
		left: auto;
		top: auto;
		visibility: visible;
		padding: 0;
		margin: 0;
		border: none;
		max-width: 100%;
		width: 100%;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}
	.header-mobile .navigation.mobile-nav .header-popup .header-icon {
		display: none;
	}
}
@media (min-width: 769px) {
	.main-navigation > ul ul.multicolumn {
		min-width: 800px;
	}
	.main-navigation > ul ul.sub-menu,
	.main-navigation > ul ul.multicolumn ul.sub-menu ul.sub-menu {
		min-width: 265px;
	}
	.main-navigation > ul ul.multicolumn ul.sub-menu {
		min-width: inherit;
	}
}
@media (max-width: 320px) {
	.header-mobile .navigation.mobile-nav {
		width: 320px;
	}
}

/* === 2.4. SECTIONS === */
.section {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.section.border-top {
    border-top: 1px solid #eee;
}
.section-fixed {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-cover {
	background-repeat: no-repeat;
	background-size: cover;
}
.section-fullscreen {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-coming-soon {
	background-color: #C0CAD5;
}
.section-maintenance {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-404 {
	background-color: #C0CAD5;
}
.section-bg-1 {
	background-image:url(../images/background/bg_1920x406.jpg);
}
.section-bg-2 {
	background-image:url(../images/background/bg_1920x965.jpg);
}
.section-bg-3 {
	background-image:url(../images/background/bg_975x1080.jpg);
	background-position: center center;
}
.section-bg-4 {
	background-image:url(../images/background/bg_975x1080.jpg);
	background-position: center center;
}
.section-bg-5 {
	background-image:url(../images/background/bg_975x1080.jpg);
	background-position: center center;
}
.section-bg-17 {
	background-image:url(../images/background/bg_975x1080.jpg);
	background-position: center center;
}
.section-bg-dot {
	background-image:url(../images/background/bg_dot.png);
	background-position: center center;
	background-repeat: repeat;
}
.section-bg-6 {
	background-image:url(../images/background/bg_1920x406.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.section-bg-7 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-bg-8 {
	background-image:url(../images/background/bg_1920x1080.jpg);
	background-position: center center;
}
.section-bg-9 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-bg-10 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-bg-11 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-bg-12 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-bg-13 {
	background-image:url(../images/background/bg_1920x406.jpg);
	background-position: center center;
}
.section-bg-14 {
	background-image:url(../images/background/bg_1920x406.jpg);
	background-position: center center;
}
.section-bg-15 {
	background-image:url(../images/background/bg_1920x406.jpg);
	background-position: center center;
}
.section-bg-16 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-bg-18 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-bg-19 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-bg-20 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-bg-21 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-bg-22 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-bg-23 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-bg-24 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}
.section-bg-25 {
	background-image:url(../images/background/bg_1920x1280.jpg);
	background-position: center center;
}

/* === 2.5. ACCORDIONS === */
.accordion.style-1 .accordion-heading {
	color: #1f1f1f;
    display: block;
    padding: 14px 20px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.accordion.style-1 .accordion-heading.active {
	padding-left: 70px;
}
.accordion.style-1 .accordion-heading .toggle-icon {
	position: absolute;
    left: 0;
    top: 25px;
    width: 50px;
    height: 1px;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
	display: none;
}
.accordion.style-1 .accordion-heading .toggle-icon:before {
	content: " ";
    width: 50px;
    height: 1px;
    background-color: #1f1f1f;
    border: none;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
	display: block;
}
.accordion.style-1 .accordion-heading.active .toggle-icon {
	display: block;
}
.accordion.style-1 .accordion-body {
    padding-left: 70px;
    padding-top: 7px;
    padding-bottom: 24px;
}
.accordion.default .accordion-group {
	display: block; 
}
.accordion.default .accordion-heading {
	font-size: 120%;
    color: #535353;
    line-height: 120%;
    font-weight: 300;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	position: relative;
	border: 1px solid #eee;
	margin-top: 40px;
	margin-top: 40px;
}
.accordion.default .accordion-group:first-child .accordion-heading {
	margin-top: 0;
}
.accordion.default .accordion-heading:hover,
.accordion.default .accordion-heading.active {
    background-color: #1f1f1f;
}
.accordion.default .accordion-heading a {
	color: #535353;
	padding: 20px 20px 20px 75px;
	display: inline-block;
	width: 100%;
}
.accordion.default .accordion-heading:hover a,
.accordion.default .accordion-heading.active a {
    color: #fff;
}
.accordion.default .accordion-heading .toggle-icon {
    border: 1px solid #535353;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    font-size: 18px;
	position: absolute;
    top: 50%;
    left: 30px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.accordion.default .accordion-heading:hover .toggle-icon,
.accordion.default .accordion-heading.active .toggle-icon {
    border-color: #fff;
	color: #fff;
}
.accordion.default .accordion-heading.active .toggle-icon:before {
	content: "\f107";
}
.accordion.default .accordion-body {
    padding: 35px 30px 50px;
	border: 1px solid #f0f0f0;
	border-top: none;
}

/* === 2.6. PROJECTS === */
.project-item-wrap {
    position: relative;
	overflow: hidden;
}
.project-carousel .owl-item.active.first .item {
	margin-right: 30px;
}
.project-carousel .owl-item.active.first .project-item-wrap {
    margin-top: 106px;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.project-carousel .owl-item .project-item-wrap .entry-media {
    margin-bottom: 0;
	display: block;
    overflow: hidden;
}
.project-carousel .project-item-wrap .overlay-inner {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
}
.project-carousel .project-item-wrap .overlay-inner .content-wrap {
    padding: 15px 34px 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.project-carousel .content-wrap .entry-title {
    font-size: 186.667%;
    letter-spacing: 0;
    line-height: 130%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
	font-family: "Playfair Display";
}
.project-carousel .content-wrap .entry-title:after {
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    clear: both;
    background-color: #1f1f1f;
    -webkit-transition: all .3s linear 0s;
    -khtml-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    margin: 18px 0;
}
.project-carousel .project-item-wrap .entry-meta {
    font-size: 93.334%;
}
.project-carousel .project-item-wrap .entry-meta li {
    display: inline-block;
    padding: 0 5px;
	font-family: "Playfair Display";
	font-style: italic;
}
.project-carousel .project-item-wrap .entry-footer {
    position: absolute;
    top: 23px;
    right: 30px;
    margin: 0;
	clear: both;
}
.project-carousel .project-item-wrap .entry-footer a {
    float: left;
    border: none;
    height: 50px;
    width: 50px;
    line-height: 48px;
    overflow: hidden;
    font-size: 0;
}
.project-carousel .project-item-wrap .entry-footer a.entry-readmore:after, 
.project-carousel .project-item-wrap .entry-footer a.entry-readmore:before {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background-color: #1f1f1f;
    position: absolute;
    top: 50%;
}
.project-carousel .project-item-wrap .entry-footer a.entry-readmore:after {
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.project-carousel .owl-controls .owl-buttons {
    margin: 0 -5px;
}
.project-carousel .owl-controls .owl-buttons > div {
	background: none;
	margin: 0;
	padding: 0 5px;
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.project-carousel .owl-controls .owl-buttons i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 200%;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.project-carousel .owl-controls .owl-buttons i {
    border: 1px solid #1f1f1f;
    color: #1f1f1f;
}
.project-carousel .owl-controls .owl-buttons i:hover {
    background: #1f1f1f;
    color: #fff;
}
.portfolio-grid.no-margin {
	margin-left: -15px;
	margin-right: -15px;
}
.portfolio-grid-item {
	margin-bottom: 30px;
}
.portfolio-grid-item .entry-media {
	margin-bottom: 0;
}
.portfolio-grid-item .overlay-inner {
    bottom: 0;
    padding: 15px 34px 8px;
    position: absolute;
}
.portfolio-grid-item .entry-footer {
    position: absolute;
    top: 23px;
    right: 30px;
    margin: 0;
}
.portfolio-grid-item .entry-footer a {
    float: left;
    border: none;
    height: 50px;
    width: 50px;
    line-height: 48px;
    overflow: hidden;
    font-size: 0;
}
.portfolio-grid-item .entry-footer a.entry-readmore:before, 
.portfolio-grid-item .entry-footer a.entry-readmore:after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background-color: #1f1f1f;
    position: absolute;
    top: 50%;
}
.portfolio-grid-item .entry-footer a.entry-readmore:hover:before, 
.portfolio-grid-item .entry-footer a.entry-readmore:hover:after {
    background-color: #999;
}
.portfolio-grid-item .entry-footer a.entry-readmore:after {
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.portfolio-grid-item .entry-header {
	margin-bottom: 0;
}
.portfolio-grid-item.overlay-wrap .overlay.left-right .overlay-inner {
	left: 0;
}
.portfolio-carousel .portfolio-grid-item {
	margin-left: 15px;
	margin-right: 15px;
}
.portfolio-carousel .owl-controls .owl-buttons {
    position: absolute;
    left: 28px;
    right: 28px;
    top: 50%;
    margin-top: -30px;
}
.portfolio-carousel .owl-controls .owl-buttons .owl-prev {
    float: left;
}
.portfolio-carousel .owl-controls .owl-buttons .owl-next {
    float: right;
}
.portfolio-carousel .owl-controls .owl-buttons > div i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #1f1f1f;
    color: #fff;
    font-size: 200%;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.portfolio-carousel .owl-controls .owl-buttons > div i {
    background-color: #fff;
    color: #1f1f1f;
}
.portfolio-carousel .owl-controls .owl-buttons > div i:hover {
    background-color: #1f1f1f;
    color: #fff;
}
.portfolio-carousel .owl-controls .owl-buttons div {
	background: none;
	border-radius: 0;
	filter: Alpha(Opacity=100);
    opacity: 1;
}
.masonry-filter li {
    margin-bottom: 20px;
    padding: 0 5px;
    display: inline-block;
	font-size: 113.3334%;
    font-style: italic;
	text-transform: capitalize;
}
.masonry-filter li:after {
    content: "/";
    padding: 0 10px 0 25px;
}
.masonry-filter li:last-child:after {
    content: "";
    padding: 0 0px 0 25px;
}
.masonry-filter li a {
    color: #999;
    display: inline-block;
}
.masonry-filter li a.active, 
.masonry-filter li a:hover {
    color: #1f1f1f;
}
.portfolio-full {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.portfolio-full .content-wrap {
    background: #fff;
    margin: 125px 0;
    padding-top: 70px;
    padding-bottom: 66px;
}
.portfolio-full .content-wrap .entry-title {
    font-size: 173.3333%;
    line-height: 120%;
    letter-spacing: 1.3px;
    margin-bottom: 10px;
    font-weight: 700;
}
.portfolio-full .content-wrap .entry-footer a {
    display: inline-block;
    position: relative;
    margin-top: 2px;
	border: 1px solid #1f1f1f;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 130%;
    text-align: center;
}
.single-portfolio .entry-meta {
    margin-top: 6px;
}
@media (max-width: 1024px) {
	.portfolio-grid.no-margin {
		margin-left: 0;
		margin-right: 0;
	}
	.portfolio-grid .portfolio-full .container {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.portfolio-full .content-wrap {
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media (min-width: 768px) {
	.project-carousel .owl-controls .owl-buttons {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
@media (max-width: 768px) {
	.project-carousel .owl-item.active.first .project-item-wrap {
		margin-top: 0;
	}
	.project-carousel {
		margin-top: 105px;
	}
	.project-carousel .owl-controls .owl-buttons {
		position: static;
	}
}

/* === 2.7. BLOG === */
.blog-carousel {
	margin-left: -15px;
	margin-right: -15px;
}
.blog-item {
	position: relative;
}
.blog-carousel .blog-item {
	margin-left: 15px;
	margin-right: 15px;
}
.blog-item.border {
	border: 1px solid #eee;
}
.blog-item .entry-media {
	display: block;
    overflow: hidden;
}
.entry-blog.list .blog-item .entry-media {
	margin-bottom: 0;
}
.blog-item .entry-media .nectar-love {
	top: auto;
    left: 0;
    right: auto;
    bottom: 0;
}
.blog-item .entry-media .nectar-love.right {
	left: auto;
	right: 0;
}
.blog-item .entry-media .nectar-love.top {
	top: 0;
	bottom: auto;
}
.blog-item h5.entry-title {
    padding-top: 4px;
    margin-bottom: 8px;
    font-weight: 700;
}
.blog-item .entry-title.border-bottom:after {
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    clear: both;
    background-color: #1f1f1f;
    -webkit-transition: all .3s linear 0s;
    -khtml-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    margin: 18px 0;
}
.blog-item .entry-content .entry-meta {
    font-family: "Playfair Display";
	font-style: italic;
	color: #999999;
    font-size: 15px;
}
.blog-item .entry-content .entry-meta li {
	padding: 0;
}
.blog-item.border-bottom:after {
    content: "";
    display: block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}
.entry-blog.list {
	margin-left: -15px;
	margin-right: -15px;
}
.entry-blog.list:after {
	margin-left: 15px;
    margin-right: 15px;
}
.widget_recent_post .recent-item {
    padding: 0;
    margin-bottom: 32px;
	float: left;
	width: 100%;
}
.widget_recent_post .recent-item:last-child {
    margin-bottom: 0px;
}
.widget_recent_post .entry-media {
    margin: 0 20px 0 0;
    max-width: 66px;
}
.widget_recent_post .entry-media img {
    margin-bottom: 0;
}
.widget_recent_post .entry-media + .item-content {
    padding-left: 86px;
}
.widget_recent_post .entry-title {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .8px;
    font-weight: 700;
	line-height: 140%;
}
.widget_recent_post .entry-meta li {
    padding: 0;
}
.single-post .entry-title {
    margin-bottom: 6px;
    font-weight: 700;
}
.single-post .entry-meta li {
    display: inline-block;
    padding: 0 5px;
	border-bottom: none;
}
.single-post .entry-meta li a:hover {
    color: #1f1f1f;
}
.single-post .entry-header {
    margin-bottom: 45px;
}
.single-post .entry-content {
    margin-bottom: 36px;
}
.single-post .entry-content blockquote, 
.single-post .entry-content .blockquote {
    font-family: "Playfair Display";
}
.single-post .tags {
    padding-bottom: 27px;
	margin-bottom: 32px;
    border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
}
.single-post .tags .cmt-count {
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.single-post .post-like-share {
	clear: both;
	float: left;
	width: 100%;
}
.single-post .post-like-share .like-count .nectar-love {
    background: #1f1f1f;
    color: #fff;
    display: inline-block;
    overflow: hidden;
}
.single-post .post-like-share .like-count .nectar-love:hover {
    background: #999;
}
.single-post .post-like-share .like-count .nectar-love i, 
.single-post .post-like-share .like-count .nectar-love span {
    line-height: 45px;
    text-align: center;
    display: inline-block;
    float: left;
}
.single-post .post-like-share .like-count .nectar-love i {
    width: 45px;
    height: 45px;
}
.single-post .post-like-share .like-count .nectar-love span {
    min-width: 45px;
    padding: 0 10px;
    background: #393939;
}
.single-post .post-like-share .like-count .nectar-love:hover span {
    background: #b3b3b3;
}
.single-post .post-like-share .entry-socials-share-list {
    margin-top: 10px;
}
.single-post .post-like-share .entry-socials-share-list li {
    display: inline-block;
}
.single-post .entry-author {
    margin-top: 60px;
    margin-bottom: 72px;
	clear: both;
	width: 100%;
	float: left;
}
.single-post .entry-author .author-avatar {
    text-align: center;
}
.single-post .entry-author .author-avatar img {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.single-post .entry-author .author-info {
    border: 1px solid #eee;
    padding-top: 40px;
    padding-bottom: 30px;
}
.relate-blog-carousel {
	margin-left: -15px;
	margin-right: -15px;
}
.relate-blog-carousel .blog-item {
	margin-left: 15px;
	margin-right: 15px;
}
@media (min-width: 992px) {
	.single-post .entry-author .author-avatar {
		float: left;
		padding-top: 33px;
	}
	.single-post .entry-author .author-info {
		margin-left: 50px;
		padding-left: 75px;
		padding-right: 65px;
		min-height: 170px;
	}
	.single-post .entry-author .author-info .author-email {
		margin-top: 8px;
		font-style: italic;
	}
}
@media (max-width: 992px) {
	.single-post .entry-author .author-info {
		margin-top: -50px;
		padding-top: 70px;
	}
}
@media (min-width: 768px) {
	.single-post .tags .cmt-count {
		float: left;
		max-width: 25%;
		margin-top: 18px;
	}
	.single-post .tags .entry-tags {
		float: right;
		max-width: 75%;
	}
}
@media (max-width: 768px) {
	.entry-blog.list .entry-header {
		margin-top: 20px;
	}
}
@media (min-width: 480px) {
	.single-post .post-like-share .like-count {
		float: left;
	}
	.single-post .post-like-share .entry-socials-share-list {
		float: right;
	}
}

/* === 2.8. CLIENT === */
.client-carousel {
	margin-left: -15px;
	margin-right: -15px;
}
.client-carousel .owl-item .client-item {
	margin-left: 15px;
	margin-right: 15px;
}
.client-carousel .owl-item .client-item img {
	width: auto;
}
.client-carousel .owl-item {
    display: table;
	min-height: 67px;
}
.client-carousel .owl-item > div {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}

/* === 2.9. FOOTER === */
.footer {
	position: relative;
	clear: left;
}
.footer-top {
    line-height: 27px;
    color: #999999;
	background-color: #222;
	padding-top: 125px;
    padding-bottom: 95px;
}
.footer-top .widget .wg-title {
    margin: 0;
	text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
}
.footer-top .widget .contact-info li {
    margin-bottom: 20px;
    line-height: 30px;
}
.footer-top a {
    color: #FFFFFF;
}
.footer-top .widget-recent-entries li {
    border-bottom: 1px solid #444;
    padding: 15px 0;
}
.footer-top .widget-recent-entries li:first-child {
    padding-top: 0;
}
.footer-top .widget-recent-entries li a {
    font-weight: 700;
    display: block;
	color: #FFFFFF;
	font-size: 120%;
}
.footer-top .widget-recent-entries li a:hover {
    color: #999999;
}
.footer-top .widget-recent-entries .post-date {
    display: block;
    font-style: italic;
	font-family: "Playfair Display";
}
.footer-bottom {
    font-size: 106.67%;
	text-align: center;
    color: #202020;
	padding-top: 30px;
    padding-bottom: 15px;
}
@media (min-width: 992px) {
	.footer-top .col-2 {
		padding-left: 75px;
		padding-right: 75px;
	}
}
@media (max-width: 992px) {
	.footer-top .col-1 + div,
	.footer-top .col-1 + div + div {
		margin-top: 40px;
	}
}

/* === 2.10. PROGRESS BARS === */
.progress-wraper .progress-title {
	margin-bottom: 3px;
	font-size: 15px;
	color: #1f1f1f;
	text-transform: uppercase;
}
.progress-wraper .progress-value {
    color: #878787;
    padding-right: 15px;
}
.progress-wraper .block-progressbar {
    position: relative;
	width: 100%;
	margin-bottom: 35px;
}
.progress-wraper .block-progressbar:last-child {
	margin-bottom: 0px;
}
.block-progressbar .progressbar-back-text {
    position: absolute;
    background-color: #fff;
	width: 100%;
    height: 8px;
    border-radius: 0;
	font-size: 0;
	text-indent: -9999px;
}
.group-progressbar.gray .block-progressbar .progressbar-back-text {
	background-color: #eeeeee;
}
.block-progressbar .progresswrap {
	height: 8px;
}
.block-progressbar .progressbar {
	position: absolute;
	background-color: rgb(31, 31, 31);
	height: 8px;
	width: 0;
	transition: all 1s linear;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
}
.block-progressbar .progressbar-front-text {
    width: auto !important;
	position: absolute;
	right: -15px;
	top: -25px;
	font-family: "Playfair Display";
	font-size: 106.667%;
	color: #1f1f1f;
}
.progress-wraper.white .progress-title,
.progress-wraper.white .block-progressbar .progressbar-front-text {
	color: #fff;
}
.progress-wraper.white .block-progressbar .progressbar-back-text {
	background-color: rgba(255,255,255,0.45);
}
.progress-wraper.white .block-progressbar .progressbar {
	background-color: #fff;
}
.progress-wraper .block-progressbar .progressbar.animated {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-wraper .block-progressbar .progressbar.striped {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}


/* === 2.11. COUNTER === */
.counter-icon i {
    font-size: 280%;
    margin-bottom: 33px;
}
.counter-digit {
    font-size: 266.667%;
    margin: 0 0 22px;
    line-height: 130%;
    font-weight: 700;
}
.counter-desc {
    text-transform: uppercase;
    letter-spacing: 3px;
	font-size: 15px;
}

/* === 2.12. TEAM === */
.team-item {
	margin: 0 15px;
}
.team-item .team-media {
    display: block;
    overflow: hidden;
    margin-bottom: 24px;
}
.team-item .team-media img {
    display: block;
    width: 100%;
}
.team-item .team-media img.img-circle {
    margin-bottom: 22px;
    width: auto;
    display: inline-block;
}
.team-item h5 {
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 4px 0;
}
.team-item .position {
    color: #1f1f1f;
}
.team-item .description {
    margin-top: 17px;
}
.team-detail .position {
	background-color: #1f1f1f;
	color: #fff;
	display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    cursor: default;
    font-size: 11px;
    margin: 0px 0px 20px 0px;
    padding: 3px 14px 2px;
}
.team-thumbnail img {
    width: 100%;
}
.team-thumbnail .social-wrap {
    position: absolute;
    top: 30px;
    right: 0px;
	padding-top: 20px;
}

/* === 2.13. TESTIMONIALS === */
.testimonial-carousel .quote-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: block;
    background: #1f1f1f;
    color: #fff;
    font-size: 200%;
    margin-bottom: 50px;
}
.testimonial-carousel .description {
    font-size: 166.667%;
    line-height: 160%;
    letter-spacing: 1.25px;
}
.testimonial-carousel .description:after {
    display: block;
    content: "";
    clear: both;
    margin: 50px 0 40px 0;
    width: 80px;
    height: 1px;
    background: #1f1f1f;
}
.testimonial-carousel.text-right .description:after, 
.testimonial-carousel.text-right.text-right .quote-icon {
    margin-left: auto;
}
.testimonial-carousel .author-name {
    font-size: 120%;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    color: #1f1f1f;
    margin-bottom: 7px;
}
.testimonial-carousel .author-position {
    font-size: 106.667%;
    color: #1f1f1f;
}
.testimonial-carousel.text-center .quote-icon,
.testimonial-carousel.text-center .description:after {
    margin-left: auto;
    margin-right: auto;
}
.testimonial-carousel.white .quote-icon, 
.testimonial-carousel.white .description:after {
    background: #fff;
    color: #1f1f1f;
}
.testimonial-carousel .owl-controls .owl-buttons {
    top: 50%;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimonial-carousel .owl-controls .owl-buttons div {
	background: none;
	border-radius: 0;
	filter: Alpha(Opacity=100);
    opacity: 1;
}
.testimonial-carousel .owl-controls .owl-buttons .owl-prev {
    float: left;
}
.testimonial-carousel .owl-controls .owl-buttons .owl-next {
    float: right;
}
.testimonial-carousel .owl-controls .owl-buttons > div i {
    font-size: 97px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    background: transparent;
    color: #1f1f1f;
}
.testimonial-carousel.white .owl-controls .owl-buttons > div i {
    color: #fff;
}
.testimonial-carousel .owl-controls .owl-buttons > div i:before {
    -webkit-transform: translate(-10px, -10px);
    -khtml-transform: translate(-10px, -10px);
    -moz-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    -o-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    line-height: 50px;
    margin-left: -15px;
}
@media (min-width: 768px) {
	.carousel-item {
		padding: 0 135px;
	}
}
@media (max-width: 480px) {
	.testimonial-carousel .owl-buttons {
		display: none;
	}
}

/* === 2.14. OWL BANNER === */
.slider-wrap .slide-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.slider-wrap .slide-item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    background-color: rgba(0,0,0,.2);
}
.slider-wrap .container {
    height: 100vh;
    position: relative;
}
.slider-wrap .slide-item-content {
    background-color: #fff;
    padding: 30px 15px;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-wrap .slideitem-title {
    position: relative;
    margin: 0 0 24px;
	font-size: 50px; 
	line-height: 130%; 
	letter-spacing: 1.5px;
}
.slider-wrap .slideitem-title span.f1 {
    font-family:Playfair Display;
	font-weight:700;
	font-style:normal;
}
.slider-wrap .slideitem-title span.f2 {
    font-family:Playfair Display;
	font-weight:700;
	font-style:italic;
}
.slider-wrap .slideitem-title:before {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #1f1f1f;
    position: absolute;
    left: -120px;
    top: 30px;
}
.slider-wrap .readmore {
    display: block;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    margin-top: 23px;
}
.slider-wrap .readmore::after {
    display: inline-block;
    content: ">";
}
.slider-wrap .owl-nav {
    float: right;
    clear: both;
    border: 1px solid #eee;
    margin-top: 35px;
}
.slider-wrap .owl-nav > div {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #1f1f1f;
    cursor: pointer;
    font-size: 200%;
}
.slider-wrap .owl-nav > div+div {
    border-left: 1px solid #eee;
}
@media (min-width: 992px) {
	.slider-wrap .slide-item-content {
		padding: 65px 55px 45px 70px;
	}
}
@media (max-width: 480px) {
	.slider-wrap .slideitem-title:before {
		display: none;
	}
}

/* === 2.15. PROCESS === */
.process-carousel {
	margin-left: -15px;
	margin-right: -15px;
}
.process-item {
	background-color: #fff;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}
.process-item .item-number {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 200%;
    font-style: italic;
    color: #1f1f1f;
    background-color: #eee;
    text-align: center;
}
.process-item .content-wrap {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 92px;
    padding-bottom: 47px;
}
.process-item .content-wrap .entry-title {
    font-size: 186.667%;
    letter-spacing: 0;
    line-height: 130%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
}
.process-item .content-wrap .entry-footer {
    margin-top: 35px;
}
.process-carousel .owl-controls {
	margin-top: 30px;
}

@media (max-width: 1024px) {
	.process-carousel {
		margin-left: 0;
		margin-right: 0;
	}
}

/* === 2.16. FANCYBOX === */
.fancybox-media {
    position: relative;
}
.fancybox-media img {
    width: 100%;
}
.fancybox-media .fancybox-icon {
    display: inline-block;
	position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 200%;
    background-color: #1f1f1f;
    color: #fff;
}
.fancybox-content-wrap {
    padding: 35px 70px;
    background: #fff;
	margin-top: -90px;
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    z-index: 1;
}
.fancybox-content-wrap .fancy-title {
    margin: 0 0 18px;
}
.fancybox-foot {
    margin-top: 15px;
}
.fancybox-foot a {
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 2.4px;
}
.fancybox .overlay, .fancybox:hover .overlay {
    left: 0;
    right: 0;
	top: 0;
	bottom: 0;
}
@media (min-width: 992px) {
	.fancybox .overlay .overlay-inner {
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media (max-width: 480px) {
	.fancybox-content-wrap {
		margin-left: 15px;
    	margin-right: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* === 2.17. SERVICES === */
.service-item > i {
    display: inline-block;
	font-size: 300%;
    margin-bottom: 20px;
	float: left;
}
.service-item .service-content-wrap {
    padding-left: 70px;
}
.service-item h2.service-title {
    margin: 0 0 15px;
	font-size: 100%;
    letter-spacing: 3px;
}

/* === 2.18. POPUP VIDEO === */
.popup-video-wrap > a {
    color: #fff;
}
.popup-video-wrap > a i {
    width: 61px;
    height: 61px;
    line-height: 61px;
    margin-right: 20px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: #1f1f1f;
	text-align: center;
}
.popup-video .popup-video-inner {
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.popup-video .popup-video-inner > a {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    background-color: red;
    color: #fff;
}
.popup-video iframe.if-popup-video {
    width: 100%;
    height: 100%;
}

/* === 2.19. RESTAURANT === */
.restaurant-filter li {
	display: inline-block;
    padding: 0 5px;
	margin-bottom: 20px;
}
.restaurant-filter li a {
    color: #999;
	font-size: 113.3334%;
	font-style: italic;
    text-transform: capitalize;
}
.restaurant-filter li:after {
    content: "/";
    padding: 0 10px 0 25px;
}
.restaurant-filter li:last-child:after {
    content: "";
    padding: 0 0 0 25px;
}
.restaurant-filter li a:hover {
    color: #1f1f1f;
}
.restaurant-menu .entry-header .new {
    position: absolute;
    right: -20px;
    top: -24px;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 900;
    font-size: 53.3334%;
    background-color: #9f0909;
    color: #fff;
    line-height: 1;
    padding: 6px 9px;
}
.restaurant-menu .entry-header .new:after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: #9f0909 transparent transparent #9f0909;
    position: absolute;
    left: 0;
    bottom: -4px;
}
.restaurant-menu .restaurant-menu-title {
    padding: 85px 0;
	position: relative;
}
.restaurant-menu .restaurant-menu-title .cat-title {
    font-size: 173.3334%;
    text-transform: uppercase;
    letter-spacing: 5.2px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    padding: 0;
    margin: 0;
	position: relative;
}
.restaurant-menu .restaurant-menu-item {
    margin-bottom: 30px;
}
.restaurant-menu .entry-header {
    position: relative;
    font-size: 106.667%;
    line-height: 200%;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
}
.restaurant-menu .entry-header:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    content: "";
    display: block;
    border-top: 2px dotted #1f1f1f;
    z-index: -1;
}
.restaurant-menu .entry-header a {
    background-color: #fff;
}
.restaurant-menu .entry-header .price {
    float: right;
	background-color: #fff;
}
.restaurant-menu .restaurant-menu-title:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (min-width: 1200px) {
	.restaurant-menu .restaurant-menu-item-wrap .restaurant-menu-item {
		padding-left: 45px;
		padding-right: 45px;
	}
}

/* === 2.20. VCARD === */
.block-vcard {
    color: #fff;
    padding-top: 44px;
	padding-bottom: 30px;
}
.block-vcard h5 {
    font-size: 15px;
	color: #ffffff;
	line-height: 120%;
	font-weight:900;
	font-style:normal;
}
.block-vcard ul {
    list-style-position: outside;
    list-style: inherit;
    margin-left: 15px;
}
.block-vcard ul.social {
    list-style: none;
	margin: -5px -12px;
}
.block-vcard ul.social li {
    float: none;
	display: inline-block;
}
.block-vcard ul li {
    padding-bottom: 20px;
}

@media (min-width: 992px) {
	.download-resume {
		position: fixed;
		right: 5%;
		bottom: 10%;
		text-align: right;
	}
}
@media (min-width: 480px) {
	.block-vcard {
		padding-left: 12%;
		padding-right: 12%;
	}
}
@media (max-width: 480px) {
	.block-vcard {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* === 2.21. COMING SOON === */
.countdown-bar {
    text-align: center
}
.countdown-bar > .countdown-item {
    display: inline-block;
    width: 145px;
    height: 145px;
    margin: 1.5px;
    padding: 46px 10px 0;
    background-color: #1f1f1f;
    color: #fff
}
.countdown-bar > .countdown-item > .countdown-item-value {
    font-size: 280%;
    font-weight: 700
}
.countdown-bar > .countdown-item > .countdown-item-label {
    font-size: 80%;
    display: block;
    padding-top: 16px;
    text-transform: uppercase
}
.countdown-bar > .countdown-item {
    background-color: #fff;
    color: #1f1f1f;
}
.countdown-bar.black > .countdown-item {
    background-color: #1f1f1f;
    color: #fff;
}

/* === 2.22. NEWSLETTER === */
.newsletter form {
    position: relative;
}
.newsletter form .newsletter-email {
    border: none;
    border-bottom: 1px solid #fff;
    color: #1f1f1f;
    padding: 0 55px 21px 0;
    font-size: 120%;
    letter-spacing: .54px;
}
.newsletter form .newsletter-submit {
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: 999999;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}
.newsletter form:before {
    width: 30px;
    height: 30px;
    position: absolute;
    content: "\f178";
    font-family: FontAwesome;
    font-size: 20px;
    top: 0;
    right: 0;
    line-height: 30px;
	color: #fff;
}
.newsletter.dark form .newsletter-email {
    border-bottom: 1px solid rgba(31,31,31,.2);
}
.newsletter.dark form:before {
	color: #1f1f1f;
}

/* === 2.23. MAINTENANCE === */
.maintenance-icon .maintenance-icon-inner {
    width: 110px;
    height: 110px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 2px solid transparent;
	position: relative;
	text-align: center;
    display: inline-block;
}
.maintenance-icon .maintenance-icon-inner i {
    font-size: 40px;
	color: #1f1f1f;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* === 2.24. PRICING === */
.pricing {
    background: #f7f7f7;
    padding-bottom: 80px;
}
.pricing .pricing-header {
    position: relative;
}
.pricing .price {
    min-width: 90px;
    min-height: 90px;
    background: #1f1f1f;
    color: #fff;
    font-size: 160%;
    line-height: 120%;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 29.5px 10px;
    position: absolute;
    top: -45px;
	left: 35px;
}
.pricing .pricing-title {
    font-size: 120%;
    letter-spacing: 3.6px;
    line-height: 120%;
    color: #333;
    padding: 35px 15px 37px;
    margin: 0;
}
.pricing ul.pricing-feature {
    padding: 0 15px;
	list-style-position: inside;
}
.pricing ul.pricing-feature li {
    padding-bottom: 10px;
	list-style: square inside;
}
.pricing .pricing-btn {
    margin-top: 50px;
}
@media (min-width: 992px) {
	.pricing ul.pricing-feature {
		padding: 0 60px;
	}
}


/* 3. COMMERCE
/* --------------------------------------------------------------------- */
.commerce-ordering {
    margin-bottom: 60px;
}
a.remove {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: 120%;
    background-color: red;
    color: #fff;
    text-align: center;
    text-indent: 1px;
    display: inline-block;
}
span.onsale {
    background: #9f0909;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    height: 60px;
    min-width: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    right: 40px;
    z-index: 1;
}
.add-to-cart, 
.product-readmore {
    font-size: 0;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: top;
    margin: 3px;
    border: none;
    overflow: hidden;
	background-color: #1f1f1f;
    color: #fff;
}
.add-to-cart {
	background-color: #fff;
    color: #1f1f1f;
}
.add-to-cart:before {
    content: "\e615";
	font-family: Pe-icon-7-stroke;
    font-size: 20px;
    display: block;
    -webkit-transition: all .3s linear 0s;
    -khtml-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.product-readmore:before {
    content: "\e618";
	font-family: Pe-icon-7-stroke;
    font-size: 20px;
    display: block;
    -webkit-transition: all .3s linear 0s;
    -khtml-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.add-to-cart:hover:before,
.product-readmore:hover:before {
    background-color: #999;
    color: #fff;
}
.product-item .entry-media {
    margin-bottom: 25px;
}
.product-item .entry-media .entry-thumbnail {
    margin-bottom: 25px;
	display: block;
    overflow: hidden;
}
.product-item .overlay {
    background: 0 0;
}
.product-item .entry-header {
    margin-bottom: 10px;
}
.product-item .entry-header .entry-title {
    font-size: 106.667%;
    font-weight: 700;
}
.product-item .price {
    font-size: 120%;
}
.product-masonry-item .overlay {
    background: 0 0;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
.product-masonry-item .overlay .overlay-inner {
    bottom: 15px;
    right: 0;
    left: 0;
    padding: 15px 15px 8px;
    position: absolute;
}
.product-masonry-item .entry-header {
    margin-bottom: 0;
}
.product-masonry-item .overlay .price {
    font-size: 14px;
    margin-top: -8px;
}
.product-masonry-item .overlay .entry-footer {
    position: absolute;
    top: 23px;
    right: 17px;
    margin: 0;
	visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.product-masonry-item .overlay:hover .entry-footer {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sc-product {
    font-size: 14px;
    position: relative;
}
.sc-product.content-left {
    text-align: right;
}
.sc-product.content-right {
    text-align: left;
}
.sc-product .sc-product-content {
    visibility: hidden;
	color: #fff;
}
.sc-product .sc-product-title {
    font-size: 14px;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: .7px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.5);
    position: relative;
    margin: 0 0 5px;
    text-transform: capitalize;
}
.sc-product.content-right .sc-product-title {
    padding-left: 10px;
    padding-right: 30px;
}
.sc-product.content-left .sc-product-title {
    padding-left: 30px;
    padding-right: 10px;
}
.sc-product .sc-product-title:after, 
.sc-product .sc-product-title:before {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.sc-product .sc-product-title:before {
    width: 5px;
    height: 5px;
    background: #fff;
    bottom: -2.5px;
}
.sc-product .sc-product-title:after {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    bottom: -5.5px;
}
.sc-product .sc-product-content .sc-product-title:after, 
.sc-product .sc-product-content .sc-product-title:before, 
.sc-product:hover .sc-product-content {
    visibility: visible;
}
.sc-product.content-right .sc-product-title:before {
    left: -7.5px;
}
.sc-product.content-right .sc-product-title:after {
    left: -10px;
}
.sc-product.content-left .sc-product-title:before {
    right: -7.5px;
}
.sc-product.content-left .sc-product-title:after {
    right: -10px;
}
.sc-product .sc-product-title a {
    color: #fff;
    padding-bottom: 4px;
    display: block;
}
.sc-product .sc-product-title a:hover {
    color: #1f1f1f;
}
.sc-product .sc-product-price {
    font-size: 14px;
    letter-spacing: .7px;
	color: #fff;
}
.sc-product.content-right .sc-product-price {
    padding-left: 10px;
}
.sc-product.content-left .sc-product-price {
    padding-right: 10px;
}
.sc-product .sc-product-content .sc-product-title:after, 
.sc-product .sc-product-content .sc-product-title:before, 
.sc-product:hover .sc-product-content {
    visibility: visible;
}
.widget_price_filter .price_slider {
    margin-bottom: 1em
}
.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}
.widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}
.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    background-color: #1f1f1f;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -8px;
	cursor: pointer;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -20px;
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #602053;
    border: 0
}
.widget_price_filter .ui-slider-horizontal {
	height: 4px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}
.widget_price_filter .price_slider_wrapper {
    margin-top: 40px;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #e0e0e0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range {
    background: #1f1f1f;
}
.widget_price_filter .price_slider_amount {
    margin-top: 33px;
}
.widget_price_filter .price_slider_amount .button {
    letter-spacing: 2.4px;
    padding: 9.5px 25px;
    line-height: inherit;
    text-align: center;
    font-size: 80%;
    text-transform: uppercase;
	background-color: #1f1f1f;
    color: #fff;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
	border: 1px solid #1F1F1F;
}
.widget_price_filter .price_slider_amount .button:hover {
    background: #fff;
    color: #1f1f1f;
}
.widget_price_filter .price_slider_amount .price_label {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.product-grid {
	clear: both;
}
.single-product .images {
    position: relative;
    margin-bottom: 30px;
}
.single-product .entry-summary {
    margin-bottom: 30px;
}
.single-product .entry-summary .product_title {
    font-size: 200%;
    line-height: 133.334%;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-top: -8px;
    margin-bottom: 23px;
}
.single-product .entry-summary .price {
    font-size: 120%;
    letter-spacing: .9px;
    margin-bottom: 22px;
	color: #858585;
	text-decoration: none;
}
.single-product .entry-summary .price del {
	color: #ddd;
    padding-right: 15px;
}
.single-product .entry-summary .price ins {
	text-decoration: none;
}
.single-product .entry-summary .description {
    margin-bottom: 35px;
}
.single-product .entry-summary form.cart .quantity {
    float: left;
    margin-right: 20px;
	width: 45px;
    display: inline-block;
}
.quantity .qty {
    padding-left: 0;
    padding-right: 0;
    min-width: 45px;
    text-align: center;
    text-indent: 10px;
    background: #f4f4f4;
    border-color: #f4f4f4;
    color: #000;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.quantity .qty:hover {
    background: #999;
    border-color: #999;
    color: #fff;
}
.single-product .entry-summary .product_meta {
    margin-top: 20px;
}
.single-product .entry-summary .product_meta li {
    padding: 18px 0;
}
.single-product .commerce-tabs {
    clear: both;
    width: 100%;
    padding-top: 25px;
}
.single-product .commerce-tabs .nav-tabs {
    border-bottom: 1px solid #eee;
}
.single-product .commerce-tabs .tabs > li a {
    font-size: 80%;
    text-transform: uppercase;
    color: #202020;
    line-height: 44px;
    padding: 0 25px;
    display: block;
    letter-spacing: 2.4px;
	border: none;
	border-radius: 0;
	margin: 0;
}
.single-product .commerce-tabs .tabs > li.active a, 
.single-product .commerce-tabs .tabs > li:hover a {
    background-color: #222;
    color: #fff;
}
.single-product .commerce-tabs .tab-content {
    padding-top: 33px;
    border-bottom: none;
    margin: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}
.single-product .related-products {
    margin-top: 55px;
}
table.shop-cart tbody tr.cart_item {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 106.667%;
}
table.shop-cart tbody tr.cart_item td {
    padding: 25px 15px;
	vertical-align: middle;
}
table.shop-cart tbody tr.cart_item td.product-remove {
    text-align: center;
}
table.shop-cart tbody tr.cart_item td.product-thumbnail {
    width: 108px;
}
table.shop-cart tbody tr.cart_item td.product-remove a {
    background-color: transparent;
    color: #888;
    font-size: 20px;
}
table.shop-cart tbody tr.cart_item td.product-remove a:hover {
    background-color: red;
    color: #fff;
}
table.shop-cart tbody tr.cart_item td.product-name a {
    font-weight: 700;
}
table.shop-cart tbody tr.cart_item td.product-quantity .quantity {
    width: 45px;
    display: inline-block;
}
table.shop-cart tbody tr td.actions {
    padding: 30px 0 0;
    border: none;
}
table.shop-cart tbody tr td.actions input {
    margin-bottom: 30px;
    width: 100%;
}
.cart-totals {
	display: block;
    margin-top: 30px;
}
.cart-totals table {
    border: 1px solid #ddd;
	width: 100%;
}
.cart-totals table tr {
	border-bottom: 1px solid #ddd;
}
.cart-totals table tr:last-child {
	border-bottom: none;
}
.cart-totals table tr th,
.cart-totals table tr td {
    padding: 15px 20px;
    color: #1f1f1f;
}
.cart-totals table tr td {
    text-align: right;
}
.cart-totals .proceed-to-checkout {
    margin-top: 30px;
}
ul.product_list_widget li {
    padding: 18px 0;
    border-top: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
ul.product_list_widget li:first-child {
    border-top: none;
}
ul.product_list_widget li.mini_cart_item a.remove {
    position: absolute;
    top: 18px;
    left: 0;
}
ul.product_list_widget li .product-image {
    float: left;
}
ul.product_list_widget li img {
    margin: 0 12px 0 0;
    max-width: 78px;
    width: 78px;
}
ul.product_list_widget li .product-image + div.content {
    padding-left: 90px;
}
ul.product_list_widget li .product-title {
    display: block;
}
ul.product_list_widget li .quantity {
    width: 100%;
}
.sidebar .widget_shopping_cart_content .btn {
	width: calc(50% - 15px);
    float: left;
    padding-left: 0;
    padding-right: 0;
	margin-right: 1px;
}
.form-checkout label sup {
    color: red;
	font-size: 13px;
    top: 0;
}
.payment-product-list .product-item {
    position: relative;
    margin-bottom: 20px;
	color: #27394A;
}
.payment-product-list .product-item .product-img {
    width: 90px;
    padding-right: 20px;
    display: inline-block;
    position: relative;
}
.payment-product-list .product-item .product-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 24px;
    line-height: 24px;
    min-width: 24px;
    text-align: center;
    color: white;
    background-color: #242626;
}
.payment-product-list .product-item .product-body {
    display: inline-block;
}
.payment-product-list .product-item .product-body .product-name {
    color: #898989;
    font-weight: 400;
	font-size: 15px;
}
.payment-product-list .product-item .product-body .product-name a {
    color: #898989;
	font-size: 15px;
}
.payment-product-list .product-item .product-body .product-price {
    color: #242626;
    display: inline-block;
}
.payment-product-list .product-item .product-button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.payment-product-list .product-item .product-button > a {
    display: block;
    margin-bottom: 5px;
    color: #898989;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    opacity: 1;
}
.payment-product-list .product-item .product-button > a:hover, 
.payment-product-list .product-item .product-button > a:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
@media (min-width: 480px) {
	.payment-product-list .product-item .product-img {
		padding-right: 30px;
		width: 108px;
	}
}
.total-product {
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.coupon {
    height: 50px;
    color: #fff;
	display: table;
}
.coupon p {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.cart-total, .payment_methods {
	color: #27394A;
}
.payment_methods input {
    margin-top: 0;
}
.payment_methods label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

@media (min-width: 992px) {
	.cart-totals {
		width: 48%;
		margin-left: 30px;
		float: right;
	}
}
@media (min-width: 768px) {
	.commerce-result-count {
		float: left;
		max-width: 50%;
		padding-top: 15px;
	}
	.commerce-ordering {
		float: right;
		margin-top: 4px;
		max-width: 50%;
		min-width: 250px;
	}
	table.shop-cart tbody tr td.actions .coupon {
		width: calc(100% - 180px);
		float: left;
	}
	table.shop-cart tbody tr td.actions .coupon input {
		float: left;
		width: 280px;
		margin-right: 20px;
	}
	table.shop-cart tbody tr td.actions .coupon .btn {
		width: 180px;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	table.shop-cart tbody tr td.actions .update-cart {
		width: 170px;
		float: right;
	}
}
@media (max-width: 480px) {
	table.shop-cart thead {
		display: none;
	}
	table.shop-cart tr.cart_item:first-child {
		border-top: 1px solid #ddd;
	}
	table.shop-cart tr td {
		display: block;
		text-align: right;
		border-bottom: 1px solid #ddd;
	}
	table.shop-cart tr td.product-thumbnail {
		display: none;
	}
	table.shop-cart tr td:before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
	table.shop-cart tr.cart_item td:first-child:before {
		content: "";
	}
	.quantity .qty {
		max-width: 100%;
	}
}

/* Spinner */
.noo-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.985);
    z-index: 999999;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 -20px;
}
.page-framed .spinner {
	margin-left: -50px;
}
@media (max-width: 414px) {
	.page-framed .spinner {
		margin-left: -20px;
	}
	.spinner {
		left: 45%;
	}
}
.page-presentation .spinner {
	margin-left: -50px;
	margin-top: -50px;
}
.spinner .child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
            animation: sk-doubleBounce 2s infinite ease-in-out; 
}
.spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }