.container:after,
#header:after,
.visual:after,
.featured-companies .companies-carousel:after,
.browse-reports .cols-holder .col .clients:after,
.browse-reports .cols-holder .col .programs.exchane:after,
.browse-reports .cols-holder .col .alphabetical-search:after,
.browse-reports .select-holder:after,
.investors-block .investors:after,
.aboutreposts .col .features:after,
.list-block:after,
.venders-block .report .content-holder .text-holder .links:after,
.venders-block .report .content-holder .text-holder .links li:after,
.other-reports .cols-area:after,
.other-reports .search-form .field-holder:after,
.other-reports .related-companies ul:after {
	content: " ";
	display: block;
	clear: both;
}

.visual .filtered-by .browse-by,
.featured-reports ul,
.browse-reports .cols-holder .col .clients,
.browse-reports .cols-holder .col .programs,
.browse-reports .cols-holder .col .programs.exchane,
.browse-reports .cols-holder .col .alphabetical-search,
.investors-block .investors,
.aboutreposts .col .features,
#footer .footer-nav ul,
.venders-block .report .content-holder .text-holder .links,
.other-reports .filtered-by .browse-by,
.other-reports .related-companies ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .logo img {
	width: 100%;
	height: auto;
	display: block;
}

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	color: #303030;
	background: #fff;
	font: 16px/19px "Open Sans", sans-serif;
	min-width: 1200px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	line-height: 1.4em;
    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;
}

a {
	text-decoration: none;
	color: #303030;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% "Open Sans", sans-serif;
	color: #929292;
	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: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #d9d9d9;
}

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: #8c8c8c;
}

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: "Open Sans", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

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;
}

@font-face {
	font-family: fontello;
	src: url("/fonts/ar/fontello.eot");
	src: url("/fonts/ar/fontello.eot?#iefix") format("embedded-opentype"), url("/fonts/ar/fontello.svgfontello") format("svg"), url("/fonts/ar/fontello.woff") format("woff"), url("/fonts/ar/fontello.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
}

.icon-basket:before {
	content: "\e800";
}

.icon-angle-left:before {
	content: "\e801";
}

.icon-angle-right:before {
	content: "\e802";
}

.icon-ok:before {
	content: "\e803";
}

.icon-ok-1:before {
	content: "\e804";
}

.icon-download:before {
	content: "\e805";
}

html {
	height: 100%;
}

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

body.contact {
	background: url(/img/ar/images/bg-contactus.jpg);
}

.hidden {
    display: none !important;
    visibility: hidden;
}

#wrapper {
	overflow: hidden;
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
	position: relative;
}

.container {
	width: 1180px;
	margin: 0 auto;
}

#header {
	position: relative;
	background: #fff;
	z-index: 55;
	border-bottom: solid 4px #104162;
	box-shadow: 0 2px 16px rgba(1, 1, 1, .18);
}

#header .container {
	padding: 18px 0;
}

#header .logo {
	float: left;
}

#header .added-reports {
	padding: 7px 0 0;
	margin: 0 -1px 0 0;
	max-width: 700px;
	float: right;
}

#header .added-reports .label {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #000;
	margin: 0 10px 0 0;
}

#header .added-reports .cart {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	color: #104162;
	padding: 0 0 0 25px;
}

#header .added-reports .cart:before {
	position: absolute;
	left: 0;
	font-size: 18px;
	line-height: 18px;
	top: 0;
}

.visual {
	text-align: center;
	color: #fff;
	background: url(/img/ar/images/bg-visual.jpg);
}

.visual.search {
	margin: 0 0 38px;
	color: #303030;
	background: url(/img/ar/images/bg-contactus.jpg);
	border-bottom: solid 4px #104162;
}

.visual.search .container {
	padding: 69px 0 90px;
}

.visual.search .or-btn {
	position: absolute;
	left: 50%;
	bottom: -31px;
	z-index: 222;
	margin: 0 0 0 -49px;
	background: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	padding: 6px 30px 13px;
	border: solid 4px #104162;
}

.visual.search h1 {
	text-shadow: none;
	font-size: 30px;
	margin: 0 0 -5px;
	text-align: center;
}

.visual.search h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	margin: 0 0 38px;
}

.visual.search .search-form {
	width: 780px;
	margin: 0 auto;
	padding: 13px 10px 36px;
	background: #fff;
	border: solid 1px #d9d9d9;
}

.visual.search .search-form ::-webkit-input-placeholder {
	color: #929292;
}

.visual.search .search-form :-moz-placeholder {
	color: #929292;
}

.visual.search .search-form ::-moz-placeholder {
	color: #929292;
	opacity: 1;
}

.visual.search .search-form .placeholder {
	color: #929292;
}

.visual.search .search-form :-ms-input-placeholder {
	color: #929292;
}

