/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background:#f3f3f3;
	font: 1em/125% 'ArmitageRegular', sans-serif;
	color: #454a4f;
	font-smooth: always;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
a {
	color: #e3512b;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1em;
	padding: 0;
}
i, em {font-family:'ArmitageItalic', sans-serif;}
b, strong {font-family:'ArmitageSemiboldRegular', sans-serif; font-weight:normal;}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #494f54;
	font-weight:normal;
	font-family:'ArmitageSemiboldRegular', sans-serif;
	text-transform:uppercase;
}
h1 {
	/*font-size: 2em;*/
	display: inline-block;
	width: 100%;
	margin: 0 auto 42px;
	padding: 0;
	text-align: center;
	font: normal normal 40px/120% 'ArmitageRegular', sans-serif;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .8em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/* Form */
input[type="text"], textarea, select {
	border-left: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	outline:0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding:16px 38px;
	margin-left:10px;
	margin-right:10px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* W3C */
	font-size:14px;
}
textarea {margin-top: 20px; margin-bottom: 20px;}
select {padding: 10px;}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #636b72;
	border:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:16px 38px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size:14px;
	cursor: pointer;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #fff;
	background: #ee542c;
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background: #ee542c;
}

/* Font */

@font-face {
    font-family: 'ArmitageRegular';
    src: url('../fonts/armitage_regular_macroman/DTF_Armitage_Regular-webfont.eot');
    src: url('../fonts/armitage_regular_macroman/DTF_Armitage_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/armitage_regular_macroman/DTF_Armitage_Regular-webfont.woff') format('woff'),
         url('../fonts/armitage_regular_macroman/DTF_Armitage_Regular-webfont.ttf') format('truetype'),
         url('../fonts/armitage_regular_macroman/DTF_Armitage_Regular-webfont.svg#ArmitageRegular') format('svg');
    font-weight: normal;
    font-style: normal;

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

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

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

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

}



/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	width:90%;
	margin:0 auto;
	height:164px;
background: #f3f3f3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #f3f3f3 0%, #eaeaea 45%, #eaeaea 55%, #f3f3f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3f3f3), color-stop(45%,#eaeaea), color-stop(55%,#eaeaea), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f3f3f3 0%,#eaeaea 45%,#eaeaea 55%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f3f3f3 0%,#eaeaea 45%,#eaeaea 55%,#f3f3f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f3f3f3 0%,#eaeaea 45%,#eaeaea 55%,#f3f3f3 100%); /* IE10+ */
background: linear-gradient(to right,  #f3f3f3 0%,#eaeaea 45%,#eaeaea 55%,#f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-8 */
}

#award {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	background: #2c2f31;
	text-align: center;
}

/* site logo */
#site-logo {
	position: absolute;
	left:0;
	top:50px;
	width:200px;
	margin:0;
}
nav {
	position:relative;
	float:right;
	display:block;
	margin-left:200px;
	margin-top:59px;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	position: relative;
	float:right;
	margin: 0;
	padding: 0;
	height:50px;
}
#main-nav li {
	position: relative;
	display:block;
	float: left;
	height:50px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-nav a {
	display: block;
	margin: 0;
	padding: 0 9px;
	height:50px;
	line-height: 50px !important;
	font: normal .875em 'ArmitageSemiboldRegular';
	color: #35383c;
	text-transform:uppercase;
	text-decoration: none;
}
#main-nav a:hover {
	color: #e3512b;
}

/************************************************************************************
SCREENSHOTS SLIDE
*************************************************************************************/

#mainslide {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
}
#mainslide .magn {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 43px;
	height: 40px;
	margin-top: -20px;
	margin-left: -21px;
	background: url(../img/zoom_icon.png) left top no-repeat;
	z-index: 100;
}


