/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
/*
	DEFAULT COLOR SET
	baby blue: #96badc
	middle blue: #669aca
	deep blue: #9ca299
	
	
	
*/
/* #Site Styles
================================================== */
/*

 main brand colour #002349
	
*/
.color_border_bottom {
  border-bottom: none;
  /*2px solid $border_color;*/ }

.color_border_top {
  /*2px solid $border_color;*/ }

.container_2560 {
  max-width: 2560px;
  width: 100%; }
  .container_2560 .halfp.columns {
    width: 50%;
    margin-left: 0;
    margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .container_2560 .halfp.columns {
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 479px) {
      .container_2560 .halfp.columns {
        width: 300px; } }
    .container_2560 .halfp.columns img {
      display: block; }
    .container_2560 .halfp.columns .center {
      display: block;
      float: none;
      margin: 0 auto;
      padding: 0 20px;
      max-width: 600px; }
      @media only screen and (max-width: 767px) {
        .container_2560 .halfp.columns .center {
          padding: 0; } }

#sendemailsubmit,
#listing_search_submit,
#listing_order_submit {
  font-family: "Crimson text", serif;
  padding: 9px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  #sendemailsubmit:hover,
  #listing_search_submit:hover,
  #listing_order_submit:hover {
    background: #666;
    color: #fff; }

#sendemailsubmit {
  max-width: 270px; }

#listing_order_submit:hover {
  background: #666; }

strong {
  font-weight: 300; }

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

.white_overlay {
  background-color: #fff; }

.red_smokescreen_50 {
  background-image: url("../images/red_smokescreen_50.png"); }

.grey_bg {
  background-color: #eff1f3;
  padding-top: 40px; }

.white_bg {
  background-color: #fff;
  padding-top: 40px; }

.padding_box_70 {
  padding: 70px 0; }

.padding_box_top_70 {
  padding-top: 70px; }

.padding_box_bottom_70 {
  padding-bottom: 70px; }

.blue_smokescreen {
  background-image: url("../images/blue_smokescreen.png");
  background-repeat: repeat; }

.eight.columns .youtube_embed {
  width: 460px;
  height: 345px; }
  @media only screen and (max-width: 959px) {
    .eight.columns .youtube_embed {
      width: 364px;
      height: 273px; } }
  @media only screen and (max-width: 767px) {
    .eight.columns .youtube_embed {
      width: 420px;
      height: 315px; } }
  @media only screen and (max-width: 479px) {
    .eight.columns .youtube_embed {
      width: 300px;
      height: 225px; } }

.padded_white_box {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px; }

.padded_white_box h3, .padded_white_box h4, .padded_white_box h5, .padded_white_box h6, .padded_white_box p, .padded_white_box table {
  padding-left: 50px;
  padding-right: 50px; }

/*
#content_top {
	padding-bottom: 40px;
}
*/
#content_top, #content_top p, #content_top h2, #content_top h3, #content_top h4, #content_top h5, #content_top h6 {
  text-align: center; }

#content_top img {
  text-align: center;
  margin: 0px auto;
  display: block; }

#content_top .listing_social_media {
  display: block;
  margin: 0px auto;
  float: none;
  padding: 0px; }

/* #Page Styles
================================================== */
#topbar {
  z-index: 20; }

img {
  image-rendering: optimizeQuality; }

#logo {
  margin-top: 0; }
  #logo a {
    color: #fff;
    font-size: 38px; }
    #logo a:link, #logo a:visited {
      border: none;
      text-decoration: none;
      display: block;
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 767px) {
      #logo a {
        text-align: center;
        font-size: 30px; } }
    @media only screen and (max-width: 479px) {
      #logo a {
        font-size: 40px; } }
  #logo img {
    max-width: 586px;
    width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    #logo img:hover {
      opacity: 0.8;
      -moz-opacity: 0.8;
      -webkit-opacity: 0.8;
      filter: alpha(opacity=80); }

#header {
  padding: 0px;
  position: relative; }

#sotheby_logo img {
  float: right;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    #sotheby_logo img {
      float: right;
      margin-top: 0; } }

.menupadding {
  margin-top: -52px;
  padding-top: 80px; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .menupadding {
      margin-top: -48px; } }
  @media only screen and (max-width: 767px) {
    .menupadding {
      margin-top: initial;
      padding-top: 20px; } }

#menubar_wrap {
  z-index: 50; }

#menubar {
  text-align: left;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    #menubar {
      margin-bottom: 20px;
      margin-top: 0; } }

