@charset "utf-8";

/* 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');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
	src: url('../fonts/helvetica-condensed-bold.ttf');
    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 80px 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;
}
.form1 {
  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;
  margin: 0 auto;
  max-width: 600px;
  padding: 10px 20px 0px 10px;
  color: white;
  font-family: Roboto;
  font-size: 18px;
}
.ex4 {
  padding-left: 14px;
}

ol.ex5 {
  padding-left: 31px;
  list-style-type: decimal;
}


/* 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: 200px;
  margin-top: 100px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  text-align: center;
}
.copy {
  font-size: 18px;
  color: #FFF;
  font-style: italic;
  font-family: "HelveticaNeue";
  margin: 75px 0 0 270px;
}

/******************************* 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;
	}
	.form1 {
		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: 58px 0 0 190px;
	}
	.content2 {
	  margin: -10px auto;
	}
}

@media (max-width: 600px) {
img {
    max-width: 390px;
}
	.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;
	}
	footer {
	  width: 100%;
	  overflow: initial;
	  background: none;
	  text-align: center;
	}
	.footer-top {
	  margin: 50px 0 0 10px;
	}
	.form1 {
	  margin-left: 0;
	}	
	.theme-1 footer,
	.theme-2 footer,
	.theme-3 footer,
	.theme-4 footer {
	  background: none;
	}
	.copy {
	  margin: -60px 0 0 0;
	  text-align: center;
	}
	.content2 {
	  margin: -40px auto;
	}
}

@media (max-width: 420px) {
img {
    max-width: 340px;
}
	.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;
	}
	.footer-top {
	  font-size: 25px;
	  margin-left: 0px;
	}
	h1 {
	  font-size: 16px;
	}
}

@media (max-width: 360px) {
img {
    max-width: 290px;
}
	.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;
	}
	.footer-top {
	  font-size: 25px;
	  margin-left: 0px;
	}
}