/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   ---------------------------------------------------------*/

.content-box .heading:after,
.breadcrumbs:after,
.item-list:after,
.two-columns:after,
.contact .address-block:after,
.contact-form .row:after,
#footer:after {
	content: " ";
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */

body {
	margin: 0;
	color: #acacac;
	background: #ba4e02;
	font: 12px/1.42 Verdana, Geneva, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.night-theme {
	background: #014073;
}

* {
	max-height: 1000000px;
}

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

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

/* set styles for default page links */

a {
	text-decoration: underline;
	color: #fff;
	outline: none;
}

a:hover {
	text-decoration: none;
}

/* set default styles in all browsers */

input,
textarea,
select {
	font: 100% Verdana, Geneva, sans-serif;
	color: #0a0100;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 2px 7px;
	line-height: 1.2;
	height: 22px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #acacac;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #606060;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
	color: #f78c11;
}

p {
	margin: 0 0 1.2em;
}

p strong { /* CERISE EDIT */
	color: #fff;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

.gm-style img {
	max-width: none;
}

/* ---------------------------------------------------------
   2. Common site styles
   ---------------------------------------------------------*/

.sr-only {
	position: absolute;
	left: -99999px;
	top: -999999px;
}

/* main container styles */

#wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#wrapper:before,
#wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 1227px;
	width: 50%;
	background: url(../images/bg-body-l-daytime.jpg) repeat-x;
}

#wrapper:before {
	left: auto;
	right: 0;
	background: url(../images/bg-body-r-daytime.jpg) repeat-x;
}

.w1 {
	background: url(../images/bg-body-c-daytime.jpg) no-repeat 50% 0;
	position: relative;
	z-index: 2;
	min-height: 523px;
}

.w2 {
	max-width: 997px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

/* night-theme styles*/

.night-theme #wrapper:before,
.night-theme #wrapper:after {
	background: url(../images/bg-body-l-nighttime.jpg) repeat-x;
}

.night-theme #wrapper:before {
	background: url(../images/bg-body-r-nighttime.jpg) repeat-x;
}

.night-theme .w1 {
	background: url(../images/bg-body-c-nighttime.jpg) no-repeat 50% 0;
}

/* header styles */

#header {
	padding: 93px 19px 9px;
	position: relative;
}

/* page logo styles */

.logo {
	width: 189px;
}

.logo img {
	display: block;
	width: 100%;
}

.logo img.logo-print {
	display: none;
}

.img-left { /* CERISE EDIT */
	float:left;
	margin:0 30px 20px 0;
}

/* animal */

.animal {
	position: absolute;
	top: 49px;
	right: -60px;
	z-index: 100;
	background: url(../images/img-aardvark-day.gif) no-repeat;
	width: 327px;
	height: 160px;
}

.night-theme .animal {
	background: url(../images/img-aardvark-night.gif) no-repeat;
}

.animal a {
	display: block;
	width: 100%;
	height: 100%;
}

.animal img {
	display: none;
}

/* main-box*/

.main-box {
	border: solid #b0b0b0;
	border-width: 1px 0;
	border-radius: 12px;
	min-height: 500px;
	overflow: hidden;
	position: relative;
}

.main-box:after,
.main-box:before {
	content: "";
	background: url(../images/bg-border-side.png) no-repeat;
	width: 1px;
	height: 87px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.main-box:after {
	left: auto;
	right: 0;
}

/* panel */

.panel {
	position: relative;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, .13) 100%);
	background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, .13) 100%); /* W3C */
}

.panel .holder {
	overflow: hidden;
	padding: 10px 199px 18px 160px;
}

.panel .phone {
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding: 3px 0 0;
	text-decoration: none;
}

.panel .phone span {
	font-weight: normal;
}

.panel .social-networks {
	position: absolute;
	left: 23px;
	top: 9px;
}

/* burger menu style */

.nav-opener {
	position: absolute;
	top: 16px;
	left: 18px;
	width: 30px;
	height: 30px;
	background: #a45809;
	border-radius: 3px;
	display: none;
}

.night-theme .nav-opener {
	background: rgba(32, 164, 181, .6);
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 4px;
	right: 4px;
	height: 4px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 5px;
	margin: 0;
}

.nav-opener:after {
	top: auto;
	bottom: 5px;
}

.close-btn span,
.nav-active .nav-opener span {
	opacity: 0;
}

.close-btn:after,
.close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 13px;
	border-radius: 3px;
}

.close-btn:after,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* theme */

.theme {
	float: right;
	padding: 6px 0 0;
	position: relative;
	z-index: 101;
}

.theme .label {
	float: left;
	color: #fff;
	/* display: none; CERISE EDIT */
}

.theme ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	float: left;
}

.theme li {
	float: left;
	position: relative;
	padding: 0 6px 0 7px;
}

.theme li.active a {
	color: #f78c11; /* was #ba4e02 CERISE EDIT */
}

.night-theme .theme li.active a {
	color: #6cf;
}

.theme li + li:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background: #fff;
	height: 11px;
	width: 1px;
}

.theme a {
	text-decoration: none;
}

.theme a:hover {
	color: #f78c11; /* was #ba4e02 CERISE EDIT */
}

.night-theme .theme a:hover {
	color: #6cf;
}

/* social-networks */

