@charset "UTF-8";
/**************************************************************************************/
/**************************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Merriweather:300,300i,400,400i,700,700i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
/*--------------Font Family ------------------------------
font-family: 'Merriweather', serif;
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
-----------------------------------------*/
.clear_0 {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  display: block; }

.last {
  margin: 0 !important; }

.pad_last {
  padding: 0 !important; }

.no_bg {
  background: none !important; }

/**************************************************************************************/
a {
  color: #000;
  text-decoration: none;
  outline: 0 none; }

a:hover {
  color: #000;
  text-decoration: none; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

/*----------------------------------------------------------------------------------*/
body {
  color: #b1b1b1;
  font-family: "Arial", Verdana, Tahoma;
  font-size: 12px;
  background: #eff2f3; }

blockquote p {
  display: block;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #6c6b6b;
  line-height: 30px; }

p {
  display: block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #6c6b6b;
  line-height: normal; }

i {
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #6c6b6b;
  line-height: normal;
  font-style: italic; }

.flt_Lt {
  float: left;
  display: inline; }

.flt_Rt {
  float: right;
  display: inline; }

/* ---------------------------------------------------------------------------------*/
/* ----------------------- layout ----------*/
.wrapper {
  margin: 0 auto;
  overflow: hidden; }

.container {
  max-width: 1140px;
  width: auto;
  padding: 0 15px;
  margin: 0 auto; }

/*-------------------------------------------*/
/* ------------------------- HEADER HERE -------------------*/
header {
  width: 100%;
  min-height: 32px;
  height: 69px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  position: relative; }

#logo {
  width: auto;
  height: auto;
  margin-top: 18px;
  margin-right: 4px;
  display: block;
  border-right: 1px solid #ebebeb;
  padding-right: 15px;
  float: left; }

#logo a {
  display: block; }

.logo {
  display: block;
  width: 190px;
  height: 31px;
  background-image: url(images/ol-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  /*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        background-image:url(images/logo@2x.png);
    }*/ }

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

.search {
  width: 257px;
  float: right;
  height: 22px;
  margin: 7px 0 0 0;
  position: relative;
  display: none; }

@media screen and (max-width: 767px) {
  .search {
    display: block; } }

.search form {
  display: block;
  margin: 0;
  padding: 0; }

.search a.search_icon {
  width: 80px;
  height: 16px;
  padding-bottom: 2px;
  text-align: left;
  background: url(images/search.svg) right 0px no-repeat;
  background-size: 18px;
  float: right;
  border: none;
  font-size: 16px;
  color: #696969;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  margin-top: 6px; }

.search a input {
  width: 85px;
  height: 22px;
  padding-bottom: 2px;
  text-align: left;
  background: url(images/search.svg) right 0px no-repeat;
  background-size: 25%;
  float: right;
  border: none;
  font-size: 16px;
  color: #696969;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  cursor: pointer;
  outline: none; }

.search a input:focus {
  text-align: left; }

.search_box {
  position: fixed;
  background: white;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  display: none;
  z-index: 999999; }

.search_box p {
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  color: #6c6b6b;
  text-align: left;
  line-height: normal;
  float: left;
  width: 100%;
  margin-top: 20px; }

.search_box input[type="text"] {
  margin-top: 190px;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #2b2b2b;
  border: 0;
  width: 95%;
  outline: none;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
  background: transparent;
  float: left; }

.search_box input[type="submit"] {
  border: 0;
  margin-top: 210px;
  border-bottom: 1px solid #f1f1f1;
  width: 5%;
  padding: 0 0 2px 0;
  background: url(images/search.svg) right 5px no-repeat;
  background-size: 25px;
  outline: 0;
  color: #696969;
  font-size: 0;
  height: 50px;
  float: left; }

.search-form {
  margin-top: 20px; }

.cross {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 35px;
  display: block; }

.cross img {
  width: 100%; }

.search a input::-webkit-input-placeholder {
  color: #696969;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-align: right; }

.search .form {
  width: 257px;
  height: auto;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 22;
  background: #fff; }

.search .form form {
  display: block; }

.search .form form label {
  float: left;
  padding-bottom: 2px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #696969;
  border-bottom: 2px solid #f1f1f1;
  padding-right: 1px;
  border-right: 1px solid #f1f1f1;
  padding-right: 1px; }

.search .form form input {
  border: 0;
  padding-bottom: 2px;
  border-bottom: 2px solid #f1f1f1;
  background: none;
  text-align: left;
  outline: 0;
  font-size: 16px;
  color: #696969;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  width: 92px;
  height: 21px;
  margin: 0;
  padding: 0px 20px 0px 20px;
  float: left;
  font-size: 16px; }

.search .form form input[type="submit"] {
  border: 0;
  border-bottom: 2px solid #f1f1f1;
  width: 85px;
  padding: 0 0 2px 0;
  background: url(images/search_hover.png) right 5px no-repeat;
  text-align: left;
  outline: 0;
  color: #696969;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  height: 23px;
  float: left;
  font-size: 16px; }

.searchbox {
  position: relative;
  min-width: 25px;
  width: 117px;
  height: auto;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s; }

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  color: #696969;
  background: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0px 30px 0px 20px;
  font-size: 20px; }

.searchbox-input::-webkit-input-placeholder {
  color: #696969;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold; }

.searchbox-input:-moz-placeholder {
  color: #696969;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold; }

.searchbox-input::-moz-placeholder {
  color: #696969;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold; }

.searchbox-input:-ms-input-placeholder {
  color: #696969;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold; }

.searchbox-icon, .searchbox-submit {
  width: 34px;
  height: 32px;
  display: block;
  position: absolute;
  top: 0;
  content: "\e003";
  font-size: 0px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  color: #ebebeb;
  background: url(images/search.png) center center no-repeat; }

.searchbox-open {
  width: 100%; }

.byline {
  position: absolute;
  top: 150px;
  left: 30%;
  text-align: center;
  font-size: 18px; }

.byline span a {
  display: none !important; }

.comments-link {
  display: none !important; }

.entry-date {
  display: none !important; }

.entry-date span a {
  display: none !important; }

.comments-link span a {
  display: none !important; }

.edit-link {
  display: none !important; }

.edit-link a {
  display: none !important; }

.defaultpage .byline a {
  text-decoration: none;
  color: #d74b4b;
  display: none; }

/* --------- NAVIGATION HERE ----------*/
#nav {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  margin-top: 5px; }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#nav ul li {
  display: inline-block;
  position: relative; }

#nav ul li:hover ul.sub-menu {
  display: block; }

#nav ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0%;
  z-index: 222; }

#nav ul li a {
  color: #696969;
  text-decoration: none;
  line-height: 32px;
  display: block;
  padding: 0 26px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 500; }

#nav ul li a:hover {
  text-decoration: none;
  color: #2a2a2a;
  /*box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.10);*/ }

#nav ul li ul.sub-menu li.sub-menu {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 222; }

#nav ul li ul.sub-menu li:hover ul.sub-menu {
  display: block; }

@media screen and (max-width: 767px) {
  #nav .search-menu-item {
    display: none; } }

/* ---------------------------------------------------------*/
/* ------------------------ MAIN CONTENT HERE --------------*/
.main_content {
  width: 100%;
  display: block;
  margin: 11px 0 90px 0; }

.archive-header h1 {
  display: inline-block;
  font-size: 28px;
  font-family: 'Merriweather', serif;
  padding-right: 15px;
  vertical-align: top;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 15px; }

.page-header h1 {
  display: inline-block;
  font-size: 28px;
  font-family: 'Merriweather', serif;
  padding-right: 15px;
  vertical-align: top;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 15px; }

