/*@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin,greek);*/

body {
  margin: 0 auto;
  background-color: #fff;
  font-family: "Ubuntu Condensed", sans-serif !important;
  text-decoration: none;
  font-weight: none;
  font-size: 16px !important;
  color: #333;
  text-align: left;
}

/**************for css3 support in older browsers************
link documentation
css3pie.com/documentation/supported-css3-features/

write the css rule and add
behavior: url(plugins/css3pie/PIE.htc);
e.g
#myElement {
    behavior: url(plugins/css3pie/PIE.htc);
    border-radius: 10px;
/***********extra options for pie***********	
    -pie-watch-ancestors: 1;
	-pie-png-fix: true;
	-pie-lazy-init:true;
	-pie-poll:true;
	-pie-track-hover:false;
	-pie-track-active:false; 
}


/**********accordion content***************/

.container {
  width: 970px !important;
}

a {
  color: #666;
}
a:hover {
  color: #444;
  text-decoration: none !important;
}

.accordion_head_in {
  text-decoration: none;
  font-size: 20px;
  display: block;
}
.accordion_content_in {
  display: none;
}
.accordion_wrapper_in li {
  position: relative;
  overflow: hidden;
}

.pagination li.inactive {
  visibility: hidden;
}
.pagination li {
  float: left;
}
.pagination_wrapper {
  text-align: center;
}

.float_image {
  float: left;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}

.empty_row_10 {
  display: block;
  height: 10px;
}
.empty_row_20 {
  display: block;
  height: 20px;
}
.empty_row_30 {
  display: block;
  height: 30px;
}
.empty_row_40 {
  display: block;
  height: 40px;
}
.empty_row_50 {
  display: block;
  height: 50px;
}

.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.alpha_pad {
  padding-left: 0;
}
.omega_pad {
  padding-right: 0;
}
.shadow {
  -moz-box-shadow: 3px 3px 4px #333;
  -webkit-box-shadow: 3px 3px 4px #333;
  box-shadow: 3px 3px 4px #333;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
  zoom: 1;
}

