﻿/* ==========================================================================
Framer
Copyright (c) 2017 Framer
Date: 2017-08-21
Author: Donald Rigjien Lepcha
font replaced by Roboto, RobotoCondensed, PTSerif, PlayfairDisplay
========================================================================== */
@import url("../font-awesome/css/font-awesome.min.css");

*{
	box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body{
	-webkit-text-size-adjust: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	color: #495a70;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto Condensed', sans-serif;
	color: #495a70;
}
p{
	font-size: 14px;
}
a, a:hover{
	text-decoration: none;
	color: #495a70;
}
a:focus{
	outline-color: transparent;
}
img{
	max-width: 100%;
	height: auto;
}
input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text], select{
	height: 45px;
	border: 1px solid #e1e1e1;
}
.input-text:focus{
	border: 1px solid #495a70;
}
body, button, input, select, table, textarea{
	font-family: 'Roboto Condensed', sans-serif;
	color: #495a70!important;
}
label{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}
.button{
	background: #c6c8f0!important;
	 color: #495a70!important;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    text-transform: uppercase;
    font-size: 12px!important;
    padding: 13px 27px!important;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-weight: 600!important;
    /*display: inline-block!important;*/
    display: inline-block;
    line-height: 1!important;
}
.button:hover{
	background: #4a5a71!important;
	color: #ffffff!important;
}
.page-title h1, .page-title h2, .product-name h1, .product-name .h1{
	border: 0px;
	padding: 0;
    margin: 0;
    margin-bottom: 20px;
    color: #495a70;
}
.breadcrumbs{
	display: none;
}
.cms-page-view .std p, .cms-no-route .std p{
	font-family: 'Roboto Condensed', sans-serif!important;
	font-style: normal;
	color: #495a74;
}

