@charset "utf-8";
@charset "utf-8";
@font-face {
	font-family: 'Conv_HelveticaLTStd-Roman';
	src: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/css/fonts/HelveticaLTStd-Roman.eot);
	src: local('☺'), 
		 url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/HelveticaLTStd-Roman.woff) format('woff'), 
		 url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/HelveticaLTStd-Roman.ttf) format('truetype'), 
		 url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/HelveticaLTStd-Roman.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_HelveticaLTStd-Light';
	src: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/css/fonts/HelveticaLTStd-Light.eot);
	src: local('☺'), 
		 url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/HelveticaLTStd-Light.woff) format('woff'), 
		 url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/HelveticaLTStd-Light.ttf) format('truetype'), 
		 url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/HelveticaLTStd-Light.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_HelveticaLTStd-Bold';
	src: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/css/fonts/HelveticaLTStd-Bold.eot);
	src: local('☺'), 
		 url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/HelveticaLTStd-Bold.woff) format('woff'), 
		 url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/HelveticaLTStd-Bold.ttf) format('truetype'), 
		 url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/HelveticaLTStd-Bold.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DANCINGSCRIPT-REGULAR';
	src: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/DANCINGSCRIPT-REGULAR_1.OTF);
}
@font-face {
	font-family: 'timesi';
	src: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/timesi.ttf);
}
@font-face {
	font-family: 'HelveticaLTStd-LightObl';
	src: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/HelveticaLTStd-LightObl.otf);
}

.FHelveticaLTStdRoman {
    font-family: 'Conv_HelveticaLTStd-Roman';
}
.FHelveticaLTStdLight {
    font-family: 'Conv_HelveticaLTStd-Light';
}
.FHelveticaLTStdLightObl {
    font-family: 'HelveticaLTStd-LightObl';
}
.FHelveticaLTStdBold {
    font-family: 'Conv_HelveticaLTStd-Bold';
}
.FDancingscriptRegular {
    font-family: 'DANCINGSCRIPT-REGULAR';
}
.FTimesNewRoman {
    font-family: 'timesi';
}
/*----*/
img {
	border:0px;
}
a {
	color:#3a4578;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#3a4578;
}
a:focus{
	outline: none !important;
	}
* :focus {
  outline: none;
}

/*-----*/

/*-----------------For All Default Bullets--------------------*/

ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}	
ul > li	{
	background-image: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/bullet-1.png);
	background-position: 5px 10px;/*R T*/
	background-repeat: no-repeat;
	/*margin:5px 0px 0px 0px; */
	margin:0px 0px 5px 0px; /*T R B L*/
	padding:0px 0px 0px 20px;/*T R B L*/
}

.NoBullet > li {
	background-image:none;
	background-position:0px;/*R T*/
	background-repeat: no-repeat;
	margin:0px; /*T R B L*/
	padding:0px;/*T R B L*/
}


/*---------*/
::selection {
	color:#fff;
	background-color:#2965a7;
}
::-moz-selection {
	color:#fff;
	background-color:#2965a7;
}
::-webkit-selection {
	color:#fff;
	background-color:#2965a7;
}

/*--------------------For Font Styles-------------------------*/

.FGeorgia {
    font-family:Georgia, "Times New Roman", Times, serif;
}

/*--letter spacing---*/

.LetterSpacingP5{
	letter-spacing:0.5px;	
}
.LetterSpacing1{
	letter-spacing:1px;	
}
.LetterSpacing2{
	letter-spacing:2px;	
}
.LetterSpacing3{
	letter-spacing:3px;	
}
.LetterSpacing5{
	letter-spacing:5px;	
}


/*-------For Font Size Custmize----------*/

.SmallText {
	font-size:12px;
}
.VSmalText {
	font-size:11px;
}
.FParagraph p{
	margin-bottom:15px;  /*  Paragraph after spacing  */  
}
.FParagraph p:last-child {
	margin-bottom:0px;  /*  Paragraph after spacing  */  
}
.FParagraph1 p {
	margin-bottom:25px;  /*  Paragraph after spacing  */  
}
.FParagraph1 p:last-child {
	margin-bottom:0px;  /*  Paragraph after spacing  */  
}
.FParagraph2 p {
	margin-bottom:35px;  /*  Paragraph after spacing  */  
}
.FParagraph2 p:last-child {
	margin-bottom:0px;  /*  Paragraph after spacing  */  
}
.TAC {
	text-align:center;  /*  For Text aling  */
}
.TAL {
	text-align:left;  /*  For Text aling  */
}
.TAR {
	text-align:right;  /*  For Text aling  */
}
.FSize14 {
	font-size:14px !important;
}
.FSize15 {
	font-size:15px !important;
}
.FSize16 {
	font-size:16px !important;
}
.FSize17 {
	font-size:17px !important;
}
.FSize18 {
	font-size:18px !important;
}
.FSize19 {
	font-size:19px !important;
}
.FSize20 {
	font-size:20px !important;
}
.FSize22 {
	font-size:22px !important;
}
.FSize24 {
	font-size:24px !important;
}
.FSize25 {
	font-size:25px !important;
}
.FSize26 {
	font-size:26px !important;
}						

.FSize28 {
	font-size:28px !important;
}
.FSize30 {
	font-size:30px !important;
}
.FSize34 {
	font-size:34px !important;
}
.FSize40 {
	font-size:40px !important;
}
.FSize48 {
	font-size:48px !important;
}
.FSize50 {
	font-size:50px !important;
}
.FSize42 {
	font-size:42px !important;
}
/*---*/

/*------ For Font Text Color--------*/ 

.TextColor1 {
	color:#FFFFFF !important;
}
.TextColor2 {
	color:#202a56 !important;
}
.TextColor3 {
	color:#73CEE1 !important;      
}
.TextColor4 {
	color:#333333 !important;
}
.TextColor5 {
	color:#231f20 !important;
}
.TextColor6 {
	color:#ecd73d !important;
}
.TextColor7 {
	color:#868686 !important;
}
.TextColor8 {
	color:#5589c3 !important;
}
/*----*/

/*------For Default Anchor Link Style-------*/

.Links {
	text-decoration:underline;
}
.Links:hover {
	text-decoration:none;
}
.LinksUL {
	text-decoration:none;
}
.LinksUL:hover {
	text-decoration:underline;
}

/*-------*/ 

/*-------For White Spaacing/Padding ------*/