.main_content .top {
  width: 100%;
  margin-bottom: 20px; }
  .main_content .top #banner {
    margin: 0 -5px; }
    .main_content .top #banner:before, .main_content .top #banner:after {
      content: "";
      display: table; }
    .main_content .top #banner:after {
      clear: both; }
  .main_content .top #banner .left {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    height: 300px;
    float: left;
    vertical-align: top;
    position: relative;
    overflow: hidden; }
    .main_content .top #banner .left a {
      display: block;
      position: relative;
      overflow: hidden;
      height: 100%; }
  .main_content .top #banner .left:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .main_content .top #banner .left2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
    height: 438px;
    float: left;
    position: relative; }
    .main_content .top #banner .left2 a {
      display: block;
      position: relative;
      overflow: hidden;
      height: 100%; }
  .main_content .top #banner .left2 a .heading {
    width: auto;
    display: block;
    position: absolute;
    top: 22px;
    left: 22px; }
  .main_content .top #banner .left2 a .heading h3 {
    display: inline-block;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    width: auto;
    text-transform: uppercase;
    width: auto;
    vertical-align: top;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }
  .main_content .top #banner .left2 a .heading2 {
    width: auto;
    display: block;
    position: absolute;
    padding: 22px 42px;
    bottom: 0;
    left: 0;
    right: 0; }
  .main_content .top #banner .left2 a .heading2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%); }
  .main_content .top #banner .left2 a .heading2 h1 {
    display: inline-block;
    font-size: 40px;
    font-family: Montserrat;
    padding: 15px;
    text-transform: none;
    vertical-align: top;
    color: #fff;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.35);
    max-width: 100%;
    position: relative;
    z-index: 1; }
  .main_content .top #banner .left2 a img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .main_content .top #banner .left a .heading {
    width: auto;
    display: block;
    position: absolute;
    top: 22px;
    left: 22px; }
  .main_content .top #banner .left a .heading h3 {
    display: inline-block;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    width: auto;
    text-transform: uppercase;
    width: auto;
    vertical-align: top;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }
  .main_content .top #banner .left a .heading2 {
    width: auto;
    display: block;
    position: absolute;
    bottom: 22px;
    left: 42px; }
  .main_content .top #banner .left a .heading2 h1 {
    display: inline-block;
    font-size: 40px;
    font-family: 'Merriweather', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: top;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }
  .main_content .top #banner .left a img {
    height: 100%;
    width: auto;
    min-width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-backface-visibility:hidden;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: auto; }

/*.main_content .top #banner .left a img:hover{transform: scale(1.1);}*/
.main_content .top #banner .inner {
  transform: translateZ(0);
}
.inner {
  height: auto;
  display: block;
  position: absolute;
  padding: 16px;
  bottom: 0;
  left: 0; }

.inner h4 {
  display: block;
  color: #fff;
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  margin: 0 0 0px 0;
  margin-left: 16px; }

.inner h3 {
  display: inline-block;
  font-size: 27px;
  font-family: 'Montserrat';
  font-weight: 500;
  width: auto;
  vertical-align: top;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*.inner span							{display:inline-block; border-radius:3px; position:relative; width:35px; height:33px; vertical-align:top; float: right; cursor:pointer; margin-bottom:15px;}*/
.hombann {
  display: inline-block;
  width: 87%;
  width: calc(100% - 66px);
  margin-right: 5px;
  /*width: calc(100% - 100px);
    margin-right: 55px;*/ }

.inner span {
  display: inline-block;
  border-radius: 3px;
  position: relative;
  width: 41px;
  height: 41px;
  vertical-align: bottom;
  cursor: pointer;
  margin-bottom: 15px;
  margin-right: 16px; }

/*.inner span:before {content: ""; width: 35px; height: 33px; line-height: 41px; background: url(images/arrow_next.png) center no-repeat #66b3e5; display: inline-block; margin-right: 18px; vertical-align: middle; border-radius: 3px;}*/
.inner span:before {
  content: "";
  width: 41px;
  height: 41px;
  line-height: 41px;
  background: url(images/arrow_next.png) center no-repeat #66b3e5;
  display: inline-block;
  margin-right: 0px;
  vertical-align: middle;
  border-radius: 3px; }

.inner span:hover {
  background: url(images/arrow_next.png) center no-repeat #8ed3ff; }

.main_content .top #banner .left a:hover .inner span {
  background-image: url(images/arrow_next.png) center no-repeat #8ed3ff; }

.main_content .top #banner .left a:hover .inner span::before {
  background: url(images/arrow_next.png) center no-repeat #8ed3ff; }

.main_content .top #banner .left:last-child {
  width: 50%;
  height: 300px;
  float: right;
  position: relative; }

.main_content .top #banner .right {
  width: 50%;
  height: auto;
  float: right;
  position: relative; }

.main_content .top #banner .right img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block; }

.main_content .top #banner .left.col-left {
  float: left; }

.main_content .top #banner .left.col-right {
  float: right; }

/* thumb thumb_box */
#thumb {
  margin: 10px -5px; }
  #thumb:before, #thumb:after {
    content: "";
    display: table; }
  #thumb:after {
    clear: both; }
  #thumb .thumb_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    height: 81px;
    float: left;
    padding: 0 5px;
    position: relative; }
    #thumb .thumb_box:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    #thumb .thumb_box a {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-top: 4px solid #66b3e5;
      display: block;
      height: 100%;
      overflow: hidden; }
      #thumb .thumb_box a img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }
    #thumb .thumb_box:nth-child(2) a {
      border-top-color: #f47243; }
    #thumb .thumb_box:nth-child(3) a {
      border-top-color: #f2c62e; }
    #thumb .thumb_box:nth-child(4) a {
      border-top-color: #76c676; }

#thumb .thumb_box_gr {
  margin-right: 0; }

#thumb.show-mobile {
  display: none; }

.blue {
  border-top: 5px solid #66b3e5; }

.red {
  border-top: 5px solid #f47243; }

.yellow {
  border-top: 5px solid #f2c62e; }

.green {
  border-top: 5px solid #76c676;
  margin-right: 0; }

.inner_thum {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  padding: 0px 0 0 10px;
  top: 29px;
  transform: translateZ(0);
}

.inner_thum h4 {
  display: block;
  color: #e0e0e0;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 0px 0;
  margin-left: 15px; }

.inner_thum h3 {
  display: inline-block;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  max-width: 562px;
  width: auto;
  text-transform: uppercase;
  width: auto;
  vertical-align: top;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-left: 15px; }

.inner_thum span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  float: right;
  cursor: pointer; }

/*===========================Post========================*/
.main_content .bottom {
  margin-top: 11px; }
  .main_content .bottom:before, .main_content .bottom:after {
    content: "";
    display: table; }
  .main_content .bottom:after {
    clear: both; }

.main_content .bottom #left {
  width: 72%;
  float: left; }

.main_content .bottom #left .post > .type-page,
.main_content .bottom #left .post > .designer,
.main_content .bottom #left .post > .photographers,
.main_content .bottom #left .post {
  width: 100%;
  height: 222px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Direction defaults to 'row', so not really necessary to specify */
  -ms-flex-direction: row; }

.main_content .bottom #left .post article.designer,
.main_content .bottom #left .post .type-page,
.main_content .bottom #left .post article.post {
  margin-bottom: 0; }

/*.main_content .bottom #left .seres .post{width:100%; height:auto!important; margin-bottom:22px;}
.main_content .bottom #left article.post { height: auto; }*/
.main_content .bottom #left .post .post_img {
  width: 48%;
  height: 100%;
  display: block;
  overflow: hidden; }

.main_content .bottom #left .post .post_img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.main_content .bottom #left .post .post_img a {
  position: relative;
  display: block;
  height: 100%; }

.main_content .bottom #left .post .post_img img {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  width: auto;
  min-width: 100%;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto; }

@media screen and (min-width: 480px) {
  .main_content .bottom #left .post .post_img img {
    min-height: 100%; } }

.main_content .bottom #left .post .description {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 52%;
  min-height: 100%;
  padding: 28px 30px 25px 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center; }

.main_content .bottom #left .post .description ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.main_content .bottom #left .post .description ul li {
  display: inline-block;
  color: #9c9c9c;
  font-size: 11px;
  position: relative;
  vertical-align: middle; }

.main_content .bottom #left .post .description ul li:last-child a {
  color: #c1c1c1; }

.main_content .bottom #left .post .description ul li:first-child {
  padding-left: 41px;
  padding-right: 15px;
  min-width: 26%; }

.main_content .bottom #left .post .description ul li:first-child:before {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 35px;
  content: "";
  border-bottom: 5px solid #66b3e5;
  -webkit-transition: border-bottom-color 0.2s;
  -o-transition: border-bottom-color 0.2s;
  transition: border-bottom-color 0.2s; }

.main_content .bottom #left .post .description ul li:first-child:hover:before {
  border-bottom-color: #66b3e5; }

.main_content .bottom #left .post .description ul li:hover a {
  color: #66b3e5; }

.main_content .bottom #left .post .description ul li > ul li {
  padding-left: 0 !important;
  margin-left: 10px; }