.srow_1 {
  height: 80px;
  background-color: #000000;
  position: relative;
  top: 0px;
  z-index: 1000;
  width: 100%;
}
.srow_2 {
  min-height: 700px; /*background-image:url(../images/full_screen_rotator.jpg); background-repeat:no-repeat; background-size:cover;*/
}
.srow_3 {
  min-height: 480px;
  background-color: #272727;
}
.srow_4 {
  min-height: 445px;
  background-color: #fff; /*background-image:url(../images/tomeis_bg.jpg); background-repeat:no-repeat; background-position:center center;*/
}
.srow_5 {
  min-height: 480px;
  background-color: #f2f2f2;
  padding-bottom: 30px;
}
.srow_6 {
  height: 378px;
  background: url(../images/nl_bg.jpg) no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
.overlay {
  height: 378px;
  background-image: url(../images/black_transparency_65.png);
  padding-top: 60px;
}
.srow_7 {
  height: 678px;
  background-color: #e5e5e5;
}
.srow_8 {
  min-height: 480px;
  background-color: #272727;
  padding-bottom: 20px;
  padding-top: 20px;
}
.srow_9 {
  height: 444px;
  background-image: url(../images/gray_pattern.jpg);
  background-repeat: repeat;
}
.srow_10 {
  height: 170px;
  background-color: #272727;
  text-align: center;
}

.black_line {
  background-color: #2b3033;
}
.grey_arrow {
  background-position: 10px bottom;
  background-repeat: no-repeat;
  background-image: url(../images/grey_arrow.png);
  padding-bottom: 30px;
}
.white_arrow {
  background-position: 10px bottom;
  background-repeat: no-repeat;
  background-image: url(../images/white_arrow.png);
  padding-bottom: 30px;
}

.black_line .ar_title {
  color: #fff;
  font-size: 30px;
  font-family: "Ubuntu Condensed", sans-serif;
}
.grey_line {
  background-color: #616161;
  padding: 20px 0;
}
.grey_line .ar_teaser {
  color: #fff;
  font-size: 16px;
}
.ar_teaser {
  margin-top: 15px;
  display: inline-block;
}
.span3 {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

.cte_line {
  padding: 30px 0;
}

/* Effect 4: bottom border enlarge */
#cl-effect-4 a {
  font-size: 18px;
  text-transform: none;
  margin: 30px 3px;
  letter-spacing: normal;
  padding: 0 0 5px;
  color: #fff;
  text-decoration: none !important;
}
#cl-effect-4 a::after {
  background: #00ff00;
}
#cl-effect-4 a:hover,
#cl-effect-4 a:active {
  color: #00ff00;
  text-decoration: none;
}
.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
  color: #00ff00;
  height: 3px;
}
.img_title {
  text-align: center;
}
.top_wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
}
.logo_wrapper {
  height: 80px;
  display: inline-block;
  line-height: 80px;
}
.menu_wrapper {
  position: absolute;
  right: 15px;
  width: 550px;
}
.languages_wrapper {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.languages {
}
.languages a {
  margin: 0 10px;
  color: #fff;
}
.languages a.active {
  color: #00ff00;
}
.languages a,
.languages a:link,
.languages a:visited {
}
.languages a:hover,
.languages a:active {
  color: #00ff00;
}
.white_text * {
  color: #fff !important;
}
.white_title h2 {
  color: #fff;
  text-align: center;
}
.green_title h2 {
  color: #00ff00;
  text-align: center;
  margin-bottom: 30px;
}
.black_title h2 {
  color: #000;
  text-align: center;
}
.left_profil {
  font-size: 19px;
  color: #fff;
}
.main_profil {
  font-size: 16px;
  color: #9e9e9e;
}
#myMenu_1 {
  list-style-type: none;
  display: inline;
}
#myMenu_1 li.nav_lvl_1 {
  float: left;
  max-width: 95px;
  text-align: center;
  margin-right: 20px;
}
#myMenu_1 > li:last-child {
  margin-right: 0px;
}
#myMenu_1 > li.nav_lvl_1 a {
  color: #262626;
  font-size: 19px;
}
#myMenu_1 > li.nav_lvl_1 a > span {
  color: #262626;
  font-size: 19px;
  line-height: 19px;
}
#myMenu_1 > li.nav_lvl_1 a:hover {
  text-decoration: none;
}
.nl_title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.nl_subtitle {
  color: #fff;
  text-align: center;
  font-size: 26px;
}
.nl_wrapper {
  text-align: center;
  margin-top: 20px;
}
#hc_mailchimp_subscribe_form_short {
}
#hc_mailchimp_subscribe_form_short div {
  display: inline-block;
}
#hc_mailchimp_subscribe_form_short label {
  display: none;
}
#hc_mailchimp_subscribe_form_short input[type="text"] {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #fff;
  box-shadow: none;
  height: 57px;
  padding-left: 20px;
  width: 320px;
  border-radius: 10px;
}
.hc_mailchimp_error {
  color: #f00;
  background-color: rgba(0, 0, 0, 0.5);
}
#hc_mailchimp_subscribe_form_short input.ym-button {
  height: 57px;
  background-color: #000 !important;
  color: #00ff00;
  border: 1px solid #000;
  width: 200px;
  background-image: none !important;
  font-size: 18px;
  border-radius: 10px;
}
#hc_mailchimp_subscribe_form_short #submit {
  height: 57px;
  background-color: #000 !important;
  color: #00ff00;
  border: 1px solid #000;
  width: 200px;
  background-image: none !important;
  font-size: 18px;
  border-radius: 10px;
}
#hc_mailchimp_subscribe_form_short input[type="submit"]:hover {
}

#f1 input[type="text"] {
  height: 46px;
  margin-bottom: 30px;
}
#f1 .submit_container {
  text-align: right;
}
#ctrl_5 {
  height: 46px;
  color: #e2e2e7;
  background-color: #000 !important;
  background-image: none;
  border: 1px solid #333;
  font-size: 20px;
  padding: 5px 25px;
}

