﻿.circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: red;
    display: inline-block;
    position: absolute;
}

.circle.big {
    width: 300px;
    height: 300px;
    background-color: blue;
    margin: 100px;
}

.one {
    left: -25px;
    top: -25px;
}

.two {
    top: -90px;
    left: 120px;
}

.three {
    right: -25px;
    top: -25px;
}


.four {
    left: -25px;
    bottom: -25px;
}

.five {
    bottom: -60px;
    left: 50px;
}

.six {
    right: -25px;
    bottom: -25px;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    left: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    left: 10px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: rgba(231, 208, 172, .4);
    border:1px solid #E7D0AC;
    color: #E67E22;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    /*background-color: #999999;*/
    color:#BF6516;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
    margin-top:-3px;
}


/* Pricing table */
/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
    .container {
		width: initial;
        padding-left: 2em;
        padding-right: 2em;        
	}
}

/* --- Plans ---------------------------- */

.my_planHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.my_planTitle {
    font-size:2em;
  
}
.my_planPrice {
    font-size:1.4em;
      
}
.my_planDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .my_planTitle {
        font-size:small;
    }
  
}

/* --- Features ------------------------- */

.my_feature {
    height:2.8em;  
    padding-top:10px;   
    padding-bottom:10px;
    font-size:0.8em !important;
     
}
.my_feature_general {
    height:2.6em;  
    padding-top:10px; 
}

@media (max-width: 768px) {
    .my_feature, .my_feature_general {
        text-align: center;
    }
 }

.my_featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 0.1em solid rgb(163, 163, 163);
}
.price-description {
        font-size: 18px !important;
    font-weight: 700 !important;
    line-height:2.8em;
}


/* --- Plan 1 --------------------------- */
.my_plan1 {
    /*background: rgb(224,234,242);*/
    background:rgb(225, 241, 243);
}

.my_planHeader.my_plan1 a {
    /*background: rgb(72, 109, 139);*/
    background:rgba(51, 117, 125, 0.75);
    color:white;
}

.my_planHeader.my_plan1 {
    background: rgba(88, 168, 177, 0.75);
    border-bottom: thick solid rgba(51, 117, 125, 0.75);
}

/* --- Plan 2 --------------------------- */
.my_plan2 {
    background: rgb(230,235,218);
}

.my_planHeader.my_plan2 a {
    background: rgb(108, 131, 62);
    color:white;
}

.my_planHeader.my_plan2 {
    background: rgb(134, 162, 77);
    border-bottom: thick solid rgb(108, 131, 62);
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    background: rgb(254,235,212);
}

.my_planHeader.my_plan3 a {
    background: rgb(199, 127, 40);
    color:white;
}

.my_planHeader.my_plan3 {
    background: rgb(253, 161, 49);
    border-bottom: thick solid rgb(199, 127, 40);
}




.my_planFeature {
    text-align: center;
    font-size: 2em;
}

.my_planFeature i.fa-check {
    color: green;
}

.my_planFeature i.fa-times-circle-o {
    color: black;
}

/* END Pricing Table */

/*HELPER*/
.block-tb{
padding:15px 0px;
}

.plr10 {
padding:0 10px;
}


.text-stroke {
   color: white;
   -webkit-text-fill-color: white; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}

.footer-image   
{       
    background-image: url('../_images/Footer-getex.jpg');        
background-repeat: no-repeat;


height:100%;

}  



/*Fieldset*/
fieldset.fsStyle {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
 font-size: 18px;
border: 1.5px solid #999999;
border-radius:4px;
padding: 20px;
margin: 10px;
}
legend.legendStyle {
     font-size: 28px;
color: black;
padding:5px;
  margin-bottom: -10px;
}
fieldset > legend {
width: auto;
border-bottom: 0px;

}
.p20 {
    padding:0 10px 0 10px;
}
.G {
border-color:#911F76 !important;
}
.E {
border-color:#3BB3C3 !important;
}
.T {
border-color:#DC214C !important;
}
.E2{
border-color:#87C228 !important;
}
.X {
border-color:#E57010 !important;
}