.visual.search .search-form .field-holder {
	margin: 0 auto;
	background: #f7f7f7;
	box-shadow: inset 0 3px 5px rgba(1, 1, 1, .09);
	border: solid 1px #d9d9d9;
}

.visual.search .search-form .field-holder input[type="search"],
.visual.search .search-form .field-holder input[type="text"] {
	color: #929292;
}

.visual.search .search-form input[type="submit"] {
	padding: 15px 18px 19px;
    top: 0px;
    border: 1px solid #104162;
}

.visual.inner h1 {
	font-size: 30px;
	line-height: 35px;
	margin: 0;
}

.visual.inner .container {
	padding: 53px 0 73px;
}

.visual .container {
	position: relative;
	padding: 66px 0 33px;
}

.visual h1 {
	font-size: 48px;
	line-height: 58px;
	font-weight: 300;
	margin: 0 0 81px;
	text-shadow: 0 -2px #000;
}

.visual .search-form {
	overflow: hidden;
}

.visual .search-form ::-webkit-input-placeholder {
	color: #303030;
}

.visual .search-form :-moz-placeholder {
	color: #303030;
}

.visual .search-form ::-moz-placeholder {
	color: #303030;
	opacity: 1;
}

.visual .search-form .placeholder {
	color: #303030;
}

.visual .search-form :-ms-input-placeholder {
	color: #303030;
}

.visual .search-form .field-holder {
	overflow: hidden;
	padding: 0 123px 0 0;
	border: solid 1px #fff;
	border-radius: 3px;
	position: relative;
	margin: 0 auto 48px;
	max-width: 580px;
	height: 57px;
	background: rgba(255, 255, 255, .7);
	box-shadow: 0 5px 12px rgba(1, 1, 1, .23), inset 0 3px 5px rgba(1, 1, 1, .42);
}

.visual .search-form input[type="search"],
.visual .search-form input[type="text"] {
	display: block;
	width: 100%;
	background: none;
	text-align: left;
	border: none;
	padding: 17px 18px 16px;
	font-size: 16px;
	line-height: 22px;
	outline: none;
	font-weight: 300;
	color: #303030;
}

.visual .search-form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	border: 0;
	padding: 18px;
	background: #104162;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	border-radius: 0 3px 3px 0;
	box-shadow: inset 0 1px rgba(255, 255, 255, .4);
}

#hdr-search input[type="submit"] {
    background: #104162;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
	box-shadow: none;
}

#hdr-search input[type="submit"]:hover,
.visual .search-form input[type="submit"]:hover {
	opacity: .9;
}

.visual .filtered-by {
	overflow: hidden;
	color: #fff;
}

.visual .filtered-by .label {
	float: left;
	text-align: right;
	width: 48%;
	padding: 0 9px 0 0;
	font-size: 16px;
	font-weight: 600;
}

.visual .filtered-by .browse-by {
	margin: -3px 0 0;
	float: left;
	width: 52%;
	padding: 0 0 0 5px;
	text-align: left;
	font-size: 24px;
	font-weight: 300;
	line-height: 26px;
}

.visual .filtered-by .browse-by li {
	margin: 0 0 13px;
}

.visual .filtered-by .browse-by li a {
	display: inline-block;
	text-shadow: 0 -1px #000;
	vertical-align: top;
	position: relative;
	color: #fff;
}

.visual .filtered-by .browse-by li a:hover {
	text-decoration: none;
	opacity: .8;
}

.visual .filtered-by .browse-by li a.drop {
	padding: 0 21px 0 0;
}

.visual .filtered-by .browse-by li a.drop:after {
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	right: 0;
	top: 12px;
	content: "";
}

.featured-reports {
	overflow: hidden;
	padding: 94px 0 77px;
	width: 1180px;
	margin: 0 auto;
}

.featured-reports h1 {
	font-weight: 300;
	text-align: center;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 52px 15px;
}

.featured-reports ul {
	margin: 0 0 -12px -22px;
	overflow: hidden;
	letter-spacing: -4px;
}

.featured-reports ul li {
	display: inline-block;
	width: 128px;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 0 41px 22px;
}

.featured-reports ul li .img-holder {
	overflow: hidden;
	margin: 0 0 15px;
    text-align: center;
}

.featured-reports ul li .img-holder img {
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 3px rgba(1,1,1,.4);
}

