body {
	overflow-x:hidden;
	margin:0; 
	padding:0;
	background: #FFFFFF;	
	font-family: 'Roboto Slab', serif;
}

header {
	text-align: center;
	margin-bottom: 2%;
}

.logo.img-responsive {
    margin: 0 auto;
}

.mb100 {
	margin-bottom:100px;
}

.mt10pc {
	margin-top: 3%;
}

.container {
	text-align:center;
	position: relative;
}

.container h1 {
	text-transform: uppercase;
	font-weight: 400;
	font-size:36px;
	border-bottom: 2px solid #e0ded9;
	display: inline-block;
	margin: 0 auto;
	padding-bottom:5px;
}

.container p.info {
	font-weight: 300;
	font-size: 17px;
	margin: 20px auto 0;
}

.container h2 {
	font-weight: 500;
	max-width: 700px;
	font-size: 22px;
	margin: 0 auto;
}

.container .subscription {
	margin-top:40px;
}

footer {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	margin-top:80px;
	background: #494947;	
	display:block;
	text-align: center;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}

footer ul li {
	cursor: pointer;
	text-align: center;
	width: 80px;
	height: 80px;
	display: inline-block;
	zoom: 1;
    *display: inline;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}

footer ul li .fa {
	font-size: 34px;
	color:#fff;
	line-height:80px;
}

@media (min-width: 992px) {
  	footer .facebook:hover {
		background: #3b5998;
	}

	footer .twitter:hover {
		background: #5ea9dd;
	}

	footer .youtube:hover {
		background: #e52d27;
	}

	footer .pinterest:hover {
		background: #c31c27;
	}

	footer .google_plus:hover {
		background: #e46044;
	}

	footer .tumblr:hover {
		background: #34465d;
	}
}

@media (max-width: 768px) {
  	footer ul {
	    display: table;
	    table-layout: fixed;
	    margin: 0 auto;
	    width: 100%;
	    max-width: 480px;
	}

	footer ul li {
		display: table-cell;
		width: auto;
	}

	footer ul li .fa {
	font-size: 30px;
}

}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgb(85, 85, 85);
  background-color: rgb(255, 255, 255);
  background-image: none;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.btn-primary {
  margin-bottom: 1px;
  background-color: rgb(93, 156, 236);
  color: rgb(255, 255, 255);
  font-weight: 400;
  cursor: pointer;
}

#subscription_form {
	margin-top:20px;
}

#subscription_form .alert {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;	
}

#subscription_form input {
   padding: 5px 10px;
   font-size: 16px;
   height: 36px;
}

#subscription_form .btn {
  width: 120px;
  padding: 6px 8px !important;
  /*background-color: rgb(0, 171, 203);*/
  background-color: #12A5F4;
  border: none;
  font-weight: 400;
  font-size: 17px;
  text-transform: capitalize;
}

.contacts {
	margin-top:40px;
	font-size: 18px;
  	font-weight: 400;
}

.contacts .row {
	margin-bottom:7px;
}

#language {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	margin: 20px auto;
}

#language  .btn-group>.btn:first-child {
  margin-left: 0;
  font-size: 12px;
}

#language .dropdown-menu>li>a {
  font-size: 12px;
}

#language .open>.dropdown-menu {
  display: block;
  right: 0;
  left: inherit;
}
