/**
 * IQmator.css
 * Date: 17.08.2017
 * Author: Iuliana, Andrei
 *
 *
 */

/* Normalize - reset all browse styles */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { display: block; }
audio,canvas,video { display: inline-block; }
audio:not ([controls]) { display: none; height: 0;}
[hidden] { display: none; }
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
body {margin: 0;}
a:focus{ outline: thin dotted; }
a:active,a:hover { outline: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }
abbr[title] { border-bottom: 1px dotted; }
b,strong { font-weight: bold; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
mark { background: #ff0; color: #000; }
code,kbd,pre,samp { font-family: monospace,serif; font-size: 1em; }
pre { white-space: pre-wrap; }
q {quotes:"\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img {border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
button,input,select,textarea { font-family: inherit; font-size: 100%; margin: 0; }
button,input { line-height: normal; }
button,select { text-transform: none; }
button,html input[type="button"],input[type="reset"],input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled],html input[disabled] { cursor: default; }
input[type="checkbox"],input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner,input::-moz-focus-inner { border:0;padding:0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0;}

/* Menu section */
header>nav{ position: absolute; top: 0; color: white; }
.navbar-default{ background: transparent; width: 100%; border:none; }
#back-to-top { position: fixed; bottom: 50px; right: 50px; z-index: 9999; text-align: center; cursor: pointer; width:60px; opacity:0; }
#back-to-top.show { opacity: 1; }
#back-to-top:hover{ width: 70px; }
@-webkit-keyframes swing {
    15% { -webkit-transform: translateX(5px); transform: translateX(5px); }
    30% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
    50% { -webkit-transform: translateX(3px); transform: translateX(3px); }
    65% { -webkit-transform: translateX(-3px); transform: translateX(-3px); }
    80% { -webkit-transform: translateX(2px); transform: translateX(2px); }
    100% { -webkit-transform: translateX(0); transform: translateX(0); }
    }
@keyframes swing {
    15% { -webkit-transform: translateX(5px); transform: translateX(5px); }
    30% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
    50% { -webkit-transform: translateX(3px); transform: translateX(3px); }
    65% { -webkit-transform: translateX(-3px); transform: translateX(-3px); }
    80% { -webkit-transform: translateX(2px); transform: translateX(2px); }
    100% { -webkit-transform: translateX(0); transform: translateX(0); }
    }
.swing:hover { -webkit-animation: swing 1s ease; animation: swing 1s ease; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }
.navbar-brand img { width: 150px; }
.navbar-brand { padding: 0px; }
.navbar-default .navbar-nav > li > a { font-size:16px; color: #fff; }
.navbar-default .navbar-nav > li > a:hover{ color: #fff; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { border-bottom: 2px solid #fff; background-color: transparent; }
.hvrcenter { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; }
.hvrcenter:before { content: ""; position: absolute; z-index: -1; left: 50%; right: 50%; bottom: 0; background: #fff; height: 2px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvrcenter:hover:before, .hvrcenter:focus:before, .hvrcenter:active:before { left: 0; right: 0; }
.navbar-brand { padding-left: 10px; }
.navbar-container { padding-top: 20px; padding-bottom: 20px; }
.navbar.navbar-fixed-top.fixed-theme { background-color: rgba(0,0,0,0.9); border-color: #080808; box-shadow: 0 0 5px rgba(255,255,255,.8); }
.navbar-brand.fixed-theme { font-size: 18px; }
.navbar-container.fixed-theme { padding:0 10px 0 10px; }
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container { transition: 0.8s; -webkit-transition: 0.8s; }
.navbar .in { background: rgba(0,0,0,0.9); }
a:focus { outline: none; }
h2,h3 { text-align: center; }
h2 { color: white; font-weight: bold; font-size: 4em; }
p { font-family: Arial, Helvetica, sans-serif; color: #333; font-size: 14px; }
#demo { text-align: center; padding: 20px; }
#demo a { display: inline-block; padding: 10px; margin: 10px; background-color: gray; color: black; text-decoration: none; }
#demo a:hover { background-color: #cccccc; }

/* Header animation */
.large-header {
	position: relative;
	width: 130%;
	background: #333;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.demo-1 .large-header {
	background-image: url('../img/demo-1-bg.jpg');
}


/* Header section */
body { margin: 0; overflow-x: hidden; margin: 0; }
ul li input[type=radio] { position: absolute; visibility: hidden; }
#header label{ margin-top: 11px; margin-right: 5px; }
.contact{ width: 500px; background: rgba(27,85,122,0.8); margin-left: 2%; margin-top: -5%; }
label[for="uk"], label[for="romania"] { cursor: pointer; }
.center{ text-align: center; margin-bottom: 5%; }
.center h1{ font-size: 36px; margin-top: 5%; }
.form-group{ margin-bottom: 5px; }
.media-left img{ width: 64px; }
label { margin-top: 2%; }
.head{ position: absolute; top: 25%; color: white; z-index: 1; left: 15%; width: 100%;}
.row{ margin-right: 0; }
.form{
	margin-top: -20px;
	margin-left: 2%;
	width: 450px;
	background: none;
}

#button{
	color: white;
	margin-top: 5%;
	width: 100%;
  margin-bottom: 8%;
	height: 40px;
}


.title{
	font-size: 55px;
}

.title, .sub{
  text-align: right;
}

.sub{
	font-size: 40px;
}

.point{
	text-align: left;
	margin-left: 25%;
}

.point li{
	list-style: none;
	font-weight: bold;
	line-height: 2;
}

#title-h4{
	line-height: 1.5;
}

.style{
	margin-top: 5%;
}

.style p{
	font-size: 24px;
}

#feedback{
	margin-top: 10%;
}


/* About section */
.about{
  margin-top: 5%;
  font-size: 18px;
  margin-bottom: 5%;
  line-height: 1.7;
}

.margin{
  border: 2px solid #1a5174;
  border-radius: 15px;
}

#about{
  margin-top: 10%;
}

/* Services section */

.box{
  height: 310px;
  border: 2px solid #1a5174;
  margin-top: 20%;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 20px;
  margin-bottom: 10px;
}

.box img{
  margin-top: -20%;
  width: 25%;
}

.h3_title{
  font-size: 30px;
  margin-top: 5%;
  margin-bottom: 8%;
}

.p_description{
  font-size: 17px;
}

#services{
  margin-bottom: 5%;
}

#buton{
  height: 40px;
  color: white;
  font-weight: bold;
	margin-top: 5%;
  margin-bottom: 8%;
  margin-left: 1%;
}


/* Portfolio section */

.backg{
  background: rgba(27,85,122,0.8);
  color: white;
}

#port{
  margin-bottom: 10px;
  margin-top: 70px;
}

