@-ms-viewport {
 width: device-width;
}

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

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

/* Normalize */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, hr { display: block; }

audio, canvas, video { display: inline-block; *display: inline;
 *zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] { display: none; }

abbr[title] { border-bottom: 1px dotted; }

dfn { font-style: italic; }

mark {
	background: #ff0;
	color: #000;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

small { font-size: 80%; }

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

a:focus { outline: thin dotted; }

a:active, a:hover { outline: 0; }

strong, b { font-weight: bold; }

em, i { font-style: italic; }

p, h1, h2, h3, h4, h5, h6, form, table, hr { margin: 0 0 20px; }

h1 {
	color: #003455;
	margin: 0 0 15px;
	font: 40px OpenSans, sans-serif;
}

h2 {
	color: #666;
	margin: 0 0 15px;
	font: italic 36px Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin: 0;
	color: #fa7f00;
	font: 24px OpenSansB, sans-serif;
}

h4 {
	margin: 0;
	font-family: OpenSansB;
}

ul, ol, dl { margin: 0 0 20px 40px; }

li { margin: 0 0 10px; }

blockquote, q { quotes: none; }

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

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

blockquote, q { quotes: none; }

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

hr {
	height: 1px;
	border-top: 1px solid #ccc;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

label {
	margin: 0 0 4px;
	display: block;
}

input, textarea, select, button, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 6px;
	width: 100%;
	height: auto;
	font: inherit;
	background: #fff;
	border: 1px solid #bbb;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

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

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
 *overflow: visible;
}

textarea {
	height: 120px;
	overflow: auto;
	vertical-align: top;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
 *overflow: visible;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0 4px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
}

input[type="file"] {
	background: none;
	border: none;
	background: #fff\9;
	border: 1px solid #666\9;
}
 input[type="file"]::-ms-value {
background: #fff;
border: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	padding: 0 8px;
	width: auto;
	height: 36px;
	background: #fa7f00;
	border: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background: #f15a22; }

button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	position: relative;
	top: 1px;
}

/* Tools */
.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }

.browsehappy {
	padding: 5px 0;
	text-align: center;
}

/* General */
body {
	font: 14px/1.6 OpenSans, Arial, Helvetica, sans-serif;
	background: #cecece;
	text-align: center;
	color: #404040;
}

.container {
	padding: 0;
	margin: 0 auto;
	max-width: 960px;
	text-align: left;
}

ul.form-list {
	margin: 0 0 20px;
	max-width: 500px;
	list-style: none;
}

ul.form-list li { margin: 0 0 10px; }

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

a:hover {
	text-decoration: underline;
	color: #fa7f00;
}

/* header */
header {
	background: url(../img/bg-header.jpg) repeat-x center top;
	padding-bottom: 10px;
}

.home header { padding-bottom: 50px; }

.logo {
	float: left;
	margin: 24px 0 0 11px;
	max-width: 540px;
	width: 100%;
}

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

.contacts {
	float: right;
	text-align: right;
	color: #666;
	font-size: 18px;
	margin: 34px 0 0;
}

