body {
  font: 14px 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 23px;
  color: #727272;
}
 
a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover {
  text-decoration: none;
}
a:focus, a:hover {
  color: #5a5959;
}
a {
  outline: medium none !important;
  color: #727272;
}
.uppercase {
  text-transform: uppercase;
}
 
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #272727;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300;
}
h2 {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300;
}
h3 {
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 18px;
  font-style: normal;
}
h3.less-mar3 {
  margin-bottom: 7px;
}
h4 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 18px;
  font-style: normal;
}
h4.less-mar1 {
  margin-bottom: 3px;
}
h4.less-mar2 {
  margin-bottom: 5px;
}
h4.less-mar3 {
  margin-bottom: 7px;
}
h4.less-mar4 {
  margin-bottom: 9px;
}
h5 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
  font-style: normal;
}
h5.less-mar1 {
  margin-bottom: 3px;
}
h5.less-mar2 {
  margin-bottom: 5px;
}
h5.less-mar3 {
  margin-bottom: 7px;
}
h5.less-mar4 {
  margin-bottom: 9px;
}
h6 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 14px;
  font-style: normal;
}
h6.less-mar1 {
  margin-bottom: 3px;
}
h6.less-mar2 {
  margin-bottom: 5px;
}
h6.less-mar3 {
  margin-bottom: 7px;
}
h6.less-mar4 {
  margin-bottom: 9px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.h1, .h2, .h3, h1, h2, h3, h4 {
  margin-top: 0;
}
ul {
  list-style-type: none;
}

.text-white {
  color: #fff;
}

.margin-top3 {
    float: left;
    margin-top: 30px;
    width: 100%;
}



.opacity-1 {
  opacity:0.1;
}
.opacity-2 {
  opacity:0.1;
}
.opacity-3 {
  opacity:0.3;
}
.opacity-4 {
  opacity:0.4;
}
.opacity-5 {
  opacity:0.5;
}
.opacity-6 {
  opacity:0.6;
}
.opacity-7 {
  opacity:0.7;
}
.opacity-8 {
  opacity:0.8;
}



.oswald {
  font-family: 'Oswald', sans-serif;
}



.site_wrapper {
  width: 100%;
  margin: 0 auto 0 auto;
}

.iconbox-dxlarge, .iconbox-xlarge, .iconbox-large, .iconbox-xmedium, .iconbox-medium, .iconbox-smedium, .iconbox-small, .iconbox-tiny, .iconbox-xtiny {
  padding: 0px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}
.iconbox-dxlarge {
  width: 200px;
  height: 200px;
  font-size: 46px;
  color: #242424;
  border: none;
  line-height: 135px;
}
.iconbox-xlarge {
  width: 135px;
  height: 135px;
  font-size: 46px;
  color: #242424;
  line-height: 135px;
}
.iconbox-large {
  width: 120px;
  height: 120px;
  font-size: 46px;
  color: #242424;
  line-height: 114px;
}
.iconbox-xmedium {
  width: 110px;
  height: 110px;
  font-size: 38px;
  color: #242424;
  line-height: 106px;
}
.iconbox-medium {
  width: 100px;
  height: 100px;
  font-size: 32px;
  color: #242424;
  line-height: 100px;
}
.iconbox-smedium {
  width: 90px;
  height: 90px;
  font-size: 26px;
  color: #242424;
  line-height: 90px;
}
.iconbox-small {
  width: 80px;
  height: 80px;
  font-size: 26px;
  color: #242424;
  line-height: 80px;
}
.iconbox-tiny {
  width: 70px;
  height: 70px;
  font-size: 26px;
  color: #242424;
  line-height: 74px;
}
.iconbox-xtiny {
  width: 60px;
  height: 60px;
  font-size: 18px;
  color: #242424;
  line-height: 60px;
}
.iconbox-xlarge.no-lineheight {
  line-height: 0;
}
.iconbox-dxlarge.round, .iconbox-xlarge.round, .iconbox-large.round, .iconbox-xmedium.round, .iconbox-medium.round, .iconbox-smedium.round, .iconbox-small.round, .iconbox-tiny.round, .iconbox-xtiny.round {
  border-radius: 100%;
}
.iconbox-dxlarge.center, .iconbox-xlarge.center, .iconbox-large.center, .iconbox-xmedium.center, .iconbox-medium.center, .iconbox-smedium.center, .iconbox-small.center, .iconbox-tiny.center, .iconbox-xtiny.center {
  margin: 0 auto;
}
.iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
  float: left;
  margin: 0px 20px 0px 0px;
}
.iconbox-dxlarge.right, .iconbox-xlarge.right, .iconbox-large.right, .iconbox-xmedium.right, .iconbox-medium.right, .iconbox-smedium.right, .iconbox-small.right, .iconbox-tiny.right, .iconbox-xtiny.right {
  float: right;
  margin: 0px 0px 0px 20px;
}
.iconbox-dxlarge.dark, .iconbox-xlarge.dark, .iconbox-large.dark, .iconbox-xmedium.dark, .iconbox-medium.dark, .iconbox-smedium.dark, .iconbox-small.dark, .iconbox-tiny.dark, .iconbox-xtiny.dark {
  color: #fff;
  background-color: #242424;
}
.iconbox-dxlarge.dark, .iconbox-xlarge.white, .iconbox-large.white, .iconbox-xmedium.white, .iconbox-medium.white, .iconbox-smedium.white, .iconbox-small.white, .iconbox-tiny.white, .iconbox-xtiny.white {
  color: #242424;
  background-color: #fff;
}
.iconbox-dxlarge.gray, .iconbox-xlarge.gray, .iconbox-large.gray, .iconbox-xmedium.gray, .iconbox-medium.gray, .iconbox-smedium.gray, .iconbox-small.gray, .iconbox-tiny.gray, .iconbox-xtiny.gray {
  color: #fff;
  background-color: #474747;
}
.iconbox-dxlarge.grayoutline, .iconbox-xlarge.grayoutline, .iconbox-large.grayoutline, .iconbox-xmedium.grayoutline, .iconbox-medium.grayoutline, .iconbox-smedium.grayoutline, .iconbox-small.grayoutline, .iconbox-tiny.grayoutline, .iconbox-xtiny.grayoutline {
  color: #fff;
  background-color: none;
  border: 1px solid #727272;
}
.iconbox-dxlarge.grayoutline2, .iconbox-xlarge.grayoutline2, .iconbox-large.grayoutline2, .iconbox-xmedium.grayoutline2, .iconbox-medium.grayoutline2, .iconbox-smedium.grayoutline2, .iconbox-small.grayoutline2, .iconbox-tiny.grayoutline2, .iconbox-xtiny.grayoutline2 {
  color: #242424;
  background-color: none;
  border: 1px solid #e4e4e4;
}
.iconbox-dxlarge.white-outline, .iconbox-xlarge.white-outline, .iconbox-large.white-outline, .iconbox-xmedium.white-outline, .iconbox-medium.white-outline, .iconbox-smedium.white-outline, .iconbox-small.white-outline, .iconbox-tiny.white-outline, .iconbox-xtiny.white-outline {
  color: #fff;
  background-color: none;
  border: 1px solid #fff;
}
.iconbox-dxlarge.dark-outline, .iconbox-xlarge.dark-outline, .iconbox-large.dark-outline, .iconbox-xmedium.dark-outline, .iconbox-medium.dark-outline, .iconbox-smedium.dark-outline, .iconbox-small.dark-outline, .iconbox-tiny.dark-outline, .iconbox-xtiny.dark-outline {
  color: #161616;
  background-color: none;
  border: 1px solid #161616;
}