.Padding5 {
	padding:5px;
}
.Padding10 {
	padding:10px;
}
.Padding15 {
	padding:15px;
}
.Padding20 {
	padding:20px;
}
.Padding25 {
	padding:25px;
}
.Padding30 {
	padding:30px;
}
.PaddingTB2 {
	padding-top:2px;
	padding-bottom:2px;
}
.PaddingTB5 {
	padding-top:5px;
	padding-bottom:5px;
}
.PaddingTB {
	padding-top:10px;
	padding-bottom:10px;
}
.PaddingTB15 {
	padding-top:15px;
	padding-bottom:15px;
}
.PaddingTB20 {
	padding-top:20px;
	padding-bottom:20px;
}
.PaddingTB25 {
	padding-top:25px;
	padding-bottom:25px;
}
.PaddingTB40 {
	padding-top:40px;
	padding-bottom:40px;
}
.PaddingLR5 {
	padding-left:5px;
	padding-right:5px;
}
.PaddingLR {
	padding-left:10px;
	padding-right:10px;
}
.PaddingLR15 {
	padding-left:15px;
	padding-right:15px;
}
.PaddingLR20 {
	padding-left:20px;
	padding-right:20px;
}
.PaddingLR25 {
	padding-left:25px;
	padding-right:25px;
}
.PaddingLR40 {
	padding-left:40px;
	padding-right:40px;
}
.LeftMargin {
	margin-left:15px;
	margin-bottom:10px;
}
.RightMargin {
	margin-right:15px;
	margin-bottom:10px;
}
.MarginBottom5 {
	margin-bottom:5px;
}
.MarginBottom10 {
	margin-bottom:10px;
}
.MarginBottom15 {
	margin-bottom:15px;
}
.MarginBottom20 {
	margin-bottom:20px !important;
}
.MarginBottom25 {
	margin-bottom:25px;
}
.MarginBottom30 {
	margin-bottom:30px;
}
.MarginBottom35 {
	margin-bottom:35px;
}
.MarginBottom60{
	margin-bottom:60px !important;
	}
.MarginTop5 {
	margin-top:5px;
}
.MarginTop10 {
	margin-top:10px;
}
.MarginTop15 {
	margin-top:15px;
}
.MarginTop20 {
	margin-top:20px;
}
.MarginTop25 {
	margin-top:25px;
}
.MarginTop30 {
	margin-top:30px;
}
.MarginTop40 {
	margin-top:40px;
}
.MarginTop50 {
	margin-top:50px;
}
/*----*/

/*-----Fot Text Decoration-----*/

.Caps {
	text-transform:uppercase;
}
.LineHeightNormal {
	line-height:normal !important;
}
.LineHeight18 {
	line-height:18px !important;
}
.LineHeight22 {
	line-height:22px !important;
}
.LineHeight24 {
	line-height:24px !important;
}
.LineHeight27 {
	line-height:27px !important;
}
.LineHeight30 {
	line-height:30px !important;
}
.LineHeight34 {
	line-height:34px !important;
}
.LineHeight35 {
	line-height:35px !important;
}
.LineHeight36 {
	line-height:36px !important;
}
.LineHeight48 {
	line-height:48px !important;
}
.LineHeight52 {
	line-height:52px !important;
}
.LineHeight55 {
	line-height:55px !important;
}
.LineHeight40 {
	line-height:40px !important;
}
/*--*/

/*-----*/

.TopArrow {
	text-align:center;
	display:none;
	width:100%;
	margin-bottom:50px;
}
.TopArrow a {
	color:#3a4578 !important;
}
.TopArrow a:hover {
	color:#3a4578 !important;
}

/*   End  */

/*----------------div main  Div----------------------------*/

.LeftFloat {
	float:left;
}
.RightFloat {
	float:right;
}
.MarginLeftRight {
	margin:0 auto;
}

/*--*/




/* CSS Document */

#navigation{ 
	font-size:14px;
	color:#333333;
	text-transform:uppercase;
	line-height:56px;
	float:right;
	letter-spacing:0.5px;
	font-family: 'Conv_HelveticaLTStd-Roman' !important;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
}
#navigation:before,
#navigation:after {
  content: "";
  display: table;
}
#navigation:after {
  clear: both;
}
#navigation > li{ 
	float:left; 
	padding:0px;
	position: relative;
	background-image:none;
	z-index:400;
	margin:0px 17px;
}
#navigation  li:last-child{
	margin-right:0px;
}
#navigation  li:first-child{
	margin-left:0px;
}
#navigation > li.current-menu-item > a { 
	color:#3a4578;
	position:relative;
	/* border-top:5px solid #d35f40; */
}
#navigation li a:hover:after{
	content: '';
    position: absolute;
    height: 2px;
    background-color: #3a4578;
    width: 100%;
    bottom: 12px;
    left: 0;
	}
.TopMainRight .current_page_item:after{
	content: '';
    position: absolute;
    height: 2px;
    background-color: #3a4578;
    width: 100%;
    bottom: 12px;
    left: 0;
	}
.TopMainRight .current-menu-parent:after{
	content: '';
    position: absolute;
    height: 2px;
    background-color: #3a4578;
    width: 100%;
    bottom: 12px;
    left: 0;
	}		
.sub-menu .current_page_item:after{
	display:none;
	}		
#navigation a {
	text-decoration:none;
	font-size:13px;
	color:#333333;
	letter-spacing:1px;
	font-family: 'Conv_HelveticaLTStd-Roman' !important;
	background-color:transparent;
	display:block;
	transition:ease-in 0.2s;
	
}
#navigation a:hover {
	text-decoration:none;
	color:#3a4578;
	transition:all !important;
}
#navigation li ul {
  background-color:transparent;
}
#navigation li ul li {
  width: 240px;
  margin:0px;
  padding:0px;
}
#navigation li ul a {
  border: none;
  
}
#navigation li ul a:hover {
  background: #11864c;
  color:#fff;
}
#navigation > li:hover ul li {
  height: 40px;
}
#navigation li ul {
    text-align: left;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 12;
    line-height: 24px;
    margin: 0;
}
#navigation li ul li {
  height: 40px;
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
  background-image:none;
  padding:0px;
  margin:0px;
  text-transform:uppercase;
  font-size:13px;
 
}
#navigation li ul li a{
	padding:8px 15px !important;
	background-color:#3a4578;
	color:#fff;
	border-top:1px solid #ffffff;
}
#navigation li ul li a:hover{
	background-color:#3a4578 ;
}
#navigation li ul li a:hover:after{
	content: '';
    position: absolute;
    height: 0px;
    background-color: #3a4578;
    width: 100%;
    bottom: 12px;
    left: 0;
	}
/* sub levels link hover */

/* level 3+ list */
#navigation ul ul {
	/* width:0px; */
	top: 0px;
	/* display:none; */
	left:0px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	opacity:0;
}
#navigation ul li:hover > ul{
	display: block;
	left:200px;
	opacity:1;
}
#navigation li:hover > ul {
	
	
}
/* clearfix */

/****s****/
.menu li .has-submenu {
    position: absolute;
    right: 0px;
    top: 79px;
    z-index: 111;
    width: 38px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    border-left: 1px solid #fff;
    cursor: pointer;
}

/**end**/















.menu {
	display:none;
}

.menu-link {
	display: none;
	float: right;
	text-decoration: none;
	padding: 19px 10px;
}
.menu { 
	-webkit-transition: all 0.8s ease-in-out;  
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out; 
}
.menu ul { /* For Main Nav */
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	font-size:14px;
	line-height:38px;
	text-transform:uppercase;
	z-index:400;
}
.menu ul li {
	margin:0px;
}