.main_content .bottom #left .post .description ul li > ul li:before {
  display: none !important;
  padding-left: 0; }

.main_content .bottom #left .post .description ul li:last-child a {
  color: #c1c1c1; }

.main_content .bottom #left .post .description ul li a {
  text-decoration: none;
  color: #66b3e5;
  font-size: 11.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif; }

.main_content .bottom #left .post .description ul li.location {
  text-decoration: none;
  color: #66b3e5;
  font-size: 11.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  font-weight: bold; }

/*.main_content .bottom #left .post .description ul li.location:before{border-bottom-color: #c1c1c1;}*/
/*.main_content .bottom #left .post .description ul li a:hover{color:#66b3e5;}*/
.main_content .bottom #left .post .description a {
  display: block;
  color: #2d2d2d;
  font-size: 22px;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  margin-bottom: 10px; }

.main_content .bottom #left .post .description a:hover {
  color: #66b3e5; }

.main_content .bottom #left .post .description p {
  display: block;
  font-family: 'Open Sans';
  letter-spacing: 0.3px;
  font-size: 14px;
  font-weight: 300;
  color: #6c6b6b;
  line-height: 24px;
  height: 80px;
  overflow: hidden;
  position: relative; }

.main_content .bottom #left .post .description > a,
.main_content .bottom #left .post .description-inner > a,
.main_content .bottom #left .post .description .entry-header > a {
  height: 2.6em;
  overflow: hidden; }

.main_content .bottom #left .post .description p a {
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 15.5px;
  color: #66b3e5; }

.main_content .bottom #left .post .description p .dots {
  position: absolute;
  margin-left: -12px;
  background: #fff;
  margin-bottom: 0; }

.main_content .bottom #left .post .description p a img {
  display: inline-block;
  width: 100%;
  height: auto; }

.main_content .bottom #left .post .description .designer-logo {
  float: right;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-top: -6px;
  margin-left: 5px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); }

.main_content .bottom #left .post .description .designer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

.main_content .bottom #left h2 {
  display: block;
  position: relative;
  color: #0a0a0a;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 12px; }

.main_content .bottom #left h2:after {
  position: absolute;
  right: 0;
  top: 8px;
  display: block;
  width: 79%;
  width: calc(100% - 170px);
  content: "";
  border-bottom: 5px solid #d7d7d7; }

.main_content .bottom #left h2.page-head {
  margin: 20px 0;
  position: relative; }

.main_content .bottom #left h2.page-head:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  content: "";
  border-bottom: 5px solid #d7d7d7;
  z-index: 1; }

.main_content .bottom #left h2.page-head span {
  background: #eff2f3;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  z-index: 3; }

/*================Pagination=================================*/
.main_content .bottom #left .pagination {
  width: 100%;
  display: inline-block;
  margin-top: 60px;
  text-align: center; }

.main_content .bottom #left .pagination ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.main_content .bottom #left .pagination ol li {
  display: inline-block;
  vertical-align: middle;
  /*margin: 0 9px;*/ }

.main_content .bottom #left .pagination ol li:nth-child(2) {
  /*margin-left: 10%;*/ }

.main_content .bottom #left .pagination ol li:first-child a {
  float: left; }

.main_content .bottom #left .pagination ol li:last-child a {
  float: right; }

.main_content .bottom #left .pagination ol li:nth-last-child(2) {
  /*margin-left: 17%;*/
  margin-right: 0; }

/*.main_content .bottom #left .pagination ol li+li{display:inline-block; }*/
.main_content .bottom #left .pagination ol li span,
.main_content .bottom #left .pagination ol li a {
  margin: 0 17px;
  display: block;
  color: #66b3e5;
  text-decoration: none;
  line-height: 34px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold; }

.main_content .bottom #left .pagination ol li .next,
.main_content .bottom #left .pagination ol li .prev {
  margin: 0; }

.main_content .bottom #left .pagination ol li span.current {
  color: #0a0a0a;
  line-height: 33px; }

.main_content .bottom #left .pagination ol li a img {
  display: block;
  margin: 10px 0; }

.main_content .bottom #left .pagination ol li a:hover {
  color: #a6a6a6; }

.main_content .bottom #left .pagination ol li:hover {
  color: #0a0a0a; }

.main_content .bottom #left .pagination ol li.active {
  color: #0a0a0a; }

/*.main_content .bottom #left span			{display:inline-block; border-bottom:5px solid #ccc; width:78%; vertical-align:top; margin-top:9px;}*/
/*============================Right============================*/
.main_content .bottom #right {
  width: 25.965%;
  float: right; }

.home .main_content .bottom #right {
  padding-top: 0px; }

.home .main_content .bottom #right .follow {
  margin-top: 0px; }

.main_content .bottom #right .follow {
  width: auto;
  height: auto;
  display: block;
  vertical-align: top;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  /*margin-top:18px;*/ }

.main_content .bottom #right .follow h3, .popular-wrap h3 {
  display: block;
  position: relative;
  color: #0a0a0a;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase; }

.main_content .bottom #right .follow h3 span, .popular-wrap h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 8%;
  position: relative; }

.main_content .bottom #right .follow h3:before, .popular-wrap h3:before {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 1px solid #f1f1f1; }

.popular-wrap {
  width: auto;
  height: auto;
  display: block;
  vertical-align: top;
  background: #fff;
  padding: 15px;
  margin: 20px 0 0 0;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }

.popular {
  margin-top: 14px; }

.popular .wpp-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.popular .wpp-list li {
  /*height: 90px;*/
  margin-top: 10px;
  /*margin-right: -10px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.popular .wpp-list li a:first-child {
  width: 47%;
  height: 90px;
  overflow: hidden;
  float: left;
  margin-right: 10px; }

.popular .wpp-list li a.wpp-post-title {
  display: block;
  color: #2d2d2d;
  font-size: 12.5px;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: 2px; }

.popular .wpp-list li .wpp-thumbnail {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.popular .wpp-list li a:first-child:hover .wpp-thumbnail {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.fb-page {
  margin-bottom: 14px; }

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important; }

.social {
  font-family: 'Lato', sans-serif;
  display: block;
  width: 100%;
  margin-top: 12px; }

.social .sf-m0 .sf-block .sf-front {
  margin: 1px !important; }

.sf-widget-lazy {
  opacity: 1; }

.facebook {
  width: 49%;
  display: inline-block;
  background: #3b5998;
  text-align: center;
  padding: 10px 0;
  vertical-align: top; }

.white {
  color: #fff;
  font-size: 35px; }

.facebook a {
  display: block;
  font-family: 'Open Sans', sans-serif; }

.facebook a:hover {
  opacity: 0.7; }

.facebook a span {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: normal; }

.facebook a p {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px; }

.twitter {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  background: #4099ff;
  text-align: center;
  padding: 10px 0; }

.twitter a {
  display: block;
  font-family: 'Open Sans', sans-serif; }

.twitter a:hover {
  opacity: 0.7; }

.twitter a span {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: normal; }

.twitter a p {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px; }

.sf-front a, .sf-front .sf-love {
  padding: 15px 0; }

.sf-front i {
  height: 35px; }

/*=======================Best Offices============================*/
.main_content .bottom #right .best_office {
  width: auto;
  height: auto;
  display: block;
  vertical-align: top;
  margin: 20px 0 0 0;
  background: #fff;
  padding: 18px 10px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 18px; }

.main_content .bottom #right .best_office:last-child {
  margin-bottom: 20px; }

.main_content .bottom #right .best_office h3 {
  display: block;
  position: relative;
  color: #0a0a0a;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 22px; }

.main_content .bottom #right .best_office h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 8%;
  position: relative; }

.main_content .bottom #right .best_office h3:before {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 1px solid #f1f1f1; }

.main_content .bottom #right .best_office .post {
  display: block;
  height: 90px;
  margin-top: 10px;
  margin-right: -10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch; }

.main_content .bottom #right .best_office .post .post_img {
  width: 45%;
  overflow: hidden; }

.main_content .bottom #right .best_office .post .post_img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.main_content .bottom #right .best_office .post .post_img a {
  display: block;
  height: 100%; }

.main_content .bottom #right .best_office .post .post_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.main_content .bottom #right .best_office .post .description {
  width: 51%;
  display: inline-block;
  vertical-align: top;
  padding: 0px 0 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 6em;
  overflow: hidden; }