.social-networks {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.social-networks li {
	float: left;
	margin: 0 11px 0 0;
}

.social-networks a {
	width: 31px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/social-networks.png) no-repeat;
}

.social-networks a:hover {
	opacity: .8;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.social-networks a.ico-twitter {
	background-position: 0 0;
}

.social-networks a.ico-facebook {
	background-position: -41px 0;
}

.social-networks a.ico-linkedin {
	background-position: -81px 0;
}

/* nav-holder */

/* main navigation styles */

#nav {
	padding: 0 19px 0 24px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font: bold 16px/1.2 Arial, Helvetica, sans-serif;
	display: table;
	width: 100%;
	table-layout: fixed;
}

#nav li {
	display: table-cell;
	vertical-align: top;
	padding: 0 3px 0 0;
	height: 43px;
}

#nav li.active a {
	background: #0a0100;
	text-decoration: none;
	border-color: #5e5857;
	height: 43px;
}

#nav li.active i {
	color: #9d9999;
}

#nav a {
	background-color: #ef8a24;
	background: -webkit-linear-gradient(top, #f9b45e 0%, #f8b25b 8%, #f4a54b 23%, #ef8a24 46%, #ef7f13 59%, #ee7a0a 74%, #ee7503 100%);
	background: linear-gradient(to bottom, #f9b45e 0%, #f8b25b 8%, #f4a54b 23%, #ef8a24 46%, #ef7f13 59%, #ee7a0a 74%, #ee7503 100%); /* W3C */
	padding: 4px 10px 0;
	display: block;
	border-radius: 7px 7px 0 0;
	border: 1px solid #fbce95;
	border-bottom: none;
	text-align: center;
	height: 41px;
	text-decoration: none;
}

.night-theme #nav a {
	border-color: #6cc3ce;
	background: #20a4b5;
	background: -webkit-linear-gradient(top, #20a4b5 0%, #1ea0b2 21%, #1786a4 38%, #12759c 54%, #0a5e8f 82%, #07538a 100%);
	background: linear-gradient(to bottom, #20a4b5 0%, #1ea0b2 21%, #1786a4 38%, #12759c 54%, #0a5e8f 82%, #07538a 100%);
}

#nav a:hover {
	background: #0a0100;
	border-color: #5e5857;
	height: 43px;
}

.night-theme #nav a:hover {
	background: #0a0100;
	border-color: #5e5857;
}

#nav a:hover i {
	color: #9d9999;
}

#nav i {
	display: block;
	font-style: normal;
	color: #f8c99d;
	font-size: 13px;
	margin: -2px 0 0;
}

.night-theme #nav i {
	color: #9ec2d4;
}

/* main informative part styles */

#main {
	background: #0a0100;
	padding: 22px 26px 27px;
	overflow: hidden;
	position: relative;
}

#main:after,
#main:before {
	content: "";
	background: url(../images/bg-border-side.png) no-repeat;
	width: 1px;
	height: 87px;
	position: absolute;
	bottom: -26px;
	left: 0;
	z-index: 1;
}

#main:after {
	left: auto;
	right: 0;
}

/* main content styles */

#content {
	float: left;
	width: 100%;
	padding: 0 240px 0 0;
}

/* content-box */

.content-box {
	border-top: 1px solid #423d3d;
	border-radius: 8px;
	background: #1b1312;
	padding: 12px 20px 12px 42px;
	position: relative;
	margin: 0 0 14px;
	z-index: 1;
}

.content-box:before,
.content-box:after {
	content: "";
	background: url(../images/bg-corner-left.png) no-repeat;
	width: 14px;
	height: 86px;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: -1;
}

.content-box:before {
	background: url(../images/bg-corner-right.png) no-repeat;
	left: auto;
	right: 0;
}

.content-box.results {
	position: relative;
	padding-bottom: 39px;
}

.content-box .heading {
	padding: 0 0 9px;
}

.content-box .heading h1 {
	margin: 0;
	padding: 10px 0 0;
	float: left;
}

.content-box .heading .breadcrumbs {
	float: right;
}

.content-box h1 {
	font: bold 22px/1.27 Arial, Helvetica, sans-serif;
	margin: 0 0 12px;
}

.night-theme .content-box h1 {
	color: #6cf;
}

.content-box h2 {
	font-size: 16px;
	margin: 0 0 12px;
	padding-top: 6px;
}

.night-theme .content-box h2 {
	color: #6cf;
}

.content-box p {
	margin: 0 0 16px;
}

.content-box .mark {
	color: #ccc;
}

#at15s.atm {
	box-sizing: content-box;
}

/* heading-2 */