/* =====================
HOMEPAGE
===================== */ 
.wrapper{
	/*overflow-x: hidden;*/
}
.container{
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
.cms-home .page-title h2{
	display: none;
}
.fr-section h2{
	font-size: 15px;
	color: #495a70;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin:0;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.fr-section h2 span{
	font-style: italic;
	font-family: 'Playfair Display', serif;
	text-transform: initial;
}
.fr-section a{
	text-transform: uppercase;
    font-size: 14px;
    color: #495a70;
    padding: 13px 27px;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.fr-section a:hover{
	color: white;
}
.fr-section p.fr-subTitle{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
body.cms-home .main-container{
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.main-container, .footer-container{
	max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
}
.main-container{
	padding-bottom: 70px;
}
.header-language-container, .page-header{
	font-family: 'Roboto Condensed', sans-serif;
}
.footer, .footer button{
	font-family: 'Roboto Condensed', sans-serif;
}
/* TOP HEADER*/
header {
    border-bottom: 1px solid #f1f1f1;
}
header .container{
	position: relative;
}
.top-header_wrapper{
	background: #e7e9ec;
}
.top-header_innerwrapper {
    position: relative;
    padding: 8px 0;
}
div#header-message p{
	font-family: 'Playfair Display', serif;
	font-size: 13px;
}
div#header-message p span{
	font-style: italic;
	font-weight: 600;
}
.skip-link{
	height: 35px;
	line-height: 35px;
	background: transparent;
}
.account-cart-wrapper .skip-link .icon{
	width: 20px;
	height: 20px;
}
.skip-cart .icon{
	background: url(../images/cart-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.skip-cart:not(.skip-active):hover .icon{
	background-position: center;
}
.header-minicart a.skip-cart{
	color: #495a70;
}
.skip-account .icon{
	background-image: none;
	position: relative;
	text-indent: inherit;
}
.skip-account .icon:after{
	content: "\f2c0"; 
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	text-decoration: inherit;
  	position: absolute;
  	top: 0;
    left: 0;
    line-height: 1;
    right: 0;
    bottom: 0;
    font-size: 17px;
    color: #495a70;
}
/* BANNER */
.fr-banner{
	position: relative;
    min-height: 350px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    margin-top: -30px;
}
.cms-home .fr-banner{
	margin-top: 0px;
}
.fr-banner:after{
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.fr-banner-img img{
	display: inline-block;
}
.fr-banner-text {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.fr-banner-text h1{
	font-size: 30px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
    margin:0;
    margin-bottom: 34px;
}
.fr-banner-text{
	max-width: 700px;
    color: #ffffff;
    padding: 0 10px;
}
.fr-banner-text p{
	text-transform: uppercase;
	letter-spacing: 2px;
}
.fr-banner-text a{
	background: #fe6a6b;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 11px 25px;
    letter-spacing: 3px;
    font-weight: 600;
    display: inline-block;
}
.fr-banner-text a:hover {
    background: #cc5253;
}
/* HOW IT WORKS */
#fr-howitworks{
	text-align: center;
	padding-top: 94px;
	padding-bottom: 93px;
}
#fr-howitworks .container{
	max-width: 960px;
}
#fr-howitworks h2{
	margin-bottom: 9px;
}
#fr-howitworks p.fr-subTitle {
    margin: 0;
}
.fr-3col{
	margin-top: 50px;
}
.fr-col {
    margin-bottom: 50px;
}
.fr-colNum {
    margin-bottom: 31px;
}
.fr-colNum img {
    width: 48px;
    height: 48px;
    display: inline-block;
}
.fr-colNum span.icon-number {
    width: 48px;
    height: 48px;
	line-height: 45px;
    display: inline-block;
	border-radius: 25px;
	border: solid 2px #495a70;
	color: #495a70;
	font-size: 26px;
}
.fr-colDesc{
	position: relative;
}
.fr-colDesc:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e7e9ec;
    left: 0;
    top: 0;
}
.fr-colDesc:after {
    content: '';
    position: absolute;
    background: #e7e9ec;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.fr-colDesc p.fr-colTitle{
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding-top: 23px;
    padding-bottom: 25px;
    font-weight: 500;
}
.fr-colDesc p{
	font-family: 'Roboto Condensed', sans-serif;
	color: #495a74;
	padding-left: 15px;
	padding-right: 15px;
}
/* IMAGE TEXT BLOCK*/ 
.fr-imgtext {
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #e7e9ec;
}
.fr-imgtext:nth-child(even) .fr-imgBlock {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1; 
	-webkit-order: 1; 
	order: 1;
}
.fr-textBlock-inner{
	max-width: 90%;
	margin: 0 auto;
}
.fr-textBlock-inner h2{
	margin-bottom: 15px;
	font-size: 15px;
}
.fr-textBlock-inner p{
	margin-bottom: 30px;
	color: #495a70;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
}
.fr-textBlock-inner a{
	background: #a6e1c2;
}
.fr-textBlock-inner a:hover {
   	background: #4a5a71!important;
    color: #ffffff!important;
}
/* bottom banner*/
#fr-bottomContent {
    text-align: center;
    padding: 91px 0;
}
#fr-bottomContent h2{
	margin-bottom: 11px;
}
#fr-bottomContent p{
	margin-bottom: 43px;
}
#fr-bottomContent a{
	background: #c6c8f0;
}
#fr-bottomContent a:hover{
	background: #4a5a71;
    color: #ffffff;
}
/* bottom banner */
#fr-bottomBanner{
	text-align: center;
	height: 537px;
	position: relative;
	background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    margin-bottom: 40px;
}
#fr-bottomBanner p{
	color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    padding: 0 20px;
}
#fr-twoCol .container{
	max-width: 1522px;
}
.fr-twoCol-block {
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.fr-twoCol-innerBlock {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    text-align: center;
    float: left;
    position: relative;
    min-height: 558px;
}
#fr-twoCol-left{
	background: #e7e9ec;
}
#fr-twoCol-right{
	background: #c6c8f0;
}
.fr-twoCol-innerwrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}
#fr-twoCol h2{
	margin-bottom: 11px;
}
#fr-twoCol p.fr-subTitle{
	margin-bottom: 52px;
}
#fr-twoCol a{
	border: 2px solid #4a5a71 ;
	display: inline-block;
}
#fr-twoCol a:hover{
	background: #4a5a71;
    color: #ffffff;
}
/* INSTAGRAM*/
#instagram-wrapper{
	text-align: center;
	padding: 100px 0;
}
#instagram-wrapper .container{
	max-width: 100%;
}
#instagram-wrapper h2{
	margin-bottom: 7px;
}
#instafeed {
    overflow: hidden;
    clear: both;
}
#instafeed {
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
	justify-content: center;
    margin-left: -6px;
    margin-right: -6px;
    padding: 43px 0;
}
#instafeed .individual-post{
	padding: 0 6px;
    margin-bottom: 12px;
    height: 300px;
    overflow: hidden;
}
#instafeed .individual-post a{
	padding: 0;
}
div#follow-us a {
    background: #c6c8f0;
}
div#follow-us a:hover{
	background: #4a5a71;
    color: #ffffff;
}
/* FOOTER */
.footer-wrap {
    border-top: 1px solid #f1f1f1;
}
.footer{
	border: 0px;
}
.footer-logo {
    max-width: 112px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.footer-right .links{
	width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
}
.footer .block-title{
	border:0px;
}
.footer .block-title strong{
	color: #495a70;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
.footer-right .links ul li a{
	color: #495a70;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
}
.footer .links a:hover{
	color: #a6e1c2;
}
.site-info {
    background: #4a5a71;
    text-align: center;
}
.site-info .footer-container {
    padding: 8px 15px;
}
.copyright{
	color: #ffffff;
	text-transform: uppercase;
}
.copyright a{
	color: #ffffff;
	text-transform: uppercase;
}
address.copyright a {
    padding-left: 6px;
}
.footer-links ul li {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}
.footer-links ul li:last-child{
	padding-right: 0px;
}
.footer-socialmedia ul li {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
    line-height: 1;
}
.footer-socialmedia ul li:last-child{
	padding-right: 0px;
}
.footer-socialmedia ul li.fb-icon a{
	background-image: url(../images/fb-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.footer-socialmedia ul li.insta-icon a{
	background-image: url(../images/insta-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.footer-socialmedia span {
    display: none;
}
div#contacts-link li {
    font-size: 16px;
    text-transform: initial;
    position: relative;
    color: #495a70;
}
div#contacts-link li .fa{
	padding-right: 13px;
}
div#contacts-link li a{
	letter-spacing: 0px;
}
/* CUSTOMER LOGIN */
.page-title{
	margin-top: 0;
}
.customer-account-create .fieldset, .customer-account-create .buttons-set{
	margin-left: 0;
}
form .form-instructions{
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	color: #495a70;
}
form .legend{
	font-family: 'Roboto Condensed', sans-serif;
}
.form-list select{
	padding-left: 10px;
	margin-top: 0;
}
.block-title h2, .block-title h3, .block-title strong{
	font-family: 'Roboto Condensed', sans-serif;
	color: #495a70;
	font-size: 18px;
}
.block-account li, .block-cms-menu li{
	font-family: 'Roboto Condensed', sans-serif;
	margin: 10px 0;
}
.block-account li a:hover, .block-cms-menu li a:hover{
	color: #495a70;
}
.dashboard .box-account p, .dashboard .box-account address{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-style: normal;
}
.dashboard .box-account{
	border-bottom: 0px;
}
.dashboard .box-head{
	border-bottom: 1px solid #f1f1f1;
}
.block-account li a, .block-cms-menu li a{
	color: #495a70;
}
/* NEWSLETTER */
#mc_embed_signup{
	background: #e7e9ec!important;
	padding: 20px 0!important;
}
div#mc_embed_signup_scroll{
	padding: 0 40px;
}
#mc_embed_signup form{
	padding: 0!important;
	text-align: center!important;
}
#mc_embed_signup .mc-field-group{
	width: 100%!important;
	padding-bottom: 17px!important;
	min-height: 45px!important;
	text-align: left;
}
#mc_embed_signup .mc-field-group label{
	display: none!important;
}
#mc_embed_signup .mc-field-group input{
	border-radius: 0px!important;
	border: 1px solid #4a5a71!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	color: #4a5a71;
	width: 100%;
}
#mc_embed_signup .button{
	height: 45px!important;
	margin: 0px!important;
	background: #a6e1c2!important;
	border-radius: 0px!important;
}
#mc_embed_signup .button:hover{
	background: #4a5a71!important;
    color: #ffffff!important;
}
#mc_embed_signup h2{
	margin:0!important;
	font-size: 30px!important;
	margin-bottom: 8px!important;
	text-transform: uppercase!important;
    letter-spacing: 5px!important;
    font-weight: 700;
}
#mc_embed_signup h2 > span{
	font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: initial;
    letter-spacing: 2px;
    text-transform: lowercase;
}
#mc_embed_signup p.fr-subTitle {
    font-size: 14px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
	background:transparent!important;
	padding-left: 0px!important;
}
/* BLOG */
#fr-recentpost {
    text-align: center;
    padding-top: 100px;
}
#fr-recentpost h2{
	margin-bottom: 10px;
}
#fr-recentpost p.fr-subTitle{
	margin-bottom: 55px;
}
.mpblog-recentposts .block-title{
	display: none;
}
.mpblog-recentposts .thumbnail {
    float: none;
    border: 0;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}