.featured-reports ul li .title {
	display: block;
	word-spacing: -1px;
	text-align: center;
	line-height: 19px;
	letter-spacing: -.5px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.featured-reports ul li a {
	display: block;
	color: #000;
}

.featured-reports ul li a:hover {
	text-decoration: none;
	opacity: .9;
}

.featured-reports .view-more {
	float: right;
	font-size: 18px;
	color: #104162;
	text-decoration: underline;
	font-weight: 600;
	text-decoration: underline;
}

.featured-reports .view-more:hover {
	text-decoration: none;
}

.featured-companies {
	overflow: hidden;
	border: solid #104162;
	border-width: 4px 0;
	background: #f7f7f7;
}

.featured-companies .container {
	padding: 28px 0 31px;
}

.featured-companies h1 {
	font-weight: 300;
	text-align: center;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 -10px;
}

.featured-companies .companies-carousel {
	margin: 0 0 16px;
	position: relative;
}

.featured-companies .companies-carousel .mask-holder {
	overflow: hidden;
	padding: 47px 0 50px;
	border: solid #b5b5b5;
	border-width: 0 1px;
	width: 1121px;
	margin: 0 auto;
}

.featured-companies .companies-carousel .mask {
	overflow: hidden;
	background: #fff;
	border-top: solid 4px #104162;
	box-shadow: 0 3px 15px 7px rgba(1, 1, 1, .35);
}

.featured-companies .companies-carousel .slideset {
	float: left;
	width: 9999px;
}

.featured-companies .companies-carousel .slide {
	float: left;
	text-align: center;
	width: 140px;
}

.featured-companies .companies-carousel .slide .img-holder {
	padding: 19px 10px 19px;
	overflow: hidden;
}

.featured-companies .companies-carousel .slide .img-holder img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.featured-companies .companies-carousel .slide.auto .img-holder {
	padding: 19px 5px;
}

.featured-companies .companies-carousel .slide .title {
	display: block;
	text-transform: uppercase;
	background: #104162;
	border: solid #b5b5b5;
	border-width: 1px 0;
    padding: 10px 10px 12px;
    font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
}

.featured-companies .companies-carousel .slide a {
	text-decoration: none;
}

.featured-companies .companies-carousel .btn-next,
.featured-companies .companies-carousel .btn-prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin: -17px 0 0;
	color: #104162;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}

.featured-companies .companies-carousel .btn-next:hover,
.featured-companies .companies-carousel .btn-prev:hover {
	text-decoration: none;
	opacity: .8;
}

.featured-companies .companies-carousel .btn-next {
	left: auto;
	right: 0;
}

.featured-companies .view-more {
	float: right;
	font-size: 18px;
	color: #104162;
	text-decoration: underline;
	font-weight: 600;
	text-decoration: underline;
}

.featured-companies .view-more:hover {
	text-decoration: none;
}

.browse-reports {
	overflow: hidden;
	width: 1180px;
	margin: 0 auto;
	padding: 60px 0 80px;
}

.browse-reports h1 {
	font-weight: 300;
	text-align: center;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 9px;
}

.browse-reports h2 {
	font-weight: 300;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 48px;
}

.browse-reports .cols-holder {
	overflow: hidden;
}

.browse-reports .cols-holder.four {
	margin: -10px 0 6px -50px;
}

.browse-reports .cols-holder.four .col {
	width: 292px;
	padding: 12px 30px 0 50px;
}

.browse-reports .cols-holder.four .col:first-child {
	width: 348px;
	padding: 0 30px 0 50px;
}

.browse-reports .cols-holder.four .col .alphabetical-search {
	width: 206px;
	padding: 10px 0 0 18px;
}

.browse-reports .cols-holder.four .col .programs {
	padding: 10px 0 0 8px;
}

.browse-reports .cols-holder .col {
	float: left;
	padding: 0 47px;
	width: 300px;
	border-left: solid 1px #d9d9d9;
}

.browse-reports .cols-holder .col:first-child {
	float: left;
	text-align: center;
	padding: 0 50px 0 0;
	width: 591px;
	border: 0;
}

.browse-reports .cols-holder .col:first-child h3 {
	margin: 0 0 34px;
}

.browse-reports .cols-holder .col.col3 {
	width: 289px;
}

.browse-reports .cols-holder .col .clients {
	margin: 0 -37px 19px;
	letter-spacing: -4px;
}

.browse-reports .cols-holder .col .clients li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 32px 27px;
}

.browse-reports .cols-holder .col .clients li img {
	display: block;
}

.browse-reports .cols-holder .col .programs.exchane {
	margin: 0 -36px 0 -35px;
	padding: 8px 0 0;
	letter-spacing: -4px;
	text-transform: uppercase;
}

.browse-reports .cols-holder .col .programs.exchane li {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 105px;
	line-height: 21px;
	margin: 0 0 0 35px;
}

.browse-reports .cols-holder .col .programs.exchane li:after {
	top: 8px;
}

.browse-reports .cols-holder .col .programs li {
	position: relative;
	padding: 0 0 0 12px;
	font-size: 18px;
	line-height: 22px;
}

.browse-reports .cols-holder .col .programs li a {
	color: #06485c;
	text-decoration: underline;
}