.heading-2 {
	color: #fff;
	overflow: hidden;
	background-color: #861505;
	background: -webkit-linear-gradient(top, #861505 0%, #600d01 100%);
	background: linear-gradient(to bottom, #861505 0%, #600d01 100%);
	border-radius: 7px 7px 0 0;
	padding: 3px 14px 3px 44px;
	margin: 0 0 19px;
	min-height: 38px;
}

.night-theme .heading-2 {
	background-color: #20a4b5;
	background: -webkit-linear-gradient(top, #20a4b5 0%, #064f88 100%);
	background: linear-gradient(to bottom, #20a4b5 0%, #064f88 100%);
}

.heading-2 h3 {
	font-size: 16px;
	color: #fff;
	margin: 6px 0 0;
	overflow: hidden;
}

/* download-link */

.download-link {
	float: right;
	position: relative;
	font: bold 14px/1.2 Arial, Helvetica, sans-serif;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
	margin: 0 0 0 20px;
}

.download-link:hover {
	color: #f78c11;
}

.download-link:after {
	content: "";
	width: 37px;
	height: 32px;
	background: url(../images/sprite.png) no-repeat 0 -413px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 12px;
}

/* breadcrumbs */

.breadcrumbs ul {
	padding: 0;
	margin: 0 13px 0 0; /* was 0; CERISE EDIT */
	list-style: none;
	float: right;
	color: #acacac;
	font-style:italic; /* CERISE EDIT */
}

.breadcrumbs li {
	float: left;
	position: relative;
	padding: 0 0 0 5px;
}

.breadcrumbs li + li:before {
	content: "/";
	margin: 0 5px 0 0;
}

.breadcrumbs a {
	color: #fff;
	text-decoration: underline; /* CERISE EDIT */
}

.breadcrumbs a:hover {
	text-decoration: none; /* CERISE EDIT */
}

/* item-list */

.item-list {
	padding: 0 0 23px;
	margin: 0 0 0 -25px;
	font-size: 0;
	line-height: 0;
}

.item-list .item {
	display: inline-block;
	vertical-align: top;
	width: 365px;
	padding: 0 0 20px 25px;
}

.item-list .item.hover .description {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.item-list .item .holder {
	border-radius: 7px;
	overflow: hidden;
	position: relative;
}

.item-list .item a:hover {
	text-decoration: none;
}

.item-list .item img {
	display: block;
	width: 100%;
	border-radius: 7px;
}

.item-list .item .description {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #7d1214;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 14px 62px 16px 20px;
	z-index: 10;
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: left;
	border-radius: 0 0 7px 7px;
}

.night-theme .item-list .item .description {
	background: #1683a4;
}

.item-list .item .description:after {
	content: "";
	position: absolute;
	top: 18px;
	right: 20px;
	background: url(../images/sprite.png) no-repeat 0 -188px;
	width: 30px;
	height: 30px;
	z-index: 10;
}

.item-list .item .description:after {
	/*background-position: 0 -458px;
					width: 30px;
					height: 43px;*/
}

.item-list .item .title {
	display: block;
	font-size: 16px;
	margin: 0 0 2px;
}

/* item-list-2 */

.item-list-2 {
	padding: 44px 60px 20px 12px; /* was 44px 100px 0 12px CERISE EDIT */
}

.item-list-2 .item {
	overflow: hidden;
}

.item-list-2 .item .image-holder {
	float: left;
	margin: 0 46px 0 0;
}

.item-list-2 .item .image-holder a {
	display: block;
	width: 65px;
	height: 64px;
	background: url(../images/sprites-category.png) no-repeat;
}

.item-list-2 .item .image-holder a:hover {
	background-position: 0 -84px;
}

.item-list-2 .item .image-holder .img-print {
	display: none;
}

.item-list-2 .item.item-01 .image-holder a {
	background-position: 0 0;
}

.item-list-2 .item.item-01 .image-holder a:hover {
	background-position: 0 -84px;
}

.night-theme .item-list-2 .item.item-01 .image-holder a {
	background-position: 0 -840px;
}

.night-theme .item-list-2 .item.item-01 .image-holder a:hover {
	background-position: 0 -924px;
}

.item-list-2 .item.item-02 .image-holder a {
	background-position: 0 -168px;
}

.item-list-2 .item.item-02 .image-holder a:hover {
	background-position: 0 -252px;
}

.night-theme .item-list-2 .item.item-02 .image-holder a {
	background-position: 0 -1008px;
}

.night-theme .item-list-2 .item.item-02 .image-holder a:hover {
	background-position: 0 -1092px;
}

.item-list-2 .item.item-03 .image-holder a {
	background-position: 0 -420px;
}

.item-list-2 .item.item-03 .image-holder a:hover {
	background-position: 0 -336px;
}

.night-theme .item-list-2 .item.item-03 .image-holder a {
	background-position: 0 -1176px;
}

.night-theme .item-list-2 .item.item-03 .image-holder a:hover {
	background-position: 0 -1260px;
}

.item-list-2 .item.item-04 .image-holder a {
	background-position: 0 -504px;
}

.item-list-2 .item.item-04 .image-holder a:hover {
	background-position: 0 -588px;
}

.night-theme .item-list-2 .item.item-04 .image-holder a {
	background-position: 0 -1344px;
}

.night-theme .item-list-2 .item.item-04 .image-holder a:hover {
	background-position: 0 -1428px;
}

.item-list-2 .item.item-05 .image-holder a {
	background-position: 0 -672px;
}

.item-list-2 .item.item-05 .image-holder a:hover {
	background-position: 0 -756px;
}

.night-theme .item-list-2 .item.item-05 .image-holder a {
	background-position: 0 -1512px;
}

.night-theme .item-list-2 .item.item-05 .image-holder a:hover {
	background-position: 0 -1596px;
}

.item-list-2 .item .holder {
	overflow: hidden;
}

.item-list-2 .item h2 {
	font-size: 16px;
	margin: 0 0 5px;
}

.item-list-2 .item p {
	margin: 0 0 5px;
}

.item-list-2 .item a {
	text-decoration: none;
}

.item-list-2 .item a:hover {
	text-decoration: underline;
}

.item-list-2 .item + .item {
	margin: 59px 0 0;
}

/* deliverables */

.deliverables {
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	padding: 5px 0 46px;
}

.deliverables .label {
	float: left;
	margin: 0 10px 0 0;
}

.deliverables ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.deliverables ul li {
	float: left;
	position: relative;
	padding: 0 8px 0 0;
}

.deliverables ul li + li {
	padding-left: 11px;
}

.deliverables ul li + li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}

.deliverables ul a {
	text-decoration: none;
}

.deliverables ul a:hover {
	text-decoration: underline;
}

/* two-columns */

.two-columns {
	padding: 20px 13px 0 0; /* was 0 13px 0 0 CERISE EDIT when deliverables removed */
}

.two-columns .text-col {
	float: left;
	width: 42.28%;
}

.two-columns .photo-col {
	float: right;
	width: 50.46%;
}

.two-columns .photo-col ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.two-columns .photo-col ul li + li {
	margin: 30px 0 0;
}

.two-columns .photo-col ul a {
	position: relative;
	display: block;
}

.two-columns .photo-col ul a:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/sprite.png) no-repeat 0 -188px;
	width: 30px;
	height: 30px;
	display: none;
}

.two-columns .photo-col ul a:hover:before {
	display: block;
}

.two-columns .photo-col ul img {
	display: block;
	border: 1px solid #fff;
	box-shadow: 0 5px 15px 0 black;
}

/* content-block */

.content-block h2 {
	background-color: #8e1807;
	background: -webkit-linear-gradient(top, #8e1807 0%, #8c1707 41%, #861504 56%, #670f01 100%);
	background: linear-gradient(to bottom, #8e1807 0%, #8c1707 41%, #861504 56%, #670f01 100%);
	border-radius: 7px 7px 0 0;
	padding: 7px 18px 6px;
	margin: 0 0 23px;
	font-size: 16px;
	color: #fff;
}

.night-theme .content-block h2 {
	background-color: #20a4b5;
	background: -webkit-linear-gradient(top, #20a4b5 0%, #064f88 100%);
	background: linear-gradient(to bottom, #20a4b5 0%, #064f88 100%);
	color: #fff;
}

.content-block:first-child {
	font-size: 15px;
	line-height: 1.2;
	color: #ccc;
}

.content-block p {
	margin: 0;
}

.content-block p + p {
	margin: 18px 0 0;
}


.content-block ul {
	padding: 7px 0 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
/*
.content-block ul li {
	float: left;
	margin: 0 23px 23px 0;
} */

.content-block ul img {
	border: 1px solid #fff;
	display: block;
}


.content-block blockquote {
	margin: 0;
	line-height: 15px;
	font-style:italic; /* CERISE EDIT */
}

.content-block blockquote q {
	display: block;
	margin: 0 0 10px;
}

.content-block blockquote cite {
	font-style: normal;
	display: block;
	color: #f78c11;
	font-size: 12px;
	line-height: 1.33;
}

.night-theme .content-block blockquote cite {
	color: #6cf;
}

.content-block + .content-block {
	margin: 44px 0 0;
}

/* back-to-top */

.back-to-top {
	font-size: 12px;
	line-height: 1.2;
	text-decoration: underline; /* CERISE EDIT */
	-webkit-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	vertical-align: top;
	margin: 37px 0 10px; /* was 17px 0 0 CERISE EDIT */
}

.back-to-top:hover {
	text-decoration: none; /* was opacity:.8 CERISE EDIT */
}

.back-to-top:after {
	content: "^";
	display: inline-block;
	vertical-align: middle;
	color: #f78c11;
	margin: 0 0 0 4px;
}

.night-theme .back-to-top:after {
	color: #6cf;
}

/* testimonial */

.testimonial {
	overflow: hidden;
	padding-top: 18px;
	padding-bottom: 18px; /* was 14px CERISE EDIT */
}

.testimonial .image-holder {
	background: #000101;
	background: -webkit-linear-gradient(top, #000101 0%, #332726 100%);
	background: linear-gradient(to bottom, #000101 0%, #332726 100%);
	border: 1px solid #a4a1a0;
	border-radius: 6px;
	padding: 0 10px;
	text-align: center;
	float: left;
	width: 205px;
	margin: 0 40px 0 0;
}

.testimonial .image-holder-light { /* CERISE EDIT */
	background: #000101;
	background: -webkit-linear-gradient(top, #ffffff 0%, #cececd 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #cececd 100%);
	border: 1px solid #a4a1a0;
	border-radius: 6px;
	padding: 0 10px;
	text-align: center;
	float: left;
	width: 205px;
	margin: 0 40px 0 0;
}

.testimonial .image-holder:after, .testimonial .image-holder-light:after { /* CERISE EDIT */
	content: "";
	height: 121px;
	width: 1px;
	margin: 0 0 0 -4px;
	display: inline-block;
	vertical-align: middle;
}

.testimonial .image-holder .image, .testimonial .image-holder-light .image { /* CERISE EDIT */
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
}

.testimonial .image-holder .image img, .testimonial .image-holder-light .image img { /* CERISE EDIT */
	vertical-align: top;
}

.testimonial .holder {
	overflow: hidden;
}

.testimonial blockquote {
	margin: 0;
	line-height: 15px;
}

.testimonial blockquote q {
	display: block;
	margin: 0 0 8px;
	font-style:italic; /* CERISE EDIT */
}

.testimonial blockquote cite {
	color: #fff;
	font-style: normal;
	display: block;
	padding: 6px 0 0;
}

.testimonial blockquote cite span {
	color: #f78c11;
	display: block;
}

.night-theme .testimonial blockquote cite span {
	color: #6cf;
}

.testimonials + .testimonials {
	margin-top: 14px;
}

/* contact */

.contact {
	padding: 0 21px 0 0;
}

.contact .address-block {
	margin: 0 0 26px;
}

.contact .col {
	float: left;
	width: 42.37%;
}

.contact address {
	padding: 0 0 17px;
	font-style: normal;
}

.contact dl {
	margin: 0;
	overflow: hidden;
}

.contact dl dt {
	float: left;
	clear: left;
	width: 53px;
	font-weight: bold;
	color: #ccc;
	padding: 0 5px 0 0;
}

.contact dl dd {
	margin: 0;
}

.contact .tel-link {
	text-decoration: none;
	color: #fff; /* CERISE EDIT */
	font-weight:bold; /* CERISE EDIT */
}

.tel-link2 { /* CERISE EDIT */
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}

.contact .add-addr {
	float: right;
	text-align: right;
}

.contact .add-addr a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 8px;
}

.contact .add-addr .microformat {
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contact .add-addr .microformat:hover {
	opacity: .9;
}

.contact .add-addr .microformat img {
	vertical-align: top;
}

.contact h2 {
	font-size: 16px;
	margin: 0 0 17px;
}

.contact p {
	margin: 0 0 16px;
}

/* contact-form */

.contact-form {
	max-width: 518px;
	padding: 18px 0 0;
	margin: 0 0 0 -10px;
}

.contact-form .row {
	padding: 0 0 4px;
}

.contact-form .label,
.contact-form label {
	width: 181px;
	float: left;
	text-align: right;
	padding: 0 12px 0 0;
}

.contact-form .holder {
	overflow: hidden;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
	width: 100%;
	height: 22px;
}

.contact-form input[type="text"].short,
.contact-form input[type="email"].short,
.contact-form input[type="tel"].short {
	width: 88px;
}

.contact-form textarea {
	width: 100%;
	height: 153px;
	min-height: 153px;
}

.contact-form textarea.short {
	width: 240px;
	height: 74px;
	min-height: 74px;
}

.contact-form select.size-1 {
	width: 51px;
}

.contact-form select.size-2 {
	width: 60px;
}

.contact-form select.size-3 {
	width: 160px;
}

.contact-form select.size-4 {
	width: 235px;
}

.contact-form input[type="submit"] {
	color: #0a0100;
	background: #fff;
	height: 17px;
	min-width: 54px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 8px;
	font-size: 10px;
	line-height: 13px;
	padding: 0 0 1px;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0;
}

.contact-form input[type="submit"]:hover {
	background: #0a0100;
	color: #fff;
}

/* contact-form-sidebar */

.contact-form-sidebar {
	/*max-width: 170px; */
	padding: 10px 0 0;
	margin: 0;
}

.contact-form-sidebar .row {
	padding: 0 0 4px;
}

.contact-form-sidebar .label,
.contact-form-sidebar label {
	display:none;
	/* width: 170px;
	padding: 0 12px 0 0; */
}

.contact-form-sidebar .holder {
	overflow: hidden;
}

.contact-form-sidebar input[type="text"],
.contact-form-sidebar input[type="email"],
.contact-form-sidebar input[type="tel"] {
	width: 100%;
	height: 22px;
	color:#858585;
}

.contact-form-sidebar input[type="text"].short,
.contact-form-sidebar input[type="email"].short,
.contact-form-sidebar input[type="tel"].short {
	width: 88px;
}

.contact-form-sidebar input[type="submit"] {
	color: #0a0100;
	background: #fff;
	height: 17px;
	min-width: 54px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 8px;
	font-size: 10px;
	line-height: 13px;
	padding: 0 0 1px;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 5px 0 0 0;
}

.contact-form-sidebar input[type="submit"]:hover {
	background: #0a0100;
	color: #fff;
}

/* benefit-list */

.benefit-list {
	padding: 0 50px 0 0;
	margin: 0;
	list-style: none;
	font: bold 12px/1.25 Verdana, Geneva, sans-serif;
}

.benefit-list li {
	position: relative;
	padding: 0 0 11px 33px;
}

.benefit-list li:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	background: url(../images/sprite.png) no-repeat 0 -383px;
	width: 21px;
	height: 20px;
}

.night-theme .benefit-list li:before {
	background-position: 0 -535px;
}

/* sidebar styles */

#sidebar {
	float: left;
	width: 206px;
	margin: 0 0 0 -206px;
}

/* block */

.block {
	border-top: 1px solid #423d3d;
	border-radius: 8px;
	background: #1b1312;
	position: relative;
	padding: 13px 19px 13px 19px; /* was 13px 19px 13px 6px CERISE EDIT */
	font-size: 12px;
	line-height: 15px;
	color: #999;
	overflow: hidden;
	z-index: 1;
}

.block.download .mark {
	color: #fffefe;
}

.block:before,
.block:after {
	content: "";
	background: url(../images/bg-corner-left.png) no-repeat;
	width: 14px;
	height: 86px;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: -1;
}

.block:before {
	background: url(../images/bg-corner-right.png) no-repeat;
	left: auto;
	right: 0;
}

.block h3 {
	font: bold 16px/1.06 Arial, Helvetica, sans-serif;
	margin: 0 0 8px;
}

.night-theme .block h3 {
	color: #6cf;
}

.block p {
	margin: 0;
}

.block #testimonialtext p {
	font-style:italic;
}

.block a {
	text-decoration: none;
}

.block a:not(.button):hover {
	text-decoration: underline;
}

.block #testimonialtext a { /* CERISE EDIT */
	text-decoration: underline;
}

.block #testimonialtext a:hover { /* CERISE EDIT */
	text-decoration: none;
}

.block .mark {
	display: block;
}

.block p + .mark {
	margin-top: 15px;
}

.block .photo {
	width: 69px;
	border: 1px solid #827d7d;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 14px 0 0;
	float: left;
}

.block .photo a {
	display: block;
}

.block .photo img {
	display: block;
	width: 100%;
}

.block .position {
	font: 12px/16px Arial, Helvetica, sans-serif;
	display: block;
	color: #f78c11;
	margin: 10px 0 9px;
}

.night-theme .block .position {
	color: #6cf;
}

.block .tel-link {
	color: #fff; /* CERISE EDIT */
	font-weight: bold;
}

.block .label {
	display: block;
	line-height: 17px;
	padding: 9px 0 16px;
}

.block ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #ccc;
}

.block ul li {
	position: relative;
	padding: 0 0 6px 11px;
}

.block ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #ccc;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0;
}

.block ul a {
	color: #fff; /* CERISE EDIT */
	text-decoration: none;
}

.block ul a:hover {
	color: #f78c11;
}

.block .email,
.block .form-link {
	text-decoration: underline;
	white-space: nowrap;
}

.block .email:hover,
.block .form-link:hover {
	text-decoration: none !important;
}

.block + .block {
	margin: 11px 0 0;
}

/* button */

.button {
	position: relative;
	background-color: #201e1e;
	background: -webkit-linear-gradient(top, #585858 0%, #464646 11%, #202020 32%, #0e0e0e 43%, #030303 53%, #000 57%, #000 100%);
	background: linear-gradient(to bottom, #585858 0%, #464646 11%, #202020 32%, #0e0e0e 43%, #030303 53%, #000 57%, #000 100%);
	border: 1px solid #bab8b8;
	border-radius: 5px;
	font: bold 13px/15px Arial, Helvetica, sans-serif;
	padding: 11px 11px 13px 81px;
	display: block;
	max-width: 170px;
	height: 56px;
	margin: 15px 0 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	text-decoration: none;
	background-color: #000;
	background: -webkit-linear-gradient(top, #000 0%, #000 43%, #030303 47%, #0e0e0e 57%, #202020 68%, #464646 89%, #585858 100%);
	background: linear-gradient(to bottom, #000 0%, #000 43%, #030303 47%, #0e0e0e 57%, #202020 68%, #464646 89%, #585858 100%);
}

.button:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 15px;
	background: url(../images/sprite.png) no-repeat;
}

.button.chat:before {
	width: 49px;
	height: 35px;
}

.button.cap {
	padding-left: 69px;
	padding-top: 18px;
}

.button.cap:before {
	background-position: 0 -281px;
	width: 41px;
	height: 38px;
	top: 7px;
	left: 11px;
}

.button.hello {
	padding: 7px 5px 13px 62px;
	font-size: 12px;
	line-height: 13px;
}

.button.hello:before {
	width: 51px;
	height: 44px;
	background-position: 0 -329px;
	left: 2px;
	top: 5px;
}

/* client-area */

.client-area {
	color: #f78c11;
	font: bold 16px/33px Arial, Helvetica, sans-serif;
	height: 35px;
	padding: 0 35px 0 8px;
	margin: 0 0 11px;
}

.night-theme .client-area {
	color: #6cf;
}

.client-area:before {
	content: "";
	background: url(../images/sprite.png) no-repeat 0 -43px;
	width: 17px;
	height: 15px;
	top: 10px;
	left: auto;
	right: 10px;
}

/* btn-brochure */

.btn-brochure {
	height: 49px;
	width: 69px;
	max-width: none;
	padding: 0;
	float: left;
	margin: 0 14px 0 0;
}

.btn-brochure:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../images/sprite.png) no-repeat 0 -138px;
	width: 36px;
	height: 40px;
	margin: -21px 0 0 -18px;
}

/* btn-arrow */

.btn-arrow {
	background: url(../images/sprite.png) no-repeat 0 -95px;
	width: 43px;
	height: 33px;
	float: right;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 10px 0 0;
}

.btn-arrow:hover {
	opacity: .8;
}

/* privacy styles */

.col1 {
	width:6%;
	float: left;
	position: relative;
	display: block;
}

.col2 {
	width:94%;
	float: left;
	position: relative;
	display: block;
}

.col2 strong {
	font-weight: bold;
	color: #ffffff;
}

/* footer styles */

#footer {
	padding: 10px 9px 45px 6px;
}

#footer ul {
	padding: 3px 0 0;
	margin: 0;
	list-style: none;
	color: #fff;
	float: left;
	font: bold 13px Arial, Helvetica, sans-serif;
}

#footer ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 4px 0 0;
}

#footer ul li + li {
	padding-left: 9px;
}