.menu > li > ul.sub-menu { /* For Sub Nav Style */
	padding: 0px 0;
		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	/* font-family: 'mulilight' !important;  */
}
.menu ul:after {
	content: ""; 
	clear: both; 
	display: block;
}
.menu ul li {
	padding: 0px;
	background-image:none;
}
.menu ul li > a { /* For Main Nav List Height and TRBL Padding  */
	padding: 0px 22px;
}
.menu ul ul { /* Sub Nav Style*/
	display: none; 
	position: absolute; 
	top:100%;
		
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.menu ul li:hover > ul {
	display: block;
}
.menu ul ul > li {
	position: relative;
}
.menu ul ul > li a { /* Sub Nav List Style */
	padding: 10px 15px;
	height: auto;
	
	text-transform:uppercase;
	font-size:13px;
	line-height:normal;
	font-family: 'Conv_HelveticaLTStd-Roman' !important;
	-webkit-transition: background-color 0.3s ease-in-out;  
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out; 
	
}
.menu ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}
.ParentLink {
	display:none;
}


@media only screen and (max-width: 1199px){
	
	.menu {
		display:block;
		width:100%;
		text-align:left;
	}

    a.menu-link {
    display: block;
    float: right;
    width: auto;
    padding: 6px 8px;
    text-align: center;
    margin-right: 8px;
    margin-top: 8px;
    position: relative;
}
	a.menu-link p {
    display: block;
    background-color: #fff;
    width: 25px;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 4px;
    padding: 0;
    text-align: center;
    height: 3px;
}
	
	
	.menu {
		clear: both;
		min-width: inherit;
		float: none;
	}
	.menu, .menu > ul ul { /* For Nav Background Color and Style */
		overflow: hidden;
		max-height: 0;
		-webkit-transition: all 0.8s ease-in-out;  
		-moz-transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-outt;
		transition: all 0.8s ease-in-out; 
		position:absolute;
		z-index:111;
		top: 50px;
	}
	.menu > li > ul.sub-menu {
		padding: 0px;
		border: none;
		
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
		
	}
	
	.menu.active, .menu > ul ul.active {
		max-height: 880px;
	}
	.menu ul {
		display: inline;
	}
	.menu > ul { /* For Nav Border */
		border-top: 1px solid #d573ba;
	}
	.menu li, .menu > ul > li {
		display: block;
	}
	.menu li a {
		display: block;
		padding: 1px;
		position: relative;
	}
	.menu li a:hover { /* For Nav Hover Bg Color */
		/*background-color:#c626a2;*/
	}
	
	.menu li.has-submenu > a:after {
		content: '+';
		position: absolute;
		top: -10px;
		right: 0;
		display: block;
		font-size: 28px;
		padding: 8px 10px;
		color:#FFF;
	}
	
	.menu li.has-submenu > a.active:after {
		content: "-";
		font-size: 28px;
		right: 5px;
	}
	.menu li.has-submenu span {
		display:none !important;
	}
		
	.menu ul ul > li a { /* For Sub Nav style */
		color:#FFF;
		height:auto;
		padding: 7px 10px 7px 40px;
	}
	.menu ul ul > li a:hover {
		/*background-color:#c626a2;*/
	}
	.menu ul ul, .menu ul ul ul {
		display: inherit;
		position: relative;
		left: auto; top:auto;
		box-shadow: none; 
		border:none;
	}
}

@media only screen and (max-width: 1199px){

    a.menu-link { /* For  Screen Nav Button Style */
		/*margin-top:-10px;*/
	}
	.TopArrow {
		display:block;
	}
	/*  Color  Over Hover Chang  */
	
	.menu ul li a {
		background-color: #000;
   		background-color: rgba(58, 69, 120,0.9);
		color: #fff;
		font-family: 'Conv_HelveticaLTStd-Roman' !important;
		letter-spacing:1px;
	}
	.menu ul li a:hover {
		background-color: #000;
		background-color: rgba(58, 69, 120,0.9);
	}
	.menu ul li {
		border-top:1px solid #232f65;
	}
	
	/*  End  */
	
	
}
@media only screen and (max-width: 768px){

    a.menu-link { /* For  Screen Nav Button Style */
		/*margin-top:-70px;
		margin-right:50%;*/
	}
	
}

@media only screen and (max-width: 524px){

    a.menu-link { /* For  Screen Nav Button Style */
		/*margin-top:-40px;
		margin-right:6%;*/
	}



}





.ResponsiveMenu {
    position: relative;
    width: 100%;
    top: 0px;
    height: 50px;
    background-color:#3a4578;
	display:none;
}

#navigation li li{
	
	  height: 0;
	  -webkit-transition: height 200ms ease-in;
	  -moz-transition: height 200ms ease-in;
	  -o-transition: height 200ms ease-in;
	  transition: height 200ms ease-in;
	  width:260px;	
}
#navigation li li a{
	/*width:260px;*/
	display:none;	
}
#navigation li:hover li a{
	display:block;	
}


/* CSS Document */


/*  em, strong, button,  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol{
	list-style:decimal;
	margin-left:30px;		
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */


/* FONT STYLES*/

body{
	background:#fff;
	/*background-color:#;*/
	font-family: 'Conv_HelveticaLTStd-Light' !important;
	color:#333;
	font-size:14px !important;
	line-height:27px;

}

/* FIX */

/* END FIX */

