/* Helpers */
.fl {float: left;}
.fr {float: right;}
.clear {
	height: 0;
	font-size: 0;
	clear: both;
	display: block;
}

/* General Styles */
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
* { max-height: 1000000px; }
body {
	min-width: 320px;
	line-height: 23px;
}
a:focus {
	text-decoration: none !important;
	outline: none !important;
}
a{color:#0067c6;}
blockquote {
	color: #015aab;
	font-family: 'Roboto Slab', serif;
	border-left:none;

}
#wrapper { overflow: hidden; }

/* Header */
#header { background: #fff; }
#header .topbar {
	overflow: hidden;
	padding: 6px 0;
	background: #e6eaec;
}
.social-networks { margin: 0 0 0 10px; }
.social-networks li {
	float: left;
	font-size: 20px;
	line-height: 20px;
	padding: 6px 15px 0 0;
}
.social-networks li a:hover {
	text-decoration: none;
	color: #0067c6;
}
.social-networks li a { color: #696969; }
.social-networks li a .fa-youtube-play { font-size: 18px; }
.user-area {
	float: right;
	text-align: right;
}
.user-area .user-links {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 29px 0 0;
	/*max-width:340px;*/
}
.user-area .user-links li { padding: 0 0 0 32px; }
.user-area .user-links li a {
	color: #696969;
	letter-spacing: 0.5px;
}
.user-area .user-links li a:hover {
	color: #0067c6;
	text-decoration: none;
}
.user-area .user-links li .fa {
	font-size: 14px;
	margin: 0 13px 0 0;
}
#header .topbar .btn-default {
	line-height: 32px;
	font-size: 13px;
	padding: 0 17px;
	display: inline-block;
	vertical-align: top;
	text-transform:uppercase;
	border-radius: 3px;
	max-width:100px;
}
#header .topbar .btn-default:hover {
	text-decoration: none;
	background: #015aab;
}
#header .header-holder .container {
	padding-top: 17px;
	padding-bottom: 17px;
}
.logo-holder { overflow: hidden; }
.logo-holder a:hover { text-decoration: none; }
.logo {
	display: inline-block;
	width:79px;
	vertical-align: middle;
}
.logo img {
	display: block;
	width: 100%;
	height:auto;
}
.tagline {
	display: inline-block;
	vertical-align: middle;
	color: #015aab;
	margin: 0 0 0 16px;
}
.tagline .heading {
	display: block;
	font-size: 15px;
	margin: 0 0 0 -2px;
}
#header h1 {
	margin: 0;
	line-height: 30px;
	font-family: 'Roboto Slab', sans-serif;
}
.search-form {
	float: right;
	background: #fff;
	width: 263px;
	margin: 20px 0 0;
	height: 40px;
}
.search-form .form-control:hover, .search-form .form-control:focus { border: solid 2px #0067c6; }
.search-form .form-control {
	box-shadow: none;
	width: 100%;
	font-size: 15px;
	height:40px;
	border: solid 2px #dbdfe1;
	border-radius: 5px;
	line-height:20px;
	-webkit-appearance:none;
	padding:10px 40px 10px 12px;
}
.search-form input[type="submit"] {
	position: absolute;
	border: 0;
	padding: 0;
	left: 5px;
	right: 0;
	font-size: 0;
	line-height: 0;
	width: 19px;
	height: 21px;
	cursor: pointer;
	background: none;
}
.search-form .btn-submit.fa {
	float: right;
	margin: -30px 3px 0 0;
	line-height: 20px;
	font-size: 18px;
	color: #0067c6;
	width: 30px;
	height: 25px;
	background:#fff;
	z-index:5;
	position: relative;
}
.search-form .btn-submit.fa.fa-search:before{ margin: 0 0 0 5px;}
.search-form:hover .btn-submit.fa { color: #015aab; }
#header .navbar {
	border-top: solid 2px #e6eaec;
	border-bottom: 0;
	margin: 0;
}
.navbar-nav > li { margin: 0 0 0 38px; }
.navbar-nav > li:first-child { margin: 0; }
.navbar-nav > li > a {
	padding: 17px 0 19px;
	position: relative;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: none;
	font-weight: bold;
	padding: 13px 0 19px;
	border-top: solid 4px #e6eaec;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background: none;
	color: #0067c6;
}
.navbar-nav > li:hover > a { color: #0067c6; }
.navbar-nav > li:hover > a.dropdown-toggle:after {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -8px;
	bottom: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #0067c6 transparent;
}
#header .navbar-nav > li > .dropdown-menu {
	border-radius: 0;
	width: 220px;
	padding: 0;
	left: 50%;
	margin: 0 0 0 -110px;
	box-shadow: none;
	border: solid #0067c6;
	border-width: 2px 0 0;
}
.dropdown-menu > li > a {
	text-align: center;
	padding: 9px 5px;
	line-height: 18px;
	white-space:normal;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {background-color: #f9f9f9;}
.slideshow-block {
	position: relative;
	background: #0067c6 url(/images/websites/artslaw/bg-blcok.png);
	background-size: cover;
}
.slideshow-block:after, .slideshow-block:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: block;
	background: #fff;
	height: 15px;
	content: "";
}
.slideshow-block:before {
	top: auto;
	bottom: 0;
	height: 18px;
}
.cycle-gallery { position: relative; }
.cycle-gallery .mask {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.cycle-gallery .mask .slideset {
	width: 99999px;
	float: left;
}
.cycle-gallery .mask .slide {
	width: 600px;
	float: left;
	position: relative;
}
.cycle-gallery .slide-attribution {
	position: absolute;
	color: white;
	z-index: 20;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	padding-left: 10px;
	width: 30px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.cycle-gallery .slide-attribution:hover {width: 100%;}
.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	position: absolute;
	left: -49px;
	top: 50%;
	font-size: 0;
	line-height: 0;
	width: 25px;
	height: 25px;
	color: #5894d7;
	z-index: 222;
	margin: -12px 0 0 0;
}
.cycle-gallery .btn-next {
	left: auto;
	right: -54px;
}
.cycle-gallery .btn-prev .fa,
.cycle-gallery .btn-next .fa {
	font-size: 28px;
	color: #5894d7;
	line-height: 28px;
}
.cycle-gallery .btn-prev .fa:hover,
.cycle-gallery .btn-next .fa:hover { color: #fff; }
.cycle-gallery .img-holder {
	overflow: hidden;
	position: relative;
	background: #015aab;
}
.cycle-gallery .img-holder img {
	display: block;
	width: 100%;
	height:auto;
}
.cycle-gallery .caption {
	overflow: hidden;
	display: table;
	width: 100%;
	color: #fff;
	height: 380px;
	max-height: 380px;
	padding: 46px 0 23px;
}
.cycle-gallery .caption  .caption-frame{
	overflow: hidden;
	max-height:295px;
	}
.cycle-gallery .caption-holder {
	display: table-cell;
	vertical-align: middle;
}
.cycle-gallery h2 {
	line-height: 38px;
	margin: 0 0 29px;
	max-height:150px;
	overflow:hidden;
	font-family: 'Roboto Slab', sans-serif;
}
.cycle-gallery .caption p { margin: 0 0 17px; }
.cycle-gallery .caption .btn-more {
	padding: 10px 22px 9px 17px;
	border-radius: 4px;
	font-size: 14px;
	float: left;
	line-height: 16px;
	text-transform: uppercase;
	border: solid 2px #fff;
	color: #fff;
}
.cycle-gallery .caption .btn-more:hover {
	text-decoration: none;
	background: #fff;
	color: #0067c6;
}

.cycle-gallery .pagination {
	position: absolute;
	bottom: 38px;
	right: 0;
	margin: 0;
	width: 452px;
	z-index: 2;
}
.cycle-gallery .pagination ul {
	display: block;
	margin: 0;
	list-style: none;
	padding: 0;
}
.cycle-gallery .pagination li {
	float: left;
	margin: 0 10px 0 0;
}
.cycle-gallery .pagination li a {
	display: block;
	width: 12px;
	padding: 0;
	border: 0;
	height: 12px;
	overflow:hidden;
	text-indent: -9999px;
	border-radius: 100%;
	background: #5ca5de;
	margin-top: 6px;
}
.cycle-gallery .pagination li a:hover,
.cycle-gallery .pagination li.active a { background: #fff; }

.cycle-gallery li a.pause, .cycle-gallery li a.play {
	background: none !important;
	color: #5ca5de;
	text-indent: 0;
	border-radius: 0;
	font-size: 20px;
	width: 20px;
	height: 21px;
	margin-top: 0px;
}
.cycle-gallery li a.pause:hover, .cycle-gallery li a.play:hover { color: #fff;}

.features-block {
	background: #fff;
	text-align: center;
	padding: 36px 0 85px;
}

.info-hub-pagination {
	margin-top: 4px;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
}
.sample.clearfix + .info-hub-pagination {
	bottom: -10px;
	top: initial;
}
.info-hub-pagination .btn {
	width: 36px;
}
.info-hub-pagination .page-count {
	padding-right: 15px;
}
.features-block.otherinfo { padding: 47px 0 33px; }
.features-block h3 {
	color: #242424;
	margin: 0 0 28px;
	font: 26px/28px 'Roboto Slab', sans-serif;
}
.features-block.otherinfo .features .heading { font-size: 18px; }
.features-block.otherinfo .features li {
	width: 16.6%;
	padding: 0 10px;
}
.features-block.otherinfo .features li .ico-holder { margin: 0 0 11px; }
.features-block .features .ico-holder .fa.fa-wheelchair { font-size: 36px; }
.features-block .features .ico-holder .fa.fa-question { font-size: 38px; }
.features-block .features .ico-holder .fa.fa-volume-up { font-size: 35px; }
.features-block .features .ico-holder .fa.fa-external-link-square { font-size: 33px; }
.features-block.otherinfo .features { margin: 0 0 -20px; }
.features-block .features {
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing:-4px;
	list-style: none;
}
.features-block .features li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	letter-spacing:0;
	font-size: 15px;
	line-height: 23px;
	padding: 0 30px;
	margin: 0 0 20px;
}
.features-block .features .ico-holder {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 11px;
}
.features-block .features .ico-holder .fa {
	font-size: 40px;
	color: #015aab;
}
.features-block .features .ico-holder .fa.fa-graduation-cap {
	font-size: 30px;
	margin: 4px 0 0;
}
.features-block .features .ico-holder .fa.fa-file-text {
	font-size: 29px;
	margin: 5px 0 0;
}
.features-block .features .ico-holder img { display: block; }
.features-block .features .heading {
	margin: 0 0 13px;
	display: block;
	color: #015aab;
	text-transform: uppercase;
	font:400 20px/22px 'Roboto Slab', sans-serif;
}
.features-block .features .heading a { color: #015aab; }
.features-block .features .heading a:hover {
	color: #0067c6;
	text-decoration: none;
}
.features-block .features .more,
.news .more,
.offer-box .more {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	line-height: 0;
	color: #015aab;
	margin: 0 0 0 6px;
}
.features-block .features .more:hover,
.news .more:hover,
.offer-box .more {
	text-decoration: none;
	color: #0067c6;
}
.features-block .features .more:after,
.news .more:after,
.offer-box .more:after {
	display: block;
	content: "\f054";
	font: 14px/1 "FontAwesome";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.offer-box .more {
	color: #fff;
}
.latest-news { padding: 0 0 30px; }
.resource-form {
	margin: -75px 0 45px;
	/*text-align: center;*/
	padding: 25px 0 27px;
	color: #fff;
	background: #c21414 url(/images/websites/artslaw/bg-blcok.png);
}
.resource-form:after {
	display: block;
	clear: both;
	content: "";
}
.inner .resource-form { padding: 21px 0 0; }
.inner .breadcrumbs-bar .container { padding-bottom: 19px; }
.inner .breadcrumbs-bar { margin: 0 0 22px; }
.resource-form h1 {
	color: #fff;
	text-transform: capitalize;
	font: 26px/28px 'Roboto Slab', sans-serif;
	margin: 0 0 24px;
}
.page-register label {font-size: 22px;}
.resource-form .btn-primary, .documnet-text .resource-form .btn-primary, .documnet-text .btn-print {
	display: inline-block;
	vertical-align: top;
	padding: 12px 5px 12px;
	width: 120px;
	line-height: 16px;
	height:40px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	border-radius: 3px;
}
.documnet-text .resource-form fieldset {padding: 0 15px;}
.documnet-text .resource-form .btn-primary {
	position: static;
}
.resource-form .btn-primary:hover, .documnet-text .resource-form .btn-primary:hover, .documnet-text .btn-print:hover {
	background: #fff;
	color: #c21414;
}


.resource-form label {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
}
.resource-form .select-holder {
	display: inline-block;
	vertical-align: middle;
	width: 230px;
	margin: 0 13px 5px;
	color: #000;
	text-align: left;
	font-size: 19px;
}
.resource-form .centre {
	text-align: center;
}
.jcf-select, .info-hubsearch input[type=search] {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	width: 100%;
	min-width: 150px;
	background: #f0f0f0;
	height: 40px;
	border-radius: 3px;
	overflow: hidden;
}
.info-hubsearch input[type=search] {
	outline: none;
	border: none;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 19px;
	line-height: 40px;
	margin: 0 35px 0 15px;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	right: 16px;
	top: 16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #d42626 transparent transparent;
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped { margin: 1px 0 0; }
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select-drop .jcf-select-drop-content { border: 1px solid #fff; }
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 24px;
	font-size: 19px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
	-webkit-box-shadow: 4px 4px 2px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    4px 4px 2px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         4px 4px 2px 0px rgba(50, 50, 50, 0.2);
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow { overflow: auto; }
.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #000;
	height: 1%;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #d10e0e;
	color: #fff;
}
.cart .alert p {
	margin: 0;
}
.cart label.inline-label {
	margin: 6px 0 0;
	text-align: right;
}
#main-cart input {
	width: 36px;
	border-radius: 3px;
	border-color: #cccccc;
	display: inline-block;
}
#main-cart table th {
	border-top: none;
	color: #015aab;
}
#main-cart table .first-row td {
	border-color: #015aab;
}
#main-cart .delete-item {
	display: inline-block;
	line-height: 35px;
	padding-left: 5px;
	color: #c21414;
}
#main-cart .delete-item:hover {text-decoration: none;}

.add-coupon.btn {vertical-align: middle;}

.cart .login-box {
	background-color: #fff;
	margin-bottom: 20px;
}
.cart .login-box .login-body {padding: 20px 25px;}
.cart .login-box .login-header {
	background-color: #0c0c0c;
	color: #fff;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 16px;
	margin: 0;
	line-height: 48px;
	padding: 0 25px;
}
.cart .login-box input {width: 100%;}
.cart .login-box input[type="email"], .cart .login-box input[type="password"] {border-color: #ccc;}
.cart .login-box .forgot {
	color: #015aab;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-top: 12px;
}

.cart .continue, .cart a.checkout, .cart button.checkout {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 19px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.cart .continue:hover, .cart a.checkout:hover {
	text-decoration: none;
}
.cart .continue {
	border: 2px solid #0059ab;
	color: #005cac;
}
.cart a.checkout, .cart button.checkout {
	background-color: #169c0f;
	color: #fff;
	border: solid 2px transparent;
}
.cart #checkout-toggle {
	margin-bottom: 0;
	display: none;
}
.cart .subscribe a.checkout {
	margin-top: 7px;
}
.coupon input[type="submit"] {
	background: none;
	border: none;
	line-height: 33px;
	background-color: #169c0f;
	color: #fff;
}
.form-section .form-header {
	display: block;
	padding: 17px 31px;
	color: #fff;
	margin: 0;
	font: 26px/28px 'Roboto Slab', sans-serif;
}
.form-section .form-body {
	padding: 19px 19px 0 19px;
	border: solid 1px #e7e8ea;
	margin-bottom: 30px;
}
.form-section.standard .form-header, .form-section.alternate .form-header {text-transform: uppercase;}
.form-section.standard .form-header {background-color: #015aac}
.form-section.alternate .form-header {background-color: #c21415;}

.form-section.subscribe {margin-top: 41px;}
.form-section .table {margin-bottom: 0;}
.form-section .more-info {color: #c21415;}
.form-section .popover-content {color: #242424;}

.form-section .jcf-select-opener {border-color: #0f1013 transparent transparent;}
.form-section .jcf-select {border: solid 1px #ccc; background: #fff;}
.form-section .jcf-select .jcf-select-text {color: #242424; font-size: 15px;}

.form-section .error {
	border-color: #c21414;
	color: #c21414;
}
.form-section .required {color: #c21414;}
.form-section label {font-weight: normal;}
.form-section.checkout .form-control, #coupons .form-control {
	-webkit-box-shadow: inset 0 1px 1px transparent;
	box-shadow: inset 0 1px 1px transparent;
	border: solid 1px #cccccc;
}

.form-section .pp-show.confirm, .form-section .offline-show.confirm {
	display: none;
}

.cart .price, .cart .total, .cart .description {line-height: 35px;}
.cart .total {font-weight: bold;}
.cart .row-right {text-align: right;}
.cart .shipping, .cart .total-amnt {
	font-weight: bold;
	font-size: 15px;
}
.cart .shipping td, .cart .total-amnt td{
	line-height: 78px;
}
.cart .total-amnt {
	color: #015aab;
	text-transform: uppercase;
}
.cart .total-amnt td {
	border-color: #015aab;
}
.cart .choose {
	font-weight: bold;
	color: #015aab;
	margin: 0 0 7px;
}


.cart .price-confirm {
	color: #c21414;
	font-weight: bold;
}

.form-section legend, .form-section .section-header {
	font-weight: bold;
	font-size: 15px;
	color: #015aab;
	border: none;
	margin-bottom: 12px;
}
.cart .checkbox-group .checkbox {display: inline-block;}

.cart .cvn {position: relative;}
.cart .cvn .more-info-message {
	background-color: #fff;
	position: absolute;
	width: 515px;
	padding: 12px;
	right: 0;
	top: 40px;
	border: solid 1px #ccc;
	display: none;
}
.cart .cvn a:hover + .more-info-message {display: block;}
.cart .more-info-message h5, .cart .more-info-message p {	margin-right: 270px;}
.cart .more-info-message img {
	float: right;
}

.cart .confirm-pay-btn {
	display: block;
	width: 100%;
}

.latest-news h2 {
	color: #242424;
	float: left;
	max-width: 700px;
	text-transform: capitalize;
	font: 26px/28px 'Roboto Slab', sans-serif;
	margin: 0 0 36px;
}
.latest-news .more-news {
	float: right;
	text-transform: uppercase;
	font-size: 14px;
	color: #015aab;
	margin: 9px 0 0;
	font-weight: bold;
}
.latest-news .more-news:after {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	content: "\f054";
	font: 14px/1 "FontAwesome";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.latest-news .more-news:hover {
	text-decoration: none;
	color: #0067c6;
}
.latest-news .news {
	margin: 0 2px 30px 0;
	background: #fff;
}
.latest-news .news:hover { box-shadow: 0 0 10px rgba(0,0,0,.25); }
.latest-news .news .img-holder {
	position: relative;
	min-height: 12px;
}
.latest-news .news .btn-primary {
	position: absolute;
	left: -11px;
	top: -10px;
	padding: 8px 15px;
	line-height: 20px;
	font-size: 13px;
	text-transform: uppercase;
	border: 0;
	border-radius: 3px;
}
.latest-news .news img {
	display: block;
	width: 100%;
	height:auto;
}
.latest-news .news h3 {
	margin: 0 0 7px;
	font-size: 18px;
	line-height: 21px;
}
.latest-news .news h3 a { color: #000; }
.latest-news .news h3 a:hover {
	color: #0067c6;
	text-decoration: none;
}
.latest-news .news .text-holder {
	overflow: hidden;
	padding: 32px 23px 20px;
}
.latest-news .news .meta {
	display: block;
	color: #757575;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	margin: 0 0 18px;
}
.latest-news .news p { margin: 0; }
.newsletter-block {
	overflow: hidden;
	color: #fff;
	text-align: center;
	background: #0067c6 url(/images/websites/artslaw/bg-blcok.png);
	background-size: cover;
}
.newsletter-block .newsletter {
	text-align: left;
}
.newsletter-block p { margin: 0 0 17px; }
.newsletter-block .container {
	padding-top: 33px;
	padding-bottom: 33px;
}
.newsletter-block .logo {
	display: inline-block;
	vertical-align: top;
	width:75px;
}
.newsletter-block .form-control {
	box-shadow: none;
	height: 36px;
	line-height:16px;
	-webkit-appearance:none;
	padding:11px 12px 9px;
}
.newsletter-block .form-control:focus {
	border-color: #cbdfbb;
	box-shadow: 0 0 5px #fffcb8;
}
.newsletter-block .btn-primary {
	display: inline-block;
	vertical-align: top;
	padding: 10px 0 10px;
	width: 148px;
	height:36px;
	line-height:17px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border: 0;
	border-radius: 3px;
	margin-top: 20px;
}
.newsletter-block .btn-primary:hover {
	background: #fff;
	color: #0067c6;
}
.acknowledement {
        background-color: #f8b331;
        text-align: center;
        padding: 12px 15px;
        margin-bottom: 40px;
}
.acknowledement p {margin: 0;}

.footer-area {
	overflow: hidden;
	background: #f9f9f9;
}
.footer-area .links-holder {
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	padding: 39px 0 8px;
}
.footer-area .headings-holder { margin: 0 0 25px; }
.footer-area .links-holder .heading {
	display: block;
	margin: 0 0 10px;
}
.footer-area .links-holder a { color: #4f4f4f; }
.footer-area .links-holder a:hover {
	text-decoration: none;
	color: #0067c6;
}
.footer-area .list-inline { margin: 0 0 28px; }
.footer-area .list-inline li {
	display: block;
	padding: 0 0 8px;
}
#footer {
	overflow: hidden;
	background: #e6eaec;
}
#footer .logo {
	margin: 0 0 0 3px;
	width:68px;
}
#footer .container {
	padding-top: 17px;
	padding-bottom: 17px;
}
.certifiedby {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 27px;
	width:60px;
}
.certifiedby img {
	display: block;
	width: 100%;
	height:auto;
}
#footer .socialnetworks {
	margin: 15px 0 0 26px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	max-width:346px;
}
#footer .socialnetworks li {
	float: left;
	margin: 0 4px 5px 0;
	text-align:center;
}
.socialnetworks li a {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	width: 44px;
	border-radius: 3px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	height: 44px;
	text-align: center;
	position: relative;
	background: #00aced;
}
.socialnetworks li a:hover {
	text-decoration: none;
	background: #000 !important;
}
.socialnetworks li a:after {
	content: "";
	text-align: center;
	display: inline-block;
	height: 44px;
	margin: 0 0 0 -2px;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	width: 1px;
}
.socialnetworks li span{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	white-space:normal;
	text-align:center;
}
.socialnetworks li span:before {
	display: inline-block;
	vertical-align: middle;
	content: "\f054";
	color: #fff;
	font: 20px/1 "FontAwesome";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.socialnetworks li .twitter { background: #00aced; }
.socialnetworks li .twitter span:before { content: "\f099"; }
.socialnetworks li .facebook { background: #3b5998; }
.socialnetworks li .facebook span:before { content: "\f09a"; }
.socialnetworks li .youtube { background: #b00; }
.socialnetworks li .youtube span:before { content: "\f16a"; }
.socialnetworks li .linkedin { background: #007bb6; }
.socialnetworks li .linkedin span:before { content: "\f0e1"; }
.socialnetworks li .pinterest { background: #cb2027; }
.socialnetworks li .pinterest span:before { content: "\f0d2"; }
.socialnetworks li .instagram { background: #517fa4; }
.socialnetworks li .instagram span:before { content: "\f16d"; }
.socialnetworks li .google-plus { background: #dd4b39; }
.socialnetworks li .google-plus span:before { content: "\f0d5"; }
#footer .socialnetworks li:after {
	content: "";
	display: inline-block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	vertical-align: middle;
	width: 1px;
	white-space: nowrap;
}
#footer .copyright {
	display: inline-block;
	vertical-align: middle;
	color: #4f4f4f;
	font-size: 12px;
	line-height: 14px;
}
#footer .copyright a { color: #4f4f4f; }
#footer .copyright a:hover {
	color: #000;
	text-decoration: none;
}
#footer .website-by {
	display: inline-block;
	vertical-align: middle;
	color: #4f4f4f;
	font-size: 12px;
	line-height: 14px;
	margin: 0 25px 0 30px;
}
#footer .website-by .logo-punchbuggy {
	display: inline-block;
	width:112px;
	vertical-align: middle;
}
#footer .website-by .logo-punchbuggy img{
	display:block;
	width:100%;
}
#footer .website-by .logo-punchbuggy .img-normal { display: block; }
#footer .website-by .logo-punchbuggy .hover-img { display: none; }
#footer .website-by:hover .logo-punchbuggy .img-normal { display: none; }
#footer .website-by:hover .logo-punchbuggy .hover-img { display: block; }
#footer .info {
	float: right;
	text-align: right;
	padding: 16px 0 0;
}
#footer .info .info-holder {
	display: inline-block;
	vertical-align: top;
	padding: 9px 0 0;
}
#footer .btn-top {
	display: inline-block;
	vertical-align: middle;
	width: 44px;
	margin: 0 0 0 26px;
	border-radius: 3px;
	font-size: 0;
	line-height: 0;
	height: 44px;
	text-align: center;
	background: #000;
}
#footer .btn-top span{
	display:block;
	width:100%;
	text-align:center;
	}
#footer .btn-top:hover {
	text-decoration: none;
	background: #0067c6;
}
#footer .btn-top:before {
	display: inline-block;
	vertical-align: middle;
	content: "\f106";
	color: #fff;
	margin: 10px 0 0;
	font: 20px/1 "FontAwesome";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#footer .website-by img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 6px;
}
#footer .website-by:hover {
	color: #0067c6;
	text-decoration: none;
}
.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}
.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#main {
	display: block;
	overflow: hidden;
	padding: 0 0 60px;
	background: url(/images/websites/artslaw/bg-block2.jpg) no-repeat;
	background-size: cover;
}
.breadcrumbs-bar {
	margin: 0 0 46px;
	overflow: hidden;
	background: #0067c6 url(/images/websites/artslaw/bg-bradcrumbs.png);
	background-size: cover;
}
.breadcrumbs-bar.infohub {background-color: #c21414;}
.inner .breadcrumbs-bar{background-image:url(/images/websites/artslaw/bg-bradcrumbs2.png);}
.breadcrumbs-bar .container {
	padding-top: 19px;
	padding-bottom: 21px;
}
.breadcrumbs-bar .breadcrumb {
	background: none;
	margin: 0;
	padding: 0;
	height: auto;
	font: 25px/32px 'Roboto Slab', sans-serif;
	color: #fff;
}
.breadcrumbs-bar .breadcrumb li a {
	font-size: 32px;
	color: #fff;
	line-height: 32px;
}
.breadcrumbs-bar .breadcrumb li a:hover {
	color: #efefef;
	text-decoration: none;
}
.breadcrumbs-bar .breadcrumb li:before {
	display: inline-block;
	vertical-align: top;
	content: "\f105";
	color: #fff;
	margin: 0 17px 0 14px;
	padding: 0;
	font: 32px/1 "FontAwesome";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.breadcrumbs-bar .breadcrumb li:first-child:before{display:none;}
.documnet-text {
	position: relative;
	padding: 45px 30px 50px;
	background: #fff;
	margin-bottom: 30px;
}

.documnet-text img {max-width: 100%; height: auto !important;}
.documnet-text.general {
	padding-top: 0;
}

.documnet-text .stars, .documnet-text .marking-criteria {margin-bottom: 12px;}
.documnet-text .stars {font-size: 19px;color: #015aab;}

.documnet-text.resources {padding-top: 0;}
.resources .meta {margin-bottom: 15px;}
.resources .meta .inner {	margin-left: 140px;}
.resources .tags {
	margin-top: 0;
	line-height: 35px;
}
.resources h1 {
	line-height: normal;
	margin: 50px 0 13px;
}
.resources .buy-now, .documnet-text .buy-now-btn {
	display: inline-block;
	padding: 6px 18px;
	background-color: #169c0f;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin-right: 20px;
}

.art-forms {margin-top: 20px;}

.art-forms .art-form .image {
	width: 100%;
	height: 250px;
	background-size: 100% auto;
	background-size: cover;
	display: block;
	position: relative;
	margin-bottom: 21px;
}
.art-forms .art-form .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 14px;
}

.gotoform-button {
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	border: solid 2px #015aab;
	border-radius: 5px;
	color: #015aab;
	text-transform: uppercase;
	padding: 15px 12px;
	margin-top: 20px;
	width: 100%;
}
.gotoform-button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #015aab;
}
.documnet-text.alternate {padding: 0;}
.documnet-text .btn-primary.type {
	top: -26px;
	padding: 9px 12px 9px 30px;
}
.documnet-text .btn-primary.type:before {
	content: "\f040";
	padding: 0;
	position:absolute;
	left:12px;
	top:10px;
	font: 15px/1 "FontAwesome";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.documnet-text h1, .documnet-text .large-text {
	font: bold 32px 'Roboto Slab', sans-serif;
	color: #015aab;
	margin: 0;
	padding: 25px 0;
}

.documnet-text h2 {
	font: bold 20px/23px 'Roboto Slab', sans-serif;
	margin:25px 0 10px;
	color: #015aab;
}


.art-law-signup {padding: 15px;}

.art-law-signup .heading {
    display: block;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
    font: 700 16px/18px 'Roboto Slab', sans-serif;
}

.art-law-signup.newsletter-block .newsletter {
	margin: 0px;
	width: 100%;
}

.art-law-signup.newsletter-block .newsletter input {
	margin-bottom: 10px;
}

.general .hero-image {margin: 0 -30px 20px;}

.news .hero-image {margin: -45px -30px 20px;}
.news .hero-image img, .general .hero-image img {width: 100%;}
.news .hero-image .caption, .general .hero-image .caption {
	background-color: #ebf3fb;
	line-height: 38px;
	padding: 0 30px;
	font-style: italic;
	margin: 0;
}

.events .documnet-text {
	padding: 30px;
}

.events .samples-list .sample {
	padding: 0;
	margin: 0;
}

.events .date {
	position: absolute;
	left: -10px;
	padding-top: 6px;
	width: 66px;
	height: 66px;
	background: black;
	color: white;
	text-align: center;
}
.events .sample .date {
	left: -56px;
	top: 20px;

}
.events .date .month {
	text-transform: uppercase;
	font-size: 18px;
}
.events .date .day {
	font-size: 35px;
}

.events .documnet-text h1 {
	padding-top: 0;
}
.events .samples-list .title {
	margin-bottom: 20px;
}
.events .samples-list .title a {
	font-size: 25px;
	color: #0067c6;
}

.events dl {
	font-size: 16px;
	margin-left: 40px;
}
.events .sample dl {
	margin-left: 0;
}
.events dl dt {
	font-weight: normal;
	margin-top: 10px;
}
.events dl dt:first-child,
.events dl dt:first-child + dd {
	margin-top: 0;
}
.events dl dt .fa {
	display: inline-block;
	width: 30px;
	text-align: center;
}
.events dl dd {
	font-weight: bold;
}
@media (min-width: 991px) {
	.events .dl-horizontal dt {
		text-align: left;
		width: 150px;
	}
	.events .dl-horizontal dd {
		margin-top: 10px;
		margin-left: 160px;
	}
}

.events .documnet-text .meta {
	margin-bottom: 40px;
}

.events .btn {
	margin-top: 20px;
	color: white;
}
.events .btn-flyer {
	border: 2px solid #0067c6;
	padding: 10px 15px;
	width: auto;
	background: white;
	color: #0067c6;
}

.events .price-plan {
	margin-top: 60px;
}
.events .price-plan .box-holder .heading {
	margin-bottom: 0;
}
.events .price-plan .subheading {
	margin-bottom: 10px;
	color: #818181;
	font-weight: bold;
	font-size: 16px;
}

.events .terms-conditions {
	color: #444;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
}

.events .calendar {
	margin-bottom: 25px;
	background: white;
}
.events .calendar .header {
	height: 40px;
	background: #0067c6;
	text-transform: uppercase;
}
.events .calendar .header a {
	position: absolute;
	left: 15px;
	right: 15px;
	padding: 0 10px;
	color: white;
	line-height: 40px;
	text-align: center;
}
.events .calendar .header a:hover {
	font-weight: bold;
	text-decoration: none;
}
.events .calendar .header .prev {
	right: auto;
}
.events .calendar .header .next {
	left: auto;
}
.events .calendar .wrapper {
	padding: 8px;
}
.events .calendar table {
	width: 100%;
	text-align: center;
}
.events .calendar th {
	color: #777;
	font-size: 11px;
	text-align: center;
}
.events .calendar td {
	border: 1px solid #e7e8ea;
}
.events .calendar td.buffer {
	color: #ccc;
}
.events .calendar td.today {
	background: #e7e8ea;
}
.events .calendar td a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-weight: bold;
}
.events .calendar td a:hover {
	background: #0067c6;
	color: white;
	text-decoration: none;
}

.body-image img {
	margin: 0;
}
.body-image .caption {
	font-style: italic;
	background-color: #ebf3fb;
	display: block;
	margin: 0;
	padding: 11px 25px;
	font-size: 13px;
	line-height: normal;
}

.general-form .form-inline .form-group, .general-form .form-horizontal .form-group {margin: 0 0 15px;}

.general-form input[type="text"], .general-form textarea, .general-form input[type="date"] {
	border: solid 1px #ccc;
}
.general-form input[type="text"].error, .general-form textarea.error {
	background-color: #ffa5a5;
}

.general-form legend {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.general-form .form-group {
	width: 100%;
}

.general-form #message .error {
	color: #f00;
}
.general-form input[type="submit"] {
	margin-bottom: 30px;
}

#submit-details-form {
	margin-top: 20px;
}

.hidden-popovers {
	display: none;
}

.popover {
	max-width: 300px;
	width: 300px;
}

.popover-content {
	font-size: 12px;
	font-weight: normal;
}

#content .breadcrumb {
	background: none;
	padding: 0 45px 0 0;
	float: left;
	height: auto;
	font-size: 12px;
	color: #757575;
	margin: 0;
}
#content .breadcrumb li a { color: #757575; }
#content .breadcrumb li a:hover {
	text-decoration: none;
	color: #000;
}
#content .breadcrumb > li:first-child:before {
	content: "\f006";
	margin: 0 5px 0 0;
	padding: 0;
	font: 12px/1 "FontAwesome";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#content .breadcrumb > li:before {
	color: #757575;
	margin: 0;
	padding: 0 2px;
}
#content .breadcrumb > li:first-child{padding:0;}
.documnet-text .tags {
	float: left;
	font-size: 12px;
	color: #757575;
}
.documnet-text .meta { margin: 0 0 8px; }
.documnet-text .tags a { color: #757575; }
.documnet-text .tags a:hover {
	text-decoration: none;
	color: #000;
}
.documnet-text .tags:before {
	content: "\f115";
	margin: 0 5px 0 0;
	padding: 0;
	font: 13px/1 "FontAwesome";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.documnet-text .tags {padding-right: 45px;}
.documnet-text .tags.art-forms {
	margin-top: 0;
}
.documnet-text .tags.art-forms:before {
	content: "\f006";
}
.documnet-text .tags.sites {
	padding-right: 45px;
}
.documnet-text .tags.sites:before {
	content: "\f040";
}
.documnet-text p { margin: 0 0 10px; }
.documnet-text a { color: #0067c6; }
.documnet-text .caption {display:block;}
.documnet-text .pages-counter {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	margin: 16px 0 28px;
	line-height: 15px;
}
.documnet-text .staff-image img{
	width: 100%;
	height: auto;
}
.price-plan {
	overflow: hidden;
	background: #e6eaec;
	margin: 0 0 18px;
	padding: 19px 0 30px;
}
.price-plan .title {
	display: block;
	font: 700 15px/18px 'Roboto Slab', sans-serif;
	margin: 0 10px 16px;
	text-transform: uppercase;
	text-align: center;
}
.price-plan .box-holder {
	overflow: hidden;
	background: #fff;
	position:relative;
	padding-bottom: 51px;
	border: 20px solid transparent;
	border-top-width: 17px;
	border-bottom-width: 12px;
	text-align: center;
}
.how-to-steps .box-holder {
	padding-bottom: 0;
}
.price-plan .box-holder .heading {
	display: block;
	color: #000;
	margin: 0 0 11px;
	text-transform:uppercase;
	font: 700 18px/18px 'Roboto Slab', sans-serif;
}
.price-plan .box-holder .heading span {
	color: #4f4f4f;
	font-size: 14px;
	text-transform:capitalize;
}
.price-plan .box-holder .discount,
.price-plan .box-holder .normal-price {
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	color: #d10e0e;
	margin: 0 0 8px;
	text-transform: uppercase;
}
.price-plan .box-holder .normal-price { color: #000; }
.price-plan .box-holder .normal-price a {
	display: block;
	color: #0067c6;
	text-transform: none;
}
.price-plan .box-holder .price {
	display: block;
	font-size: 42px;
	line-height: 44px;
	color: #000;
	margin: 0;
}
.price-plan .btn-success, .price-plan .btn-info {
	color: #fff;
	border: none;
	border-radius: 3px;
	line-height: 34px;
	font-size: 15px;
	padding: 5px 12px;
	position:absolute;
	left:0;
	bottom:0;
	width: 100%;
	height:44px;
	overflow:hidden;
	text-transform:uppercase;
}
.price-plan .btn-success.disabled , .price-plan .btn-info.disabled, .price-plan .btn-success.disabled:hover, .price-plan .btn-info.disabled:hover {
	background-color: #D4E0E0;
	cursor: default;
}
.price-plan .btn-success:hover {
	text-decoration: none;
	background: #0ec105;
}
.price-plan .btn-info:hover {
	text-decoration: none;
	background: #015aab;
}
.payment-terms {
	color: #4f4f4f;
	overflow: hidden;
	font-size: 13px;
	font-style: italic;
	line-height: 17px;
	padding: 12px 0 0;
}
.documnet-text .payment-terms p { margin: 0 0 8px; }

#sidebar { overflow: hidden; }
#sidebar .caption {
	background: white;
	padding: 4px 22px;
	margin-bottom: 20px;
}

#sidebar .title {
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 4px;
	text-align: center;
	letter-spacing: -0.5px;
	font-weight: normal;
}

#sidebar img {
	width: 100%;
	height:auto;
}

.checkout-sidebar h4 { margin: 0 0 10px;}
.checkout-sidebar p { margin-bottom: 20px;}
.checkout-sidebar .fa { font-size: 50px;}

.sharebox {
	overflow: hidden;
	background: #fff;
	text-align: center;
	margin: 0 0 20px;
	padding: 17px 10px 8px;
}

.sidebar-box {
	overflow: hidden;
	background: #fff;
	margin: 0 0 20px;
	padding: 17px 10px 8px;
}

.sidebar-box ul {
	padding: 10px;
}

.sidebar-box ul li {
	list-style: none;
	padding:0;
	margin:0;

}

.sidebar-box h3 {
	text-transform: uppercase;
	color: #000;
	padding-left: 10px;
	font: 15px/ 17px Helvetica, Arial, sans-serif;
	margin:0;
}

.sidebar-box ul li.here a {
	color: #015aab;
}

.sidebar-box ul li a:hover {
	color: #015aab;
	text-decoration: none;
}

.sidebar-box ul li a {
	color: #4f4f4f;
}


.sharebox .heading {
	display: block;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 15px;
	font: 700 16px/18px 'Roboto Slab', sans-serif;
}
.socailshare {
	margin: 0;
	padding: 0;
	letter-spacing: -4px;
	list-style: none;
	overflow: hidden;
}
.socailshare li {
	margin: 0 2px 6px;
	display: inline-block;
	vertical-align: top;
}
.socailshare li a {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 32px;
	font-size: 0;
	line-height: 0;
	height: 32px;
	text-align: center;
	position: relative;
	background: #00aced;
}
.socailshare li a:hover {
	text-decoration: none;
	background: #000 !important;
}
.socailshare li a:after {
	content: "";
	display: inline-block;
	height: 32px;
	margin: 1px 0 0 4px;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	width: 1px;
}
.socailshare li a:before {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	content: "\f054";
	color: #fff;
	font: 20px/1 "FontAwesome";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.socailshare li a.facebook { background: #305891; }
.socailshare li a.facebook:before {
	content: "\f09a";
	margin: 7px 0 0 4px;
	font-size: 27px;
}
.socailshare li a.twitter { background: #2ca8d2; }
.socailshare li a.twitter:before { content: "\f099"; }
.socailshare li a.google-plus { background: #ce4d39; }
.socailshare li a.google-plus:before { content: "\f0d5"; }
.socailshare li a.mail { background: #738a8d; }
.socailshare li a.mail:before { content: "\f0e0"; }
.socailshare li a.share { background: #f8694d; }
.socailshare li a.share:before { content: "\f067"; }
#sidebar .widget {
	overflow: hidden;
	background: url(/images/websites/artslaw/bg-widget.jpg) no-repeat;
	background-size: cover;
	padding: 20px 10px 19px;
	text-align: center;
	color: #f9f9f9;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px;
}
#sidebar .widget .heading {
	display: block;
	margin: 0 0 8px;
	font: 700 15px/21px 'Roboto Slab', sans-serif;
}
#sidebar .widget .heading span { font-size: 14px; }
#sidebar .widget .btnmore {
	display: inline-block;
	vertical-align: top;
	color: #f9f9f9;
	letter-spacing: -1px;
}
#sidebar .widget .btnmore:hover {
	text-decoration: none;
	color: #e6e2e2;
}
#sidebar .widget .btnmore:after {
	content: "\f054";
	font: 14px/1 "FontAwesome";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.offer-box {
	background: url(/images/websites/artslaw/bg-sidebox.jpg) repeat-y;
	background-size: 100% auto;
	padding: 21px 20px 18px;
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	color: #fff;
	overflow: hidden;
	margin: 0 0 25px;
	display: block;
}
.offer-box:hover {text-decoration: none;}
.offer-box.custom-image {
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
}
.offer-box:hover p, .offer-box:hover h3 {color: #fff;}
.offer-box h3 {
	margin: 0 0 15px;
	text-transform:uppercase;
	font: 700 20px/24px 'Roboto Slab', sans-serif;
}
.offer-box h3 span {
	font-size: 16px;
	display: block;
}
.offer-box p { margin: 0 0 17px; }
.offer-box .btn-subscribe {
	padding: 12px 22px;
	border-radius: 4px;
	font-size: 15px;
	display: block;
	line-height: 16px;
	text-transform: uppercase;
	border: solid 2px #fff;
	color: #0067c6;
	background: #fff;
}
.offer-box .btn-subscribe:hover {
	text-decoration: none;
	background: none;
	color: #fff;
}
.offer-box.info-hub-sidebar-cta {
	background: #c21414 url(/images/websites/artslaw/bg-blcok.png) repeat-y;
}
.offer-box.info-hub-sidebar-cta h3 {
	font-size: 18px;
}
.offer-box.info-hub-sidebar-cta .btn-subscribe {
	background-color: black;
	border-color: black;
	color: white;
}
.offer-box.info-hub-sidebar-cta .btn-subscribe:hover {
	background-color: white;
	color: black;
}

.content-box {
	padding: 21px 20px 18px;
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	background-color: #fff;
	overflow: hidden;
	margin: 0 0 25px;
}
.content-box h3 {
	margin: 0 0 15px;
	text-transform:uppercase;
	font: 700 20px/24px 'Roboto Slab', sans-serif;
}
.content-box h3 span {
	font-size: 16px;
	display: block;
}
.content-box p { margin: 0 0 17px; }

.related-resoureces { overflow: hidden; }
.related-resoureces { padding-bottom: 20px; }
.related-resoureces .title {
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 4px;
	text-align: center;
	letter-spacing: -0.5px;
	font-weight: normal;
}
.related-resoureces ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: #fff;
	font-size: 15px;
	line-height: 17px;
}
.related-resoureces ul li {
	overflow: hidden;
	padding: 10px 22px;
	border-top: solid 2px #c8cbcd;
	min-height: 55px;
}
.related-resoureces ul li a {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	color: #d10e0e;
}
.related-resoureces ul li:first-child { border: 0; }
.related-resoureces ul li a:hover {
	text-decoration: none;
	color: #0067c6;
}

.related-resoureces ul .newsletter-list {
	padding: 12px 0 12px 12px;
}

.related-resoureces ul .newsletter-list li {
	border: none;
	min-height: 0;
	padding: 0;
	margin-bottom: 5px;
}


.related-resoureces.newsletters ul {
	padding: 12px;
}

.related-resoureces.newsletters ul li {
	border:none;
	padding: 0;
	min-height: inherit;
}

.related-resoureces.newsletters .newsletter-list {
	padding: 0;
}

.related-resoureces.newsletters .toggle {
  text-align: center;
  background-color: #fff;
  margin-top: 2px;
  padding: 12px;
  cursor: pointer;
}
.related-resoureces.newsletters .newsletter-year > ul {
	display: none;
}
.related-resoureces.newsletters .newsletter-year > ul.default {
	display: block;
}

.info-hubsearch {
	background: #c21414 url(/images/websites/artslaw/bg-blcok.png);
	background-size: cover;
	overflow: hidden;
}
.info-hubsearch.inner {
	margin: 0 -30px 30px;
	padding: 0 30px;
}
.info-hubsearch .resource-form {
	margin: 0;
	/*padding: 50px 0 55px;*/
	background: none;
}
.documnet-text .info-hubsearch .resource-form {
	padding-bottom: 50px;
}
.info-hubsearch .resource-form h1 {
	font-size: 32px;
	line-height: 39px;
	margin: 0 0 31px;
}
.legaltopic-block {
	overflow: hidden;
	color: #fff;
	background: url(/images/websites/artslaw/bg-legaltopic.jpg);
	background-size: cover;
}
.legaltopic-block .container {
	padding-top: 42px;
	padding-bottom: 50px;
}
.legaltopic-block h2, .legaltopic-block h1 {
	margin: 0 0 28px;
	color: #fff;
	font: 26px/30px 'Roboto Slab', sans-serif;
}
.legaltopic-block .resources { overflow: hidden; }
.legaltopic-block .resources h2, .legaltopic-block .resources h1 { margin: 1px 0 20px 12px; }
.topics ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.topics ul li {
	float: left;
	margin: 0 11px 10px 0;
	width: 265px;
}
.topics ul li a {
	display: block;
	height: 68px;
	border-radius: 3px;
	overflow: hidden;
	color: #015aab;
	background: #fff;
}
.topics ul li a:hover {
	text-decoration: none;
	color: #c21414;
}
.topics ul li .img-holder {
	display: inline-block;
	width: 68px;
	height: 68px;
	vertical-align: middle;
}
.topics ul li .img-holder img {
	display: block;
	width:100%;
}
.topics ul li .img-holder.icon {
	font-size: 48px;
	line-height: 68px;
	padding-left: 12px;
}
.topics ul li .title {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 14px;
	font-size: 15px;
	line-height: 17px;
	max-height: 58px;
	overflow: hidden;
	max-width: 192px;
}
.resources ul {
	margin: 0;
	padding: 12px;
	font-size: 15px;
	line-height: 17px;
	list-style: none;
	overflow: hidden;
}
.resources ul li a {
	display: block;
	overflow: hidden;
	border-radius: 3px;
	color: #fff;
	padding: 12px 14px 13px;
}
.resources ul li a:hover {
	text-decoration: none;
	color: #c21414;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.resources ul li .fa {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 0 0;
}
.resources ul li span{
	display:inline-block;
	vertical-align:top;
	max-width:180px;
	}
.artform-block {
	overflow: hidden;
	background-size: cover;
}
.artform-block.with-bg {
	background: #d8dadb url(/images/websites/artslaw/bg-artform.jpg);
}
.artform-block .container {
	padding-top: 46px;
	padding-bottom: 50px;
}
.artform-block h2 {
	margin: 0 0 27px;
	color: #242424;
	font: 26px/28px 'Roboto Slab', sans-serif;
}
.popular-resources > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.popular-resources > ul > li {
	overflow: hidden;
	background: #fff;
	padding: 19px 28px;
	position: relative;
	margin: 0 0 2px;
}
.popular-resources > ul > li .fa { margin: 0 2px 0 0; }
.popular-resources > ul > li:first-child { border: 0; }
.popular-resources > ul > li .title {
	display: block;
	/*margin: 0 0 12px;*/
	color: #0067c6;
	font: 15px/17px Helvetica, Arial, sans-serif;
}
.popular-resources ul li .title a { color: #0067c6;  font-weight: bold;}
.popular-resources ul li .title a:hover {
	text-decoration: none;
	color: #c21414;
}
.popular-resources ul li:hover .title a { color: #c21414; }
.popular-resources > ul > li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	z-index: 1;
}
.popular-resources .meta, .samples-list .meta {
	padding: 0;
	font-size: 12px;
	color: #757575;
	list-style: none;
}

.popular-resources .meta .fa, .samples-list .meta .fa{font-size:13px;}
.popular-resources .meta, .samples-list .meta:after{
	display:block;
	clear:both;
	content:"";
}
.popular-resources .meta li, .samples-list .meta li {
	float: left;
	margin: 0 31px 0 0;
}
.popular-resources .meta li a,
.samples-list .meta li a { color: #757575; }
.popular-resources .meta li a:hover,
.samples-list .meta li a:hover {
	text-decoration: none;
	color: #000;
}
.breadcrumbs-bar .resource-form {
	margin: 0;
	background: none;
}
.results-bar {
	overflow: hidden;
	margin-bottom: 21px;
}
.results-bar.news {
	margin: 26px 0;
}
.results-bar .select-holder {
	float: left;
	margin: 0;
}
.results-bar .select-holder .jcf-select-opener{ border-color:#0067c6 transparent transparent;}
.inner #main { background: none; }
.results-bar .select-holder .jcf-select {
	background: #fff;
	border: solid 2px #dbdfe1;
	border-radius: 5px;
	height: 40px;
	font-size: 15px;
	line-height: 18px;
}
.results-bar .select-holder .jcf-select .jcf-select-text {
	font-size: 15px;
	line-height: 34px;
	margin: 2px 35px -2px 13px;
}
.jcf-select-group .jcf-list { font-size: 15px; }
.jcf-select-group .jcf-list .jcf-option { padding: 2px 15px; }
.results-bar .result-counter {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #242424;
	margin: 10px 0 0;
}
.search-tagline {
	display: block;
	overflow: hidden;
	background: #f9f9f9;
	padding: 14px 16px 13px;
	quotes: none;
	margin: 0;
	border-left: solid 10px #c21414;
}
.search-tagline.blue {
	border-color: #0067c6;
}
.search-tagline a { color: inherit; }
.search-tagline a:hover {
	text-decoration: none;
	color: #666;
}
.documnet-text .btn-primary .fa { margin: 0 4px 0 0; }

/* NEW SHOP*/
.shop-sections {
	background-color: #fff;
	padding: 50px 0;
}
.shop-sections .shop-section {
	display: table;
	text-align: center;
	width:100%;
}
.shop-sections a {
	display: table-cell;
	border: solid 2px #0067c6;
	border-radius: 3px;
	height: 115px;
	vertical-align: middle;
	font-family: 'Roboto Slab', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 35px;
}
.shop-sections a:hover {
	background-color: #0067c6;
	color: #fff;
	text-decoration: none;
}

.shop-sections a .icon {
	display: inline-block;
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.shop-sections a:hover .icon {background-position: 0 100%;}

.shop-sections .templates .icon {width: 24px; height: 32px; background-image: url('/images/websites/artslaw/sprite_template.png');}
.shop-sections .subscribe .icon {width: 39px; height: 29px; background-image: url('/images/websites/artslaw/sprite_subscribe.png');}
.shop-sections .tickets .icon {width: 32px; height: 32px; background-image: url('/images/websites/artslaw/sprite_ticket.png');}
.shop-sections .donate .icon {width: 37px; height: 32px; background-image: url('/images/websites/artslaw/sprite_donate.png');}


/* SEARCH */
.search-tagline q {
	margin: 0;
	font-style: italic;
	font-size: 18px;
	display: block;
	quotes: none;
}
.search-tagline.blue q {
	font-style: normal;
	color: #000;
}
.search-tagline.blue q a {
	color: #0067c6;
}
.search-tagline.blue q a:hover {
	text-decoration: underline;
}
.search-message {
	background: white;
	color: #c21414;
	font: 22px/24px 'Roboto Slab', sans-serif;
	text-align: center;
	padding: 30px;
}
.sample.clearfix { margin: 0; }
.sample.clearfix.with-title { margin: 57px 0 0; }
.sample-agreements { margin: 0; }
.sample-agreements .documnet-text {margin-bottom: 50px;}
.sample .results {
	float: right;
	margin: 7px 0 3px;
	max-width: 500px;
}
.sample .results .samples-counter {
	display: inline-block;
	vertical-align: top;
	color: #4f4f4f;
	font-size: 15px;
	line-height: 18px;
	max-width:200px;
}
.sample .results .see-all {
	display: inline-block;
	vertical-align: top;
	color: #0067c6;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 0 20px;
	max-width:150px;
}
.sample .results .see-all:hover {
	text-decoration: none;
	color: #0067c6;
}
.inner .documnet-text { padding: 0; }
.samples-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sample { margin: 0 0 20px; }
.samples-list .sample {
	overflow: hidden;
	border-top: solid 2px #e6eaec;
	padding: 19px 28px 0;
}
.sample.has-image {
	padding-left: 220px;
	position: relative;
}

.other-organisations .sample.has-image {
	padding-left: 0;
}

.other-organisations .has-image .organisation-content {
	padding-left: 220px;
}

.sample.has-image .article-image {
	position: absolute;
	left: 0;
	top: 10px;
}

.other-organisations .sample.has-image .article-image {
	position: initial;
	left: auto;
	top: auto;
	float: left;
}
.samples-list > .sample:first-child {border:0;}

.samples-list .title {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 18px;
}
.samples-list .title a { color: #000; }
.samples-list .title a:hover {
	text-decoration: none;
	color: #0067c6;
}
/*article.sample .title a {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 22px;
	color: #c21414;
}*/
.samples-list .meta { margin: 0 0 8px; }
.samples-list p { margin: 0; }
.documnet-text .btn-primary {
	position: absolute;
	left: -10px;
	top: -37px;
	font-size: 15px;
	line-height: 16px;
	padding: 9px 12px 9px 33px;
	border: solid 1px #000;
	border-radius: 3px;
	color: #fff;
	max-width:490px;
}
.documnet-text .btn-primary .fa{
	position:absolute;
	margin:0;
	left:12px;
	top:9px;
	}
.documnet-text .btn-primary:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
}
.fillter-area {
	overflow: hidden;
	background: #fff;
	margin-bottom: 25px;
}
.fillter-area .head {
	overflow: hidden;
	background: #0067c6;
	color: #fff;
	padding: 9px 20px 6px;
	border-radius: 3px 3px 0 0;
	border-bottom: solid 2px #e6eaec;
}
.fillter-area .heading {
	font-size: 18px;
	color: #fff;
	float: left;
	max-width: 150px;
}
.fillter-area .clear-all {
	text-transform: uppercase;
	color: #fff;
	float: right;
	font-weight: bold;
	font-size: 12px;
	background:none;
	padding:0;
	border:0;
	margin: 2px 0 0;
	max-width: 100px;
}
.fillter-area .clear-all:hover {
	text-decoration: none;
	color: #e6eaec;
}
.fillter-area .searchform-area {
	overflow: hidden;
	background: #fff;
	padding: 20px 20px 9px;
	border-bottom: solid 2px #e6eaec;
}
.fillter-area .search-form {
	float: none;
	left: 0;
	overflow: hidden;
	width: 100%;
	margin: 0 0 8px;
}
.fillter-area .search-form .form-control {
	width: 100%;
	color: #757575;
}
.fillter-area .search-form ::-webkit-input-placeholder {
 color: #757575;
}
.fillter-area .search-form :-moz-placeholder {
 color: #757575;
}
.fillter-area .search-form ::-moz-placeholder {
 color: #757575;
 opacity: 1;
}
.fillter-area .search-form :-ms-input-placeholder {
 color: #757575;
}
.fillter-area .checkbox-holder { text-align: right; }
.fillter-area .checkbox-holder .jcf-checkbox {
	margin: 4px 0 0 10px;
	float: right;
}
.results-count {
	color: #757575;
	position: absolute;
	top: -30px;
	right: 0;
}
.results-count .link-search {
	padding-left: 20px;
	font-weight: bold;
}
.checkbox-holder label {
	display: inline-block;
	vertical-align: top;
	color: #757575;
	font-size: 13px;
	max-width: 164px;
	font-weight: normal;
}
.jcf-checkbox, .jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	cursor: default;
	background: #fff;
	border: 2px solid #b9b9b9;
	margin: 0 11px 0 0;
	height: 14px;
	width: 14px;
	border-radius: 3px;
}
.jcf-checkbox span, .jcf-radio span {
	position: absolute;
	display: none;
	left: -2px;
	width: 14px;
	height: 14px;
	top: -2px;
	right: -2px;
	bottom: -2px;
	background: #0067c6;
	border-radius: 3px;
}
.jcf-checkbox.jcf-disabled span, .jcf-radio.jcf-disabled span {
	background: #b9b9b9;
}
.jcf-checkbox input[type="checkbox"], .jcf-radio input[type="radio"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.std-form .jcf-select-text {font-size:16px;}
.std-form .jcf-select {width: 50%;}

.jcf-checkbox.jcf-checked span, .jcf-radio.jcf-checked span { display: block; }
.accordion {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.accordion > li {
	overflow: hidden;
	border-top: solid 2px #e6eaec;
}
.accordion > li > a.opener {
	color: #000;
	display: block;
	position: relative;
	padding: 16px 40px 16px 22px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
}
.accordion > li.active > a.opener { padding: 16px 40px 9px 22px; }
.accordion > li > a.opener:hover {
	text-decoration: none;
	color: #015aab;
}
.accordion > li > a.opener:after {
	content: "\f107";
	font: 24px/1 "FontAwesome";
	position: absolute;
	right: 20px;
	top: 9px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.accordion > li.active > a.opener:after { content: "\f106"; }
.accordion > li .slide { padding: 0 0 12px; }
.accordion .checklist {
	margin: 0;
	padding: 0 10px 0 20px;
	list-style: none;
	overflow: hidden;
}
.accordion .checklist > li {
	margin: 0 0 6px;
	line-height: 18px;
}
.accordion .checklist > li a {
	color: #4f4f4f;
}
.accordion .checklist > li a:hover {
	color: #0067c6;
}
.accordion .checklist label {
	display: inline-block;
	vertical-align: top;
	max-width: 198px;
	font-weight: normal;
	font-size: 15px;
	margin: 1px 0 0;
	color: #4f4f4f;
}
.accordion .checklist label.jcf-label-active { color: #015aab; }
.accordion .checklist .jcf-disabled + label.jcf-label-active { color: #b9b9b9; }
.accordion .checklist ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
	overflow: hidden;
}
.accordion .checklist ul li { margin: 3px 0 0; }
.accordion .checklist ul li a { color: #757575; }
.accordion .checklist ul li a:hover {
	text-decoration: none;
	color: #015aab;
}

.btn {
	display: inline-block;
	vertical-align: top;
	padding: 10px 0 10px;
	width: 148px;
	height: 36px;
	line-height: 17px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border: 0;
	border-radius: 3px;
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.std-input {
	margin-bottom: 10px;
	border: 1px solid #000;
}

.form_error {color:#d10e0e;}

.input-holder label {
	display: inline-block;
	vertical-align: top;
	max-width: 198px;
	font-weight: normal;
	font-size: 15px;
	margin: 1px 0 0;
	color: #4f4f4f;
}

.input-holder label.jcf-label-active { color: #015aab; }

#refine-filters {
	position: relative;
}
#refine-filters .disable {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 10;
}


/* Reponsive Style */

@media only screen and (min-width: 992px) {
	#header .navbar-nav > li:hover > .dropdown-menu { display: block !important; }
}
@media only screen and (max-width: 1199px) {
	.navbar-nav > li { margin: 0 0 0 15px; }
	.cycle-gallery .caption {
		height: 313px;
		padding: 30px 0 40px;
	}
	.cycle-gallery h2 {
		margin: 0 0 6px;
		font-size: 28px;
	}
	.cycle-gallery .pagination { width: 388px; }
	.features-block .features li { padding: 0 15px; }
	.resource-form .select-holder {
		margin: 0 6px 5px;
		width: 179px;
	}
	#footer .btn-top { margin: 0; }
	#footer .website-by { margin: 0 9px 0 15px; }
	.certifiedby { margin: 0 0 0 10px; }
	#footer .socialnetworks { margin: 23px 0 0 10px; }
	.socialnetworks li a:after {
		height: 34px;
		margin: 0 0 0 -2px;
	}
	.socialnetworks li a {
		width: 34px;
		height: 34px;
	}
	.cycle-gallery .btn-prev { left: -20px; }
	.cycle-gallery .btn-next { right: -20px; }
	.topics ul li { width: 220px; }
	.topics ul li .title { width: 147px; }
	.artform-block .popular-resources { margin: 0 0 0 -70px; }
	.offer-box .btn-subscribe { padding: 12px 18px; }
	.offer-box h3 { font-size: 17px; }
	.newsletter-block .newsletter{ width: 81%;}
	.newsletter-block .form-control{ padding:12px 12px 9px;}
	.social-networks li a {font-size: 12px;}
}
@media only screen and (max-width: 991px) {
	.user-area .user-links li { padding: 0 0 0 23px; }
	#header h1 { font-size: 23px; }
	.tagline .heading { font-size: 13px; }
	#header .navbar .container { position: relative; }
	.navbar-collapse {
		position: absolute;
		right: 30px;
		top: 100%;
		z-index: 2222;
		background: #e6eaec;
		font-size: 15px;
		width: 300px;
		border: solid 1px #bcbdbd;
	}
	.navbar-toggle .fa{ vertical-align: middle;}
	.navbar-toggle {
		margin: 10px 15px 10px 0;
		background: #0067c6;
		font-size: 15px;
		font-weight: bold;
		padding: 7px 8px;
		text-transform: uppercase;
		color: #fff;
		border-radius: 3px;
		border: 0;
	}
	.navbar-default .menubtn {
		display: inline-block;
		vertical-align: middle;
		margin: 0 6px 0 0;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus { background: #015aab; }
	.navbar-default .navbar-collapse { border: solid 1px #bcbdbd; }
	#header .navbar-nav { margin: 0; }
	.navbar-nav > li { margin: 0; }
	.navbar-nav > li > a {
		padding: 10px 40px 10px 20px;
		position: relative;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		background: #0067c6;
		color: #fff;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover ,
	.navbar-default .navbar-nav > .active > a:focus{
		padding: 10px 40px 10px 20px;
		border: 0;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background: #0067c6;
		color: #fff;
	}
	#header .navbar-nav > li > .dropdown-menu {
		margin: 0;
		left: 0;
		width: 100%;
		border: 0;
		background-color: #d4d4d4;
	}
	.dropdown-menu > li > a { text-align: left; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		background: #0174df;
		color: #fff;
	}


	.navbar-nav > li > a.dropdown-toggle:before {
		position: absolute;
		right: 20px;
		top: 9px;
		content: "\f107";
		font: 24px/1 "FontAwesome";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.navbar-nav > li:hover > a.dropdown-toggle:after{display:none;}
	.navbar-nav > li.open > a.dropdown-toggle:before { content: "\f106  "; }
	.navbar-nav > li:hover > a.dropdown-toggle:before { color: #fff; }
	.cycle-gallery h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.cycle-gallery .caption {
		height: 243px;
		padding: 30px 20px 40px 0;
		font-size: 15px;
		line-height: 20px;
	}
	.cycle-gallery .btn-prev { left: -7px; }
	.cycle-gallery .btn-next { right: -7px; }
	.cycle-gallery .caption p { margin: 0 0 10px; }
	.cycle-gallery .caption .btn-more {
		padding: 8px 20px 8px 15px;
		font-size: 13px;
	}
	.cycle-gallery .pagination {
		bottom: 25px;
		width: 295px;
	}
	.features-block .features li { width: 33.33%; }
	.resource-form { margin: -75px -15px 45px; }
	.resource-form label { font-size: 14px; }
	.resource-form .select-holder { width: 142px; }
	.jcf-select { min-width: 134px; }
	.jcf-select .jcf-select-text { font-size: 16px; }
	.jcf-list {
		font-size: 16px;
		line-height: 22px;
	}
	.latest-news .news h3 {
		font-size: 17px;
		line-height: 20px;
	}
	.latest-news .news .text-holder { padding: 22px 15px 20px; }
	.newsletter-block .newsletter {
		width:83%;
		margin: 5px 0 0 28px;
	}
	.newsletter-block .name-field { width: 140px; }
	.newsletter-block .name-field.mail { width: 140px; }
	.newsletter-block .btn-primary { width: 138px; }
	.footer-area .list-inline { margin: 0 0 10px; }
	.footer-area .headings-holder { margin: 0 0 35px; }
	#footer .logo { width: 53px; }
	.certifiedby { width: 46px; }
	#footer .socialnetworks { margin: 13px 0 0 10px; }
	#footer .info { padding: 9px 0 0; }
	#footer .info .info-holder {
		max-width: 210px;
		margin: 0 10px 0 0;
	}
	.price-plan .box-holder { margin: 0 0 20px; }
	.resource-form .btn-primary, .documnet-text .resource-form .btn-primary { width: 107px; }
	.info-hubsearch .resource-form .form-holder { margin: 0 -30px; }
	.artform-block .popular-resources { margin: 0; }
	.topics ul { margin: 0 0 20px; }
	.features-block.otherinfo .features li {
		width: 33.33%;
		padding: 0 20px;
	}
	.inner .breadcrumbs-bar .resource-form { margin: 0 -30px; }
	.accordion .checklist label { max-width: 160px; }
	.tagline{ margin: 0 0 0 9px;}
	.user-area .user-links{ margin:5px 15px 0 0;}
}

@media only screen and (max-width: 900px) {
	.sample.has-image {
		position: relative;
		padding: 5px 15px;
	}
	.sample.has-image .article-image {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.other-organisations .has-image .organisation-content {
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	#refine-filters .clear-all {
		margin-right: 20px;
	}
	#refine-filters .head {
		cursor: pointer;
	}
	#refine-filters.closed .head {
		border-radius: 3px;
	}
	#refine-filters.closed .filter-hide-area {
		display: none;
	}
	#refine-filters.closed .opened {
		display: none;
	}
	#refine-filters.opened .closed {
		display: none;
	}
	.social-networks {
		margin: 0;
		text-align: center;
	}
	.social-networks li {
		float: none;
		display: inline-block;
		vertical-align: top;
		padding: 0 5px 5px;
	}
	.user-area {
		float: none;
		overflow: hidden;
		text-align: center;
	}
	.user-area .user-links li { padding: 0 2px; }
	.social-networks li { font-size: 18px; }
	.user-area .user-links { font-size: 11px; }
	.user-area .user-links li .fa { margin: 0 5px 0 0; }
	.user-area .user-links { margin: 5px 0 0 0; }
	.logo-holder { text-align: center; }
	#header .topbar .btn-default {
		padding: 0 10px;
		line-height: 28px;
		font-size: 12px;
	}
	.tagline {
		margin: 0;
		display: block;
	}
	.logo { margin: 0 0 10px; }
	.tagline .heading {
		font-size: 12px;
		word-spacing: 0;
	}
	#header h1 {
		font-size: 18px;
		line-height: 21px;
	}
	.search-form {
		float: none;
		margin: 20px auto 0;
		z-index: 22;
		width: 200px;
		position: relative;
		height: 40px;
		left: -9px;
	}
	.search-form .form-control {
		height: 40px;
		width:200px;
		padding:9px 40px 11px 12px;
	}
	.search-form .btn-submit.fa { margin: -31px 2px 0 0; }
	#header .navbar {
		margin: 0;
		background: none;
	}
	.navbar-header{
		width:48px;
		margin:0 auto !important;
		float:none;
	}
	.navbar-default .menubtn { display: none; }
	.navbar-toggle {
		margin: 0;
		font-size: 20px;
		padding: 7px 10px 7px 15px;
	}
	.navbar-collapse {
		margin: 0;
		right: 0;
		width: 100%;
	}
	.navbar-default .navbar-collapse { border: 0; }
	#header .navbar {
		border: 0;
		padding: 0;
	}
	#header .container > .navbar-header,
	#header .container-fluid > .navbar-header,
	#header .container > .navbar-collapse,
	#header .container-fluid > .navbar-collapse { margin: 0; }
	.cycle-gallery .pagination {
		width: 100%;
		padding: 0 10px;
		text-align: center;
		bottom: 5px;
	}
	.cycle-gallery .pagination li, .cycle-gallery .caption .btn-more {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 5px;
	}
	.cycle-gallery .caption {
		padding: 20px 15px 40px;
		width: 100%;
		height: inherit;
		text-align: center;
		display: table;
	}
	.slideshow-block:after,
	.slideshow-block:before { display: none; }
	.cycle-gallery .btn-prev {
		left: 0;
		margin: -50px 0 0;
	}
	.cycle-gallery .btn-next {
		right: 0;
		margin: -50px 0 0;
	}
	.features-block .features li {
		width: 50%;
		padding: 0 8px;
	}
	.features-block .features .heading {
		font-size: 18px;
		line-height: 20px;
	}
	.features-block { padding: 25px 0 15px; }
	.resource-form {
		margin: 0 0 20px;
		padding: 25px 15px 27px
	}
	.resource-form h1 { font-size: 22px; }
	.resource-form label { margin: 0 0 5px; }
	.resource-form .select-holder {
		display: block;
		width: 100%;
		margin: 0 0 5px;
	}
	.resource-form .btn-primary, .documnet-text .resource-form .btn-primary { margin: 15px 0 0; }
	.latest-news h2 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 20px;
	}
	.latest-news .more-news {
		margin: 0;
		font-size: 13px;
	}
	.newsletter-block .newsletter {
		margin: 0;
		width:100%;
		text-align: center;
	}
	.newsletter-block .name-field,
	.newsletter-block .name-field.mail {
		float: none;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 20px;
	}

	.shop-sections .shop-section {
		margin-bottom: 12px;
	}

	#footer { text-align: center; }
	#footer .info .info-holder {
		margin: 0;
		text-align: center;
		max-width: inherit;
		padding: 0 37px;
	}
	#footer .btn-top {
		margin: -64px 0 0;
		width: 34px;
		height: 34px;
	}
	#footer .btn-top:before { margin: 5px 0 0; }
	.documnet-text { padding: 30px 15px; }
	.documnet-text h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.price-plan .box-holder { margin: 0 -15px 20px; }
	.price-plan { padding: 20px 0 0; }
	#content { margin: 0 0 20px; }
	.breadcrumbs-bar .breadcrumb li a {
		font-size: 18px;
		line-height: 20px;
	}
	.breadcrumbs-bar .breadcrumb {
		font-size: 15px;
		line-height: 18px;
	}
	.breadcrumbs-bar .breadcrumb > li + li:before {
		font-size: 20px;
		margin: -2px 11px 0 7px;
	}
	.popular-resources > ul > li { padding: 15px; }
	.popular-resources > ul > li .title {
		font-size: 18px;
		line-height: 21px;
	}
	.artform-block h2, .features-block h3 {
		font-size: 22px;
		margin: 0 0 15px;
	}
	.topics ul li {
		width: 100%;
		margin: 0 0 10px;
	}
	.topics ul li:hover {
		box-shadow: 0 0 10px rgba(0,0,0,.25);
		z-index: 1;
	}
	.topics ul li .title {
		width: 75%;
		max-width: inherit;
	}
	.features-block.otherinfo .features li {
		width: 50%;
		padding: 0 10px;
	}
	.features-block.otherinfo .features .heading { font-size: 17px; }
	.legaltopic-block .container {
		padding-bottom: 30px;
		padding-top: 25px;
	}
	.info-hubsearch .resource-form h1 {
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 7px;
	}
	.info-hubsearch .resource-form { padding: 30px 0 30px; }
	.info-hubsearch .resource-form .form-holder,
	.inner .breadcrumbs-bar .resource-form { margin: 0 -15px; }
	.search-tagline { padding: 7px 12px 9px; }
	.search-tagline q {
		font-size: 15px;
		line-height: 18px;
	}
	.samples-list .sample:first-child { padding: 40px 15px 15px; }
	.samples-list .sample { padding: 15px; }
	.documnet-text .btn-primary { top: -8px; }
	.sample .results {
		float: right;
		width: 100%;
		margin: 0 0 10px;
		text-align: right;
	}
	#footer .socialnetworks{
		display:block;
		margin: 15px 0 0;
		text-align:center;
		letter-spacing:-4px;
	}
	#footer .socialnetworks li{
		float:none;
		letter-spacing:0;
		display:inline-block;
		vertical-align:top;
		}
	.cycle-gallery .caption  .caption-frame{max-height:inherit;}
	#footer .socialnetworks, .resources ul li span{max-width:inherit;}
	.newsletter-block .form-control{ padding:10px 12px;}
	.social-networks li a {font-size: 15px;}

	.events .sample .date {left: -15px;top: 3px;}

}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
	.legaltopic-block{background-image:url(/images/websites/artslaw/bg-legaltopic-2x.jpg);}
	.artform-block{background-image:url(/images/websites/artslaw/bg-artform-2x.jpg);}
	#main{background-image:url(/images/websites/artslaw/bg-block2-2x.jpg);}
	#sidebar .widget{background-image:url(/images/websites/artslaw/bg-widget-2x.jpg);}
	.offer-box{background-image:url(/images/websites/artslaw/bg-sidebox-2x.jpg);}
}

.display-none {
	display: none;
}



/* So that JCF checkboxes behave in same way as bootstrap ones */
.radio .jcf-radio,
.radio-inline .jcf-radio,
.checkbox .jcf-checkbox,
.checkbox-inline .jcf-checkbox {
	position:absolute;
	margin-left: -20px;
	top: 11px;
}

.input-group-addon {
	padding: 9px 5px;
	border: solid 1px #ccc;
	border-radius: 3px 0 0 3px;
}

.input-group.alternate {width: 100%;}


.btn.btn-see-all {background-color:#0761B5;color:white;}
.btn.btn-see-all:hover {text-decoration: underline;}
