@font-face {
  font-family:'Roboto-Regular';
  src:url('fonts/Roboto-Regular.eot');
  src:url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Roboto-Regular.woff') format('woff'),
       url('fonts/Roboto-Regular.ttf') format('truetype'),
       url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	}

@font-face {
    font-family:'Roboto-Bold';
    src:url('fonts/Roboto-Bold.eot');
    src:url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold.woff') format('woff'),
         url('fonts/Roboto-Bold.ttf') format('truetype'),
         url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight:normal;
    font-style:normal;
	}
	
@font-face {
    font-family:'Roboto-Black';
    src:url('fonts/Roboto-Black.eot');
    src:url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Black.woff') format('woff'),
         url('fonts/Roboto-Black.ttf') format('truetype'),
         url('fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight:normal;
    font-style:normal;
	}
	
@font-face {
  font-family:'Roboto-Italic';
  src:url('fonts/Roboto-Italic.eot');
  src:url('fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
       url('fonts/Roboto-Italic.woff') format('woff'),
       url('fonts/Roboto-Italic.ttf') format('truetype'),
       url('fonts/Roboto-Italic.svg#Roboto-Italic') format('svg');
	}

@font-face {
    font-family:'Roboto-BoldItalic';
    src:url('fonts/Roboto-BoldItalic.eot');
    src:url('fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-BoldItalic.woff') format('woff'),
         url('fonts/Roboto-BoldItalic.ttf') format('truetype'),
         url('fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
    font-weight:normal;
    font-style:normal;
	}
	
@font-face {
    font-family:'Roboto-BlackItalic';
    src:url('fonts/Roboto-BlackItalic.eot');
    src:url('fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-BlackItalic.woff') format('woff'),
         url('fonts/Roboto-BlackItalic.ttf') format('truetype'),
         url('fonts/Roboto-BlackItalic.svg#Roboto-BlackItalic') format('svg');
    font-weight:normal;
    font-style:normal;
	}
	
@font-face {
  font-family:'SourceSansPro-Regular';
  src:url('fonts/SourceSansPro-Regular.eot');
  src:url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/SourceSansPro-Regular.woff') format('woff'),
       url('fonts/SourceSansPro-Regular.ttf') format('truetype'),
       url('fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
	}

@font-face {
    font-family:'SourceSansPro-Bold';
    src:url('fonts/SourceSansPro-Bold.eot');
    src:url('fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Bold.woff') format('woff'),
         url('fonts/SourceSansPro-Bold.ttf') format('truetype'),
         url('fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight:normal;
    font-style:normal;
	}
	
@font-face {
    font-family:'SourceSansPro-Black';
    src:url('fonts/SourceSansPro-Black.eot');
    src:url('fonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Black.woff') format('woff'),
         url('fonts/SourceSansPro-Black.ttf') format('truetype'),
         url('fonts/SourceSansPro-Black.svg#SourceSansPro-Black') format('svg');
    font-weight:normal;
    font-style:normal;
	}
	
@font-face {
    font-family:'SourceSansPro-Semibold';
    src:url('fonts/SourceSansPro-Semibold.eot');
    src:url('fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Semibold.woff') format('woff'),
         url('fonts/SourceSansPro-Semibold.ttf') format('truetype'),
         url('fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');
    font-weight:normal;
    font-style:normal;
	}
	
* {
    margin:0;
    padding:0;
	outline:none;
	}
	
html {
    height:100%;
	}
	
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
	}
	
body {
	font-family:Roboto-Regular, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454545;
	line-height:normal;
	-webkit-font-smoothing:antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust:100%;
	background:#fff;
	}
	
img {
    max-width:100%;
	}
	
* html #wrapper, * html #wrapper-inner {
	height:100%;
	}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
	}
/* AD WORKAROUNDS */

center {
	text-align:left;
	}

nav ul {
	list-style:none;
	}

blockquote, q {
	quotes:none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
	}

ins {
	background:#ff9;
	color:#000;
	text-decoration:none;
	}

mark {
	background:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
	}

del {
	text-decoration:line-through;
	}

abbr [ title ], dfn [ title ] {
	border-bottom:none;
	cursor:help;
	}

abbr [ title ]:hover, dfn [ title ]:hover {
	border-bottom:1px dotted;
	}
/* tables still need cellspacing="0" in the markup */

table {
	border-collapse:collapse;
	border-spacing:0;
	}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
	}

input, select {
	vertical-align:middle;
	}

.enhanced object, .enhanced embed {
	display:block;
	}

fieldset, a img {
	border:none;
	}
	
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
	}

ol, ul {
    /*list-style-position:inside;*/
    list-style-type:none;
	}
	
caption, th {
    text-align:left;
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size:100%;
	}
	
q:before, q:after {
    content:"";
	}
	
abbr, acronym {
    border:0 none;
	}
	
strong {
    font-weight:bold;
	}
	
em {
    font-style:italic;
	}

a, a:hover {
	color:#01ada1;
	outline:none;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
a:hover {
	color:#ff9a25;
	}

:focus {
	border:none;
	outline:none;
	}

input, select, textarea {
	color:#333;
	font:normal normal 1em Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}

input [ type = checkbox ], input [ type = radio ] {
	float:left;
	margin-right:5px;
	}

input [ type = 'text' ], input [ type = 'password' ] {
	border:#e0e0e0 solid 1px;
	padding:4px 5px;
	}

textarea {
	overflow:auto;
	resize:none;
	}

hr {
	display:none;
	}

img {
	vertical-align:top;
	}
	
.hide {
	display:none;
	}
	
/* ClearFix */
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	}

