 
 
 
@font-face {
	font-family: 'Kitten Swash Monoline';
	src: url('fonts/KittenSwashMonolineTrial.eot');
	src: url('fonts/KittenSwashMonolineTrial.eot') format('embedded-opentype'),
		url('fonts/KittenSwashMonolineTrial.woff') format('woff'),
		url('fonts/KittenSwashMonolineTrial.ttf') format('truetype'),
		url('fonts/KittenSwashMonolineTrial.svg') format('svg'); 
} 
 
@font-face {
	@font-face {
	font-family: 'Hellena Script';
	src: url('webfonts/Hellena_Script/Hellena Script-webfont.eot');
	src: url('webfonts/Hellena_Script/Hellena Script-webfont.eot?#iefix') format('embedded-opentype'),
		url('webfonts/Hellena_Script/Hellena Script-webfont.woff') format('woff'),
		url('webfonts/Hellena_Script/Hellena Script.ttf') format('truetype'),
		url('webfonts/Hellena_Script/Hellena Script-webfont.svg') format('svg');
}
}             

/* ------------------------------- 1. LAYOUT ------------------------------
   ------------------------------------------------------------------------ */

html {
    box-sizing:border-box;
}

article,
aside,
details,
figcaption,
figure,
section,
hgroup,
main,
menu,
nav,
summary {
	display: block;
} 

/* ------------------------------ 2. BASE GRID --------------------------
   ---------------------------------------------------------------------- */

.mw-responsive {
    overflow-x:auto;
}

.mw-container {
	padding: 0;
	display: block;
}
.mw-panel {
	display: block;
    padding:0.01em 16px;
    margin-top:16px!important;
    margin-bottom:16px!important;
}

.mw-container:after,.mw-panel:after,.mw-row:after,.mw-row-padding:after,.mw-topnav:after,.mw-clear:after,.mw-button-group:before,.mw-button-group:after,.mw-button-bar:before,.mw-button-bar:after {
    content:"";
    display:table;
    clear:both;
}

.mw-col,.mw-one-half,.mw-one-third,.mw-twothird,.mw-threequarter,.mw-quarter {
	float: left;
	/* [disabled]width: 100%; */
}

.mw-one-third .mw-padding p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.mw-col.s1 {width:8.33333%}
.mw-col.s2 {width:16.66666%}
.mw-col.s3{width:24.99999%}
.mw-col.s4{width:33.33333%}
.mw-col.s5{width:41.66666%}
.mw-col.s6{width:49.99999%}
.mw-col.s7{width:58.33333%}
.mw-col.s8{width:66.66666%}
.mw-col.s9{width:74.99999%}
.mw-col.s10{width:83.33333%}
.mw-col.s11{width:91.66666%}
.mw-col.s12,.mw-one-half,.mw-one-third,.mw-twothird,.mw-threequarter,.mw-quarter{width:99.99999%}

@media only screen and (min-width:601px){
.mw-col.m1{width:8.33333%}
.mw-col.m2{width:16.66666%}
.mw-col.m3,.mw-quarter{width:24.99999%}
.mw-col.m4,.mw-one-third{
	width: 33.33333%;
}

.mw-col.m5{width:41.66666%}
.mw-col.m6,.mw-one-half{
	width: 49.99999%;
	margin-bottom: 0px;
}
.mw-footer-full .mw-row .mw-one-half {
}
.mw-col.m7{width:58.33333%}
.mw-col.m8,.mw-twothird{width:66.66666%}
.mw-col.m9,.mw-threequarter{width:74.99999%}
.mw-col.m10{width:83.33333%}
.mw-col.m11{width:91.66666%}
.mw-col.m12{width:99.99999%}}

@media only screen and (min-width:993px){
.mw-col.l1{width:8.33333%}
.mw-col.l2{width:16.66666%}
.mw-col.l3,.mw-quarter{width:24.99999%}
.mw-col.l4,.mw-one-third{width:33.33333%}
.mw-col.l5{width:41.66666%}
.mw-col.l6,.mw-one-half{width:49.99999%}
.mw-col.l7{width:58.33333%}
.mw-col.l8,.mw-twothird{width:66.66666%}
.mw-col.l9,.mw-threequarter{width:74.99999%}
.mw-col.l10{width:83.33333%}
.mw-col.l11{width:91.66666%}
.mw-col.l12{width:99.99999%}}                          

/* ----------------------------- 3. CLEARING ------------------------------
   ------------------------------------------------------------------------ */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; 
} 


/* -----------------------  4. FONT + HEADER TAGS  ------------------------
   ------------------------------------------------------------------------ */

body {
	 
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}

html {
    overflow-x:hidden;
}


h1,h2,h3,h4,h5,h6 {
 
}

h1 {
    font-size:36px;
}

h2 {
    font-size:30px;
}

h3 {
    font-size:24px;
}

h4 {
    font-size:20px;
}

h5 {
    font-size:18px;
}

h6 {
    font-size:16px;
}

h1,h2,h3,h4,h5,h6 {
    font-weight:300;
}

.mw-one-third .mw-padding h5 {
}

.mw-text-container-half-padding .mw-padding h5 {
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    font-weight:inherit;
}

/* ---------------------- 5. IMAGES + LINK STYLES -------------------------
   ------------------------------------------------------------------------ */

img {
    border-style:none;
} 

a {
    color:#1EAEDB;
}

a:hover {
  color: #0FA0CE; 
} 

.mesh-image {
    max-width:100%;
    height:auto;
}
						
.mw-rest {
    overflow:hidden;
}
								
.mw-hide {
	    display:none!important;
}
								
.mw-show-block,.mw-show {
	    display:block!important;
}
								
.mw-show-inline-block {
	    display:inline-block!important;
}

.mw-main,#main {
    transition:margin-left .4s;
}

/* ------------------------------- 6. NORMALIZE -------------------------------- 

 (extract normalize.css by Nicolas Gallagher + Jonathan Neal git.io/normalize) 

----------------( just in case I forgot something maybe :-) ------------------ */

html {
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}

body {
    margin:0;
}

article,aside,details,figcaption,figure,main,menu,nav,section,summary {
    display:block;
}

header {
	
}

a {
	color: #1EAEDB;
    background-color:transparent;
    -webkit-text-decoration-skip:objects;
    cursor:pointer;
}

a:active,a:hover {
    outline-width:0;
	color: #0FA0CE; 
}   

abbr[title] {
    border-bottom:none;
    text-decoration:underline;
    text-decoration:underline dotted;
}

dfn {
    font-style:italic;
}

mark {
    background:#ff0;
    color:#000;
}

small {
    font-size:80%;
}

sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}

sub {
    bottom:-0.25em;
}

sup {
    top:-0.5em;
}

svg:not(:root) {
    overflow:hidden;
}

code,kbd,pre,samp {
    font-family:monospace,monospace;
    font-size:1em;
}

figure {
    margin:1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-width: 0;
}

button,input,select,textarea {
    font:inherit;
    margin:0;
}

optgroup {
    font-weight:bold;
}

button,input {
    overflow:visible;
}

button,select {
    text-transform:none;
}

button,html [type=button],[type=reset],[type=submit]{
    -webkit-appearance:button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style:none;
    padding:0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline:1px dotted ButtonText;
}

fieldset {
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:.35em .625em .75em;
}

legend {
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal;
}