/*END FieldSet*/

/*Milestone Counter*/
.stat {
   margin:30px auto;
   text-align:center;
   background-color:#3BB3C3;
}
.highlight {
   color:#fff;
   padding:20px 0;
   font-weight:bold;
   display:block;
   overflow:hidden;
   margin-bottom:0;
   font-size:48px;
}

.milestone-details {
   font-weight:bold;
   font-size:18px;
   color:#FFF;
}
/*END Milestone Counter*/

.color-G {
color:#911F76 ;
}
.color-E {
color:#3BB3C3 ;
}
.color-T {
color:#DC214C ;
}
.color-E2{
color:#87C228 ;
}
.color-X {
color:#E57010 ;
}
.bgcolor-G {
/*background-color:#911F76 ;*/
background-color:rgba(145,31,118, 0.75);
}
.bgcolor-E {
/*background-color:#3BB3C3 ;*/
background-color:rgba(88, 168, 177, 0.75);
}
.bgcolor-T {
background-color:#d41010 ;
/*background-color:rgba(207, 63, 96, 0.85);*/
}
.bgcolor-E2{
/*background-color:#87C228 ;*/
background-color:rgba(122, 169, 47, 0.75);
}
.bgcolor-X {
/*background-color:#E57010 ;*/
background-color:rgba(229,112,16,0.75);
}

.border-G {
border:1px solid #911F76 ;
}
.border-E {
border:1px solid #3BB3C3 ;
}
.border-T {
border:1px solid #DC214C ;
}
.border-E2{
border:1px solid #87C228 ;
}
.border-X {
border:1px solid #E57010   ;
}


.Thumbnail-color-G {
        -webkit-box-shadow: 0 0 0 3px #911F76 !important;
    box-shadow: 0 0 0 3px #911F76 !important;

}
.Thumbnail-color-E {
        -webkit-box-shadow: 0 0 0 3px #3BB3C3 !important;
    box-shadow: 0 0 0 3px #3BB3C3 !important;

}
.Thumbnail-color-T {
        -webkit-box-shadow: 0 0 0 3px #DC214C !important;
    box-shadow: 0 0 0 3px #DC214C !important;

}
.Thumbnail-color-E2{
        -webkit-box-shadow: 0 0 0 3px #87C228 !important;
    box-shadow: 0 0 0 3px #87C228 !important;

}
.Thumbnail-color-X {
        -webkit-box-shadow: 0 0 0 3px #E57010 !important;
    box-shadow: 0 0 0 3px #E57010 !important;

}




.gallery-thumbnail:hover>img.Thumbnail-color-G {
     
     animation: gallery-humbnail 0.6s forwards;
  -webkit-animation: gallery-humbnail 0.6s forwards;
  /* Safari and Chrome */
  -webkit-box-shadow: 0 0 0 10px #911F76;
  box-shadow: 0 0 0 10px #911F76;
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);

}
.gallery-thumbnail:hover img.Thumbnail-color-E {
        -webkit-box-shadow: 0 0 0 10px #3BB3C3 !important;
    box-shadow: 0 0 0 10px #3BB3C3 !important;

}
.gallery-thumbnail:hover img.Thumbnail-color-T {
        -webkit-box-shadow: 0 0 0 10px #DC214C !important;
    box-shadow: 0 0 0 10px #DC214C !important;

}
.gallery-thumbnail:hover img.Thumbnail-color-E2 {
        -webkit-box-shadow: 0 0 0 10px #87C228 !important;
    box-shadow: 0 0 0 10px #87C228 !important;

}
.gallery-thumbnail:hover img.Thumbnail-color-X {
        -webkit-box-shadow: 0 0 0 10px #E57010 !important;
    box-shadow: 0 0 0 10px #E57010 !important;

}

