/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 300 14px/20px 'Lato', sans-serif;
  color: #333333;
  background-color: #ffffff;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #777777;
}
h1 {
  display: inline-block;
  padding: 16px 30px 20px 30px;
  font: 900 52px/31px 'Roboto', sans-serif;
  letter-spacing: -0.025em;
  color: #222;
  text-transform: uppercase;
  background: #fff;
}
h1 a:hover {
  color: #ffffff;
}
h2 {
  padding: 36px 0 12px 0;
  font: 900 48px/42px 'Lato', sans-serif;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  text-align: center;
}
h3,
h4,
h5,
h6 {
  padding-bottom: 18px;
  font: 900 26px/26px 'Lato', sans-serif;
  letter-spacing: -0.025em;
}
img {
  max-width: 100%;
}
/*global classes*/
.ta__l {
  text-align: left;
}
.ta__c {
  text-align: center;
}
.ta__r {
  text-align: right;
}
.fl__l {
  float: left;
}
.fl__r {
  float: right;
}
.ovf__h {
  overflow: hidden;
}
.td__udl {
  text-decoration: underline;
}
.fw__light {
  font-weight: 300;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
}
.header_top {
  width: 100%;
  background: #222222;
}
#stuck_container {
  background: #222222;
  z-index: 99999!important;
  position:fixed!important;
  top:0px;
  width:100%;
}
.navigation {
  float: right;
  display: inline-block;
}
.search-block {
  float: right;
}
.search-block_icon {
  float: right;
  display: inline-block;
  cursor: pointer;
  margin: 26px 29px;
  padding: 6px 12px;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #ffffff;
  border-radius: 50%;
  background: #de3f18;
}
.search-block_icon:hover {
  color: #ffffff;
  background: #333333;
}
#search {
  top: 120px;
  right: 50px;
  position: absolute;
  z-index: 2;
  border-radius: 20px;
  padding-right: 40px;
  background: #de3f18;
}
#search input {
  float: left;
  border-radius: 20px;
  font: 300 14px/20px 'Lato', sans-serif;
  color: #ffffff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  outline: none;
  height: 40px;
  width: 150px;
  background: #de3f18;
  padding: 6px 0 6px 13px;
}
#search input::-ms-clear {
  display: none;
}
#search input::-webkit-input-placeholder {
  color: #ffffff;
}
#search input:-moz-placeholder {
  color: #ffffff;
}
#search input::-moz-placeholder {
  color: #ffffff;
}
#search input:-ms-input-placeholder {
  color: #ffffff;
}
#search a > .search_icon {
  position: absolute;
  left: 158px;
  top: 8px;
  display: block;
  cursor: pointer;
}
#search a > .search_icon:hover:before {
  color: #333333;
}
#search a > .search_icon:before {
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f002';
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.slider {
  position: relative;
  height: 100%;
}
.slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -585px;
  margin-top: -223px;
  width: 1170px;
  color: #ffffff;
  text-align: center;
}
/* Main menu styles
========================================================*/
.menu {
  overflow: hidden;
}
nav {
  position: relative;
}
.menu {
  float: left;
  position: relative;
}
.menu .active a {
  background: #323232;
}
.menu > li {
  position: relative;
  float: left;
}
.menu > li > a {
  display: inline-block;
  padding: 32px 10px;
  font: 24px/31px 'Roboto', sans-serif;
  color: #888888;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.menu > li > a:hover {
  color: #ffffff;
  background: #323232;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.hashAncor {
  position: absolute;
  top: -92px;
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
  min-height: 500px;
}
#content article {
  position: relative;
}
.content_inset__1 {
  padding-bottom: 58px;
}
.content_inset__2 {
  padding-bottom: 33px;
}
.content_inset__3 {
  padding-bottom: 126px;
}
.content_bg__1 {
  background: url(../images/page1_img1.jpg) 50% 0 no-repeat;
}
.content_bg__2 {
  background: url(../images/page1_img6.jpg) 50% 0 no-repeat;
  min-height: 599px;
}
.content_bg__3 {
  background: #de3f18;
  color: #ffffff;
}
.content_bg__4 {
  background: url(../images/page1_img25.jpg) 50% 100% no-repeat;
}
.content_bg__5 {
  background: #333333;
}
.content_map {
  position: relative;
  min-height: 467px;
}
.content_map .google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.content_map #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content_map iframe {
  width: 100%;
}
.content_map img {
  max-width: none !important;
}
.block-item-1 {
  text-align: center;
}
.block-item-1_heading {
  padding: 0 0 0px 0;
  margin-left:auto;
  margin-right:auto;
}
.block-item-1_description {
  padding: 0 0 69px 0;
}
.block-item-2 {
  padding: 0 0 60px 0;
  text-align: center;
}
.block-item-2_heading {
  padding: 36px 0 11px 0;
}
.block-item-2_description {
  width: 100%;
  margin: 0 auto;
}
.block-item-2__indent-1 {
  padding: 38px 0 60px 0;
}
.block-item-2__indent-2 {
  padding: 0px 0 42px 0;
}
.block-item-3 {
  padding: 0 0 59px 0;
}
.block-item-3_img {
  float: left;
  margin-right: 30px;
}
.block-item-3_content {
  overflow: hidden;
}
.block-item-3_heading {
  padding: 0 0 18px 0;
}
.block-item-4 {
  padding: 27px 0 20px 0;
}
.block-item-4:before,
.block-item-4:after {
  content: " ";
  display: table;
}
.block-item-4:after {
  clear: both;
}
.block-item-4_img {
  float: left;
  margin-right: 5px;
}
.block-item-4_content {
  padding: 10px 0 0 0;
  overflow: hidden;
}
.block-item-5 {
  padding: 0 0 16px 0;
  text-align: center;
}
.block-item-5_heading {
  padding: 36px 0 8px 0;
}
.block-item-5_description {
  width: 100%;
  margin: 0 auto;
}
.block-item-5_description:before,
.block-item-5_description:after {
  content: " ";
  display: table;
}
.block-item-5_description:after {
  clear: both;
}
.block-item-5_description li {
  float: left;
}
.block-item-5_description li:first-child:before {
  content: "";
  padding: 0;
}
.block-item-5_description li:before {
  /*content: "//";
  padding: 0 12px;*/
}
.block-item-6 {
  text-align: center;
  padding: 0 0 57px 0;
}
.block-item-6_img {
  max-width: 100%;
  padding: 0 0 10px 0;
}
.block-item-6_img__indent-2 {
  padding: 0 0 25px 0;
}
.block-item-6_heading {
  padding: 0 0 22px 0;
}
.block-item-6_description {
  margin: 0 auto;
  /*width: 210px;*/
}
.block-item-6_extension .fa {
  font-size: 28px;
  padding: 0 6px;
}
.block-1 {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.block-1 img {
  border-radius: 4px;
  border: 1px solid #d4d4d4;
}
.block-1:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.block-2 {
  float: right;
  right: 50%;
  position: relative;
  padding-bottom: 27px;
  margin: 0 auto;
}
.block-2:before,
.block-2:after {
  content: " ";
  display: table;
}
.block-2:after {
  clear: both;
}
.block-2_wrapper {
  float: left;
  left: 50%;
  position: relative;
}
.block-2 a {
  float: left;
  display: block;
  width: 59px;
  height: 59px;
  margin: 0 4px;
  font-size: 29px;
  line-height: 59px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  color: #2eaeb7;
  background: #ffffff;
}
.block-2 a:hover {
  color: #ffffff;
  background-color: #de3f18;
}
.block-privacy {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.block-privacy_heading {
  color: #de3f18;
}
.block-privacy_paragraph {
  padding: 0 0 28px 0;
}
.block-privacy_link {
  color: #de3f18;
}
.element {
  width: 20%;
  float: left;
  margin-bottom: 1px;
}
.block-gall {
  width: inherit;
}
.block-gall .element {
  width: 20%;
  float: left;
  margin-bottom: 1px;
}
.block-gall .element img {
  width: 100%;
}
.block-gall_item {
  display: block;
  position: relative;
  cursor: pointer;
}
.block-gall_item img {
  transition: opacity 0.5s ease;
}
.block-gall_item:hover:before {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.block-gall_item:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.block-gall_item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  transition: opacity 0.5s ease;
}
.block-gall_item:after {
  content: "";
  display: block;
  font: 65px/65px FontAwesome;
  color: #ffffff;
  position: absolute;
  margin-left: -33px;
  left: 50%;
  margin-top: -33px;
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  transition: opacity 0.5s ease;
}
.block-stellar {
  padding: 0px 0 40px 0;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .block-stellar {
    background-size: 140% auto;
	background-color:#222
  }
}
@media (max-width: 767px) {
  .block-stellar {
    background-size: cover;
  }
}
.btn {
  display: inline-block;
  padding: 18px 56px;
  border: 4px solid #ffffff;
  font: 900 24px/24px 'Lato', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  transition: background-color 0.4s ease;
}
.btn:hover {
  background: #de3f18;
  color: #ffffff;
}
.btn-2 {
  display: inline-block;
  padding: 22px 84px;
  font: 900 26px/26px 'Lato', sans-serif;
  color: #de3f18;
  text-transform: uppercase;
  background: #ffffff;
  transition: background-color 0.4s ease;
}
.btn-2:hover {
  background: #de3f18;
  color: #ffffff;
}
.color-1 {
  color: #ffffff;
}
.color-2 {
  color: #de3f18;
}
.color-3 {
  color: #092832;
}
.text__light {
  font-weight: 300 !important;
}
.text__regular {
  font-weight: 400 !important;
}
.text__black {
  font-weight: 900 !important;
}
.text__lower-spacing {
  letter-spacing: -0.025em !important;
}
.text__upercase {
  text-transform: uppercase !important;
}
.text-1 {
  font-size: 153px;
  line-height: 153px;
  font-weight: 900;
}
.text-2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}
.text-3 {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}
.text-4 {
  font-size: 66px;
  line-height: 66px;
  font-weight: 400;
}
.text-5 {
  font-size: 16px;
  line-height: 28px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #de3f18;
}
.footer_copyright {
  text-align: center;
  padding: 82px 0 69px 0;
  color: #ffffff;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  color: #de3f18;
  font-size: 37px;
  line-height: 37px;
  text-align: center;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #333333;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
  padding-top: 11px;
  width: 880px;
  margin: 0 auto;
}
#contact-form .btn1 {
  margin-top: 25px;
}
#contact-form label {
  display: block;
  float: left;
  position: relative;
  display: inline-block;
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 50px;
  margin: 0 0 16px 0;
}
#contact-form label + label {
  margin-left: 2%;
}
#contact-form label.message {
  margin-left: 0;
  margin-bottom: 24px;
  width: 100%;
  position: relative;
}
#contact-form label.message:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/text-area_decoration.png);
  position: absolute;
  right: 26px;
  bottom: 26px;
}
#contact-form fieldset {
  border: none;
  width: 100%;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 29px;
  padding: 12px 0 0 26px;
  color: #adadad;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  font-weight: 300;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 29px;
  padding: 10px 25px;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  width: 100%;
  outline: none;
  height: 51px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-weight: 300;
  color: #adadad;
  background: #333333;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 29px;
  padding: 9px 24px;
  border: 1px solid #8d8d8d;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 200px;
  font-weight: 300;
  border-radius: 4px;
  background: #333333;
  color: #adadad;
  margin: 0;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  background-image: url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#contact-form .modal h4 {
  font-size: 24px;
  color: #343438;
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #000;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
  color: #000;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
  position: relative;
  z-index: 10;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 979px) {
	img.rs-logo{height:42px;width:250px}
  #contact-form {
    padding-right: 0;
    width: 100%;
  }
  #contact-form label {
    width: 100%;
    margin-left: 0 !important;
    clear: left;
  }
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .slider_item {
    margin-top: -163px;
  }
  h1 {
    font-size: 44px;
  }
  .text-1 {
    font-size: 106px;
    line-height: 106px;
  }
  .text-4 {
    font-size: 56px;
    line-height: 56px;
  }
  .block-item-1_heading {
    padding: 0 0 22px 0;
  }
  .block-item-1_description {
    padding: 0 0 29px 0;
  }
  .block-item-4 .text-3 {
    font-size: 12px;
  }
  .menu > li > a {
    padding: 32px 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 979px) {
  h1 {
    font-size: 38px;
    padding: 16px 30px 20px 30px;
  }
  .search {
    margin: 26px 10px;
  }
  .block-item-4_img {
    width: 72px;
  }
  .block-item-4_content {
    padding: 0;
  }
  .block-item-2_description {
    width: 740px;
  }
  .block-item-6_description {
    width: 100%;
  }
  .content_map {
    min-height: 367px;
  }
  .menu > li > a {
    padding: 23px 10px;
    font-size: 14px;
  }
}
.hashAncor {
    position: absolute;
    top: -75px;
}
@media only screen and (max-width: 767px) {
	.hashAncor {
    top: -50px;
}
	img.rs-logo {
    height: 42px;
    width: 250px;
	margin-left:15px
}
	select.select-menu.menu{
		display:none!important
		}
  #stuck_container {
       /* height: 120px;*/
    background: #222222;
    z-index: 99999!important;
    top: 0;
    position: fixed!important;
    width: 100%;
  }
  h1 {
    padding: 8px 0;
    /*text-align: center;*/
    width: 100%;
  }
  .navigation {
    position: absolute;
    top: 96px;
    left: 50%;
    margin-left: -150px;
    float: none;
  }
  .search-block {
    position: absolute;
    top: 85px;
    right: 50%;
    margin: 0;
    margin-right: -145px;
    float: none;
  }
  .search-block_icon {
    margin: 0;
  }
  h2 {
    font-size: 32px;
  }
  .text-1 {
    font-size: 48px;
    line-height: 58px;
  }
  .block-item-2 {
    padding-bottom: 20px;
  }
  .block-item-2_description {
    width: 100%;
  }
  .block-item-4_img {
    width: auto;
  }
  .block-item-4 .text-3 {
    font-size: 18px;
  }
  .text-4 {
    font-size: 66px;
    line-height: 66px;
  }
  .block-item-5_description {
    width: 100%;
  }
  .block-item-6 {
    padding-bottom: 20px;
  }
  .block-item-6_heading {
    padding-bottom: 10px;
  }
  .block-stellar {
    padding: 0;
  }
  .content_map {
    min-height: 267px;
  }
  nav {
    width: 240px;
  }
  .menu {
    display: none;
  }
  .select-menu {
    margin-left: 28px;
	margin-top:-5px;
    display: block;
    width: 100%;
  }
  .btn-2 {
    width: 100%;
    text-align: center;
    padding: 22px 0;
  }
}
@media only screen and (max-width: 480px) {
  .block-2 a {
    width: 46px;
    height: 46px;
    font-size: 29px;
    line-height: 46px;
  }
  .slider_item {
    margin-top: -170px;
  }
  .block-item-3_img {
    display: block;
    margin: 0 auto 15px auto;
    text-align: center;
    float: none;
  }
  .btn {
    padding: 16px 24px;
  }
  .btn-2 {
    font-size: 21px;
  }
  .text-1 {
    font-size: 38px;
    line-height: 42px;
  }
}
/*Core variables and mixins*/
.txtCenter{text-align:center}

