/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

body{
    min-width:  1200px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  min-height: 500px !important;
  min-width: 500px !important;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../images/bx_loader.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-image: url("../images/close.png");
  width: 27px;
  height: 26px;
  right: 0;
  top: -35px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

body .sbHolder {
  height: 40px;
}
body .sbToggle {
  height: 40px;
  background-position: center center;
}
body .sbSelector {
  line-height: 40px;
}

.jq-checkbox {
  top: -1px;
  width: 16px;
  height: 16px;
  background: #b9b9b9;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  background: #fff;
}

.jq-checkbox.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.jq-radio {
  width: 16px;
  height: 16px;
  background: #b9b9b9;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #fff;
}

.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.jq-file {
  width: 270px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em;
}

.jq-file__name {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  border: none;
  background: none;
  color: #333;
  font: 14px/30px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF;
}

.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif;
}

.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.disabled .jq-file__name {
  color: #888;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox-wrapper {
  display: block !important;
  margin-bottom: 10px;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100% !important;
}

.jq-selectbox__select {
  height: 40px;
  padding: 0 45px 0 15px;
  background-color: #b9b9b9;
  color: #fff;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 12px;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border-left: 1px solid #a2a2a2;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 18px;
  right: 14px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
  top: 33px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
  text-transform: uppercase;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 7px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font: 14px Arial, sans-serif;
}

input[type="search"].styler {
  -webkit-appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none;
}

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px Arial, sans-serif;
  cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:after {
  content: '';
}

button.styler:hover,
input[type="button"].styler:hover,
input[type="submit"].styler:hover,
input[type="reset"].styler:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}

button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: -5px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -30px;
  background: url(../images/prev.png) no-repeat 0 0px;
}

.bx-wrapper .bx-prev.disabled {
  background: url(../images/prev-disabled.png) no-repeat 0 0px;
  cursor: default;
  display:none;
}

.bx-wrapper .bx-next {
  right: -35px;
  background: url(../images/next.png) no-repeat 0px 0px;
}

.bx-wrapper .bx-next.disabled {
  background: url(../images/next-disabled.png) no-repeat 0 0px;
  cursor: default;
  display:none;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 0;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: 0px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

body {
  background: #878787;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
}

a {
  text-decoration: none;
}

b {
  font-weight: bold;
  color: #6e6e6e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

label {
  text-transform: uppercase;
}

.wrapper:before, .l-content-wrapper:before,.l-content-wrapper-company:before, .m-menu:before, .wrapper:after, .l-content-wrapper:after, .l-content-wrapper-company:after, .m-menu:after {
  content: "";
  display: table;
}
.wrapper:after, .l-content-wrapper:after,.l-content-wrapper-company:after, .m-menu:after {
  clear: both;
}
.wrapper, .l-content-wrapper, .l-content-wrapper-company,.m-menu {
  zoom: 1;
}

.popup-title {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 35px;
}

.popup {
  background-color: #fff;
  padding: 25px;
  color: #999;
  width: 1120px;
}
.popup h1 {
  color: #696969;
}
.popup .content {
  width: 1050px;
  margin: 0 auto;
}
.popup .fb-comments {
  margin-top: 45px;
}
.popup .m-carousel .slide {
  height: 700px;
}

.thanks-text {
  text-align: center;
}

.copyright {
  width: auto;
  float: left;
  color: #c4c4c4;
  font-size: 12px;
  padding-top: 38px;
  text-transform: uppercase;
  font-family: 'Oxygen';
}

.copyright a {
  color: #c4c4c4 !important;
}

.download-app {
  display: block;
  color: #5e5e5e;
}
.download-app img {
  vertical-align: middle;
  margin-right: 15px;
}

#carousel {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

#carousel li {
  display: block;
  float: left;
  margin: 0 6px;
  position: relative;
  __width: 1175px;
  width: 1172px;
  height: 365px;
}

#carousel img {
  display: none;
}