.browse-reports .cols-holder .col .programs li a:hover {
	text-decoration: none;
}

.browse-reports .cols-holder .col .programs li:after {
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	width: 4px;
	height: 4px;
	background: #06485c;
	border-radius: 100%;
}

.browse-reports .cols-holder .col .alphabetical-search {
	text-transform: uppercase;
	font-size: 18px;
	width: 202px;
	padding: 10px 0 0 14px;
	line-height: 22px;
}

.browse-reports .cols-holder .col .alphabetical-search td {
	text-align: center;
	margin: 0 0 18px 0;
}

.browse-reports .cols-holder .col .alphabetical-search td a {
	color: #06485c;
	text-decoration: underline;
}

.browse-reports .cols-holder .col .alphabetical-search td a:hover {
	text-decoration: none;
}

.browse-reports .cols-holder .col .alphabetical-search td.active a {
	text-decoration: none;
}

.browse-reports .cols-holder h3 {
	font-weight: 600;
	text-align: center;
	font-size: 21px;
	line-height: 25px;
	margin: 0 0 22px;
}

.browse-reports .select-holder {
	padding: 27px 0 0;
}

.browse-reports .fake-select {
	margin: 0 0 36px;
	position: relative;
	display: block;
	height: 50px;
}

.browse-reports .fake-select:before {
	content: "";
	position: absolute;
	/*top: 1px;*/
	right: 1px;
	/*bottom: 1px;*/
	width: 35px;
	background: #f7f7f7;
	pointer-events: none;
	border-radius: 0;
	z-index: 1;
}

.browse-reports .fake-select:after {
	position: absolute;
	right: 24px;
	content: "";
	position: absolute;
	top: 55%;
	border-style: solid;
	z-index: 1;
	margin: -4px 0 0;
	border-width: 6px 5px 0 5px;
	border-color: #303030 transparent transparent transparent;
}

.browse-reports select::-ms-expand {
	display: none;
}

.browse-reports select {
	display: block;
	border: 1px solid #d9d9d9;
	padding: 7px 3px 9px 13px;
	margin: 0;
	font: inherit;
	outline: none;
	line-height: 1.2;
	background: #f7f7f7;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	width: 100%;
	font-size: 21px;
	font-weight: 600;
	height: 50px;
	color: #303030;
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), inset 0 1px #fff;
}

.investor .investors-block {
	padding: 68px 0 41px;
}

.investor .investors-block h2 {
	margin: 0 0 52px;
}

.investor .investors-block.hedge-funds h2 {
	margin: 0 0 24px;
}

.investors-block {
	overflow: hidden;
	text-align: center;
	border-top: solid 1px #d9d9d9;
	width: 1180px;
	margin: 0 auto;
	padding: 63px 0 78px;
}

.investors-block h1 {
	font-weight: 300;
	text-align: center;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 10px;
}

.investors-block h2 {
	font-weight: 300;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 44px;
}

.investors-block h2 a:hover {
	text-decoration: none;
	opacity: .8;
}

.investors-block .investors {
	padding: 0 40px 9px;
}

.investors-block .investors li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 37px 54px;
    width: 12%;
}

.investors-block .investors li img {
	display: block;
}

.investors-block .btn {
	margin: 15px 0 0 14px;
	padding: 19px 27px;
	font-size: 18px;
	line-height: 22px;
	border-radius: 4px;
	background: #104162;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 300;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 1px rgba(1, 1, 1, .5), inset 0 1px rgba(255, 255, 255, .19);
}

.investors-block .btn:hover {
	text-decoration: none;
	opacity: .9;
}

.investors-block .btn:after {
	position: absolute;
	left: 0;
	top: 1px;
	right: 0;
	height: 1px;
	content: "";
	background: #3d6580;
	z-index: 22;
}

.investors-block.hedge-funds {
	width: 100%;
	padding: 0;
	color: #000;
	background: url(/img/ar/images/bg-contactus.jpg);
}

.investors-block.hedge-funds .container {
	padding: 74px 0 77px;
}

.investors-block.hedge-funds .investors {
	background: #fff;
	padding: 35px 40px 22px;
	border: solid 1px #c7c7c7;
}

.investors-block.pension-funds .investors li {
    width: 9%;
}

.aboutreposts {
	overflow: hidden;
	background: #f7f7f7;
	border-top: solid 4px #104162;
}

.aboutreposts .container {
	overflow: hidden;
	padding: 24px 0 41px;
	position: relative;
}

.aboutreposts .container:after {
	position: absolute;
	left: 50%;
	top: 27px;
	bottom: 42px;
	content: "";
	width: 2px;
	background: #fff;
	border-left: solid 1px #d9d9d9;
}

.aboutreposts h2 {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 6px;
}