textarea {
    overflow:auto;
}

[type=checkbox],[type=radio] {
    padding:0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height:auto;
}

[type=search] {
    -webkit-appearance:textfield;
    outline-offset:-2px;
}

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

::-webkit-input-placeholder {
    color:inherit;
    opacity:0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance:button;
    font:inherit;
}

/* --------------------------- 7. MEDIA QUERIES --------------------------
   ------------------------------------------------------------------------ */

@media (max-width:600px){.mw-modal-content {margin:0 10px;width:auto!important}.mw-modal{padding-top:30px}}	
@media (max-width:768px){.mw-modal-content{width:500px}.mw-modal{padding-top:50px}}
@media (min-width:993px){.mw-modal-content{width:900px}}					

@media screen and (max-width:600px){
    .mw-topnav a { 
		display:block;
		}
	
    .mw-navigation li:not(.mw-opennav) {
		float:none;
		width:100%!important;
		display: inline;
	}
    .mw-navigation li.mw-right{float:none!important}
	
	.mw-container .mw-contentblock-center .mw-details p {
		padding-left:25px;
		padding-right:25px;
		margin-left: 25px;
		margin-right:25px;
	}
	
	.mw-footer-full {
		/*overflow: hidden;*/
		text-align: center;
		/*padding-left: 50px;*/
		/*height: 35px;*/
	}

	
}	

@media screen and (max-width:600px){
    .mw-topnav .mw-dropdown-hover .mw-dropdown-content,.mw-navigation .mw-dropdown-click .mw-dropdown-content,.mw-navigation .mw-dropdown-hover .mw-dropdown-content{position:relative}}	

@media screen and (max-width:600px){.mw-topnav,.mw-navigation{text-align:center}}

@media (max-width:600px){.mw-hide-small{display:none!important}
	.mw-contentblock-center {
		height: auto;
		text-align: center;
	 
	}
	.mw-contentblock-center .mw-bemarried  {
		display: inline-block;
		content-align: center;
		font-size: .8em;
		margin-bottom: 0px;
		padding-bottom: 0px;
		margin: 0 auto;
	}
	.mw-contentblock-center .mw-bemarried h4 {
		display: inline-block;
		padding-top: 10px;
		margin-top: 10px;
		margin-bottom: 0px;
		line-height: 1em;
		padding-bottom: 0px;
	}
	.mw-contentblock-center.mw-bemarried h5 {
		display: block;
		line-height: 1.25em;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	.mw-bestdayever {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	@media only screen and (max-width:500px){
		.mw-container.best-day{
			padding-bottom:20px;
		}
	}
	.mw-contentblock-center.mw-bestdayever  {
		display: inline-block;
		content-align: center;
		height: auto;
		font-size: .8em;
	}
	.mw-contentblock-center.mw-bestdayever h4 {
		display: inline-block;
		/*padding-top: 10px;
		margin-top: 10px;*/
		margin-bottom: 0px;
		line-height: 1em;
	}
	.mw-contentblock-center.mw-bestdayever a h5 {
		display: block;
		line-height: 1.25em;
	}
	.mw-celebrate {
		height: 300px;
	}
	.mw-parallax .mw-celebrate .mw-contentblock-center h2 {
		font-size: 3em;
	}
	.mw-parallax .mw-celebrate .mw-contentblock-center h1 {
		font-size: 1.5em;
		padding-top: 50px;
	}
	.mw-parallax .mw-celebrate .mw-contentblock-center h3 {
		font-size: .8em;
		letter-spacing: .2em;
		line-height: 3em;
	}
	
	.light.white_content {
		width: 100%;
		visibility: fixed;
		font-size: .8em;
	}
	
	/*#light2.white_content {
		width: 100%;
		visibility: fixed;
		font-size: .8em;
	}*/
}

@media (max-width:992px) and (min-width:601px){.mw-hide-medium{display:none!important}}

@media (min-width:993px){.mw-hide-large{display:none!important}}

@media screen and (max-width:992px){.mw-sidenav.mw-collapse{display:none}.mw-main{margin-left:0!important;margin-right:0!important}}

@media screen and (min-width:993px){.mw-sidenav.mw-collapse{display:block!important}}
                      

/* ------------------------------ 8. NAVIGATION ---------------------------
   ------------------------------------------------------------------------ */

/*background:rgba(0,0,0,0.6);
	opacity: .5;*/
	
.mw-navigation .mw-logo-hover:hover,.mw-navigation .mw-logo-hover:first-child,.mw-navigation .mw-logo-click:hover {
    background-color:#ccc;
    color:#000;
	background:rgba(0,0,0,0.6);
	opacity: .5; 
}

.mw-navigation a,.mw-topnav a,.mw-sidenav a,.mw-dropdown-content a,.mw-accordion-content a,.mw-dropnav a {
    text-decoration:none!important;
}

.mw-navigation .mw-opennav.mw-right {
    float:right!important;
}

.mw-header-nav {
}

.mw-navigation {
	list-style-type: none;
	overflow: hidden;
	background: url(img/background_maybe_header_1200x591.png);
	height: 30px;
}

.mw-navigation ul {
	display: inline-block;
	position: relative;
	float: right;
	margin: 0 auto;
}

@media only screen and (max-width:500px){
	.mw-navigation ul{
		padding-top:5px;
	}
}

.mw-navigation li {
	display: inline-block;
	list-style: none;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: middle;
}

@media only screen and (max-width:500px){
	.mw-navigation li:first-child{
		display:none;
	}
}


.mw-navigation li a,.mw-navitem {
	margin-right: 0px;
}

.mw-navigation .mw-dropdown-hover,.mw-navigation .mw-dropdown-click {
	position:static;
}

img.icon:hover {
	opacity: .675;
}

.logo{
	padding:7px 0 7px 15px;
	display: block;
	float: left;
}

.logo img{
	
	/*padding: 7px;*/
}

img.logo:hover {
	color: #FFFFFF;
	opacity: 0.675;
}

ul li .follow-me {
	display: inline;
}

.mw-navigation a,.mw-topnav a,.mw-sidenav a,.mw-dropdown-content a,.mw-accordion-content a,.mw-dropnav a {
    text-decoration:none!important;
}

.mw-navigation .mw-opennav.mw-right {
    float:right!important;
}

.mw-tooltip,.mw-display-container {
	position: relative;
	margin-right: 25px;
	display: inline-block;
	float: right;
}
.mw-fluid {
    max-width:100%;
    height:auto;
}


/* ------------------------- 9. MAIN IMAGE HEADER -------------------------
   ------------------------------------------------------------------------ */

.mw-header-image-full {
	display: block;
	width: 100%;
}

/* .mw-parallax-animation - height:100%; background:rgba(0,0,0,0.6); opacity:.5; */

.mw-parallax {
	background-image: url(img/img_married_couple_holding_hands_1200x961.jpg);
	height: 100%;
	min-height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}  

@media only screen and (max-width:768px){
	.mw-parallax{
		background-attachment: initial;
	}
}

/* ------------------- CALL TO ACTION: WEDDING PLANNER --------------------
   ------------------------------------------------------------------------ */
 
#fade.black_overlay { 
	display: none; 
	position: fixed; 
	top: 0%; 
	left: 0%; 
	width: 100%; 
	height: 100%; 
	background-color: black; 
	z-index: 1001; 
	-moz-opacity: 0.8; 
	opacity: .80; 
	filter: alpha(opacity=80); 
} 

#light.white_content { 
	display: none; 
	position: fixed; 
	top: 25%; 
	left: 25%; 
	width: 50%;  
	padding: 16px; 
	background-color: white; 
	z-index: 1002; 
	overflow: auto; 
	height: 346px;
} 