.item-holder {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.overflow-hidden {
  overflow: hidden;
}


#MainHeader {
  position: relative;
  background: #022112;
  padding: 0;
  width: 100%;
  z-index: 999;
}

.section-title {
  font-weight: 400;
}

.section-title-2 {
  font-weight: 400;
  font-size: 28px;
}
.sub-title-2.more-width {
  width: 90%;
}

.section-title-3 {
  padding: 0 0 20px 0;
  margin: 0px;
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
}
.section-title-3.small {
  font-weight: 700;
  padding: 0 0 10px 0;
  font-size: 30px;
}
.section-title-4 {
  padding: 10px 0 30px 0;
  margin: 0px;
  font-weight: 100;
  font-size: 70px;
}
.section-title-5 {
  font-weight: normal;
  font-size: 26px;
}
.section-small-title-6 {
  padding:0;
  margin: 0px;
  font-weight: normal;
  font-size: 60px;
}

.section-title-7{
     overflow: hidden;
     text-align: center;
   margin-bottom:50px;
 }
.section-title-7 > span{
    position: relative;
    display: inline-block;
}
.section-title-7 > span:before, .section-title-7 > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    width: 591px; /* half of limiter*/
    margin: 0 20px;
  border-color:#e4e4e4;
}
.section-title-7 > span:before{
    right: 100%;
}
.section-title-7 > span:after{
    left: 100%;
}
.section-title-small {
  padding: 0 0 12px 0;
  margin: 0px;
  font-weight: 400;
  font-size: 20px;
}
.section-title-xsmall {
  padding: 0 0 0 0;
  margin: 0px;
  font-weight: 400;
  font-size: 18px;
}

