/*
Author: Mammoth-Interactive
Description: Beachstrap theme styles
Date: 31 October 2013 (Happy halloween!)
*/
/* Table of Contents
==================================================

	#GENERAL
	#HEADER
	#MAIN
	#CAROUSEL SECTION
	#PARALLAX SECTION
	#TEAM SECTION
	#SIGNUP SECTION
	#CONTACT SECTION
	#BLOG SECTION
	#FOOTER
	#MEDIA QUERIES

==================================================
*/
/* ==================== GENERAL ================== */

body {
  height: 100%;
  color: #3d505f;
  background-color: white;
}

body, h1, h2, h3, p{
    font-family: 'Oxygen', sans-serif !important;
    font-weight: 400;
}


h1, h2, h3 {
  letter-spacing: -1px;
  margin-bottom: 16px;
  color: #3d505f;
  font-weight: 400;
  margin-bottom: 26px;
  text-decoration: none !important;
  text-transform: none;
  border: none;
}



h1 {
  font-size: 42px;
  line-height: 52px; }

h2 {
  font-size: 38px;
  line-height: 44px; }

h3 {
  font-size: 28px;
  line-height: 28px; }

p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 32px;
}

.form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  padding: 20px;
  box-sizing: border-box; }
  .form-control:focus {
    background-color: #eee;
    box-shadow: none; }


/* ====================== HEADER ========================= */

header {
  background-color: rgba(21, 26, 40, 0.8);
  min-height: 70px;
  padding: 15px 0 0 0;
  position: fixed;
  z-index: 200;
  width: 100%; }
  header h1#logo {
    margin: 0;
    padding: 1px 0;
    text-indent: -9999px;
    background: url(/static/images/index/logo.png) no-repeat 0 0; }


/* ====================== MAIN ========================= */
#main {
  background: url(/static/images/index/mainImage.jpg) 0 0 no-repeat fixed;
  min-height: 850px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  /* Internet Explorer 7/8 */
  background-attachment: fixed; }
  #main .cont-wrapper {
    position: relative;
    width: 100%;
    top: 230px; }
  #main p.intro {
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -1px;
    font-weight: 400;
    padding: 30px 0 30px 0px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5); }
  #main p.btn-wrp {
/*    text-align: center; */
}

.c2a-button {
  color: #fff;
  background-color: #5086b2;
  font-size: 24px;
  padding: 10px 40px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  text-decoration: none;
}

.c2a-button:hover {
	text-decoration: none;
    color: #fff;
    background: #3d505f;
}

.c2a-button:visited{
	text-decoration: none;
	color: white;
}

#intro-strip {
  background-color: #5086b2;
  padding: 20px 0;
  text-align: center;
  -moz-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3); }
  #intro-strip h1 {
    color: #fff; }

#analytics {
  padding-top: 80px;
  padding-bottom: 50px;
  height: 100%;
  margin-bottom: 0;
}

/* ================================ CAROUSEL SECTION =================================== */
.carousel {
  background: #f8f8f8;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px; }
  .carousel .carousel-indicators {
    display: block;
    bottom: -50px; }
  .carousel .carousel-inner > .item > img {
    margin: 0 auto; }
  .carousel .container p, .carousel .container h1, .carousel .container h2 {
    max-width: 800px;
    margin: 20px auto; }

.carousel-control {
  color: #000 !important; }

.carousel-indicators li {
  border: 1px solid #aaa; }

.carousel-indicators .active {
  background-color: #aaa;
  border: 1px solid #fff; }

#work .img-responsive{
	margin-bottom: 30px;
}


/* ======= PARALLAX SECTION =========== */
#parallax {
  position: relative;
  width: 100%;
  background: url(/static/images/index/parallaxBg.jpg) no-repeat 50% 0 fixed;
  background-size: cover;
  height: 350px; }
  #parallax h2 {
    color: #fff;
    margin-top: 130px;
    text-align: center;
    font-weight: 700;
    text-shadow: 0px 1px 1px black; }

/* ================= TEAM SECTION ==================== */
#dx-cluster {
  padding: 40px 0 60px 0;
  text-align: center;
  /* end staff-me */ }
  #dx-cluster .staff-mem {
    cursor: pointer;
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #dx-cluster .staff-mem p {
      margin-bottom: 10px; }
    #dx-cluster .staff-mem.anim {
      top: -10px; }
    #dx-cluster .staff-mem img {
      margin: 0 auto;
      border: 1px solid #cccccc; }
  #dx-cluster p {
    margin-bottom: 60px; }

/* ================= Searchboxes ======================== */

.search_box .wrapper {
    background:#fff;
    padding: 5px 0 5px 5px;
    position:relative;
}

.search_container {
	display: inline-block;
	background: #5086b2;
	border-radius:0px;
	padding:9px;
	width:225px;
	float: left;
	margin-right: 10px;
}


.search {
	border:none;
	color:#333;
	font:bold 24px 'Open Sans', sans-serif; ;
	text-transform: uppercase;
	height: 36px;
	padding: 5px 0 5px 5px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

#search_container{
	margin-bottom: 40px;
}

.search-btn{
	border: 0;
}

.inline{
	display: inline-block;
}


/* ==================================== Autocomplete ==================================== */
/* Ajax loader icon for Autocomplete fields -> Overwrite JQuery-UI Default */

.ui-autocomplete-loading {
	background: white url("ajax-loader.gif") no-repeat 98% 50%;
}


/* ==================================== MEDIA QUERIES ==================================== */
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

@media (max-width: 991px) {
  header a.mini-nav {
    font-size: 28px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 8px;
    border-radius: 5px; }
  header nav ul {
    padding: 0;
    margin-top: 40px;
    display: none; }
  header nav ul.nav li {
    display: block;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    header nav ul.nav li:hover {
      background: rgba(0, 0, 0, 0.2); }
    header nav ul.nav li a {
      display: block;
      width: 100%; }

  h1 {
    font-size: 34px;
    line-height: 38px; }

  h2 {
    font-size: 28px;
    line-height: 32px; }

  h3 {
    font-size: 22px;
    line-height: 26px; }

  #main {
    background-attachment: scroll;
/*    background-position-x: -100px;*/
    min-height: 600px; }
    #main .cont-wrapper {
      top: 110px; }
    #main p.intro {
      text-align: center; }

  #analytics {
    padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #ccc;
}
    #analytics .ipad {
      top: 140px; } }




/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #analytics .text {
    top: 0; } }




@media (max-width: 480px) {
	header {
		min-height: 50px;
	}

	header h1#logo {
		position: relative;
		top: -6px; }

	header a.mini-nav {
		position: relative;
		top: -8px;
      /* 	line-height: 0; */
	}

	#main {
		min-height: 500px !important;
	}

	#main .cont-wrapper {
		top: 70px;
	}

	#main p.intro {
		text-align: center;
		font-size: 32px;
		line-height: 38px;
		padding: 0;
	}

	.search_container{
		margin-bottom: 6px;
	}

	.btn-wrp{
		margin-bottom: 15px;
	}


}