@media only screen and (max-width:500px){
	#light.white_content{
		top:20px;
		left:20px;
		width:90%;
		height:auto;
	}
}

#light {
	display: block;
}

#light h4 {
    font-family: "Kitten Swash Monoline";
    color: #2d2d2c;
    font-size: 2.25em;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: .04em;
}

#light h5 {
    font-family: "brandon-grotesque";
    color: #000;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.375;
    text-transform: capitalize;
    letter-spacing: .1em;
} 

.white_content h4 {
	font-family: "Kitten Swash Monoline";
	color: #2d2d2c;
	font-size: 2.25em;
	font-weight: 400;
	line-height: 1.333;
}

.white_content h5 {
	font-family: "brandon-grotesque";
	color: #000000;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.375;
}

.mw-everafter #light a {
	color: #000;
	border: thin #000;
}

.mw-everafter #light .fa.fa-times {
	float: right;
	color: #333;
}

#light2 {
	display: block;
}

#light2 h4 {
    font-family: "Kitten Swash Monoline";
    color: #2d2d2c;
    font-size: 2.25em;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: .04em;
}

#light2 h5 {
    font-family: "brandon-grotesque";
    color: #000;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.375;
    text-transform: capitalize;
    letter-spacing: .1em;
} 

.mw-everafter #light2 a {
	color: #000;
	border: thin #000;
}

#light2 a .fa.fa-times {
	float: right;
	color: #333;
}

#fade2.black_overlay { 
	display: none; 
	position: fixed; 
	top: 0%; 
	left: 0%; 
	width: 100%; 
	height: 100%; 
	background-color: black; 
	z-index: 1001; 
	-moz-opacity: 0.8; 
	opacity: .80; 
	filter: alpha(opacity=80); 
} 

#light2.white_content { 
	display: none; 
	position: fixed; 
	top: 25%; 
	left: 25%; 
	width: 50%;  
	padding: 16px; 
	background-color: white; 
	z-index: 1002; 
	overflow: auto; 
	height: 346px;
} 

/* -------------------------- 10. CONTENT BLOCKS -------------------------
   ------------------------------------------------------------------------ */

.mw-contentblock {
    max-width:980px;
    margin:auto;
}

.mw-contentblock-center {
	text-align: center;
	/*height: 161px;*/
	/*display: inline-block;*/
	width: 100%;
	z-index: 9999;	
}

@media only screen and (max-width:600px){
	.mw-inner-content{
		max-width:90%;
		margin:0 auto;
	}
}

.mw-contentblock-centered tr th,.mw-contentblock-centered tr td {
    text-align:center;
}

.mw-celebrate {
	display: block;
	height:700px;
	background-color: rgba(0,0,0, 0.5);
}

.mw-celebrate h1 {
	display: inline-block;
	color: #e4cd87;
	font-family: "brandon-grotesque";
	font-size: 2.63em;
	font-weight: 700;
	padding-bottom: 5px;
	padding-top: 125px;
	margin-bottom: 0;
	letter-spacing: .125em;
}

.mw-celebrate h2 {
	font-family: "Kitten Swash Monoline";
	color: #e4cd87;
	font-size: 6.38em;
	font-weight: 400;
	line-height: 1.15em;
	margin-top: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.mw-celebrate h3 {
	font-family: "brandon-grotesque";
	color: #ffffff;
	font-size: 1em;
	font-weight: 700;
	line-height: 2em;
	letter-spacing: 0.4em;
}

.mw-everybride {
	max-height: 161px;
	display: block;
}

.mw-everybride h4 {
	font-family: "Kitten Swash Monoline";
	color: #2d2d2c;
	font-size: 2.25em;
	font-weight: 400;
	line-height: 0.833em;
	letter-spacing: .04em;
	margin-bottom: 0px;
}

.mw-everybride h5 {
	font-family: "brandon-grotesque";
	color: #000000;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.375;
	letter-spacing: 0.3em;
	text-transform: capitalize;
	margin-top: 16px;
}



.mw-everafter {
	max-height: 161px;
}

.mw-everafter a {
	text-decoration: none;
}

.mw-everafter a h5 {
	text-decoration: none;
	transition:all .3s ease-in-out;
}

.mw-everafter a h5:hover {
	text-decoration: none;
	color: #fd8f2d;
    opacity: 0.5;
}

.mw-everafter h4 {
	font-family: "Kitten Swash Monoline";
	color: #2d2d2c;
	font-size: 2.25em;
	font-weight: 400;
	line-height: 0.833;
	letter-spacing: .04em;
	margin-bottom: 0px;
}

.mw-everafter h5 {
	font-family: "brandon-grotesque";
	color: #fd8f2d;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.375;
	letter-spacing: 0.3em;
	text-transform: capitalize;
	margin-top: 16px;
}

@media only screen and (max-width:600px){
	.mw-everafter h4{
		margin-top:40px;
	}

	.mw-everafter h5{
		font-size:.8em;
		margin-bottom:30px;
	}
}

.mw-bemarried {
	max-height: 161px;
}

.mw-bemarried h4 {
	font-family: "Kitten Swash Monoline";
	color: #2d2d2c;
	font-size: 2.25em;
	font-weight: 400;
	line-height: 0.833;
	letter-spacing: .04em;
	margin-bottom: 0px;
}

.mw-bemarried h5 {
	font-family: "brandon-grotesque";
	color: #000000;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.375;
	letter-spacing: 0.3em;
	text-transform: capitalize;
	margin-top: 16px;
}

.mw-details {
	width: 100%;
	background-color: #efecec;
	padding-top:30px;
	/*margin-top: -20px;*/
}

.mw-details p {
    text-align: center;
    font-family: "brandon-grotesque";
    letter-spacing: .04em;
    color: #3e3e3e;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.375;
	 max-width: 1000px;
	 margin: 0 auto;
	 padding-bottom:30px;
}


@media only screen and (max-width:600px){
	.mw-details p span{
		margin-top:20px;
		display:block;
	}
}
.mw-container .mw-contentblock-center .mw-details p {
}

.mw-contentblock-center .mw-bestdayever {
}

.mw-bestdayever {
	display: inline-block;
	height: 160px;
	
}

.mw-bestdayever h4 {
	text-align: center;
	font-family: "Kitten Swash Monoline";
	color: #2d2d2c;
	font-size: 2.25em;
	font-weight: 400;
	line-height: 0.833em;
	letter-spacing: .04em;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.mw-bestdayever h5 {
	text-align: center;
	font-family: "brandon-grotesque";
	color: #fd8f2d;
		font-size: 1em;
	font-weight: 700;
	line-height: 1.375;
	letter-spacing: 0.3em;
	text-transform: capitalize;
	margin-top: 16px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	margin-bottom: 0px;
}

.mw-bestdayever a {
	text-decoration: none;
}

.mw-bestdayever a h5 {
	text-decoration: none;
	transition:all .3s ease-in-out;
}

.mw-bestdayever a h5:hover {
	text-decoration: none;
	color: #fd8f2d;
    opacity: 0.5;
}

.mw-one-third .mw-padding h5 {
	font-family: "brandon-grotesque";
	font-size: 1em;
	color: #DDBC65;
	font-weight: 500;
	letter-spacing: .3em;
	margin:0;
	margin-bottom:30px;
}

.mw-one-third .mw-padding p {
	font-family: "brandon-grotesque";
	color: #000000;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: .05em

}

.mw-text-container-half-padding .mw-padding h5 {
	font-family: "brandon-grotesque";
	font-size: 1em;
	line-height: 1.375;
	color: #bf9c4d;
	font-weight: 700;
	padding-left: 25px;
	padding-right: 25px;
}

.mw-text-container-half-padding .mw-padding p {
	font-family: "brandon-grotesque";
	color: #000000;
	font-size: 1em;
	font-weight: 500;
	padding-left: 25px;
	padding-right: 25px;
}
/* ------------------------ 11. BOXES + CONTAINERS -------------------------
   ----------------------------  (custom classes)  -------------------------- */


/* ----- BOX-TRADITIONAL (1 of 3 in SINGLE ROW) ----- */
.mw-box,
.mw-box-lg{
	overflow:hidden;
	cursor:pointer;
}

@media only screen and (max-width:600px){
	.mw-box-lg{
		margin-top:-4px;
	}
}

.mw-box h4{
	opacity:1;
	-webkit-transition: all 0.5s ease-in-out .3s;
  	-moz-transition: all 0.5s ease-in-out .3s;
  	-o-transition: all 0.5s ease-in-out .3s;
  	transition: all 0.5s ease-in-out .3s;
}

.mw-box:hover h4,
.mw-box:focus h4,
.mw-box:active h4{
	opacity:0;
}
/*.mw-hover{
	opacity:0;
	-webkit-transition: opacity 0.5s;
	  -moz-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  transition: opacity 2s cubic-bezier(.59,0,.68,.99);
}*/

/*.mw-box:hover .mw-hover{
	opacity:1;
}*/


.mw-box .mw-box-hovertext{
	height: 300px;
    position: absolute;
    top: -400px; /* 70px */
    left: 0;
    padding:15%;
    display:table;
    opacity:0;
    -webkit-transition: top 0.7s ease-in-out ;
	-moz-transition: top 0.7s ease-in-out;
	 -o-transition: top 0.7s ease-in-out;
	  transition: top 0.9s cubic-bezier(.59,0,.68,.99), opacity 1.1s cubic-bezier(.59,0,.68,.99) .3s;
	 /* -webkit-transition: opacity 1s ease-in-out ;
	-moz-transition: opacity 1s ease-in-out;
	 -o-transition: opacity 1s ease-in-out;
	  transition: opacity 1s cubic-bezier(.59,0,.68,.99);*/
} 

.mw-box .mw-box-hovertext p{
	display:table-cell;
	vertical-align:middle;
	font: 1em/1.5 "brandon-grotesque";

    letter-spacing: 0.03em;
}   

.mw-box:hover .mw-box-hovertext,
.mw-box:focus .mw-box-hovertext,
.mw-box:active .mw-box-hovertext{
	top:0px;
	opacity:1;
}

.mw-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.5);
    opacity:0;
    -webkit-transition: all 0.5s ease-in-out .2s;
  	-moz-transition: all 0.5s ease-in-out .2s;
  	-o-transition: all 0.5s ease-in-out .2s;
  	transition: all 0.5s ease-in-out .2s;
}

