html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,body {
    padding:0;
    margin:0;
    height:100%;
	font-family:Arial, sans-serif;
	font-size:15px;
	line-height:21px;
	color:#000000;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  background-color: #f3f7f9; }

body {
  background-color: #f3f7f9;
  color: #272727;
  font-size: 16px;
  line-height: 1.3em; }


*:focus {
  outline: none; }



#container{
  width: 100%;
  height:100%;
  margin: 0 auto;
}
 
#box{
  width: 600px;
  margin: auto;
}
@media (max-width: 600px) {
	#box {
    	width: 100%;}
}

.row{
	/*width:100%;*/
	height:100%;
}

@media (max-width: 600px) {
	.header-img {
    	width: 100%;}
}

.content{
	background: #ffffff;
	padding:40px 40px 40px 40px;
}

h1{
	font-family:Arial, sans-serif;
	color:#2ad8da;
	font-size:26px;
	font-weight:bold;
	line-height:32px;
}

h2{
	font-family:Arial, sans-serif;
	color:#1ad14c;
	font-size:16px;
	font-weight:bold;
	line-height:26px;
}

p{
	font-family:Arial, sans-serif;
	font-size:15px;
	line-height:21px;
	color:#000000;
}

input[type=text]{
	width:60%; 
	padding: 7px 2.5%; 
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#000000; 
	margin-bottom:10px; 
	border:solid 1px #e0e0e0;
}


@media (max-width: 600px) {
	.content{
	padding:40px 5% 40px 5%;}
	.footer{
	padding:40px 5% 40px 5% !important;}
	.social{
	padding:40px 5% 40px 5% !important;}
	.contacts{
	padding:40px 5% 40px 5% !important;}
}

@media (max-width: 600px) {
	input[type=text]{
	width:90%;}
}

input[type=checkbox]{
	width:20px;
	border:solid 1px #e0e0e0;
}
button[type=submit]{
	padding: 15px 7.5%; 
	margin:20px 0px 0px 0px;
	font-family:Arial, sans-serif;
	font-size:16px;
	line-height:21px;
	color:#ffffff;  
	background-color:#2ad8da;
	border:none;
	font-weight:bold;
}
button[type=submit]:hover{
	cursor:pointer;
}

@media (max-width: 600px) {
	button[type=submit]{
	width:100%;}
}

.footer{
	background: #1ad14c;
	color:#ffffff;
	padding:40px 40px 40px 40px;
}

.footer p{
	color:#ffffff;
}

.footer p b{
	font-weight:bold;
}

h3{
	font-size:21px;
	line-height:27px;
	font-weight:bold;
}

.social{
	padding: 40px 0;
}

.social-icon{
	display:inline-block;
	width:40px
}
.social-icon a img{
	display:block; 
	border:none; 
	outline:none; 
	width:26px!important; 
	height:26px!important;
}
.social-block{
	text-align:center;
}

.contacts{
	padding: 0 0 40px 0;
	text-align:center;
}

.contacts p{
	font-size:13px;
	line-height:21px;
}

.contacts p b{
	font-weight:bold;
}

.contacts p a{
	color:#000000; 
	text-decoration:none;
}




.hidden {
    display: none; }
	