.accordion {
  width: 100%;
  max-width: 1080px;
  height: 500px;
  overflow: hidden;
  margin: 50px auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 500px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
  font-family: Montserrat, sans-serif;
  text-overflow: clip;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 400px;
  font-weight: bold;
}

.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}

.accordion ul li:nth-child(1) { background-image: url("../img/grovixon.jpg"); }
.accordion ul li:nth-child(2) { background-image: url("../img/smarcos.jpg"); }
.accordion ul li:nth-child(3) { background-image: url("../img/bestimo_imobiliare_ro.jpg"); }
.accordion ul li:nth-child(4) { background-image: url("../img/arendoo.jpg"); }
.accordion ul li:nth-child(5) { background-image: url("../img/quendoo.jpg"); }
.accordion ul li:nth-child(6) { background-image: url("../img/bestimo_imobiliare_bg.jpg"); }
.accordion ul:hover li { width: 8%; }
.accordion ul:hover li:hover { width: 60%; }
.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }
.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 600px) {
.accordion { height: auto; }

.accordion ul li,
.accordion ul li:hover,
.accordion ul:hover li,
.accordion ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
}

/* Portfolio Mobile */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider section */



/* Slider */

.slick-slider {
    margin-left: 20px;
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    &:focus {
        outline: none;
    }
    .slick-loading & {
        background: white url(./ajax-loader.gif) center center no-repeat;
    }
    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
  padding: 1%;
    position: relative;
    left: ;
    top: 0;
    display: block;
    zoom: 1;
    &:before,
    &:after {
        content: "";
        display: table;
    }
    &:after {
        clear: both;
    }
    .slick-loading & {
        visibility: hidden;
    }
}