#menu {
  margin: 0px;
  padding: 0px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #menu {
      height: auto;
      padding: 0;
      margin-bottom: 20px;
      text-align: left;
      display: block;
      border: none;
      height: auto;
      margin-bottom: 20px; } }
  #menu > li {
    display: inline-block;
    margin-left: 16px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
    width: auto;
    position: relative; }
    #menu > li:first-child {
      margin-left: 0px; }
    @media only screen and (max-width: 959px) {
      #menu > li {
        margin-left: 4px; } }
    @media only screen and (max-width: 767px) {
      #menu > li {
        margin-right: 10px;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: left;
        padding: 0px;
        width: 100%;
        display: block;
        float: left;
        border: none;
        clear: both; } }
    #menu > li > a:link, #menu > li > a:visited {
      display: block;
      float: none;
      width: auto;
      font-weight: 300;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      padding: 5px 5px;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      color: #424242;
      font-size: 18px;
      line-height: normal;
      padding: 15px 0; }
      @media only screen and (max-width: 959px) {
        #menu > li > a:link, #menu > li > a:visited {
          font-size: 14.4px; } }
      @media only screen and (max-width: 767px) {
        #menu > li > a:link, #menu > li > a:visited {
          background-color: #eee;
          width: 100%;
          color: #424242;
          padding: 10px 2%;
          text-align: center;
          font-size: 20px;
          float: left;
          display: block;
          border-bottom: 1px solid #fff; } }
    #menu > li > a:hover, #menu > li > a:active {
      color: #757575;
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        #menu > li > a:hover, #menu > li > a:active {
          background-color: #fff; } }
    #menu > li .submenu {
      position: absolute;
      left: -0px;
      padding: 0px 0px 0px 0px;
      top: 30px;
      left: 3px;
      margin: 20px 0px 0px 0px;
      text-align: left;
      width: auto;
      z-index: 20;
      z-index: 20;
      _margin: 0;
      /*IE6 only*/
      visibility: hidden;
      opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      @media only screen and (max-width: 767px) {
        #menu > li .submenu {
          position: initial;
          text-align: center;
          background-color: #d4d4d4;
          visibility: hidden;
          display: none;
          opacity: 0;
          -moz-opacity: 0;
          -webkit-opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; } }
      #menu > li .submenu li {
        text-align: left !important;
        margin: 0px 0px 0px 0px !important;
        padding: 0px;
        display: block;
        clear: both; }
        @media only screen and (max-width: 767px) {
          #menu > li .submenu li {
            text-align: center !important;
            margin: 0px 0px 0px 0px !important;
            padding: 0px;
            display: block;
            clear: both; } }
        #menu > li .submenu li a:link, #menu > li .submenu li a:visited {
          color: #424242 !important;
          font-size: 14px;
          font-family: "Montserrat", sans-serif;
          margin: 0px;
          padding: 5px 12px 7px 12px !important;
          margin: 0px !important;
          display: block;
          text-transform: uppercase;
          white-space: nowrap;
          text-decoration: none;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
          @media only screen and (max-width: 767px) {
            #menu > li .submenu li a:link, #menu > li .submenu li a:visited {
              color: #424242 !important;
              border-bottom: 1px solid #fff;
              background: #d4d4d4; } }
        #menu > li .submenu li a:hover, #menu > li .submenu li a:active {
          color: #757575 !important; }
          @media only screen and (max-width: 767px) {
            #menu > li .submenu li a:hover, #menu > li .submenu li a:active {
              background: #bbbbbb; } }
        #menu > li .submenu li .subsubmenu {
          display: none;
          position: absolute;
          width: auto;
          background: #fff;
          left: 167px;
          margin-top: -30px; }
          @media only screen and (max-width: 767px) {
            #menu > li .submenu li .subsubmenu {
              position: initial;
              margin: 0; } }
        #menu > li .submenu li:hover a, #menu > li .submenu li:active a {
          color: #757575;
          background-color: #eee;
          text-decoration: none; }
        #menu > li .submenu li:hover .subsubmenu, #menu > li .submenu li:active .subsubmenu {
          display: block; }
          #menu > li .submenu li:hover .subsubmenu a, #menu > li .submenu li:active .subsubmenu a {
            background: #fff; }
            @media only screen and (max-width: 767px) {
              #menu > li .submenu li:hover .subsubmenu a, #menu > li .submenu li:active .subsubmenu a {
                background-color: #a2a2a2; } }
            #menu > li .submenu li:hover .subsubmenu a:hover, #menu > li .submenu li:hover .subsubmenu a:active, #menu > li .submenu li:active .subsubmenu a:hover, #menu > li .submenu li:active .subsubmenu a:active {
              color: #757575;
              background-color: #e6e6e6;
              text-decoration: none; }
    #menu > li:hover .submenu {
      visibility: visible;
      opacity: 0.9;
      -moz-opacity: 0.9;
      -webkit-opacity: 0.9;
      filter: alpha(opacity=90);
      margin: 0;
      margin-top: 12px;
      left: 0; }
      @media only screen and (max-width: 767px) {
        #menu > li:hover .submenu {
          visibility: visible;
          opacity: 1;
          -moz-opacity: 1;
          -webkit-opacity: 1;
          filter: alpha(opacity=100);
          margin: 0px;
          display: block; } }

#header_contact p {
  text-align: center;
  font-size: 18px;
  line-height: 24px; }

#content {
  z-index: 10; }

#office_map {
  height: 376px; }
  @media only screen and (max-width: 767px) {
    #office_map {
      height: 250px; } }

/*
#index_buttons {
	padding-top:40px;
}
*/
.scroll_down {
  position: relative;
  z-index: 50;
  display: block;
  margin: 0 auto;
  margin-top: -44px;
  width: 70px; }
  .scroll_down img {
    display: block;
    margin: 0 auto; }

