/*!
 * ARTWIZARD PRINTING
 * Copyright 2011-2015 Artwizard Printing.
 */

/* GENERAL STYLE START*/

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body {
  font-size: 13px;
  line-height: 1.42857143;
  color: #666;
}
.top-banner-wrapper {
	background:#1A1A1A;
	color:#888;
	font-size:13px;
	line-height:36px;
	border-bottom: 1px solid #424242;
}
.top-banner-wrapper .top-banner-right {
	text-align:right;
}
.top-banner-wrapper .top-banner-right .abn {
	margin-right:50px;
}
.top-banner-wrapper strong {
	color:#fff;
}
.top-banner-wrapper i {
	margin-right:5px;
	color:#cba860;
	font-size:14px;
}
.top-banner-wrapper .social-icons i {
	font-size:18px;
	margin-right: 15px;
}
.top-banner-wrapper .social-icons i:last-child {
	margin-right: 0;
}
a.brand img {
	display:block;
	padding:15px 0;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:17px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:15px;
}

h6 {
	font-size:14px;
}

strong {
	font-weight:700;
}

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

img {
	max-width:100%;
}
.star {
	color:#F00;
	font-weight: normal;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #FAFAF2;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  padding: 0 5px;
}
.breadcrumb > .active {
  color: #777;
}
a {
  color:#2181F7;
  text-decoration:none;
  -webkit-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  -ms-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
a:hover, a:focus {
  color:#000;
}
#scrollToTop {
  -webkit-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  -ms-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  cursor:pointer;
}
#scrollToTop:hover {
  color:#000;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 0;
  height: 0;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #ffffff;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.fa-2x {
	vertical-align:middle;
	margin-top:-2px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* GENERAL STYLE END*/

/* INPUT START */

.main fieldset {
	padding:0;
	margin:0 0 10px 0;
	border:none;
}
.control-group  {
	position:relative;
	width:100%;
	min-height:30px;
	line-height:30px;
	background:#FCFAF7;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	padding:5px 0;
}
div.control-group:first-child {
	border-top:none;
}
.controls .form-control,
.controls .input-addon {
	display:table-cell;
	line-height:30px;
	height:30px;
	background:none;
	border:none;
}
.controls .form-control {
	width:100%;
}
.controls .input-addon {
	width:32px;
	text-align:center;
}
.controls input {
	line-height:24px;
}
.controls input, .controls textarea {
	border:none;
	border-radius:4px;
	margin:0;
	padding:0 3px;
	max-width:100%;
	background:#fff;
	border:1px solid #ddd;
}
.controls input[type="text"], .controls textarea {
  width:100%;
}
.control-groups {
	margin:10px 0 20px 0;
}
.form-actions {
	margin:0 0 20px 0;
}
.controls textarea {
	border-bottom-right-radius:0;
	line-height:1.5em;
}
.icon-calendar {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size-adjust: none;
	font-stretch: normal;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
}
.icon-calendar:before {
	content:'\f073';
}
.input-append input {
	padding-right:30px;
	margin-right:-30px;
}
.input-append button {
	border:none;
	background:none;
	line-height:24px;
	z-index:10;
}

/* INPUT END */

/* ART MENU - Start */
#artmenu,
#artmenu ul,
#artmenu ul li,
#artmenu ul li a,
#artmenu ul li span.separator,
#menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#artmenu ul.art-nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-button {
  display: none;
}
#artmenu a.brand {
	display:inline-block;
}
#artmenu a.brand p {
	font-size: 32px;
	margin:0;
}
#artmenu {
  width: auto;
  z-index:100;
	background:#ffffff;
	position:relative;
}
#artmenu:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	border-style:solid;
	border-color: #fff #fff #fff transparent;
	border-width: 20px 5px 20px 20px;
	margin-left:-20px;
}
#artmenu:after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:100%;
	border-style:solid;
	border-color: #fff transparent #fff #fff;
	border-width: 20px 20px 20px 5px;
	margin-right:-20px;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#artmenu ul.art-nav > li {
  float: left;
}
#artmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#artmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#artmenu.align-center ul ul {
  text-align: left;
}
#artmenu.align-right > ul > li {
  float: right;
}
#artmenu.align-right ul ul {
  text-align: right;
}
#artmenu ul.art-nav > li > a,
#artmenu ul.art-nav > li > span.separator {
  padding: 0 17px;
  text-decoration: none;
  color: #444;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  cursor:pointer;
}
#artmenu ul.art-nav > li a,
#artmenu ul.art-nav > li span.separator {
  font-weight:400;
}
#artmenu ul.art-nav > li:hover > a,
#artmenu ul.art-nav > li.active > a,
#artmenu ul.art-nav > li:hover > span.separator,
#artmenu ul.art-nav > li.active > span.separator {
  color: #2181F7;
}
#artmenu ul.art-nav > li.deeper > a {
}
#artmenu ul.art-nav > li.deeper > a::after,
#artmenu ul.art-nav > li.deeper > span.separator::after {
  display:inline-block;
  font-family:FontAwesome;
  content:"\f107";
  margin-left:5px;
}
#artmenu ul.art-nav > li.deeper:hover > a::after,
#artmenu ul.art-nav > li.deeper:hover > span.separator::after {
  border-color: #009ae1;
}
#artmenu ul ul li a {
  padding: 10px 25px 10px 15px;
  white-space:nowrap;
  background: #333333; /* Old browsers */
  background: -moz-linear-gradient(left,  #333333 0%, #444444 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#333333), color-stop(100%,#444444)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #333333 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #333333 0%,#444444 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #333333 0%,#444444 100%); /* IE10+ */
  background: linear-gradient(to right,  #333333 0%,#444444 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#444444',GradientType=1 ); /* IE6-9 */
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#artmenu ul ul li:hover > a,
#artmenu ul ul li a:hover {
  color: #ffffff;
}
#artmenu ul ul li.deeper > a::after {
  position: absolute;
  display:inline-block;
  font-family:FontAwesome;
  content:'\f105';
  margin-left:5px;
  right:10px;
}
#artmenu ul ul li.deeper:hover > a::after {
  border-color: #ffffff;
}
#artmenu ul.art-nav > li > ul.right-to-left {
	right:0;
}
#artmenu ul.art-nav > li > ul ul.right-to-left {
	right:0;
	margin-right:100%;
}