.mw-box:hover .mw-cover,
.mw-box:focus .mw-cover,
.mw-box:active .mw-cover{
	opacity:1;
}

.mw-box-lg:first-child .mw-hover{
	/*left:800px;*/
}

.mw-box-lg h6{
	opacity:1;
	-webkit-transition: all 0.5s ease-in-out .3s;
  	-moz-transition: all 0.5s ease-in-out .3s;
  	-o-transition: all 0.5s ease-in-out .3s;
  	transition: all 0.5s ease-in-out .3s;
}

.mw-box-lg:hover h6,
.mw-box-lg:focus h6,
.mw-box-lg:active h6{
	opacity:0;
}

.mw-box-lg .mw-box-hovertext{
	height: 460px;
    position: absolute;
    top: -800px; /* 70px */
    left: 0;
    padding:10%;
    display:table;
    opacity:0;
    -webkit-transition: top 0.7s ease-in-out ;
	-moz-transition: top 0.7s ease-in-out;
	 -o-transition: top 0.7s ease-in-out;
  	transition: top 0.9s cubic-bezier(.59,0,.68,.99), opacity 1.1s cubic-bezier(.59,0,.68,.99) .3s;
}

.mw-box-lg:hover .mw-box-hovertext,
.mw-box-lg:focus .mw-box-hovertext,
.mw-box-lg:active .mw-box-hovertext{
	top:0;
	opacity:1;
}

.mw-box-lg .mw-box-hovertext .mw-hover-content{
	display:table-cell;
	vertical-align:middle;
	background-color:#efecec;
}

.mw-box-lg .mw-box-hovertext .mw-hover-content p{
	background-color:#efecec;
	width:80%;
	margin:0 auto;
	/*padding:80px 20px;*/
	font: 1em/1.5 "brandon-grotesque";
    color: #333;
    letter-spacing: 0.03em;
    font-weight:500;
}