.contacts a { color: #666; }

.contacts address { line-height: 24px; }

.contacts span { display: block; }

/* Nav */
.navbar { margin: 10px 0 0; }

.navbar .nav {
	text-transform: uppercase;
	font-size: 18px;
	width: 100%;
	margin: 0;
}

.navbar .nav > li { margin: 0; }

.navbar .nav > li > a {
	padding: 0 14px;
	color: #555;
	float: left;
	text-shadow: 0 0 0 #fff;
	line-height: 34px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar .nav > li > a:hover { font-weigth: normal; }

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > li > a:hover {
	color: #fff;
	background: #003455;
}

.navbar .nav > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu:before { display: none; }

.navbar-inverse .navbar-inner { filter: none; }

.navbar .nav .dropdown-toggle .caret { display: none; }

.dropdown-menu {
	background: #003455;
	border-style: none;
	margin: 0;
	padding: 0;
	min-width: 207px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 #003455;
	-moz-box-shadow: 0 0 0 #003455;
	box-shadow: 0 0 0 #003455;
}

.attorneys-list .dropdown-menu { width: 200%; min-width: 540px; }

.dropdown-menu > li { margin: 0; }

.attorneys-list .dropdown-menu > li { width: 50%; float: left; }

.dropdown-menu > li > a {
	line-height: 36px;
	padding: 0 10px 1px;
	color: #fff;
	text-transform: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background: #476f88;
	color: #fff;
	text-decoration: none;
}

.dropdown-menu > li {
	background: url(../img/divider.png) repeat-x;
	padding-top: 1px;
}

.navbar .btn-navbar {
	background: #003455;
	border: 2px solid #fff;
	width: 55px;
	height: 44px;
	padding: 0;
	position: relative;
	top: 0;
	right: 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.navbar .btn-navbar:hover { background: #476f88; }

.navbar .btn-navbar .icon-bar {
	margin: 5px 0;
	width: 60%;
	height: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.nav-collapse.collapse {
	display: table;
	margin: 0 auto;
}

/* Banner & Promo */
.banner {
	background: #013759 url(../img/bg-banner.jpg) no-repeat center center;
	margin: 0;
	position: relative;
	height: 100px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}

.home .banner {
	background: #013759 url(../img/bg-banner-home.jpg) repeat-x center center;
	height: 337px;
	margin: 0;
}

.promo { position: relative; }

.promo .holder {
	display: block;
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: -380px;
	max-width: 960px;
	width: 100%;
}

.promo-box {
	width: 72%;
	height: 100%;
	background: #fff;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 30% 100%;
	-webkit-border-bottom-right-radius: 30% 100%;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 30% 100%;
	-moz-border-radius-bottomright: 30% 100%;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 30% 100%;
	border-bottom-right-radius: 30% 100%;
	border-bottom-left-radius: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;

}

.soliloquy-container .soliloquy-viewport {
/*-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 30% 100%;
	-webkit-border-bottom-right-radius: 30% 100%;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 30% 100%;
	-moz-border-radius-bottomright: 30% 100%;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 30% 100%;
	border-bottom-right-radius: 30% 100%;
	border-bottom-left-radius: 0;*/
	-webkit-transform: none !important;
}

.soliloquy-container .soliloquy-image {
	width: auto !important;
	height: 410px !important;
	max-width: none !important;
}

.soliloquy-item { overflow: hidden !important; }

.soliloquy-controls { display: none !important; }

.promo-links {
	margin: 0;
	list-style: none;
	width: 100%;
	display: block;
	height: 410px;
}

.promo-links li {
	margin: 0;
	height: 33.333333%;
	background: #fc9934;
	text-align: right;
	-webkit-box-shadow: inset 0px 0px 30px 0px rgba(241, 90, 34, .75);
	-moz-box-shadow: inset 0px 0px 30px 0px rgba(241, 90, 34, .75);
	box-shadow: inset 0px 0px 30px 0px rgba(241, 90, 34, .75);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.promo-links li.link02 {
	background: #fb7f01;
	-webkit-box-shadow: inset 0px 0px 30px 0px rgba(241, 90, 34, 1);
	-moz-box-shadow: inset 0px 0px 30px 0px rgba(241, 90, 34, 1);
	box-shadow: inset 0px 0px 30px 0px rgba(241, 90, 34, 1);
}

.promo-links li.link03 {
	background: #f37021;
	-webkit-box-shadow: inset 0px 0px 30px 0px rgba(230, 70, 10, 1);
	-moz-box-shadow: inset 0px 0px 30px 0px rgba(230, 70, 10, 1);
	box-shadow: inset 0px 0px 30px 0px rgba(230, 70, 10, 1);
}

.promo-links li:hover { background: #f15a22; }

.promo-links a {
	display: block;
	padding: 36px 30px 0 0;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #ef6600;
	font-size: 30px;
	line-height: 1.1;
	text-align: right;
}

.promo-links a:hover { text-decoration: none; }

/* Content */
main {
	background: #fefefe url(../img/bg-page.jpg) no-repeat 0 100%;
	padding-top: 30px;
  background-size: cover;
  background-position: bottom;
}

.home main { padding-top: 70px; }

article {
	margin: 0 0 20px;
	padding-right: 30px;
	width: 66%;
	float: left;
}

.search article { width: 100%; float: none; }

.search aside { display: none; }

.blog article div.post, .archive article div.post { margin: 25px 0 0; padding: 25px 0 0; border-top: 1px solid #aaa; }

.blog article div.post:first-child, .archive article div.post:last-child { margin: 0; padding: 0; border-top: none; }


.logos {
	list-style: none;
	margin: 0 0 20px;
}

.logos li {
	float: left;
	margin: 0 0 15px;
}

.logos li:first-child, .logos li:first-child + li + li { margin-right: 20px; }

.logos li img { max-width: 290px; }

aside {
	width: 34%;
	color: #fff;
	float: right;
}

#search-form { max-width: 500px; }

#search-field, #search-submit {
	width: 80%;
	float: left;
	height: 36px;
}

#search-field { border-right: none; }

#search-submit {
	width: 20%;
	background: #003455 url(../img/icon-search.png) no-repeat center center;
}

#search-submit:hover { background-color: #004774; }

aside section, aside ul ul, #subscribe-blog-blog_subscription-2 {
	margin: 0 0 30px;
	padding: 20px;
	background: #8da7b6;
}

aside ul ul { list-style: none; }

aside ul ul a, aside ul ul a:hover { color: #fff; }

aside h2 {
	margin: 0;
	padding: 12px 16px;
	text-transform: uppercase;
	font: 24px/34px OpenSans, arial, helvetica, sans-serif;
	background: #003455;
	color: #ccd6dd;
}

aside .list {
	list-style: none;
	margin: 0;
}

aside .list p { margin: 0; }

aside ul { margin: 0 0 20px; }

aside .list li, aside ul ul li { margin: 15px 0 0; }

aside .list li:first-child, aside ul ul li:first-child { margin: 0; }

aside .list .date {
	display: block;
	font-style: normal;
	font-family: OpenSansB;
	color: #003455;
}

aside .list a { color: #fff; }

#subscribe-text { display: none; }

#subscribe-email { margin: 0 0 5px; }

#subscribe-email input {
	padding: 6px !important;
	width: 100% !important;
}

#subscribe-submit {
	margin: 0;
	text-align: right;
}

/* Clients */
.clients {
	background: #003455;
	padding: 16px 0 30px;
	position: relative;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}

.clients:after {
	content: '';
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-box-shadow: 0 1px 0 #002422;
	-moz-box-shadow: 0 1px 0 #002422;
	box-shadow: 0 1px 0 #002422;
}

.clients h3 {
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1.1;
	margin: 0 0 14px;
	text-align: center;
	color: #fff;
}

.clients h3 span {
	position: relative;
	background: #003455;
	position: relative;
	z-index: 1;
	display: inline-block;
	text-shadow: 1px 1px 0 #000;
}

.clients h3 span:before, .clients h3 span:after {
	position: absolute;
	left: -17px;
	top: 0;
	content: '';
	width: 17px;
	height: 30px;
	background: #003455;
	z-index: 1;
}

.clients h3 span:before {
	left: auto;
	right: -17px;
}




/* Footer */
footer {
	background: url(../img/bg-footer.jpg) repeat-x center bottom;
	padding: 22px 0 28px;
	color: #688193;
	font-size: 10px;
	line-height: 14px;
	border-top: 12px solid #003455;
}

.home footer { border: none; }

footer p { font-size: 10px; }

footer a { color: #688193; }

.socials {
	float: right;
	margin: 0;
	list-style: none;
}

.socials li {
	float: left;
	margin: 0 0 0 4px;
	width: 40px;
}

.socials li:first-child { margin: 0; }

.socials li img {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.socials li img:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

/* Flexisel */
.client-slider .holder { margin: 0 10px; height: 80px; }

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
	width: 85%;
}

.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item img {
	position: relative;
	margin: 0 auto;
	width: auto;
	max-height: 80px;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 32px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	background: url(../img/buttons-clientslider.png) no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nbs-flexisel-nav-left { left: 0; }

.nbs-flexisel-nav-right {
	right: 0;
	background-position: 0 -32px;
}

.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

/* Contact Form */
.wpcf7-form.sent input, .wpcf7-form.sent textarea, .wpcf7-form.sent select { display: none; }

.wpcf7-form.sent li { display: none; }

.wpcf7-response-output {
	margin: -20px 0 0 !important;
	padding: 0 !important;
	font-size: 80%;
}

.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
	border: none !important;
}

.wpcf7-validation-errors {
	/*background: #f7e700 !important;*/
	color: #ff0000;
	border: none !important;
}

.wpcf7-not-valid-tip {
	padding: 0 !important;
	top: 0 !important;
	left: auto !important;
	background: none !important;
	border: none !important;
	font-size: 80% !important;
	width: auto !important;
	color: #ff0000;
}

.wpcf7-captchac {
	display: inline-block;
	vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap { width: 100%; }

input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid { background: #f6c1c1; border: 1px solid #ff0000; }

/* Media Queries */
@media (max-width:979px) {

.container {
	width: auto;
	padding: 0 20px;
}

.navbar .container {
	width: auto;
	padding: 0;
	margin: 0 0 10px;
}
}

@media (max-width:959px) {

.home header { padding-bottom: 0; }

.home main { padding-top: 30px; }

.nav-collapse.collapse {
	display: block;
	margin: 0 auto;
}

footer, .clients, header {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}

.nav-collapse .nav > li:after {
	content: "";
	display: block;
	clear: both;
}

.nav-collapse, .nav-collapse.collapse {
	background: #003455;
	text-align: center;
}

.navbar .nav > li a {
	color: #fff !important;
	text-align: center;
	float: none;
	display: block;
	font-size: 16px;
	background: none !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
}

.nav-collapse .dropdown-menu { margin: 0; }

.nav-collapse .dropdown-menu { background: #476f88; }

.dropdown-menu > li:first-child { background: none; }

.attorneys-list .dropdown-menu { width: 100%; min-width: none; }

.attorneys-list .dropdown-menu > li { width: 100%; float: none; }

.nav-collapse .dropdown-menu > li > a {
	font-weight: normal;
	padding: 8px 10px;
	line-height: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar .nav > li > a:hover, .nav-collapse .dropdown-menu > li > a:hover {
	background: #476f88 !important;
	text-decoration: none;
}

.nav-collapse .dropdown-menu > li > a:hover { background: #003455 !important; }

.navbar .nav > li { padding: 0; }

.navbar {
	margin: 10px -20px 0;
	position: relative;
	z-index: 20;
}

.navbar .nav-collapse {
	position: relative;
	left: 0;
	top: 16px;
	width: 100%;
}

.navbar .btn-navbar { margin: 5px 0 15px; }

.home .banner { display: none; }

.promo .container { padding: 0; }

.promo .holder {
	border: none;
	position: relative;
	top: 0;
}

header { padding-bottom: 0; }

.logos li { float: none; }

.logos li:first-child, .logos li:first-child + li + li { margin-right: 0; }

.logos li img { max-width: 300px; }
}

@media (max-width: 860px) {

.promo-box { width: 66% }

.promo-links { height: 360px; }

.soliloquy-container .soliloquy-image { height: 360px !important; }

.promo-links a {
	padding-top: 32px;
	font-size: 26px;
}

footer { text-align: center; }

.socials {
	float: none;
	margin: 0 0 20px;
}

.logo {
	float: none;
	margin: 20px auto 6px;
	text-align: center;
	display: block;
}

.contacts {
	float: left;
	margin: 0;
	text-align: left;
}

header .holder { padding: 0; }

.navbar {
	margin-top: -53px;
	margin-bottom: 0;
}

header { min-height: 0; }
}

@media (max-width: 767px) {

.promo-links { height: 300px; }

.soliloquy-container .soliloquy-image { height: 300px !important; }

.promo-links a { font-size: 22px; }

article, aside {
	float: none;
	width: 100%;
}

article { padding: 0; }
}

@media (max-width: 599px) {

.banner { display: none; }

header {
	border-bottom: 4px solid #003455;
	margin: 0 -20px;
}

.contacts address {
	font-size: 14px;
	line-height: 20px;
}

.promo { display: none; }

h1 {
	font-size: 32px;
	margin-bottom: 8px;
}

h2 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 8px;
}

h3 {
	font-size: 20px;
}

.logos li { float: none; }

.clients h3 { font-size: 24px; }

.clients:after { display: none; }
}

@media (max-width: 320px) {

.navbar { margin-top: -60px; }

.navbar .container { margin: 0; }

.clients { display: none; }

aside h2 { font-size: 24px; }

.logos img {
	display: block;
	width: 100%;
	height: auto;
}

.logo {
	width: 100%;
	margin-bottom: 12px;
}

.navbar .btn-navbar { margin: 0 0 15px; }

.contacts address { margin: 0 0 6px; }

.navbar { margin-top: -48px; }
}

/* Print */
@media print {

* {
	margin: 0 0 10px !important;
	padding: 0 !important;
	font: normal 10pt/1.2 Georgia, Times, "Times New Roman", serif !important;
	color: #000 !important;
	background: transparent !important;
	color: black !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}

body { padding: .75cm !important; }

a, a:visited { text-decoration: underline; }

a[href]:after { content: " (" attr(href) ")"; }

abbr[title]:after { content: " (" attr(title) ")"; }

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }

h1, h2, h3, h4, h5, h6 { font: bold 18pt/1.2 Arial, Helvetica, sans-serif !important; }

h2 { font-size: 16pt !important; }

h3 { font-size: 14pt !important; }

h4 { font-size: 12pt !important; }

h5, h6 { font-size: 10pt !important; }

code { font: 10pt Courier, monospace; }

pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead { display: table-header-group; }

tr, img { page-break-inside: avoid; }

img { max-width: 100% !important; }

p, h2, h3 {
	orphans: 3;
	widows: 3;
}

h2, h3 { page-break-after: avoid; }

@page { margin: 0.5cm !important; }
}
