@import url('http://fonts.googleapis.com/css?family=Lato:300,400,700,900');


/* ---------------------------------------------------------
 *	General
 *  --------------------------------------------------------- */



html {
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	background: #6DCDFD;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

.logo-content {
	font-family: 'Arial-black', sans-serif;
	color:black;
	background-color: white;
	border-radius: 15px;
	max-width: 350px;
	margin-left: auto;
	margin-right:auto;
	padding-top: 4px;
	padding-bottom:2px;
	line-height:17px;
	font-weight: bold;
	margin-top:5px;
	text-transform: uppercase;
}

.logo-content-2 {
	font-family: 'Arial-black', sans-serif;
	color:white;
	font-size: 200%;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 1em;
}

@media (max-width: 600px) {
	.logo-content-2 {
		font-size:140%;
	}
}

h1, h2, h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}



p {
	margin-bottom: 20px;
	font-size: 16px;
}


/*



/*
 *	Container
 *  --------------------------------------------------------- */

@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
}


/*
 *	Buttons
 *  --------------------------------------------------------- */


.btn {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}

.btn-theme {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-theme:hover {
	color: #000;
	background-color: #fff;
}

.ladda-button {
 width: 180px;
 border: 2px solid white;
 font-weight: bold;
 font-family: 'Arial-black', sans-serif;
 border-radius:5px;
 text-transform: uppercase;
}



.ladda-button:visited{
 color:white;
}

.ladda-button:active{
 color:white;
}

.ladda-button:hover{
 color:black;
}

.btn-info {
	border-radius: 5px;
}

/*


/* ---------------------------------------------------------
 *	Layout
 * --------------------------------------------------------- */

.page {
	padding: 20px 0;
}

.wrapper {
	padding: 15px 0;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.wrapper .container {
		width: 1050px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.page {
		display: table;
		width: 100%;
		height: 100%;
		padding: 40px 0;
	}

	.wrapper {
		display: table-cell;
		vertical-align: middle;
		height: 100%;
		padding: 0;
	}
}


/* ---------------------------------------------------------
 *	Body
 * --------------------------------------------------------- */

.main{
	width: 100%;
	background-color: #6DCDFD;
	display: block;
	position: relative;
	z-index: 2000;
	text-align: center;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.main{
		height: 100%;
		max-height: 100%;
	}
}



/*
 * Sections
 * --------------------------------------------------------- */

.section{
	z-index: 2000;
	padding: 70px 0;
}

.section-title {
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
	color: #b2b2b9;
	font-weight: 600;
}

.section-title-border {
	width: 150px;
	height: 3px;
	margin: 0 auto 45px;
	border-radius: 3px;
}


/* Home */


/* Contact */

#contact{
	background: #FAFAFA;
}
h3 {
  color:black;
}
.list-contacts {
	list-style: none;
	padding-left: 0;
	margin: 2em 0;
  color:black;
	font-size:130%;
}

.list-contacts li {
	margin-bottom: 10px;
	display: table;
}

.list-contacts [class*="fa-"] {
	margin-right: 15px;
	display: table-cell;
	width: 30px;
}
.contact-left {
  color:black;
	margin-top: -35px;
}

#contactForm .form-control {
  border: 1px solid rgba(0,0,0,0.13);

}

#contactForm .form-control[name="name"] {
	margin-bottom: 14px;
}
.btn-info {
  background-color: #6DCDFD;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.list-contacts {
		list-style: none;
		padding-left: 0;
		margin-top: 2em;
	}

	#contactForm .form-control:[name="name"] {
		margin-bottom: 0;
	}
}


/* ---------------------------------------------------------