.mpblog-recentposts .thumbnail .img {
    width: inherit;
    height: inherit;
}
.mpblog-recentposts .block-content{
	margin: 0;
	padding: 0;
}
.fr-blog-desc a{
	font-size: 16px;
	line-height: 1.6;
}
.fr-blog-desc a:hover{
	color:#495a70;
}
.mp-recentpost-date {
    font-size: 16px;
}
.mp-recentcomment-date, .mp-recentpost-date{
	font-style: normal;
}
/* BLOG LISTING */
.mpblog-index-index .main-container{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.mpblog-index-index .fr-banner{
	margin-bottom: 70px;
}
.mpblog-index-index .fr-banner-text{
	max-width: 700px;
    color: #ffffff;
    padding: 0 10px;
}
.mpblog-list.list .mpblog-post .post-thumbnail:hover{
	-webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
}
.mpblog-list.list .mpblog-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 0;
}
.mpblog-post .post-thumbnail{
	margin-bottom: 0;
}
.mp-post-desc {
    background: #ffffff;
    padding: 40px 30px;
}
.mpblog-post:hover .mp-post-desc{
	background: #e7e9ec;
	-webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.mp-post-header h2{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}
.mpblog-post .mp-header{
	margin-bottom: 0;
}
.mpblog-post i.glyphicons{
	display: none;
}
.mpblog-post span.posted-by{
	margin-right: 0;
	padding-right: 5px;
	border-right: 1px solid #b7b7b7;
}
.mpblog-post span.date{
	margin-right: 0;
	padding-left: 5px;
}
.mpblog-index-index .lightbox{
	display: none;
}
/* BLOG DETAIL */
#mpblog_content_post > .container {
    max-width: 860px;
}
.mpblog-post > .container{
	padding: 0;
}
#mpblog_content_post .fr-banner{
	min-height: 400px;
}
.mpblog-post .post-thumbnail img.thumbnail{
	width: auto;
}
.mpblog-index-post .mpblog-post p{
	margin-bottom: 15px;
}
.mpblog-social-container .mp-buttons ul li{
	margin-right: 0;
    float: none;
    display: inline-block;
    vertical-align: bottom;
}
.mpblog-index-post #fr-recentpost{
	padding-top: 30px;
}
.mpblog-index-post .lightbox{
 	display: none;
}
.mp-customPost-title{
	margin-bottom: 60px;
	margin-top: 15px;
	text-align: center;
}
.mp-customPost-title h1{
	font-size: 36px;
	margin: 0;
}
.mpblog-index-post .fr-banner{
	margin-bottom: 30px;
}
/* FAQ */
.faq-index-index .main-container{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.faq-index-index .fr-banner{
	margin-bottom: 70px;
}
.faq-listdata-table{
	border: 0px;
	border-bottom: 1px solid #DDDDDD;
    border-radius: 0px;
    box-shadow: 0px 2px 2px 0.1px #d4d4d4;
}
.label.important{
	background: transparent;
}
.faq-question{
	font-size: 20px;
}
.faq-question .fa{
	font-size: 24px;
}
.faq-question strong{
	font-weight: normal;
}
table.faq-listdata-table th, table.faq-listdata-table td{
	vertical-align: middle;
}
table tbody tr:first-child td:first-child{
	text-align: center;
}
div#expand-collaps {
    background: #c6c8f0;
    padding: 10px 20px;
}
div#expand-collaps a{
	font-size: 14px;
	color: #495a70;
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
a.faq-more {
    background: #a6e1c2;
    padding: 10px 20px;
    color: #495a70;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    letter-spacing: 2px;
}
a.faq-more:hover{
	color: white;
}
.faq-question i.fa.fa-angle-up{
	display: none;
}
tr.faq-question.open-dropdown i.fa-angle-up {
    display: block;
}
tr.faq-question.open-dropdown i.fa.fa-angle-down {
    display: none;
}
.mpblog-index-post .main-container{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.mpblog-index-post .mpblog-post .post-thumbnail {
    margin-top: -30px;
    margin-bottom: 30px;
    max-height: 500px;  
    overflow: hidden;
}
a.link-tag {
    background: transparent;
    padding: 0;
    text-transform: initial;
    text-decoration: underline;
    font-weight: normal;
    letter-spacing: inherit;
}
a.link-tag:hover {
    background: transparent;
    text-decoration: underline;
    color: #fff;
}
/* CONTACT US */
.contacts-index-index .main-container{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.contacts-index-index .fr-banner{
	margin-bottom: 70px;
}
#contactForm {
    padding-left: 0;
    max-width: 750px;
    margin: 0 auto;
}
.fieldset p.required{
	float: none;
    text-align: right;
    margin-bottom: 20px!important;
}
.contacts-index-index ul.form-list li.fields{
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
.contacts-index-index li.fields .field {
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
    width: 49%;
}
#contactForm ul.form-list input, #contactForm ul.form-list select, #contactForm ul.form-list textarea{
	width: 100%;
	max-width: 100%;
	border: 1px solid #e1e1e1;
}
.contacts-index-index .buttons-set {
    margin-left: 0;
    max-width: 100%;
    border: 0;
}
.contact-text {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}
.contact-text p{
	margin-bottom: 15px;
}
.contact-text a{
	color: #495a70;
}
.contact-text a:hover{
	text-decoration: underline;
	color: #c6c8f0;
}
/* HOW WE WORK */
.cms-how-we-work .main-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.cms-how-we-work .std {
    display: none;
}
/* OUR FRAMES */
#our-Frames{
	text-align: center;
	padding-top: 47px;
}
.frame-list-container {
    margin-top: 60px;
    margin-bottom: 40px;
}
.fr-list-description:before, .fr-list-description:after{
	content: none;
}
.frame-list-item{
	margin-bottom: 12px ;
	text-align: center;
}
.frame-list-item img{
	display: inline-block;
}
.inner-frame-list-item{
	position: relative;
	overflow: hidden;
	border: 1px solid #ececec;
    padding: 40px;
    line-height: 300px;
}
.fr-list-img a{
	padding: 0;
	display: block;
}
.fr-list-description{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fbfbfb;
	-webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    text-align: left;
    border-top: 1px solid #ececec;
    line-height: 22px;
}
.frame-list-item:hover .fr-list-description{
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fr-list-description p{
	padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
.fr-list-description p.fr-colTitle {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding-top: 23px;
    padding-bottom: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
}
.fr-list-description a{
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    text-align: right;
    display: block;
}
#our-Frames a:hover{
	color: #495a70;
}
.pager{
	float: none;
	text-align: center;
}
.pager > .count-container{
	display: none;
}
.pages{
	float: none;
	margin: 0;
}
.pages li, .pages .current {
    float: none;
    display: inline-block;
    width: 40px;
    border: 1px solid #e1e1e1;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    box-sizing: border-box;
}
.pages a, .pages .current{
	font-family: 'Roboto Condensed', sans-serif;
}
.pages a{
	padding: 0;
    font-size: 13px!important;
    font-weight: normal;
    letter-spacing: inherit;
    line-height: 40px;
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    color: #495a70;
}
.pages .previous:before, .pages .previous:hover:before{
	content: '\f177';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    border: 0;
    position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    color: #495a70;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: inherit;
}
.pages .next:before, .pages .next:hover:before{
	content: '\f178';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    border: 0;
    position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    color: #495a70;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: inherit;
}
.pages .current, .pages .current:hover{
	width: 40px;
	height: 40px;
	background: #c6c8f0;
	border: 1px solid #c6c8f0;
	color: #ffffff;
}
.pages li:hover{
	background: #c6c8f0;
	border: 1px solid #c6c8f0;
}
.pages .next:hover, .pages .previous:hover{
	border: 1px solid #c6c8f0;
}
.lightbox .lb-image{
	border-radius: 0;
}
.lb-data .lb-details{
	display: none;
}
.lb-dataContainer{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    margin-left: auto;
    margin-right: auto;
}
/* CART PAGE */
.cart-table thead th, .cart-table tbody td{
	font-family: 'Roboto Condensed', sans-serif;
}
.cart .button {
    white-space: normal;
    padding: 17px 0px!important;
    font-size: 14px!important;
    min-width: 200px;
}
.cart-table .product-cart-actions .qty, .cart-table .product-cart-actions .button{
	margin-bottom: 0;
	height: 40px;
}
.cart-table .product-cart-actions .button{
	padding: 15px 0px!important;
    font-size: 12px!important;
    min-width: 100px;
}
h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name{
	font-family: 'Roboto Condensed', sans-serif;
}
.cart-table .product-cart-sku{
	font-family: 'Playfair Display', serif;
}
.shipping .form-list label{
	font-family: 'Roboto Condensed', sans-serif;
}
.button2 span, .button2 span span{
	font-family: 'Roboto Condensed', sans-serif;
	color: #4a5a71;
}
.cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping{
	border: 0;
	margin-bottom: 4px;
}
.cart .cart-totals table{
	font-family: 'Roboto Condensed', sans-serif;
}
.cart .cart-totals table tfoot strong span, .cart .cart-totals table tfoot span.price{
	font-family: 'Roboto Condensed', sans-serif;
}
#discount-coupon-form .input-text, .cart .giftcard .input-text{
	height: 40px;
}
.shipping select{
	height: 40px;
}
.shipping .form-list .shipping-postcode input{
	height: 40px;
	margin-top: 0;
}
.data-table tbody td a{
	border: 0px;
}
#shopping-cart-table .product-cart-actions ul.cart-links{
	display: none;
}
.header-minicart #cart-sidebar .product-details a.btn-edit{
	display: none;
}
.shipping ul.form-list input {
    height: 40px;
    margin: 0;
}
/* MINICART */
#header-cart.skip-active{
	background: #e7e9ec;
}
.header-minicart .mini-products-list li{
	background: #ffffff;
}
.header-minicart .product-details .product-name a{
	color: #495a70;
	font-weight: normal;
	font-size: 16px;
}
.skip-cart .count, .skip-link.skip-active .count{
	color: #495a70;
}
.header-minicart .info-wrapper th {
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 0;
}
.header-minicart table th, .header-minicart table td{
	padding-top: 0;
	padding-bottom: 0;
}
.header-minicart .info-wrapper td{
	color: #495a70;
}
.header-minicart .info-wrapper .price{
	font-weight: 700;
}
.price-box .price, .price{
	font-family: 'Roboto Condensed', sans-serif;
}
.header-minicart .block-subtitle{
	color: #495a70;
	font-family: 'Roboto Condensed', sans-serif;
}
.header-minicart .mini-products-list{
	background-color: #e7e9ec!important;
}
.header-minicart .block-content{
	margin-top: 0;
}
.header-minicart .subtotal{
	background-color: #495a70!important;
	padding: 10px 0 5px;
}
.header-minicart .subtotal .label{
	color: #ffffff;
}
.header-minicart .minicart-actions .checkout-button{
	width: 100%;
}
.header-minicart .minicart-actions .checkout-button:hover{
	background: #282e35!important;
}
.header-minicart .subtotal .price{
	font-weight: 700;
	color: #ffffff;
}
.header-minicart .minicart-actions .cart-link{
	color: #ffffff;
}
.header-minicart .minicart-wrapper{
	z-index: 99;
}
.header-minicart .minicart-actions{
	background: #2f3c4c!important
}
div#messages_product_view{
	position: absolute;
	width: 100%;
}
div#messages_product_view .messages{
	text-align: center;
}
.messages li li{
	z-index: 9;
}
/* CHECKOUT */
.opc .section.allow .step-title:hover h2, .opc .section.active .step-title h2{
	color: #495a70!important;
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title, body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login{
	opacity: 1;
}
.block-progress dt{
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #495a70!important;
	padding: 10px;
    color: #ffffff;
    font-size: 16px;
}
.block-progress dt.complete{
	color: #ffffff;
}
.opc .section .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number{
	background-color: #495a70!important;
}
.data-table tbody td, .data-table tfoot td{
	font-family: 'Roboto Condensed', sans-serif;
}
.block-progress dd{
	font-family: 'Playfair Display', serif;
}
.checkout-onepage-success p {
    margin-bottom: 12px;
}
.checkout-onepage-success .buttons-set {
    margin: 30px 0;
    text-align: center;
    padding-top: 30px;
}
#wishlist-table .product-name, #wishlist-table .wishlist-sku{
	font-family: 'Roboto Condensed', sans-serif;
}
#wishlist-table .product-name a{
	color: #4a5a71;
}
.wishlist-index-index .button{
	font-size: 11px!important;
	letter-spacing: 0px;
}
.cms-how-we-work #fr-bottomBanner{
	margin-bottom: 0;
}
.cms-our-story .main-container h1, .cms-terms-and-conditions .main-container h1, .cms-privacy-policy-cookie-restriction-mode .main-container h1{
	margin-bottom: 50px;
	letter-spacing: 2px;
}
.cms-page-view .std img, .cms-no-route .std img{
	display: inline-block;
}
.cms-our-story .main-container{
	text-align: center;
}
.cms-our-story .main-container .std p:nth-child(2) {
    letter-spacing: 2px;
    font-size: 18px;
}
.cms-our-story .std img{
	margin-bottom: 30px;
}
.story-btns {
    text-align: center;
}
.story-btns a {
    padding: 13px 27px;
    text-transform: uppercase;
    background: #a6e1c2;
    display: inline-block;
    color: #495a70;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
        -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    margin: 0 10px;
    margin-top: 20px;
}
.story-btns a:first-child{
	background: #c6c8f0;
}
.story-btns a:hover{
	background: #4a5a71;
    color: #ffffff;
}
.cms-terms-and-conditions .main-container .page-title, .cms-privacy-policy-cookie-restriction-mode .main-container .page-title{
	text-align: center;
}
/*by prakash*/
.prate-img-wrapper #fr-bottomBanner{
	height: auto;
}
.prate-img-wrapper {
    text-align: center;
    margin: 20px 0 70px;
}
.prate-img-wrapper img {
    width: 100%;
    height: auto;
    display: inline-block;
}
.pricing-tag-wrap {
    text-align: center;
}
.pricing-tag-wrap .ptag-title-wrap{
	padding: 120px 0 40px; 
}