/* TOP */
.TopMainWrapper {
	width:1200px;
	margin:0 auto;
	
}
.HomeTop .Logo {
	width:100px;
}
.HomeTop nav{
	margin:6px 0 0;
}
.Logo {
	width:150px;
	padding:3px 0px 0;
	float:left;
	margin-left:0px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.Logo a {
	display:block;
}
.Logo a img{
	max-width:100%;
	margin-bottom:-9px;
}
.TopMainRight {
	float:right;
	display:block;
	width:1050px;
	padding:14px 0px;
	text-align:right;	
}
.TopBg{
	padding:5px 0px;
}

.IdxHeaderBg {
	position:relative;
	z-index:1;
	
}
.IdxHeaderBg ul li{
	position:relative;
	}
.InnerHeaderBg {
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	min-height:409px;
	z-index:1;
}
/*  End  */

/*   Nav   */
.FParagraph1 p:last-child{
	margin-bottom:0px;
}

.Table {
	display:table;
	margin:0px auto;
	width:100%;
}
.Cell{
	display:table-cell;
	vertical-align:top;
}
/*   End   */
/*   Footer   */

.Footer {
	width:1100px;
	margin:0 auto;
	padding:36px 0px 50px 0px;
	font-size:13px;
	line-height:20px;
	text-align:center;
	color:#333333;
}
.Footer a {
	color:#333333;
}
.Footer a:hover {
	color:#73CEE1;
}
.FSocialIcon {
	margin:0px auto;
	text-align:center;
}
.FSocialIcon li{
	background-image:none;
	padding:0px;
	margin:0px 0px;
	display:inline-block;
	vertical-align:top;
}
.FSocialIcon .fa-stack {
	width:40px;
	height:40px;
	line-height:40px;
}
.FSocialIcon  .fa-stack-2x {
    font-size:40px;
	top:0px;
}
.FSocialIcon .fa-stack-1x {
	top:2px;
}
.FSocialIcon .fa-lg {
    font-size:20px;
    line-height:38px;
}
.FSocialIcon a{
	color:#3a4578;
	transition:ease-in-out 0.3S;
}
.FSocialIcon a:hover{
	color:#73CEE1;
}
.FSocialIcon a .fa-inverse{
	color:#fff;
}
.FSocialIcon a:hover .fa-inverse{
	color:#fff;
}
.copy{
	font-size:15px;
	color:#666;
	text-align:center;
	letter-spacing:1px;
	margin:18px 30px;
}
.DevelopedBy {
    font-size: 13px;
    text-transform: uppercase;letter-spacing:0.5px;
}

/**header**/
.TopMainRight nav{
	display:inline-block;
	margin:9px 0 0;
}

.TopSocialIcons{
	float:right;
	width:110px/*150px*/;
}
.TopSocialIcons .FSocialIcon .fa-stack {
	width:30px;
	height:30px;
	line-height:30px;
}
.TopSocialIcons .FSocialIcon  .fa-stack-2x {
    font-size:36px;
	top:0px;
}
.TopSocialIcons .FSocialIcon .fa-lg {
    font-size:17px;
    line-height:32px;
}
.TopSocialIcons .FSocialIcon a{
	color:#7e4a94;
}
.TopSocialIcons .FSocialIcon a:hover{
	color:#000;
}
.TopSocialIcons .FSocialIcon a .fa-inverse{
	color:#fff;
}
.TopSocialIcons .FSocialIcon a:hover .fa-inverse{
	color:#fff;
}

/**footer**/
.FooterWrap .FooterWrapper{
	padding:30px 0px 20px; /*60px 0px 20px;*/
	width:1200px;
	margin:0px auto;
}
.FooterLogo{
	text-align:center;
}
.FooterLogo a{
	
}
.FooterLink li {
	display: inline-block;
	margin: 0px;
	padding: 0px 0px;
	background-image: none;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	letter-spacing: 1px;
	text-transform:uppercase;
}
/*.FooterLink li + li{
	border-left:1px solid #fff;
}*/
.FooterLink {
	text-align:center;
}
.FooterLink a{
	color:#666666;
	padding:0px 14px;
}
.FooterLink a:hover{
	color:#73CEE1;
}	
.FooterLink span{
	padding:0px 5px;
}
/* .FooterLink li:after{
	content:'|';
	color:#fff;
} */
.FooterLink li:last-child:after{
	content:'';
	color:#fff;
}
/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.ClearBoth {
  clear: both;
  min-height:1px;
}
/* END FIX */

/* Top Sticky Menu Nav */

.fixed-nav{
	z-index:111;
	padding-top:0px !important;
	box-shadow:0px 0px 3px rgba(0,0,0,0.8);
	width:100%;
	background:#fff;
}
.fixed-nav .Logo{
	width:155px;
	padding-top:5px;
}
.fixed-nav .TopMainRight{
	width:87%;
	padding:18px 0px;
}
.fixed-nav .Nav {
    margin-top: 9px;
}
.fixed-nav .Phone {
    margin-top: 0px;
	width:100%;
}
.fixed-nav #navigation {
    line-height:50px;
	font-size:14px;
}
.fixed-nav #navigation a{
	padding:0px 0px;
}
.fixed-nav #navigation ul {
	top:50px;
}
.FooterWrap{
	margin-bottom:30px;
	}
.FooterLink li:after {
    content: '|';
    display: block;
    float: right;
    color: #898989;
	margin-top:-2px;	
}	
.FooterLink li:last-child:after {
    content: '';
    display: block;
    float: right;
    color: #898989;
}
.MenuWrap{
	position: absolute;
	}
.TopBg{
    background-color: rgba(255,255,255,0.5);
    width: 100%;
	z-index:10;
	transition:all 0.5s;
	}	
.TopBg .InnerContainWrapper{
	padding:0;
	}
.Shadow1{
	padding:8px 0 4px; 
	width: 100%; 
	position: fixed; 
	top: 0px; 
	background-color:rgba(255,255,255,1);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.8);
	z-index:11;
	height:auto;
	}	
	
.HomeTop .TopMainRight{
	padding: 0px;
	}		
.EmailBtn{
	display:inline-block;
	margin:30px 0 25px 0; /*50px 0 25px 0;*/
	}
.EmailBtn a{
	border:1px solid #3a4478;
	display:inline-block;
	border-radius:3px;
	color:#3a4478;
	font-size:16px;
	padding: 18px 25px 14px;
	transition:ease-in-out 0.3s;
	}
.EmailBtn a:hover{
	background-color:#73CEE1;
	border:1px solid #73CEE1;
	color:#fff;
	}
.EmailBtn i{
	vertical-align:sub;
	margin-right:10px;
	}		
.TopBg ul li{
	background-image:none;
	margin-bottom:0;
	float:left;
	padding:0 15px;
	position:relative;
	}
.menu-item-has-children{
	margin-right:25px !important;
	}	
.menu-item-has-children:before{
	content:url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/icons/menu_icon.png);
	position:absolute;
	right:-18px;
	top:-2px;
	}	
.TopBg ul li:last-child{
	background-image:none;
	margin-bottom:0;
	float:left;
	padding:0 0 0 15px;
	}
.Header {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 230px;
    text-align: center;
    z-index: 11;
}
.MainWrapper{
	margin: 0 auto;
    padding: 0;
    width: 1200px;
	}
.Header h5{
	text-transform:inherit;
	letter-spacing:1px;
	}
.vc_row {
    margin-left: 0;
    margin-right: 0;
}
.Button1{
	display:inline-block;
	}
.Button1 a{
	background-color:#5FA0D7;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
	font-size:15px;
    padding: 16px 30px 14px;
    transition: ease-in-out 0.3s;
	font-family: 'Conv_HelveticaLTStd-Bold';
	}
.Button1 a:hover{
	background-color:#73CEE1;
	}
.Button2{
	display:inline-block;
	margin-top:20px;
	margin-bottom:0 !important;
	}
.Button2 a{
	background-color:#5FA0D7 !important;
    display: inline-block !important;
    color: #fff !important;
	font-size:15px !important;
    padding: 22px 30px !important;
	border-radius:3px !important;
	line-height:normal !important;
    transition: ease-in-out 0.3s !important;
	background-image: none !important;
	border:none !important;
	font-family: 'Conv_HelveticaLTStd-Bold' !important;
	letter-spacing:1px !important;
	text-transform:uppercase !important;
	}
.Button2 a:hover{
	background-color:#fff !important;
	color:#3a4578 !important;
	}
.DownloadWrapper .Button2 a{
	padding: 24px 30px !important;
	}

.Button2 button {
	background-color:#3a4578 !important;
    display: inline-block !important;
    color: #fff !important;
	font-size:15px !important;
    padding: 22px 30px !important;
    transition: ease-in-out 0.3s !important;
	background-image: none !important;
	border:none !important;
	font-family: 'Conv_HelveticaLTStd-Bold' !important;
	letter-spacing:1px !important;
	text-transform:uppercase !important;
	}
