@charset "utf-8"; /* ============================== */ /* - Title: Salesman - Domain For Sale Template - Autor: Frekvenca spleta s.p. / Frequency Themes - Email: info@frekvencaspleta.si - Version: 1.00 */ /* ============================== */ /* Fonts --------------------------------------------------------*/
@font-face {
  font-family: "bebas_neueregular";
  src: url("../fonts/bebasneue-webfont.eot");
  src: url("../fonts/bebasneue-webfontd41d.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/bebasneue-webfont.woff") format("woff"),
    url("../fonts/bebasneue-webfont.ttf") format("truetype"),
    url("../fonts/bebasneue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/helvetica_neue_condensed_bold.eot");
  src: url("../fonts/helvetica_neue_condensed_boldd41d.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helvetica_neue_condensed_bold.svg#Helvetica Neue")
      format("svg"),
    url("../fonts/helvetica_neue_condensed_bold.woff") format("woff"),
    url("../fonts/helvetica_neue_condensed_bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} /******************************* RESET *******************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  overflow-y: scroll;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 0;
  background-color: #c7c7c7;
  border-top: 1px solid #c7c7c7;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  margin: 1em 0;
  padding: 0;
}
* + html hr {
  height: 2px;
} /* Standar Styles --------------------------------------------------------*/
body {
  background: url(../images//bg-circle.jpg);
  font-family: "bebas_neueregular";
  font-size: 18px;
  background-repeat: no-repeat;
  /* background: url(images/bg.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.background-circle {
  /* background: url('../images/bg-circle.jpg') no-repeat center top;*/
}
input,
textarea {
  font-family: "bebas_neueregular";
  font-size: 18px;
} /* Content Styles --------------------------------------------------------*/
.wrapper {
  margin: auto;
 
  width: 57%;
  padding: 0 0 88px 0;
}
.social {
  position: absolute;
  margin: 164px 0 0 566px;
}
.social img {
  float: left;
  margin-left: -4px;
}
.salesman {
  position: absolute;
  margin: 134px 0 0 -46px;
  z-index: 100;
}
.cloud {
  display: block;
  position: relative;
  overflow: auto;
  width: 100%;
  height: 351px;
  background: url(../images/cloud.png) no-repeat;
  margin: 1px 0 0 24%;
  font-size: 24px;
}
.cloud-elements {
  
  /* position: absolute;
  z-index: 1000;
  top: 13%;
  left: 9%; */
}
.ok {
  display: inline-block;
  float: left;
  width: 28px;
  height: 28px;
  background: url("../images/check-icon.png") no-repeat;
}
.cloud-elements .text-1 {
  display: block;
  color: #a4ee90 !important;
  
  top: 13%;
  left: 9%;
  /* right: 38%; */
  text-align: center;
}
.cloud .text-1 .ok {
  margin-right: 7px;
}
.cloud .text-0{
  position: absolute;
    display: block;
    color: #2c9fb3;
    /* margin: 17px 0 0 87px; */
    font-size: 32px;
    top: 32%;
    left: 23%;
    text-align: center;
}
.cloud .text-2 {
  position: absolute;
  display: block;
  color: #2c9fb3;
  /* margin: 17px 0 0 87px; */
  font-size: 32px;
  top: 61%;
  left: 4%;
  text-align: center;
}
.green {
  color: #4da735;
}
.content {
  display: block;
  width: 100%;
  height: 294px;
}
.contact-form {
  display: block;
  position: absolute;
  z-index: 1000;
  margin: 5% 4px 2px 235px;
  width: 324px;
  color: #2c9fb3;
}
.input-item {
  display: block;
  overflow: auto;
  padding-bottom: 7px;
}
.input-item label {
  float: left;
  width: 55px;
  background: #fff;
  padding: 12px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
}
.input-item input {
  float: left;
  width: 83%;
  border: 0;
  padding: 12px;
  margin: 0;
  background: #9fe5f2;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  color: #5e5e5e;
}
.textarea-item label {
  float: left;
  width: 300px;
  background: #fff;
  padding: 10px 12px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.textarea-item textarea {
  float: left;
  width: 300px;
  height: 47px;
  border: 0;
  padding: 12px;
  margin: 0;
  background: #9fe5f2;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  color: #5e5e5e;
  overflow: auto;
}
.send-button {
  display: inline-block;
  margin-top: 7px;
  background: #fff url("../images/plane.png") no-repeat 10px 9px;
  padding-left: 37px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.send-button button {
  background: #a4ee90;
  font-family: "bebas_neueregular";
  color: #528944;
  font-size: 18px;
  border: 0;
  padding: 9px 10px 8px 10px;
  margin: 0;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  cursor: pointer;
} /* Footer Styles --------------------------------------------------------*/
footer {
  display: block;
  overflow: auto;
  width: 667px;
  height: 113px;
  background: url("../images/footer.png") no-repeat;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  margin-top: 11%;
}
.footer-top {
    font-size: 18px;
    color: #FFF;
    font-style: italic;
    font-family: "Helvetica Neue";
    margin-left: 239px;
    margin-top: 17px;
}
.tel {
    font-style: normal;
    color: #d1ffc5;
    padding-left: 31px;
    background: url(../images/tel.gif) no-repeat left 2px;
    font-family: 'bebas_neueregular';
    margin-left: 9px;
    /* font-size: 12px; */
    font-size: 30px;
}
.copy {
  font-size: 18px;
  color: #fff;
  font-style: italic;
  font-family: "Helvetica Neue";
  margin: 10.5% 0 0 294px;
}
#message_erreur{
 
 
  position: absolute;
 
  margin: 77px 0 0 261px;
  font-size: 24px;
}

/* desktop */
.cloudimg{
  margin: auto;
    width: 60%;
    position: relative;
 
}
.cloudimg img{
width: 100%;
}
.salesman {
  position: absolute;
  margin: 0;
  z-index: 100;
  width: 22%;
}
.cloud-elements{
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate( -51%, -50% );
  text-align: center;
 
  /* font-weight: bold; */
 
  overflow: hidden;
}
/* mobile costom */
@media  (max-width: 1024px)
{
  /* custom css  */
.cloudimg{
  width: 100%;height: 30%;
  position: relative;
  display: inline-block;
}
.cloudimg img{
 
    width: 100%;
    height: 100%;
    display: block;
   
 
}
body{
  background-color: #2196f3;
}
.wrapper{
  width: 90%;
}
.cloud-elements{
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate( -51%, -50% );
  text-align: center;
  color: black;
  /* font-weight: bold; */
  font-size: 0.6em;
  overflow: hidden;
}
.text-0,.text-2{
  font-size: 1em;
}
.text-1{
  color: #a4ee90;
  margin-bottom: 2%;
  font-size: 1.3em;
  margin-top: 2%;
}
.salesman{
  display: none;
}
.contact-form {
  display: block;
  position: absolute;
  z-index: 1000;
  margin: 0;
  width: 90%;
  color: #2c9fb3;
}
.copy{
  margin: 0px !important;
}
.input-item input{
  width: 85% !important;
}
.textarea-item label{
  width: 100%;
}
.textarea-item textarea{
  width: 100%;
  
}
.input-item label{
  width: 15%;
}
footer{
  width: 100%;
  height: 100%;
  background: none !important;
}
}