.index_button_container {
  text-align: center; }
  .index_button_container img {
    margin: 0 auto 5px; }
  .index_button_container a {
    font-family: "Crimson text", serif; }
    .index_button_container a img {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }
    .index_button_container a:hover img, .index_button_container a:active img {
      opacity: 0.5 !important;
      -moz-opacity: 0.5 !important;
      -webkit-opacity: 0.5 !important;
      filter: alpha(opacity=50) !important; }

.parallax_row {
  padding: 80px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.parallax_link {
  color: #fff;
  text-decoration: none;
  padding: 9px 50px;
  border: solid;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .parallax_link:hover, .parallax_link:active {
    color: #ddd; }
  .parallax_link:visited, .parallax_link:link {
    color: #fff; }

.feat_list_title {
  padding: 30px 0;
  background: #424242; }
  .feat_list_title h2, .feat_list_title h3 {
    color: #fff;
    border: solid 2px #fff;
    border-left: none;
    border-right: none; }
    .feat_list_title h2 a:link, .feat_list_title h2 a:visited, .feat_list_title h3 a:link, .feat_list_title h3 a:visited {
      color: #fff;
      font-family: "Crimson text", serif;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .feat_list_title h2 a:hover, .feat_list_title h2 a:active, .feat_list_title h3 a:hover, .feat_list_title h3 a:active {
      color: #aaa; }
  .feat_list_title h3 {
    text-transform: uppercase;
    font-size: 28px; }
  .feat_list_title span {
    display: block;
    line-height: normal; }
    .feat_list_title span.show_address {
      font-family: "Crimson text", serif;
      font-size: 27px; }
    .feat_list_title span.areacity {
      font-family: "Montserrat", sans-serif;
      font-size: 55%;
      margin-top: -60px; }
    .feat_list_title span.showlisting_price {
      font-family: "Crimson text", serif;
      margin-top: -40px; }
  .feat_list_title p {
    color: #fff; }

.feat_list_title2 {
  padding: 30px 0; }
  .feat_list_title2 h2, .feat_list_title2 h3 {
    color: #424242;
    border: solid 2px #424242;
    border-left: none;
    border-right: none;
    padding: 10px 0;
    text-transform: uppercase; }

/*---------    MLS page    --------*/
#format label {
  font-family: "Crimson text", serif; }

.ui-button .ui-button-text {
  font-family: "Crimson text", serif; }

/*---------------------------------*/
/*************************************************
*												 *
*				LISTINGS PAGE					 *
*												 *
**************************************************/
.slideout_handle a {
  left: 205px; }

.styled_select select, #listing_search_container .styled_select select, #listing_order_form .styled_select select {
  background: transparent;
  width: 115%;
  box-sizing: border-box;
  padding: 5px;
  font-size: 14px;
  color: #333;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 35px;
  -webkit-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.styled_select {
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url("../images/select-dropdown.png") no-repeat right #eee;
  border: none; }

#listing_search_container .static_text {
  display: block;
  width: 90%;
  padding-left: 10%;
  clear: both;
  float: left;
  margin-bottom: 8px; }

.listing_search_label {
  width: 90px;
  padding-top: 3px;
  padding-bottom: 5px; }
  .listing_search_label label {
    font-weight: 400;
    font-size: 11px; }

#listings_row_wrapper {
  padding-top: 125px;
  padding-bottom: 20px; }
  #listings_row_wrapper p, #listings_row_wrapper h4, #listings_row_wrapper a {
    color: #424242; }
  #listings_row_wrapper h4 {
    font-family: "Crimson text", serif;
    font-size: 22px;
    margin-top: 20px;
    line-height: 18px; }
    @media only screen and (max-width: 1024px) {
      #listings_row_wrapper h4 {
        line-height: 26px; } }
    #listings_row_wrapper h4 span {
      font-size: 38px;
      display: block;
      padding-bottom: 0;
      font-family: "Crimson text", serif; }
  @media only screen and (max-width: 1151px) {
    #listings_row_wrapper {
      padding-top: 105px; } }
  @media only screen and (max-width: 959px) {
    #listings_row_wrapper {
      padding-top: 85px; } }
  @media only screen and (max-width: 767px) {
    #listings_row_wrapper {
      padding-top: 65px; } }