.Button2 button:hover{
	background-color:#fff !important;
	color:#3a4578 !important;
	}
.DownloadWrapper .Button2 button{
	padding: 24px 30px !important;
	}	
.Button3{
	display:inline-block;
	}
.Button3 a{
	background-color:#3a4578;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
	font-size:15px;
	line-height:none !important;
    padding: 16px 40px;
    transition: ease-in-out 0.3s;
	text-transform:uppercase;
	font-family: 'Conv_HelveticaLTStd-Bold';
	}
.Button3 a:hover{
	background-color:#fff;
	color:#3a4578;
	}
.Button4{
	display:inline-block;
	margin-bottom:0 !important;
	}
.Button4 button{
	background-color:#3a4578 !important;
    display: inline-block !important;
    color: #fff !important;
	font-size:16px !important;
    padding: 22px 30px !important;
    transition: ease-in-out 0.3s !important;
	background-image: none !important;
	border:none !important;
	font-family: 'Conv_HelveticaLTStd-Light' !important;
	letter-spacing:1px !important;
	text-transform:uppercase !important;
	}
.Button4 button:hover{
	background-color:#73CEE1 !important;
	}

.Button4{
	display:inline-block;
	margin-bottom:0 !important;
	}
.Button4 a{
	background-color: #3a4578 !important;
    display: inline-block !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 20px 30px !important;
    transition: ease-in-out 0.3s !important;
    background-image: none !important;
    border: none !important;
    font-family: 'Conv_HelveticaLTStd-Light' !important;
    border-radius: 5px;
    letter-spacing: 1px !important;
    text-transform: uppercase !important
	}
.Button4 a:hover{
	background-color:#73CEE1 !important;
	}
						

.FreeDownloadWrapper .InnerContainWrapper{
	width:980px;
	padding:0 0 40px;
	}
.FreeDownloadWrapper .TextWrap{
	padding-left:10px;
	}	
.FreeDownloadWrapper .TextWrap h2{
	margin-bottom:15px;
	margin-top:40px;
	}	
.DownloadForm{
	margin-top:15px;
	}		
.DownloadForm .Col3{
	width:33%;
	display:inline-block;
	padding-right:10px;
	box-sizing:border-box;
	}
.DownloadForm .Col3 input {
	line-height:38px;
	padding:10px 25px;
	}	
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom:0;
	}
.FreeDownloadWrapper .TAC a{
	background-image:url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/icons/icon_5.png);
	background-repeat:no-repeat;
	width:21px;
	height:11px;
	display:inline-block !important;
	}
.ElainaMassieWrapper .InnerContainWrapper {
	padding:50px 0 0 0;
	}					
.ElainaMassieWrapper .RightWrap {
	padding:25px 45px;
	float:right;
	margin-right:190px;
	margin-bottom:100px;
	width:440px;
	}
.ElainaMassieWrapper{
	position:relative;
	}	
.ElainaMassieWrapper .LeftWrap{
	width:46%;
	position:absolute;
	bottom:0;
	}	
.Border{
	margin:25px 0 20px;
	}
	
.IdxTestimonialWrapper{
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center;
	width:100%;
	}							
.IdxTestimonialWrapper .Border{
	width:300px;
	background-color:#3a4578;
	margin:15px 0 30px !important;
	}
/*.IdxTestimonialWrapper .InnerTestimonial {
    max-width: 700px;
    display: inline-block;
    padding: 0px 50px;
	float:right;
}*/
.IdxTestimonialWrapper .InnerContainWrapper{
	padding:60px 0;
	}
.Border1{
	width:300px;
	margin:20px 0 35px;
	display:inline-block;
	}
.IdxWatchLearnWrapper{
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center;
	}	
.IdxWatchLearnWrapper .InnerTestimonial {
    max-width: 100%;
    display: inline-block;
    padding: 0px 0px;
    margin:0 auto;
	text-align:left;
}
.IdxWatchLearnWrapper .slides li{
	background-size:cover !important;
	}
.IdxWatchLearnWrapper .slides li .ColWrap{
	padding:30px 50px;
	box-sizing:border-box;
	}	
.IdxWatchLearnWrapper .slides li h2{
	height:75px;
	}
.IdxWatchLearnWrapper .slides li .FParagraph{
	height:82px;
	}
	
.IdxWatchLearnWrapper .InnerContainWrapper {
    padding: 0;
	width:100%;
}
.IdxWatchLearnWrapper .ImgWrap1{
	width:25%;
	float:left;
	background-image:url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/img/blog_slider_img3.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-size:cover;
	min-height: 441px !important;
	}
.IdxWatchLearnWrapper .ImgWrap2{
	width:25%;
	float:left;
	background-image:url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/img/blog_slider_img1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	min-height: 441px !important;
	}	
.IdxWatchLearnWrapper .ImgWrap img{
	width:100%;
	}	
.IdxWatchLearnWrapper .Col1{
	width:50%;
	
	float:left;
	}
	
.WatchLearnBorder{
	width:142px;
	border-top:1px solid #fff;
	margin:20px 0 15px;
	height:0;
	}
.IdxWatchLearnWrapper .DeteBox{
	border:2px solid #5AA1E3;
	padding: 10px 15px 8px;
	border-radius:3px;
	margin-bottom:40px;
	display:inline-block;
	color:#fff;
	}
.IdxWatchLearnWrapper .DeteBox span{
	margin:0 5px;
	}
.HeaderWrapper{
	display:table;
	width:100%;
	background-color:#f2f2f2;
	text-align:center;
	position:relative;
	padding:45px 0 25px;
	}
.HeaderWrapper 	.InnerContainWrapper{
	display:table-cell;
	vertical-align:middle;
	position:absolute;
	padding:0;
	width:100%;
}
.HeaderWrapper h2{
	display:inline-block;
	background-color:#5AA1E3;
	letter-spacing:3px;
	font-family: 'Conv_HelveticaLTStd-Bold';
	padding:15px 100px;
	position:relative;
	text-transform:uppercase;
	}
.HeaderWrapper h2:after{
	content:'';
	width:60px;
	right:20px;
	height:1px;
	background-color:#fff;
	position:absolute;
	top:50%;
	}
.HeaderWrapper h2:before{
	content:'';
	width:60px;
	height:1px;
	left:20px;
	top:50%;
	background-color:#fff;
	position:absolute;
	}		
.AboutElainaMassieWrapper, .EnquireWrapper{
	margin-top:25px;
	}
.AboutElainaMassieWrapper .Button2 button:hover{
	background-color: #fff !important;
    color: #3b4578 !important;
	}		
.AboutElainaMassieWrapper .LeftWrap {
    width: 45%;
    position: absolute;
    bottom: 0;
	right:50px;
}
.AboutElainaMassieWrapper .RightWrap {
    padding: 25px 45px;
    float: left;
    margin-left: 140px;
    margin-bottom: 90px;
    width: 440px;
}	
.AboutElainaMassieWrapper .InnerContainWrapper{
	padding:60px 0 0 0;
	}