.main_content .bottom #right .best_office .post .description:hover ul li:first-child:before {
  border-bottom: 5px solid #66b3e5; }

.main_content .bottom #right .best_office .post .description ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.main_content .bottom #right .best_office .post .description ul li {
  display: inline-block;
  color: #9c9c9c;
  font-size: 11px;
  position: relative;
  vertical-align: middle; }

.main_content .bottom #right .best_office .post .description ul li:first-child {
  padding-left: 45px; }

.main_content .bottom #right .best_office .post .description ul li:first-child:before {
  position: absolute;
  left: 0;
  top: 0px;
  display: inline-block;
  width: 35px;
  content: "";
  border-bottom: 5px solid #dbdbdb; }

/*.main_content .bottom #right .best_office .post .description ul li:hover::before{border-bottom:5px solid #66b3e5;}*/
.main_content .bottom #right .best_office .post .description ul li:last-child {
  color: #c1c1c1; }

.main_content .bottom #right .best_office .post .description ul li + li {
  margin-left: 40px; }

.main_content .bottom #right .best_office .post .description ul li a {
  text-decoration: none;
  color: #9c9c9c;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  line-height: 0; }

.main_content .bottom #right .best_office .post .description ul li a:hover {
  text-decoration: underline;
  color: #66b3e5; }

.main_content .bottom #right .best_office .post .description a {
  display: block;
  color: #6c6b6b;
  font-size: 12.7px;
  font-family: Montserrat;
  font-weight: 400;
  margin-bottom: 14px;
  margin-top: 2px; }

.main_content .bottom #right .best_office .post .description:hover a {
  color: #66b3e5; }

.framery {
  width: auto;
  display: block;
  margin: 20px 0 20px 0; }

.framery:first-child {
  margin-top: 0; }

.home .framery {
  margin-top: 20px; }

.framery.furnitur {
  margin-top: 0; }

.framery a {
  display: block; }

.framery a img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle; }

/* ---------------------------------------------------------*/
/*==============================Inner Css=========================*/
/*.................Inner Left..................................*/
.innerbaner {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px; }

.innerbaner img {
  width: 100%;
  height: 350px;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/*.main_content .bottom #left				{width:70%; height:auto; float:left;}*/
.main_content .bottom #left .bg, .defaultpage .bg {
  background: #fff;
  padding-bottom: 15px;
  padding-top: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }

.main_content .bottom #left .inner_left {
  width: auto;
  height: 450px;
  display: block;
  position: relative;
  margin-bottom: 20px; }

.main_content .bottom #left .inner_left:last-child {
  margin-bottom: 0; }

.main_content .bottom #left .inner_left .heading {
  width: auto;
  display: block;
  position: absolute;
  top: 22px;
  left: 22px; }

.main_content .bottom #left .inner_left .heading h3 {
  display: inline-block;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  width: auto;
  text-transform: uppercase;
  width: auto;
  vertical-align: top;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }

.main_content .bottom #left .inner_left .heading1 {
  width: auto;
  display: block;
  position: absolute;
  bottom: 22px;
  left: 22px;
  background: rgba(0, 0, 0, 0.45); }

.main_content .bottom #left .inner_left .heading1 h3 {
  display: inline-block;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  padding: 10px;
  letter-spacing: 2px;
  color: #f1f1f1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }

.main_content .bottom #left .inner_left img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  margin-top: -20px; }

.main_content .bottom.bottom_inn {
  margin-top: 0px; }

.main_content .bottom.bottom_inn.bottom_inn2 {
  margin-top: 10px; }

.main_content .bottom.bott_inn.inn2 {
  position: static;
  margin: 0px auto 0; }

.main_content .bottom.bott_inn {
  width: 96%;
  height: auto;
  display: block;
  position: relative;
  margin: -10px auto 0;
  margin-bottom: 25px; }

.main_content .bottom.bott_inn .inside {
  width: auto;
  height: auto;
  background: #fff;
  display: block;
  padding: 32px 0 0 0; }

.main_content .bottom.bott_inn .inside.insiade2 {
  padding: 0 0; }

.main_content .bottom.bott_inn .inside .city_office {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  /*padding:0 33px;*/ }

.main_content .bottom.bott_inn .inside .city_office.city2 {
  position: static;
  padding: 0; }

.main_content .bottom.bott_inn .inside .city_office.city2 p {
  display: block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #6c6b6b;
  line-height: 30px;
  padding: 5px 40px 20px; }

.main_content .bottom.bott_inn .inside .city_office h1 {
  display: block;
  vertical-align: top;
  font-family: 'Merriweather', serif;
  font-size: 32px;
  color: #0a0a0a;
  margin: 0 30px 0 40px;
  margin-bottom: 10px;
  margin-top: -10px; }

.main_content .bottom.bott_inn .inside .city_office .entry-header h1 {
  /*padding-top: 10px;
    padding-bottom: 0px;*/
  padding: 10px 0 0; }

.main_content .bottom.bott_inn .inside .city_office blockquote {
  display: block;
  padding-left: 20px;
  position: relative;
  margin: 28px 10px 20px 44px; }

.main_content .bottom.bott_inn .inside .city_office blockquote p {
  display: block;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #6c6b6b;
  line-height: 30px; }

.main_content .bottom.bott_inn .inside .city_office blockquote:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Merriweather', serif;
  font-size: 60px;
  font-weight: bold;
  content: "“";
  color: #2d2d2d; }

.main_content .bottom.bott_inn .inside .city_office blockquote:after {
  content: "";
  border-left: 5px solid #f1f1f1;
  position: absolute;
  left: 15px;
  top: 75px;
  bottom: 0;
  width: 5px; }

.main_content .bottom.bott_inn .inside .location {
  height: auto;
  display: block;
  padding: 28px;
  border-left: 5px solid #66b3e5;
  margin: 42px 33px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  list-style: none;
  width: auto; }

.main_content .bottom.bott_inn .inside .location:first-child {
  margin-top: 14px; }

.main_content .bottom.bott_inn .inside .location li {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
  font-size: 17px;
  letter-spacing: 0.3px;
  font-weight: 300;
  color: #6c6b6b;
  line-height: 30px; }

.main_content .bottom.bott_inn .inside .location li a {
  color: #66b3e5;
  font-weight: 400;
  display: inline-block; }

.main_content .bottom.bott_inn .inside .location li a:hover {
  text-decoration: underline; }

.main_content .bottom.bott_inn .inside .location li strong {
  color: #2d2d2d;
  font-weight: bold;
  width: 40%;
  display: inline-block;
  vertical-align: top; }

.main_content .bottom.bott_inn .inside .location li span {
  width: 60%;
  display: inline-block;
  vertical-align: top; }

.main_content .bottom.bott_inn .inside .location strong {
  color: #2d2d2d;
  font-weight: bold;
  width: 40%;
  display: inline-block;
  line-height: 30px; }

.main_content .bottom.bott_inn .inside .city_office p {
  display: block;
  vertical-align: top;
  font-family: 'Open Sans';
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 300;
  color: #6c6b6b;
  line-height: 30px;
  padding: 0 40px; }

.main_content .bottom.bott_inn .inside .city_office-body ul:not(.location),
.main_content .bottom.bott_inn .inside .city_office-body ol:not(.location) {
  display: block;
  font-family: 'Open Sans';
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 300;
  color: #6c6b6b;
  line-height: 30px;
  padding: 0 40px;
  margin: 2em; }

.main_content .bottom.bott_inn .inside .city_office-body ul:not(.location) a,
.main_content .bottom.bott_inn .inside .city_office-body ol:not(.location) a {
  color: #66b3e5;
  font-weight: 400; }

.main_content .bottom.bott_inn .inside .city_office p a {
  color: #66b3e5;
  font-weight: 400;
  display: inline-block; }

.main_content .bottom.bott_inn .inside .city_office p a:hover {
  text-decoration: underline; }

.main_content .bottom.bott_inn .inside .city_office p b {
  color: #2d2d2d;
  font-weight: bold;
  display: inline-block; }

.main_content .bottom.bott_inn .inside .city_office:before {
  width: 8px;
  min-height: 189px;
  height: auto;
  display: block;
  position: absolute;
  content: "";
  left: -8px;
  top: 0; }

.main_content .bottom.bott_inn .inside .city_office:after {
  width: 8px;
  min-height: 189px;
  height: auto;
  display: block;
  position: absolute;
  content: "";
  right: -8px;
  top: 0; }

