/*!
 * 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: 14px;
  line-height: 1.42857143;
  color: #666;
	font-family: 'Roboto', sans-serif;
}
#aside {
	margin-bottom:20px;
}
.footer {
	background:#000;
}
.footer a {
	color:#fff;
}
.footer a:hover, #scrollToTop:hover {
	color:#ffe400 !important;
}
a.brand {
	display:block;
	padding:15px 0;
}
a.brand .site-logo {
	display:block;
	background: url(../images/logo.svg) no-repeat top left;
	width:196px;
	height:60px;
	background-size: 196px 60px;
}
.phone p {
	font-size:20px;
	line-height:20px;
}
.phone p span.phone-break {
	font-size:16px;
}
.slider-wrapper {
	position:relative;
	display:block;
}
.banner {
	position:relative;
	width:100%;
}
.aw-search {
	background:#222;
	position:relative;
}
.aw-search:before {
	content:'';
	position:absolute;
	top:-3px;
	width:100%;
	height:2px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c98302+0,ffeba5+19,e29402+30,ffe987+50,c98602+87 */
background: #c98302; /* Old browsers */
background: -moz-linear-gradient(left, #c98302 0%, #ffeba5 19%, #e29402 30%, #ffe987 50%, #c98602 87%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #c98302 0%,#ffeba5 19%,#e29402 30%,#ffe987 50%,#c98602 87%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #c98302 0%,#ffeba5 19%,#e29402 30%,#ffe987 50%,#c98602 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c98302', endColorstr='#c98602',GradientType=1 ); /* IE6-9 */
}
.aw-search:after {
	content:'';
	position:absolute;
	top:-1px;
	width:100%;
	height:1px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f5901+0,ffde5e+67,7f5b01+100 */
background: #7f5901; /* Old browsers */
background: -moz-linear-gradient(left, #7f5901 0%, #ffde5e 67%, #7f5b01 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #7f5901 0%,#ffde5e 67%,#7f5b01 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #7f5901 0%,#ffde5e 67%,#7f5b01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5901', endColorstr='#7f5b01',GradientType=1 ); /* IE6-9 */
}
.module-title {
	text-align: center;
	font-weight: 300;
	font-size: 40px;
	margin: 30px 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;
}
h1,h2,h3,h4,h5,h6 {
	margin: 12px 0 6px 0;
}

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;
}
#sbox-window {
	box-sizing:content-box;
}