.title-line-3 {
  width: 90px;
  height: 3px;
  float: left;
  padding: 0px;
  margin: 0 auto 0 auto;
  background-color: #fff;
}
.title-line-blue {
  width: 90px;
  height: 3px;
  float: left;
  padding: 0px;
  margin: 0 auto 70px auto;
  background-color: #0095dc;
}

.section-title-small.dark {
  color: #000;
}
.footer-title {
  color: #fff;
  float: left;
}

.section-green {
  background-color: #02a75a;
}

.section-copyrights {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background-color: #1a1a1a;
}

.footer-logo {
  margin-bottom: 17px;
}

.address-info {
  padding: 0px;
  margin: 0px;
}
.address-info li {
  padding: 0px 0px 10px 0px;
  margin: 0 0 10px 0;
  display: block;
  color: #727272;
  line-height: 23px;
  border-bottom: 1px solid #2e2e2e;
}
.address-info li i {
  color: #727272;
  padding: 0 10px 0 0;
}
.address-info li:last-child {
  border-bottom:none;
}
.address-info.no-border li {
  border-bottom:none;
}


 

.section-overlay {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  left: 0px;
  top: 0px;
  float: left;
  z-index: 2;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  z-index: 10;
}

.bg-opacity-3 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-opacity-7 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-opacity-6 {
  background-color: rgba(0, 0, 0, 0.6);
}
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 22px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: #1fbef0 url(../images/scroll-top-arrow.png) no-repeat 15px 16px;
  z-index: 999;
}



.section-services {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0px;
  text-align: center;
  background: url("../images/homepage/services/services.jpg");
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-position: center;
}

.section-services ul li{
  display: inline-block!important;
  margin: 0 15px;
}






.challenge_green {
  color: #00a651!important;
}
.challenge_blue {
  color: #0095dc!important;
}
.logos ul {
  margin: 0; padding: 0;  display: inline-block;
}
.logos ul li {
  display: inline-block;
}