.container:after {
	content:" ";
	display:block;
	clear:both;
	}
	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0px; 
    clear:both; 
    visibility:hidden;
	}
	
.clearfix {
	display:inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
	
	/* Layout Styles */
	
/*************  Main Structure  *************/
	
	/* wrapper */
	
#wrapper {
	position:relative;
	margin:0px auto;
	width:100%;
	z-index:1;
	}
	
/* Columns  */
	
.fullwidth {
	float:left;
	width:960px;
	}

.onethird {
	float:left;
	width:300px;
	margin-right:30px;
	}
	
.onethirdlast {
	float:right;
	width:300px;
	}

.twothirds {
	float:left;
	width:630px;
	}
	
.twothirdslast {
	float:right;
	width:630px;
	}

.onefourth {
	float:left;
	width:217px;
	margin-right:30px;
	}
	
.onefourthlast {
	float:right;
	width:217px;
	}

.twofourths {
	float:left;
	width:465px;
	margin-right:30px;
	}
	
.twofourthslast {
	float:right;
	width:465px;
	}

.threefourths {
	float:left;
	width:713px;
	}
	
.threefourthslast {
	float:right;
	width:713px;
	}

/* Header Styles */

.topRow {
	position:relative;
	color:#cccccc;
	width:100%;
	z-index:5;
	height:auto;
	display:block;
	margin:0px auto;
	line-height:35px;
	background:#ffe4c3;
	overflow:hidden;
	}
	
.topContent {
	position:relative;
	color:#cccccc;
	width:960px;
	display:block;
	margin:0px auto;
	overflow:hidden;
	}
	
.header-tag-line {
	font-family:SourceSansPro-Bold;
	float:none;
	position:relative;
	color:#ec8100;
	font-size:20px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	display:flex;
	flex-wrap: wrap;
	overflow-wrap: break-word;
	}


/*	background:url(../images/phone-icon-top.png) 0px 0px no-repeat; 
	overflow:visible;

*/

/* Search */
	
.search-box {
	float:right;
	position:relative;
	display:block;
	width:183px;
  	color:#333;
	height:20px;
	background:#f3cc9f;
	margin:9px 0px 0px 10px;
	border:1px solid #e2c6a5;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior:url(PIE.htc);
	}
	
.search {
	float:left;
	position:relative;
	width:140px;
	height:20px;
  	border:none;
	color:#8e7251;
	font-size:11px;
	background:none;
	padding:0px 10px;
	font-style:italic;
	}
	
.search-btn {
	float:right;
	position:relative;
	width:20px;
	height:20px;
	border:none;
	display:block;
	background:#8e7251 url(../images/magnify.png) center center no-repeat;	
	-moz-border-radius:0px 3px 3px 0px;
	-o-border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
	border-radius:0px 3px 3px 0px;
	behavior:url(PIE.htc);
	}

#mastHead-wrapper {
	width:100%;
	z-index:11;
	height:73px;
	display:block;
	margin:0px auto;
	position:relative;
	background:url(../images/header-bg.png) left bottom repeat-x;
	}
	
#pageHeader {
	width:960px;
	height:73px;
	display:block;
	margin:0px auto;
	position:relative;
	}
	
.logo {
	float:left;
	position:relative;
	width:195px;
	height:32px;
	display:block;
	margin:20px 0px 0px;
	}
	
.logo h1 {
	margin:0px;
	padding:0px;
	}

.logo a {
	float:left;
	position:relative;
	width:195px;
	height:32px;
	overflow:hidden;
	}

/* Nav */
	
.nav {
	font-family:SourceSansPro-Bold;
	float:right;
	width:auto;
	height:77px;
	z-index:11111;
	display:block;
	margin:-4px auto 0px;
	position:relative;
	max-width:735px;
	}

div#topMenu {
	position:relative;
	width:auto;
	height:77px;
	}

div#topMenu>ul {
    margin:0;
    float:left;
	width:100%;
    padding:0px;
	font-size:13px;
    list-style:none;
	text-transform:uppercase;
	background:url(../images/nav-separator.png) right center no-repeat;
	}

div#topMenu>ul>li {
    float:left;
    padding:0;
    display:block;
	margin-left:1px;
	line-height:77px;
    position:relative;
	background:url(../images/nav-separator.png) 4px center no-repeat;
	}
	
div#topMenu>ul>li:first-child {
	background:none;
	}
	
div#topMenu>ul>li:last-child {
	padding-right:4px;
	}
	
div#topMenu>ul>li>a {	
    float:left;
	color:#454545;
	display:block;
	-webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    -ms-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
	}
	
div#topMenu>ul>li>a span.nav-left {	
    float:left;
	height:77px;
	color:#454545;
	display:block;
	padding:0px 0px 0px 20px;
	-webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    -ms-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
	}
	
div#topMenu>ul>li>a span.nav-right {
	float:right;
	width:10px;
	height:77px;
	position:relative;
	padding:0px 0px 0px 0px;
	-webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    -ms-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
	}
	
div#topMenu>ul>li:hover>a, div#topMenu>ul>li.selected>a {
	color:#fff;
	-webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    -ms-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
	}
	