#prev, #next {
  background-color: rgba(135, 135, 135, 0.7);
  display: block;
  height: 450px;
  width: 50%;
  top: 0;
  position: absolute;
}

#prev:hover, #next:hover {
  background-color: #fff;
  background-color: rgba(135, 135, 135, 0.8);
}

#prev {
  left: -587px;
}

#next {
  right: -588px;
}

#pager {
  width: 1175px;
  margin: 0 auto;
  text-align: center;
}

#pager a {
  display: inline-block;
  margin: 0 5px 0 0;
  text-decoration: none;
  color: #c6c6c6;
  font-size: 12px;
  font-family: 'Arial';
  padding: 10px 0 0;
  min-width: 15px;
  text-align: center;
}

#pager a:hover {
  color: #474747;
}

#pager a span {
  display: block;
  text-decoration: none;
}

#pager a.selected {
  color: #474747;
  text-decoration: none;
  background-image: url("../images/current-slide.png");
  background-position: top center;
  background-repeat: no-repeat;
}

#thumbs {
  display: none;
  width: 100%;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 0;
}
#thumbs .caroufredsel_wrapper {
  margin: 0 auto !important;
}

#thumbs img {
  display: block;
  float: left;
  text-align: center;
}

.logo {
  width: 100%;
  _____float: left;
  text-align: center;
  padding: 30px 0px;
}

.slider {
  min-height: 405px;
}

.info-box {
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 20px;
}
.info-box h4 {
  font-size: 13px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}
.info-box a {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}
.info-box a:hover {
  text-decoration: underline;
}

.block {
  margin-bottom: 25px;
}

.l-header-wrapper,
p {
  font-family: 'Arial';
}

input[type="email"],
input[type="text"],
input[type="password"]  {
  font-size: 12px;
  color: #FFF;
  background: #B9B9B9;
  height: 40px;
  line-height: 40px;
  border: none;
  __________text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 15px;
}

