/*
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Header -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Callout ----------------------------------
	     02. Form Elements ----------------------------
	     03. Radio ------------------------------------
	     04. radio Alt --------------------------------
	     05. Radio Circle -----------------------------
	     06. Checkbox ---------------------------------
	     07. Checkbox Lg ------------------------------
	     08. Checkbox Small ---------------------------
	     09. Form -------------------------------------
	     10. List -------------------------------------
	     11. LIst Details -----------------------------
	     12. List Features ----------------------------
	     13. List Bank Details ------------------------
	     14. List radios ------------------------------
	     15. List Radios Circles ----------------------
	     16. Logo -------------------------------------
	     17. Product ----------------------------------
	     18. Product left Border ----------------------
	     19. Products ---------------------------------
	     20. Section ----------------------------------
	     21. Section Bottom border --------------------
	     22. Section Featured -------------------------
	     23. Section Poducts --------------------------
	     24. Table ------------------------------------
 */

.ico-oval { background-image: url(images/sprite.png); background-position: 100% 0%; background-size: 794.7368421052632% 821.4285714285713%; width: 19px; height: 14px; display: inline-block; vertical-align: middle; font-size: 0; }
.logo { background-image: url(images/sprite.png); background-position: 0% 0%; background-size: 117.96875% 100%; width: 128px; height: 115px; display: inline-block; vertical-align: middle; font-size: 0; }
.cols:after { content: ''; line-height: 0; display: table; clear: both; }
/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
html { tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { min-width: 1140px; background: #fff; font-family: 'HelveticaNeueLTPro', 'Arial', sans-serif; font-size: 14px; line-height: 1.3; color: #000; }
a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; }
h1 { font: 56px/1 'BauerBodoni', serif; }
h2 { font-size: 32px; font-weight: 400; }
h3 { font-size: 26px; font-weight: 700; }
h4 { font-size: 20px; font-weight: 500; }
h5 { font-size: 18px; font-weight: 500; }
h6 { font-size: 15px; font-weight: 500; }
p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.3em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
    font-family: 'BauerBodoni';
    src: url('fonts/bauer_bodoni_d_regular-webfont.eot');
    src: url('fonts/bauer_bodoni_d_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bauer_bodoni_d_regular-webfont.woff2') format('woff2'),
         url('fonts/bauer_bodoni_d_regular-webfont.woff') format('woff'),
         url('fonts/bauer_bodoni_d_regular-webfont.ttf') format('truetype'),
         url('fonts/bauer_bodoni_d_regular-webfont.svg#bauer_bodoni_dregular') format('svg');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('fonts/helveticaneueltpro-lt-webfont.eot');
    src: url('fonts/helveticaneueltpro-lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltpro-lt-webfont.woff2') format('woff2'),
         url('fonts/helveticaneueltpro-lt-webfont.woff') format('woff'),
         url('fonts/helveticaneueltpro-lt-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltpro-lt-webfont.svg#helvetica_neue_lt_prolt') format('svg');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('fonts/helveticaneueltpro-md-webfont.eot');
    src: url('fonts/helveticaneueltpro-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltpro-md-webfont.woff2') format('woff2'),
         url('fonts/helveticaneueltpro-md-webfont.woff') format('woff'),
         url('fonts/helveticaneueltpro-md-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltpro-md-webfont.svg#helvetica_neue_lt_promd') format('svg');
    font-weight: 500;
    font-style: normal;

}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after { content: ''; line-height: 0; display: table; clear: both; }
/*  Notext  */
.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden { display: none; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { margin: 0 -15px; }
.cols:after { }
.col { float: left; width: 100%; padding: 0 15px; }
.col-1of2 { width: 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { position: absolute; top: 0; left: 0; width: 100%; padding-top: 56px; z-index: 2; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main { padding: 100px 0 0; }
.main .main__title { text-align: right; padding-bottom: 38px; border-bottom: 32px solid #93b894; }
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1220px; padding-left: 10px; padding-right: 10px; margin: auto; }
.shell-fluid { max-width: none; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { min-height: 100vh; }
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout { width: 270px; margin: 0 auto; border: 3px solid #fff; background: #d3c3d2; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25); padding: 20px 0 0; -webkit-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg);}
.callout a { text-decoration: none; }
.callout .callout__head { background: #864b7d; color: #fff; padding: 10px 0; }
.callout .callout__head h3 { margin: 0; letter-spacing: 0.039em; }
.callout .callout__body { font-size: 18px; font-weight: 500; color: #5d0b4f; letter-spacing: 0.043em;}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input::-moz-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.field {}
.textarea {}
.select {}
.radio {}

/* ------------------------------------------------------------ *\
	Upload Button
\* ------------------------------------------------------------ */

.upload-btn-wrapper {position: relative; overflow: hidden; display: inline-block; padding: 10px 0;}
.upload-btn-wrapper:hover { cursor: pointer; }

.upload-btn-wrapper .upload-field { position: absolute; left: 0; top: 0; bottom: 0; right: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }
.upload-btn-wrapper .upload-btn { border: 2px solid #aec9ae; color: #93b894; background-color: white; padding: 8px 20px; border-radius: 5px; font-size: 16px; font-weight: 700; cursor: pointer; }

.upload-label { margin-top: 20px; text-align: center; display: block; width: 100%; text-transform: uppercase; cursor: auto;}

/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio { position: relative; }
.radio ~ .radio { margin-top: 10px; }
.radio input { opacity: 0; visibility: hidden; position: absolute; top: -20px; z-index: -20px; z-index: -1; }
.radio label { position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: block; }
.radio label span { display: inline-block; vertical-align: middle; margin-left: 10px; }
.radio label:before { content: ''; width: 29px; height: 29px; border: 1px solid #000; display: inline-block; vertical-align: middle; background: #fff; }
.radio label:after { content: ''; background: url(images/check.png) no-repeat center center; width: 18px; height: 17px; background-size: cover; position: absolute; top: 50%; left: 5px; -webkit-transform: translateY(-9px); -ms-transform: translateY(-9px); transform: translateY(-9px); opacity: 0; visibility: hidden; transition:  opacity .3s, visibility .3s; z-index: 1; }
.radio input:checked ~ label:after {  opacity: 1; visibility: visible; }
/* ------------------------------------------------------------ *\
	radio Alt
\* ------------------------------------------------------------ */
.radio--alt label { font-size: 0; }
.radio--alt label:before { border:2px solid #aec9ae; transition: border-color .3s; }
.radio--alt label:after { top: 15px; }
.radio--alt label span { vertical-align: top; font-weight: 400; font-size: 16px; }
.radio--alt span strong { display: block; }
.radio--alt input:checked ~ label:before { border-color: #000; }
/* ------------------------------------------------------------ *\
	Radio Circle
\* ------------------------------------------------------------ */
.radio-circle { position: relative; }
.radio-circle input { opacity: 0; visibility: hidden; position: absolute; top: -20px; z-index: -20px; z-index: -1; }
.radio-circle label { font-size: 18px; }
.radio-circle label span { display: inline-block; vertical-align: middle; }
.radio-circle label i { position: relative; }
.radio-circle label i:after { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #000; position: absolute; top: 4px; left: 5px; opacity: 0; transition: opacity .3s; }
.radio-circle input:checked ~ label i:after {  opacity: 1; }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox { position: relative; }
.checkbox ~ .checkbox { margin-top: 10px; }
.checkbox input { opacity: 0; visibility: hidden; position: absolute; top: -20px; z-index: -20px; z-index: -1; }
.checkbox label { position: relative; display: block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: 0; }
.checkbox label span { display: inline-block; vertical-align: middle; margin-left: 10px; width: calc(100% - 39px); font-size: 16px; }
.checkbox label:before { content: ''; width: 29px; height: 29px; border: 1px solid #000; display: inline-block; vertical-align: middle; background: #fff; }
.checkbox label:after { content: ''; background: url(images/check.png) no-repeat center center; width: 18px; height: 17px; background-size: cover; position: absolute; top: 50%; left: 5px; -webkit-transform: translateY(-9px); -ms-transform: translateY(-9px); transform: translateY(-9px); opacity: 0; visibility: hidden; transition:  opacity .3s, visibility .3s; z-index: 1; }
.checkbox input:checked ~ label:after {  opacity: 1; visibility: visible; }
/* ------------------------------------------------------------ *\
	Checkbox Lg
\* ------------------------------------------------------------ */
.checkbox--lg label:before { border-width: 2px; }
.checkbox--lg .form__label {  font-size: 0; color: #fff; line-height: 1;}
.checkbox--lg .form__label span { vertical-align: middle; font-size: 28px; }
/* ------------------------------------------------------------ *\
	Checkbox Small
\* ------------------------------------------------------------ */
.checkbox--small label:before { width: 17px; height: 17px; border: 1px solid #000; }
.checkbox--small label:after { left: 1px; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form { font-size: 16px; padding: 15px 0; }
.form label { margin-bottom: 0; }
.form h3 { font-size: 24px; }
.form h3 span { font-size: 16px; font-weight: 400; }
.form .offset-top { margin-top: 10px; }
.form .row ~ .row { margin-top: 10px; }
.form .form-group { margin-bottom: 0; }
.form .form-group .form-control { border-color: #000; border-radius: 0; }
.form .form__head { font-weight: 500; padding: 0 30px; margin-bottom: 15px; }
.form .form__head a { text-decoration: none; }
.form .form__head h5 { margin-bottom: 0; display: inline-block; vertical-align: middle; letter-spacing: 0.042em; }
.form .form__head .list-radios-circles { display: inline-block; vertical-align: middle; margin-left: 140px; }
.form .form__section { padding-bottom: 10px; }
.form .form__section-body { padding: 10px 35px 0; }
.form .form__section-head { background: #93b894; color: #fff; padding: 1px 45px 0 30px; position: relative;}
.form .form__section-head h2 { font-size: 28px; line-height: 1; text-transform: uppercase; }
.form .form__section-head .form__image { position: absolute; top: 0; right: 0; width: 42px; z-index: 1;}
.form .form__section-head .form__image img { width: 100%; height: auto; }
.form .form__section-entry { font-weight: 500; padding: 5px 0px 5px 29px; }
.form .form__label-small { font-size: 12px; }
.form .row-with-background { background: #e9f0e9; }
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	LIst Details
\* ------------------------------------------------------------ */
.list-details { list-style-type: disc; font-size: 30px; letter-spacing: 0.02em; padding-left: 65px; text-transform: uppercase; }
.list-details ~ li { margin-top: 8px; }
/* ------------------------------------------------------------ *\
	List Features
\* ------------------------------------------------------------ */
.list-features { list-style-type: disc; padding-left: 18px; letter-spacing: 0.014em; }
/* ------------------------------------------------------------ *\
	List Bank Details
\* ------------------------------------------------------------ */
.list-bank-details span { display: inline-block; min-width: 375px; }
/* ------------------------------------------------------------ *\
	List radios
\* ------------------------------------------------------------ */
.list-radios li { display: inline-block; vertical-align: middle; }
.list-radios li ~ li { margin-left: 20px; }
/* ------------------------------------------------------------ *\
	List Radios Circles
\* ------------------------------------------------------------ */
.list-radios-circles { font-size: 0; }
.list-radios-circles li { display: inline-block; vertical-align: middle; font-size: 18px; font-weight: 500; text-transform: uppercase; }
.list-radios-circles li ~ li { margin-left: 123px; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {}
/* ------------------------------------------------------------ *\
	Product
\* ------------------------------------------------------------ */
.product-featured { padding: 15px 20px 45px; }
.product-featured a { text-decoration: none; transition: color .3s; }
.product-featured a:hover { color: #93b894; }
.product-featured .product__title { margin-bottom: 93px; }
.product-featured .product__image { text-align: center; }
/* ------------------------------------------------------------ *\
	Product left Border
\* ------------------------------------------------------------ */
.product-left-border { position: relative; }
.product-left-border:before { content: ''; width: 3px; position: absolute; top: 30px; bottom: 30px; right: 100%; background: #fff; }
/* ------------------------------------------------------------ *\
	Products
\* ------------------------------------------------------------ */
.products { display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0 -7px; list-style: none; }
.products .product { width: calc(20% - 14px); margin: 0 7px; }
.product { display: -webkit-flex; display: -ms-flexbox; display: flex; font-size: 15px; }
.product .product__inner { text-decoration: none; width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; border: 6px solid #dee9de; transition: color .3s, border-color .3s; }
.product .product__image { text-align: center; width: 100%; -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; }
.product .product__content { -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; padding: 15px 15px 8px; width: 100%; }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section { padding: 30px 0 20px; }
.section .section__head { background: #e4ede4; padding: 5px 30px; margin-bottom: 20px; }
.section .section__body { padding: 0 0 5px; }
.section .section__foot p { font-size: 14px; padding-left: 40px; }
/* ------------------------------------------------------------ *\
	Section Bottom border
\* ------------------------------------------------------------ */
.section--bottom-border { border-bottom: 4px solid #93b894;  }
/* ------------------------------------------------------------ *\
	Section Featured
\* ------------------------------------------------------------ */
.section--featured { padding-bottom: 0; margin-bottom: 54px; }
.section--featured .section__body { background: #e4ede4; padding-top: 0;}
/* ------------------------------------------------------------ *\
	Section Poducts
\* ------------------------------------------------------------ */
.section--products .section__foot { font-size: 14px; padding: 10px 0; }
.section--products .section__foot p { padding-left: 0; }
.section--products .section__foot p strong { display: block; }
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table { padding: 0; }
.table th { border-top: none; border-bottom: 1px solid #606060; font-weight: 400; padding: 3px 10px; }
.table td { padding: 3px 10px; border: 0; }
.table th:first-child,
.table td:first-child { padding-left: 0; }
.table th:last-child,
.table td:last-child { padding-right: 0; }
