/* 
	Table of Contents
	update on Wed Nov 25 2015 10:11:22 GMT+0200 (FLE Standard Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Fonts ------------------------------------
	     03. Base -------------------------------------
	         Mobile -----------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	II.  Regions --------------------------------------
	     01. Wrapper ----------------------------------
	     02. Container --------------------------------
	     03. Shell ------------------------------------
	         Tablet Portrait --------------------------
	     04. Header -----------------------------------
	         Mobile -----------------------------------
	     05. Main -------------------------------------
	     06. Footer -----------------------------------
	         Mobile -----------------------------------
	     07. Content ----------------------------------
	     08. Sidebar ----------------------------------
	III. Themes ---------------------------------------
	     01. Plugins ----------------------------------
	IV.  Modules --------------------------------------
	     01. Button -----------------------------------
	         Mobile -----------------------------------
	     02. custom-subscribe-form --------------------
	         Tablet Landscape -------------------------
	     03. Form Elements ----------------------------
	     04. Form -------------------------------------
	     05. List -------------------------------------
	     06. List Checks ------------------------------
	         Mobile -----------------------------------
	     07. Logo -------------------------------------
	     08. Modal ------------------------------------
	     09. Nav --------------------------------------
	         Mobile -----------------------------------
	     10. Form-popup -------------------------------
	         Mobile -----------------------------------
	         Mobile -----------------------------------
	     11. Section About ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     12. Section Featured -------------------------
	         Mobile -----------------------------------
	     13. Section Quote ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     14. Section Thank You ------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     15. Slider -----------------------------------
	     16. Table ------------------------------------
	     17. Thank You --------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     18. Widget -----------------------------------
 */

/* ------------------------------------------------------------ *\
	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,
body { height: 100%; }

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 { 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="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { display: none; -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

textarea { overflow: auto; resize: none; -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; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ==========================================================================
	#Fonts
========================================================================== */
@font-face {
    font-family: 'Klinic Slab Medium';
    src: url('fonts/klinicslabmedium.eot');
    src: url('fonts/klinicslabmedium.eot') format('embedded-opentype'),
         url('fonts/klinicslabmedium.woff') format('woff'),
         url('fonts/klinicslabmedium.ttf') format('truetype'),
         url('fonts/klinicslabmedium.svg#KlinicSlabMedium') format('svg');
}

@font-face {
    font-family: 'Klinic Slab Book';
    src: url('fonts/klinicslabbook.eot');
    src: url('fonts/klinicslabbook.eot') format('embedded-opentype'),
         url('fonts/klinicslabbook.woff') format('woff'),
         url('fonts/klinicslabbook.ttf') format('truetype'),
         url('fonts/klinicslabbook.svg#KlinicSlabBook') format('svg');
}

@font-face {
    font-family: 'Klinic Slab Bold';
    src: url('fonts/klinicslabbold.eot');
    src: url('fonts/klinicslabbold.eot') format('embedded-opentype'),
         url('fonts/klinicslabbold.woff') format('woff'),
         url('fonts/klinicslabbold.ttf') format('truetype'),
         url('fonts/klinicslabbold.svg#KlinicSlabBold') format('svg');
}

@font-face {
    font-family: 'Klinic Slab Bold Italic';
    src: url('fonts/klinicslabboldit.eot');
    src: url('fonts/klinicslabboldit.eot') format('embedded-opentype'),
         url('fonts/klinicslabboldit.woff') format('woff'),
         url('fonts/klinicslabboldit.ttf') format('truetype'),
         url('fonts/klinicslabboldit.svg#KlinicSlabBoldItalic') format('svg');
}


@font-face {
    font-family: 'Klinic Slab Book Italic';
    src: url('fonts/klinicslabbookit.eot');
    src: url('fonts/klinicslabbookit.eot') format('embedded-opentype'),
         url('fonts/klinicslabbookit.woff') format('woff'),
         url('fonts/klinicslabbookit.ttf') format('truetype'),
         url('fonts/klinicslabbookit.svg#KlinicSlabBookItalic') format('svg');
}


@font-face {
    font-family: 'Museo Slab 100';
    src: url('fonts/museo_slab_100.eot');
    src: url('fonts/museo_slab_100.eot') format('embedded-opentype'),
         url('fonts/museo_slab_100.woff') format('woff'),
         url('fonts/museo_slab_100.ttf') format('truetype'),
         url('fonts/museo_slab_100.svg#MuseoSlab100') format('svg');
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 1.57; color: #565656; font-weight: 300; }

a { color: inherit; text-decoration: none; }
a img { border: 0; }
a:hover { text-decoration: underline; }

a[href^="tel"] { text-decoration: none; }

h1 { font-size: 43px; }
h2 { font-size: 26px; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.785em; }

p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.57em; }

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; }

/* Mobile */