.listing_container {
  margin: 0;
  text-align: center; }
  @media only screen and (max-width: 959px) {
    .listing_container {
      padding-bottom: 10px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 767px) {
    .listing_container {
      float: none; }
      .listing_container table {
        margin-bottom: 10px;
        width: 100%; }
        .listing_container table td {
          padding-left: 10px;
          padding-bottom: 3px; } }
  .listing_container p {
    text-align: center;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .listing_container p {
        text-align: center;
        padding: 0px 5px;
        font-size: 13px;
        margin-bottom: 3px; } }
  .listing_container h4 {
    margin: 0;
    text-transform: none;
    font-size: 20px;
    font-family: "lato", sans-serif; }
    .listing_container h4.lstn_add1 {
      margin-top: 20px; }
    .listing_container h4.lstn_add2 {
      font-weight: 300; }
    .listing_container h4.lstn_price {
      margin-bottom: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .listing_container h4 {
        padding-left: 5px;
        margin-bottom: 2px;
        margin-top: 0px; } }
    @media only screen and (max-width: 767px) {
      .listing_container h4 {
        font-size: 20px;
        line-height: 24px;
        padding: 0px;
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: center; } }
  @media only screen and (max-width: 767px) {
    .listing_container a {
      line-height: 12px; } }
  .listing_container h4 a {
    text-transform: none;
    font-size: 20px;
    font-family: "Crimson text", serif;
    margin: 0; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .listing_container h6 {
      font-size: 12px;
      line-height: 16px; } }
  @media only screen and (max-width: 767px) {
    .listing_container h6 {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      padding: 0px; } }
  .listing_container .listing_thumb {
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: #000; }
    .listing_container .listing_thumb img {
      width: 33.333%;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .listing_container .listing_thumb img.main_img {
        z-index: 5;
        position: relative;
        box-shadow: 0px 0px 10px #000;
        -moz-box-shadow: 0px 0px 10px #000;
        -webkit-box-shadow: 0px 0px 10px #000;
        -khtml-box-shadow: 0px 0px 10px #000; }
        @media only screen and (max-width: 767px) {
          .listing_container .listing_thumb img.main_img {
            position: initial; } }
      @media only screen and (max-width: 959px) {
        .listing_container .listing_thumb img.lat {
          display: none; }
        .listing_container .listing_thumb img.center {
          width: 100%; } }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        .listing_container .listing_thumb img {
          margin: 0px auto;
          display: block; } }
    .listing_container .listing_thumb:hover img {
      opacity: 0.4;
      -moz-opacity: 0.4;
      -webkit-opacity: 0.4;
      filter: alpha(opacity=40); }
      .listing_container .listing_thumb:hover img:hover {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        box-shadow: 0px 0px 10px #000;
        -moz-box-shadow: 0px 0px 10px #000;
        -webkit-box-shadow: 0px 0px 10px #000;
        -khtml-box-shadow: 0px 0px 10px #000;
        z-index: 50;
        position: relative; }
    .listing_container .listing_thumb:hover .listing_remarks {
      bottom: -42px; }
  .listing_container .listing_heading {
    position: static;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    padding: 8px 0; }
    .listing_container .listing_heading > p {
      color: #424242 !important;
      font-size: 22px;
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase; }
      @media only screen and (max-width: 959px) {
        .listing_container .listing_heading > p {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .listing_container .listing_heading > p {
          margin-bottom: 0; } }
  .listing_container .listing_remarks {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    padding: 8px 0;
    z-index: 5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .listing_container .listing_remarks > p {
      color: #fff !important;
      font-size: 18px;
      font-weight: 400;
      font-family: "lato", sans-serif;
      text-transform: uppercase;
      text-decoration: none; }
      @media only screen and (max-width: 959px) {
        .listing_container .listing_remarks > p {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .listing_container .listing_remarks > p {
          margin-bottom: 0; } }
  .listing_container .sold_remark p {
    color: #424242 !important; }
  .listing_container .listing_remarks.open_house p {
    text-transform: none; }
  .listing_container .listing_remarks.open_house p {
    text-transform: none; }
  .listing_container .short_remark {
    width: auto;
    padding: 8px 14px; }
  .listing_container .listings_thumb_view_now {
    position: absolute;
    display: block;
    margin: auto;
    top: 47%;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); }
  .listing_container .listing_price {
    margin-top: 4px; }
    @media only screen and (max-width: 767px) {
      .listing_container .listing_price {
        font-size: 15px;
        text-align: center;
        padding: 0px; } }
  .listing_container .list_thumb_tablet a.tab_link:link, .listing_container .list_thumb_tablet a.tab_link:visited {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 400;
    text-decoration: none;
    font-size: 20px; }
  .listing_container .list_thumb_tablet a.tab_link:hover, .listing_container .list_thumb_tablet a.tab_link:active {
    color: #757575 !important; }
  .listing_container:hover {
    cursor: initial; }
    @media only screen and (max-width: 1024px) {
      .listing_container:hover {
        cursor: initial; } }
    .listing_container:hover p, .listing_container:hover h4, .listing_container:hover h4 a {
      opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }
    @media only screen and (max-width: 767px) {
      .listing_container:hover .listing_thumb {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        -moz-transform: none;
        transition: 0.6s; } }

.listing_page_nav_container {
  text-align: center;
  padding-top: 20px; }
  .listing_page_nav_container .listing_page_nav {
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block; }
    .listing_page_nav_container .listing_page_nav a {
      padding-bottom: 20px !important; }
      .listing_page_nav_container .listing_page_nav a:link, .listing_page_nav_container .listing_page_nav a:visited {
        font-family: 'Raleway Light';
        color: #444444;
        width: 24px;
        height: 28px;
        font-size: 18px;
        display: block;
        text-align: center;
        float: left;
        text-decoration: none;
        padding-bottom: 20px; }
      .listing_page_nav_container .listing_page_nav a:hover, .listing_page_nav_container .listing_page_nav a:active {
        color: #555555;
        text-decoration: none; }
    .listing_page_nav_container .listing_page_nav:hover > a {
      color: #000; }
  .listing_page_nav_container .currentpage a:link, .listing_page_nav_container .currentpage a:visited {
    color: #fff !important;
    background: #666; }

.sold_sticker {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  width: 106px;
  height: 78px;
  z-index: 20; }

.sold_sticker img {
  width: 100%;
  height: auto; }

.listings_bg_image {
  height: 300px;
  overflow: hidden; }
  .listings_bg_image #listings_topimage_screen {
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }
  .listings_bg_image > img {
    position: absolute;
    width: 100%;
    min-width: 500px;
    text-align: center; }
  .listings_bg_image > div {
    top: 45%;
    z-index: 10; }
    .listings_bg_image > div h2 {
      color: #fff;
      text-shadow: #424242 2px 2px 4px; }

.listing_social_media {
  float: none;
  margin: 0 auto; }

#showlisting_contact_form_wrapper input[type="text"]:focus,
#showlisting_contact_form_wrapper input[type="password"]:focus,
#showlisting_contact_form_wrapper input[type="email"]:focus,
#showlisting_contact_form_wrapper textarea:focus {
  color: #424242; }

@media only screen and (max-width: 767px) {
  .specrow_table_style tbody {
    width: 100%;
    display: table; }
    .specrow_table_style tbody .specname, .specrow_table_style tbody .specvalue {
      width: 50%; } }

#listing_detail_top_remarks {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

#listing_gallery {
  margin-bottom: 220px; }

table .specname, table .specvalue {
  padding: 6px 0px; }

table .specname {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-right: 10px;
  font-size: initial;
  text-transform: uppercase;
  color: #424242; }

table .specvalue {
  font-weight: 300;
  color: #000;
  font-size: initial; }

.mls_disclaimer {
  font-size: 9px;
  line-height: 12px; }

.pdficon {
  width: 36px;
  height: auto;
  margin-right: 10px;
  display: inline-block; }

#listing_detail_map_menus {
  z-index: 0;
  text-align: center; }

#listing_detail_map_menus a:link, #listing_detail_map_menus a:visited {
  margin-right: 10px;
  padding: 7px 7px 15px 7px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  height: auto;
  width: auto; }

#listing_detail_map_menus a:hover, #listing_detail_map_menus a:active {
  text-decoration: none;
  color: #9CA299; }

#listing_detail_map_tabs {
  margin-top: -5px;
  position: relative;
  height: 376px;
  z-index: 5; }

#listingmap, #listingpanorama, .listing_detail_map_tab {
  height: 376px;
  width: 100%;
  position: relative;
  display: block; }

#listing_detail_map_tabs .listing_detail_map_tab {
  position: absolute;
  top: 0px;
  left: -9999px; }

.listing_detail_map_tab {
  background-color: #eee; }

.listing_detail_map_tab h4 {
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 40px; }

#listing_detail_map_tabs #mapview {
  left: 0px; }

#features_box table td {
  width: 215px; }

#dimensions_table table td {
  width: 215px; }

.full_size_listing_wrapper .listing_price {
  font-size: 18px; }

#content_top.full_size_listing_wrapper .listing_price {
  margin-bottom: 20px; }

#content_top.full_size_listing_wrapper {
  padding-bottom: 0; }