#footer ul li + li:before {
	content: "";
	width: 1px;
	height: 12px;
	background: #fff;
	position: absolute;
	top: 2px;
	left: 0;
}

#footer ul a {
	text-decoration: none;
}

#footer ul a:hover {
	text-decoration: underline;
}

#footer .share {
	float: right;
}

/* disable animation while browser is resizing */

.resize-active .nav-holder .frame {
	-webkit-transition: none !important;
	transition: none !important;
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}

	.tel-link {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1023px) {
	.w1 {
		background-position: -210px -29px;
	}

	.night-theme .w1 {
		background-position: -210px -29px;
	}

	#header {
		padding: 73px 16px 9px; /* was 70px 16px 9px CERISE EDIT */
	}

	.animal {
		right: -165px;
		top: 19px;
		background: url(../images/aardvark-animal-logo.svg) no-repeat; /* was png CERISE EDIT */
		background-size: 327px 160px; /* CERISE EDIT */
	}

	.night-theme .animal {
		right: -165px;
		top: 19px;
		background: url(../images/aardvark-animal-logo.svg) no-repeat; /* was png CERISE EDIT */
		background-size: 327px 160px;  /* CERISE EDIT */
	}

	.panel .holder {
		padding: 10px 20px 10px 58px;
		position: relative;
		z-index: 11;
	}

	.panel .phone {
		float: none;
		padding: 0;
	}

	.panel .social-networks {
		position: static;
		padding: 7px 18px 5px;
	}

	.nav-opener {
		display: block;
	}

	.theme {
		float: none;
		padding: 0;
	}

	.theme .label {
		display: block;
	}

	.nav-holder {
		padding: 0;
		position: absolute;
		left: 0;
		right: 0;
		overflow: hidden;
		z-index: 10;
	}

	.nav-holder .frame {
		-webkit-transition: margin .5s;
		transition: margin .5s;
		margin-top: -500px;
		background-color: #7d1214;
		background: -webkit-linear-gradient(top, #7d1214 0%, #b94d03 100%);
		background: linear-gradient(to bottom, #7d1214 0%, #b94d03 100%);
		border-bottom: 1px solid #fff;
	}

	.night-theme .nav-holder .frame {
		background: #01447e;
		background: -webkit-linear-gradient(top, #01447e 0%, #024881 10%, #085b8b 34%, #1683a2 73%, #1d9aaf 100%);
		background: linear-gradient(to bottom, #01447e 0%, #024881 10%, #085b8b 34%, #1683a2 73%, #1d9aaf 100%);
	}

	.nav-active .nav-holder .frame {
		margin: 0;
	}

	#nav {
		padding: 0;
	}

	#nav ul {
		display: block;
		font-size: 18px;
		font-weight: normal;
	}

	#nav li {
		display: block;
		padding: 0;
		border-bottom: 1px solid #fff;
		height: auto;
	}

	#nav li.active a {
		height: auto;
	}

	.night-theme #nav a {
		border: none;
		height: auto;
		text-align: left;
		border-radius: 0;
		background: none;
		color: #bef7fe;
		padding: 4px 18px;
		position: relative;
	}

	.night-theme #nav a:after {
		content: "";
		position: absolute;
		top: 8px;
		right: 13px;
		background: url(../images/sprite.png) no-repeat 0 -68px;
		width: 13px;
		height: 17px;
	}

	#nav a {
		border: none;
		height: auto;
		text-align: left;
		border-radius: 0;
		background: none;
		color: #f8ca9e;
		padding: 4px 18px;
		position: relative;
	}

	#nav a:after {
		content: "";
		position: absolute;
		top: 8px;
		right: 13px;
		background: url(../images/sprite.png) no-repeat 0 -68px;
		width: 13px;
		height: 17px;
	}

	.night-theme #nav a:after {
		background-position: 0 -511px;
	}

	#nav a:hover {
		height: auto;
	}

	#nav i {
		display: none;
	}

	#content {
		float: none;
		padding: 0;
	}

	.content-box {
		padding-left: 20px;
	}

	.item-list {
		text-align: center;
	}

	.item-list .item .description:after {
		background-position: 0 -228px;
		width: 25px;
		height: 36px;
	}

	.item-list-2 {
		padding: 44px 0 0;
	}

	.item-list-2 .item .image-holder {
		margin: 0 25px 0 0;
	}

	.two-columns .photo-col ul a:hover:before {
		display: none;
	}

	.benefit-list {
		padding-right: 0;
	}

	#sidebar {
		float: none;
		width: auto;
		margin: 0;
		height: auto !important;
	}
}