img {
	max-width:100%;
}
.star {
	color:#F00;
	font-weight: normal;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: rgba(0,0,0,0.1);
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  padding: 0 5px;
}
.breadcrumb > .active {
  color: #777;
}
a {
  color:#ff9100;
  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:visited {
	color:#ff9100;
}
a:hover {
  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;
}
.contact .white-tab ul {
	list-style:none;
	margin:0;
	padding:0;
}
.contact .white-tab .row {
	margin-bottom:20px;
}
.contact-miscinfo {
	margin:15px 0;
}
/* GENERAL STYLE END*/

/* INPUT START */

.main fieldset {
	padding:0;
	margin:0 0 10px 0;
	border:none;
}
.userdata > fieldset {
	position:relative;
	width:100%;
	background:#FFF;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
}
.control-groups  {
	position:relative;
	width:100%;
	background:#FFF;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	margin:0 0 15px 0;
}
.control-group  {
	position:relative;
	width:100%;
	min-height:30px;
	line-height:30px;
	padding:5px 0;
	border-top:1px solid #f3f3f3;
}
.control-group > .control-label {
	font-weight:400;
}
.control-group:first-child {
	border-top: none;
}
div.control-group:first-child {
	border-top:none;
}
.control-group select {
	width:100% !important;
}
.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 {
	border-radius:4px;
	margin:0;
	padding:0 3px;
	width:100%;
}
.controls input[type="text"],
.controls input[type="password"],
.controls input[type="email"]  {
	border:none;
}
.controls input[type="checkbox"] {
	width:auto;
}
.controls textarea {
	border-bottom-right-radius:0;
	line-height:1.5em;
	border:none;
	border-radius:4px;
	margin:0;
	padding:5px 3px;
	width:100%;
}
.controls .aw-select-icon {
	line-height:inherit;
}

.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 */
.art-nav-wrapper {
	position:relative;
}
.art-nav-wrapper:after {
	display:table;
	content:'';
	clear:both;
}
#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:after,
#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:block;
}
#artmenu a.brand p {
	font-size: 32px;
	margin:0;
}
#artmenu {
  width: auto;
  z-index:100;
}
#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;
}
#menu-line:before {
	position:absolute;
	content:'';
	width:0;
	height:0;
	top:0;
	left:50%;
	border-width:7px 7px 0 7px;
	margin-left:-7px;
	border-style:solid;
	border-color: #ff9100 transparent transparent transparent;
}
#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 12px;
  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: #ff9100;
}
#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: #000000;
	background: -moz-linear-gradient(left,  #000000 0%, #111111 100%);
	background: -webkit-linear-gradient(left,  #000000 0%,#111111 100%);
	background: linear-gradient(to right,  #000000 0%,#111111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#111111',GradientType=1 );
  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,
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.control-group:after,
.nav: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, .btn-info {
  color: #3AAEDA;
  background-color: #fff;
  border-color: #3AAEDA;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.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-warning {
  color: #fff;
  background-color: #ff6c00;
  border-color: #ff6000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ff6000;
  border-color: #ff6000;
}
.btn-danger {
  color: #fff;
  background-color: #f00;
  border-color: #EA0300;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  background-color: #EA0300;
  border-color: #EA0300;
}
.btn-success {
  color: #fff;
  background-color: #6BA80F;
  border-color: #549E3B;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #549E3B;
  border-color: #549E3B;
}

.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 {
  padding: 10px 0;
}
.btn-toolbar .filter-search {
	margin-bottom:10px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:last-child,
.btn-toolbar > .btn-group:last-child,
.btn-toolbar > .input-group:last-child {
  margin-right: 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;
}
.form-button {
	padding:10px 0;
	text-align:right;
}
.btn-small {
	display:inline-block;
	margin-right:10px;
	border:none;
	background:none;
}
.btn-small:hover {
	background:none;
}
.btn-micro-success i {
	color:#6BA80F;
}
.btn-micro-danger i {
	color:#942a25;
}
.btn-micro-info i {
	color:#008DD3;
}
.btn-micro-warning i {
	color:#ff6c00;
}
/* 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;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid #3AAEDA;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #008DD3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.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;
}

/* TABS */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content .chzn-container-multi .chzn-choices {
	border-radius:5px;
}
.input-append {
	width:100% !important;
	position:relative;
}
.input-append input {
	width:100%;
}
.cal-input .input-append button {
	position:absolute;
	right:0;
	line-height:inherit;
	padding:4px;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.nav-tabs {
	border-bottom:1px solid #d5d5d5;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px !important;
}
.nav-tabs > li > a {
  margin: 0;
  line-height: 1.42857143;
	background:#ddd;
}
.nav-tabs > li > a:hover {
  color:#ff9100;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ff9100;
  cursor: default;
	background:#FFF;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.tab-content {margin-top:-1px;}
.tab-content-wrapper{padding:10px 15px;}
.tab-content .controls input[type="text"],
.tab-content .controls input[type="password"],
.tab-content .controls input[type="email"],
.tab-content .controls textarea {
	background:#f3f3f3;
}
/* TABS END */

.panel .control-groups {
	background:none;
	box-shadow:none;
}
.panel .control-group {
	border-top:none;
}
.panel .control-groups .control-group .control-label {
	width:100%;
	padding:0 !important;
}
.panel .control-groups .control-group .controls {
	width:100%;
	padding:0 !important;
	background:#fff;
	border-radius:5px;
}
.panel .control-groups .control-group .controls input,
.panel .control-groups .control-group .controls textarea {
	text-align:left;
	padding: 0 8px;
	background:#ffffff;
}
.panel .control-groups .control-group .controls .chzn-single {
	border:none;
	background:none;
	box-shadow:none;
}
.panel .pane-slider {
	overflow:visible;
}
.white-panel  {
	background:#FFF;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding:5px 15px;
}
.frontend-bt {
	background:#FFF;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding:15px 30px;
	margin: 10px 0;
	text-align:center;
}
.frontend-bt-icon {
	color:#333;
	margin:10px;
}
@import "//fonts.googleapis.com/css?family=Oswald";
@import "//fonts.googleapis.com/css?family=Lato:400,300";
@font-face{font-family:'font-os';src:url(../fonts/font-os/font-os.eot?g249fy);src:url(../fonts/font-os/font-os.eot?#iefixg249fy) format("embedded-opentype"),url(../fonts/font-os/font-os.woff?g249fy) format("woff"),url(../fonts/font-os/font-os.ttf?g249fy) format("truetype"),url(../fonts/font-os/font-os.svg?g249fy#osfont) format("svg");font-weight:400;font-style:normal}
[class^="os-icon-"],[class*=" os-icon-"]{font-family:'font-os';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.ospitem-leftpad i.fa,.address_details i.fa{margin-right:5px;color:#ff9100}
.os-icon-sqmt:before{content:"\e600"}
.os-icon-bedroom:before{content:"\e601"}
.os-icon-bathroom:before{content:"\e602"}
.os-icon-parking:before{content:"\e603"}
.os-1x{font-size:13px!important}
.os-2x{font-size:15px!important}
.os-3x{font-size:24px!important}
.os-4x{font-size:28px!important}
.os-5x{font-size:32px!important}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	height:30px !important;
}
.effect6
{
  	position:relative;
}
.effect6:before, .effect6:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 15px rgba(0,0,0,0.6);
    top:50%;
    bottom:0;
    left:15px;
    right:15px;
    border-radius:800px / 20px;
}