@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=PT+Serif:400,700);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*hover 3 color*/
/*hover 3 color*/
/*color of content*/
/*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;
  background: #fff;
  color: #808080; // aici se schimba culoarea textului
  font: 14px/20px Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: bold 30px/34px 'PT Serif', Arial, sans-serif;
  color: #222;
  margin-top: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h3 {
  font: bold 20px/30px 'PT Serif', Arial, sans-serif;
  color: #024476;
  margin-top: 29px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: -12px;
}
h4 {
  font: 300 20px/25px 'PT Serif', Arial, sans-serif;
  color: #024476;
  margin-top: 15px;
  text-transform: uppercase;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  /*width: 100%;
  height: 500px;
  padding: 20px 0 20px;*/
  position: relative;
  z-index: 100;
}
#header.content_header {
  border-bottom: 5px solid #f3f3f3;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 10px;
  padding: 0;
  display: block;
  color: #ffffff;
}
.sf-menu {
  display: inline-block;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 63px;
}
.sf-menu > li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 9px;
  height: 10px;
  right: -36px;
  top: 4px;
  background: url(../images/dot1.png) no-repeat 0 0;
}
.sf-menu > li#last-li:before {
  display: none;
}
.sf-menu > li:first-child,
.sf-menu > li#first-li:first-child {
  margin-left: 0;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 0;
  padding-bottom: 8px;
  font: bold 20px/24px 'PT Serif', Arial, sans-serif;
  letter-spacing: 1px;
  color: #262626;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #d4d4d4;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 0;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 99999;
  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: 4px;
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: @hcolor;*/
  display: none;
  opacity: 0;
  /* 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: #d4d4d4;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 0;
}
.sf-menu > li.sfHover > a {
  color: #d4d4d4;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 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 - submenu
========================================================*/
body.slider_page .sf-menu ul.submenu {
  background: #ffffff;
}
.sf-menu ul {
  position: absolute;
  top: 28px;
  left: -35px;
  background: #efefef;
  padding: 25px 0px 10px;
  width: 212px;
  z-index: 9;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  text-indent: 40px;
  line-height: 31px;
}
.sf-menu ul li a {
  padding: 0;
  font: bold 20px/31px 'PT Serif', Arial, sans-serif;
  letter-spacing: 1px;
  color: #262626;
  display: block;
}
.sf-menu ul li a:hover {
  color: #d4d4d4;
  /*background: #6c321d;*/
}
.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: #d4d4d4;
  /*background: #6c321d;*/
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: relative;
  top: -25px;
  left: 0px;
  background: #efefef;
  background: none;
  /*padding: 10px 10px;*/
  padding-bottom: 0;
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  text-indent: 50px;
  color: #262626;
}
.sf-menu ul ul li a:hover {
  color: #d4d4d4;
  /*background: #fff;*/
}
@media only screen and (max-width: 1199px) {
  nav {
    padding-right: 200;
  }
  .sf-menu > li {
    margin-left: 20px;
  }
  .sf-menu li:before {
    right: -15px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li a {
    letter-spacing: 0;
    font: 18px/24px 'PT Serif', Arial, sans-serif;
  }
  .sf-menu li:before {
    display: none;
  }
  .sf-menu > li {
    margin-left: 15px;
  }
}
@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 #f59b29;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  padding: 0px 0 0px;
  z-index: 999;
  border-bottom: 1px solid #cccaca;
}
.isStuck .txt1,
.isStuck .soc_icons {
  display: none;
}
.isStuck .txt50,
.isStuck .soc_icons {
  display: none;
}