div#topMenu>ul>li:hover>a span.nav-left, div#topMenu>ul>li.selected>a span.nav-left {
	color:#fff;
	background:url(../images/nav-left.png) left top no-repeat;
	-webkit-transition:all 0.0s ease-out;
    -moz-transition:all 0.0s ease-out;
    -o-transition:all 0.0s ease-out;
    -ms-transition:all 0.0s ease-out;
    transition:all 0.0s ease-out;
	}
	
div#topMenu>ul>li:hover>a span.nav-right, div#topMenu>ul>li.selected>a span.nav-right {
	background:url(../images/nav-right.png) right top no-repeat;
	-webkit-transition:all 0.0s ease-out;
    -moz-transition:all 0.0s ease-out;
    -o-transition:all 0.0s ease-out;
    -ms-transition:all 0.0s ease-out;
    transition:all 0.0s ease-out;
	}
	
	/* menu::level2 */

div#topMenu ul ul li {
	font-size:14px;
	margin:0px;
	padding:0px;
	background:none !important;
	}
	
div#topMenu ul ul {
    position:absolute;
    top:75px;
    padding:0;
    left:-999em;
    width:255px;
	text-align:left;
    background:#fafafa;
    margin:0px 0px 0px 7px;
	box-shadow:2px 2px 4px 2px rgba(0,0,0,0.2); 
	overflow:hidden;
	}

div#topMenu ul ul a {
    padding:10px 15px;
    height:auto;
    float:none;
    color:#454545;
    display:block;
    line-height:20px;
	border-left:5px solid transparent;
	overflow:hidden;
	}
	
div#topMenu ul ul li {
	width:100%;
	border-bottom:1px solid #e8e8e8;
	}
	
div#topMenu ul ul li:last-child {
	border-bottom:none;
	}
	
div#topMenu li li:hover>a, div#topMenu li li.selected>a { 
	background:#eaeaea;
	border-left:5px solid #00cabd;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}

/* menu::level3 */
div#topMenu ul ul ul, div#topMenu ul ul ul ul {
    padding:0;
	top:auto;
    margin:-40px 0 0 255px !important;
	}
	
div#topMenu ul ul ul ul {
    margin:-40px 0 0 255px !important;
	}
	
.tinynav {
	display:none;
	}
	
/* Banner Styles */	

.bannerWrapper {
	position:relative;
	width:100%;
	z-index:6;
	margin:-3px auto 0px;
	}
	
.banner {
	position:relative;
	width:100%;
	z-index:1;
	margin:0 auto;
	overflow:hidden;
	}
	
#back_to_fluid_dg {
	clear:both;
	display:block;
	}

.fluid_container {
	position:relative;
	margin:0 auto;
	width:100%;
	z-index:1;
	}

.fluid_dg_pag {
	position:absolute;
	bottom:15%;
	left:50%;
	margin-left:-480px;
	/*width:100%;*/
	}

.fluid_dg_wrap .fluid_dg_pag .fluid_dg_pag_ul {
	text-align:center;
	}

.fluid_dg_pag .fluid_dg_pag_ul {
	/*display:none;*/
	}
	
img.imgLoaded {
	width:100%;
	overflow:hidden;
	}
	
.btn-bottom {
	position:absolute;
	left:50%;
	width:59px;
	height:58px;
	bottom:-29px;
	z-index:111111;
	margin-left:-30px;
	overflow:hidden;
	}
	
	/* #container */
	
.container-wrapper {
	position:relative;
	width:100%;
	z-index:5;
	padding:40px 0px;
	background:#ffe4c3 url(../images/water-mark.png) right -100px no-repeat;
	}
	
.container-wrapper-white {
	position:relative;
	width:100%;
	z-index:5;
	background:#fff;
	padding:40px 0px;
	}
	
.container-wrapper-gray {
	position:relative;
	width:100%;
	z-index:5;
	background:#f2f0f0 url(../images/gray-water-mark.png) right bottom no-repeat;
	padding:40px 0px;
	}
	
.container {
	position:relative;
	width:960px;
	z-index:11;
	display:block;
	margin:0px auto;
	}
	
.welcome-wrapper {
	width:760px;
	position:relative;
	text-align:center;
	padding:20px 100px 0px;
	}
	
.line1 {
	height:1px;
	display:block;
	position:relative;
	background:#dbb495;
	margin:30px auto;
	overflow:hidden;
	}
	
.line2 {
	height:1px;
	display:block;
	position:relative;
	background:#dad8d8;
	margin:30px auto;
	overflow:hidden;
	}
	
.welcome-wrapper h3 {
	padding-bottom:5px;
	}
	
.welcome-wrapper h3 img {
	position:relative;
	margin-top:6px;
	}
	
.welcome-wrapper p {
	color:#6b6a6a;
	line-height:20px;
	text-align:center;
	}
	
.style1 {
	font-family:Roboto-Bold;
	color:#df7902;
	font-size:15px;
	margin-bottom:10px;
	}
	
.style2 {
	/*font-style:italic;*/
	font-weight:bold;
	}
	
.learn-more-btn {
	font-family:Roboto-Bold;
	display:block;
	font-size:14px;
	position:relative;
	text-transform:uppercase;
	}
	
.learn-more-btn a {
	color:#9f5702;
	position:relative;
	padding:7px 20px;
	display:inline-block;
	border:2px solid #9f5702;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior:url(PIE.htc);
	-webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    -ms-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
	}
	