/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	margin: 22px auto;
	width: 99.9%;
}
.section {
	position:relative;
	width: 86%;
	margin:auto;
	margin-bottom: 50px;
}
#buttons {text-align:center; padding-top:20px; margin-bottom:42px;}
#buttons .button.green {margin-right:10px;}
#buttons p {margin-bottom:2.5em;}
#overview {text-align:center;}
#over_col1 {
	width:46%;
	margin-right:8%;
	margin-bottom:10px;
	margin-top:20px;
	text-align:left;
}
#over_col2 {
	width:46%;
	margin-bottom:10px;
	margin-top:20px;
	text-align:left;
}
#nes {
	width:85.9%;
	padding:46px 7% 36px 7%;
	background:#7aad37;
}
#nes h1 {
	font-family:'ArmitageThinRegular';
	color:#f9f9f9;
	margin-bottom:.95em;
}
#nes h1 {text-align:left;}
#nes h5, #nes p, #nes a, #nes a:hover, #nes li {color:#fff;}
#nes h5 {
	margin-top:0;
	margin-bottom:1.3em;
	line-height:1.2em;
}
#nes p {margin-bottom:1em;}
#spo {
	width:44%;
	margin-right:10%;
}
#spo h1 { margin-bottom:.97em;}
#spo a {text-decoration:underline;}
#news {width:46%;}
#news h5 {margin-bottom:1.1em;}
#news p {margin-bottom:1.1em;}
#news p img {
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#news a { text-decoration: underline; }

#features {}
#new_features, #new_features3 {
	width:46%;
	margin-right:8%;
	margin-bottom:20px;
}
#new_features2, #new_features4 {
	width:46%;
	margin-bottom:20px;
}
#features h5 {
	margin-bottom:0;
	margin-top:30px;
}
#new_features h5:first-child, #new_features2 h5:first-child {margin-top:10px;}
#comparison {
	width:85.9%;
	padding:44px 7%;
	background:#d3d5d7;
}
#testimonials {
	text-align:center;
	width:70%;
	padding:0 15%;
}
#pricing {text-align:center; padding-bottom:40px;}
#price1, #price2, #price3 {
	display:block;
	padding:40px 0 0 0;
	background:url(../img/divider.png) center top no-repeat;
	min-width:404px;
}
#price1 p, #price2 p, #price3 p {
	display:block;
	padding:0 0 40px 0;
	background:url(../img/divider.png) center bottom no-repeat;
	min-width:404px;
	text-transform:uppercase;
}
#price1 p {color:#6a962f;}
#price2 p {color:#e3512b;}
#pricing .button {
	display:inline-block;
	margin:24px auto;
}
#slideTogglebox6 h5,
#slideTogglebox7 h5 {
	margin-top:1.6em;
	margin-bottom:1.5em;
}
#slideTogglebox6 ul,
#slideTogglebox7 ul {
	list-style:none;
	margin:0;
	margin-bottom:30px;
}

/************************************************************************************
contact form
*************************************************************************************/

#content.contcont {
	width: 90%;
	max-width: 960px;
	margin-top: 42px;
}
#topf { width: 100%; height: 20px; overflow: hidden; position: relative; margin-bottom:

background: #f3f3f3; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2M1YzVjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  #f3f3f3 0%, #e1e1e1 25%, #c5c5c5 50%, #e1e1e1 75%, #f3f3f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3f3f3), color-stop(25%,#e1e1e1), color-stop(50%,#c5c5c5), color-stop(75%,#e1e1e1), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f3f3f3 0%,#e1e1e1 25%,#c5c5c5 50%,#e1e1e1 75%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f3f3f3 0%,#e1e1e1 25%,#c5c5c5 50%,#e1e1e1 75%,#f3f3f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f3f3f3 0%,#e1e1e1 25%,#c5c5c5 50%,#e1e1e1 75%,#f3f3f3 100%); /* IE10+ */
background: linear-gradient(to right,  #f3f3f3 0%,#e1e1e1 25%,#c5c5c5 50%,#e1e1e1 75%,#f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-8 */
}


#contactform {
	width:70%;
	float: left;
	margin-left: 0;
	margin-right: 5%;

}
#contactform h5, #sidebar h5, .support h5 {
	margin-bottom: 1.3em;
}
#contactform form {
	margin-bottom: 1.5em;
}
#sidebar {
	display: block;
	float: right;
	width: 210px;
}
#contactform label {
	display: inline-block;
	width: 90%;
	height: 20px;
	margin-top: 1em;
	margin-bottom: .6em;
	font-family:'ArmitageSemiboldRegular', sans-serif;
}
#contactform label.short {
	width:auto;
	margin-left: 0;
	margin-right: 2em;
}
#contactform label.short input {margin-right: 1em;}
#contactform label.upletter {width:100%;}
#contactform label.error {
	width:270px;
	color:red;
}
#moreinfo3 input[type="text"], #moreinfo3 select,
#contactform input[type="text"], #contactform select {
	margin-left: 0;
	width:80%;
	max-width: 300px;
	padding:5px 12px;
	margin-left:0;
}
#contactform textarea {
	margin-left: 0;
	width:90%;
	padding:5px 12px;
}