@media (min-width:641px){
	.fr-imgBlock {
    	-webkit-flex-basis: 50%;
    	flex-basis: 50%;
    	width: 50%;
	}
	.fr-textBlock {
    	-webkit-flex-basis: 50%;
    	flex-basis: 50%;
    	width: 50%;
    	padding: 20px 0;
	}
}
@media (min-width:771px){

	header {
    	max-width: 100%;
    	margin: 0;
    	padding: 0;
	}
	p{
		font-size: 16px;
	}
	.wrapper{
		overflow-x: hidden;
	}
	.top-header_wrapper{
		position: relative;
	}
	.top-header_wrapper:before{
		content: '';
		position: absolute;
		left: -100%;
		height: 100%;
		background: #e7e9ec;
		width: 100%;
		top: 0;
	}
	.top-header_wrapper:after{
		content: '';
		position: absolute;
		right: -100%;
		height: 100%;
		background: #e7e9ec;
		width: 100%;
		top: 0;
	}
	.account-cart-wrapper .skip-account{
		padding: 0;
	}
	.account-cart-wrapper .skip-account .icon{
		display: none;
	}
	.account-cart-wrapper .skip-account .label{
		border-right: 1px solid;
    	padding-right: 17px;
    	font-weight: 700;
	}
	div#header-message {
    	text-align: center;
	}
	.button{
		font-size: 18px!important;
	}
	#header-account.skip-active{
		right: 33px;
	}
	.bottom-header_wrapper {
    	height: 113px;
    	position: relative;
	}
	.logo{
		position: absolute;
    	left: 50%;
    	top: 50%;
    	-webkit-transform: translate(-50%, -50%);
    	-moz-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
    	transform: translate(-50%, -50%);
    	width: 200px;
    	padding: 0;
    	height: auto;
    	float: none;
    	min-height: auto;
    	z-index: 1;
	}
	#header-nav{
		border: 0px;
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		position: absolute;
    	width: 100%;
    	left: 0;
    	right: 0;
    	margin-left: auto;
    	margin-right: auto;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
	}
	#header-nav .img{
		display: none;
	}
	#header-nav ul li{
		display: inline-block;
	}
	#header-nav ul li a{
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 600;
		padding: 0 20px;
	}
	#header-nav ul li a.active{
		color: #a6e1c2;
	}
	.right-menu{
		flex-grow: 1;
    	text-align: right;
    	padding-right: 138px;
    	box-sizing: border-box;
    	-webkit-flex-basis: 50%;
    	flex-basis: 50%;
    	width: 50%;
	}
	#header-nav ul li a:hover{
		color: #a6e1c2;
	}
	#header-nav .left-menu ul li:last-child a:hover {
    	color: #ffffff;
	}
	.left-menu {
    	flex-grow: 1;
    	text-align: left;
    	padding-left: 138px;
    	box-sizing: border-box;
    	-webkit-flex-basis: 50%;
    	flex-basis: 50%;
    	width: 50%;
	}
	.left-menu ul li:last-child{
		background: #4a5a71;
    	height: 40px;
    	line-height: 40px;
	}
	.left-menu ul li:last-child a{
		font-size: 14px!important;
		color: #ffffff;
	}
	body.cms-home .main-container{
		padding-bottom: 0px;
		padding-top: 0;
	}
	.fr-section h2{
		font-size: 30px;
	}
	.fr-section p.fr-subTitle{
		font-size: 16px;
	}
	.fr-banner{
    	min-height: 600px;
	}
	body.cms-home .fr-banner{
		min-height: 625px;
	}
	.fr-3col{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-box-align: flex-start;
		-moz-box-align: flex-start;
		-ms-flex-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-top: 92px;
	}
	.fr-col{
		-webkit-flex-basis: 33.33%;
		flex-basis: 33.33%;
		width: 33.33%;
		margin-bottom: 0;
	}
	.fr-textBlock-inner {
    	max-width: 62%;
    	margin: 0 auto;
	}
	.fr-textBlock-inner h2{
		font-size: 30px;
	}
	.fr-textBlock-inner p{
		font-size: 16px;
	}
	.fr-section a{
		font-size: 18px;
	}
	.footer{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-box-align: flex-start;
		-moz-box-align: flex-start;
		-ms-flex-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.footer-logo{
		-webkit-flex-basis: 20%;
		flex-basis: 20%;
		width: 20%;
		padding-right: 5%;
		max-width: 100%;
    	margin: 0;
	}
	.footer-right{
		-webkit-flex-basis: 80%;
		flex-basis: 80%;
		width: 80%;
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-box-align: flex-start;
		-moz-box-align: flex-start;
		-ms-flex-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.footer-right .links{
		text-align: left;
	}
	.copyright {
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.footer-links ul li{
		padding-right: 50px;
	}
	.site-info{
		text-align: left;
	}
	.copyright-text{
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1; 
		-webkit-order: 1; 
		order: 1;
	}
	.footer-socialmedia{
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2; 
		-webkit-order: 2; 
		order: 2;
	}
	.my-account form#form-validate{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: flex-start;
		-moz-box-align: flex-start;
		-ms-flex-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		position: relative;
	}
	body.customer-account .my-account form#form-validate .fieldset{
    	-webkit-flex-basis: 50%;
    	flex-basis: 50%;
    	width: 50%;
    	padding-right: 45px;
    	box-sizing: border-box;
	}
	.buttons-set{
		-webkit-flex-basis: 100%;
    	flex-basis: 100%;
    	width: 100%;
	}
	.my-account .fieldset p.required{
		position: absolute;
    	right: 45px;
    	top: 0;
    	margin: 0!important;
	}
	.mc-field-wrapper {
    	display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
    	-webkit-justify-content: center;
		justify-content: center;
    	-webkit-box-align: flex-start;
		-moz-box-align: flex-start;
		-ms-flex-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	#mc_embed_signup .mc-field-group{
		padding-bottom: 0px!important;
		max-width: 260px;
    	margin-right: 15px;
	}
	.footer .block-title{
		padding: 0;
		margin-bottom: 19px;
	}
	.footer .links li{
		padding: 0;
		margin-bottom: 20px;
	}
	.mpblog-index-post .mpblog-post .post-thumbnail {
    	margin-bottom: 70px;
	}
	ul.mbplog-recent-posts {
    	display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-moz-box-align: flex-start;
		-ms-flex-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		margin: 0 -6px;
	}
	.mpblog-recentposts ul li {
    	margin-bottom: 0;
    	padding: 0 6px;
    	-webkit-flex-basis: 33.33%;
    	flex-basis: 33.33%;
    	width: 33.33%;
	}
	.fr-blog-desc {
    	background: #ffffff;
    	margin-top: -6px;
    	padding: 40px 0;
    	-webkit-transition: all .2s ease;
    	-moz-transition: all .2s ease;
    	-ms-transition: all .2s ease;
    	transition: all .2s ease;
	}
	.mpblog-recent-post .fr-blog-desc{
	    min-height: 200px;
	}
	.mpblog-recent-post:hover .fr-blog-desc {
    	background: #e7e9ec;
	}
	.mpblog-list.list {
    	display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
    	-webkit-box-align: center;
		-moz-box-align: flex-start;
		-ms-flex-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		margin: 0 -6px;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.mpblog-list.list .mpblog-post {
    	padding: 0 12px;
    	-webkit-flex-basis: 33.33%;
    	flex-basis: 33.33%;
    	width: 33.33%;
	}
	.mpblog-post .mp-header .posted-by, .mpblog-post .mp-header .date, .mpblog-post .mp-header .views {
    	float: none;
    	display: inline-block;
	}
	.mp-post-desc {
    	text-align: center;
	}
	.mpblog-social-container {
   	 	float: right;
	}
	.frame-list-container {
    	display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
    	-webkit-justify-content: flex-start;
    	justify-content: flex-start;
    	-webkit-box-align: center;
		-moz-box-align: flex-start;
		-ms-flex-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
    	flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	margin-left: -6px;
    	margin-right: -6px;
	}
	.frame-list-item {
		-webkit-flex-basis: 33.33%;
    	flex-basis: 33.33%;
    	width: 33.33%;
    	padding: 0 6px;
	}
	.mp-post-header h2{
    	font-size: 18px;
	}


}
@media (min-width:771px) and (max-width:1024px){

	#header-nav ul li a{
		font-size: 14px;
    	padding: 0 13px;
	}

}
@media (min-width:992px){

	.left-menu {
    	position: relative;
	}
	.left-menu ul li:last-child{
		position: absolute;
    	right: 0;
    	top: 50%;
    	transform: translateY(-50%);
    	height: 40px;
    	line-height: 40px;
	}

}
@media (min-width:1200px){
	/* CMS PAGE */
	.cms-our-story .main-container, .cms-terms-and-conditions .main-container, .cms-privacy-policy-cookie-restriction-mode .main-container{
		padding-left: 190px;
		padding-right: 190px;
		padding-top: 70px;
	}
	.cms-our-story .main-container:before, .cms-terms-and-conditions .main-container:before, .cms-privacy-policy-cookie-restriction-mode .main-container:before{
		position: absolute;
		content: '';
		top: 149px;
		left: 36px;
		background: url(../images/frame-left.svg);
		height: 343px;
		width: 39px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.cms-our-story .main-container:after, .cms-terms-and-conditions .main-container:after, .cms-privacy-policy-cookie-restriction-mode .main-container:after{
		position: absolute;
		content: '';
		top: 149px;
		right: 36px;
		background: url(../images/frame-right.svg);
		height: 343px;
		width: 39px;
		background-repeat: no-repeat;
		background-position: center;
	}
}
@media(min-width: 1366px){
	#instafeed .individual-post{
		height: 300px;
	}
}
@media(max-width: 1366px){
	#instafeed .individual-post{
		height: 210px;
	}
}
@media(max-width: 1280px){
	#instafeed .individual-post{
		height: 195px;
	}
}
@media(max-width: 1200px){
	#instafeed .individual-post{
		height: 180px;
	}
}
@media(max-width: 1024px){
	#instafeed .individual-post{
		height: 150px;
	}
}
@media(max-width: 991px){
	#instafeed .individual-post{
		height: 145px;
	}
}
@media(max-width: 812px){
	#instafeed .individual-post {
	    height: 120px;
	}
}
@media (max-width:770px){

	.skip-cart .count{
		background: #495a70!important;
	}
	.skip-cart .count, .skip-link.skip-active .count{
		color: #ffffff;
	}
	.fr-section h2{
		letter-spacing: 2px;
		font-size: 30px;
	}
	.fr-section p.fr-subTitle{
		font-size: 17px;
	}
	.fr-colDesc p.fr-colTitle{
		font-size: 27px;
	}
	.fr-textBlock-inner p{
		font-size: 17px;
	}
	#instafeed .individual-post {
    	padding: 0 3px;
    	margin-bottom: 6px;
    	height: 240px;
	}
	.dashboard .welcome-msg{
		font-family: 'Playfair Display', serif;
	}
	.page-header-container .store-language-container{
		display: none;
	}
	.top-header_wrapper{
		background: transparent;
	}
	.page-header .container{
		padding: 0;
	}
	.top-header_innerwrapper{
		padding: 0;
	}
	#header-message {
		background: #e1e1e1;
		padding: 0 8px;
		height: 30px;
		line-height: 30px;
	}
	.skip-links, .skip-link{
		border: 0px;
	}
	.skip-link{
		float: none;
		display: inline-block;
		min-width: 60px;
    	width: auto;
	}
	.skip-search, .skip-link .label{
		display: none;
	}
	.account-cart-wrapper{
		position: absolute;
		width: 100%;
		top: 0;
		right: 0;
		text-align: right;
	}
	.account-cart-wrapper .skip-link{
		height: 30px;
    	line-height: 30px;
	}
	.account-cart-wrapper .skip-link .icon{
		width: 20px;
		height: 20px;
	}
	.account-cart-wrapper .skip-account .icon{
		display: none;
	}
	.account-cart-wrapper .skip-account .label{
		display: inline-block;
		font-weight: 700;
    	text-transform: uppercase;
    	font-size: 12px;
	}
	.header-minicart {
		display: inline;
		border-left: 1px solid #22489b;
	}
	.header-minicart a.skip-cart{
		width: auto;
 		min-width: 40px;
 		color: #495a70;
 		position: relative;
    	padding-left: 10px;
	}
	.header-minicart .skip-cart .count{
		top: -1px;
		left: -6px;
		margin: 0;
	}
	a.skip-link.skip-nav{
		position: absolute;
		margin-top: 27px;
		z-index: 0;
	}
	.skip-nav .icon{
		background-image: none;
		position: relative;
		text-indent: inherit;
		width: 20px;
    	height: 20px;
	}
	.skip-nav .icon:after{
		content: "\f0c9"; 
  		font-family: FontAwesome;
  		font-style: normal;
  		font-weight: normal;
  		text-decoration: inherit;
  		position: absolute;
  		top: 0;
    	left: 0;
    	line-height: 1;
    	right: 0;
    	bottom: 0;
    	font-size: 20px;
    	color: #495a70;
	}
	div#logo {
    	padding: 20px 0;
	}
	.logo{
		float: none;
		text-align: center;
		width: 138px;
    	margin: 0 auto;
    	padding: 0;
    	box-sizing: border-box;
	}
	.logo img.small{
		display: inline-block;
	}
	.skip-link.skip-active{
		background: transparent;
	}
	#header-nav, #header-account {
		padding: 0;
    	background: #495a70;
	}
	#header-nav ul li, #header-account ul li{
		padding: 8px;
		border-bottom: 1px solid #e1e1e1;
	}
	#header-nav ul li a, #header-account ul li a{
		color: #fff;
		font-size: 16px;
		padding: 0 15px 0 25px;
		text-transform: uppercase;
		border-bottom: 0px;
		line-height: 24px;
	}
	body.cms-home .main-container{
		padding-top: 0;
		padding-bottom: 0;
	}
	#fr-howitworks {
    	padding-top: 60px;
    	padding-bottom: 30px;
	}
	.fr-colDesc p{
		padding: 0 20%;
	}
	.fr-twoCol-innerBlock{
		padding: 0 20px;
		min-height: 450px;
	}
	#instagram-wrapper{
		padding: 40px 0;
	}
	#instafeed {
    	flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
	}
	#instafeed .individual-post{
		-webkit-flex-basis: 33.33%;
		flex-basis: 33.33%;
		width: 33.33%;
	}
	.footer{
		padding-top: 0;
	}
	.footer-right #contacts-link{
		display: block;
	}
	.footer-right #contacts-link .block-title{
		display: none;
	}
	.site-info .footer-container{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.footer-socialmedia{
		margin-bottom: 13px;
	}
	.footer-links{
		margin-bottom: 13px;
	}
	.footer-links a{
		font-size: 15px;
	}
	.copyright-text {
		font-size: 13px;
	}
	.sidebar .block:not(.block-layered-nav) .block-title > strong{
		font-family: 'Roboto Condensed', sans-serif;
		border: 0;
		padding: 10px 10px 10px 24px;
	}
	.sidebar .block:not(.block-layered-nav) .block-title.active > strong{
		font-family: 'Roboto Condensed', sans-serif;
		border: 0;
		padding: 10px 10px 10px 24px;
	}
	.sidebar .block:not(.block-layered-nav) .block-content{
		padding: 0;
	}
	.sidebar .block:not(.block-layered-nav) .block-title > strong:after{
		border-left: 4px solid #495a70;
	}
	.sidebar .block:not(.block-layered-nav) .block-title.active > strong:after{
		border-top: 4px solid #495a70;
	}
	.block-account li, .block-cms-menu li{
		margin: 1px 0;
    	background: #495a70;
    	padding: 10px;
	}
	.block-account li a, .block-cms-menu li a{
		color: #ffffff;
	}
	.footer-socialmedia ul li.fb-icon a, .footer-socialmedia ul li.insta-icon a{
		width: 34px;
		height: 34px;
	}
	#fr-twoCol h2{
		font-size: 18px;
		word-wrap: break-word;
	}
	#fr-twoCol p.fr-subTitle{
		font-size: 12px;
		margin-bottom: 30px;
	}
	#fr-bottomContent{
		padding: 49px 0;
		padding-bottom: 72px;
	}
	#fr-recentpost{
		padding-top: 75px;
	}
	li.mpblog-recent-post {
    	display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.fr-blog-desc {
    	text-align: left;
    	padding-left: 20px;
    	-webkit-flex-basis: 60%;
		flex-basis: 60%;
		width: 60%;
	}
	.fr-blog-desc a{
		padding: 0;
		line-height: 1.2;
	}
	.mpblog-recentposts .thumbnail{
		-webkit-flex-basis: 40%;
		flex-basis: 40%;
		width: 40%;
	}
	.mpblog-recentposts .thumbnail .img{
		width: 100%;
		height: 100%;
	}
	.mp-customPost-title h1{
		font-size: 18px;
	}
	#header-nav{
		-webkit-overflow-scrolling: touch;
    	-webkit-transition: left .3s;
    	-moz-transition: left .3s;
    	-ms-transition: left .3s;
    	transition: left .3s;
    	height: 100%;
    	overflow: auto;
    	position: fixed;
    	top: 0;
    	width: 265px;
    	left: -265px;
    	display: block;
	}
	.nav-open #header-nav {
    	-webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    	-moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    	-ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    	box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    	left: 0;
    	z-index: 99;
	}
	.nav-open .wrapper {
    	left: 265px;
    	-webkit-transition: left .3s;
    	-moz-transition: left .3s;
    	-ms-transition: left .3s;
    	transition: left .3s;
    	height: 100%;
    	position: fixed;
    	width: 100%;
	}
	.mpblog-list.list .mpblog-post {
    	padding-bottom: 30px;
	}
	#header-nav ul li{
		text-align: center;
		padding: 15px 0;
		border-bottom: 0px;
	}
	#header-nav .right-menu ul li:first-child{
		padding-top: 60px;
	}
	#header-nav ul li a{
		padding: 0;
		text-transform: inherit;
		font-weight: 300;
	}
	#header-nav .img{
		display: inline-block;
		margin-bottom: 6px;
		background-image: url("images/sprite.png");
		background-repeat: no-repeat;
	}
	#header-nav .img.how-we-work{
		width: 40px;
		height: 34px;
	}
	#header-nav .img.our-frames{
		width: 40px;
		height: 34px;
		background-position: 0 -45px;
	}
	#header-nav .img.our-pricing{
		width: 32px;
		height: 44px;
		background-position: 0 -92px;
	}
	#header-nav .img.help{
		width: 38px;
		height: 38px;
		background-position: 0 -148px;
	}
	#header-nav span{
		width: 100%;
		display: block;
	}
	.fr-list-img img{
		width: 100%;
	}
	.mpblog-post .post-thumbnail img.thumbnail{
		width: 100%;
	}
	.pager{
		float: none!important;
	}
	.pages{
		float: none!important;
	}
	#header-nav .left-menu ul li:last-child a {
    	text-transform: uppercase;
    	letter-spacing: 1px;
    	background: #fe6a6b;
    	padding: 10px 15px;
    	font-weight: 500;
    }
    .inner-frame-list-item{
    	height: auto !important;
    	padding: 10px 40px;
    }
    /*#caman-manager-preview img {
	    max-width: 100% !important;
	}*/
}
@media (max-width:740px){

    .cart .button{
	    width: 100%;
    }
    .cart-table .product-cart-actions .button{
    	width: 100px;
    }
    .prate-img-wrapper #fr-bottomBanner{
    	height: auto;
    }
    .prate-img-wrapper img {
		width: 100%;
		height: auto;
	}
	#instafeed .individual-post {
	    height: 225px;
	}
}
@media(max-width: 812px){
	#instafeed .individual-post {
	    height: 210px;
	}
}
@media (max-width:640px){
	.fr-imgtext{
		display: block;
		margin-bottom: 30px;
	}
	.fr-textBlock {
        text-align: center;
    }
	.fr-textBlock-inner{
		padding: 20px 0;
	}
	.fr-textBlock-inner p {
		overflow: hidden;
	}
	input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text], select{
		width: 100%;
	}
	.fr-colDesc p{
		padding: 0;
	}
	div#header-message p{
		font-size: 10px;
	}
	.fr-colDesc p.fr-colTitle{
		font-size: 18px;
		padding-bottom: 8px;
	}
	.story-btns a{
		width: 100%;
		margin-bottom: 10px;
	}
	#instafeed .individual-post {
	    height: 195px;
	}
}
@media (max-width:580px){
	#instafeed .individual-post{
		height: 175px;
	}
}
@media (max-width:480px){
	#instafeed .individual-post{
		height: 140px;
	}
}
@media (max-width:480px){
	#instafeed .individual-post{
		height: 145px;
	}
}
@media (max-width:480px){
	#instafeed .individual-post {
	    height: 95px;
	}
}
/* ie */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

	.list.mpblog-list{
		display: block;
	}
	.list.mpblog-list .mpblog-post{
		display: inline-block;
		margin-right: -4px;
	}
	.frame-list-container{
		display: block;
	}
	.frame-list-item{
		display: inline-block;
		margin-right: -4px;
	}
	.right-menu, .left-menu{
		flex-basis: inherit;
		width: 50%;
	}  

}
#newsletter-validate-detail-popup {
    text-align: center;
}
form#newsletter-validate-detail-popup img {
    width: 138px;
    height: auto;
    margin: 0 0 30px 0;
    display: inline-block;
}
.mr-nl-popup-frame .block-subscribe p{
	margin-bottom: 20px;
}
.mr-nl-popup-container{
	background-color: rgba(0,0,0,0.8)!important;
}
.mr-nl-popup-frame {
    width: 100%!important;
    max-width: 460px!important;
}
.mr-nl-popup-frame .block-subscribe {
    background-color: #fff!important;
    border: 1px solid #e1e1e1!important;
    padding: 40px!important;
}
.mr-nl-popup-frame .block-subscribe p, .mr-nl-popup-frame .block-subscribe label {
    color: #495a70!important;
    text-align: left;
        text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.mr-nl-popup-frame .block .actions .button{
	background: #a6e1c2!important;
}
.mr-nl-popup-frame .block-subscribe .close {
    float: right;
    width: 18px;
    height: 18px;
    line-height: 17px;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 28px;
}
.mr-nl-popup-frame .block-subscribe .close:focus {
    outline: none;
}
/* IMAGES HEIGHT */
@media (min-width:771px){

	.mpblog-post .post-thumbnail img.thumbnail, .mpblog-recentposts .thumbnail .img {
    	width: 100%;
    	height: 100%;
	}
	.mpblog-recentposts .thumbnail, .mpblog-post .post-thumbnail{
		height: 280px;
	}

}
@media (min-width:992px){

	.mpblog-recentposts .thumbnail, .mpblog-post .post-thumbnail{
		height: 360px;
	}
	

}
@media (min-width:1200px) {

	.mpblog-recentposts .thumbnail, .mpblog-post .post-thumbnail{
		height: 400px;
	}

}
/*2017/12/01*/
#manager-tools-printformats {

	max-width: 400px;
    margin: 0 auto;
}
.page-title h1{ text-transform: inherit;}
.main-container {    padding-bottom: 145px;    }