.slick-slide {

    float: left;
    height: 100%;
    min-height: 1px;
    img {
        display: block;
        &.slick-loading {
            background: white url(./ajax-loader.gif) center center no-repeat;
            padding-bottom: 100%;
        }
    }
    display: none;
    &.dragging img {
        pointer-events: none;
    }
    .slick-initialized & {
        display: block;
    }
    .slick-loading & {
        visibility: hidden;
    }
    .slick-vertical & {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
}

/* Icons */

@charset "UTF-8";


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
    &:focus {
        outline: none;
    }
    &.slick-disabled:before {
        opacity: 0.25;
    }
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
    &:before {
        content: '\2190';
    }
}

.slick-next {
    right: -25px;
    &:before {
        content: '\2192';
    }
}

/* Dots */

/* styling */
.content {
    width: 80%;
}

.blue {
    color: #fff;
    }

.blue a{
  color: white;
  text-decoration: none;
}

.blue h1{
  margin-left: 20%;
}


    @media (max-width:767px){
      .slick-prev {
          left: -20px;
          &:before {
              content: '\2190';
          }
      }

      .slick-next {
          right: -15px;
          &:before {
              content: '\2192';
          }
      }

    }

/* Team section */
.team_container { margin: 0 auto; }
.image { width: 80%; }
.team{ text-align: center; display: inline-block; }
#team{ margin-top: 5%; }

/* Job section */

li { list-style-type:none;}



.panel-heading a:after {
    font-family:'fonts/Glyphicons Halflings';
    content:"\2b";
    float: right;
    color: white;
}

.panel-heading a.collapsed:after {
    content:"\2b";
    font-weight: bold;
}

.panel-group .panel{
	margin-bottom: 2%;
}

.panel > .panel-heading{
  background: rgba(27,85,122,0.8);
  color: white;
}

.panel > .panel-heading:hover{
  background: rgba(27,85,122,0.8);
  color: white;
}


#butt{
  color: white;
	margin-top: 1%;
  height: 40px;
}

.fa-asterisk{
  color: red;
}

.asterisk{
  color: white;
}

#ast{
  color: black;
  margin-left: 26%;
}


/* Contact section */

.background{
  background: url('../img/1.jpg') no-repeat center center fixed ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: white;
}

#margin{
  margin-top: 10%;
}

#btnEpi{
  height: 40px;
  width: 100%;
}

.form-group{
	margin-bottom: 5px;
}

.btn{
  background-color: #009600;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
}

.full_back{
  background: rgba(27,85,122,0.4);
  padding-bottom: 10%;
}


label{
	margin-top: 2%;
}

.button{
	border-radius: 5px;
	border: none;
	width: 90px;
	margin-bottom: 5%;
	color: white;
}

.btn:hover{
	color: white;
  -moz-box-shadow:    0 0 5px 0.5px white;
  -webkit-box-shadow: 0 0 5px 0.5px white;
  box-shadow:         0 0 5px 0.5px white;
}

.address{
  line-height: 3;
}

.address h4{
	text-align: center;
	color: white;
}

.address h2, .follow h2{
  text-transform: uppercase;
	text-align: center;
  font-size: 35px;
}

.follow{
  margin-bottom: 10%;
}

.follow h2{
  font-size: 20px;
  font-weight: bold;
}

.fa-facebook-square{
	color: #cccccc;
	margin-bottom: 3%;
}

.fa-facebook-square:hover{
	content: '';
	color: #3b5998;
}

.fa-linkedin-square{
	color: #cccccc;

}

.fa-linkedin-square:hover{
	content: '';
	color: #007bb5;
}


.panel-title>a {
	display: block;
	text-decoration: none;
}


/* Mobile section */
@media (max-width: 479px) {
    .form_back { width: 90%; margin-left: 5%; }
    .title, .sub{ text-align: center; }
}

@media (max-width:767px){
    .page-header, .control-box { text-align: center; }
    #team { height: auto; }
    .title, .sub { left: 0; text-align: center; }
    .head{left: 5%;}
}

@media (max-width: 1366px) {
    .info_box { margin-left: 10%; }
}