.learn-more-btn a:hover {
	color:#fff;
	background:#df7902;
	border:2px solid #df7902;
	-webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    -ms-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
	}
	
.benefits-block {
	float:left;
	width:100%;
	position:relative;
	}
	
.benefits-block figure {
	float:left;
	width:23px;
	margin:5px 0px 0px;
	position:relative;
	}
	
.benefits-desc-box {
	float:right;
	width:265px;
	position:relative;
	}
	
.solutionWrapper {
	position:relative;
	width:100%;
	color:#ffffff;
	margin:0px auto;
	padding:20px 0px;
	display:inline-block;
	overflow:hidden;
	}
	
.solutionCol {
	float:left;
	position:relative;
	width:180px;
	height:180px;
	margin-right:15px;
	background:#11a89c;
	overflow:hidden;
	}
	
.solutionCol a, .solutionCollast a {
	position:relative;
	width:180px;
	height:180px;
	display:block;
	cursor:pointer;
	overflow:hidden;
	}
	
.solutionCol figure, .solutionCollast figure {
	float:left;
	z-index:0;
	width:180px;
	height:180px;
	position:relative;
	overflow:hidden;
	}
	
.solutionCol figure img, .solutionCollast figure {
	position:relative;
	width:180px;
	height:180px;
	display:block;
	overflow:hidden;
	}
	
.solutionCol .solutionTitle, .solutionCollast .solutionTitle {
	font-family:SourceSansPro-Bold;
	position:absolute;
	font-size:17px;
	color:#fff;
	bottom:0px;
	z-index:3;
	left:0px;
	right:0px;
	padding:8px 10px;
	text-align:center;
	background:#11a89c;
	text-transform:uppercase;
	}
	
.solutionCol .mask, .solutionCollast .mask {
   	width:180px;
	height:180px;
   	position:absolute;
   	overflow:hidden;
   	bottom:-180px;
   	left:0px;
	z-index:5;
	background:rgba(25,19,4,0.7);
	}
	
.solutionCol .mask, .solutionCollast .mask {
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   	filter:alpha(opacity=100);
   	opacity:1;
   	-webkit-transition:all 0.5s ease-out 0.5s;
   	-moz-transition:all 0.5s ease-out 0.5s;
   	-o-transition:all 0.5s ease-out 0.5s;
   	-ms-transition:all 0.5s ease-out 0.5s;
   	transition:all 0.5s ease-out 0.5s;
	}
	
.solutionCol .mask .contentBox, .solutionCollast .mask .contentBox {
   	width:180px;
   	position:absolute;
   	overflow:hidden;
   	bottom:0px;
   	left:0px;
	right:0px;
	height:85px;
	text-align:center;
	background:#11a89c;
	overflow:hidden;
	}
	
.solutionCol .mask .contentBox .title1, .solutionCollast .mask .contentBox .title1 {
	font-family:SourceSansPro-Bold;
	font-size:17px;
	color:#fff;
	padding:5px 10px;
	text-align:center;
	text-transform:uppercase;
	border-bottom:1px solid #38d1c4;
	}
	
.solutionCol .mask .contentBox .descText, .solutionCollast .mask .contentBox .descText {
	font-family:Roboto-Regular;
	font-size:12px;
	color:#fff;
	line-height:17px;
	padding:8px 10px;
	text-align:center;
	}
	
.solutionCol .mask .view-more, .solutionCollast .mask .view-more {
	display:block;
   	top:0px;
   	left:0px;
	right:0px;
	height:89px;
	line-height:89px;
	position:absolute;
	text-align:center;
	border:3px solid #1f9f94;
   	overflow:hidden;
	}
	
.mask .view-more img {
	vertical-align:middle !important;
	}
	
.solutionCol:hover .mask, .solutionCollast:hover .mask {
   	bottom:0px;
   	-webkit-transition:all 0.3s ease-out 0.5s;
   	-moz-transition:all 0.3s ease-out 0.5s;
   	-o-transition:all 0.3s ease-out 0.5s;
   	-ms-transition:all 0.3s ease-out 0.5s;
   	transition:all 0.3s ease-out 0.5s;
	}
	
/*.solutionCollast {
	float:right;
	width:180px;
	height:180px;
	background:#11a89c url(../images/phone-icon.png) 90% 90% no-repeat;
	}*/
	
.solutionCollast {
	float:left;
	width:180px;
	height:180px;
	position:relative;
	background:#11a89c;
	overflow:hidden;
	}
	
.solutionCollast .phone-detail {
	padding:65px 20px 0px;
	}
	
.solutionCollast .call_us {
	font-family:SourceSansPro-Bold;
	font-size:17px;
	color:#fff;
	line-height:20px;
	text-transform:uppercase;
	}
	
.solutionCollast .phone_no {
	font-family:SourceSansPro-Bold;
	font-size:30px;
	color:#fff;
	line-height:32px;
	text-transform:uppercase;
	}
	
.difference-box {
	display:inline-block;
	width:100%;
	margin:20px auto;
	}
	
.difference-box h3 {
	text-align:center;
	padding-bottom:5px;
	margin-bottom:30px;
	border-bottom:1px solid #e7c192;
	}
	
.difference-box h3 img {
	position:relative;
	margin-top:5px;
	}
	