.aboutreposts .col {
	float: right;
	width: 530px;
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.aboutreposts .col p {
	margin: 0 0 20px;
}

.aboutreposts .col:first-child {
	float: left;
	width: 529px;
}

.aboutreposts .col:first-child h2 {
	margin: 0 0 25px 4px;
}

.aboutreposts .col:first-child:after {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	margin: -110px 0 0 -179px;
	background: url(/img/ar/images/logo-footer.png) no-repeat;
	width: 315px;
	height: 271px;
	content: "";
}

.aboutreposts .col .features {
	padding: 15px 0 0 13px;
}

.aboutreposts .col .features li {
	overflow: hidden;
	padding: 20px 0 0;
}

.aboutreposts .col .features li:first-child {
	padding: 0;
}

.aboutreposts .col .features li .img-holder {
	float: left;
	margin: 0 38px 0 0;
}

.aboutreposts .col .features li .img-holder img {
	display: block;
}

.aboutreposts .col .features li .text-holder {
	overflow: hidden;
}

.aboutreposts .col .features li .text-holder p {
	margin: 0;
}

.aboutreposts .col .features li .text-holder .title {
	font-weight: 600;
	text-decoration: underline;
}

.aboutreposts .col .features li .text-holder .title:hover {
	text-decoration: none;
}

#footer {
	display: table-footer-group;
	height: 1%;
	overflow: hidden;
	background: url(/img/ar/images/bg-visual.jpg);
	color: #fff;
}

#footer .container {
	padding: 22px 0 29px;
}

#footer .copyright {
    margin-top: 4px;
	float: left;
	max-width: 408px;
	font-size: 18px;
	font-weight: 600;
}

#footer .copyright a {
	color: #fff;
}

#footer .copyright a:hover {
	text-decoration: none;
	opacity: .8;
}

#footer .footer-nav {
	float: right;
	padding: 1px 0 0;
	max-width: 800px;
}

#footer .footer-nav ul {
	overflow: hidden;
}

#footer .footer-nav ul li {
	font-size: 14px;
	float: left;
	margin: 0 0 0 31px;
}

#footer .footer-nav ul li a {
	text-shadow: 0 -1px black;
    color: #fff;
}

#footer .footer-nav ul li a:hover {
	text-decoration: none;
	opacity: .8;
}

#footer .footer-nav ul li.active a {
	opacity: .8;
}

.cart-block,
.checkout-block,
.addcompany-block,
.contactus-block {
	overflow: hidden;
}

.cart-block .container,
.checkout-block .container,
.addcompany-block .container,
.contactus-block .container {
	padding: 50px 0 0;
}

.cart-block .info-box,
.checkout-block .info-box,
.addcompany-block .info-box,
.contactus-block .info-box {
	overflow: hidden;
	margin: 0 auto 50px;
	background: #fff;
	width: 580px;
	border: solid 1px #cdd7da;
	padding: 20px 35px 7px;
}

.cart-block .info-box p,
.checkout-block .info-box p,
.addcompany-block .info-box p {
    text-align: justify;
}

.checkout-block .info-box input[type="text"],
.addcompany-block .info-box input[type="text"] {
    width: 100%;
    margin: 4px 0 4px;
    background: #f7f7f7;
    border: none;
}

.cart-block .info-box h1,
.checkout-block .info-box h1,
.addcompany-block .info-box h1,
.contactus-block .info-box h1 {
	font-weight: 300;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 21px;
}