textarea {
  font-size: 12px;
  padding: 10px 15px;
  color: #FFF;
  background: #B9B9B9;
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type="button"],
input[type="submit"] {
  padding: 0 40px;
  height: 35px;
  line-height: 35px;
  background: #959595;
  color: #fff;
  border: none;
  text-transform: uppercase;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.wrapper {
  width: 1172px;
  margin: 0 auto;
}

.l-menus-wrapper {
   margin: 12px 0 12px;
}

.l-header-wrapper {
  background-color: #424242;
  height: 40px;
  color: #999;
}
.l-header-wrapper a {
  color: #999;
}

.l-footer-wrapper {
  height: 112px;
  background: #424242;
  ___display: inline-table;
  position:relative;
  bottom:0;
  width: 100%;
}


.l-content-wrapper-company {
  ___width: 1175px;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.l-content-wrapper {
  width: 1175px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1825px) {
  .l-content-wrapper {
    ___width: 1775px;
    width: 1765px;
  }
}

.l-sidebar,
.l-content-container,.l-content-container-company {
  float: left;
}

.l-sidebar {
  __width: 275px;
  width: 284px;
}
.l-sidebar.left {
  margin-right: 12px;
}

.l-content-container {
  width: 1173px;
}
@media (min-width: 1825px) {
  .l-content-container {
    width: 1765px;
  }
}
.one-sidebar .l-content-container {
  width: 876px;
}
@media (min-width: 1825px) {
  .one-sidebar .l-content-container {
    __width: 1475px;
    width: 1469px;
  }
}


.l-content-container-company {
  ____width: 1175px;
  width: 1171px;
}


.w2 {
  width: 580px!important;
}

.w3 {
  width: 875px!important;
}

.one-col-max {
  max-width: 275px !important;
}

.two-col-max {
  max-width: 575px !important;
}

.three-col-max {
  max-width: 875px !important;
}

.four-col-max {
  max-width: 1175px !important;
}

.five-col-max {
  max-width: 1475px !important;
}

.one-col-min {
  min-width: 275px !important;
}

.two-col-min {
  min-width: 575px !important;
}

.three-col-min {
  min-width: 875px !important;
}

.four-col-min {
  min-width: 1175px !important;
}

.five-col-min {
  min-width: 1475px !important;
}

.masonry {
  __overflow: hidden;
  position: relative;
  min-height:510px;
}

.item {
  width: 284px;
  margin-bottom: 12px;
  *float: left;
  *margin-right: 25px;
  border: 1px solid #878787;
}
.item:hover {
  border: 1px solid #999;
}
.item img {
  display: block;
}

.stamp {
  position: absolute;
  top: 0px;
  width: 284px;
  *position: static;
}
.stamp .white-box,
.stamp .gray-box {
  margin-bottom: 12px;
}

.stamp-right {
  right: 0;
  *float: right;
}

.stamp-left {
  left: 0px;
  *float: left;
  *margin-right: 25px;
}

.comments-item {
  width: 875px;
}
@media (min-width: 1825px) {
  .comments-item {
    width: 1475px;
  }
}

.gray-box {
  background-color: #cccccc;
  color: #666;
  padding: 20px;
  font-size: 14px;
  font-family: 'Oxygen';
}
.gray-box p {
  margin: 0;
}
.l-sidebar .gray-box {
  margin-bottom: 12px;
}
.gray-box .title {
  margin: 0 0 20px;
  font-weight: 700;

}
.gray-box input[type="text"],
.gray-box .sbHolder {
  width: 100%;
  margin: 0 0 10px;
}
.gray-box input[type="button"],
.gray-box input[type="submit"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.l-content-container .gray-box p,.l-content-container-company .gray-box p {
  font-family: 'Arial';
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 30px;
}
.l-content-container .gray-box p.info, .l-content-container-compamy .gray-box p.info  {
  margin: 50px 0;
}
.l-content-container .gray-box p a, .l-content-container-company .gray-box p a  {
  color: #fff;
}

.white-box {
  background: #fff;
  color: #5e5e5e;
  font-family: 'Oxygen';
}
.white-box .media {
  display: block;
  width: 100%;
  height: auto;
}

.m-content-box {
  padding: 25px 20px;
  font-size: 14px;
}

.m-content-box .fb-like {
  float: right;
  margin-left: 10px;
  z-index: 100;
}


.m-content-box .title,
.m-content-box .date {
  color: #5e5e5e;
  font-weight: 700;
}
.m-content-box .date {
  text-transform: uppercase;
}
.m-content-box .text {
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
}

.m-products-box {
  margin-left: 20px;
}
.gray-box .m-products-box {
  margin-left: 0;
}
.m-products-box .title {
  margin-bottom: 15px;
  font-weight: 700;
}
.m-products-box .product {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  margin-bottom: 15px;
  width: 105px;
  word-wrap: break-word;
}
.m-products-box .product.even {
  margin-right: 0;
}
.m-products-box .product.last {
  margin-bottom: 0;
}

.product-gray-block {
  padding: 20px 0 0 20px;
}
.product-gray-block .title {
  margin: 0 20px 15px 0;
  font-weight: 700;

}
.product-gray-block .product {
  margin: 0 20px 20px 0;
  width: 105px;
}

.m-menu {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Oxygen";
}
.m-menu > li {
  float: left;
}
.m-menu > li.active > a, .m-menu > li:hover > a,
.m-menu > li.over a {
  color: #333;
}
.m-menu > li.right {
  float: right;
}
.m-menu > li.right > a {
  background-position: left;
}
.m-menu > li > a {
  display: block;
  text-align: center;
  background-position: right;
  background-repeat: repeat-y;
}
.m-menu .expandable-child {
  z-index: 101;
  right: 0;
}
.m-menu .expandable-child .inner {
  margin: 1px 0 0;
  background: #fff;
  padding: 20px;
}

.main-menu {
  background-color: #e1e1e1;
  width: 1172px;
  margin-left: auto;
  margin-right: auto;
}
.main-menu li > a {
  height: 64px;
  padding: 0 20px;
  line-height: 64px;
  color: #8a8a8a;
  text-transform: uppercase;
  background-image: url("../images/main-menu-item-border.png");
  font-size: 16px;
}
.main-menu .expandable-child {
  top: 64px;
}

.secondary-menu {
  background-color: #b9b9b9;
  width: 1172px;
  margin-left: auto;
  margin-right: auto;
}
.secondary-menu li > a {
  background-image: url("../images/secondary-menu-item-border.png");
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  color: #6b6868;
  text-transform: uppercase;
  font-size: 16px;
}
.secondary-menu .expandable-child {
  top: 51px;
}

.categories {
  ___margin-bottom: 5px;
  font-family: 'Oxygen';
}
.categories li {
  margin-right: 12px;
  margin-bottom: 12px;
}
.categories li > a {
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  color: #878787;
}

.m-menu .menu-item-follow-us > a,
.m-menu .menu-item-back > a {
  width: 160px;
  padding: 0 20px;
}
.m-menu .menu-item-follow-us .expandable-child,
.m-menu .menu-item-back .expandable-child {
  left: 0;
}
.m-menu .count-o {
  display: none;
}

.expandable-parent {
  position: relative;
}
.expandable-parent:hover .expandable-child,
.expandable-parent.over .expandable-child
 {
  display: block;
}

.expandable-child {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-wrapper {
  padding: 0 30px;
}

.bx-wrapper {
  margin: 30px auto;
}

.m-language-menu {
  float: left;
  line-height: 40px;
}
.m-language-menu:hover .arrow {
  background-image: url("../images/lang-menu-arrow-open.png");
}
.m-language-menu .expandable-child {
  top: 40px;
  right: 0;
  list-style: none;
  line-height: 25px;
  padding: 0;
  margin: 0;
  background-image: url("../images/gray-bg-90.png");
  font-size: 12px;
  z-index: 1;
}
.m-language-menu .expandable-child li {
  margin: 10px 0;
}
.m-language-menu .expandable-child li > a {
  display: block;
  padding: 0 0 0 30px;
}
.m-language-menu .expandable-child li > a:hover {
  background-image: url("../images/light-gray-bg-50.png");
  color: #fff;
}
.m-language-menu .select-language,
.m-language-menu .arrow {
  float: left;
  cursor: default;
}
.m-language-menu .arrow {
  width: 40px;
  height: 40px;
  border: 0 solid #626262;
  border-left-width: 1px;
  border-right-width: 1px;
  margin-left: 15px;
  background-image: url("../images/lang-menu-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
}

.select-language {
  background-image: url("../images/globe.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
}

.m-user-menu-block {
  float: right;
  line-height: 40px;
}

.user-login,
.facebook-login {
  float: left;
}

.user-login {
  font-size: 12px;
  background-image: url("../images/account.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.user-login li {
  padding-right: 6px;
  margin-right: 5px;
  background-image: url("../images/user-login-item-border.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.user-login li.last {
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}
.user-login li > a:hover {
  color: #fff;
}

.facebook-login {
  background-color: #42609d;
  font-size: 14px;
  font-family: "Arial";
  text-shadow: 2px 2px 1px rgba(59, 74, 112, 0.35);
  margin-left: 30px;
}
.facebook-login a {
  padding: 0 15px 0 55px;
  display: block;
  line-height: 40px;
  color: #fff;
  background-image: url("../images/facebook.png");
  background-repeat: no-repeat;
}

.m-designer-profile {
  font-size: 14px;
}
.m-designer-profile .user-pick-name {
  overflow: hidden;
  margin-bottom: 10px;
}
.m-designer-profile .user-pick-name img {
  float: left;
  margin-right: 15px;
}
.m-designer-profile .text {
  line-height: 18px;
}
.m-designer-profile .text p {
  margin-bottom: 0;
}

.fb-comments {
  background-color: #fff;
  padding: 0 4px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fb-comments iframe,
.fb-comments > span {
  width: 100% !important;
  box-sizing: border-box;
}

.fb_iframe_widget {
  display: block !important;
}
.m-content-box .fb-like .fb_iframe_widget iframe {
  position: absolute !important;
}

#cboxOverlay {
  background: #888686;
}

.reg-form {
  background-color: #fff;
  color: #828282;
  width: 898px;
  padding: 25px;
}
.reg-form a {
  color: #666666;
  text-transform: uppercase;
  text-decoration: underline;
}
.reg-form a:hover {
  text-decoration: none;
}
.reg-form .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.reg-form .subtitle {
  margin-bottom: 25px;
}
.reg-form .sbHolder {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.reg-form .col {
  display: inline-block;
  vertical-align: top;
}
.reg-form .col.full {
  display: block;
}
.reg-form .left,
.reg-form .right {
  width: 420px;
}
.reg-form .left {
  margin-right: 54px;
}
.reg-form .row {
  margin-bottom: 10px;
}
.reg-form input[type="text"],
.reg-form input[type="password"],
.reg-form select,
.reg-form textarea {
  width: 100%;
}
.reg-form textarea {
  height: 100px;
}
.reg-form .long,
.reg-form .short,
.reg-form .citta,
.reg-form .architetto,
.reg-form .gender,
.reg-form .confirm,
.reg-form .info,
.reg-form .male,
.reg-form .female {
  vertical-align: top;
  display: inline-block;
}
.reg-form .long {
  width: 700px;
  margin-right: 70px;
}
.reg-form .short {
  width: 124px;
}
.reg-form .citta {
  width: 315px;
  margin-right: 65px;
}
.reg-form .architetto {
  width: 315px;
  margin-right: 45px;
}
.reg-form .gender {
  width: 130px;
  line-height: 40px;
}
.reg-form .confirm {
  width: 670px;
}
.reg-form .info {
  width: 220px;
}
.reg-form .male {
  margin-right: 40px;
}
.reg-form .top {
  margin-bottom: 10px;
}
.reg-form .buttona, /* to check */
.reg-form .submit {
  text-align: center;
  margin-bottom: 7px;
  margin-top: 40px;
}

.social-links {
  list-style: none;
  float: right;
  overflow: hidden;
}
.social-links li {
  float: left;
  margin-left: 15px;
}
.social-links li a {
  display: block;
}

.m-social-buttons .social-button {
  display: block;
  margin-bottom: 12px;
}

.icons-sprite, .facebook-icon, .google-plus-icon, .pinterest-icon, .tumbler-icon, .twitter-icon, .facebook-small-icon, .google-plus-small-icon, .pinterest-small-icon, .tumbler-small-icon, .twitter-small-icon {
  background-image: url('../images/icons-s1bd705c3f2.png');
  background-repeat: no-repeat;
}

.facebook-icon {
  background-position: 0 -105px;
  height: 45px;
  width: 45px;
}
.facebook-icon:hover, .facebook-icon.facebook-hover {
  background-position: 0 0;
}

.google-plus-icon {
  background-position: 0 -255px;
  height: 45px;
  width: 45px;
}
.google-plus-icon:hover, .google-plus-icon.google-plus-hover {
  background-position: 0 -150px;
}

.pinterest-icon {
  background-position: 0 -405px;
  height: 45px;
  width: 45px;
}
.pinterest-icon:hover, .pinterest-icon.pinterest-hover {
  background-position: 0 -300px;
}

.tumbler-icon {
  background-position: 0 -555px;
  height: 45px;
  width: 45px;
}
.tumbler-icon:hover, .tumbler-icon.tumbler-hover {
  background-position: 0 -450px;
}

.twitter-icon {
  background-position: 0 -705px;
  height: 45px;
  width: 45px;
}
.twitter-icon:hover, .twitter-icon.twitter-hover {
  background-position: 0 -600px;
}

.facebook-small-icon {
  background-position: 0 -75px;
  height: 30px;
  width: 30px;
}
.facebook-small-icon:hover, .facebook-small-icon.facebook-small-hover {
  background-position: 0 -45px;
}

.google-plus-small-icon {
  background-position: 0 -225px;
  height: 30px;
  width: 30px;
}
.google-plus-small-icon:hover, .google-plus-small-icon.google-plus-small-hover {
  background-position: 0 -195px;
}

.pinterest-small-icon {
  background-position: 0 -375px;
  height: 30px;
  width: 30px;
}
.pinterest-small-icon:hover, .pinterest-small-icon.pinterest-small-hover {
  background-position: 0 -345px;
}

.tumbler-small-icon {
  background-position: 0 -525px;
  height: 30px;
  width: 30px;
}
.tumbler-small-icon:hover, .tumbler-small-icon.tumbler-small-hover {
  background-position: 0 -495px;
}

.twitter-small-icon {
  background-position: 0 -675px;
  height: 30px;
  width: 30px;
}
.twitter-small-icon:hover, .twitter-small-icon.twitter-small-hover {
  background-position: 0 -645px;
}

.m-social-icons {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  max-width: 100%;
}
.item:hover .m-social-icons {
  display: block;
}
.m-social-icons ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.m-social-icons li {
  list-style: none;
  float: left;
  margin-left: 10px;
  margin-bottom: 5px;
}
.m-social-icons a {
  display: block;
}


input[type="button"]:disabled,
input[type="submit"]:disabled
{
    color:#ccc;
}



.more_elements_container { margin:15px 10px 20px 10px; width:100%; clear: both; }
.more_elements_container .more_elements,
.more_elements_container .more_elements_loading {
    text-align:center;
    border:1px solid #e5e5e5;
    padding:15px 8px 15px 40px;
    width:200px;
    margin:0 auto;
    cursor:pointer;
    background: url('../images/loading/2.png') no-repeat 8px center transparent;
    font-size: 13px;
    color: #555555;
    text-transform: uppercase;
}

.more_elements_container .more_elements:hover {
    background-image: url('../images/loading/2_hov.png');
    color: #333333;
}

.more_elements_container .more_elements_loading {
    background: url('../images/loading/loading_ajax.png') no-repeat center center transparent;
    cursor: default;
    display: none;
}

/* formplaceholder */
.strtoupperformelement { text-transform: uppercase;  }

/*social*/
.main-menu .menu-item-follow-us .expandable-child.m-social-buttons { z-index: 2000; }
.main-menu .menu-item-follow-us .expandable-child.m-social-buttons .btn_follow_fb { margin-left: -10px; }
.main-menu .menu-item-follow-us .expandable-child.m-social-buttons .btn_follow_twitter { margin-top: 10px; }
.main-menu .menu-item-follow-us .expandable-child.m-social-buttons .btn_follow_google_plus { margin-top: 10px; }
.main-menu .menu-item-follow-us .expandable-child.m-social-buttons .btn_follow_google_plus #___follow_0,
.main-menu .menu-item-follow-us .expandable-child.m-social-buttons .btn_follow_google_plus #___follow_0 iframe{ width: 100% !important; }
.main-menu .menu-item-follow-us .expandable-child.m-social-buttons .btn_follow_pinterest { margin-top: 10px; }
.main-menu .menu-item-follow-us .expandable-child.m-social-buttons .btn_follow_tumblr { margin-top: 15px; }

a { outline: none; }

.sel_stati_vrp_container .jq-selectbox__dropdown { max-width: 420px; max-height: 385px; }
.sel_stati_vrp_container .jq-selectbox__dropdown ul { max-height: 345px !important; }
.sel_stati_vrp_container_agenti_livello3 .jq-selectbox__dropdown { max-width: 245px; }