.difference-block {
	float:left;
	width:100%;
	position:relative;
	}
	
.difference-block figure {
	float:left;
	width:68px;
	position:relative;
	}
	
.difference-desc-box {
	float:right;
	width:215px;
	position:relative;
	}
	
.difference-desc-box h5 {
	color:#2bbab0;
	padding-bottom:3px;
	}
	
/* footer */

.footer-wrapper {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	width:100%;
	z-index:1;
	color:#737373;
	font-size:11px;
	background:#0f171c;
	overflow:hidden;
	}
		
.footer {
	position:relative;
	padding:25px 0px;
	width:960px;
	margin:0px auto;
	display:block;
	overflow:hidden;
	}
	
.fcol1 {
	float:left;
	width:50%;
	position:relative;
	overflow:hidden;
	}
	
ul.foot-nav {
	position:relative;
	margin:5px 0px;
	}
	
ul.foot-nav li {
	display:inline;
	position:relative;
	line-height:18px;
	}

ul.foot-nav li a, .footer a {
	color:#737373;
	line-height:14px;
	display:inline-block;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
ul.foot-nav li a {
	padding:0px 4px 0px 6px;
	border-left:1px solid #737373;
	}

ul.foot-nav li:first-child a {
	border-left:none;
	padding-left:0px;
	}
	
ul.foot-nav li a:hover, ul.foot-nav li.selected a, .footer a:hover {
	color:#07b7aa;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
.footer a {
	color:#737373;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
.copyright {
	position:relative;
	}
	
.fcol2 {
	float:right;
	width:40%;
	text-align:right;
	position:relative;
	overflow:hidden;
	}
	
ul.contact-details {
	position:relative;
	margin:8px 0px;
	}
	
ul.contact-details li {
	color:#07b7aa;
	display:inline;
	position:relative;
	margin-left:5px;
	}
	
ul.contact-details li:first-child img {
	margin-top:2px;
	}
	
ul.contact-details li img {
	margin-top:4px;
	}

ul.contact-details li a {
	color:#848484;
	display:inline-block;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
ul.contact-details li a:hover {
	color:#07b7aa;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
	/* Social Media */
	
.social-media-box {
	float:right;
	width:auto;
	font-size:10px;
	position:relative;
	}
	
.socialConnection {
	float:left;
	color:#737373;
	position:relative;
	margin:2px 5px 0px 0px;
	text-transform:uppercase;
	}
	
.social-media {
	float:left;
	width:16px;
	height:17px;
	text-align:left;
	position:relative;
	margin:0px 0px 0px 4px;
	}
	
.social-media a {
	width:16px;
	height:17px;
	position:relative;
	text-indent:-10000px;
	display:inline-block;
	background:url(../images/social-media-icons.png) left top no-repeat;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	overflow:hidden;
	}

.social-media a.fb {
	background-position:0px 0px;
	}

.social-media a.linkedin {
	background-position:-16px 0px;
	}
	
.social-media a.google-plus {
	background-position:-32px 0px;
	}
	
.social-media a.fb:hover {
	background-position:0px -17px;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
.social-media a.linkedin:hover {
	background-position:-16px -17px;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
.social-media a.google-plus:hover {
	background-position:-32px -17px;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}

	/* Content */
	
.innerBannerWrapper {
	position:relative;
	width:100%;
	z-index:6;
	margin:-3px auto 0px;
	}
	
.inner-banner {
	position:relative;
	width:100%;
	z-index:1;
	margin:0 auto;
	}
	
.inner-banner img {
	position:relative;
	width:100%;
	z-index:1;
	margin:-3px auto 0px;
	vertical-align:top !important;
	overflow:hidden;
	}
	
.bannerCaption {
	top:30%;
	left:50%;
	z-index:11;
	width:960px;
	display:block;
	margin-left:-480px;
	position:absolute;
	-moz-user-select:none;
	-o-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	}
	
.bannerCaption h2 {
	font-family:SourceSansPro-Black;
	padding:0px;
	color:#fff;
	font-size:55px;
	line-height:55px;
	letter-spacing:1px;
	text-transform:uppercase;
	}
	
.bannerCaption h5 {
	font-family:SourceSansPro-Bold;
	padding:0px;
	color:#fff;
	font-size:20px;
	line-height:20px;
	letter-spacing:2px;
	text-transform:uppercase;
	}
	
.bannerCaption .bannerImg {
	position:absolute;
	z-index:21;
	right:0px;
	top:-70%;
	}
	
.bannerImg img {
	width:auto !important;
	}
	
#breadcrumb {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	display:block;
	color:#0bb577;
	font-size:11px;
	position:relative;
	margin-bottom:15px;
	}
	
#breadcrumb a {
	color:#949494;
	}
	
#breadcrumb a:hover, #breadcrumb a.current {
	color:#0bb577;
	}
	
.blockTitle {
	font-family:SourceSansPro-Bold;
	font-weight:normal;
	font-size:20px;
	margin-bottom:40px;
	padding-bottom:3px;
	background:url(../images/title-bg.png) 0px 90% no-repeat;
	}
	
.blockTitle span {
	display:block;
	padding-bottom:6px;
	border-bottom:1px solid #e0b48e;
	}
	
h2, h3, h4, h5, h6 {
	font-family:SourceSansPro-Bold;
	font-weight:normal;
	font-size:30px;
	letter-spacing:1px;
	padding-bottom:10px;
	text-transform:uppercase;
	}
	
h3 {
	font-size:25px;
	}
	
h4 {
	font-size:21px;
	}
	
h5 {
	font-size:17px;
	}
	
h6 {
	font-size:13px;
	}
	
p {
	line-height:18px;
	text-align:justify;
    margin:0 0 15px;
	}
	
.container ul {
	margin:0px 0px 15px;
	padding:0px;
	display:block;
	width:100%;
	}
	
.container ul li {
	line-height:18px;
	padding:2px 0px 2px 10px;
	background:url(../images/bullet.png) left 9px no-repeat;
	}
	
.container ol {
	margin:0px 0px 15px;
	padding:0px 0px 0px 20px;
	display:block;
	width:100%;
	}
	
.container ol li {
	line-height:18px;
	list-style:decimal;
	padding:2px 0px 2px 0px;
	}
	
.container ol li li {
	list-style:lower-alpha;
	}
	
.imgLeft {
	float:left;
	width:auto;
	position:relative;
	margin:5px 15px 15px 0px;
	}
	
.imgRight {
	float:right;
	width:auto;
	position:relative;
	margin:5px 0px 15px 15px;
	}
	
.pageTitle2 {
	font-size:18px;
	text-transform:none;
	font-weight:normal;
	}
	
.pageTitle {
	font-family:SourceSansPro-Bold;
	font-size:25px;
	letter-spacing:1px;
	padding-bottom:5px;
	margin-bottom:20px;
	text-transform:uppercase;
	border-bottom:1px solid #e0b48e;
	}
	
.container-wrapper-gray .pageTitle {	
	border-bottom:1px solid #dad8d8;
	}
	
.tagline, .tagline2 {
	font-family:Roboto-Bold;
	color:#df7902;
	font-size:14px;
	line-height:18px;
	text-align:justify;
	margin-bottom:15px;
	}
	
.tagline2 {
	color:#454545;
	font-size:13px;
	}
	
.smallTitle, .smallTitle2, .smallTitle3 {
	font-family:Roboto-Bold;
	display:block;
	font-size:18px;
	position:relative;
	letter-spacing:1px;
	margin:0px 0px 5px;
	overflow:hidden;
	}
	
.smallTitle {
	color:#df7902;
	text-transform:uppercase;
	}
	
.smallTitle3 {
	color:#df7902;
	}
	
.style3, .style4 {
	font-family:Roboto-Italic;
	color:#df7902;
	font-size:22px;
	line-height:30px;
	text-align:center;
	}
	
.style3 {
	color:#df7902;
	}
	
.style4 {
	color:#8a8a8a;
	}
	
.style3 span, .style4 span {
	font-family:Roboto-BoldItalic;
	}
	
.order-fulfilment {
	display:block;
	width:100%;
	margin:20px auto 0px;
	}
	
.block-heading {
	font-family:Roboto-Black;
	font-size:20px;
	margin-bottom:10px;
	padding-bottom:8px;
	border-bottom:1px solid #f8cea1;
	}
	
.how-it-works {
	display:block;
	width:100%;
	margin:0px auto;
	text-align:center;
	}
	
.box-heading {
	font-family:Roboto-Black;
	font-size:17px;
	text-align:center;
	margin-bottom:5px;
	text-transform:uppercase;
	}
	
.how-it-works figure {
	display:block;
	width:100%;
	text-align:center;
	margin:0px auto 15px;
	}
	
.how-it-works p {
	text-align:justify;
	}
	
.box2 {
	display:block;
	width:100%;
	}
	
ul.services-listing {
	float:left;
	width:22%;
	color:#565656;
	position:relative;
	margin:0px 3% 0px 0px;
	}
	
ul.services-listing li {
	font-family:Roboto-Bold;
	}
	
.highlighted-box {
	font-family:Roboto-Italic;
	float:left;
	width:65%;
	color:#838383;
	font-size:12px;
	position:relative;
	padding:20px 30px 5px;
	background:rgba(255,242,226,0.80);
	-o-border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	behavior:url(PIE.htc);
	}
	
.feature-box {
	float:left;
	width:100%;
	position:relative;
	margin:20px 0px 30px 0px;
	}
	
.feature-box figure {
	float:left;
	width:78px;
	height:78px;
	position:relative;
	overflow:hidden;
	}
	
.feature-details {
	float:right;
	width:200px;
	position:relative;
	overflow:hidden;
	}
	
.feature-details h5 {
	font-family:Roboto-Black;
	padding-bottom:3px;
	letter-spacing:0px;
	}
	
.feature-listing-block {
	position:relative;
	display:block;
	/*min-height:105px;*/
	margin-bottom:15px;
	}
	
.feature-listing {
	line-height:18px;
	padding:2px 0px 2px 10px;
	background:url(../images/bullet.png) left 9px no-repeat;
	}
	
.view-more-btn {
	font-family:Roboto-Black;
	display:block;
	font-size:11px;
	position:relative;
	text-transform:uppercase;
	border-top:1px solid #dadada;
	}
	
.view-more-btn a {
	color:#0096f1;
	position:relative;
	padding:7px 12px;
	display:inline-block;
	background:url(../images/arrow.png) 0px 9px no-repeat;
	-webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    -ms-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
	}
	
.view-more-btn a:hover {
	color:#ff8b00;
	-webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    -ms-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
	}
	
.slider, .collapseSlider, .sliderExpanded .expandSlider  {
	display:none;
	}
	
.sliderExpanded .collapseSlider {
	display:block;
	}
	
.toggler span, .toggler span:hover {
	font-family:Roboto-Black;
	float:left;
	color:#0096f1;
	font-size:11px;
	cursor:pointer;
	padding:7px 12px;
	position:relative;
	text-transform:uppercase;
	background:url(../images/arrow.png) 0px 11px no-repeat;
	-webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    -ms-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
	}
	
.toggler span:hover {
	color:#ff8b00;
	-webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    -ms-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
	}
	
.style5 {
	display:block;
	width:100%;
	color:#7d7d7d;
	text-align:center;
	margin:0px auto 20px;
	}
	
.style5 a {
	color:#7d7d7d;
	font-family:Roboto-Black;
	text-decoration:underline;
	}
	
.style5 a:hover {
	color:#ff8700;
	text-decoration:none;
	}	

.text-style1 {
	font-family:Roboto-Bold;
	font-size:17px;
	}
	
.font-small {
	font-size: 11px;
	}
	
.highlighted-box2 {
	font-family:Roboto-Italic;
	display:block;
	padding:30px;
	color:#df7902;
	margin:20px 0px;
	position:relative;
	background:#fffaea;
	-o-border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	behavior:url(PIE.htc);
	}
	
.highlighted-text {
	font-family:Roboto-BoldItalic;
	display:block;
	color:#c96c00;
	font-size:22px;
	text-align:center;
	position:relative;
	margin:0px auto 10px;
	}
	
.highlighted-text1 {
	font-family:Roboto-Italic;
	display:block;
	color:#df7902;
	font-size:22px;
	margin:0px auto;
	text-align:center;
	position:relative;
	}
	
.work-procedure, .work-procedure-vertical {
	display:block;
	width:100%;
	text-align:center;
	margin:0px auto 20px;
	}
	
.work-procedure-vertical {
	display:none;
	}	
	
.warehouse-map {
	width:960px;
	height:386px;
	display:block;
	margin:40px auto;
	position:relative;
	}
	
.warehouse figure {
	z-index:0px;
	width:960px;
	height:386px;
	display:block;
	position:relative;
	overflow:hidden;
	}
	
.warehouse-location-box {
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:386px;
	z-index:5px;
	display:block;
	}
	
.tooltipster-default .tooltipster-content {
	line-height:16px;
	padding:15px 15px;
	}

.tooltipster-default .country-map {
	float:left;
	width:45px;
	position:relative;
	margin:3px 10px 0px 0px;
	overflow:hidden;
	}
	
.tooltipster-default .warehouse-details {
	float:left;
	width:auto;
	position:relative;
	}
	
.tooltipster-default h6 {
	font-family:Roboto-Black;
	color:#fff;
	padding-bottom:0px;
	text-transform:none;
	margin: 0;
	}
	
.tooltipster-default .warehouse-address {
	color:#fff;
	}
	
.location-area {
	position:absolute;
	width:14px;
	height:22px;
	overflow:hidden;
	}
	
.location-area a {
	background: url(../images/pin.png) no-repeat center center;
	width:14px;
	height:22px;
	display:block;
	text-indent:-10000px;
	overflow:hidden;
	}
	
.location1 {
	display: none;
	top:63px;
	left:132px;
	}
	
.location2 {
	display: none;
	top:203px;
	left:132px;
	}
	
.location3 {
	display: none;
	top:241px;
	left:176px;
	}

.location4 {
	display: none;
	top:142px;
	left:453px;
	}
	
.location5 {
	display: none;
	top:26px;
	left:543px;
	}
	
.location6 {
	left: 679px;
    top: 86px;
	}
.location61 {
	left: 645px;
    top: 86px;
	}
.location62 {
	left: 664px;
    top: 95px;
	}
	
.location7 {
	left: 688px;
    top: 133px;
	}
	
.location8 {
	left: 720px;
    top: 156px;
	}
	
.location9 {
	top:162px;
	left:682px;
	}
	
.location10 {
	top:241px;
	left:796px;
	}
	
.location11 {
	top:103px;
	left:595px;
	}
	
.location12 {
	left: 599px;
    top: 137px;
	}
.location13 {
	top:115px;
	left:607px;
	}
.location14 {
	top:115px;
	left:584px;
	}
.extra-padding {
	height:0px;
	margin:0px;
	padding-bottom:10px;
	overflow:hidden;
	}
	
/* Contact Details */
	
.addressBox {
	font-family:Roboto-Bold;
	float:left;
	width:100%;
	color:#000000;
	font-size:11px;
	position:relative;
	margin-bottom:10px;
	}
	
.companyName {
	font-family:Roboto-Black;
	color:#9f5702;
	font-size:14px;
	position:relative;
	margin-bottom:10px;
	text-transform:uppercase;
	}
	
.company-location {
	display:block;
	padding:0px 0px 5px;
	}
	
.company-location:before {
	padding-right:5px;
	content:url(../images/location-icon.png);
	}
	
.tel {
	display:inline-block;
	padding:0px 30px 5px 0px;
	overflow:hidden;
	}
	
.tel:before {
	padding-right:5px;
	content:url(../images/phone-icon-small.png);
	}
	
.fax {
	display:inline-block;
	padding:0px 0px 5px 0px;
	overflow:hidden;
	}
	
.fax:before {
	padding-right:5px;
	content:url(../images/printer-icon.png);
	}
	
.email-address {
	display:block;	
	padding:0px 0px 5px;
	overflow:hidden;
	}
	
.email-address a {
	display:block;
	padding:0px 0px;
	overflow:hidden;
	}
	
.email-address a:before {
	padding-right:5px;
	content:url(../images/email-icon.png);
	}
	
.customer-service {
	float:left;
	display:block;
	width:280px;
	height:117px;
	position:relative;
	overflow:hidden;
	}
	
.customer-service a {
	display:block;
	width:280px;
	height:117px;
	position:relative;
	-webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    -ms-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
	overflow:hidden;
	}
	
.customer-service figure {
	display:block;
	width:280px;
	z-index:1;
	height:117px;
	position:relative;
	overflow:hidden;
	}
	
.customer-service .mask2 {
   	width:119px;
	height:117px;
   	position:absolute;
   	overflow:hidden;
   	bottom:-117px;
   	right:0px;
	z-index:5;
	}
	
.customer-service .mask2 {
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   	filter:alpha(opacity=100);
   	opacity:1;
   	-webkit-transition:all 0.3s ease-out 0.5s;
   	-moz-transition:all 0.3s ease-out 0.5s;
   	-o-transition:all 0.3s ease-out 0.5s;
   	-ms-transition:all 0.3s ease-out 0.5s;
   	transition:all 0.3s ease-out 0.5s;
	}
	
.customer-service:hover .mask2 {
   	bottom:0px;
   	-webkit-transition:all 0.3s ease-out 0.5s;
   	-moz-transition:all 0.3s ease-out 0.5s;
   	-o-transition:all 0.3s ease-out 0.5s;
   	-ms-transition:all 0.3s ease-out 0.5s;
   	transition:all 0.3s ease-out 0.5s;
	}
	
/* Get Started Form */
	
.getStartedForm {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 20px;
	}
	
.rowData {
	display:block;
	width:100%;
	}
	
.label {
	font-family:Roboto-Bold;
	display:block;
	width:100%;
	color:#454545;
	font-size:16px;
	position:relative;
	margin:7px 0px 0px;
	}
	
.checkboxData {
	display:block;
	width:100%;
	color:#888888;
	position:relative;
	margin:0px 0px 7px;
	}
	
.getStartedForm .input, .getStartedForm .textarea, .getStartedForm .selectbox, .getStartedForm .input1 {
	height:26px;
	width:350px;
	color:#989898;
	font-size:12px;
	padding:5px 10px;
	line-height:26px;
	position:relative;
	margin-bottom:5px;
	background:#ffffff;
	border:1px solid #bdc0c0;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.htc);
	}
	
.getStartedForm .textarea {
	height:80px;
	line-height:20px;
	}
	
.getStartedForm .selectbox {
	height:auto;
	padding:10px;
	width:372px;
	}
	
.getStartedForm .input1 {
	width:150px;
	padding:0px 10px;
	}
	
.getStartedForm .input:hover, .getStartedForm .textarea:hover, .getStartedForm .selectbox:hover, .getStartedForm .input1:hover, .getStartedForm .input:focus, .getStartedForm .textarea:focus, .getStartedForm .selectbox:focus, .getStartedForm .input1:focus {
	border:1px solid #0bb577;
	}
	
.getStartedForm .submit, .getStartedForm .submit:focus {
	border:none;
	width:125px;
	height:39px;
	position:relative;
	text-indent:-10000px;
	display:inline-block;
	margin:-3px 0px 0px 30px;
	background:url(../images/submit-btn.png) left top no-repeat;
	-webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    -ms-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
	overflow:hidden;
	}
	
.getStartedForm .submit:hover {
	background:url(../images/submit-hover-btn.png) left top no-repeat;
	-webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    -o-transition:all 0.6s ease-out;
    -ms-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
	}
	
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#989898; }
input:-moz-placeholder, textarea:-moz-placeholder { color:#989898; } /* firefox 19+ */
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#989898; } /* ie */
input:-moz-placeholder, textarea:-moz-placeholder { color:#989898; }
	
	/* Map */
	
.map {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	width:100%;
	height:100%;
	}
	
.firstHeading {
	font-size:13px;
	}
	
.map p {
	font-size:12px;
	}
	
.map img {
	max-width:none;
	}
	
.map-img {
	max-width:100% !important;
	}
	
.thank-you-pic {
	display:block;
	margin:0px auto;
	text-align:center;
	}
	
.thank-you-content-box {
	float:left;
	width:100%;
	display:block;
	margin:0px auto;
	text-align:center;
	}
	
.thank-you-content-box h2 {
	font-size:50px;
	color:#00af9f;
	padding-bottom:0px;
	text-transform:none;
	}
	
.thank-you-content-box p {
	text-align:center;
	}
	
.thank-you-content-box .addressBox {
	background:#ffe5c4 url(../images/water-mark-small.png) right bottom no-repeat;
	padding:15px;
	width:90%;
	}
	
.thank-you-content-box .box-title {
	font-family:Roboto-Black;
	color:#9f5702;
	font-size:14px;
	position:relative;
	padding-bottom:5px;
	margin-bottom:10px;
	text-transform:uppercase;
	border-bottom:1px solid #e1b38f;
	}