a[class^="ls-thumb"] {
  -webkit-box-shadow: inset 0 0 0px 10px white !important;
  -moz-box-shadow: inset 0 0 0px 10px white !important;
  box-shadow: inset 0 0 0px 10px white !important; }

.show_listing_h3 {
  font-size: 30px;
  color: #424242;
  font-family: "Crimson text", serif; }

#listing_detail_map_tabs {
  -moz-box-shadow: inset 0px 0px 0px 15px #424242;
  -webkit-box-shadow: 0px 0px 0px 15px #424242;
  box-shadow: 0px 0px 0px 15px #424242;
  margin-top: 10px;
  margin-bottom: 70px; }

#listing_contact h2 {
  margin-bottom: 20px; }

.showlisting_video {
  max-width: 1142px;
  width: 100%;
  height: 678px; }
  @media only screen and (max-width: 1151px) {
    .showlisting_video {
      height: 564px; } }
  @media only screen and (max-width: 959px) {
    .showlisting_video {
      height: 472px; } }
  @media only screen and (max-width: 767px) {
    .showlisting_video {
      height: 313px; } }
  @media only screen and (max-width: 479px) {
    .showlisting_video {
      height: 240px; } }

.featurefloorlink {
  width: 270px;
  max-width: 100%;
  margin: 20px auto;
  border: solid 3px;
  padding: 10px 0;
  text-align: center; }
  .featurefloorlink p, .featurefloorlink a {
    color: #424242;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px; }
  .featurefloorlink a:link, .featurefloorlink a:visited {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .featurefloorlink a:active, .featurefloorlink a:hover {
    color: #757575; }

#listing_detail_map_menus .street_view {
  background: white;
  background-color: white; }

#listing_detail_map_menus a:link,
#listing_detail_map_menus a:visited {
  border: 5px solid #424242; }

/* CONTACT PAGE*/
.contact_icon {
  margin-right: 10px;
  width: 24px;
  height: auto;
  vertical-align: middle; }

#contact_icon_pin {
  width: 48px;
  float: left; }

.contact_social_icon {
  display: inline-block;
  width: 64px;
  height: auto;
  margin: 0px 20px; }
  @media only screen and (max-width: 767px) {
    .contact_social_icon {
      width: 47px;
      margin: 0 9px; }
      .contact_social_icon:first-child {
        margin-left: 0; }
      .contact_social_icon:last-child {
        margin-right: 0; } }
  @media only screen and (max-width: 767px) and (max-width: 479px) {
    .contact_social_icon {
      margin: 0px 4px; } }
  .contact_social_icon img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
  .contact_social_icon:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    filter: alpha(opacity=80); }