@media (max-width: 767px) {
	h1 { font-size: 28px; }
	h2 { font-size: 20px; }
}

/* ------------------------------------------------------------ *\
	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; }

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100%; height: 100%; }

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container { min-height: 100%; margin-bottom: -68px; background: url(images/body.png) 0 0 repeat; position: relative; }

.container:after {height: 68px; content: ""; display: block; }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 960px; margin: auto; }

/* Tablet Portrait */

@media (max-width: 959px) {
	.shell { padding: 0 10px; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { padding: 50px 0 45px;  background: url(images/header.png) 0 0 repeat; }


.header .logo { display: inline-block; vertical-align: middle; }

/* Mobile */

@media (max-width: 767px) {
	.header { height: auto; }
	.header .logo { margin: 15px 0; }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main { min-height: 100%; height: 100%; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { padding: 20px 0; font-size: 13px; color: #e0ebf2; background: #2d8ab2; padding: 26px 0 22px; position: relative; z-index: 2; }
.footer .footer-inner { overflow: hidden; }

.footer .copyright { float: left; margin: 0; }
.footer .nav-footer { float: right; }

/* Mobile */

@media (max-width: 767px) {
	.footer { text-align: center; }
	.footer .copyright { float: none; width: 100%; margin-bottom: 20px; }

	.footer .nav-footer { float: none; }
}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content {}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar {}

/* ------------------------------------------------------------ *\
	III. Themes
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Plugins
\* ------------------------------------------------------------ */

.mfp-content > #popup-form .wf-formTpl { width: 100% !important; }
.mfp-content > #popup-form .wf-formTpl p { text-align: center; }
.mfp-content > #popup-form .wf-formTpl p span { color: #000 !important; font-size: 18px; }

.mfp-content > #popup-form .wf-formTpl .wf-footer,
.mfp-content > #popup-form .wf-formTpl .wf-body,
.mfp-content > #popup-form .wf-formTpl .wf-header { background: #fff !important; }
.mfp-content > #popup-form .wf-formTpl .wf-box #WFIfooter { height: 0 !important; display: none !important; }
.mfp-content > #popup-form .wf-formTpl .wf-box #WFIfooter { display: none !important; min-height: 0 !important; max-height: 0 !important;  padding: 0 !important; }
#WFIfooter { height: 0 !important; display: none !important; }

.mfp-content > #popup-form .wf-formTpl .wf-input.wf-req { border: 2px solid #ccc !important; border-radius: 4px !important;  box-shadow: 0 0 0 #000; padding: 5px 5px !important; }
.mfp-content > #popup-form .wf-formTpl .wf-button { color: #fff; background: #d40000 !important; font-size: 20px !important; border: 0; font-family: 'BEBAS', Arial, sans-serif !important; text-transform: uppercase !important; margin: 0 auto; padding: 10px 10px 8px;  text-align: center; border-radius: 5px !important; }

.mfp-bg { background: rgba(0,0,0,.5); }

.popup-white {position: relative; background: #FFF; padding: 20px; width: auto; max-width: 500px; margin: 20px auto; }
.mfp-content { position: absolute; top: -10px; visibility: hidden; opacity: 0; transition: all .5s ease;  }
.mfp-ready .mfp-content { position: absolute; visibility: visible; opacity: 1; top: 10%; left: 0; }
.mfp-hide .mfp-content  {  }
.popup-remove .popup-form { transition: all 0.2s; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; }
.mfp-content .popup-form { transition: -webkit-transform 0.6s, opacity 0.6s; transition: transform 0.6s, opacity 0.6s; }
.mfp-ready .mfp-content .popup-form { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }


/* ------------------------------------------------------------ *\
	IV.  Modules
\* ------------------------------------------------------------ */

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

.btn { display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; }

/* Mobile */

@media (max-width: 767px) {
	.btn-buy { max-width: 100%; }
	.btn-buy span { padding-top: 18px; }
}

.btn {display: inline-block; vertical-align: middle; font-family: 'Klinic Slab Bold'; color: #fff; text-decoration: none; }

.btn-red-big {width: 316px; /*border: 3px solid #fff;*/ line-height: 58px; text-align: center; overflow: hidden; padding: 0; } 
.btn-red {background: #bf4f41; border-radius: 35px; font-size: 28px; letter-spacing: -1px;  text-shadow: 2px 2px 0 rgba(0,0,0, .1); }
.btn-red:hover { text-decoration: none; background: #c66357; }

/* .btn-red-big .price {position: relative; float: right; padding: 0 35px 0 39px; margin-left: -23px; background: #c66357 url(images/btn-separator.png) no-repeat 0 0; height: 64px; line-height: 54px; } */

/* ------------------------------------------------------------ *\
	custom-subscribe-form
\* ------------------------------------------------------------ */

.custom-subscribe-form input[type=text], 
.custom-subscribe-form input[type=email] {border: 2px solid #ccc; box-shadow: 0 0 0 #000; }

.custom-subscribe-form .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; margin-bottom: 15px; }


.custom-subscribe-form button[type=submit] { color: #fff; background: #d40000; font-size: 20px; border: 0; font-family: 'BEBAS', Arial, sans-serif; text-transform: uppercase; margin: 0 auto; padding: 10px 10px 8px;  text-align: center; border-radius: 5px; }
.custom-subscribe-form .btn.btn-default { margin-left: 25%; text-align: center; width: 50%; }

/* Tablet Landscape */

@media (max-width: 959px) {
	.custom-subscribe-form .btn.btn-default { margin-left: 0; text-align: center; width: 100%; }	
}

/* ------------------------------------------------------------ *\
	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 !important; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field {}
.textarea {}
.select {}
.radio {}
.checkbox {}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form {}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	List Checks
\* ------------------------------------------------------------ */

.list-checks { list-style: none; margin: 0; padding: 0; }
.list-checks li { padding-left: 44px; position: relative; margin-bottom: 12px; }
.list-checks li strong { color: #000; }
.list-checks li:before { content: ''; width: 32px; height: 32px; background: url(images/check.png) no-repeat center; position: absolute; left: 0; top: 0; }

/* Mobile */

@media (max-width: 767px) {
	.list-checks li { font-size: 12px; }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {}

/* ------------------------------------------------------------ *\
	Modal
\* ------------------------------------------------------------ */

/* .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; } */

/* .modal.fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; } */

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav-footer ul { list-style: none; overflow: hidden; }
.nav-footer ul li { float: left; }
.nav-footer ul a { display: block; padding: 0 15px; }
.nav-footer ul a:hover { text-decoration: none; color: #000; }

/* Mobile */

@media (max-width: 767px) {
	.nav-footer ul { font-size: 0; }
	.nav-footer ul li { float: none; display: inline-block; vertical-align: middle; }
	.nav-footer ul a { font-size: 12px; padding: 0 5px; }
}

/* ------------------------------------------------------------ *\
	Form-popup

\* ------------------------------------------------------------ */

.popup-form { width: 487px; padding: 35px 38px 27px 38px; background: #fff; position: relative; margin: 0 auto; border-radius: 5px; }
.popup-form h3 { text-align: center; }
.popup-form h3  {  }
.popup-form small { text-align: center; display: block; }

.popup-form-video { width: 700px; height: 600px; padding: 0; }
.popup-form-video .mfp-close { color: #fff; top: -50px;  }

/* Mobile */

@media (max-width: 767px) {
	.popup-form { width: 400px; }
}

/* Mobile */

@media (max-width: 479px) {
	.popup-form { width: 310px; }


}

/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */
.section-about { background: url(images/welcome-bg.png) 0 0 no-repeat; background-size: 100% 100%;  margin: 0 auto; max-width: 1116px; padding-bottom: 120px; }

.section-about .section-inner { overflow: hidden; }

.section-about .section-body { float: left; width: 56%; padding-top: 15px; padding-right: 20px; padding-bottom: 20px; }
.section-about .section-body h1 { font-family: 'Klinic Slab Book',sans-serif; font-size: 51px; line-height: 1.02; color: #086ca0; font-weight: normal; margin-bottom: 10px; }
.section-about .section-body h2 { font-family: 'PT Sans Narrow', sans-serif; font-weight: 400; color: #262626; line-height: 1.1; margin-bottom: 10px; }

.section-about .section-image { float: left; width: 44%; padding-top: 20px; }
.section-about .section-image a { display: block; width: 345px; max-width: 100%; margin: 0 auto; }
.section-about .section-image img { width: 100%; height: auto; margin-bottom: 10px; }

.section-about .section-actions { text-align: center; }
.section-about .section-actions .btn { width: 316px }
.section-about .section-actions p { width: 345px; margin: 0 auto; font-family: 'Indie Flower', cursive; font-size: 20px; }

/* Tablet Portrait */

@media (max-width: 959px) {
	.section-about { padding-bottom: 140px;}
	.section-about .section-body { padding-bottom: 20px; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-about { background-size: cover; background-position: center center; padding-bottom: 100px; }
	.section-about .section-body,
	.section-about .section-image { float: none; width: 100%; padding-left: 0; padding-right: 0; }

	.section-about .section-actions p { margin: 0 auto 20px; }
	.section-about .section-actions .btn-red-big { width: 270px; line-height: 40px; font-size: 25px; height: auto; }
	.section-about .section-actions .btn-red-big .price {height: 40px; line-height: 37px; }
	.section-about .section-body h1 { font-size: 28px; }
}

/* ------------------------------------------------------------ *\
	Section Featured
\* ------------------------------------------------------------ */

.section-featured { margin: 20px 0 0; background-color: #f0f0f0; padding: 20px 0 25px; text-align: center; }

.section-featured .section-head { margin-bottom: 20px; }
.section-featured .section-head img { display: inline-block; vertical-align: middle; width: 240px; height: auto; margin-right: 10px; margin-top: 4px;  }
.section-featured .section-head p { display: inline-block; vertical-align: middle; margin: 0; font-size: 18px; color: #000; position: relative; top: 3px; }
.section-featured .section-head p span { font-weight: 700; color: #1f834f; }

.section-featured .section-body ul { list-style: none; font-size: 0; }
.section-featured .section-body ul li { display: inline-block; vertical-align: middle; margin: 0 20px 0; position: relative; }
.section-featured .section-body ul li:nth-child(2) { position: relative; top: 4px; } 

/* Mobile */

@media (max-width: 767px) {
	.section-featured { margin: 0; }
	.section-featured .section-body ul li { margin: 0 20px 20px; }
}

/* ------------------------------------------------------------ *\
	Section Quote
\* ------------------------------------------------------------ */

.section-quote { padding: 74px 0; text-align: center; }
.section-quote .testimonial-container { width: 80%; margin-left: 10%; }
.section-quote blockquote p { padding: 0 115px; font-size: 21px; font-style: italic; color: #202020; position: relative; margin-bottom: 40px; }
.section-quote blockquote p:before { content: ''; width: 92px; height: 73px; background: url(images/open-quote-huge.png) no-repeat center; position: absolute; left: 0; top: 6px; }
.section-quote blockquote p:after { content: ''; width: 92px; height: 73px; background: url(images/close-quote-huge.png) no-repeat center; position: absolute; right: 0; bottom: 2px; }
.section-quote blockquote strong { display: block; margin-bottom: 20px; font-size: 21px; font-style: italic; }
.section-quote blockquote cite { display: block; width: 36%; margin-left: 32%; text-align: left; font-style: normal; font-size: 16px; color: #9b9b9b; line-height: 1.4; }
.section-quote blockquote cite img { float: left; width: 40%; border: 3px solid #fff; box-shadow: 0 0 5px rgba(0,0,0,.35); margin-right: 15px; margin-top: 3px; }
.section-quote blockquote cite:after { content: ''; line-height: 0; display: table; clear: both; }
.section-quote blockquote cite span { float: left; width: 53%; }
.section-quote blockquote cite strong { display: block; color: #2f3e6c; font-style: normal; font-size: 16px; margin-bottom: 0; }

/* Tablet Portrait */

@media (max-width: 959px) {
	.section-quote .testimonial-container { width: 90%; margin-left: 5%; }

	.section-quote blockquote cite { width: 50%; margin-left: 25%; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-quote { padding: 30px 0; }

	.section-quote .testimonial-container { width: 100%; margin: 0; }
	.section-quote blockquote p { padding: 0 30px; font-size: 18px; position: relative; }
	.section-quote blockquote strong { font-size: 18px; }

	.section-quote blockquote cite { width: 60%; margin-left: 20%; }

	.section-quote blockquote p:before,
	.section-quote blockquote p:after { -webkit-transform: scale(.3); -ms-transform: scale(.3); transform: scale(.3); }

	.section-quote blockquote p:before { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }
	.section-quote blockquote p:after { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; }
}

@media(max-width: 479px){
	.section-quote blockquote cite { width: 100%; margin: 0; }	
}

/* ------------------------------------------------------------ *\
	Section Thank You
\* ------------------------------------------------------------ */

.section-thank-you { padding: 100px 0 80px; position: absolute; top: 55%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; }
.section-thank-you .section-actions { text-align: center; padding: 20px 0; }

/* Tablet Portrait */

@media (max-width: 959px) {
	.section-thank-you { padding: 50px 0 30px; }
	.section-thank-you .shell { padding: 0 30px; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-thank-you { padding: 30px 0 30px; position: static; -webkit-transform: none; -ms-transform: none; transform: none; }
	.section-thank-you .section-actions { padding-bottom: 0; padding-top: 30px; }
	.section-thank-you .section-actions .btn { width: 100%; display: block; }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider {}

.slider .slides { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {}

/* ------------------------------------------------------------ *\
	Thank You
\* ------------------------------------------------------------ */

.thank-you { background: rgba(51,152,204,.5); padding: 40px 60px 45px; border-radius: 10px; box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.5); }
.thank-you p { color: #fff; font-size: 18px; text-align: center; }

/* Tablet Portrait */

@media (max-width: 959px) {
	.thank-you { text-align: center; }
}

/* Mobile */

@media (max-width: 767px) {
	.thank-you { padding: 20px; }
	.thank-you p { font-size: 15px; }
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }