@import url("font-awesome.min.css");
@import "animate.css";
@import "touchTouch.css";
@import url("css-family=Droid+Sans-400,700.css");
@import url("css-family=Asap-400,700.css");
@import url("css-family=Merriweather+Sans-300,400,700,800.css");
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  color: #606060;
  font: 13px/17px 'Droid Sans', Arial, sans-serif;
  background: url("../images/bg1.png") #eeeadd;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 51px;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: bold 22px/24px 'Merriweather Sans', sans-serif;
  margin-top: 73px;
  text-transform: uppercase;
  color: #4d4741;
}
h2 span {
  color: #b0615d;
}
h3 {
  font: 13px/18px 'Asap', Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-top: 37px;
}
h3.v2 {
  color: #606060;
}
h4 {
  font: 300 20px/25px 'Droid Sans', Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  padding: 3px 0 21px;
  position: relative;
  z-index: 100;
  text-align: center;
}
.content_header {
  padding-bottom: 68px !important;
  border-bottom: 1px solid #e2e2e2;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 24px;
  padding-bottom: 23px;
  border-bottom: 1px solid #e2e2e2;
}
.sf-menu {
  display: inline-block;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 54px 0 0;
}
.sf-menu > li:last-child,
.sf-menu > li#last-li {
  margin: 0;
}
.sf-menu > li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 9px;
  right: -30px;
  top: 7px;
  background: #e2e2e2;
}
.sf-menu > li:last-child:before,
.sf-menu > li#last-li:before {
  display: none;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 2px;
  font: 900 15px/20px 'Merriweather Sans', Arial, sans-serif;
  text-transform: uppercase;
  color: #4d4741;
  background: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #b0615d;
  background: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fa9183;*/
  opacity: 0;
  display: none;
  /* css triangle =============================================*/
  /*	&:before {
					content: "";
					display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;

				}*/
}
.sf-menu > li.current > a {
  color: #b0615d;
  background: #ffffff;
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #b0615d;
  background: #ffffff;
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.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 - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 40px;
  left: 0px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 10px 0px 10px;
  width: 125px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 18px;
  height: 10px;
  left: 50%;
  margin-left: -10px;
  top: -9px;
  background: url("../images/corner1.png") no-repeat 0 0;
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  line-height: 25px;
  border-bottom: 1px solid #e2e2e2;
}
.sf-menu ul li:last-child,
.sf-menu ul li.last-submenu-li {
  border: none;
}
.sf-menu ul li a {
  font: 300 14px/29px 'Merriweather Sans', Arial, sans-serif;
  text-transform: uppercase;
  color: #1b1b1b;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #b0615d;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #b0615d;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 125px;
  background: #ffffff;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #1b1b1b;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li {
    margin-right: 27px;
  }
  .sf-menu > li:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #b0615d;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  width: 100%;
  left: 0;
  background: #fff;
  padding: 0px 0 0px;
  z-index: 999;
  border-bottom: 1px solid #e2e2e2;
}
.isStuck h1,
.isStuck .txt1 {
  /*height: 100px;*/
  display: none;
}
.isStuck nav {
  margin-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #b0615d;
  text-decoration: none;
}
a.link1 {
  color: #b0615d;
}
a.link1:hover {
  color: #000;
}
.txt1 {
  font: 300 30px/36px 'Merriweather Sans', Arial, sans-serif;
  color: #818080;
  margin-top: 18px;
  letter-spacing: -1px;
}
.txt_section1 {
  margin-top: 33px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #e2e2e2;
  margin-bottom: -6px;
}
.txt_section1.v2 {
  margin-bottom: 0;
  border: none;
}
.txt_section1 h3 {
  margin-top: 4px;
}
.txt_section1 p {
  margin-top: 9px;
}
.txt_section1 .more_btn {
  margin-top: 14px;
}
.item_published {
  color: #b0615d;
  float: left;
  font: 17px/20px 'Asap', sans-serif;
  text-transform: lowercase;
  text-align: center;
  margin: 0 20px 0 0;
}
.item_published span {
  display: block;
  font: bold 30px/30px 'Asap', sans-serif;
}
.article-bordered {
  border-left: 1px solid #f4e4e7;
  border-right: 1px solid #f4e4e7;
  margin: 0 37px;
  padding: 0 57px;
}
.txt2 {
  font: 22px/30px 'Merriweather Sans', Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-top: 18px;
}
.txt3 {
  font: 13px/20px 'Asap', Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-top: 8px;
}
.color1 {
  color: #b0615d;
}
.color2 {
  color: #fff;
}
.color3 {
  color: #000;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 7px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: -8px;
}
.marTop2 {
  margin-top: 14px;
}
.marTop3 {
  margin-top: 68px;
}
.marTop4 {
  margin-top: 9px;
}
.marTop5 {
  margin-top: 25px;
}
.marTop6 {
  margin-top: 42px;
}
.marTop7 {
  margin-top: 20px;
}
.marTop8 {
  margin-top: 0;
}
.marTop9 {
  margin-top: 27px;
}
.marTop10 {
  margin-top: 60px;
}
.bot_line {
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}
.hline {
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  margin-top: 30px;
  margin-bottom: 0px;
}
p {
  margin-top: 23px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img1 {
  margin-top: 32px;
  margin-bottom: 14px;
}
.img2 {
  margin-top: 31px;
  float: left;
  margin-right: 12px;
}
.img3 {
  margin-top: 40px;
}
.img4 {
  margin-top: 29px;
  float: left;
  margin-right: 20px;
}
blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url("../images/quote_sign.png") 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.year_section {
  font: 13px/20px 'Asap', Arial, sans-serif;
  float: left;
  color: #000;
  min-width: 44px;
  display: block;
  margin-top: 22px;
}
.num_section {
  font: 300 52px/52px 'Merriweather Sans', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 68px;
  width: 68px;
  height: 68px;
  background-color: #b0615d;
  float: left;
  text-align: center;
  margin-top: 20px;
  margin-right: 20px;
  color: #fff;
  font: bold 14px/18px 'Merriweather Sans', Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
}
.day {
  font: bold 37px/37px 'Droid Sans', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Droid Sans', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 36px;
}
.listWithMarker li {
  display: block;
  padding-left: 14px;
  margin-bottom: 0;
  padding-bottom: 14px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f111';
  font: normal normal 8px/20px 'FontAwesome';
  color: #b0615d;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
  color: #000;
  text-decoration: none;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #b0615d;
}
.list2 {
  margin: 0;
  margin-top: 14px;
  float: right;
  margin-right: -14px;
  margin-left: 10px;
}
.list2 li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 14px;
  position: relative;
}
.list2 li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: url("../images/list_dot.png") 0 0 no-repeat;
  top: 7px;
  right: -11px;
}
.list2 li:last-child:before {
  display: none;
}
.list2 li a {
  color: #545454;
  text-decoration: none;
  font: 11px/20px "Droid Sans", Arial, sans-serif;
  text-transform: uppercase;
}
.list2 li a:hover,
.list2 li.current a {
  color: #b0615d;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 24px;
  text-decoration: none;
  font: 13px/18px "Asap", Arial, sans-serif;
  color: #000;
}
.more_btn:hover {
  color: #b0615d;
}
.more_btn2 {
  display: inline-block;
  margin-top: 23px;
  text-decoration: none;
  font: bold 14px/18px "Merriweather Sans", Arial, sans-serif;
  padding: 17px 17px;
  float: right;
  margin-left: 20px;
  color: #b0615d;
  background: #fff;
}
.more_btn2:hover {
  color: #fff;
  background: #000;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url("../images/magnifier2.png") 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: inline-block;
  margin-top: 13px;
  white-space: nowrap;
  text-align: left;
  float: right;
  margin-right: -2px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 24px;
  height: 24px;
  display: inline-block;
  color: #fff;
  background: #4264ab;
  text-align: center;
  border-radius: 500px;
}
.soc_icons > li + li > a {
  background: #46e3ee;
}
.soc_icons > li + li + li > a {
  background: #ff9124;
}
.soc_icons i {
  font: normal normal 15px/24px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #000;
  text-decoration: none;
  background: #b0615d;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
.main_plane {
  width: 1292px;
  margin: 50px auto 50px;
  background: #fff;
}
#content {
  padding: 0 0 68px 0;
  overflow: hidden;
}
.content_pages {
  /*margin-top: -24px;*/
}
.box-1 {
  position: relative;
  width: 100%;
  margin-top: 26px;
  padding: 22px 20px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e2e2e2;
}
.box-1.v2 {
  margin-top: 27px;
  padding: 6px 20px 16px;
}
.box-1.v2 h3 {
  margin-top: 10px;
}
.box-1.v2 p {
  margin-top: 23px;
}
.box-2 {
  position: relative;
  width: 100%;
  margin-top: 75px;
  padding: 5px 30px 25px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #b0615d;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map ****/
.map {
  margin-top: 20px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 358px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}
.address1 dt {
  margin-bottom: 1px;
}
.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 36px 0 63px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
  font-size: 11px;
}
.txt_priv {
  margin-top: 15px;
  /*min-width: 280px;*/
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #444;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #b0615d;
}
@media only screen and (max-width: 1449px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1299px) {
  figure a,
  figure a img {
    width: 100%;
  }
  .main_plane {
    width: 100%;
  }
  .article-bordered {
    margin: 0;
    padding: 0;
    border: none;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .img4 {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
  .txt1 {
    font: 300 20px/26px 'Merriweather Sans', Arial, sans-serif;
  }
  .article-bordered {
    padding: 0;
  }
  .list2 {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .soc_icons {
    float: none;
  }
  footer {
    text-align: center;
  }
  .box-2 {
    padding: 10px 15px 80px;
  }
  .more_btn2 {
    float: none;
    margin-left: 0;
    position: absolute;
    left: 15px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
  .marTopMobile {
    margin-top: 27px;
  }
}
/*Core variables and mixins*/