.casainteligenta span{
  font-family: 'Oswald', sans-serif;
  padding: 14px 15px 13px 15px!important;
  border: 0px solid;
  display: block;
  margin: 0 0 10px 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 140%;
}
.ci1 {  background: #9acf81; color: #0f2d18!important; font-size: 20px;}
.ci2 {  background: #57ba47;}
.ci3 {  background: #378f42;}
.ci4 {  background: #1b6533;}
.ci5 {  background: #0f2d18;}

.casainteligenta i{
  margin-left: -35px; padding-right: 20px;
}
@media all and (min-width: 200px) and (max-width: 900px) {
  .casainteligenta i { display: none; }
}
        
.section {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.top-shape1 {
  position: absolute;
  width: 100%;
  height: 151px;
  padding: 0px;
  margin: 0px;
  top: -151px;
  left: 0px;
  z-index: 2;
  background: url(../images/homepage/shapes/top-shape1.png) center top no-repeat;
}
.top-shape2 {
  width: 100%;
  height: 151px;
  padding: 0px;
  float: left;
  margin: 0px;
  z-index: 2;
  background: url(../images/homepage/shapes/top-shape3.png) center top no-repeat;
}
.top-shape3 {
  position: absolute;
  width: 100%;
  height: 151px;
  padding: 0px;
  margin: 0px;
  top: -151px;
  left: 0px;
  z-index: 2;
  background: url(../images/homepage/shapes/top-shape2.png) center top no-repeat;
}

.bottom-shape1 {
  position: absolute;
  width: 100%;
  height: 151px;
  padding: 0px;
  margin: 0px;
  top: 0;
  left: 0;
  z-index: 5;
  background: url(../images/homepage/shapes/bottom-shape1.png) center top no-repeat;
}
.bottom-shape5 {
  width: 100%;
  height: 151px;
  padding: 0px;
  margin: 0px;
  background: url(../images/homepage/shapes//bottom-shape1.png) center top no-repeat;
}
.bottom-shape4 {
  position: absolute;
  width: 100%;
  height: 151px;
  padding: 0px;
  margin: 0px;
  top: 0;
  left: 0;
  z-index: 5;
  background: url(../images/homepage/shapes/bottom-shape4.png) center top no-repeat;
}




.section-management-calitate {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0px;
  text-align: center;
  background-image: url("../images/homepage/section-management-calitate.jpg");
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-position: center;
  z-index: 1;
}

.section-fulldark {
  background-color: #101010;
}

.header-inner {
  position: relative;
  width: 100%;
  height: 300px;
  padding: 0px;
  margin: 0px;
  float: left;
  z-index: 0;
  overflow: hidden
  background-size: cover; 
  background-position: top center; 
  background-repeat: no-repeat;
}
.header-inner .overlay {
  position: absolute;
  z-index: 1;
}

.header-inner .inner {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0px;
  float: left;
  z-index: 3;
}
.header-inner .title {
  padding: 100px 0 0 0;
  margin: 0px;
  font-size: 30px;
  font-weight: 700;
}



.flipvertical {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";  

}
.fliphorizontal {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";  
}






.section-title-position {
  padding-top: 30px;
}
.section-title-home {
  margin-bottom: 50px;
}



div.col-spacer-center{
  margin-bottom: 20px
  text-align: center;
}

div.NewsletterContainer{
  border-top: 1px solid #505050;
  padding-top: 15px;
}
div.NewsletterContainer div.newsletter{
  padding-top: 15px;
}

#AdminPanel{
  background: #333333;
  border: 5px solid #FFFFFF;
  padding: 20px;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 25px;
  left: 0; right: 0;
}
.ControlAdminEdit{
  cursor: pointer;
}

.category-titles {    
  font-family: 'Oswald', sans-serif;
  padding-left: 15px;
  font-weight: 300;

  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid green;
  margin-left: 16px;
  margin-bottom: 35px;
}


.PartnerContainer div{
  text-align: center; 
  margin-bottom: 20px;
}

.PartnerContainer div img{
  max-width: 80%;
}

.BonusCardContainer{
  position: relative; 
  width: 600px; 
  height: 378px;
  
  background-image: url('../images/card.jpg'); 
  background-size: cover; 
  background-position: center top; 
  background-repeat: no-repeat;
}
.BonusCardContainer div{
  position: absolute; 
  top: 100px; 
  left: 20px; 
  color: #FFFFFF; 
  font-size: 18px;
}

@media all and (min-width: 240px) and  (max-width: 440px) {
  .BonusCardContainer{ 
    width: 300px; 
    height: 189px;
  }
  .BonusCardContainer div{
    top: 45px; 
    left: 10px; 
    color: #FFFFFF; 
    font-size: 14px;
  }
}

@media all and (min-width: 440px) and (max-width: 640px) {
  .BonusCardContainer{ 
    width: 400px; 
    height: 252px;
  }
  .BonusCardContainer div{
    top: 60px; 
    left: 20px; 
    color: #FFFFFF; 
    font-size: 16px;
  }
}