.map_info,
.mail_info,
.contact_info,
.social_info {
  margin-top: 30px;
}
.social_wrapper {
  background-color: #171717;
  height: 170px;
}
.map_sprite {
  display: inline-block;
  width: 38px;
  height: 31px;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 20px;
}
.contact_sprite {
  display: inline-block;
  width: 38px;
  height: 31px;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  background-position: -38px top;
  margin-bottom: 20px;
}
.mail_sprite {
  display: inline-block;
  width: 38px;
  height: 31px;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  background-position: -76px top;
  margin-bottom: 20px;
}
.ce_gallery ul {
  display: inline-block;
  width: 100%;
}
.ce_gallery ul li {
  float: left;
  display: inline-block;
}
.ce_gallery {
  clear: both;
}
.ce_gallery .col_last figure {
  margin-right: 0 !important;
}
.facebook {
  display: inline-block;
  height: 25px;
  width: 21px;
  background-image: url(../images/social.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.twitter {
  display: inline-block;
  height: 25px;
  width: 23px;
  background-image: url(../images/social.png);
  background-repeat: no-repeat;
  background-position: -30px top;
}
.instagram {
  display: inline-block;
  height: 25px;
  width: 23px;
  background-image: url(../images/social.png);
  background-repeat: no-repeat;
  background-position: -60px top;
}
.youtube {
  display: inline-block;
  height: 25px;
  width: 30px;
  background-image: url(../images/social.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.copyright {
  font-size: 15px;
  font-family: "Ubuntu Condensed", sans-serif;
}
/**********list erga inside*******************/
.iso-filter {
  width: 220px;
  float: left;
  position: relative;
  display: inline-block;
}
.iso_container {
  width: 720px;
  float: left;
}
#iso_container_13 {
  width: 960px;
  float: left;
}
#iso_container_14 {
  width: 960px;
  float: left;
}
#iso_container_15 {
  width: 960px;
  float: left;
}
#iso_container_17 {
  width: 960px;
  float: left;
}
.iso-btn {
  width: 220px;
  padding: 10px 0;
  text-align: center;
  background-color: #333;
  border: none;
  color: #00ff00;
  height: 57px;
  border-radius: 10px;
  margin: 0 20px 10px 0;
}
.iso-filter .current {
  color: #fefefe;
}
#iso_container_5 .isotopeItem {
  width: 350px;
  float: left;
  position: relative;
  margin: 5px 0 5px 10px;
}
.isocol_0 {
}
#iso_container_5 .isotopeItem .rel_element {
  position: relative;
}
#iso_container_5 .rel_title {
  position: absolute;
  top: 0px;
  background-image: url(../images/white_transparent_80.png);
  padding: 10px;
  width: 100%;
}
#iso_container_5 .rel_more {
  position: absolute;
  top: 33%;
  height: 57px;
  background-image: url(../images/black_transparency_65.png);
  border-radius: 20px;
  text-align: center;
  line-height: 57px;
  left: 37%;
  display: none;
}
#iso_container_5 .rel_more a {
  color: #fff;
  padding: 10px;
}
#iso_container_5 .rel_teaser {
  background-image: url(../images/black_transparency_65.png);
  max-height: 100px;
  padding: 5px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
}
#iso_container_5 .rel_teaser p {
  margin: 0;
}

#iso_container_11 .isotopeItem {
  width: 350px;
  float: left;
  position: relative;
  margin: 5px 0 5px 10px;
  height: 270px;
}
.isocol_0 {
}
#iso_container_11 .isotopeItem .rel_element {
  position: relative;
}
#iso_container_11 .rel_title {
  position: absolute;
  top: 0px;
  background-image: url(../images/white_transparent_80.png);
  padding: 10px;
  width: 100%;
}
#iso_container_11 .rel_more {
  position: absolute;
  top: 33%;
  height: 57px;
  background-image: url(../images/black_transparency_65.png);
  border-radius: 20px;
  text-align: center;
  line-height: 57px;
  left: 37%;
  display: none;
}
#iso_container_11 .rel_more a {
  color: #fff;
  padding: 10px;
}
#iso_container_11 .rel_teaser {
  background-image: url(../images/black_transparency_65.png);
  max-height: 100px;
  padding: 5px;
  color: #fff;
  font-size: 14px;
}
#iso_container_11 .rel_teaser p {
  margin: 0;
}
/**********end list erga inside*******************/
/**********css for construction***********/
#iso_container_13 .isotopeItem {
  width: 310px;
  float: left;
  position: relative;
  margin: 5px 0 5px 10px;
  height: 290px;
}
#iso_container_13 .isotopeItem .rel_element {
  position: relative;
}
#iso_container_13 .rel_title {
  position: absolute;
  top: 0px;
  background-image: url(../images/white_transparent_80.png);
  padding: 10px;
  width: 100%;
}
#iso_container_13 .rel_more {
  position: absolute;
  top: 33%;
  height: 57px;
  background-image: url(../images/black_transparency_65.png);
  border-radius: 20px;
  text-align: center;
  line-height: 57px;
  left: 37%;
  display: none;
}
#iso_container_13 .rel_more a {
  color: #fff;
  padding: 10px;
}
#iso_container_13 .rel_teaser {
  background-image: url(../images/black_transparency_65.png);
  max-height: 100px;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  min-height: 80px;
}
#iso_container_13 .rel_teaser p {
  margin: 0;
}