.main_content .bottom.bott_inn .inside .city_office.city2:before {
  display: none; }

.main_content .bottom.bott_inn .inside .city_office.city2:after {
  display: none; }

.main_content .bottom.bott_inn .inside .social_area {
  width: 91%;
  display: inline-block;
  padding: 15px 0 3px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin: 15px 25px 15px 46px; }

.main_content .bottom.bott_inn .inside .social_area.social2 {
  margin: 0 15px 5px 33px;
  border-top: none;
  width: 91%; }

.main_content .bottom.bott_inn .inside .social_area .social_left {
  width: auto;
  height: 30px;
  line-height: 30px;
  float: left; }

.main_content .bottom.bott_inn .inside .social_area .social_left ul {
  margin: 0;
  padding: 0;
  font-size: 0; }

.main_content .bottom.bott_inn .inside .social_area .social_left ul li {
  display: inline-block;
  line-height: 1.5em;
  position: relative;
  font-size: 12px; }

.main_content .bottom.bott_inn .inside .social_area .social_left ul li:first-child {
  margin-right: 10px;
  line-height: 2.2em; }

.main_content .bottom.bott_inn .inside .social_area .social_left ul li:nth-child(2) {
  padding-left: 42px; }

.main_content .bottom.bott_inn .inside .social_area .social_left ul li:nth-child(2):before {
  position: absolute;
  content: "";
  border-bottom: 5px solid #dbdbdb;
  width: 35px;
  left: 0;
  top: 5px; }

.main_content .bottom.bott_inn .inside .social_area .social_left ul li + li {
  margin: 0 10px; }

.main_content .bottom.bott_inn .inside .social_area .social_left ul li:nth-child(3) a {
  color: #C1C1C1; }

.main_content .bottom.bott_inn .inside .social_area .social_left ul li a {
  color: #9c9c9c;
  font-family: 'Open Sans', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  vertical-align: middle;
  text-transform: uppercase; }

.main_content .bottom.bott_inn .inside .social_area .social_left ul li a:hover {
  text-decoration: underline; }

.main_content .bottom.bott_inn .inside .social_area .social_left ul li a img {
  float: left;
  margin-top: 0px;
  margin-right: 5px;
  width: 23px !important;
  height: 23px !important;
  border-radius: 50%;
  border: 1px solid #f1f1f1; }

.main_content .bottom.bott_inn .inside .social_area.bottom {
  padding-bottom: 0;
  margin: 35px 25px 0 25px;
  border-bottom: none;
  display: block;
  width: auto; }

.main_content .bottom.bott_inn .inside .social_area.bottom:after {
  display: table;
  clear: both;
  content: ''; }

.main_content .bottom.bott_inn .inside .social_area.bottom:last-child {
  margin-bottom: -15px; }

.main_content .bottom.bott_inn.inn2 .inside .social_area.bottom {
  margin-bottom: 0; }

.social_area .bottomcontainerBox > div:first-child {
  margin-left: 0 !important; }

.social_area .bottomcontainerBox > div:last-child {
  margin-right: 0 !important; }

.main_content .bottom #left .pagination ol li a.prev {
  /*display:block;*/
  float: left;
  color: #0a0a0a; }

.main_content .bottom #left .pagination ol li a.prev:before {
  content: "";
  width: 41px;
  height: 41px;
  line-height: 41px;
  background: #66b3e5 url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2010%2015.5%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2C2.2C8.2%2C4.1%2C6.4%2C5.9%2C4.5%2C7.7c1.8%2C1.8%2C3.6%2C3.6%2C5.5%2C5.5c-0.8%2C0.8-1.5%2C1.5-2.3%2C2.3C5.1%2C12.9%2C2.6%2C10.3%2C0%2C7.7%0A%20%20%20%20%20%20%20%20%20%20%20%20C2.6%2C5.2%2C5.2%2C2.6%2C7.7%2C0C8.5%2C0.7%2C9.2%2C1.5%2C10%2C2.2z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fsvg%3E") no-repeat center;
  background-size: 10px;
  display: inline-block;
  margin-right: 19px;
  vertical-align: middle;
  border-radius: 3px; }

.main_content .bottom #left .pagination ol li a.prev:hover {
  color: #a6a6a6; }

.main_content .bottom #left .pagination ol li a.prev:hover::before {
  background-color: #8ed3ff; }

.main_content .bottom #left .pagination ol li a.next {
  /*display:inline-block;*/
  float: right;
  line-height: 41px;
  color: #0a0a0a; }

.main_content .bottom #left .pagination ol li a.next:before {
  content: "";
  width: 41px;
  height: 41px;
  background: #66b3e5 url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2010%2015.5%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2C13.2c1.8-1.8%2C3.6-3.6%2C5.5-5.5C3.6%2C5.9%2C1.9%2C4.1%2C0%2C2.3C0.8%2C1.5%2C1.5%2C0.8%2C2.3%2C0C4.9%2C2.6%2C7.4%2C5.1%2C10%2C7.7%0A%20%20%20%20%20%20%20%20%20%20%20%20c-2.6%2C2.6-5.2%2C5.2-7.7%2C7.7C1.5%2C14.7%2C0.8%2C14%2C0%2C13.2z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fsvg%3E") no-repeat center;
  background-size: 10px;
  float: right;
  vertical-align: middle;
  margin-left: 19px;
  border-radius: 3px; }

.main_content .bottom #left .pagination ol li a.next:hover {
  color: #a6a6a6; }

.main_content .bottom #left .pagination ol li a.next:hover::before {
  background-color: #8ed3ff; }

.main_content .bottom #left .pagination .previous {
  width: 50%;
  float: left;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.main_content .bottom #left .pagination .previous a.prev {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  vertical-align: middle;
  font-weight: bold; }

.main_content .bottom #left .pagination .previous a.prev:before {
  content: "";
  width: 41px;
  height: 41px;
  line-height: 41px;
  background: #66b3e5 url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2010%2015.5%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2C2.2C8.2%2C4.1%2C6.4%2C5.9%2C4.5%2C7.7c1.8%2C1.8%2C3.6%2C3.6%2C5.5%2C5.5c-0.8%2C0.8-1.5%2C1.5-2.3%2C2.3C5.1%2C12.9%2C2.6%2C10.3%2C0%2C7.7%0A%20%20%20%20%20%20%20%20%20%20%20%20C2.6%2C5.2%2C5.2%2C2.6%2C7.7%2C0C8.5%2C0.7%2C9.2%2C1.5%2C10%2C2.2z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fsvg%3E") no-repeat center;
  background-size: 10px;
  float: left;
  display: inline-block;
  margin-right: 24px;
  vertical-align: middle;
  border-radius: 3px; }

.main_content .bottom #left .pagination .previous a.prev:hover::before {
  background-color: #8ed3ff; }

.main_content .bottom #left .pagination .next_btn {
  width: 50%;
  float: right;
  text-align: right;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.main_content .bottom #left .pagination .next_btn a.next {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold; }

.main_content .bottom #left .pagination .next_btn a.next:before {
  content: "";
  width: 41px;
  height: 41px;
  line-height: 41px;
  background: url(images/next_blue.png) center no-repeat #66b3e5;
  float: right;
  vertical-align: middle;
  margin-left: 24px;
  border-radius: 3px; }

.main_content .bottom #left .pagination .next_btn a.next:hover::before {
  background-color: #8ed3ff; }

.image-navigation .nav-links a {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #66b3e5;
  font-weight: 400;
  line-height: normal; }

.image-navigation .nav-links .previous-image {
  float: left;
  margin: 10px 0; }

.image-navigation .nav-links .next-image {
  float: right;
  margin: 10px 0; }

.main_content .bottom.bott_inn .inside .social_area .social_right {
  width: auto;
  height: auto;
  line-height: 30px;
  float: right; }

ul.ess-buttons a.ess-button {
  padding-bottom: 0;
  display: block;
  padding-right: 0; }

.main_content .bottom.bott_inn .inside .social_area .social_right a img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%; }

.main_content .bottom.bott_inn .inside .social_area .social_right ul li a .ess-button-inner, .ess-social-count {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  border-radius: 2px;
  font-size: 11px;
  padding: 4px 4px 2px 23px;
  height: 20px;
  line-height: 15px;
  font-family: Arial, sans-serif;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.ess-button-inner:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #066094;
  position: absolute;
  left: 23px;
  top: 0; }

