@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.countdown {
	text-align: center;
	margin-top: 30px;
}
.styled {
	margin-bottom: 60px;
}
.styled div {
	display: inline-block;
	margin-left: 10px;
	font-size: 70px;
	font-weight: normal;
	text-align: center;
	margin: 0 25px;
	height: 100px;
	text-shadow: none;
	vertical-align: middle;
	color: #fff;
}
/* IE7 inline-block hack */
*+html .styled div {
	display: inline;
	zoom: 1;
}
.styled div:first-child {
	margin-left: 0;
	
}
.styled div span {
	display: block;
	font-size: 22px;
	margin-top: -10px;
	font-weight: normal;
	text-align: center;
}
.banner-container {
	background: rgba(0, 0, 0, 0.05);
	background-image: url('../images/dots.png');
	background-repeat: repeat;
	height: 760px;
}


.our-services .col-sm-4 {
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 50px;
}

/*home*/

#home .heading h2 {
	color: #fff;
	font-size: 50px !important;
	padding-top: 65px;
}
#home .heading strong {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
.heading h2 {
	color: #222;
}
.heading {
	padding: 3px 10px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	display: block;
}
body {
	margin: 0;
	font-family: Arial, sans-serif;
}

@media (max-width: 768px) {
.banner-container {
	height: 700px;
}
#home .heading h2 {
	font-size: 44px !important;
}
#home .heading strong {
	font-size: 19px;
}
.styled div {
	display: inline-block;
	margin-left: 10px;
	font-size: 50px;
}
.styled div span {
	font-size: 23px;
}
.row .six {
	width: auto;
}
.hero-img {
	display: none;
}
.header .navbar-nav > li > a {
	padding: 25px 12px;
}
}


@media (max-width: 480px) {
.banner-container {
	height: 500px;
}
#home .heading h2 {
	font-size: 34px !important;
	padding-top: 20px;
}
#home .heading strong {
	font-size: 14px;
}
.styled div {
	display: inline-block;
	margin-left: 10px;
	font-size: 28px;
}
.styled div span {
	font-size: 14px;
}
.navbar {
	min-height: 69px;
}
.arrow-link {
	display: none;
}
#section-top ul li a {
	height: 28px;
	line-height: 28px;
	width: 26px;
}

@media (max-width: 320px) {
.banner-container {
}
.grid .text-content {
	padding-left: 29%;
	padding-right: 2%;
}
nav#filter li {
	display: inline-block;
	margin: 0 0 23px 5px;
}
}