@media (max-width: 767px) {
	.logo {
		width: 170px;
	}

	.panel .holder {
		position: relative;
		z-index: 101;
	}

	#main {
		padding: 11px 18px 40px;
	}

	.content-box {
		border: none;
		background: none;
		height: auto !important;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.content-box:before,
	.content-box:after {
		display: none;
	}

	.content-box .heading {
		padding-bottom: 14px;
	}

	.heading-2 {
		padding-left: 32px;
	}

	.download-link {
		display: none;
	}

	.item-list .item .description {
		font-size: 10px;
		padding: 12px 55px 14px 15px;
	}

	.item-list .item .description:after {
		top: 12px;
		right: 17px;
	}

	.item-list .item .title {
		font-size: 13px;
	}

	.item-list-2 {
		padding: 22px 0 0;
	}

	.item-list-2 .item + .item {
		margin: 45px 0 0;
	}

	.deliverables .label {
		float: none;
		display: block;
		margin: 0 0 10px;
	}

	.two-columns {
		padding: 0;
	}

	.two-columns .text-col {
		float: none;
		width: auto;
	}

	.two-columns .photo-col {
		float: none;
		width: auto;
		margin: 0 0 30px;
	}

	.testimonial {
		border-top: 1px solid #423d3d;
		background: #1b1312;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 18px;
	}

	.testimonial:before,
	.testimonial:after {
		display: block !important;
	}

	.testimonial .image-holder, .testimonial .image-holder-light { /* CERISE EDIT */
		float: none;
		margin: 0 0 20px;
	}

	.contact .col {
		float: none;
		width: auto;
		margin: 0 0 40px;
	}

	.contact .add-addr {
		float: none;
		text-align: left;
	}

	.contact-form {
		margin: 0;
	}

	.contact-form .row {
		padding: 0 0 15px;
	}

	.contact-form .label,
	.contact-form label {
		display: block;
		float: none;
		width: auto;
		padding: 0 0 4px;
		text-align: left;
	}

	.block {
		padding-right: 16px;
	}

	.block + .block {
		margin: 20px 0 0;
	}
	
	/* privacy styles */
	
		.col1 {
		width:10%;
		float: left;
		position: relative;
		display: block;
}

	.col2 {
		width:90%;
		float: left;
		position: relative;
		display: block;
}
	
	.col2 strong {
	font-weight: bold;
	color: #ffffff;
}
	
	/* footer styles */

	#footer {
		padding: 16px 18px;
	}

	#footer ul {
		float: none;
		padding: 0 0 17px;
	}

	#footer ul li {
		padding-bottom: 1px;
	}

	#footer ul li.copyright {
		display: block;
		font-weight: 400;
		padding-bottom: 3px;
	}

	#footer .share {
		float: none;
	}
	#olark-callout-bubble {display: none !important;} /* CERISE EDIT */
}