.ess-button--pinterest .ess-button-inner:after {
  background: #ab050d; }

.ess-button--twitter .ess-button-inner:after {
  background: #279cda; }

.ess-button--facebook .ess-button-inner:after {
  background: #154965; }

.ess-icon {
  font-size: 16px;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto; }

ul.ess-buttons {
  /*padding-top: 5px;*/
  display: inline;
  vertical-align: 6px;
  line-height: inherit; }

ul.ess-buttons li {
  margin-right: 10px; }

.ess-button--facebook .ess-social-count {
  border-radius: 3px; }

.ess-social-count {
  border: 1px solid #caccce;
  padding: 0 0.65em;
  line-height: 19px;
  position: relative;
  margin-left: 3px;
  vertical-align: middle;
  color: #4e4e4e;
  font-weight: 700;
  font-size: 11px; }

.ess-social-count:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 5px 3px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2; }

.ess-social-count:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #caccce transparent transparent;
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

.ess-button--facebook .ess-social-count {
  background: #fff;
  color: #4e4e4e; }

.ess-button--facebook:active .ess-social-count, .ess-button--facebook:focus .ess-social-count, .ess-button--facebook:hover .ess-social-count,
.ess-button:visited .ess-social-count {
  background: #fff;
  color: #4e4e4e; }

.ess-button--facebook .ess-button-inner .ess-icon {
  fill: #3b5998;
  background: #fff; }

.ess-button--pinterest .ess-button-inner .ess-icon {
  fill: #cb2027;
  background: #fff;
  border-radius: 50%; }

.ess-button--pinterest .ess-social-count {
  display: none; }

.ess-button-inner .ess-icon path {
  -webkit-transform: translateY(7%);
  -ms-transform: translateY(7%);
  transform: translateY(7%); }

/*.main_content .bottom.bott_inn .inside .social_area .social_right ul li a  .ess-button-inner:last-child,
.main_content .bottom.bott_inn .inside .social_area .social_right ul li a.ess-button--pinterest .ess-button-inner{
    border-radius: 3px;
}*/
/*.....................End...........................................*/
.sf-widget-holder {
  margin-bottom: 0; }

.main_content .bottom #right .best_office .post.inn_right {
  width: 100%;
  height: auto;
  display: block;
  padding: 0 0 14px 0;
  border-bottom: 1px solid #f1f1f1; }

.main_content .bottom #right .best_office .post.inn_right:last-child {
  border-bottom: none; }

.main_content .bottom #right .best_office .post.last {
  border-bottom: none;
  padding-bottom: 0; }

.main_content .bottom #right .best_office .post.inn_right a {
  display: block;
  color: #2d2d2d;
  font-size: 14px;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  margin-top: 14px;
  overflow: hidden; }

.main_content .bottom #right .best_office .post.inn_right a:hover {
  color: #66b3e5;
  text-decoration: underline; }

.main_content .bottom #right .best_office .post.inn_right a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.main_content .bottom #right .best_office .post.inn_right a img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.box_content_section footer, .box_content_section footer:after {
  background: none;
  padding: 15px 0; }

.box_content_section h1 {
  vertical-align: top;
  font-family: 'Merriweather', serif;
  font-size: 35px;
  color: #0a0a0a;
  margin-bottom: 15px; }

.defaultpage {
  width: 100%;
  float: left; }

.defaultpage article h1 {
  font-family: 'Merriweather', serif;
  font-size: 35px;
  color: #0a0a0a;
  margin-bottom: 15px;
  /*margin-top: 25px;*/
  padding: 0 15px; }

.defaultpage article h2 {
  font-family: "Merriweather", serif !important;
  font-size: 33px !important;
  color: #0a0a0a;
  margin: 15px 30px 15px 40px; }

.defaultpage article h2:after {
  display: none !important; }

.defaultpage article h3 {
  font-family: 'Merriweather', serif;
  font-size: 26px;
  color: #0a0a0a;
  margin: 15px 30px 15px 40px; }

.defaultpage article h4 {
  font-family: 'Merriweather', serif;
  font-size: 22px;
  color: #0a0a0a;
  margin: 15px 30px 15px 40px; }

.defaultpage article h5 {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  color: #0a0a0a;
  margin: 15px 30px 15px 40px; }

.defaultpage article h6 {
  font-family: 'Merriweather', serif;
  font-size: 16px;
  color: #0a0a0a;
  margin: 15px 30px 15px 40px; }

.defaultpage span a {
  display: inline-block;
  width: auto;
  background: #8ed3ff;
  padding: 7px;
  margin: 10px 15px;
  border-radius: 3px;
  font-size: 15px;
  font-family: 'Lato', sans-serif; }

.defaultpage span a + a {
  margin: 0 5px; }

.defaultpage span.edit-link a {
  margin: 10px 15px; }

.defaultpage p {
  color: #0a0a0a;
  margin-bottom: 20px;
  padding: 0 15px; }

.defaultpage p b {
  color: #0a0a0a;
  font-weight: bold; }

.defaultpage ul {
  margin: 5px 0 20px 35px; }

.defaultpage ul li {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  color: #0a0a0a; }

.defaultpage ol {
  margin: 5px 0 20px 35px; }

.defaultpage ol li {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  color: #0a0a0a; }

.defaultpage .pagination a {
  display: inline-block;
  color: #66b3e5;
  text-decoration: none;
  margin: 0 9px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold; }

.defaultpage .loop-pagination span.current {
  display: inline-block;
  color: #696969;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin: 0 9px; }

.screen-reader-text {
  display: none; }

.defaultpage .post-thumbnail img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block; }

.defaultpage article h5.subtitle {
  padding: 25px 0 10px;
  margin: 0 30px 0 40px; }

/* ------------------ FOOTER HERE --------------------------*/
footer {
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0;
  background: #181818;
  position: relative; }

footer:after {
  width: 269px;
  height: 181px;
  background: url(images/footer_logo_bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  content: ""; }

footer .container {
  position: relative;
  display: block;
  z-index: 222; }

footer .container:after {
  content: '';
  clear: both;
  display: table; }

footer .ftr_left {
  width: 48%;
  float: left;
  height: auto; }

footer .ftr_left h3 {
  display: block;
  color: #fff;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 12px; }

footer .ftr_left p {
  display: block;
  color: #bababa;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
  margin-top: 20px; }

footer .ftr_left a {
  display: block; }

footer .ftr_left p a {
  display: inline-block;
  color: #66b3e5;
  font-size: 17px;
  font-family: 'Lato', sans-serif; }

footer .ftr_left p a:hover {
  text-decoration: underline; }

footer .ftr_left a img {
  display: block;
  max-width: 100%;
  vertical-align: middle;
  margin-top: 25px; }

footer .ftr_right {
  width: 44%;
  float: right;
  height: auto; }

footer .ftr_right h3 {
  display: block;
  color: #fff;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 22px; }

footer .ftr_right ul {
  margin: 0;
  padding: 0;
  list-style: none; }

footer .ftr_right ul li {
  display: inline-block;
  margin: 2px 3px; }

footer .ftr_right ul li a {
  display: block;
  background: #66b3e5;
  padding: 7px 11px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px; }

footer .ftr_right ul li a:hover {
  text-decoration: none;
  background: #8ed3ff; }

footer .copyright {
  padding-top: 12px;
  color: #5a5a5a;
  font-size: 14px; }

/* ---------------------------------------------------------*/
header {
  padding-bottom: 0; }

#navicon {
  display: none; }

#nav.show {
  display: none; }

#nav ul > li > a {
  line-height: 58px; }

#nav ul > li.menu-item-has-children:hover > a {
  text-decoration: none;
  color: #2a2a2a;
  /*box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.10);*/ }

#nav ul > li.menu-item-has-children ul li > a {
  text-decoration: none;
  color: #696969;
  -webkit-box-shadow: none;
  box-shadow: none; }

#nav ul li > ul.sub-menu {
  display: none;
  background: #ffffff;
  width: 185px;
  padding: 10px;
  top: auto;
  -webkit-box-shadow: 0 7px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#nav ul li > ul.sub-menu > li > a {
  color: #000;
  font-weight: bold;
  /*cursor: default;*/
  text-transform: uppercase;
  line-height: 35px;
  padding: 0 15px;
  font-size: 14px; }