.mw-box-traditional {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 300px;
	text-align: center;
	background-image: url(img/floral-background_400x300.png);
	background-color: #cbc9c7;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/* --- box-traditional : header --- */
.mw-box-traditional h4 {
	padding-top: 100px;
	text-align: baseline;
	display: inline-block;
	font-size: 1.6em;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	letter-spacing: .25em;
	font-weight: 500;
	opacity: 1;
}

/* ---- box-traditional : inactive state (opacity to 0 so hidden--- */
.mw-box-traditional p {
	text-align: baseline;
	
	color: #333;
}

/* ---- box-traditional : hover state (opacity to 1 for visibility --- */
.mw-box-traditional-hovertext p {
	opacity: 1!important;
	line-height: 1.5;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	opacity: 1;
}
 
/* --- box-traditional : hover state --- */
.mw-box-traditional-hovertext {
	/*display: inline-block;*/
    height: 300px;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 0 20px 0 20px;
    /*opacity: 0;*/
}

/* ----- BOX-ROMANTIC (2 of 3 in SINGLE ROW) ----- */
.mw-box-romantic {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 300px;
	text-align: center;
	background: url(img/Illustration_Romantic-Box_Hearts_400x300.png);
	background-color: #eee5db;
	background-repeat: no-repeat;
	background-size: cover;
 
	position: relative;
}

/* --- box-romantic : header --- */
.mw-box-romantic h4 {
	padding-top: 90px;
	text-align: baseline;
	display: inline-block;
	font-family: 'Hellena Script';
	font-size: 1.8em;
	color: #000;
	letter-spacing: .35em;
	opacity: 1;
}

/* ---- box-romantic : inactive state (opacity to 0 so hidden--- */
.mw-box-romantic p {
	/*font: 1em "brandon-grotesque";*/
	/*line-height: 1.5;*/
	color: #333;
	text-align: baseline;
 
}

/* ---- box-romantic : hover state (opacity to 1 for visibility --- */
.mw-box-romantic-hovertext p {
	opacity: 1!important;
	line-height: 1.5;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	opacity: 1;
}
 
/* --- box-romantic : hover state --- */
.mw-box-romantic-hovertext {
	/*display: inline-block;*/
    height: 300px;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 0 20px 0 20px;
}   

/* ----- BOX-MODERN (3 of 3 in SINGLE ROW) ----- */
.mw-box-modern {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 300px;
	text-align: center;
	background-image: url(img/illustration_stripes_400x300.png);
	background-color: #ece9e9;
	position: relative;
}

/* --- box-modern : header --- */
.mw-box-modern h4 {
	padding-top: 95px;
	text-align: baseline;
	display: inline-block;
	font: 1.6em "brandon-grotesque";
	color: #000;
	letter-spacing: .2em;
	opacity: 1;
	font-weight: 600;
}

/* ---- box-modern : inactive state (opacity to 0 so hidden--- */
.mw-box-modern p {
	/*display: inherit;*/
	/*font: 1em "brandon-grotesque";*/
	line-height: 1.5;
}

/* ---- box-modern : hover state (opacity to 1 for visibility --- */
.mw-box-modern-hovertext p {
	opacity: 1!important;
	/*line-height: 1.5;*/
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	opacity: 1;
}
 
/* --- box-modern : hover state --- */
.mw-box-modern-hovertext {
	/*display: inline-block;*/
    height: 300px;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 0 20px 0 20px;
}         

/* VENUE IMAGE BOX (1 of 2 in SINGLE ROW) */
.mw-box-venue {
	width: 100%;
	display: inline-block;
	margin-left: 0px;
	height: 460px;
	text-align: center;
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
                rgba(0,0,0,0.25) url(img/img_empty_reception_venue_with_settings_599x471.png) no-repeat;
	position: relative;
	background-size: cover;
}

/* VENUE BOX HEADER STYLE :: DEFAULT STATE */
.mw-box-venue h6 {
	color: #fff;
	padding-top: 125px;
	letter-spacing: .1em;
	font: 1.8em "brandon-grotesque";
	font-weight: 500;
	text-transform: uppercase;

}

/* VENUE BOX HOVER STATE */
.mw-box-venue-hover p {
/*	font: .8em/1.5em "brandon-grotesque";
	color: #333;
	background-color: #efecec;
	width: 90%;
	letter-spacing: 0.2em;
	margin-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 60px;
	padding-bottom: 60px;
	opacity: 1;
	font-weight: 500;*/
}

/* CONTAINER FOR HOVER STATE */
.mw-box-venue .mw-box-venue-hover {
    position: absolute;
    top: 75px;
    left: 25px;
    opacity: 1;
    height: 50%;
    width: 100%;
    cursor: pointer;
    margin-top: 0px;
   /* display: inline-block;*/
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

/* PRE-HOVER BOX STATE */
.mw-box-venue-hover p {
	/*opacity: 0;*/
}

/* SERVICES IMAGE BOX ( 2 of 2 in SINGLE ROW) */
.mw-box-services {
	width: 100%;
	display: inline-block;
	margin-left: 0px;
	height: 460px;
	text-align: center;
	background:linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
                rgba(0,0,0,0.25) url(img/img_bridal_party_laughing_at_dinner_reception_620x486.png) no-repeat;
	position: relative;
	margin-right: 0px;
	background-size: cover;
	 position:relative;

}

 
 

/* VENUE BOX HEADER STYLE :: DEFAULT STATE */
.mw-box-services h6 {
	color: #fff;
	padding-top: 125px;
	letter-spacing: .1em;
	font: 1.8em "brandon-grotesque";
	font-weight: 500;
	text-transform: uppercase;

}

/* services BOX HOVER STATE */
.mw-box-services-hover p {
	font: .8em/1.5em "brandon-grotesque";
	color: #333;
	background-color: #efecec;
	width: 90%;
	letter-spacing: 0.2em;
	margin-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 60px;
	padding-bottom: 60px;
	opacity: 1;
	font-weight: 500;
}

/* CONTAINER FOR HOVER STATE */
.mw-box-services .mw-box-services-hover {
    position: absolute;
    top: 75px;
    left: 25px;
    opacity: 1;
    height: 50%;
    width: 100%;
    cursor: pointer;
    margin-top: 0px;
   /* display: inline-block;*/
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

/* PRE-HOVER BOX STATE */
.mw-box-services-hover p {
	/*opacity: 0;*/
}







.mw-background-container-full {
	width: 100%;
	background-image: url(img/background_gold_1200x1228.png);
	background-size:cover;
	background-repeat:no-repeat;
}

.mw-text-container-full-padding {
	background-color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 94%;
	margin: 3%;
	padding:45px 0;
}

.mw-background-image-full {
	width: 100%;
	background-image: url(img/img_wedding_guests_wine_glasses_cheers_1200x916.jpg);
	background-size: cover;
}

@media only screen and (max-width:600px){
	.mw-background-image-full{
		padding-bottom:13px;

	}
}

.mw-text-container-half-padding-top-left {
	background-color: #efecec;
	min-height: 325px;
	text-align: center;
	display: inline-block;
	width: 90%;

	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;

	margin-top: 40px;
	margin-left: 25px;
	margin-bottom: 40px;
	margin-right: 25px;
}

.mw-text-container-half-padding-top-left h5 {
	font-family: "brandon-grotesque";
	font-size: 1em;
	line-height: 1.375;
	color: #000000;
	font-weight: 500;
	letter-spacing: .3em;
}

.mw-text-container-half-padding-top-left h6 {
	font-family: "brandon-grotesque";
	font-size: 1em;
	line-height: 1.3;
	color: #3e3e3e;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mw-text-container-half-padding-top-left p {
	font-family: "brandon-grotesque";
	font-size: 1em;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3e3e3e;
	font-weight: 500;
}

.mw-text-container-half-padding-top-right {
	background-color: #efecec;
	min-height: 325px;
	text-align: center;
	display: inline-block;
	width: 90%;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	float: right;

	margin-top: 40px;
	margin-left: 25px;
	margin-bottom:40px;
	margin-right: 25px;
}

.mw-text-container-half-padding-top-right h5 {
	font-family: "brandon-grotesque";
	font-size: 1em;
	line-height: 1.375;
	color: #000000;
	font-weight: 700;
	letter-spacing: .2em;
}

.mw-text-container-half-padding-top-right h6 {
	font-family: "brandon-grotesque";
	font-size: 1em;
	line-height: 1.3;
	color: #3e3e3e;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mw-text-container-half-padding-top-right p {
	font-family: "brandon-grotesque";
	font-size: 1em;
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3e3e3e;
	font-weight: 500;
}

.mw-text-container-half-padding-bottom-left {
	background-color: #efecec;
	text-align: center;
	min-height: 450px;
	display: inline-block;
	width: 90%;

	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;

	margin-top: 40px;
	margin-left: 25px;
	margin-bottom: 40px;
	margin-right: 25px;
}
 

.mw-text-container-half-padding-bottom-left h5 {
	font-family: "brandon-grotesque";
	font-size: 1em;
	line-height: 1.375;
	color: #000000;
	font-weight: 700;
	letter-spacing: .2em;
}

.mw-text-container-half-padding-bottom-left h6 {
	font-family: "brandon-grotesque";
	font-size: 1em;
	line-height: 1.3;
	color: #3e3e3e;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mw-text-container-half-padding-bottom-left p {
	font-family: "brandon-grotesque";
	font-size: 1em;
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3e3e3e;
	font-weight: 500;
}

.mw-text-container-half-padding-bottom-right {
	background-color: #efecec;
	text-align: center;
	min-height: 450px;
	display: inline-block;
	width: 90%;
	float: right;

	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;

	margin-top: 40px;
	margin-left: 25px;
	margin-bottom: 40px;
	margin-right: 25px;
}


.mw-text-container-half-padding-bottom-right h5 {
	font-family: "brandon-grotesque";
	font-size: 1em;
	line-height: 1.375;
	color: #000000;
	font-weight: 700;
	letter-spacing: .2em;
}

.mw-text-container-half-padding-bottom-right h6 {
	font-family: "brandon-grotesque";
	font-size: 1em;
	line-height: 1.3;
	color: #3e3e3e;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mw-text-container-half-padding-bottom-right p {
	font-family: "brandon-grotesque";
	font-size: 1em;
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3e3e3e;
	font-weight: 500;
}


/* --------------------------- 12. NAVIGATION ---------------------------
   ----------------------------------------------------------------------- */


.mw-code,.mw-codespan {
    font-family:Consolas,"courier new";
    font-size:16px;
}

.mw-code {
    line-height:1.4;
    width:auto;
    background-color:#fff;
    padding:8px 12px;
    border-left:4px solid #4CAF50;
    word-wrap:break-word;
}

.mw-codespan {
    color:crimson;
    background-color:#f1f1f1;
    padding-left:4px;
    padding-right:4px;
    font-size:110%;
}

.mw-example,.mw-code {
    margin:20px 0;
}

/* ----------------------------  13. FOOTER  -----------------------------
   ----------------------------------------------------------------------- */

.mw-footer-full {
	display: block;
	background-image: url(img/footer_goldy.png);
	width: 100%;
	/*height: 70px;*/
	background-size: cover;
}

.mw-footer-full p {
	font: 1em/0em "brandon-grotesque";
	color: #ffffff;
	/*float: left;*/
	/*padding-top: 5px;*/
	line-height: 1.5em;
	letter-spacing: .1em;
	/*padding-left: 5px;*/
	padding:0;
	margin:0;
	margin-top:3%;
	font-weight:700;
}

.mw-footer-icons-right{
	float:right;
}

.mw-footer-icons-right ul {
	/*display: inline-block;*/
	/*float: right;*/
	/*padding-top: 5px;
	padding-bottom:5px;
	margin-top: 0px;
	margin-bottom: 0px;*/
	padding:0;
	margin:0;
}

.mw-footer-icons-right li {
	padding: 5px;
	display: inline-block;
/*	float: right;*/
	list-style: none;
	vertical-align: middle;

}

.mw-footer-text{
	float:left;
}

.mw-footer-icons-right li:first-child {
	margin-right:20px;
}

.mw-footer-icons-right li:hover {
	opacity: .75;  
	transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
}

.mw-footer-icons-right a {
    border-bottom:3px solid transparent;
    -webkit-transition:border-bottom .3s;
    transition:border-bottom .3s;
}

.mw-footer-icons-right a:hover {
    border-bottom:3px solid #fff;
}

.footer-content{
	padding:10px 20px;
}

@media screen and (max-width:600px){
	.mw-footer-icons-right{
		float:none;
	}

	.mw-footer-text{
		float:none;
		margin-bottom:20px;
	}
}

/* ---------------------------- 14. TABLES ------------------------------
   ----------------------------------------------------------------------- */

.mw-table,.mw-table-all {
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    display:table;
}

.mw-table-all {
    border:1px solid #ccc;
}

.mw-bordered tr,.mw-table-all tr {
    border-bottom:1px solid #ddd;
}

.mw-striped tbody tr:nth-child(even) {
    background-color:#f1f1f1;
}

.mw-table-all tr:nth-child(odd) {
    background-color:#fff;
}

.mw-table-all tr:nth-child(even) {
    background-color:#f1f1f1;
}

.mw-hoverable tbody tr:hover,.mw-ul.mw-hoverable li:hover {
    background-color:#ccc;
}


.mw-table td,.mw-table th,.mw-table-all td,.mw-table-all th {
    padding:8px 8px;
    display:table-cell;
    text-align:left;
    vertical-align:top;
}

.mw-table th:first-child,.mw-table td:first-child,.mw-table-all th:first-child,.mw-table-all td:first-child {
    padding-left:16px;
}

/* --------------------------- 15. LIST STYLES ---------------------------
   ----------------------------------------------------------------------- */

ul.mw-ul {
    list-style-type:none;
    padding:0;
    margin:0;
}

ul.mw-ul li {
    padding:6px 2px 6px 16px;
    border-bottom:1px solid #ddd;
}

ul.mw-ul li:last-child {
    border-bottom:none;
}

/* -------------------------  16. INTERACTIONS  --------------------------
   ----------------------------------------------------------------------- */


.mw-opacity,.mw-hover-opacity:hover {
    opacity:0.60;
    filter:alpha(opacity=60);
    -webkit-backface-visibility:hidden;
}

.mw-opacity-off,.mw-hover-opacity-off:hover {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-backface-visibility:hidden;
}

.mw-text-shadow {
    text-shadow:1px 1px 0 #444;
}

.mw-text-shadow-white {
    text-shadow:1px 1px 0 #ddd;
}

.mw-transparent {
    background-color:transparent!important;
}

.mw-hover-none:hover {
	box-shadow:none!important;
	background-color:transparent!important;
}

.mw-button,.mw-button-floating,.mw-dropnav a,.mw-button-floating-large,.mw-button-block,.mw-hover-shadow,.mw-hover-opacity,.mw-hover-opacity-off,
.mw-navigation a,.mw-sidenav a,.mw-pagination li a,.mw-hoverable tbody tr,.mw-hoverable li,.mw-accordion-content a,.mw-dropdown-content a,.mw-dropdown-click:hover,.mw-dropdown-hover:hover,.mw-opennav,.mw-closenav,.mw-closebutton,
.mw-hover-amber,.mw-hover-aqua,.mw-hover-blue,.mw-hover-light-blue,.mw-hover-brown,.mw-hover-cyan,.mw-hover-blue-grey,.mw-hover-green,.mw-hover-light-green,.mw-hover-indigo,.mw-hover-khaki,.mw-hover-lime,.mw-hover-orange,.mw-hover-deep-orange,.mw-hover-pink,
.mw-hover-purple,.mw-hover-deep-purple,.mw-hover-red,.mw-hover-sand,.mw-hover-teal,.mw-hover-yellow,.mw-hover-white,.mw-hover-black,.mw-hover-grey,.mw-hover-light-grey,.mw-hover-dark-grey,.mw-hover-text-amber,.mw-hover-text-aqua,.mw-hover-text-blue,.mw-hover-text-light-blue,
.mw-hover-text-brown,.mw-hover-text-cyan,.mw-hover-text-blue-grey,.mw-hover-text-green,.mw-hover-text-light-green,.mw-hover-text-indigo,.mw-hover-text-khaki,.mw-hover-text-lime,.mw-hover-text-orange,.mw-hover-text-deep-orange,.mw-hover-text-pink,.mw-hover-text-purple,
.mw-hover-text-deep-purple,.mw-hover-text-red,.mw-hover-text-sand,.mw-hover-text-teal,.mw-hover-text-yellow,.mw-hover-text-white,.mw-hover-text-black,.mw-hover-text-grey,.mw-hover-text-light-grey,.mw-hover-text-dark-grey{-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}

.mw-button,.mw-button-block {
    border:none;
    display:inline-block;
    outline:0;
    padding:6px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none!important;
    color:#fff;
    background-color:#000;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
}

.mw-disabled,.mw-button:disabled,.mw-button-floating:disabled,.mw-button-floating-large:disabled {
    cursor:not-allowed;
    opacity:0.3;
}

.mw-button.mw-disabled *,.mw-button-block.mw-disabled,.mw-button-floating.mw-disabled *,.mw-button:disabled *,.mw-button-floating:disabled * {
    pointer-events:none;
}

.mw-button.mw-disabled:hover,.mw-button-block.mw-disabled:hover,.mw-button:disabled:hover,.mw-button-floating.mw-disabled:hover,.mw-button-floating:disabled:hover,.mw-button-floating-large.mw-disabled:hover,.mw-button-floating-large:disabled:hover {
	box-shadow:none;
}

.mw-button:hover,.mw-button-block:hover,.mw-button-floating:hover,.mw-button-floating-large:hover {
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.mw-button-block {
    width:100%;
}

.mw-button,.mw-button-floating,.mw-button-floating-large,.mw-closenav,.mw-opennav {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.mw-button-floating,.mw-button-floating-large {
    display:inline-block;
    text-align:center;
    color:#fff;
    background-color:#000;
    position:relative;
    overflow:hidden;
    z-index:1;
    padding:0;
    border-radius:50%;
    cursor:pointer;
    font-size:24px;
}

.mw-button-floating {
    width:40px;
    height:40px;
    line-height:40px;
}

.mw-button-floating-large {
    width:56px;
    height:56px;
    line-height:56px;
}

.mw-button-group .mw-button {
    float:left;
}

.mw-button-bar .mw-button {
    box-shadow:none;
    background-color:inherit;
    color:inherit;
    float:left;
}

.mw-button-bar .mw-button:hover {
    background-color:#ccc;
}

.mw-ripple {
    position:relative;
    overflow:hidden;
}

.mw-ripple:after {
    content:"";
    background:#ccc;
    position:absolute;
    padding:300%;
    bottom:0;
    left:0;
    opacity:0;
    transition:0.8s;
}

.mw-ripple:active:after {
    padding:0;
    opacity:1;
    transition:0s;
}

.mw-badge,.mw-tag,.mw-sign {
    background-color:#000;
    color:#fff;
    display:inline-block;
    padding-left:8px;
    padding-right:8px;
    text-align:center;
}

.mw-badge {
    border-radius:50%;
}

.mw-closebutton {
    text-decoration:none;
    float:right;
    font-size:24px;
    font-weight:bold;
    color:inherit;
}

.mw-closebutton:hover,.mw-closebutton:focus {
    color:#000;
    text-decoration:none;
    cursor:pointer;
}

.mw-pagination {
    display:inline-block;
    padding:0;
    margin:0;
}

.mw-pagination li {
    display:inline;
}

.mw-pagination li a {
    text-decoration:none;
    color:#000;
    float:left;
    padding:8px 16px;
}

.mw-pagination li a:hover {
    background-color:#ccc;
}

.mw-input-group,.mw-group {
    margin-top:24px;
    margin-bottom:24px;
}

.mw-input {
    padding:8px;
    display:block;
    border:none;
    border-bottom:1px solid #808080;
    width:100%;
}

.mw-label {
    color:#009688;
}

.mw-input:not(:valid)~.mw-validate {
    color:#f44336;
}

.mw-select {
    padding:9px 0;
    width:100%;
    color:#000;
    border:1px solid transparent;
    border-bottom:1px solid #009688;
}

.mw-select select:focus {
    color:#000;
    border:1px solid #009688;
}

.mw-select option[disabled] {
    color:#009688;
}

.mw-accordion {
    width:100%;
    cursor:pointer;
}

.mw-accordion-content {
    cursor:auto;
    display:none;
    position:relative;
    width:100%;
    margin:0;
    padding:0;
}

.mw-accordion-content a {
    padding:6px 16px;
    display:block;
}

.mw-accordion-content a:hover {
    background-color:#ccc;
}

.mw-progress-container {
    width:100%;
    height:1.5em;
    position:relative;
    background-color:#f1f1f1;
}

.mw-progressbar {
    background-color:#757575;
    height:100%;
    position:absolute;
    line-height:inherit;
}

input[type=checkbox].mw-check,input[type=radio].mw-radio {
    width:24px;
    height:24px;
    position:relative;
    top:6px;
}

input[type=checkbox].mw-check:checked+.mw-validate,input[type=radio].mw-radio:checked+.mw-validate {
    color:#009688;
}

input[type=checkbox].mw-check:disabled+.mw-validate,input[type=radio].mw-radio:disabled+.mw-validate {
	color:#aaa;
}


.mw-tooltip.mw-right .mw-text {
	position: relative;
	bottom: 20px;
	color: #fff;
}

.mw-text-light-grey .mw-xlarge .fa.fa-chevron-circle-up:hover {
	color: #fff;
}

.mw-tooltip,.mw-display-container {
    position:relative;
}

.mw-tooltip .mw-text {
    display:none;
}

.mw-tooltip:hover .mw-text {
	color: #fff; 
	opacity: 0;  
	transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
}

/* --------------------------  17. ANIMATION  ---------------------------
   ----------------------------------------------------------------------- */
.mw-spin {
    animation:mw-spin 2s infinite linear;
    -webkit-animation:mw-spin 2s infinite linear
}

@-webkit-keyframes mw-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}

@keyframes mw-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}

.mw-animate-fading {
    -webkit-animation:fading 10s infinite;
    animation:fading 10s infinite
}

@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

.mw-animate-opacity {
    -webkit-animation:opac 1.5s;
    animation:opac 1.5s;
}

@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}

@keyframes opac{from{opacity:0} to{opacity:1}}

.mw-animate-top {
    position:relative;
    -webkit-animation:animatetop 0.4s;
    animation:animatetop 0.4s;
}

@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}

@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}