@media (max-width: 480px) {
	.item-list {
		margin: 0;
		padding: 0;
	}

	.item-list .item {
		margin: 0 0 20px;
		padding: 0;
		width: auto;
		max-width: 340px;
	}
	.content-box .heading .breadcrumbs { /* CERISE EDIT */
	float: left;
	margin:10px 0 15px 0;
	}
	#olark-callout-bubble {display: none !important;} /* CERISE EDIT */
}

@media print {
	* {
		background: none !important;
		color: #000 !important;
		overflow: visible !important;
	}

	*:before,
	*:after {
		display: none;
	}

	.w2 {
		max-width: 100%;
		width: 100%;
	}

	#header {
		padding: 20px 0;
		position: static;
		display: inline-block;
		width: 100%;
	}

	.logo img {
		display: none;
	}

	.logo img.logo-print {
		display: block;
		float: left;
		margin-top: 50px;
	}

	.animal {
		float: right;
		position: static;
		margin: 0;
	}

	.animal img {
		display: block;
	}

	.main-box {
		border: none;
		min-height: 1px;
	}

	.panel {
		display: none;
	}

	.nav-holder {
		display: none;
	}

	#main {
		padding: 0;
	}

	#content {
		width: 100%;
		float: none;
		padding: 0;
	}

	.content-box {
		padding: 0;
		border: none;
		height: auto !important;
	}

	.heading-2 {
		padding-left: 0;
		padding-right: 0;
	}

	.download-link {
		display: none;
	}

	.breadcrumbs li + li:before {
		display: inline-block !important;
	}

	.item-list {
		margin: 0;
	}

	.item-list .item {
		float: none;
		padding: 0 20px 20px 0;
	}

	.item-list .item a {
		text-decoration: none;
	}

	.item-list .item .description {
		position: static;
		color: #000;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding: 10px 0;
	}

	.item-list-2 {
		padding: 20px 0;
	}

	.item-list-2 .item {
		display: inline-block;
		width: 100%;
	}

	.item-list-2 .item .image-holder .img-print {
		display: block;
	}

	.item-list-2 .item .holder {
		overflow: hidden !important;
	}

	.back-to-top {
		display: none;
	}

	.testimonial .image-holder, .testimonial .image-holder-light { /* CERISE EDIT */
		float: none;
		margin: 0 0 20px;
	}

	.contact {
		padding-right: 0;
	}

	.contact .add-addr {
		display: none;
	}

	.contact-form {
		display: none;
	}

	.benefit-list li {
		padding-left: 0;
	}

	#sidebar {
		float: none;
		margin: 0;
		width: auto;
		display: inline;
		height: auto !important;
	}

	.block {
		border: none;
		padding: 0;
	}

	.block.login {
		display: none;
	}

	.block + .block {
		margin-top: 50px;
	}

	.button {
		display: none;
	}

	#footer {
		padding: 40px 0;
	}

	#footer ul {
		float: none;
	}

	#footer .share {
		display: none;
	}
}