#nav ul li > ul.sub-menu > li > ul.sub-menu li > a {
  color: #696969;
  cursor: pointer;
  font-weight: normal;
  text-transform: none;
  line-height: 1.1;
  font-size: 14px;
  padding: 4px 10px 7px 15px; }

#nav ul li > ul.sub-menu > li > ul.sub-menu li > a:hover {
  color: #66b3e5;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none; }

#nav ul li > ul.sub-menu > li > ul.sub-menu li:hover > a {
  color: #66b3e5;
  font-weight: bold; }

#nav ul li > ul.sub-menu li > ul.sub-menu {
  position: static;
  padding: 0px;
  top: 0;
  width: 175px;
  -webkit-box-shadow: none;
  box-shadow: none; }

#nav ul li > ul.sub-menu li {
  position: static;
  width: 100%; }

#nav ul li > ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
  display: none;
  position: absolute;
  padding-left: 0px;
  left: 97%;
  top: 0px;
  bottom: 0;
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-left: 10px; }

#nav ul li > ul.sub-menu li > ul.sub-menu li:hover > ul.sub-menu {
  display: block;
  min-height: 100%;
  bottom: auto;
  padding-bottom: 10px; }

/* #nav ul li > ul.sub-menu li > ul.sub-menu li > ul.sub-menu >li:nth-child(1) a { color: #000; font-weight: bold; cursor: default; text-transform: uppercase; line-height: 25px;} */
#nav ul li > ul.sub-menu li a:after {
  position: absolute;
  content: "+";
  display: none;
  font-weight: bold;
  color: #66b3e5;
  left: 80%; }

#nav ul > li.menu-item-has-children > a:after {
  display: none; }

#nav ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a:after {
  display: none; }

#nav ul > li.menu-item-has-children > ul.sub-menu > li a:after {
  display: none; }

#nav a span {
  display: none; }

#nav .sub-menu .sub-menu .menu-item-has-children > a span {
  display: inline;
  margin-left: 3px;
  color: #66b3e5; }

#nav > ul > li.menu-item-has-children:hover,
#nav > ul > li.menu-item-has-children:focus {
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

#nav .sub-menu .sub-menu .menu-item-has-children:hover > a span,
#nav .sub-menu .sub-menu .menu-item-has-children:focus > a span {
  display: none; }

/*#nav ul > li.menu-item-has-children > a{color:#66b3e5; }*/
.search .form {
  top: initial;
  right: 0;
  left: auto; }

.search {
  width: auto;
  margin: 18px 0 0 0; }

.main_content .bottom.bott_inn .inside .city_office figure {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin-bottom: 20px; }

.main_content .bottom.bott_inn .inside .city_office figure:last-child {
  margin-bottom: 0; }

.main_content .bottom.bott_inn .inside .city_office img {
  max-width: 100% !important;
  height: auto !important;
  display: block; }

.main_content .bottom.bott_inn .inside .city_office article a img {
  width: 100% !important;
  height: auto !important;
  float: left; }

.main_content .bottom.bott_inn .inside .city_office article .gallery a img {
  float: none; }

.main_content .bottom.bott_inn .inside .city_office .designer-logo {
  float: right;
  width: 120px;
  height: 46px;
  padding: 5px;
  margin-top: -6px;
  margin-left: 5px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); }

.main_content .bottom.bott_inn .inside .city_office .designer-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  width: 100%;
  height: 100% !important; }

figure {
  width: 100% !important;
  height: auto !important;
  display: block; }

figure img {
  width: 100% !important;
  height: auto !important;
  display: block; }

figure figcaption {
  display: block;
  position: absolute;
  bottom: 22px;
  left: 22px;
  background: rgba(0, 0, 0, 0.45);
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  padding: 8px;
  letter-spacing: 2px;
  color: #f1f1f1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  max-width: calc(100% - 60px); }

.main_content .bottom #left .pagination {
  position: relative; }

.main_content .bottom #left .pagination ol li a.next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.main_content .bottom #left .pagination ol li a.prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.sf-front i {
  color: #ffffff; }

/*.fancybox-container .fancybox-placeholder .fancybox-caption-wrap { opacity: 0;}
.fancybox-container .fancybox-placeholder .fancybox-caption-wrap:last-child { opacity: 1; width:auto;}*/
/*.fancybox-container > .fancybox-caption-wrap {
    display: none;
}*/
#medialeftplacement {
  float: left;
  padding: 10px;
  margin-top: 0px; }

#mediarightplacement {
  float: left;
  padding: 10px;
  margin-left: 8px; }

footer .ftr_left h2 {
  display: block;
  color: #fff;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  margin-bottom: -10px;
  margin-top: 25px; }

/* mc4wp form theme */
#right .mc4wp-form {
  margin: 0;
  font-family: 'Open Sans';
  letter-spacing: 0.3px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px; }

#right .mc4wp-form p {
  margin-bottom: 10px;
  font-size: inherit; }

#right .mc4wp-form label {
  font-weight: 700;
  color: #2d2d2d;
  font-family: 'Merriweather', serif; }

#right .mc4wp-form button,
#right .mc4wp-form input[type=submit] {
  border-color: #66b3e5;
  background: #66b3e5 !important;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px; }

#right .mc4wp-form button:hover,
#right .mc4wp-form input[type=submit]:hover {
  background-color: #8ed3ff !important;
  border-color: #8ed3ff; }

/* social */
.header-social {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  float: right;
  cursor: default; }

#nav .header-social {
  display: none;
  padding: 10px 0;
  float: none;
  text-align: center; }

#nav .header-social > li {
  display: inline-block;
  border: none;
  width: auto; }

.header-social li {
  display: inline-block;
  vertical-align: middle; }

.header-social li:not(:last-child) {
  margin-right: 2px; }

.header-social a {
  text-decoration: none; }

.header-social a:hover {
  text-decoration: none;
  opacity: 0.8; }

.header-social .icon {
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  background-size: cover; }

.header-social .icon-facebook {
  background-image: url("images/fb.svg"); }

.header-social .icon-twitter {
  background-image: url("images/tw.svg"); }

.header-social .icon-pinterest {
  background-image: url("images/pin.svg"); }

.header-social .icon-instagram {
  background-image: url("images/in2.svg"); }

.header-social .icon-linkedin {
  background-image: url("images/ln.svg"); }

@media screen and (min-width: 800px) {
  .header-social li:not(:last-child) {
    margin-right: 8px; } }

@media screen and (max-width: 767px) {
  .header-social {
    display: none; }
  #nav .header-social {
    display: block; } }

/* tags */
.main_content .tags_block.bottom {
  display: block;
  margin: 15px 25px 0;
  padding-top: 15px;
  border-top: 1px solid #f1f1f1;
  width: auto; }

.main_content .tags_block.bottom:last-child {
  margin-bottom: -15px; }

.main_content .bottom.bott_inn.inn2 .tags_block.bottom {
  margin-bottom: 0; }

.main_content .tags_block.bottom ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.main_content .tags_block.bottom li {
  display: inline-block;
  margin: 2px 3px; }

.main_content .tags_block.bottom a {
  display: block;
  background: #66b3e5;
  padding: 7px 11px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px; }

