@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700);
@import url(../css/fl-real-estate-3.css);
@import url(../css/linecons.css);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
.mg-add {
  margin-top: -5px;
}
.p__mod {
  font-size: 15px;
  line-height: 20px;
}
* + .row {
  margin-top: 50px;
}
.row + * {
  margin-top: 30px;
}
.row + .row {
  margin-top: 30px;
}
* + h4 {
  margin-top: 20px;
}
* + p {
  margin-top: 20px;
}
* + .btn {
  margin-top: 40px;
}
* + .offs {
  margin-top: 57px;
}
h2 + img {
  margin-top: 50px;
}
h2 + .block {
  margin-top: 41px;
}
h2 + h6 {
  margin-top: 44px;
}
* + .p__mod {
  margin-top: 12px;
}
h2 + blockquote {
  margin-top: 40px;
}
* + .offs2 {
  margin-top: 40px;
}
.row + .offs2 {
  margin-top: 40px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-right: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    text-align: center;
  }
}
/*==================   Block-icon     ===================*/
.block-icon {
  position: relative;
  padding-left: 130px;
}
.block-icon + .block-icon {
  margin-top: 66px;
}
.block-icon .icon {
  position: absolute;
  font-size: 56px;
  color: #fff;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333333;
  left: 0;
  top: -5px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-icon p {
  font-size: 15px;
  line-height: 20px;
}
.block-icon * + p {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .block-icon {
    margin-top: 30px;
  }
}
.block-icon__mod {
  padding-left: 110px;
}
.block-icon__mod .icon {
  width: 91px;
  height: 91px;
  line-height: 91px;
  font-size: 50px;
  top: 0;
}
.block-icon__mod2 {
  padding-left: 30px;
}
.block-icon__mod2 .icon {
  width: 91px;
  height: 91px;
  line-height: 91px;
  font-size: 50px;
  top: 0;
}

.block-icon:hover .icon {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/*==================   Copyright     ====================*/
.rights {
  font-size: 15px;
  margin-top: 30px;
}
/*==================    Cont-info  ======================*/
.contact-info {
  max-width: 370px;
}
.contact-info address {
  color: #ffffff;
  line-height: 20px;
}
.contact-info address + dl {
  margin-top: 18px;
}
.contact-info dl {
  display: inline-block;
}
.contact-info dl dt {
  float: left;
}
.contact-info dl dd {
  float: right;
  margin-left: 40px;
}
.contact-info dl dt,
.contact-info dl dd {
  line-height: 20px;
}
.contact-info dt + dd {
  margin-top: 0;
}
.contact-info dd + dt {
  clear: both;
  margin-top: 0;
}
.contact-info dl + dl dt,
.contact-info dl + dl dd {
  margin-top: 0;
  float: none;
  display: inline-block;
}
.contact-info dl + dl dd + dt {
  clear: both;
  margin-top: 0;
}
.contact-info dl + dl dt,
.contact-info dl + dl dd {
  line-height: 20px;
}
.contact-info dl + dl dd {
  margin-left: 4px;
}
.contact-info dl + dl a[href^="mailto:"] {
  color: #ffae26;
  text-decoration: underline;
}
.contact-info dl + dl a[href^="mailto:"]:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .contact-info {
    margin-left: auto;
    margin-right: auto;
  }
}
/*==================  Marked List  ======================*/
* + .marked-list {
  margin-top: 28px;
}
.marked-list li {
  position: relative;
  padding-left: 26px;
  text-align: left;
}
.marked-list li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: 'FontAwesome';
  color: #ffae26;
}
.marked-list li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .marked-list {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

* + .marked-list-light {
  margin-top: 28px;
}
.marked-list-light li {
  position: relative;
  padding-left: 26px;
  text-align: left;
}
.marked-list-light li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: 'FontAwesome';
  color: #f3f3f3;
}
.marked-list-light li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .marked-list-light {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*==================       Block       ===================*/
.block time {
  display: block;
  font-size: 19px;
  color: #ffae26;
}
.block + .block {
  margin-top: 25px;
}
.block * + p {
  margin-top: 10px;
}
.block * + h6 {
  margin-top: 7px;
}
.block p {
  font-size: 15px;
  line-height: 20px;
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
* + .index-list {
  margin-top: 46px;
}
.index-list li {
  position: relative;
  padding-left: 112px;
}
.index-list li:before {
  content: counter(li, decimal) ' ';
  counter-increment: li;
  width: 91px;
  height: 91px;
  line-height: 91px;
  background: #25292e;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.index-list li + li {
  margin-top: 28px;
}
@media (max-width: 1199px) {
  .index-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*==================    Address  ========================*/
* + .address {
  margin-top: 45px;
}
.address p a {
  display: inline-block;
}
.address * + address {
  margin-top: 8px;
}
.address p + p.h4 {
  margin-top: 30px;
}
.address * + .phone {
  margin-top: 25px;
  margin-bottom: 18px;
}
.term-list dd {
  margin-left: 0;
}
.term-list * + dt {
  margin-top: 27px;
}
.term-list dt + * {
  margin-top: 12px;
}
.term-list a[href^="mailto:"] {
  display: inline-block;
  color: #ffae26;
  margin-top: 25px;
}
.term-list a[href^="mailto:"]:hover {
  color: #25292e;
}
* + .term-list {
  margin-top: 40px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: transparent;
  position: relative;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .stuck_container {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .navbar-nav {
    float: none;
    display: inline-block;
  }
  header .camera_container + .stuck_container {
    top: 0;
  }
}
@media (max-width: 767px) {
  header .navbar-nav {
    display: none;
  }
}
@media (max-width: 480px) {
  header .navbar-brand {
    font-size: 30px;
  }
}
.header__mod {
  height: 172px;
  background: url("../images/slide-1.jpg") center top no-repeat;
  background-size: cover;
  z-index: 99;
}
.header__mod:before {
  content: "";
  display: block;
  background: url("../images/bg-img.png") repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.header__mod .overlay {
  position: relative;
}
.header__mod .overlay:before,
.header__mod .overlay:after {
  content: "";
  position: absolute;
  width: 683px;
  height: 172px;
  display: block;
  -moz-transform: scale(1) skewX(33deg);
  -ms-transform: scale(1) skewX(33deg);
  -o-transform: scale(1) skewX(33deg);
  -webkit-transform: scale(1) skewX(33deg);
  transform: scale(1) skewX(33deg);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 0px;
}
.header__mod .overlay:before {
  left: -114px;
  background: rgba(255, 174, 38, 0.45);
  z-index: 2;
}
.header__mod .overlay:after {
  width: 1000px;
  left: -266px;
  background: rgba(255, 174, 38, 0.35);
  z-index: 1;
}
@media (max-width: 767px) {
  .header__mod .overlay {
    display: none;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #ffffff;
}
/*==================    404    =========================*/
.page404 {
  padding-top: 91px;
}
.page404 .mg-add {
  margin-top: 20px;
}
.page404 * + p {
  margin-top: 30px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #333333;
  color: #9d9d9d;
  padding-top: 56px;
  padding-bottom: 81px;
}
footer h5 {
  color: #ffffff;
  text-transform: capitalize;
}
footer h5 + * {
  margin-top: 30px;
}
footer ul li {
  font-size: 15px;
}
footer ul li + li {
  margin-top: 12px;
}
footer .navbar-brand {
  color: #fff;
  font-size: 23px;
  line-height: 14px;
  padding-left: 48px;
}
footer .navbar-brand:before {
  font-size: 28px;
  top: 8px;
}
footer .navbar-brand .navbar-slogan {
  font-size: 13px;
  line-height: 14px;
  text-align: left;
}
footer .inline-list {
  margin-top: 15px;
}
footer .inline-list li {
  display: inline-block;
  background: #ffae26;
  width: 79px;
  height: 79px;
  line-height: 79px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer .inline-list li:hover {
  background: #141414;
}
footer .inline-list li a:hover {
  color: inherit;
}
@media (max-width: 1199px) {
  footer .inline-list li {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
footer .inline-list li + li {
  margin-left: 12px;
}

.block-11_content a {
  overflow: hidden;
  float: left;
  display: block;
  position: relative;
  width: inherit;
}
.block-11_content a img {
  width: inherit;
  transition: opacity 0.5s ease;
}
.block-11_content a:hover .block-11_cover1 {
  opacity: 0.7;
}
.block-11_content a:hover .block-11_cover2 {
  opacity: 1;
}
.block-11_cover1 {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding-top: 120px;
  z-index: 2;
  transition: opacity 0.5s ease;
}
.block-11_cover2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  padding-top: 80px;
  z-index: 3;
  transition: opacity 0.5s ease;
}
.ta__c {
    text-align: center;
}

.text14 {
    font-family: Julius Sans One;
    font-size: 30px;
    line-height: 24px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
  padding-top: 6px;
}
#contact-form .btn1 {
  margin-top: 25px;
}
#contact-form label {
  display: block;
  float: left;
  position: relative;
  display: inline-block;
  width: 30.8%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 47px;
}
#contact-form label + label {
	margin-left: 3.2%;
}
#contact-form label.message {
  margin-left: 0;
  width: 100%;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 18px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  padding: 12px 16px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  color: #a5a5a5;
  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'] {
  width: 100%;
  line-height: 18px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  padding: 8px 15px 8px;
  outline: none;
  height: 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-weight: 200;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #626262;
}
/* 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 {
  width: 100%;
  line-height: 24px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  padding: 8px 15px 8px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 204px;
  font-weight: 300;
  margin: 0;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #626262;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 1px;
  line-height: 25px;
  color: #404040;
  font-weight:200;
  font-style: italic;
  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: 30px;
}

/* 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: #ffffff;
  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;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
}
#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) {
  #contact-form {
    padding-right: 0;
  }
  #contact-form label {
    width: 100%;
    margin: 0 !important;
    clear: left;
  }
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
  padding-top: 6px;
}
#contact-form .btn1 {
  margin-top: 25px;
}
#contact-form label {
  display: block;
  float: left;
  position: relative;
  display: inline-block;
  width: 30.8%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 47px;
}
#contact-form label + label {
	margin-left: 3.2%;
}
#contact-form label.message {
  margin-left: 0;
  width: 100%;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 18px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  padding: 12px 16px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  color: #a5a5a5;
  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'] {
  width: 100%;
  line-height: 18px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  padding: 8px 15px 8px;
  outline: none;
  height: 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-weight: 200;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #626262;
}
/* 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 {
  width: 100%;
  line-height: 24px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  padding: 8px 15px 8px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 204px;
  font-weight: 300;
  margin: 0;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #626262;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 1px;
  line-height: 25px;
  color: #404040;
  font-weight:200;
  font-style: italic;
  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: 30px;
}

/* 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: #ffffff;
  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;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
}
#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) {
  #contact-form {
    padding-right: 0;
  }
  #contact-form label {
    width: 100%;
    margin: 0 !important;
    clear: left;
  }
}