.contactus-block .info-box dl {
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.contactus-block .info-box dl dt {
	float: left;
	text-align: right;
	font-weight: 600;
	width: 220px;
	font-size: 16px;
	line-height: 22px;
	clear: left;
	padding: 0 5px 18px 0;
}

.contactus-block .info-box dl dd {
	font-weight: 300;
	text-align: left;
	font-size: 18px;
	margin: 0 8px 18px 0;
	overflow: hidden;
}

.contactus-block .info-box dl dd address {
	font-style: normal;
	line-height: 21px;
	overflow: hidden;
	width: 141px;
	display: block;
}

.contactus-block .info-box dl dd .tel:hover {
	text-decoration: none;
}

.contactus-block .info-box dl dd .title {
	font-size: 16px;
	margin: 1px 0 -2px;
	display: block;
	color: #2b2b2b;
	font-weight: 400;
}

.contactus-block .info-box dl dd .email {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 9px;
	color: #1e2672;
	text-decoration: underline;
}

.contactus-block .info-box dl dd .email:hover {
	text-decoration: none;
}

.cart-block .info-box input[type="submit"],
.checkout-block .info-box input[type="submit"],
.addcompany-block .info-box input[type="submit"],
.contactus-block .info-box input[type="submit"] {
    border: 0;
    padding: 18px;
    background: #104162;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 0 3px 3px 0;
    box-shadow: inset 0 1px rgba(255, 255, 255, .4);
}

.cart-block .info-box input[type="submit"],
.checkout-block .info-box input[type="submit"],
.addcompany-block .info-box input[type="submit"] {
    padding: 9px 0px 9px;
    border-radius: 3px 3px 3px 3px;
    margin: 15px 0 30px;
    width: 46%;
}

.cart-block .info-box input[type="submit"].remove {
    margin: 35px 0 0px;
    color: #303030;
    text-shadow: inset 0 1px rgba(48, 48, 48, .4);
    background: #f7f7f7;
}
.cart-block .info-box input[type="submit"].remove:hover {
    background: #d7d7d7;
}

.addcompany-block .info-box input[type="submit"] {
    width: 37%;
}

.cart-block .info-box input[type="submit"]:hover,
.checkout-block .info-box input[type="submit"]:hover,
.addcompany-block .info-box input[type="submit"]:hover,
.contactus-block .info-box input[type="submit"]:hover {
    opacity: .9;
}

.checkout-block .info-box table,
.cart-block .info-box table {
    width: 100%;
}
.checkout-block .info-box table th,
.cart-block .info-box table th {
    text-align: left;
    font-weight: 500;
    padding-bottom: 4px;
}
.checkout-block .info-box table th {
    font-weight: 600;
    font-size: 14px;
}

.checkout-block .info-box table tr,
.cart-block .info-box table tr {
    background: #f7f7f7;
    border-top: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-left: solid 3px #c7c7c7;
}
.checkout-block .info-box table thead tr:first-child,
.cart-block .info-box table thead tr:first-child {
    border: none;
    background: none;
}
.checkout-block .info-box table tr td:first-child,
.cart-block .info-box table tr td {
    padding: 4px 0 4px 13px;
}

.checkout-items p {
    margin: 21px 0px 10px 0px;
}

.checkout-block .info-box hr {
    height: 1px;
    color: #c7c7c7;
    background-color: #c7c7c7;
    border: none;
    margin: 35px 0px 35px;
}

.checkout-block .info-box label {
    font-weight:600;
}

.checkout-block .info-box p.errorText {
    float: right;
    margin: 0px;
    padding: 0px;
}

#error {
    padding:8px;
    background-color:#FFe7e7;
    border:none;
    color:#A40000;/*#6B0A00;*/
    margin:10px 0;
}
#error p {
    margin: 0px;
}

.errorText {
    color:#A40000;
}

.list-block {
	padding: 54px 0 80px;
	width: 1180px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	margin: 0 auto;
}

.list-block h1 {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 20px 2px;
}

.list-block p {
	margin: 0 0 30px 4px;
}

.list-block p strong {
	font-weight: 600;
}

.list-block table {
	font-weight: 400;
	width: 100%;
}

.checkout-items {
    padding-bottom: 16px;
}

.list-block table th {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	font-weight: 600;
	padding: 0 23px 4px 3px;
	border-bottom: solid 1px #d9d9d9;
}

.list-block table th:first-child {
	width: 490px;
}

.list-block table tr {
	box-shadow: 2px 1px 0 0 #fff;
}

.list-block table tr.add td {
	background: #dcf2f8;
}

.list-block table tr.add td:first-child {
	border-left: solid 4px #104162;
}

.list-block table tr.add .addbtn {
	display: block;
}

.list-block table tr.add .addedbtn {
	display: none;
}

.list-block table tr.added .addedbtn {
	display: inline-block;
}

.list-block table td {
	padding: 2px 23px 4px 12px;
	font-size: 16px;
	line-height: 22px;
	background: #f7f7f7;
	border: solid #d9d9d9;
	border-width: 0 1px 3px 0;
}

.list-block table>tbody>tr:first-child>td {
	border-width: 1px 1px 3px 0;
}

.list-block table>tbody>tr:last-child>td {
	border-width: 0 1px 1px 0;
}

.list-block table td a {
	color: #104162;
	text-decoration: underline;
}

.list-block table td a:hover {
	text-decoration: none;
}

.list-block table td .addedbtn {
	border: solid 2px #104162;
	color: #104162;
	display: none;
	vertical-align: top;
	font-size: 14px;
	border-radius: 3px;
	font-weight: 600;
	position: relative;
	line-height: 16px;
	margin: 1px 0 0 16px;
	padding: 1px 4px 1px 19px;
}

.list-block table td .addedbtn:before {
	position: absolute;
	left: 2px;
	top: 2px;
}

.list-block table td .addbtn {
	background: #104162;
	width: 20px;
	display: none;
	height: 20px;
	font-size: 20px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	margin: 3px 0 0 16px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #04242e;
}

.list-block table td .addbtn:hover {
	text-decoration: none;
	opacity: .8;
}

.venders-block {
	overflow: hidden;
	width: 1180px;
	margin: 0 auto;
	padding: 68px 0 80px;
}