.mw-animate-left {
    position:relative;
    -webkit-animation:animateleft 0.4s;
    animation:animateleft 0.4s;
}
@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}

@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}

.mw-animate-right {
    position:relative;
    -webkit-animation:animateright 0.4s;
    animation:animateright 0.4s;
}

@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}

@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}

.mw-animate-bottom {
    position:relative;
    -webkit-animation:animatebottom 0.4s;
    animation:animatebottom 0.4s;
}

@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}

@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}

.mw-animate-zoom {
    -webkit-animation:animatezoom 0.6s;
    animation:animatezoom 0.6s;
}

@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}

@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

.mw-animate-input {
    -webkit-transition:width 0.4s ease-in-out;
    transition:width 0.4s ease-in-out;
}

.mw-animate-input:focus {
    width:100%!important;
}
     
/*-------------------------CUSTOM CLASSES (REMOVE) ----------------------*/               
																						
.mw-theme {
    color:#fff !important;
    background-color:#000000 !important;
}

.mw-theme-l5 {color:#000 !important; background-color:#f0f0f0 !important}
.mw-theme-l4 {color:#000 !important; background-color:#cccccc !important}
.mw-theme-l3 {color:#fff !important; background-color:#999999 !important}
.mw-theme-l2 {color:#fff !important; background-color:#666666 !important}
.mw-theme-l1 {color:#fff !important; background-color:#333333 !important}
.mw-theme-d1 {color:#fff !important; background-color:#000000 !important}
.mw-theme-d2 {color:#fff !important; background-color:#000000 !important}
.mw-theme-d3 {color:#fff !important; background-color:#000000 !important}
.mw-theme-d4 {color:#fff !important; background-color:#000000 !important}
.mw-theme-d5 {color:#fff !important; background-color:#000000 !important}

.mw-theme-light {color:#000 !important; background-color:#f0f0f0 !important}
.mw-theme-dark {color:#fff !important; background-color:#000000 !important}
.mw-theme-action {color:#fff !important; background-color:#000000 !important}

																				
.mw-text-theme {color:#000000 !important}
.mw-border-theme {border-color:#000000 !important}

.mw-hover-theme:hover {color:#000 !important; background-color:#ffc107 !important}
.mw-hover-text-theme:hover {color:#000000 !important}
.mw-hover-border-theme:hover {border-color:#000000 !important}
                      
/* ---------------------------- 18. POSITION -----------------------------
   ----------------------------------------------------------------------- */

.mw-top,.mw-bottom {
	position:fixed;
	width:100%;
	z-index:1;
}

.mw-vertical {
	word-break:break-all;
	line-height:1;
	text-align:center;
	width:0.6em
}

.mw-left-align {
	text-align:left!important;
}

.mw-right-align {
	text-align:right!important;
}

.mw-justify {
	text-align:justify!important;
}

.mw-top {
    top:0;
}

.mw-bottom {
    bottom:0;
}

.mw-overlay {   																						
    position:fixed;	
    display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	ackground-color:rgba(0,0,0,0.5);
    z-index:2;
}

/* ---------------------------- 19. SIZING ------------------------------
   ----------------------------------------------------------------------- */

.mw-left{float:left!important}.mw-right{
	float: right!important;
	/* [disabled]padding-bottom: 5px; */;
	margin-top: -65px;
	display: inline;
	float-offset: right;
}

.mw-tiny{font-size:10px!important}.mw-small{font-size:12px!important}

.mw-medium{font-size:15px!important}.mw-large{font-size:18px!important}

.mw-xlarge{font-size:24px!important}.mw-xxlarge{font-size:36px!important}

.mw-xxxlarge{font-size:48px!important}.mw-jumbo{font-size:64px!important}

.mw-display-topleft{position:absolute;left:0;top:0}.mw-display-topright{position:absolute;right:0;top:0}

.mw-display-bottomleft{position:absolute;left:0;bottom:0}.mw-display-bottomright{position:absolute;right:0;bottom:0}

.mw-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}

.mw-display-topmiddle{position:absolute;left:0;top:0;width:100%;text-align:center}.mw-display-bottommiddle{position:absolute;left:0;bottom:0;width:100%;text-align:center}

.mw-circle{border-radius:50%!important}

.mw-round-small{border-radius:2px!important}.mw-round,.mw-round-medium{border-radius:4px!important}

.mw-round-large{border-radius:8px!important}.mw-round-xlarge{border-radius:16px!important}

.mw-round-xxlarge{border-radius:32px!important}.mw-round-jumbo{border-radius:64px!important}
   
                      
/* ----------------- 20. BORDERS + MARGINS + PADDING ---------------------
   ----------------------------------------------------------------------- */

.mw-border-0{border:0!important}

.mw-border{border:1px solid #ccc!important}

.mw-border-top{border-top:1px solid #ccc!important}.mw-border-bottom{border-bottom:1px solid #ccc!important}

.mw-border-left{border-left:1px solid #ccc!important}.mw-border-right{border-right:1px solid #ccc!important}

.mw-margin{margin:16px!important}.mw-margin-0{margin:0!important}

.mw-margin-top{margin-top:16px!important}.mw-margin-bottom{margin-bottom:16px!important}

.mw-margin-left{margin-left:16px!important}.mw-margin-right{margin-right:16px!important}

.mw-section{margin-top:16px!important;margin-bottom:16px!important}

.mw-padding-tiny{padding:2px 4px!important}.mw-padding-small{padding:4px 8px!important}

.mw-padding-medium,.mw-form{
	padding: 8px 16px!important;
}

.mw-padding {
	padding: 8px 8px!important;
}

.mw-padding-large{padding:12px 24px!important}.mw-padding-xlarge{padding:16px 32px!important}

.mw-padding-xxlarge{padding:24px 48px!important}.mw-padding-jumbo{padding:32px 64px!important}

.mw-padding-4{padding-top:4px!important;padding-bottom:4px!important}

.mw-padding-8{padding-top:8px!important;padding-bottom:8px!important}

.mw-padding-12{padding-top:12px!important;padding-bottom:12px!important}

.mw-padding-16{padding-top:16px!important;padding-bottom:16px!important}

.mw-padding-24{padding-top:24px!important;padding-bottom:24px!important}

.mw-padding-32{padding-top:32px!important;padding-bottom:32px!important}

.mw-padding-48{padding-top:48px!important;padding-bottom:48px!important}

.mw-padding-64{padding-top:64px!important;padding-bottom:64px!important}

.mw-padding-128{padding-top:128px!important;padding-bottom:128px!important}

.mw-padding-0{padding:0!important}

.mw-padding-top{padding-top:8px!important}.mw-padding-bottom{padding-bottom:8px!important}

.mw-padding-left{padding-left:16px!important}.mw-padding-right{padding-right:16px!important}

.mw-topbar{border-top:6px solid #ccc!important}.mw-bottombar{border-bottom:6px solid #ccc!important}

.mw-leftbar{border-left:6px solid #ccc!important}.mw-rightbar{border-right:6px solid #ccc!important}

.mw-row {
	padding: 0;
}

.mw-container .mw-background-image-full .mw-row {
}

.mw-one-half .mw-text-container-half-padding .mw-padding .mw-top-right {
	height: 350px;
	padding-top: 25px;
}

.mw-one-half .mw-text-container-half-padding .mw-padding .mw-top-left {
	height: 350px;
	padding-top: 25px;
	width: 100%;
}

.mw-one-half .mw-text-container-half-padding .mw-padding .mw-bottom-right {
	height: 400px;
}

.mw-one-half .mw-text-container-half-padding .mw-padding .mw-bottom-left {
	height: 400px;
}

.mw-one-half {
	padding: 0;
}

.mw-row-padding,.mw-row-padding>.mw-row-padding>.mw-one-third,.mw-row-padding>.mw-twothird,.mw-row-padding>.mw-threequarter,.mw-row-padding>.mw-quarter,.mw-row-padding>.mw-col{
}

/* ---------------------- 21. BEFORE :: AFTER SELECTORS  ----------------
   ---------------------------------------------------------------------- */

*,*:before,*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
																			


@media screen and (max-width: 600px){
	.mw-bottom-box{
		margin: 20px;
		width: 90%;
		float: left;
	}
}


 