.isStuck h1,
.isStuck h1 img {
  height: 30px;
}
.isStuck nav {
  margin-top: 0;
}
/*.isStuck .sf-menu > li > a {line-height: 50px;}*/
.isStuck .sf-menu ul.submenu {
  top: 33px;
}
@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: #f59b29;
  text-decoration: none;
}
a.link1 {
  color: #000000;
}
a.link1:hover {
  color: #c1c1c1;
}
a.link2 {
  text-decoration: underline;
}
a.link2:hover {
  color: #f59b29;
  text-decoration: underline;
}
a.link3 {
  color: #222;
}
a.link3:hover {
  color: #f59b29;
}
a.link4:hover {
  color: #a8157d;
}
.txt1 {
  font: bold 20px/24px 'PT Serif', Arial, sans-serif;
  color: #222;
  margin-top: 74px;
  letter-spacing: 2px;
}
.txt50 {
  font: bold 20px/24px 'PT Serif', Arial, sans-serif;
  color: #222;
  margin-top: 5px;
  letter-spacing: 2px;
}
.txt2 {
  font: bold 48px/52px 'PT Serif', Arial, sans-serif;
  color: #f59b29;
  margin-top: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.txt3 {
  font: bold 30px/34px 'PT Serif', Arial, sans-serif;
  color: #fff;
  margin-top: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.txt3 span {
  color: #f59b29;
  font-size: 48px;
  line-height: 48px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.txt4 {
  position: absolute;
  right: 0;
  bottom: 18px;
  font: bold 14px/18px 'PT Serif', Arial, sans-serif;
  color: #573a94;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 10;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.txt5 {
  font: 48px/50px 'PT Serif', Arial, sans-serif;
  margin-top: 0;
  letter-spacing: 2px;
  padding-bottom: 10px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.txt6 {
  font: bold 20px/30px 'PT Serif', Arial, sans-serif;
  color: #c1c1c1;
  margin-top: 38px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.txt7 {
  font: bold 14px/20px 'PT Serif', Arial, sans-serif;
  margin-top: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.color1 {
  color: #f59b29;
}
.color2 {
  color: #a8157d;
}
.color3 {
  color: #573a94;
}
.color4 {
  color: #077cbf;
}
.color5 {
  color: #fff;
}
.color6 {
  color: #222222;
}
.color7 {
  color: #d5d5d5;
}
.color8 {
  color: #ed68c6;
}
.color9 {
  color: #ab96d9;
}
.bg1 {
  background: #f59b29;
}
.bg2 {
  background: #a8157d;
}
.bg3 {
  background: #024476;
}
.bg4 {
  background: #077cbf;
}
.bg20 {
  background: #f5f5f5;
}
.box,
.box2,
.box3 {
  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;
}
.lh36 {
  line-height: 36px;
  letter-spacing: 3px;
}
.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: 26px;
}
.marTop2 {
  margin-top: 55px;
}
.marTop3 {
  margin-top: 38px !important;
}
.marTop4 {
  margin-top: 26px !important;
}
.marTop5 {
  margin-top: 40px;
}
.marTop6 {
  margin-top: 10px;
}
.marTop7 {
  margin-top: 42px;
}
.marTop8 {
  margin-top: 70px;
}
.marTop9 {
  margin-top: 28px;
}
.marTop10 {
  margin-top: 32px;
}
.marTop11 {
  margin-top: 5px;
}
.hline {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-top: 30px;
  margin-bottom: 0px;
}
p {
  margin-top: 19px;
}
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: 7px;
  float: left;
  margin-right: 30px;
}
.img2 {
  margin-top: 37px;
}
.img3 {
  margin-top: 37px;
  margin-bottom: 8px;
}
.img4 {
  margin-top: 37px;
}
blockquote {
  padding-left: 54px;
  padding-right: 1px;
  background: url(../images/quote_sign.png) 0 6px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.num_section {
  float: left;
  font: 48px/50px 'PT Serif', Arial, sans-serif;
  margin-top: 0;
  color: #222;
  letter-spacing: 2px;
  display: block;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 98px;
}
.link_list1:hover .num_section,
.link_list1:hover .txt5 {
  color: #cacaca;
}
.date_section {
  width: 100%;
  max-width: 85px;
  background-color: #024476;
  text-align: center;
  margin-top: 37px;
  color: #fff;
  padding-bottom: 4px;
  margin-bottom: 25px;
}
.day {
  font: 60px/60px 'PT Serif', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 14px/24px 'PT Serif', Arial, sans-serif;
  margin-top: -5px;
  display: block;
  text-transform: uppercase;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 12px;
}
.listWithMarker li {
  display: block;
  padding-left: 20px;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f00c';
  font: normal normal 14px/20px 'FontAwesome';
  color: #024476;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
  color: #000000;
  text-decoration: none;
  font: 14px/20px "Roboto", Arial, sans-serif;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #f59b29;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 26px;
  text-decoration: none;
  font: 14px/18px "PT Serif", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding-right: 12px;
  background: url(../images/arr1.png) right 3px no-repeat;
  letter-spacing: 2px;
}
.more_btn:hover {
  color: #000;
  padding-right: 15px;
}
.more_btn2 {
  display: inline-block;
  margin-top: 21px;
  text-decoration: underline;
  font: bold 14px/20px "PT Serif", Arial, sans-serif;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.more_btn2:hover {
  color: #cccaca;
  text-decoration: underline;
}
/*********************************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: block;
  margin-top: 23px;
  white-space: nowrap;
  text-align: left;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 14px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  display: inline-block;
  color: #222222;
  text-align: center;
}
.soc_icons i {
  font: normal normal 29px/30px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #f59b29;
  text-decoration: none;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 71px 0;
  overflow: hidden;
}
#content.content_pages {
  /*margin-top: -24px;*/
  padding-bottom: 0;
}
.box-1 {
  padding: 0px 0 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  margin-top: 2px;
}
.box-1.v2 {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.box-2 {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.box-2.last {
  border: none;
}
.box-22 {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 40px 0 40px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg1.jpg) 50% 50% no-repeat #9b9b9b;
}
.banners_section {
  margin-top: -1000px;
}
.banner1 {
  position: relative;
  /*overflow: hidden;*/
  z-index: 1;
  color: #ffcb89;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  padding: 51px 60px 44px 0px;
}
.banner1:before {
  content: '';
  position: absolute;
  width: 5px;
  top: 0px;
  right: 9px;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 18px  17px;
  border-width: 0px;
  border-color: transparent #fff transparent transparent;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.banner1:after {
  content: '';
  position: absolute;
  width: 0px;
  top: 0px;
  bottom: 200px;
  right: 0px;
  pointer-events: none;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.banner1:hover:before {
  top: 49px;
  border-width: 17px 18px  17px;
}
.banner1:hover:after {
  bottom: 0;
  width: 9px;
}
.banner1 h2 {
  color: #fff;
  margin-top: 0px;
}
.banner1_plane1,
.banner1_plane2,
.banner1_plane3 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3000px;
  background-color: #f59b29;
  z-index: -1;
}
.banner1_plane2 {
  background-color: #a8157d;
}
.banner1_plane3 {
  background-color: #573a94;
}
.link_banner2:hover .banner2 {
  background-color: #e1e1e1;
}
.link_banner2:hover .txt3 span {
  color: #fff;
}
.link_banner2:hover .txt4 {
  color: #e1e1e1;
}
.banner2 {
  margin-top: 23px;
  position: relative;
  /*overflow: hidden;*/
  z-index: 1;
  background-color: #573a94;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  padding: 1px 25px 28px;
}
.banner2:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 9;
  width: 0;
  height: 0;
  border-bottom: 107px solid #fff;
  border-left: 107px solid transparent;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.banner3_link {
  margin-top: 32px;
  display: block;
}
.banner3 {
  margin-top: 0px;
  overflow: hidden;
  /*overflow: hidden;*/
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 5px 33px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.banner3_link:hover .banner3 {
  background-color: #cccaca;
}
.banner3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  pointer-events: none;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px;
  border-color: transparent  transparent #fff transparent;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map API ****/
.content_map {
  margin-top: 0px;
  position: relative;
  height: 316px;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/**** end Map API ****/
/**** start Map ****/
.map {
  margin-top: 15px;
  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: 321px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 19px;
  display: block;
}
.address1 dt {
  margin-bottom: 21px;
}
.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: 5px 0 2px;
  background-color: #ffffff;
  color: #f5f5f5;
  overflow: hidden;
}
#footer h1 {
  float: left;
  margin-right: 17px;
}
.txt_priv {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #66FFFF;
  margin-top: 30px;
  margin-left: 16%; /* aici modificare tabel */
  /*min-width: 280px;*/
}

.txt_priv_nou {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #66FFFF;
  margin-top: 30px;
 /* aici modificare footer */
  /*min-width: 280px;*/
}
.fw_video {
  margin-top: 16px;
  width: 100%;
  height: 435px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.fw_video iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #222;
  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: #f59b29;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  figure a,
  figure a img {
    width: 100%;
  }
  .img1 {
    float: none;
    margin-right: 0;
  }
  .banner1 {
    padding: 0px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .txt5 {
    font: 27px/40px 'PT Serif', Arial, sans-serif;
    letter-spacing: 0px;
  }
}
@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;
  }
  h2 {
    font: bold 24px/26px 'PT Serif', Arial, sans-serif;
  }
  .marTop1 {
    margin-top: 21px;
  }
  .txt7 {
    font: 11px/20px 'PT Serif', Arial, sans-serif;
  }
  .txt2 {
    font: bold 38px/42px 'PT Serif', Arial, sans-serif;
  }
  .txt3 {
    font: bold 20px/28px 'PT Serif', Arial, sans-serif;
  }
  .txt3 span {
    color: #f59b29;
    font-size: 28px;
    line-height: 53px;
  }
  h3 {
    font: bold 18px/30px 'PT Serif', Arial, sans-serif;
  }
  header h1 {
    width: 100%;
    margin-top: 27px;
  }
  h1 img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  h1 {
    margin-top: 0;
  }
  .txt1 {
    margin-top: 15px;
  }
  .txt50 {
    margin-top: 5px;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  .txt7 {
    font: bold 14px/20px 'PT Serif', Arial, sans-serif;
  }
  #footer {
    padding-top: 30px;
	background-color: #ffffff;
    padding-bottom: 20px;
  }
  #footer h1 {
    float: none;
    margin-right: 0;
  }
  .txt_priv {
    margin-top: 10px;
  }
  .banner1 {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  /*h1 {width: 100%;}
	h1 img{width: 100%;}*/
}
/*Core variables and mixins*/