.AboutWrapper .InnerContainWrapper{
	padding:65px 0 50px 0;
	}
.AboutWrapper .vc_column-inner{
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover !important;
	}	
.AboutWrapper ul > li {
    background-image: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/icons/icon_ul.png);
    background-position: 5px 10px;
    background-repeat: no-repeat;
    /* margin: 5px 0px 0px 0px; */
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 25px;
}
.AboutULWrapper .InnerContainWrapper{
	padding:50px 0;
	}
.AboutWrapUL p{
	margin-bottom:15px;
	font-size:17px;
	}
.AboutWrapUL p:last-child{
	margin-bottom:0px;
	}	
.AboutWrapUL{
	padding:0 50px;
	}
		
	
	
.SpeakingTrainingWrapper .Border{
	margin:20px 0 25px 0;
	width:400px;
	display:inline-block;
	}
.BookWrapper{
	padding-top:30px;
	border-bottom: 1px solid #d8dae4;
	}	
.ProductWrapper .InnerContainWrapper {
	padding:50px 0;
	}

.BookWrapper .ProductWrapper:nth-child(odd) {
	background-color: #fff;
	}
.BookWrapper .ProductWrapper:nth-child(even){
	background-color: #f2f2f2;
	}			
	
.ProductWrap{
	width:1020px;
	margin:0 auto 70px;
	}
.ProductWrapper .Button1 a{
	background-color:#3a4578;
	padding:11px 35px;
	text-transform:uppercase;
	}	
.ProductWrapper .Button1 a:hover{
	background-color:#73CEE1;
	}	
.ProductWrap .ImgWrap{
	width: 29%;
    padding-right: 30px;
    float: left;
    box-sizing: border-box;
	}
.ProductWrap .TextWrap{
	width:71%;
	float:right;
	}
.ProductWrap .TextWrap .Border{
	margin:15px 0 20px;
	}	

.ProductWrap:last-child{
	margin-bottom:0px;
	}
.EnquireWrapper .InnerContainWrapper {
	padding:60px 0;
	}	
.EnquireWrap{
	width:670px;
	margin:0 auto;
	}
.EnquireWrap .Col2{
	width:50%;
	padding:7px;
	float:left;
	}
.EnquireWrap .Col1{
	width:100%;
	padding:7px;
	display:inline-block;
	}
.ContactInformationWrapper .Border1{
	margin:10px 0 50px;
	}
.ContactInformationWrap .Col3{
	width:33%;
	display:inline-block;
	border-right:1px solid #8f7d82;
	box-sizing:border-box;
	vertical-align:top;
	}
.ContactInformationWrap .Col3:last-child{
	border-right:0px;
	}	
.ContactInformationWrap .Col3 a{
	color:#fff;
	}
.ContactInformationWrap .Col3 a:hover{
	color:#73CEE1;
	}	
.ContactInformationWrapper .Col3 .Icon{
	width:50px;
	height:50px;
	background-color:#fff;
	border-radius:100%;
	display:inline-block;
	}
.ContactInformationWrapper .Col3 .TextBox{
	display:inline-block;
	padding:0 15px;
	}
.CoachingHeaderWrapper{
	display:table;
	width:100%;
	height:620px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	}			
.CoachingHeaderWrapper 	.InnerContainWrapper{
	display:table-cell;
	vertical-align:middle;
}
.CoachingHeaderWrapper .TextWrap{
	width:620px;
	float:left;
	padding-left:20px;
	}
.TalentOptimisationWrapper .InnerContainWrapper{
	padding:40px 0 40px 0;
	}
.TalentOptimisationWrapper .Border1{
	margin:10px 0 50px 0;
	}
.SeriouslyWrapper .InnerContainWrapper{
	padding:60px 0;
	}
.SeriouslyWrapper ul > li {
    background-image: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/icons/icon_ul_li.png);
    background-position: 5px 10px;
    background-repeat: no-repeat;
    /* margin: 5px 0px 0px 0px; */
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 25px;
}
.SeriouslyWrapper ul{
	margin-bottom:50px !important;
	}
.StartCoachingWrapper {
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	}	
.StartCoachingWrapper .InnerContainWrapper{
	padding: 100px 0 90px;
	}						
.SpeakingWorkshopsWrapper{
	display:table;
	width:100%;
	height:500px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	}			
.SpeakingWorkshopsWrapper .InnerContainWrapper{
	display:table-cell;
	vertical-align:middle;
}
.SpeakingWorkshopsWrapper .TextWrap{
	width:560px;
	float:left;
	padding-right:20px;
	margin-top:-70px;
	}
.SpeakingWorkshopsWrapper .TextWrap h6{
	padding-left:15px;
	}									
.SpeakingTopicsWrapper .InnerContainWrapper{
	padding:40px 0 65px;
	}
.SpeakingTopicsWrap .LeftWrap{
	width:50%;
	float:left;
	padding-right:40px;
	box-sizing:border-box;
	border-right:1px solid #cccccc;
	data-wow-delay:0.9s;
	}
.SpeakingTopicsWrap .RightWrap{
	width:50%;
	float:right;
	padding-left:40px;
	box-sizing:border-box;
	}
.SpeakingWrap .Col1:nth-child(odd){
	width:50%;
	float:left;
	padding-right:40px;
	box-sizing:border-box;
	border-right:1px solid #cccccc;
	}
.SpeakingWrap .Col1:nth-child(even){
	width:50%;
	float:right;
	padding-left:40px;
	box-sizing:border-box;
	} 	
.SpeakingTopicsWrap .Border1{
	margin:15px 0 20px;
	background-color:#3a4578 !important;
	}				
.SpeakingTopicsWrap ul > li {
    background-image: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/icons/icon_ul_li1.png);
    background-position: 5px 10px;
    background-repeat: no-repeat;
    /* margin: 5px 0px 0px 0px; */
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 25px;
}
.SpeakingTopicsWrap{
	margin-bottom:60px;
	}	
.SpeakingTopicsWrap:last-child{
	margin-bottom:0px;
	}	
.DownloadWrapper .Button2{
	margin:25px 10px 0!important;
	}
.WorkshopsConsultingWrapper .InnerContainWrapper {
	padding:60px 0 45px;
	}	
.WorkshopsConsultingWrapper .Border1{
	margin:20px 0 30px; 
	}
	
.WatchLearnWrapper .InnerContainWrapper {
	padding:60px 0 0px;
	}	
.Button3{
	display:inline-block;
	}
.Button3 button, input[type="button"], input[type="submit"]{
	background-color:#3a4578;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
	font-size:15px;
    padding: 16px 40px;
    transition: ease-in-out 0.3s;
	text-transform:uppercase;
	font-family: 'Conv_HelveticaLTStd-Bold';
	}
.Button3 button, input[type="button"], input[type="submit"]:hover{
	background-color:#73CEE1;
	color:#fff;
	}