#index_office_map_wrapper {
  padding: 15px 0;
  background: #424242; }

#testimonials h6 {
  color: #666; }

#contact_page {
  font-size: 14px; }

#contact_info img {
  width: 20px; }

#contact_info strong {
  color: #666;
  font-weight: 300px;
  font-size: 14px;
  font-family: "lato", sans-serif; }

#contact_info a {
  font-size: 14px;
  color: #444;
  text-decoration: none; }

#contact_brokerage_pin div {
  width: 80%;
  float: left; }

#contact_brokerage_pin .pin {
  width: 20%; }

#contact_brokerage_pin h6 {
  font-weight: 700; }

#find_us_contact {
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    #find_us_contact {
      padding: 0; } }
  #find_us_contact h2 {
    margin-top: 60px; }

#contact_social_bar {
  margin: 100px 0 60px;
  text-align: center; }
  @media only screen and (max-width: 959px) {
    #contact_social_bar {
      margin: 50px 0 10px;
      margin-top: 20px; } }

#contact_name_company h3 {
  color: #424242;
  font-size: 24px;
  font-family: "lato", sans-serif;
  text-align: left;
  text-transform: capitalize; }
  @media only screen and (max-width: 767px) {
    #contact_name_company h3 h3 {
      text-align: center; } }

#footer_bottom {
  color: #fff;
  padding-top: 40px;
  background: #424242; }

#contact_footer_info {
  text-align: center; }
  #contact_footer_info p, #contact_footer_info a, #contact_footer_info h4 {
    color: #fff;
    font-size: 24px;
    line-height: normal; }
    @media only screen and (max-width: 767px) {
      #contact_footer_info p, #contact_footer_info a, #contact_footer_info h4 {
        font-size: 18px; } }
    #contact_footer_info p.no_dec a:link, #contact_footer_info p.no_dec a:visited, #contact_footer_info a.no_dec a:link, #contact_footer_info a.no_dec a:visited, #contact_footer_info h4.no_dec a:link, #contact_footer_info h4.no_dec a:visited {
      text-decoration: none;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    #contact_footer_info p.no_dec a:hover, #contact_footer_info p.no_dec a:active, #contact_footer_info a.no_dec a:hover, #contact_footer_info a.no_dec a:active, #contact_footer_info h4.no_dec a:hover, #contact_footer_info h4.no_dec a:active {
      color: #ddd; }
  #contact_footer_info h4 {
    font-size: 30px; }
    @media only screen and (max-width: 767px) {
      #contact_footer_info h4 {
        font-size: 24px; } }
  #contact_footer_info p, #contact_footer_info a {
    font-family: "Montserrat", sans-serif; }

#footer_social {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #footer_social {
      margin-bottom: 40px; } }
  #footer_social .footer_social_buttons {
    width: 24px;
    display: inline-block;
    margin-right: 25px;
    position: relative; }
    #footer_social .footer_social_buttons:last-child {
      margin-right: 0; }

/*
#footer_social .footer_social_buttons a img {
	opacity:0.5;
	-webkit-opacity: 0.5;
}

#footer_social .footer_social_buttons a:hover img {
	opacity:1.0;
	-webkit-opacity: 1.0;
} 
*/
.footer_social_buttons:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  border-width: 0px 1px;
  border-style: solid;
  border-color: #666;
  right: -14px;
  bottom: 2px; }

.footer_social_buttons a img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100); }

.footer_social_buttons a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  /*
				&:last-child {
					@include opacity(1);//second colored icon (appears on hover)
				}
				*/ }

.footer_social_buttons:last-child:after {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  border: none;
  left: -4px;
  bottom: 12px; }

.footer_social_buttons .top_social_buttons_hover {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .footer_social_buttons .top_social_buttons_hover:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }

.footer_social_buttons .top_social_default {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .footer_social_buttons .top_social_default:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70); }

@media only screen and (max-width: 767px) {
  #footer_subscribe {
    text-align: center; } }

@media only screen and (max-width: 767px) {
  #footer_subscribe h4 {
    font-size: 24px;
    line-height: 30px;
    text-align: center; } }

#footer_subscribe input {
  float: left;
  display: block;
  margin: 0px; }

#footer_subscribe input[type="text"] {
  width: 66%;
  padding: 2%;
  background-color: #fff; }

#footer_subscribe input[type="button"] {
  width: 30%;
  padding: 2%; }

#footer_agency img {
  width: 190px;
  margin: 0px auto;
  display: block; }

