/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  outline: none;
}
body {
  background: #4e4d4f;
  color: #ffffff;
  font: 14px/30px Open Sans, Tahoma, Helvetica, Arial, Verdana;
}
header {
  background-color: #ffffff;
  padding-top: 7px;
}
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
.min-body {
  width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  .min-body {
    width: 1300px;
  }
}
@media only screen and (max-width: 1400px) {
  .min-body {
    width: auto;
  }
}
/*========================================================
                    title logo
=========================================================*/
h1 {
  font-family: Quattrocento, Tahoma, Helvetica, Arial, Verdana;
  font-size: 48px;
  line-height: 85px;
  font-weight: 700;
  color: #000000;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    line-height: 60px;
  }
}
/*========================================================
                    titles
=========================================================*/
.title-page {
  font-size: 36px;
  line-height: 85px;
  text-transform: uppercase;
  text-align: center;
  font-family: Open Sans;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .title-page {
    line-height: 52px;
  }
}
.title-page h2 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.title-page h2 span {
  display: inline-block;
  padding: 0 15px;
  background: url('../images/back_texture.jpg') repeat;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .title-page h2 span {
    font-size: 30px;
    width: 400px;
  }
}
@media only screen and (max-width: 979px) {
  .title-page h2 span {
    width: 350px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .title-page h2 span {
    width: 300px;
    line-height: 30px;
    font-size: 30px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 320px) {
  .title-page h2 span {
    width: 250px;
  }
}
.title-page h2:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 47%;
  margin-top: -1px;
  content: "";
  border-top: 6px solid #2a292b;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .title-page h2:before {
    display: none;
  }
}
.title-page2 {
  font-size: 36px;
  line-height: 85px;
  text-transform: uppercase;
  text-align: center;
  font-family: Open Sans;
  font-weight: 700;
  padding-bottom: 2px;
  color: #ffffff;
}
.title-page2 h2 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.title-page2 h2:before {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 20%;
  top: 20px;
  right: 0;
  top: 47%;
  width: 28%;
  margin-top: -1px;
  content: "";
  border-top: 6px solid #2a292b;
}
@media only screen and (max-width: 979px) {
  .title-page2 h2:before {
    width: 20%;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .title-page2 h2:before {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .title-page2 h2:before {
    display: none;
  }
}
.title-page2 h2:after {
  position: absolute;
  width: 28%;
  right: 0;
  top: 47%;
  margin-top: -1px;
  content: "";
  border-top: 6px solid #2a292b;
}
@media only screen and (max-width: 979px) {
  .title-page2 h2:after {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .title-page2 h2:after {
    display: none;
  }
}
h3 {
  font-size: 36px;
  line-height: 44px;
  color: #39373a;
  font-weight: 700;
  padding-top: 21px;
}
h3 {
  padding-bottom: 0px;
  padding-top: 0px;
}


h33 {
  font-size: 24px;
  line-height: 44px;
  color: #FFFFFF;
  font-weight: 700;
  padding-top: 21px;
  text-decoration: underline;
}
h33 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.back-2-title {
  padding-top: 29px;
  padding-bottom: 28px;
}
h4.white-4-title {
  font-size: 24px;
  line-height: 36px;
}
@media only screen and (max-width: 979px) {
  h4.white-4-title {
    line-height: 28px;
  }
}
h4.white-4-title a:hover {
  color: #da917a;
}
h4.white-4-title-up {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  h4.white-4-title-up {
    line-height: 18px;
  }
}
h4.black-4-title {
  color: #39373a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  h4.black-4-title {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h4.black-4-title {
    padding-left: 0px;
    padding-top: 5px;
  }
}
h4.black-4-title-small {
  color: #39373a;
  font-size: 24px;
  line-height: 24px;
}
.dark_text {
  color: #39373a;
  font-size: 14px;
}
.header-navigation {
  padding-top: 21px;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .header-navigation {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 979px) {
  .header-navigation {
    padding-left: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .header-navigation {
    float: none;
  }
}
/*========================================================
                    
=========================================================*/
.white_bg {
  background-color: #ffffff;
}
.grey {
  color: #676568;
}
.white {
  color: white;
}
.light-grey {
  color: #cccccc;
}
/*


/*========================================================
                    header
=========================================================*/
.header-logo a {
  font-family: Quattrocento, Tahoma, Helvetica, Arial, Verdana;
  font-size: 48px;
  line-height: 79px;
  font-weight: 700;
  color: #000000;
}
@media only screen and (max-width: 1199px) {
  .header-logo a {
    font-size: 40px;
  }
}
@media only screen and (max-width: 979px) {
  .header-logo a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo a {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .header-logo a {
    font-size: 35px;
    line-height: 69px;
  }
}
.header-logo {
  float: left;
  padding-right: 69px;
}
@media only screen and (max-width: 1199px) {
  .header-logo {
    padding-right: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    float: none;
    padding-right: 0px;
  }
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0px 0 0;
  margin-left: 6px;
}
.sf-menu > li:first-child {
  margin-left: 0;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 13px 16px;
  color: #a9a9a9;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 20px;
  font-family: Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 600;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  background-color: #ccc;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.sfHover > a:after {
  visibility: visible;
  opacity: 100;
  top: 0;
  bottom: 0;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  margin-top: 10px;
  position: absolute;
  top: 40px;
  left: -32px;
  background: #fff;
  padding: 9px 20px;
  width: 186px;
  z-index: 2;
  display: none;
  padding-top: 23px;
  padding-bottom: 30px;
  padding-right: 25px;
  padding-left: 25px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  line-height: 30px;
  position: relative;
}
.sf-menu ul li.sfHover > a {
  color: black;
}
.sf-menu ul li a {
  font: 14px;
  line-height: 36px;
  color: #a9a9a9;
  text-decoration: none;
  font-family: Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 600;
}
.sf-menu ul li a:hover {
  color: #000000;
}
.sf-menu ul li a:hover {
  color: #000000;
}
.sf-menu ul li.sfHover > a {
  /* color: @color3;*/
  text-decoration: none;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -56px;
  left: 162px;
  background: #ffffff;
  padding: 10px 20px;
  z-index: 4;
  padding-top: 10px;
  padding-left: 14px;
  padding-bottom: 30px;
}
.sf-menu ul ul li {
  line-height: 30px;
}
.sf-menu ul ul li a {
  font: 14px/36px;
  color: #a9a9a9;
  text-decoration: none;
  font-family: Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 600;
}
.sf-menu ul ul li a:hover {
  color: #000000;
}
.current .sub-menu a {
  background-color: #ffffff;
}
.current {
  background-color: #ccc;
  color: #ffffff;
}
.current > a {
  color: #ffffff !important;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 13px 5px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 13px 3px;
    font-size: 12px;
  }
  .sf-menu > li {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
    padding-top: 0px;
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .select-menu {
    display: block;
    width: 100%;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ffffff;
  padding: 0px 0;
  z-index: 999;
  height: 77px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .logo-link {
  line-height: 79px;
}
.isStuck .header_logo_slogan {
  top: 69px;
}
.isStuck .header_navigation {
  float: right;
  margin-left: 27px;
  padding-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
#stuck_container {
  margin-top: -7px;
}
.header-socials {
  padding-top: 22px;
  float: right;
}
.header-socials li {
  float: left;
  margin-left: 4px;
  text-align: center;
}
.header-socials li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1199px) {
  .header-socials li {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 979px) {
  .header-socials li {
    margin-left: 2px;
  }
}
.header-socials li a {
  display: block;
  height: 30px;
  width: 30px;
  background-color: #ccc;
}
.header-socials li a .fa {
  line-height: 30px;
  font-size: 24px;
}
.header-socials li a:hover {
  background-color: #39373a;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .header-socials {
    text-align: center;
    float: none;
    padding-bottom: 15px;
  }
  .header-socials li {
    float: none;
    display: inline-block;
  }
}
/*========================================================
                    block back1
=========================================================*/
.back1 {
  background: url('../images/back_texture.jpg') repeat;
  padding-top: 50px;
  padding-bottom: 99px;
}
.back1-block1 {
  padding: 0 58px;
  padding-top: 13px;
  padding-bottom: 56px;
}
@media only screen and (max-width: 1200px) {
  .back1-block1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.big-text {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}

.big-text2 {
  font-size: 24px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .big-text {
    font-size: 16px;
    line-height: 26px;
  }
}
.dotted-border {
  background: url('../images/dotted_border.png') repeat-x;
  height: 8px;
}
.dotted-border:before {
  content: '';
}
.number-title {
  padding-top: 46px;
  padding-bottom: 25px;
}
.big-date {
  font-size: 120px;
  line-height: 85px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .big-date {
    font-size: 94px;
  }
}
@media only screen and (max-width: 979px) {
  .big-date {
    font-size: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .big-date {
    font-size: 94px;
  }
}
.big-month {
  font-size: 100px;
  line-height: 85px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 8px;
  padding-left: 5px;
}
@media only screen and (max-width: 1200px) {
  .big-month {
    font-size: 76px;
  }
}
@media only screen and (max-width: 979px) {
  .big-month {
    font-size: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .big-month {
    font-size: 76px;
    line-height: 73px;
  }
}
.small_text {
  font-size: 18px;
  line-height: 30px;
}
/*========================================================
                    block back 2
=========================================================*/
.back2 {
  background-color: #ffffff;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 19px;
  padding-left: 0px;
  padding-bottom: 46px;
}
.side_article {
  padding-bottom: 12px;
}
.side_article_text {
  font-size: 14px;
  line-height: 30px;
  color: #39373a;
  padding-bottom: 20px;
}
.more_link {
  background-color: #39373a;
  display: inline-block;
  padding: 11px 20px 8px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.more_link._secondary {
  display: block;
}
.more_link._pine {
  background: #da917a;
  margin-top: 20px;
  padding: 10px 33px 9px 32px;
}
.more_link._pine:hover {
  color: #da917a;
  background: white;
}
.more_link:hover {
  background-color: #da917a;
}
@media only screen and (max-width: 1200px) {
  .more_link {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media only screen and (max-width: 979px) {
  .more_link {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.back2-title {
  float: left;
}
/*========================================================
                    gallery carousel
=========================================================*/
.owl-wrapper-outer {
  overflow: hidden;
  padding-top: 0px;
}
.owl-wrapper {
  overflow: hidden;
}
#owl .owl-next {
  right: 15px;
  background-position: right bottom;
}
#owl .owl-next:hover {
  background-position: right 0;
}
#owl .owl-prev:hover {
  background-position: 0 bottom;
}
/* Owl content */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
}
#owl .owl-prev,
#owl .owl-next {
  position: absolute;
  top: -52px;
  right: 15px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
#owl .owl-prev:before,
#owl .owl-next:before {
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 16px;
  color: #39373a;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#owl .owl-prev:hover:before,
#owl .owl-next:hover:before {
  color: #ccc;
}
#owl .owl-prev {
  right: 36px;
}
#owl .owl-prev:before {
  content: '\f137';
}
#owl .owl-next:before {
  content: '\f138';
}
.owl-carousel {
  display: none;
}
#owl {
  z-index: 1;
  position: relative;
  margin: 0 -15px;
  padding: 12px 0 0;
}
#owl .owl-item {
  float: left;
}
#owl .item {
  padding: 0;
  position: relative;
  line-height: 21px;
  padding: 0 15px;
  float: none;
}
.gal_img:first-child {
  margin-left: 0;
}
.gal_img a {
  position: relative;
  display: block;
}
.gal_img a .img-span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  width: 100%;
  height: 5%;
  top: 50%;
  left: 0%;
  background-color: transparent;
  z-index: 1;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
}
.gal_img a .img-span .fa {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  color: #da917a;
  font-size: 0px;
}
.gal_img a img {
  width: 100%;
}
.gal_img:hover .img-span {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  visibility: visible;
}
.gal_img:hover a .img-span .fa {
  transition-delay: 0.2s;
  font-size: 16px;
}
@media only screen and (max-width: 979px) {
  .gal_img {
    float: none;
  }
}
.nav_buttons {
  float: right;
}
.nav_buttons ul li {
  float: left;
  text-align: center;
}
.nav_buttons ul li a {
  border-radius: 500px;
  width: 15px;
  height: 15px;
  background-color: #39373a;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
}
.dotted_border2 {
  background: url('../images/dotted_border2.png') repeat-x;
  height: 8px;
  margin-top: 38px;
  margin-bottom: 20px;
}
.dotted_border2:before {
  content: '';
}
.recent_posts {
  font-size: 14px;
  line-height: 24px;
  color: #39373a;
}
@media only screen and (max-width: 979px) {
  .recent_posts .extra-wrap {
    overflow: visible;
  }
}
.recent_posts .thumbnail {
  float: left;
  margin: 0 30px 0px 0;
  padding-top: 10px;
}
@media only screen and (max-width: 979px) {
  .recent_posts .thumbnail {
    margin: 0 10px 5px 0;
  }
}
.recent_posts a {
  color: #39373a;
}
.recent_posts a:hover {
  color: #d86648;
}
@media only screen and (max-width: 1000px) {
  .recent_posts a {
    line-height: 20px;
  }
}
.recent_posts .post_date {
  color: #d86648;
}
.extra-wrap {
  padding-top: 5px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .extra-wrap {
    padding-top: 20px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .extra-wrap {
    line-height: 16px;
  }
}
dl#accordion {
  padding-top: 10px;
}
dl#accordion dt {
  margin-bottom: 3px;
  overflow: hidden;
  margin-left: 2px;
}
dl#accordion dt a {
  color: #fff;
  position: relative;
  display: block;
  height: 69px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  background: #da917a;
}
dl#accordion dt a .month {
  display: inline-block;
  font-size: 24px;
  width: 70px;
  padding: 0 0 0 10px;
  float: left;
}
dl#accordion dt a .month:after {
  content: '';
  display: inline-block;
  width: 1px;
  position: absolute;
  left: 69px;
  top: 0;
  bottom: 0;
  background: #ebebeb;
}
dl#accordion dd {
  display: none;
  margin-bottom: 2px;
  overflow: hidden;
  color: #39373a;
  font-size: 14px;
  line-height: 24px;
}
dl#accordion dd .indent {
  background: #ebebeb;
  margin: 0 0 0 70px;
  padding: 11px 53px 11px 30px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  dl#accordion dd .indent {
    line-height: 21px;
  }
}
dl#accordion dd a {
  color: inherit;
}
dl#accordion dd a:hover {
  color: #da917a;
}
dl#accordion dd .post_date {
  color: #da917a;
}
.month {
  line-height: 69px;
}
.month_text {
  padding-left: 92px;
  line-height: 69px;
}
@media only screen and (max-width: 1199px) {
  .month_text {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 979px) {
  .month_text {
    line-height: 27px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .month_text {
    padding-left: 4px;
    line-height: 70px;
    font-size: 13px;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .month_text {
    line-height: 19px;
    font-size: 14px;
    padding-top: 15px;
  }
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.extra-wrap {
  overflow: hidden;
}
/*========================================================
                    block back3
=========================================================*/
.back3 {
  padding-top: 20px;
  padding-bottom: 46px;
  background: url('../images/abstract-back.jpg') bottom center;
}
@media only screen and (max-width: 767px) {
  .back3 {
    background-size: cover;
  }
}
.figure_section {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px #797a7d solid;
  border-right: 1px #797a7d solid;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .figure_section {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .over-max {
    margin-bottom: 30px;
  }
}
/*========================================================
                    footer
=========================================================*/
footer {
  text-align: center;
  padding-top: 23px;
  padding-bottom: 15px;
}
footer a:hover {
  color: #da917a;
}
@media only screen and (max-width: 767px) {
  .footer_text {
    font-size: 13px;
  }
}
/*========================================================
                    totop
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 50px !important;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  background-color: #ccc;
  text-align: center;
  color: #ffffff;
  z-index: 999;
  color: white;
  font-size: 22px;
  line-height: 45px;
}
#toTop:hover {
  background-color: #da917a;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 320px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .title-page h2 span {
    width: 250px;
  }
}
/*========================================================
                    block wrapper_main
=========================================================*/
.back1-2 {
  background: url('../images/back_texture.jpg') repeat;
  padding-top: 50px;
  padding-bottom: 84px;
}
.figure {
  float: left;
  margin-right: 32px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .figure {
    float: none;
    margin: 0px;
    margin-bottom: 20px;
  }
}
.wrap_inner {
  padding-top: 9px;
}
/*========================================================
                    block wrapper_3
=========================================================*/
.numbering {
  margin-top: 6px;
  background-color: #da917a;
  font-size: 36px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-weight: 600;
  position: relative;
  line-height: 59px;
}
.numbering:before {
  content: "";
  display: block;
  position: absolute;
  border: 9px solid transparent;
  border-left: 11px solid #da917a;
  top: 19%;
  left: 60px;
  z-index: 99;
}
.wrapper_3 {
  padding-top: 13px;
}
.wrapper_3 p {
  padding-right: 9px;
}
.back2-2 {
  background-color: #ffffff;
  padding-top: 19px;
  padding-left: 0px;
  padding-bottom: 29px;
}
.wrapper2 {
  overflow: hidden;
  width: 100%;
}
/*========================================================
                    block wrapper_2
=========================================================*/
.wrap2_inner {
  padding-top: 16px;
}
.wrap2_inner p {
  padding-top: 7px;
}
@media only screen and (max-width: 767px) {
  .wrap2_inner p {
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap2_inner {
    padding-top: 0px;
    margin-bottom: 30px;
  }
}
.padding12 {
  padding-left: 12px;
}
.back3-2 {
  padding-top: 19px;
  padding-bottom: 46px;
  background: url('../images/abstract-back.jpg') bottom center;
}
@media only screen and (max-width: 767px) {
  .back3-2 {
    background-size: cover;
  }
}
/*========================================================
                    block wrapper_6
=========================================================*/
.wrapper-6 {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .wrapper-6 {
    padding-top: 0px;
  }
}
.wrap-6-title {
  padding-top: 11px;
}
@media only screen and (max-width: 767px) {
  .wrap-6-title {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-6-inner {
    padding-top: 0px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 979px) {
  .wrap-6-text {
    line-height: 20px;
  }
}
/*========================================================
                    block wrap2
=========================================================*/
.wrap-2 {
  padding-bottom: 5px;
}
.white-title a:hover {
  color: #d86648;
}
.wrap-2-image {
  float: left;
  margin-right: 30px;
  padding-top: 18px;
}
@media only screen and (max-width: 767px) {
  .wrap-2-image {
    float: none;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
  }
}
.wrap-2-inner {
  padding-top: 11px;
  padding-bottom: 56px;
}
.date-post-meta {
  color: #d86648;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 3px;
}
h5.white-title {
  font-size: 24px;
  line-height: 36px;
}
.back1-3 {
  background: url('../images/back_texture.jpg') repeat;
  padding-top: 50px;
  padding-bottom: 69px;
}
/*========================================================
                    block 3 posts in row with big title
=========================================================*/
.wrap-3-big-title {
  padding-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .wrap-3-big-title .small_text {
    padding-bottom: 30px;
  }
}
.back2-3 {
  background-color: #ffffff;
  padding-top: 20px;
  padding-left: 5px;
  padding-bottom: 36px;
}
.dark {
  color: #39373a;
}
.dark-text {
  color: #464447;
}
h3 {
  padding-bottom: 0px;
  padding-top: 0px;
}
h33 {
  padding-bottom: 0px;
  padding-top: 0px;
}
.back-2-title {
  padding-top: 21px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .back-2-title {
    padding-bottom: 25px;
  }
}
.number_title1 {
  padding-top: 6px;
  padding-bottom: 27px;
}
.dotted-border-3 {
  background: url('../images/dotted_border2.png') repeat-x;
  height: 8px;
  margin-top: 43px;
  margin-bottom: 20px;
}
/*========================================================
                    block 3 posts in row with big photo
=========================================================*/
.post-image {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .post-image {
    padding-top: 40px;
  }
}
/*========================================================
                    block 3 posts in row without  photo
=========================================================*/
.wrap-3-without-image .post {
  padding-top: 12px;
  padding-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .wrap-3-without-image .post {
    padding-bottom: 34px;
  }
}
/*========================================================
                    block 4 posts in row with photo
=========================================================*/
.dark-text1 {
  color: #39373a;
}
.dark-title {
  color: #39373a;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 600;
}
.dark-title a {
  color: #39373a;
}
.dark-title a:hover {
  color: #da917a;
}
.wrap-4-with-image .post {
  padding-top: 11px;
}
.back2-4 {
  background-color: #ffffff;
  padding-top: 22px;
  padding-left: 5px;
  padding-bottom: 36px;
}
.back2-4-1 {
  background-color: #ffffff;
  padding-top: 22px;
  padding-left: 5px;
  padding-bottom: 40px;
}
/*========================================================
                    block 4 posts in row with small photo
=========================================================*/
.wrap-4-with-small-image {
  font-size: 14px;
  line-height: 24px;
  color: #39373a;
  padding-top: 2px;
}
.wrap-4-with-small-image .thumbnail {
  float: left;
  margin: 0 30px 0px 0;
}
@media only screen and (max-width: 979px) {
  .wrap-4-with-small-image .thumbnail {
    margin-right: 10px;
  }
}
.wrap-4-with-small-image .extra-wrap {
  margin-top: -12px;
  margin-bottom: 30px;
  margin-left: 86px;
}
@media only screen and (max-width: 767px) {
  .wrap-4-with-small-image .extra-wrap {
    margin-bottom: 48px;
    padding-top: 11px;
  }
}
.wrap-4-with-small-image a {
  color: white;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.wrap-4-with-small-image a:hover {
  color: #d86648;
}
@media only screen and (max-width: 979px) {
  .wrap-4-with-small-image a {
    line-height: 20px;
  }
}
.wrap-4-with-small-image .post_date {
  color: #d86648;
}
.back3-4 {
  padding-top: 20px;
  padding-bottom: 28px;
  background: url('../images/abstract-back.jpg') bottom center;
  background-size: cover;
}
/*========================================================
                    block listing
=========================================================*/
.list-column {
  padding-top: 8px;
}
.list-column ul li {
  padding-bottom: 4px;
  padding-top: 1px;
}
.list-column ul li a {
  font-size: 14px;
  padding-bottom: 13px;
  color: #39373a;
}
.list-column ul li:before {
  color: #da917a;
  content: '\f00c';
  font-size: 14px;
  font-family: 'FontAwesome';
  padding-right: 11px;
  cursor: pointer;
}
.list-column ul li:hover a {
  color: #da917a;
}
/*========================================================
                    gallery
=========================================================*/
.back1-5 {
  background: url('../images/back_texture.jpg') repeat;
  padding-top: 50px;
  padding-bottom: 56px;
}
.wrap-4-big-image {
  padding-top: 19px;
}
.wrap-4-big-image .post {
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
}
.wrap-4-big-image .post .post-info {
  padding-left: 17px;
  padding-top: 14px;
  padding-bottom: 4px;
  padding-right: 5px;
  border-left: 1px #797a7d solid;
  border-right: 1px #797a7d solid;
}
.wrap-4-big-image .post .post-info p {
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .wrap-4-big-image .post {
    margin-bottom: 35px;
  }
}
.double-photo {
  overflow: hidden;
}
.img-item a,
.double-photo .figure a {
  position: relative;
  display: block;
}
.img-item a .img-span,
.double-photo .figure a .img-span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  width: 100%;
  height: 5%;
  top: 50%;
  left: 0%;
  background-color: transparent;
  z-index: 1;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
}
.img-item a .img-span .fa,
.double-photo .figure a .img-span .fa {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  color: #da917a;
  font-size: 0px;
}
.img-item:hover .img-span,
.double-photo .figure:hover .img-span {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  visibility: visible;
}
.img-item:hover a .img-span .fa,
.double-photo .figure:hover a .img-span .fa {
  transition-delay: 0.2s;
  font-size: 16px;
}
.back-2-title-2 {
  padding-top: 18px;
  padding-bottom: 10px;
}
/*========================================================
                    contact form
=========================================================*/
#contact-form {
  position: relative;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4px;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 11px 18px;
  color: #a9a9a9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  width: 100%;
  padding: 18px 18px;
  font-size: 14px;
  outline: none;
  font-weight: 400;
  color: #a9a9a9;
  border: 0px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: #ffffff;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  margin-top: 16px;
  width: 100%;
  padding: 17px 16px;
  font-weight: 400;
  font-size: 14px;
  font-family: Open Sans;
  color: #a9a9a9;
  padding: 14px 19px;
  outline: none;
  border: 0px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 307px;
  background-color: #ffffff;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 0;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  line-height: 16px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
#contact-form .message .empty-message,
#contact-form .message .error-message {
  top: 16px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 15px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  color: #525151 !important;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000 !important;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.contact-form-body {
  padding-top: 21px;
  padding-bottom: 6px;
}
.form-buttons {
  padding-top: 16px;
}
.form-buttons a {
  font-size: 18px;
  display: inline-block;
  background-color: #da917a;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 32px;
  text-align: center;
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .form-buttons a {
    margin-top: 20px;
    float: left;
  }
}
.form-buttons a:hover {
  background-color: #ffffff;
  color: #da917a;
}
/*========================================================
                    map
=========================================================*/
.map {
  padding-top: 11px;
  padding-bottom: 12px;
}
.map img {
  max-width: inherit;
}
.map #map-canvas {
  width: 100%;
  height: 425px;
}
@media only screen and (max-width: 767px) {
  .map #map-canvas {
    height: 300px;
  }
}
.contact-details {
  color: #39373a;
  line-height: 24px;
}
.contact-details p {
  display: inline-block;
}
.contact-details a {
  color: #39373a;
}
.contact-details a:hover {
  color: #da917a;
}
.contact-details .detail-value {
  margin-left: 19px;
}
@media only screen and (max-width: 979px) {
  .contact-details .detail-value {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-details .detail-value {
    margin-left: 19px;
  }
}
.contact-details .detail-value2 {
  margin-left: 65px;
}
@media only screen and (max-width: 979px) {
  .contact-details .detail-value2 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-details .detail-value2 {
    margin-left: 65px;
  }
}
.grid_2-1 {
  float: left;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .grid_2-1 {
    float: none;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .adrress,
  .contact {
    padding-bottom: 25px;
  }
}
.back2-6 {
  background-color: #ffffff;
  padding-top: 19px;
  padding-left: 0px;
  padding-bottom: 52px;
}
/*========================================================
                    block only with text
=========================================================*/
.page-block {
  padding-top: 9px;
}
.page-block p {
  padding-bottom: 30px;
}
.back1-7 {
  background: url('../images/back_texture.jpg') repeat;
  padding-top: 50px;
  padding-bottom: 51px;
}
.mail-link a {
  text-decoration: underline;
}
.mail-link a:hover {
  color: #da917a;
}