/* CLEARFIX START */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.control-group:before,
.control-group:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.control-group:after {
  clear: both;
}

/* CLEARFIX END*/

/* BUTTON START */

.btn {
  display: inline-block;
  padding: 4px 15px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  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-family: inherit;
}
.btn::-moz-focus-inner, input::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.btn-default {
  color: #3AAEDA;
  background-color: #fff;
  border-color: #3AAEDA;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #008DD3;
  background-color: #fff;
  border-color: #008DD3;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-primary {
  color: #fff;
  background-color: #3AAEDA;
  border-color: #008DD3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #008DD3;
  border-color: #286090;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* BUTTON END*/

.input-prepend {
	display:table;
	width:100%;
}
.input-prepend > input.input-small, .input-prepend > span.add-on {
	display:table-cell;
}
.input-prepend > input.input-small {
	width:100%;
	padding:0;
	background:none;
	border:none;
}
.input-prepend > span.add-on {
	padding:0 5px;
	text-align:center;
	width:20px;
}
.form-inline .control-group > .controls {
	width:100%;
	padding-right:10px;
}
.bbt {
	width:100%;
	line-height:22px;
	font-weight:400;
	cursor:pointer;
}
div.rem {
	margin-bottom:7px;
	white-space:nowrap;
}
.alert {
	margin:15px 0 10px 0;
	background:#fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	padding:5px 20px;
	position:relative;
}
.alert p {
	color:#f00;
	font-weight:400;
}
.alert a.close {
	position:absolute;
	right:5px;
	top:5px;
	text-indent: -9999px;
	line-height:12px;
}
.alert a.close:after {
	content:'\f00d';
	font-family: FontAwesome;
	position:absolute;
	right:0;
	top:0;
	text-indent: 0px !important;
	color:#f00;
}
.alert h4.alert-heading {
	color:#f00;
	margin:10px 0;
}
.phones {
	color:#aaa;
	font-size: 20px;
}
.phones i {
	color:#cba860;
	margin-right:5px;
}
.slider-wrapper {
	position:relative;
	width:100%;
}
.slider {
	width:100% !important;
}
.main-menu {
	position:absolute;
	top:0;
	width:100%;
}
.m-banner-wrapper {
	position:relative;
	background:url(../images/bg-main.jpg) repeat top left;
}
.m-banner {
	font-size:15px;
	font-weight:400;
	padding: 10px 0 20px 0;
}
.m-banner h1 {
	font-weight:300;
	font-size:30px;
	color:#cba860;
	margin:20px 0 0 0;
}
.m-banner p {
	margin:8px 0 12px 0;
}
.m-banner p strong {
	color:#333;
}
.m-button {
	padding:35px 0;
}
.m-button h4 {
	font-size:16px;
	margin:10px 0;
	color:#777;
}
.page-header h2, h2.s-header {
	font-size:30px;
	color:#333;
	font-weight:300;
	margin:10px 0;
}
.content-wrapper {
	padding:20px 0;
}
.footer {
	background:#222222;
}
#scrollToTop {
	color:#cba860;
}
#scrollToTop:hover {
	color:#fff !important;
}
.contact-miscinfo {
	margin:20px 0;
}