/**********end css for construction***********/

/**********css for projects***********/
#iso_container_14 .isotopeItem {
  width: 310px;
  float: left;
  position: relative;
  margin: 5px 0 5px 10px;
  height: 290px;
}
#iso_container_14 .isotopeItem .rel_element {
  position: relative;
}
#iso_container_14 .rel_title {
  position: absolute;
  top: 0px;
  background-image: url(../images/white_transparent_80.png);
  padding: 10px;
  width: 100%;
}
#iso_container_14 .rel_more {
  position: absolute;
  top: 33%;
  height: 57px;
  background-image: url(../images/black_transparency_65.png);
  border-radius: 20px;
  text-align: center;
  line-height: 57px;
  left: 37%;
  display: none;
}
#iso_container_14 .rel_more a {
  color: #fff;
  padding: 10px;
}
#iso_container_14 .rel_teaser {
  background-image: url(../images/black_transparency_65.png);
  max-height: 100px;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  min-height: 80px;
}
#iso_container_14 .rel_teaser p {
  margin: 0;
}

/**********end css for projects***********/

/**********css for projects***********/
#iso_container_15 .isotopeItem {
  width: 310px;
  float: left;
  position: relative;
  margin: 5px 0 5px 10px;
  height: 290px;
}
#iso_container_15 .isotopeItem .rel_element {
  position: relative;
}
#iso_container_15 .rel_title {
  position: absolute;
  top: 0px;
  background-image: url(../images/white_transparent_80.png);
  padding: 10px;
  width: 100%;
}
#iso_container_15 .rel_more {
  position: absolute;
  top: 33%;
  height: 57px;
  background-image: url(../images/black_transparency_65.png);
  border-radius: 20px;
  text-align: center;
  line-height: 57px;
  left: 37%;
  display: none;
}
#iso_container_15 .rel_more a {
  color: #fff;
  padding: 10px;
}
#iso_container_15 .rel_teaser {
  background-image: url(../images/black_transparency_65.png);
  max-height: 100px;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  min-height: 80px;
}
#iso_container_15 .rel_teaser p {
  margin: 0;
}

/**********end css for projects***********/

/**********css for projects***********/
#iso_container_17 .isotopeItem {
  width: 310px;
  float: left;
  position: relative;
  margin: 5px 0 5px 10px;
  height: 290px;
}
#iso_container_17 .isotopeItem .rel_element {
  position: relative;
}
#iso_container_17 .rel_title {
  position: absolute;
  top: 0px;
  background-image: url(../images/white_transparent_80.png);
  padding: 10px;
  width: 100%;
}
#iso_container_17 .rel_more {
  position: absolute;
  top: 33%;
  height: 57px;
  background-image: url(../images/black_transparency_65.png);
  border-radius: 20px;
  text-align: center;
  line-height: 57px;
  left: 37%;
  display: none;
}
#iso_container_17 .rel_more a {
  color: #fff;
  padding: 10px;
}
#iso_container_17 .rel_teaser {
  background-image: url(../images/black_transparency_65.png);
  max-height: 100px;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  min-height: 80px;
}
#iso_container_17 .rel_teaser p {
  margin: 0;
}

/**********end css for projects***********/

.list_element {
  position: relative;
  margin-bottom: 30px;
}
.list_article_title {
  position: absolute;
  top: 0px;
  background-image: url(../images/white_transparent_80.png);
  padding: 10px;
  width: 100%;
  margin: 0;
  font-size: 16px;
}
.list_more {
  position: absolute;
  top: 42%;
  height: 57px;
  background-image: url(../images/black_transparency_65.png);
  border-radius: 20px;
  text-align: center;
  line-height: 57px;
  left: 36%;
  display: none;
  color: #fff;
  padding: 0 5px;
}
.list_more:hover {
  color: #000;
  background-image: url(../images/white_transparent_80.png);
}
.srow_main .container {
  padding-top: 30px;
}

.hotsoft {
  background: rgba(88, 87, 92, 0.95);
  color: #000;
  padding-bottom: 15px;
}
.hotsoft a {
  color: rgb(153, 153, 153);
}

.back {
  background: #333333;
  display: inline-block;
  padding: 10px;
}
.back:hover {
  background: #222;
  color: #00df00 !important;
}
.back a {
  color: #00df00 !important;
}

.espa-sign {
  position: fixed;
  left: 15px;
  bottom: 30px;
  z-index: 99999999;
  opacity: 0.7;
  transition: all 0.2s ease;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