.Button1 button, input[type="button"], input[type="submit"]{
	background-color:#5AA1E3;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
	font-size:15px;
	line-height:28px;
    padding: 16px 30px;
    transition: ease-in-out 0.3s;
	font-family: 'Conv_HelveticaLTStd-Bold';
	}
.Button1 button, input[type="button"], input[type="submit"]:hover{
	background-color:#73CEE1;
	}		
.ProductWrapper .Button2 button:hover{
	background-color:#73CEE1 !important;
	color:#fff !important;
	}
.StartCoachingWrapper .InnerContainWrapper .wpb_wrapper{
	width:860px;
	float:right !important;
	}				
.TestimonialWrapper .TestiTextWrap{
	font-family: 'HelveticaLTStd-LightObl';
	font-size:18px !important;
	}
.IdxWatchLearnWrapper .FParagraph{
	font-size:16px;
	}
	
.TestimonialSliderWrap{
	width:720px;
	float:right;
	padding:0 70px;
	box-sizing:border-box;
	}	
.ProductWrapper .ProductWrap .TextWrap h5{
	text-transform:lowercase !important;
	letter-spacing:normal;
	color:#333;
	} 
 
.ProductWrapper .ProductWrap .TextWrap h1 {
	color: #3a4578;
	font-size: 26px !important;
	line-height: 28px;	
	 font-family: 'Conv_HelveticaLTStd-Roman';
	padding-bottom: 0px;
	text-transform:none;
	margin:14px 0px;
}
.ProductWrapper .ProductWrap .TextWrap h2 {
	color: #3a4578;
	font-size: 24px !important;
	line-height: 26px !important; 	
	 font-family: 'Conv_HelveticaLTStd-Roman';
	margin:14px 0px;
}

.ProductWrapper .ProductWrap .TextWrap h3 {
	color: #3a4578;
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid #022448;
	 font-family: 'Conv_HelveticaLTStd-Roman';
	margin:14px 0px;
}

.ProductWrapper .ProductWrap .TextWrap h4 {
	color: #3a4578;
	font-size: 20px;
	line-height: 22px;	
	 font-family: 'Conv_HelveticaLTStd-Roman';
	margin:14px 0px;
}

.ProductWrapper .ProductWrap .TextWrap h5 {
	color: #3a4578;
	font-size: 18px !important;
	line-height: 20px !important;
	 font-family: 'Conv_HelveticaLTStd-Roman';
	padding: 0px 0px;
	margin:14px 0px;
	text-transform:none;
	letter-spacing: 0.5px;
}				
.ProductWrapper .ProductWrap .TextWrap h6 {			
	color: #3a4578;
	font-size: 16px;
	line-height: 18px;	
	 font-family: 'Conv_HelveticaLTStd-Roman';
	margin:14px 0px;
} 	
.ProductWrapper .ProductWrap .TextWrap p a{
	color:#202a56 ;
	}
.ProductWrapper .ProductWrap .TextWrap p a:hover{
	color:#73CEE1 ;
	}
.ProductWrapper .PriceWrap{
	margin-top:20px;
	}					
.ProductWrapper .PriceWrap .LeftCol{
	width:30%;
	float:left;
	border-right:1px solid #3a4578;
	padding-right:30px;
	}
.ProductWrapper .PriceWrap .RightCol{
	border-right:0px;
	width:69%;
	padding:0 30px;
	float:left;
	}
.ProductWrapper .PriceWrap h3, .ProductWrapper .PriceWrap .LeftCol h3{
	margin-top:0 !important;
	}	
.ProductWrapper .Button1 button, input[type="button"], input[type="submit"] {
    background-color: #3a4578;
}
.ProductWrapper .Button1 button:hover, input[type="button"]:hover, input[type="submit"]:hover {
        background-color: #73CEE1;
}				
	
	
		
.IdxWatchLearnWrapper .swiper-slide{
	padding:30px 50px;
	box-sizing:border-box;
	margin-right:0 !important;
	}	
	
	
	
	
	
	
													
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.elainamassie.com.au/wp-content/themes/custom/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