/*change in background for cart page labels */
table.framer-options-table tr:nth-child(odd) td {    background-color: #e0e0e0 !important;}

/*change for italic in checkout page 
*/.block-progress dd address {
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
}
.block-progress dd {
	font-style: normal;
	font-family: 'Roboto Condensed', sans-serif;
}

.opc #opc-login p:not(.required) {
        font-style: normal;
        font-family: 'Roboto Condensed', sans-serif
}

tr.first.odd table.framer-options-table tbody tr td {    text-align: left;}

/*css for instagram title */
p.fr-subTitless {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

a.link-tag {
	text-transform: uppercase;
}
.belvg-framer-steps-actions .disablebutton{
	cursor: not-allowed!important;
	opacity: 0.65!important;
}


 .coupon-submit button {
 	border: 0;
    padding: 0 5px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    vertical-align: middle
 }

/*@media only screen and (max-width: 520px) {
 	#caman-manager-preview{
 		width: 500px !important;
 		transform: scale(0.5);
 	}
 }*/

.cms-page-view .std h1, .cms-no-route .std h1 {
 	color : #495a70;
 }

/*css for frame-view page*/
.frame-image-view img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.frame-title-view h1{
    border: 0px;
    padding: 0;
    margin-bottom: 20px;
    color: #495a70;
    text-align: center; 
    text-transform:uppercase; 
    font-size: 24px;
    font-weight : 600;
}  
.frame-description-view {
    text-align: center;
}


/*framelisting page title*/
a.frame-view {
    padding: 0px;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding-top: 23px;
    padding-bottom: 25px;
    font-weight: 700;
    text-align:left;
    font-style: normal;

}

.frame-btns {
    text-align: center;
}
.frame-btns a {
    padding: 13px 27px;
    text-transform: uppercase;
    background: #a6e1c2;
    display: inline-block;
    color: #495a70;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
        -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    margin: 0 10px;
    margin-top: 20px;
}