.col1{width:100%}
/*.select-menu {
    width: 121%;
}*/
.spacer25{height:25px}
.spacer30{height:25px}
.block-item-3.noyz {
    padding: 0 0 40px;
}
.roundBorders1{border-radius:500px}
.border1{border: 1px solid #ccc;}
.colorGray1{background:#d9dadb}

.floatL {
    float: left;
}
.floatR {
    float: right;
}

.list_4 li{
    display: inline;
    list-style: outside none none;
    margin: 0;
}
.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
.txtCaps{text-transform:uppercase}
#contact-form label + label {
    margin-left: 0%;
}
#contact-form label {width:100%}
.txtOrange{color:#de3f18}
/*.menu > li > a {
    font: 20px/31px "Roboto",sans-serif;
}
.camera_wrap .camera_pag .camera_pag_ul {
    margin-top: -60px 0 0 !important;
}
.colorBlack{background:#262b2f}
.camera_pag{background:#222222}*/

/*CSS overrides*/
ul.menu li:last-of-type{margin-right:20px}
#stuck_container{
	-webkit-box-shadow: -1px 3px 20px -4px rgba(0,0,0,0.4);
-moz-box-shadow: -1px 3px 20px -4px rgba(0,0,0,0.4);
box-shadow: -1px 3px 20px -4px rgba(0,0,0,0.4);
}
/*<!--Mobile Menu-->*/
.accordionButton {	
	width: 55px;
    float: right;
    cursor: pointer;
    background: url(../images/open.png) #222;
    background-position: right center;
    background-repeat: no-repeat;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: -59px;
    position: relative;
    height: 35px;
}
.accordionButton.on {
    background: url("../images/close.png") #ed4800;
    background-position:right center;
    background-repeat:no-repeat;
}

.accordionContent {
	width:100%;	
	text-align:center;
	background: #222;
	float:left;
}
a.menu-items{
	padding:15px;
	border-bottom:1px solid #343434;
	display:block;
	color:#ccc;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	text-decoration:none
	}
	a.menu-items:first-of-type{
	border-top:1px solid #343434;
	}
	a.menu-items:last-of-type{
	border-bottom:3px solid #ed4800;
	}
a.menu-items:focus, a.menu-items:hover{
	background-color:#ed4800;
	color:#fff;
	}
	.menu-trigger{
		margin-left:15px
		}
		.spacer20{height:20px}
@media only screen and (min-width: 768px) {
	.mobile-menu{display:none}
	}
	ul.option-set.text-3{
		font-size:15px
		}
	ul.option-set li{
		border: 1px solid #fff;
    padding: 0 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 25px;
		}
		@media (max-width: 479px){
.container {
    width: 100%;
    padding: 0 15px;
}}

.block-item-1{
	display: flex;
    display: -webkit-flex;
	height:400px
}
.block-item-1 .block-item-1_heading{
	align-self:center;
	margin-left:auto;
	margin-right:auto;
}
.block-item-1 .text-1{font-size:50px;font-weight:500;line-height:50px;text-shadow: 3px 3px 3px #333;}
.text-orange{color:#ed4800}

@media (min-width: 1200px){
.block-item-1{display: flex;
    display: -webkit-flex;
    height: 500px;
	text-align:center}
}
.text-center{text-align:center}
.spacer60{height:60px}
.spacer40{height:40px}
.spacer30{height:30px}
.spacer20{height:20px}
.spacer10{height:10px}
#galleryOverlay{
	    background: url(../images/close-gall.png) no-repeat top right;
    height: 20px;
    width: 39px;
	}
	

ul.option-set.nav	 {
  display: -webkit-flex; 
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.option-set.nav li {
    display: list-item;
}
ul.option-set.nav li a:focus, ul.option-set.nav li a:hover{
    color:#000;
}
.no-wrap{
	white-space:nowrap;
}

@media (max-width: 767px){
.container {
    width: 100%;
    padding: 0 20px;
}
.slider .container {
    width: 420px;
    padding: 0 20px;
}
.block-item-1 .text-1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 38px;
    /*text-shadow: 2px 2px 2px #333;*/
}
}
@media (max-width: 479px){
.slider .container {
    width: 300px;
}
.block-item-1{
	height:400px
}
}