#footer_disclaimer p {
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: left; }
  #footer_disclaimer p > a {
    color: #fff; }

.back_to_top {
  padding: 0px 0px 20px 0px;
  text-align: center;
  background: #424242; }
  .back_to_top a {
    text-transform: capitalize; }
    .back_to_top a:link, .back_to_top a:visited {
      text-decoration: none; }
    .back_to_top a:hover, .back_to_top a:active {
      color: #bfbfbf; }
  .back_to_top p {
    text-align: center;
    font-size: 86%;
    font-weight: 500;
    text-transform: uppercase; }
    .back_to_top p a {
      color: #fff; }
  .back_to_top img {
    margin: 0px auto 10px auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
    .back_to_top img:hover {
      opacity: 0.5 !important;
      -moz-opacity: 0.5 !important;
      -webkit-opacity: 0.5 !important;
      filter: alpha(opacity=50) !important; }

/*
.ls-inner h4 {
	color: blue;
}
*/
#about_sophia img {
  margin: 0 auto;
  display: block; }

img.map_icon {
  height: 32px; }

body .blue_line_left {
  font-size: 18px;
  line-height: 20px;
  position: relative;
  bottom: 5px;
  margin-bottom: 10px;
  color: #424242;
  padding-left: 10px; }
  body .blue_line_left:before {
    content: "";
    display: block;
    position: absolute;
    height: 32px;
    border-width: 0px 1px;
    border-style: solid;
    border-color: #424242;
    left: -4px;
    bottom: 3px; }

#content_top p {
  margin-bottom: 20px; }

#content_top #charlotte_text_logo {
  margin-bottom: 24px; }

#content_top .listing_price {
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  color: #424242; }

@media only screen and (max-width: 767px) {
  #content_top .listing_price, #content_top .listing_specs, #content_top .listing_remarks p {
    margin-bottom: 0; } }

#responsive_contact_header {
  text-align: center; }
  #responsive_contact_header a {
    display: block;
    font-size: 16px;
    display: block;
    color: #424242;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    #responsive_contact_header a:hover, #responsive_contact_header a:active {
      color: #666; }
    #responsive_contact_header a:last-child {
      margin-bottom: 15px; }

.ls-slide h4 {
  color: #666;
  font-size: 18px;
  color: #666; }

.ls-slide img {
  margin-left: 0; }

.main_quote {
  text-transform: none;
  font-style: italic; }

@media only screen and (min-width: 768px) {
  .index_midalign {
    display: table; } }

.index_midalign .midalign {
  float: none; }
  @media only screen and (min-width: 768px) {
    .index_midalign .midalign {
      float: inherit;
      display: table-cell;
      vertical-align: middle; }
      .index_midalign .midalign img {
        width: inherit; } }

/*END HOMEPAGE-----------------------------------*/
/* instagram carousel style */
#instagram_feed {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  min-height: 260px;
  max-height: 300px;
  overflow: hidden; }

#carousel_nav {
  position: absolute;
  width: 100%;
  height: 100%; }

#carousel_nav .previous,
#carousel_nav .next {
  top: 100px;
  position: absolute; }
  @media only screen and (max-width: 767px) {
    #carousel_nav .previous,
    #carousel_nav .next {
      display: none; } }

#carousel_nav .previous {
  left: -100px; }

#carousel_nav .next {
  right: -100px; }

/* end of instagram carousel style */
#about_content {
  padding-bottom: 20px; }

#about_content h3 {
  text-align: left; }

#buying_selling_content {
  padding-top: 0;
  padding-bottom: 80px; }

#testimonials {
  padding-bottom: 40px; }

#test_header_wrap {
  margin-bottom: 65px; }
  @media only screen and (max-width: 959px) {
    #test_header_wrap {
      margin-bottom: 0; } }

#test_header_wrap h6 {
  margin-bottom: 65px; }

#index_buttons h4 {
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    #index_buttons h4 {
      margin-top: 0;
      margin-bottom: 40px; } }
  #index_buttons h4 a {
    font-size: 20px; }

.link_wrap h4 {
  font-family: "lato", sans-serif;
  font-weight: 700; }