::-webkit-input-placeholder {
color: #333333;
font-family: 'Conv_HelveticaLTStd-Light' !important;
font-size:16px;
line-height:40px !important;
}
:-moz-placeholder { 
color: #333333;
font-family: 'Conv_HelveticaLTStd-Light' !important;
font-size:16px;
line-height:40px !important;
}
::-moz-placeholder {  
color: #333333;
font-family: 'Conv_HelveticaLTStd-Light' !important;
font-size:16px;
line-height:40px !important;
}
:-ms-input-placeholder {  
color: #333333;
font-family: 'Conv_HelveticaLTStd-Light' !important;
font-size:16px;
line-height:40px !important; 
} 
form {
margin:0px;
padding:0px;
}
select{
font-family: 'Conv_HelveticaLTStd-Light';
background-color: #fff;
padding: 14px 22px;
border: 1px solid #cccccc;
color: #333333 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
width: 100%;
height: 54px !important;
font-size:15px;
line-height: 24px;
background: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/firefox_tweak.png) no-repeat #fff;
background-position: 98% 25px;
-webkit-appearance: none; -moz-appearance: none;
}
input[type=text],
input[type=password] {
font-family: 'Conv_HelveticaLTStd-Light';
font-size:15px;
color:#333;
border:1px solid #c4c4c4;
background-color:#fff;
padding:7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
input[type="email"],
input[type="text"],
textarea,
input[type="tel"] {
font-family: 'Conv_HelveticaLTStd-Light';
font-size:15px;
color:#333;
line-height:36px;
padding:7px 15px;
background: #fff;
border: 1px solid #e3e3e3;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.Message textarea{
height:200px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus{
border-color:#e3e3e3;
box-shadow: 0 0 8px rgba(58, 69, 120, 1);
border: 1px solid #3a4578 !important;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
}
.BgColor1 {
background-color:#3a4578;
}
.BgColor2 {
background-color:#231f20; }
.BgColor3 {
background-color:#403f3f;
}
.BgColor4 {
background-color:#f2f2f2;
}
.WithoutCircleCol {
text-align:center;
}
.WebDesign {
font-size: 12px;
line-height: 40px;
color: #666666;   
text-transform: uppercase;
display: block;
text-align: center;
}
.WebDesign a {
color: #333333;
}
.WebDesign a:hover {
color: #202a56;
}
.WebDesign img {
vertical-align: middle;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after{
z-index:-1 !important;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, .wpcf7-response-output {
display: none !important;
}
span .wpcf7-not-valid {
border: 1px solid #ff0000 !important;
}
.search-form .screen-reader-text, .search-form button, .page-content .search-form .screen-reader-text, .page-content .search-form button {
display: none;
} .vc_column_container>.vc_column-inner {
box-sizing: border-box;
padding:0px;
width: 100%;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
padding-top:0px;
}  .PageHeader {	
background-size: cover !important;
padding: 73px 0px;
margin: 0px auto;
}
.InnerContainWrapper {
width: 1200px;
margin: 0px auto !important;
padding: 40px 0px 40px 0px;
float: none !important;
}
.Reset{
margin:0px !important;
padding:0px !important;
}
.PageHeader h1 {
font-family: 'Conv_HelveticaLTStd-Light';
font-size: 62px;
color: #ffffff;
line-height: 64px;
text-align: center;
font-weight: 400;
font-style: normal;
text-transform:uppercase;
}
.BlogHeaderImg {
background: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/bg/dc-page-inner-header.jpg);
}
.ReadMoreBtn input[type="submit"] {
font-family: 'Conv_HelveticaLTStd-Light' !important;
color: #FFF !important;
font-size: 17px !important;
text-align: center !important;
line-height: 50px !important;
letter-spacing: 0.5px !important;
text-transform: uppercase !important;
}
.ReadMoreBtn {
font-family: 'Conv_HelveticaLTStd-Light' !important;
display: inline-block !important;
color: #FFF !important;
font-size: 17px !important;
text-align: center !important;
line-height: 50px !important;
letter-spacing: 0.5px !important;
text-transform: uppercase !important;
}
.ReadMoreBtn a, .ReadMoreBtn input[type="submit"] {
display: block !important;
background-color: #b39a58 !important;
color: #FFF !important;
padding: 0px 24px !important;
border-radius: 40px !important;
border: 1px solid #b39a58 !important;
line-height: 50px !important;
}
.ReadMoreBtn a:hover, .ReadMoreBtn input[type="submit"]:hover {
display: block !important;
background-color: transparent !important;
color: #b39a58 !important;
border: 1px solid #b39a58 !important;
padding: 0px 24px !important;
line-height: 50px !important;
}
.OurBlogPage .ReadMoreBtn a {
padding: 0px 40px !important;
}
.OurBlogPage .ReadMoreBtn a:hover {
padding: 0px 40px !important;
}
a {
text-decoration: none !important;	
} .ContactFrmWrap {
width:900px;
margin: 0px auto;
}
.ContactFrmCol {
display:inline-block;
width:47%;
margin: 10px 10px;
}
.ContactFrmWrap input[type="tel"], .ContactFrmWrap input[type="text"], .ContactFrmWrap input[type="email"]  {
background-color: #ffffff;
padding: 14px 22px;
border: 1px solid #e4e4e4;
color: #444444 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075); text-transform: none;
font-size:15px;
border-radius:5px;
width: 100%; }
.ContactFrmCol select{
font-family: 'Conv_HelveticaLTStd-Light';
background-color: #fff;
padding: 14px 22px;
border: 1px solid #cccccc;
color: #333333 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
width: 100%;
height: 54px !important;
font-size:15px;
line-height: 24px;
background: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/firefox_tweak.png) no-repeat #fff;
background-position: 98% 25px;
-webkit-appearance: none; -moz-appearance: none;
}
.ContactFrmComm {
display: block;
vertical-align: top;
margin: 10px;
width: 96.5%;
}
.ContactFrmComm textarea {
background-color: #ffffff;
padding: 14px 22px;
height: 135px;
border: 1px solid #e4e4e4;
color: #444444 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
text-transform: none;
font-size: 15px;
border-radius:5px;
width: 100%; } .carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div:before {
display:none;
}
.carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div{
background-image:url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/dp-left-arrow.png) !important;
background-repeat:no-repeat;
width:14px !important;
height:24px !important;
opacity:1;
}
.carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div.owl-next{
background-image:url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/dp-right-arrow.png) !important;
}  .IdxBlogWrap .DescWrap {
padding: 25px 5px 40px 0px;
box-sizing: border-box;
}
.IdxBlogWrap .NewsDate {
width: 60px;
height: 60px;
background-color:#4d585a;
text-align: center;
float: left;
margin-right: 15px;
border-radius:50%;
display:block;
}
.IdxBlogWrap img{
width:100%;
}
.IdxBlogWrap .NewsDate h5 {
display: block;
width: 30px;
margin:0 auto;
font-size: 22px;
color: #fff;
font-family: 'Conv_HelveticaLTStd-Light';
padding-bottom:0px;
border-bottom:1px solid #FFF;
margin-bottom:2px;
margin-top:3px;
}
.IdxBlogWrap .NewsDate span {
font-size: 12px;
color: #fff;
text-transform: uppercase;
line-height: 12px;
display: block;
}
.IdxBlogWrap .DescWrap .DescWrapper {
float: none;
width:100%;
}
.IdxBlogWrap .DescWrap .DescWrapper h5 a{
font-family: 'Conv_HelveticaLTStd-Light';
color:#942a47;
}
.IdxBlogWrap .DescWrap .DescWrapper h5 a:hover{
font-family: 'Conv_HelveticaLTStd-Light';
color:#4d585a;
}
.IdxBlogWrap h5 a{
color:#64c089;
}
.IdxBlogWrap  h5 a:hover{
color:#724087;
}
.IdxBlogWrap .Cell {
display: table-cell;
vertical-align: top;
width:50%;
padding-right:40px;
}
.IdxBlogWrap .Cell:last-child{
padding-right:0px;
padding-left:40px;
border-left:1px solid #ddd;
}  .ContactInfoBox  {
width: 100%;
margin:25px auto 0px;	
}
.ContactInfoBox ul li {
background-image:none;
background-position: 0;
width: 32.2%;
float: left;
text-align: center;
padding: 0px 5px;
margin: 0px;
font-size: 15px;
color: #FFF;
line-height: 26px;
}
.ContactInfoBox ul li+li {
border-left:1px solid #a16fb6;
}
.ContactInfoBox ul li h3 {
font-family: 'Conv_HelveticaLTStd-Light' !important;
font-size: 20px;
color: #64c089;
line-height: 28px;
text-transform:uppercase;
letter-spacing: 1px;
margin-bottom:5px;	
}
.ContactInfoBox .ContPhone {
font-family: 'Conv_HelveticaLTStd-Light';
font-size: 18px;
color: #FFF;		
line-height: 30px;	
}
.ContactInfoBox .ContAddress {
font-size: 14px;
color: #FFF;
line-height: 24px;	
}
.ContactInfoBox .ContEmail {
font-size: 14px;
color: #FFF;
line-height: 24px;	
}		
.ContactInfoBox ul li a {
color:#FFF;
}
.ContactInfoBox ul li a:hover {
color:#64c089;
}
.ContactInfoBox ul li img {
margin-bottom:10px;	
}
.ContactHorLine {
border-bottom:1px solid #FFFFFF;
height:2px;
width:55px;
margin:20px auto;
display:block;	
}
.ContactInfoBox a:hover{
color:#64c089 !important;
}
.CntSubmitBtnWrap{
margin:20px 20px 0px 10px;
} .FixParallax {
background:fixed;				
}
div.wpcf7 .ajax-loader {
background-image: url(//www.elainamassie.com.au/wp-content/themes/custom/assets/images/form-loader.png);
}	
.IdxWatchLearnWrapper h2 a{
color:#FFF;	
}
.IdxWatchLearnWrapper h2 a:hover{
color:#3a4578;											
}
.FullWidth{
width:100% !important; 	
}
.wow {
visibility: hidden;
} .wpb_wrapper {
border-color: #F8E3AF;
}