.news .media .media-body p {
font-size:15px;
text-align:justify;
}
.news .media .media-body {
padding:15px 15px 15px 0;
}
.news a.news-link:hover .media {
  background-color: #333;
  color: #fff;
}

/* Overwrite BOOTSTRAP */
.carousel-caption {
    right: 12%;
    left: 12%;
    top:10px;
    text-shadow: 1px 2px 3px rgba(0,0,0,.8);
    font-weight:400;
}

.navbar .navbar-brand img {
/*    height: 100px;*/
/*    margin: -12px -10px -10px 30px;*/
    border: 0;
    padding: 0;
    vertical-align: top;
    transition: all ease-in-out .5s;
}



/*.navbar.scroll .navbar-brand img {*/
/*    height: 70px;*/
    /*margin: -12px -10px -10px 30px;
    border: 0;
    padding: 0;
    vertical-align: top;
}

.navbar .navbar-brand img {*/
/*    height: 60px;*/
    /*margin: -27px 10px -10px 30px;
    border: 0;
    padding: 0;
    vertical-align: middle;
}*/
    .navbar.is-sticky .navbar-brand img{
        /*height:80px;*/
        transition:all ease-in-out .5s;
    }


    .navbar .navbar-brand {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

.navbar.is-sticky .navbar-brand {
padding-bottom:0px !important;
padding-top:0px !important;

}

.navbar .nav.navbar-nav > li .dropdown-menu li a {
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width:auto;
  padding:5px 15px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -25px;
}

@media (max-width: 767px) {
    .navbar .navbar-brand img {
          height: inherit;
        margin: -10px 10px -10px 30px;
        border: 0;
        padding: 0;
        vertical-align: top;
    }

}

.form-group {
    margin-bottom: 5px;
}

.form-control {
margin:0 0 5px 0;}
.input-lg, .form-horizontal .form-group-lg .form-control {
margin:0 0 5px 0;
height:30px;
}

.slider-background {
border-radius:4px;
background-color:rgba(0, 0, 0, .6);
padding:4px 5px;

margin-bottom:6px;
}

.img-mask-left {
    -webkit-clip-path: polygon(0 0, 75% 15%, 75% 85%, 0% 100%);
clip-path: polygon(0 0, 75% 15%, 75% 85%, 0% 100%);
-ms-clip-path: polygon(0 0, 75% 15%, 75% 85%, 0% 100%);

}

.img-mask-right {
    -webkit-clip-path: polygon(25% 15%, 100% 0, 100% 100%, 25% 85%);
    -ms-clip-path: polygon(25% 15%, 100% 0, 100% 100%, 25% 85%);
clip-path: polygon(25% 15%, 100% 0, 100% 100%, 25% 85%);
}



.p-block {
padding:30px 0;
}

.p-bottom {
border-bottom:1px solid #E57010;
}
.p-top {
border-top:1px solid #E57010;
}
h1.mediu {
font-weight: 100;
    font-size: 45px;
    border: 0;
}

.btn-carrot {
  color: #fff;
  background-color: #E67E22;

  font-size:100% !important;
}
.btn-carrot:hover,
.btn-carrot:focus,
.btn-carrot:active,
.btn-carrot.active,
.open > .dropdown-toggle.btn-carrot{
  color: #eaeaea;
  background-color: #C0392B;
  border-color: #fff;
}
.btn-carrot:active,
.btn-carrot.active,
.open > .dropdown-toggle.btn-carrot {
  background-image: none;
}
.btn-carrot.disabled,
.btn-carrot[disabled],
fieldset[disabled] .btn-carrot,
.btn-carrot.disabled:hover,
.btn-carrot[disabled]:hover,
fieldset[disabled] .btn-carrot:hover,
.btn-carrot.disabled:focus,
.btn-carrot[disabled]:focus,
fieldset[disabled] .btn-carrot:focus,
.btn-carrot.disabled:active,
.btn-carrot[disabled]:active,
fieldset[disabled] .btn-carrot:active,
.btn-carrot.disabled.active,
.btn-carrot[disabled].active,
fieldset[disabled] .btn-carrot.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-carrot .badge {
  color: #fff;
  background-color: #333;
}

.info-thumbnail .caption {
min-height:180px;}


.borders {
border:1px solid #F3F3F3;
border-radius:4px;
}

/* Imagine pentru ce iti oferim*/
@media only screen and (min-width:769px){
.bg-Getex-img {
background-image:url("../_img/bg_Getex_2.png");
background-repeat:no-repeat;
}}


.custom-img-height {
width:100%;
height:70px !important;
}




.bg-Demo {
background-image:url("../_img/Demo_background_2_v2.jpg");
background-repeat:no-repeat;
background-size:cover;
}

.bg-transparent {
background-color:rgba(255, 255, 255, 0.8);
}


.text-shadow {
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.text-shadow2 {
text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.font-20 {
font-size:20px !important;
}

.font-21 {
font-size:21px !important;
}

a.badge-zoom {
-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a.badge-zoom:hover {
    text-decoration:none;
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.lb-image {
  width:700px !important;
  height:959px !important;
}

.mask-slider {
-webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
padding:5px 5px 5px 50px;
}

.mask-slider-left {
-webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
padding:5px 50px 5px 5px;
}


.taged {
    background-color: #7B7264;
    padding:3px 5px !important;
    color:white !important;    border-radius:0px !important;
}
    .taged-G:hover {
    background-color:rgba(145,31,118, 0.75);
    }
    .taged-E:hover {
    background-color:rgba(88, 168, 177, 0.75);
    }
    .taged-T:hover {
    background-color:rgba(207, 63, 96, 0.85);
    }
    .taged-E2:hover {
    background-color:rgba(122, 169, 47, 0.75);
    }
    .taged-X:hover {
    background-color:rgba(229,112,16,0.75);
    }
.tags > a {
    text-decoration: none;
}
   


.btn-purple {
  color: #fff;
  background-color: #804c73;
  border-color: #fff;
  width:130px;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple{
  color: #fff;
  background-color: #3BB3C3;
  border-color: #fff;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-purple .badge {
  color: #fff;
  background-color: #333;
}

.navbar-nav > li > a {
line-height:40px;}

@media screen and (max-width: 1200px) {
   

   .navbar-nav>li>a {
    padding: 15px 5px !important;
    }
    .navbar .navbar-brand img {
           height:inherit;
        margin: -20px 10px -10px -15px;
    }
   
}

@media screen and (max-width: 767px) {
    .navbar .navbar-brand img {
        height: inherit;
        margin: -5px 10px -10px 15px;
    }
    .margin-item-slider2 {
    margin:1px;}
    margin-item-slider3 {
        margin:1px;
    }
    carousel-slider-3-margin {
    margin-bottom:3px;}
    
   
    .carousel-slider-2 {
    margin-top:-45px;}
    .carousel-slider-3 {
        padding-top: 0px !important; 
        margin-right: -10px !important;
        margin-top:-30px !important;
}
      .font-21 {
    font-size:16px !important;
    }
     
}

.bg-parallax-img1 {
    background-size: cover;
    background-image: url("../_images/Evenimente/Parallax3.jpg");
    background-position: center;
}

     .bg-parallax-img2 {
    background-size:cover;
background-image:url("../_images/Evenimente/Parallax4.jpg");
background-position:center;
}

          .bg-parallax-img3 {
    background-size:cover;
background-image:url("../_images/Evenimente/Parallax5.jpg");
background-position:center;
}

.bg-parallax-img4 {
    background-size: cover;
    background-image: url("../_images/Evenimente/Parallax6.jpg");
    background-position: center;
}
/*Phone screen*/
@media screen and (min-width: 767px) {
 


    .parallax-1 {
    min-height:250px;}
     
    .margin-item-slider2 {
    margin:10px;}
    .margin-item-slider3 {
    margin:5px;}
    carousel-slider-3-margin {
    margin-bottom:30px;}
}
@media screen and (min-width: 992px) {
       .tile-custom {
    margin-left:12.5% !important;
    }

}

@media screen and (min-width: 1370px) {
    .bg-Demo {min-height:750px;
    }


}
    

@media screen and (max-width: 767px) {
    .bg-Getex-img2 {
    background-color:#a08ca7 !important;
    }
    .parallax-1 {
    min-height:150px;}
}

/*Captcha*/

.captcha-label {
color:#fff !important;
font-size:12px !important;
font-weight:normal !important;
white-space:nowrap;
}

.rcRefreshImage {
white-space:nowrap;
color:#fff !important;
}
.RadCaptcha {
color:#808080 !important;}




.bg-company {
    background-image: url(../_images/img_pagini/Parallax-1.jpg);
    background-size:cover;
}

.carousel-slider-3 {
padding-top: 70px; margin-right: -60px;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #333;
    border-radius: 100%!important;
    font-size: 40px;
    color: #333;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

a.no-decoration:hover {
    text-decoration:none !important;

}

.box-shadow {
    box-shadow: inset -50px 50px 12px -44px #FFFFFF,-10px 10px 25px -1px #242424;
-webkit-box-shadow: inset -50px 50px 12px -44px #FFFFFF,-10px 10px 25px -1px #242424;
-moz-box-shadow: inset -50px 50px 12px -44px #FFFFFF,-10px 10px 25px -1px #242424;
-o-box-shadow: inset -50px 50px 12px -44px #FFFFFF,-10px 10px 25px -1px #242424;
    border-radius:10px;
}

.box-shadow-back {
  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   border-radius:10px;
}
.box-shadow-back-2 {
box-shadow: inset 0px 0px 14px 12px #FFFFFF;
-webkit-box-shadow: inset 0px 0px 14px 12px #FFFFFF;
-moz-box-shadow: inset 0px 0px 14px 12px #FFFFFF;
-o-box-shadow: inset 0px 0px 14px 12px #FFFFFF;
 border-radius:10px;
}



hr.style-tehnologie {

   
    text-align: center;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(110, 110, 110, 0), rgba(110, 110, 110, 0.75), rgba(110, 110, 110, 0));
}
hr.style-tehnologie:after {
    content: "▾";
    color:rgb(100, 100, 100);
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

.m50 {
margin:50px 0;}


/*Customizare Meniu
    */
.navbar .nav.navbar-nav > li.open > a {
background-color:#f3f3f3;}
.navbar .nav.navbar-nav > li .dropdown-menu {
background-color:#f3f3f3;;}
.navbar .nav.navbar-nav > li.open > a {
color: #2d2d2d;}
.navbar .nav.navbar-nav > li .dropdown-menu li a {
    color: #2d2d2d;
}
.navbar .nav.navbar-nav > li .dropdown-menu li a:hover {
  background-color: #e67e22;
  color:#fff;
}

.pr15 {
padding-right:15px;}

.pl15 {
padding-left:15px;}

.active .glyphicon {
color:#fff;}

tr:hover {
background-color:#b5b5b5 !important;}
.table-striped>tbody>tr:hover:nth-child(odd){
background-color:#b5b5b5 !important;}

.table-striped>tbody>tr:nth-child(odd):hover, tbody>tr.odd:hover {background-color:#b5b5b5 !important;}
.table-striped>tbody>tr:nth-child(even):hover, tbody>tr.even:hover {background-color:#b5b5b5 !important;}
.table-striped > tbody > tr:nth-child(odd):hover {
background-color:#b5b5b5;}