a.link_url {
  word-wrap: break-word; }

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .marketing_txt {
    top: 30%; } }
  @media only screen and (max-width: 959px) and (max-width: 767px) {
    .marketing_txt {
      top: 60%; } }
  @media only screen and (max-width: 959px) and (max-width: 479px) {
    .marketing_txt {
      top: 30%; } }

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .quick_search_div h5 {
    font-size: 12px;
    margin-top: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .quick_search_div h5 {
      font-size: 18px;
      margin-top: 24px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .quick_search_div .quick_search_icon {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 7px; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .quick_search_div .quick_search_icon {
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 10px;
      margin-right: 20px;
      width: 48px;
      height: 48px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .quick_search_div .quick_search_icon_hover {
    left: 5px;
    top: 5px; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) and (max-width: 767px) {
    .quick_search_div .quick_search_icon_hover {
      width: 48px;
      height: 48px;
      left: 10px;
      top: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #listing_galleria {
    width: 754px; }
  #emailcontent {
    width: 354px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) and (max-width: 479px) {
  width: 290px; }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #main_contact_content {
    text-align: center; }
    #main_contact_content sothebeys_img {
      max-width: 200px;
      margin: 0px auto;
      display: block;
      margin-bottom: 10px; }
  #map_button {
    width: 20px; }
  #address_beside_map_button {
    float: left;
    width: auto;
    margin-left: 14px; }
  #top_contact {
    padding-top: 0px; }
    #top_contact p {
      text-align: center;
      font-size: 20px;
      margin-bottom: 10px; }
  #menubar_container {
    background-color: #fff; }
  #header_icons {
    text-align: center;
    display: inline-block;
    float: none;
    margin-top: 0px;
    margin-bottom: 10px; }
  #footer_prudential img {
    width: 50%; }
  #footer_credit_left p, #footer_credit_right p {
    text-align: center; }
  #footer_credit p {
    padding-top: 3px;
    padding-bottom: 0px;
    margin-bottom: 0px; } }

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #leftside_nav {
    margin-top: 50px; }
  .footer_mortgage_slab {
    width: 400px;
    box-sizing: border-box; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) and (max-width: 479px) {
    .footer_mortgage_slab {
      width: 280px;
      box-sizing: border-box; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer_mortgage_slab img {
      float: left;
      margin: 10px 14px; }
    .footer_mortgage_slab h6 {
      color: #fff;
      display: inline-block;
      float: left;
      margin-top: 10px; }
    .footer_mortgage_slab .footer_mortgage_field {
      display: block;
      float: left;
      margin-left: 50px;
      margin-top: 5px;
      margin-bottom: 10px;
      width: 140px;
      padding: 0px; }
      .footer_mortgage_slab .footer_mortgage_field input {
        float: none; }
  #footer_mortgage_result {
    width: 400px;
    float: left;
    display: block;
    padding-top: 10px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) and (max-width: 479px) {
    #footer_mortgage_result {
      width: 280px;
      padding-top: 10px;
      box-sizing: border-box; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #footer_mortgage_result h4 {
      text-align: left;
      padding: 0px 0px 0px 10px;
      font-size: 24px; }
    #footer_mortgage_result p {
      text-align: left;
      width: auto;
      display: block;
      padding-left: 10px;
      font-size: 18px; }
    #footer_mortgage_result input[type="text"] {
      width: 100px;
      margin: 0px 0px 0px 3px;
      font-size: 18px; } }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #footer_nav ul li {
    text-align: center;
    width: 100%;
    display: block;
    clear: both; }
  #footer_brokerage img {
    width: 100px;
    margin-right: 10px; }
  .container .columns.hide_on_phone, .container_2560 .columns.hide_on_phone, .container .column.hide_on_phone, .container_2560 .column.hide_on_phone {
    display: none; } }

.contact_form_expand {
  color: #666;
  text-decoration: none;
  padding: 9px 50px;
  border: 3px solid #666;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  width: 300px;
  margin: auto;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .contact_form_expand:hover, .contact_form_expand:active {
    color: #fff;
    background: #666; }
  .contact_form_expand:visited, .contact_form_expand:link {
    color: #666; }

#index_contact {
  display: none; }

.fixed_menu_logo {
  position: absolute;
  z-index: 3;
  width: 306px;
  left: -999px; }
  .fixed_menu_logo img {
    padding: 5px; }
    .fixed_menu_logo img:hover {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      opacity: 0.7;
      -moz-opacity: 0.7;
      -webkit-opacity: 0.7;
      filter: alpha(opacity=70); }
    .fixed_menu_logo img.logo_main {
      display: block; }
    .fixed_menu_logo img.logo_aux {
      display: none; }
  @media only screen and (max-width: 1199px) {
    .fixed_menu_logo {
      width: 53px; }
      .fixed_menu_logo img.logo_main {
        display: none; }
      .fixed_menu_logo img.logo_aux {
        display: block; } }

.fixed_menu_contact {
  position: absolute;
  z-index: 3;
  right: 0; }
  .fixed_menu_contact .contact_main {
    display: block;
    text-align: right;
    padding-right: 25px; }
    .fixed_menu_contact .contact_main a {
      display: block;
      text-decoration: none;
      font-family: "Montserrat", sans-serif;
      color: #424242;
      line-height: 1.5em;
      letter-spacing: 0.05em; }
      .fixed_menu_contact .contact_main a:hover {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        opacity: 0.7;
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        filter: alpha(opacity=70); }
  .fixed_menu_contact .contact_aux {
    display: none; }
    .fixed_menu_contact .contact_aux img {
      box-sizing: content-box;
      height: 32px;
      padding: 10px; }
      .fixed_menu_contact .contact_aux img:hover {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        opacity: 0.7;
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        filter: alpha(opacity=70); }
  @media only screen and (max-width: 1199px) {
    .fixed_menu_contact .contact_main {
      display: none; }
    .fixed_menu_contact .contact_aux {
      display: block; } }

@media only screen and (max-width: 767px) {
  .fixed_menu_logo {
    display: none; }
  .fixed_menu_contact {
    display: none; } }

.fix_menu {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: fixed; }
  .fix_menu .fixed_menu_logo {
    left: 0; }

/*# sourceMappingURL=layout.map */