.main_content .tags_block.bottom a:hover {
  text-decoration: none;
  background: #8ed3ff; }

.main_content .tags_block.bottom .tags-label {
  float: left;
  color: #9c9c9c;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 14px;
  margin-top: 10px;
  text-transform: uppercase; }

.job-filter .form-control:focus, .checkbox-input:focus ~ .checkbox-indicator {
  outline: #66b3e5 auto 5px;
  outline-offset: -1px; }

.job-filter {
  display: block;
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(231, 231, 231, 0.7); }
  .job-filter .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .job-filter .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27.5%;
    -ms-flex: 0 0 27.5%;
    flex: 0 0 27.5%;
    max-width: 27.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
    @media (max-width: 991px) {
      .job-filter .col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 767px) {
      .job-filter .col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .job-filter .col-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin-left: auto; }
    @media (max-width: 767px) {
      .job-filter .col-btn {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center; } }
  .job-filter .form-group {
    margin-bottom: 14px; }
  .job-filter .form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34.0px;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 1.28571;
    color: #6c6b6b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #dedede;
    border-radius: 2px; }
    .job-filter .form-control::-ms-expand {
      background-color: transparent;
      border: 0; }
    .job-filter .form-control::-webkit-input-placeholder {
      color: #6c6b6b;
      opacity: 1; }
    .job-filter .form-control:-ms-input-placeholder {
      color: #6c6b6b;
      opacity: 1; }
    .job-filter .form-control::placeholder {
      color: #6c6b6b;
      opacity: 1; }
  .job-filter select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(223, 223, 223, 0.3)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(223, 223, 223, 0.3) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(223, 223, 223, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(223, 223, 223, 0.3) 100%); }
    .job-filter select.form-control:not([size]):not([multiple]) {
      height: 34.0px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(223, 223, 223, 0.3))), url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20viewBox%3D%220%200%208%204.2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%236C6B6B0%22%20points%3D%220%2C0%208%2C0%203.8%2C4.2%20%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E");
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(223, 223, 223, 0.3) 100%), url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20viewBox%3D%220%200%208%204.2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%236C6B6B0%22%20points%3D%220%2C0%208%2C0%203.8%2C4.2%20%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E");
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(223, 223, 223, 0.3) 100%), url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20viewBox%3D%220%200%208%204.2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%236C6B6B0%22%20points%3D%220%2C0%208%2C0%203.8%2C4.2%20%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E");
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(223, 223, 223, 0.3) 100%), url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20viewBox%3D%220%200%208%204.2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%236C6B6B0%22%20points%3D%220%2C0%208%2C0%203.8%2C4.2%20%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E");
      background-position: 0 0, right 10px center;
      background-size: auto, 8px;
      background-repeat: no-repeat; }
  .job-filter label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
    display: inline-block; }
  .job-filter .btn {
    background: #66b3e5;
    display: inline-block;
    border: none;
    color: #fff;
    padding: 8px 18px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3; }
    .job-filter .btn:hover, .job-filter .btn:focus {
      background: #8ed3ff; }

.checkbox {
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6c6b6b; }
  .checkbox label {
    margin-bottom: 0; }
  .checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .checkbox-input:checked ~ .checkbox-indicator:after {
      opacity: 1;
      top: 0; }
  .checkbox-indicator {
    margin-right: 8px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-color: white;
    border: 2px solid #dedede;
    border-radius: 3px;
    position: relative; }
    .checkbox-indicator:after {
      -webkit-transition: opacity 0.24s, top 0.24s;
      -o-transition: opacity 0.24s, top 0.24s;
      transition: opacity 0.24s, top 0.24s;
      opacity: 0;
      content: '';
      position: absolute;
      left: 3px;
      top: -10px;
      width: 8px;
      height: 8px;
      display: block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border: 2px solid transparent;
      border-bottom-color: #6c6b6b;
      border-right-color: #6c6b6b;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; }

.job-list {
  display: block;
  padding-left: 18px;
  padding-right: 18px; }
  .job-list--divider {
    color: #c1c1c1;
    font-family: Lato;
    font-size: 11px;
    font-weight: 900;
    line-height: 23px;
    margin-bottom: 12px;
    text-transform: uppercase; }
  .job-list .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 54px; }
    @media (min-width: 992px) {
      .job-list .row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .job-list .col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 9px;
    padding-left: 9px; }
    .job-list .col-logo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 140px;
      max-width: 140px; }
      @media (max-width: 767px) {
        .job-list .col-logo {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          margin-bottom: 12px; } }
    .job-list .col-desc {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: auto;
      max-width: none; }
    .job-list .col-info {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 190px;
      max-width: 190px;
      text-align: right; }
      @media (max-width: 991px) {
        .job-list .col-info {
          max-width: 100%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          text-align: left;
          margin-top: 12px; } }
    @media (max-width: 767px) {
      .job-list .col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .job-list .job-item {
    background-color: white;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    padding: 18px;
    display: block; }
  .job-list a.job-item {
    position: relative;
    z-index: 1; }
    .job-list a.job-item:after {
      opacity: 0;
      -webkit-transition: opacity 0.25s;
      -o-transition: opacity 0.25s;
      transition: opacity 0.25s;
      z-index: -1;
      content: '';
      -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .job-list a.job-item:hover:after, .job-list a.job-item:focus:after {
      opacity: 1; }
  .job-list .job--company-logo {
    text-align: center; }
    @media (max-width: 991px) {
      .job-list .job--company-logo {
        margin-bottom: 6px; } }
    .job-list .job--company-logo img {
      max-width: 100%;
      max-height: 48px; }
  .job-list .job--title {
    color: #2d2d2d;
    font-family: 'Merriweather', serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 6px; }
  .job-list .job--subtitle {
    color: #6c6b6b;
    font-size: 14px;
    font-weight: 400; }
  .job-list .job--location,
  .job-list .job--type {
    color: #c1c1c1;
    font-size: 11px;
    font-weight: 900;
    line-height: 23px;
    text-transform: uppercase; }

.back-jobs {
  color: #6c6b6b;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 26px;
  display: inline-block;
  padding-left: 26px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2074.6%2055.8%22%3E%0A%20%20%20%20%3Cpolygon%20points%3D%2274.6%2C23.7%2015.8%2C23.7%2033.7%2C5.8%2027.9%2C0%200%2C27.9%2027.9%2C55.8%2033.7%2C50%2015.8%2C32.1%2074.6%2C32.1%20%22%2F%3E%0A%20%20%20%20%3C%2Fsvg%3E") no-repeat 0 50%;
  background-size: 16px; }

.btn.btn-post-job {
  width: 100%;
  height: 72px;
  background-color: #56b056;
  display: block;
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center; }
  .btn.btn-post-job span {
    color: #baecba;
    font-size: 12px;
    display: block; }
  .btn.btn-post-job:hover {
    background: #67b867; }

.job-single .job-header {
  padding: 24px 4%;
  border-bottom: 1px solid rgba(231, 231, 231, 0.7); }
  .job-single .job-header h1 {
    display: block;
    font-family: 'Merriweather',serif;
    font-size: 32px;
    color: #0a0a0a;
    margin-bottom: 12px; }
    @media (max-width: 575px) {
      .job-single .job-header h1 {
        font-size: 18px; } }
  .job-single .job-header .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px; }
    @media (min-width: 992px) {
      .job-single .job-header .row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.job-single .col-logo {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-bottom: 10px; }

.job-single .col-desc {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 9px;
  padding-left: 9px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
  max-width: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .job-single .col-desc .job-info {
    margin-top: auto;
    text-transform: uppercase; }

.job-single .job-body {
  padding: 32px 4%;
  font-family: 'Open Sans';
  font-size: 16px;
  letter-spacing: .3px;
  font-weight: 300;
  color: #6c6b6b;
  line-height: 1.9; }
  .job-single .job-body p {
    line-height: inherit; }
  .job-single .job-body ul {
    list-style: none;
    margin-left: 0; }
    .job-single .job-body ul li {
      padding-left: 15px;
      position: relative; }
      .job-single .job-body ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        width: 5px;
        height: 5px;
        background-color: #007efe;
        border-radius: 50%;
        display: block; }

.job-single .job-footer {
  padding: 24px 4% 14px;
  border-top: 1px solid rgba(231, 231, 231, 0.7); }

.job-single .job--company-logo {
  width: 176px;
  min-height: 93px;
  padding: 10px;
  display: inline-block;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  text-align: center; }
  .job-single .job--company-logo:before {
    content: '';
    height: 93px;
    margin-left: -4px;
    vertical-align: middle;
    display: inline-block; }
  .job-single .job--company-logo img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%; }

.job-single .btn-holder {
  margin-top: 30px; }
  .job-single .btn-holder .btn {
    margin-right: 12px;
    margin-top: 6px; }
  .job-single .btn-holder .btn-outline {
    margin-top: 6px; }

.job-single .btn {
  border: 2px solid transparent;
  background: none;
  padding: 8px 18px;
  display: inline-block;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: border-color 0.3s, color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background-color: #4099ff;
  border-color: #4099ff;
  border-radius: 3px;
  color: white;
  font-size: 18px; }
  .job-single .btn:hover, .job-single .btn:focus {
    background: #278bff;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); }
  .job-single .btn-outline {
    border: 2px solid transparent;
    background: none;
    padding: 8px 18px;
    display: inline-block;
    border-radius: 2px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: border-color 0.3s, color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: border-color 0.3s, color 0.3s, background 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, color 0.3s, background 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    border-color: #dedede;
    color: #6c6b6b;
    font-size: 15px; }
    .job-single .btn-outline:hover, .job-single .btn-outline:focus {
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=style.css.map */