.venders-block .report {
	color: #000;
	float: left;
	width: 680px;
	border: solid 1px #d9d9d9;
	background: #f7f7f7;
	padding: 12px 7px 18px 20px;
}

.venders-block .report h1 {
	font-weight: 300;
	font-size: 30px;
	line-height: 32px;
	margin: 0 0 21px;
}

.venders-block .report .content-holder {
	overflow: hidden;
}

.venders-block .report .content-holder .img-holder {
	float: left;
	width: 184px;
	margin: 0 17px 0 0;
}

.venders-block .report .content-holder .img-holder img {
	display: block;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 4px rgba(1,1,1,.4);
}

.venders-block .report .content-holder .img-holder.stub {
    background: #fff;
    height: 235px;
    border: 1px solid #c7c7c7;
    box-shadow: 0 1px 4px rgba(1,1,1,.4);
}

.venders-block .report .content-holder .img-holder img.stub {
    border: none;
    margin-left: auto;
    margin-right: auto;
    max-height: 110px;
    background: #fff;
    background-color: #fff;
}
.venders-block .report .content-holder .img-holder p.stub {
    text-align: center;
    margin-top: 14px;
    font-size: 28px;
    font-weight: 300;
}

.venders-block .report .content-holder .text-holder {
	overflow: hidden;
	padding: 0 0 4px;
}

.venders-block .report .content-holder .text-holder .links {
	margin: 6px 0 20px;
	font-size: 18px;
    line-height: 23px;
}

.venders-block .report .content-holder .text-holder .links li {
	margin: 0 0 7px;
}

.venders-block .report .content-holder .text-holder .links a {
	color: #175b70;
	text-decoration: underline;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 30px 0 0;
}

.venders-block .report .content-holder .text-holder .links a .icon-download {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
}

.venders-block .report .content-holder .text-holder .links a em {
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
}

.venders-block .report .content-holder .text-holder .links a:hover {
	text-decoration: none;
}

.venders-block .report .content-holder .text-holder p {
	margin: 0 0 8px;
}

.venders-block .report .content-holder .text-holder .title {
	font-size: 18px;
	margin: 0 0 10px;
	display: block;
	font-weight: 300;
	color: #000;
}

.venders-block .report .content-holder .text-holder form {
    margin-top: 2px;
}

.venders-block .report .content-holder .text-holder input[type="text"] {
    width: 100%;
    margin: 4px 0px;
    padding: 9px 18px;
    border: solid 1px #d9d9d9; 
	border-radius: 4px;
    background-color: #fff;
	box-shadow: inset 0 2px 3px rgba(1, 1, 1, .08);
}

.venders-block .report .content-holder .text-holder input[type="text"].error {
    background-color: #ffe7e7;
}

.venders-block .report .content-holder .text-holder .btn {
	margin: 4px 0 0;
	padding: 19px 35px;
	font-size: 16px;
	line-height: 18px;
	border-radius: 4px;
	background: #104162;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	box-shadow: 0 0 1px rgba(1, 1, 1, .6), inset 0 1px rgba(255, 255, 255, .19);
}

.venders-block .report .content-holder .text-holder .btn:hover {
	text-decoration: none;
	opacity: .9;
}

.venders-block .report .content-holder .text-holder .btn:after {
	position: absolute;
	left: 0;
	top: 1px;
	right: 0;
	height: 1px;
	background: #3d6580;
	content: "";
}

.venders-block .preport-info {
	float: right;
	color: #000;
	padding: 24px 0 0;
	width: 382px;
}

.venders-block .preport-info .client-logo {
	overflow: hidden;
	margin: 0 0 23px;
}

.venders-block .preport-info .client-logo img {
	display: block;
}
.venders-block .preport-info .client-logo a span{
	padding: 5px 0px 0px 2px;
	position:relative;
	display: inline-block;
    color: #175b70;
	text-decoration: underline;
}

.venders-block .preport-info p {
	margin: 0 0 15px;
}

.venders-block .preport-info h2 {
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;
	color: #303030;
	margin: 0 0 7px;
}

