@charset "utf-8";

/* ============================== */
/* 
  - Title: Salesman - Domain For Sale Template
  - Autor: Frekvenca spleta s.p. / Frequency Themes
  - Email: info@frekvencaspleta.si
  - Version: 1.10
*/
/* ============================== */

/* Fonts --------------------------------------------------------*/
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.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: 'HelveticaNeue';
    src: url('../fonts/helvetica-condensed-bold.eot');
    src: url('../fonts/helvetica-condensed-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-condensed-bold.woff2') format('woff2'),
         url('../fonts/helvetica-condensed-bold.woff') format('woff'),
         url('../fonts/helvetica-condensed-bold.ttf') format('truetype'),
         url('../fonts/helvetica-condensed-bold.svg#HelveticaNeue') format('svg');
    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.gif');
  font-family: 'bebas_neueregular';
  font-size: 18px;
}
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: 0 auto;
  overflow: auto;
  width: 720px;
  padding: 0 0 44px 0;
  margin-top: -90px;
}
.social {
  position: absolute;
  margin: 164px 0 0 566px;
}
.social img {
  float: left;
  margin-left: -4px;
}
.salesman {
  position: absolute;
  margin: 207px 0 0 -46px;
  z-index: 100;
}
.cloud {
  display: block;
  position: relative;
  overflow: auto;
  width: 376px;
  height: 241px;
  background: url('../images/cloud.png') no-repeat;
  margin: 169px 0 0 207px;
  font-size: 24px;
}
.cloud-elements {
  position: absolute;
  z-index: 1000;
}
.ok {
  display: inline-block;
  float: left;
  width: 28px;
  height: 28px;
  background: url('../images/check-icon.png') no-repeat;
}
.cloud .text-1 {
  display: block;
  color: #5e5e5e;
  margin: 93px 0 0 50px;
}
.cloud .text-1 .ok {
  margin-right: 7px;
}
.cloud .text-2 {
    display: block;
    color: #2c9fb3;
    margin: 16px 0 0 51px;
    font-size: 37px;

}
.green {
  color: #4da735;
}
.red {
  color: red;
}
.content {
  display: block;
  width: 100%;
  height: 294px;
}
.uzenet {
    font-size: 32px;
    color: #FFF;
    text-align: center;
    font-style: italic;
    font-family: "HelveticaNeue";
    margin-left: 60px;
    margin-bottom: -20px;
    margin-top: -10px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}
.content2 {
  display: block;
  width: 100%;
	padding-top: 30px;
	color: white;
	font-family: monospace;
}
.contact-form {
  display: block;
  position: absolute;
  z-index: 1000;
  margin: 35px 0 0 234px;
  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: 221px;
  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 {
  float: right;
  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;
}
.alert {
  display: inline-block;
  margin: 98px 0 0 268px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 10px;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.input-item input.input_error,
.input-item input.email_error,
.textarea-item textarea.input_error {
  background-color: #e44608;
}
.error-block {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -332px;
  color: #e44608;
  background: #FFF;
  border-radius: 10px;
  padding: 10px 15px;
}
.captcha {
  float: left;
  margin: 7px  0 0;
}
.captcha label {
  float: left;
  width: 40px;
  background: #FFF;
  padding: 9px 12px 8px 12px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
}
.captcha input {
  float: left;
  width: 36px;
  border: 0;
  padding: 9px 12px 8px 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;
}
.captcha input.input_error {
  background-color: #e44608;
}
#bottest {
  position: absolute;
  left: -999999px;
  top: -99999px;
}
.robot {
  display: inline-block;
  width: 258px;
  text-align: center;
  margin: 98px 0 0 268px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  color: #e44608;
  background-color: #FFF;
  border-color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.skrito,
.skrito-hid {
	display: none;
}

/* 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);
}
.footer-top {
  display: inline-table;
  font-size: 32px;
  color: #FFF;
  font-style: italic;
  font-family: "HelveticaNeue";
  margin-left: 239px;
  margin-top: 150px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    text-align: center;
}
.tel {
  font-style: normal;
  color: #d1ffc5;
  padding-left: 30px;
  background: url('../images/tel.png') no-repeat left 4px;
  font-family: 'bebas_neueregular';
  margin-left: 14px;
  font-size: 37px;
}
.tel a {
  color: #d1ffc5;
}
.copy {
  font-size: 18px;
  color: #FFF;
  font-style: italic;
  font-family: "HelveticaNeue";
  margin: 75px 0 0 294px;
}

/******************************* RESPONSIVE *******************************/
@media (max-width: 768px) {
	.wrapper {
	  width: 580px;
	  margin-top: 0px;
	}
	.salesman {
	  width: 315px;
	}
	.cloud {
	  margin: 115px 0 0 154px;
	}
	.social {
	  margin: 36px 0 0 398px;
	}
	.tel {
		font-size: 32px;
	}
	.uzenet {
		margin-left: 200px;
	}	
	footer {
	  width: 580px;
	  background-size: 560px;
	}
	.theme-1 footer,
	.theme-2 footer,
	.theme-3 footer,
	.theme-4 footer {
	  background-size: 560px;
	}
	.copy {
	  margin: 18px 0 0 248px;
	}
	.alert {
	  position: relative;
	  width: 228px;
	  left: 50%;
	  margin: 98px 0 0 -90px;
	}
}

@media (max-width: 600px) {
	.wrapper {
	  width: 100%;
	  display: inline-block;
	  overflow: initial;
	}
	.salesman {
	  display: none;
	}
	.cloud {
	  display: inline-block;
	  margin: 115px 0 0 -188px;
	  left: 50%;
	}
	.social {
	  margin: 36px 0 0 0;
	  width: 100%;
	  text-align: center;
	}
	.social a {
	  display: inline-block;
	}
	.tel {
		font-size: 32px;
	}
	.contact-form {
	  left: 50%;
	  margin-left: -162px;
	}
	footer {
	  width: 100%;
	  overflow: initial;
	  background: none;
	  text-align: center;
	}
	.footer-top {
	  margin: 40px 0 0 0;
	}
	.uzenet {
	  margin-left: 0;
	}	
	.theme-1 footer,
	.theme-2 footer,
	.theme-3 footer,
	.theme-4 footer {
	  background: none;
	}
	.copy {
	  margin: 18px 0 0 0;
	  text-align: center;
	}
	.alert {
	  margin: 98px 0 0 -130px;
	}
}

@media (max-width: 420px) {
	.cloud {
	  width: 290px;
	  background-size: 290px;
	  margin: 115px 0 0 -145px;
	  left: 50%;
	  height: 186px;
	}
	.cloud .text-1 {
	  margin: 68px 0 0 57px;
	}
	.cloud .text-2 {
	  margin: 9px 0 0 47px;
	      font-size: 27px;
	}
	.contact-form {
	  width: 270px;
	  margin-left: -135px;
	}
	.input-item input {
	  width: 167px;
	}
	.textarea-item textarea {
	  width: 246px;
	}
	.textarea-item label {
	  width: 246px;
	}
	.footer-top {
	  font-size: 25px;
	}
	.tel {
	  font-size: 25px;
	  padding: 7px 0 6px 30px;
	}
}