#moreinfo3 input[type="submit"],
#moreinfo3 input[type="reset"],
#moreinfo3 input[type="button"],
#contactform input[type="submit"],
#contactform input[type="reset"],
#contactform input[type="button"] {
	padding:10px 38px;
}
#form_col1 {
	float:left;
	width:46%;
	margin-left:0;
	margin-right:8%;
	margin-bottom:3em;
	margin-top:20px;
	text-align:left;
}
#form_col2 {
	float:left;
	width:46%;
	margin-right:0;
	margin-bottom:3em;
	margin-top:20px;
	text-align:left;
}
fieldset#prod {
	margin-bottom: 2em;
}

#awards {margin-bottom: 1em;}
#morecont table {width: 95%;}

.sb1 {

	margin-bottom: 2em;
}
.sb2 {
	width: 95%;
}
#moreinfo2 {
	padding: 20px 20px 5px 20px;
	background: #efefef;
	-webkit-box-shadow: 0 8px 6px -7px #c1c1c1;
	-moz-box-shadow: 0 8px 6px -7px #c1c1c1;
	box-shadow: 0 8px 6px -7px #c1c1c1;
	margin-bottom: 30px;
}
#moreinfo2 h5 {margin-top: 0;}

/************************************************************************************
buttons
*************************************************************************************/

a.button {
	padding:16px 38px;
	background:#636b72;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
a.button:hover {
	background:#ee542c;
	color:#fff;
	text-decoration:none;
}

/************************************************************************************
table
*************************************************************************************/

table.tableone {
	border:0;
	padding:0;
	margin:0;
}
table.tableone td {
	background:#f9f9f9;
	padding:15px 25px;
	border-left:#636b72 1px solid;
	border-bottom:#636b72 1px solid;
}
table.tableone td:first-child {border-left:0;}
table.tableone th {
	background:#636b72;
	color:#fff;
	text-align:left;
	font-weight:normal;
	padding:15px 25px;
	border-left:#eaebec 1px solid;
	border-bottom:#eaebec 1px solid;
}
table.tableone th:first-child {border-left:0;}

/************************************************************************************
links
*************************************************************************************/

.more0 {
	font-size:.875em;
	text-decoration:underline;
}
.more1 {
	display:block;
	clear:both;
	margin:2.3em auto;
	font-size:.875em;
	text-transform:uppercase;
	font-family:'ArmitageSemiboldRegular';
	text-align:center;
}
.more2 {
	display:block;
	clear:both;
	margin:2.3em auto 2em auto;
	padding-top:25px;
	background:url(../img/divider.png) center top no-repeat;
	min-width:404px;
	font-size:.875em;
	text-transform:uppercase;
	font-family:'ArmitageSemiboldRegular';
	text-align:center;
}



/************************************************************************************
classes
*************************************************************************************/

.floater {float:left;}
.green {color:#79ab36;}
.orange {color:#e3512b;}
.center {text-align: center;}
.left {text-align: left;}
a.button.green {background:#79ab36; color:#fff;}
a.button.green:hover {background:#ee542c; color:#fff;}
a.button.orange {background:#ee542c; color:#fff;}
a.button.orange:hover {background:#79ab36; color:#fff;}

#slideTogglebox1, #slideTogglebox2, #slideTogglebox3, #slideTogglebox4, #slideTogglebox5, #slideTogglebox6, #slideTogglebox7 {display:none;}


/************************************************************************************
XBIZ Nominee
*************************************************************************************/

.xbiz2015 {
	position: relative;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 25px;
	text-align: center;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	width:85.9%;
	padding:44px 7%;
	background:#fff;
	clear: both;
	font-size: .875em;
	text-align:center;
}
#xba img {margin:0 10px 30px 10px;}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


.contact-form {}
.contact-form .row { margin-bottom: 20px; }
.contact-form .row label { width: 46%; display: inline-block; margin-right: 4%; margin-bottom: 10px; margin-top: 20px; text-align: left; }
.contact-form .row label strong { display: block; }
.contact-form .row label.whole-row { width: 100%; display: block; margin-right: 0; margin-bottom: 10px; margin-top: 20px; text-align: left; }
.contact-form .row label:last-child { margin-right: 0; }
.contact-form .row label input[type="text"], .contact-form .row label select { margin-left: 0; }
.contact-form .error, .notification_error { color: #ff0000; }
.notificationok { color: #76d003; }