.venders-block .preport-info dl {
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.venders-block .preport-info dl dt {
	float: left;
	text-align: right;
	font-weight: 600;
	width: 91px;
	font-size: 16px;
	clear: left;
	padding: 0 10px 0 0;
}

.venders-block .preport-info .fc-promo {
    margin-top: 15px;
}

.venders-block .preport-info dl dd,
.venders-block .preport-info .fc-promo p {
	font-weight: 300;
	text-align: left;
	font-size: 18px;
	overflow: hidden;
}

.venders-block .preport-info .fc-promo p {
    margin-bottom: 8px;
}
.venders-block .preport-info .fc-promo p a {
    font-weight: normal;
    color:#175b70; 
}

.venders-block .preport-info .fc-promo ul {
    list-style: none;
    padding:0;
    margin:0;
}

.venders-block .preport-info .fc-promo li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.venders-block .preport-info .fc-promo li:before {
    content: "• ";
    color: #104162;
    font-size: 21px;
    line-height: 19px;
    vertical-align: bottom;
}
.venders-block .preport-info dl dd a,
.venders-block .preport-info .fc-promo li a {
	font-size: 14px;
	color: #104162;
	text-decoration: underline;
}

.venders-block .preport-info dl dd a:hover {
	text-decoration: none;
}

.other-reports {
	overflow: hidden;
	color: #000;
	border-top: solid 4px #04242e;
	background: #f7f7f7;
}

.other-reports .container {
	padding: 41px 0 41px;
}

.other-reports h1 {
	font-weight: 300;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	color: #000;
	margin: 0 0 53px;
}

.other-reports .cols-area {
	position: relative;
}

.other-reports .cols-area:after {
	position: absolute;
	left: 50%;
	margin: 0 0 0 95px;
	top: 0;
	bottom: 0;
	content: "";
	width: 2px;
	border-left: solid 1px #d9d9d9;
	background: #fff;
}

.other-reports .search-form {
	margin: 0 0 0 -4px;
	padding: 40px 0 22px;
	float: left;
	width: 584px;
}

.other-reports .search-form ::-webkit-input-placeholder {
	color: #929292;
}

.other-reports .search-form :-moz-placeholder {
	color: #929292;
}

.other-reports .search-form ::-moz-placeholder {
	color: #929292;
	opacity: 1;
}

.other-reports .search-form .placeholder {
	color: #929292;
}

.other-reports .search-form :-ms-input-placeholder {
	color: #929292;
}

.other-reports .search-form .field-holder {
	padding: 0 123px 0 0;
	border-radius: 3px;
	position: relative;
	margin: 0 auto 20px;
	max-width: 580px;
	height: 57px;
	background: #fff;
	box-shadow: inset 0 2px 3px rgba(1, 1, 1, .08);
	border: solid 1px #d9d9d9;
}

.other-reports .search-form input[type="search"],
.other-reports .search-form input[type="text"] {
	display: block;
	width: 100%;
	background: none;
	color: #929292;
	text-align: left;
	border: none;
	padding: 17px 18px 18px;
	font-size: 16px;
	outline: none;
	line-height: 22px;
	font-weight: 300;
}

.other-reports .search-form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0px;
	width: 120px;
	border: 1px solid #104162;
	border-radius: 0 3px 3px 0;
	padding: 15px 18px 19px;
	background: #104162;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	height: 56px;
	color: #fff;
	box-shadow: 0 0 1px rgba(1, 1, 1, .5), inset 0 1px rgba(255, 255, 255, .3);
}

.other-reports .search-form input[type="submit"]:hover {
	opacity: .9;
}

.other-reports .filtered-by {
	padding: 0 0 0 4px;
	overflow: hidden;
}

.other-reports .filtered-by .label {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 0 10px 0 0;
	color: #000;
	font-weight: 600;
}

.other-reports .filtered-by .browse-by {
	line-height: 20px;
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 18px;
	font-weight: 300;
}

.other-reports .filtered-by .browse-by li {
	margin: 0 35px 10px 0;
	display: inline-block;
	vertical-align: top;
}

.other-reports .filtered-by .browse-by li a {
	font-weight: 300;
	display: inline-block;
	/*text-shadow: 0 -1px #000;*/
	vertical-align: top;
	position: relative;
	color: #000;
}

.other-reports .filtered-by .browse-by li a:hover {
	text-decoration: none;
	opacity: .8;
}

.other-reports .filtered-by .browse-by li a.drop {
	padding: 0 20px 0 0;
}

.other-reports .filtered-by .browse-by li a.drop:after {
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	right: 0;
	top: 10px;
	content: "";
}

.other-reports .related-companies {
	padding: 5px 0 0;
	float: right;
	width: 382px;
}

.other-reports .related-companies h2 {
	font-size: 25px;
	font-weight: 300;
	color: #000;
	line-height: 28px;
	margin: 0 0 13px;
}

.other-reports .related-companies ul li {
	position: relative;
	padding: 0 0 5px 9px;
	font-size: 16px;
	line-height: 21px;
}

.other-reports .related-companies ul li a {
	color: #104162;
	text-decoration: underline;
}

.other-reports .related-companies ul li a:hover {
	text-decoration: none;
}

.other-reports .related-companies ul li:after {
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	width: 4px;
	height: 4px;
	background: #104162;
	border-radius: 100%;
}

.btn, input[type="submit"] {
  border: 1px solid #104162;
  box-shadow: inset 0 1px rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.5);
}

