/*!
 * Based on Sharkfin v1.1
 *
 * Copyright 2013 Theme Armada
 * Visit us for more Bootstrap themes at:
 * http://www.themearmada.com
 *
 * Hand crafted with love in Atlanta!
 */


/* ==========================================================================
   Global Styles styles
   ========================================================================== */

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -3px;
  font-weight: bold;
  color: #ffffff;
}
	.love{
		color: #c00;
		font-size: 1.2em;
	}
	.yay{
		color: #ff6700;
	}

h2 {
  font-size: 32px;
  line-height: 34px;
  letter-spacing: -2px;
  font-weight: 300;
  color: #ffffff;
}

h3 {
  font-size: 29px;
  line-height: 35px;
  letter-spacing: -2px;
  font-weight: bold;
  color: #ffffff;
}

h4 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.7px;
  font-weight: 300;
  color: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}


a:hover {
  color: inherit;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

.btn-main {
  background: #f98253 repeat scroll 0 0;
  border: none;
  font-weight: 400;
  border-radius: 0px;
  box-shadow: none;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: none;
  padding: 15px 20px;
  text-transform: uppercase;
}

.btn-main:hover {
	background: #fd966d repeat scroll 0 0;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

.dropdown-backdrop {
  position: static;
}


[class^="icon-"], [class*=" icon-"] {
 vertical-align: middle;
}

::selection {
	background: #ff6700; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #ff6700; /* Firefox */
	color: #FFFFFF;
}

iframe {
  background: none;
  border: none;
}


/*----------Margins-------------------*/


.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*----------Colors-------------------*/

.black {
  color: #2b3033;
}

.dark-gray {
  color: #3e4549;
}

.gray {
  color: #778489;
}

.light-gray {
  color: #e4e9ea;
}

.blue {
  color: #31A7F7;
}

.orange {
  color: #f98253;
}

.white {
  color: #ffffff;
}
  
h3 + .lead,
.white + .lead {
	margin-top: 20px;
}
  
/* ICONS */
.big-message-icons img{
	margin-top: 8em;
}  

.bullets{
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding-left: 0;
}
	.bullets li{
		padding-bottom: 0.5em;
		padding-left: 30px;
		list-style: none;
		background: url(../img/li-tick.png) no-repeat transparent 0 2px;
	}


/* ==========================================================================
   Navigation Styles
   ========================================================================== */

 
.navbar {
  background: #2d526d;
  background-repeat: repeat-x;
  border-color: #2d526d;
  border-top: 5px solid #2d526d;
  box-shadow: 0px 0 0px 2px rgba(0,0,0,0.5);  
}


.navbar .nav {    
    margin: 30px 0px 30px 0px;
}

.navbar-brand, .navbar-inverse .navbar-nav > li > a {
  color: #778489;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0.0);
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}

.navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}

.navbar>.container .navbar-brand {
	margin-left: -20px;
}

.navbar-inverse .btn-navbar {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.0) rgba(0, 0, 0, 0.0) rgba(0, 0, 0, 0.0);
  color: #FFFFFF;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0.0);
  box-shadow: none;
}


.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  background-color: transparent;
  color: #FFFFFF;
}

.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
  background-color: transparent;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    border-radius: 0px;
    color: #778489;
    font-weight: normal;
    padding: 9px 15px;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #FFFFFF;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 30px;
}

.dropdown-menu {
  background-color: #26292B;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 0px;
  *border-bottom-width: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
 
}

.dropdown-menu > li > a {
  color: #778489;
  font-weight: normal;
  padding-top: 7px;
  padding-bottom: 7px;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #31A7F7;
  background-color: transparent;
  background-image: -moz-linear-gradient(top, #26292B, #26292B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#26292B), to(#26292B));
  background-image: -webkit-linear-gradient(top, #26292B, #26292B);
  background-image: -o-linear-gradient(top, #26292B, #26292B);
  background-image: linear-gradient(to bottom, #26292B, #26292B);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26292B', endColorstr='#26292B', GradientType=0);
}

.navbar .nav > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu:before {
    border-bottom: 0px solid #FFFFFF;
    border-left: 0px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: 0px;
}

.navbar-inverse .navbar-toggle {
    border-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0);
}

button.navbar-toggle {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
}


.sign-up {
  background: #4BB6FF repeat scroll 0 0;
  border: none;
  font-weight: 400;
  border-radius: 0px;
  box-shadow: none;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: none;
  padding: 0px 4px;
  margin-left: 10px;
  text-transform: uppercase;
  border-radius: 4px;
}

a.sign-up{
	text-transform: none;
	display: inline-block;
	padding: 5px 7px;
	margin-left: 0;
}


.sign-up:hover {
	background: #369 repeat scroll 0 0;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}



/* ==========================================================================
   Header Styles
   ========================================================================== */ 

#header {
  background: url(../img/background.jpg) no-repeat bottom center #333;
  padding-top: 100px;
  padding-bottom: 40px;
  height: 425px;
}
	#header h1{
		padding-top: 237px;
		color: #fc0;
		font-weight: normal;
		text-shadow: 0px 2px 0px rgba(0,0,0,0.5);
	}
	#header em{
		font-style: normal;
	}	
	#header em .majestic{
		color: #fff;
		font-weight: bold;
	}
	#header em .analytics{
		color: #ccc;
		font-weight: normal;
	}
	#header .welcome{	
		text-align: center;
	}
		#header .welcome img{
			margin-top: 80px;

		}

/* ==========================================================================
   Home Page Styles
   ========================================================================== */

#home-content {
  background: #4BB6FF;
}

.home-box {
  padding: 40px 0px 80px 0px;
  color: #ffffff;
  background-position: center bottom;
}


.home-box:hover {

}

.home-box i {
  padding-bottom: 30px;
}
.home-box h3{
	color: #eee;
}
.home-box p {
  padding-left: 30px;
  padding-right: 30px;
}

.home-box a{ color: #fff; border-bottom: 1px solid #fff;}
.home-box a:hover {color: #000; border-color: transparent;}

.inline.home-icons > li {
  padding-right: 30px;
  margin-bottom: 40px;
}

#clients {
  background: #ffffff;
  padding: 80px 0 60px 0;
}

.clients img {
  padding-bottom: 25px;
}

.clients img:hover {
  opacity: 0.5;
  transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}



/* ==========================================================================
   Content styles
   ========================================================================== */
#page-title {
  background: #3E4549;
  padding-top: 120px;
}

.title-blue {
  background:#3E4549;
  padding-bottom: 10px;
}

.title-white {
  background:  #3E4549;
  padding-bottom: 30px;  
}

#blue-container {
  background: #4BB6FF;
  padding-top: 20px;
  padding-bottom: 20px;
}
#white-container {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

#team {
  background: url("../img/team-bg.jpg") no-repeat scroll center center #ffffff;
  padding-top: 80px;
  padding-bottom: 0px;
  background-size: cover;
}

.team-member {
  padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
  overflow: hidden;
  position: relative;
}

.team-member img {
  margin: auto;
}

.team-member a {
  background: none no-repeat scroll center center rgba(56, 200, 225, 0.9);
  border-radius: 50% 50% 50% 50%;
  bottom: 0;
  color: white;
  height: 70%;
  left: 0;
  max-height: 272px;
  max-width: 280px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 90px;
  width: 100%;
  z-index: 100;
}

.team-member a span.info {
  display: table;
	width: 100%;
	height: 100%;
}

.team-member a span.info span {
	font-family: 'Open Sans', sans-serif;
	font-size: 14.5px;
	line-height: 17px;
	color: #FFFFFF;
	vertical-align: middle;
	display: table-cell;
	
}

.team-member:hover span{
  opacity: 1;
  z-index: 20;
  transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
  
}


.team-member a:hover {
	bottom: 0;
  opacity: 1;
  transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s;
  -moz-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s;
  -webkit-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s;
}


#content {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 10px;
}

.nav-tabs {
  border-bottom: 3px solid #FFFFFF;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FFFFFF;
  border-color: #FFFFFF #FFFFFF transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #31A7F7;
  cursor: default;
  padding: 10px 18px;
}

.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  line-height: 20px;
  padding: 10px 18px;
  color: #ffffff;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a {
    border-color: #FFFFFF;
    color: #31A7F7;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #FFFFFF;
    text-decoration: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #31A7F7;
}

.nav {
    list-style: none outside none;
    margin-bottom: 40px;
    margin-left: 0;
}


/* ==========================================================================
   Form Styles
   ========================================================================== */

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: 0px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    background-color: #f1f4f5;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0px 0px 0px 0px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

textarea {
	position: initial;
	height: 100px;
	width: 100%;
}

.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 0px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
    background-color: #DFF0D8;
    border-color: transparent;
    color: #468847;
}

.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: transparent;
    color: #B94A48;
    
}


/* ==========================================================================
   Signup and signin styles
   ========================================================================== */
.form-container {
  background: #fff;
  padding: 10px;
}

.form-horizontal .controls {
    margin-left: 0px;
}

.small-message {
  color: #fff;
}

.small-message:hover {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
}

form{
	overflow: hidden;
}
form h3{
	margin: 10px 0 20px 0; padding: 0;
}


/* ==========================================================================
   Contact Page Styles
   ========================================================================== */
#map {
    height: 265px;
    padding-bottom: 0;
}

#map > iframe {
    background-color: transparent;
    border: medium none;
    height: inherit;
    overflow: hidden;
    width: 100%;
}


/* ==========================================================================
   Blog Styles
   ========================================================================== */
.blog {
  border-bottom: 1px dotted #e4e4e4;
  padding-bottom: 40px;
}

.blog-links li {
  padding: 5px 0 5px 0;
}

.blog-links a {
  color: #3e4549;
	text-decoration: none;
}

.blog-links a:hover {
  color: #778489;
	text-decoration: none;
}

.pagination ul {
    border-radius: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

.pagination ul > li > a, .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f1f4f5;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 0px 0px 0px 0;
    float: left;
    line-height: 20px;
    padding: 10px 16px;
    text-decoration: none;
}

.pagination ul > li > a:hover {
  background: #e4e9ea;
}


.pagination ul > li:first-child > a, .pagination ul > li:first-child > span  {
    border-bottom-left-radius: 0px;
    border-left-width: 0px;
    border-top-left-radius: 0px;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}


/* ==========================================================================
   Portfolio styles
   ========================================================================== */

.thumbs {
	width: 100%;
	float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.thumbs a {
	background: none no-repeat scroll center center rgba(56, 200, 225, 0.9);
  bottom: -300px;
  color: white;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  z-index: 100;
}

.thumbs a span.title {
	display: table;
	width: 100%;
	height: 90%;
}

.thumbs a span.title span {
	line-height: 17px;
	color: #FFFFFF;
	vertical-align: middle;
	display: table-cell;
	
}

.thumbs a:hover {
	bottom: 0;
  opacity: 1;
  transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s;
  -moz-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s;
  -webkit-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s;
}

.project-title {
  background: #f3f6f7;
  padding-bottom: 20px;
}

.project-title h5 {
  margin: 0;
  font-size: 15px;
  letter-spacing: -0.7px;
}

ul.portfolio li {
  -moz-box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 0;
    width: 32%;
}

.list-inline > li:first-child {
 padding-left: 5px;
}

.carousel-control {
    bottom: 0;
    color: #FFFFFF;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    padding-top: 15%;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 10%;
}



/* ==========================================================================
   Message styles
   ========================================================================== */
#message {
  background: #E4E9EA;
  padding-top: 80px;
  padding-bottom: 80px;
}

a.twitter{
	color: #31A7F7 ;
	display: inline-block;
	margin-top: 10px;
}


/* ==========================================================================
   Bottom and Footer styles
   ========================================================================== */
#bottom {
  background: #3E4549;
  padding-top: 60px;
  padding-bottom: 60px;

}
	#bottom{
	
	}

#bottom p {
  color: #778489;
}

#bottom p a {
  color: #b5c3c8;
}


#bottom p a:hover {
  color: #ffffff;
	text-decoration: none;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #262a2c;
  border-bottom: 1px solid rgba(97,102,104,0.85);
}

ul.social-icons {
	list-style: none;
	margin-left: 0px;
	vertical-align: top;
}

ul.social-icons li {
	display: inline-block;
	padding-right: 20px;
	line-height: 50px;
}

ul.social-icons li a {
	color: #778489;
	text-decoration: none;
	display: block;
	vertical-align: top;
}

ul.social-icons li a:hover {
	color: #31A7F7;
	bottom: 12px;
	text-decoration: none;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

#footer {
  background: #2B3033;
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer p {
  color: #778489;
  font-size: 11px;
}

#footer p a {
  color: #b5c3c8;
  font-weight: bold;
  text-decoration: none;
}


/* ==========================================================================
   Mini Majestic Search box
   ========================================================================== */ 

	.majestic-widget{
		margin: 20px 0;
		padding: 20px 10px 5px 10px;
		background: url(../img/majestic-small-greyscale.png) no-repeat 96% 88% #eaeaea;
		border: 1px solid #ccc;
		
		vertical-align: top;
	}
		.majestic-widget input.url{
			border-radius: 4px;
			height: 40px;
			line-height: 40px;
			background: #fff;
			border: 1px solid #aaa;
			border-radius: 4px;
			width: 89%;
			vertical-align: top;
		}
		.majestic-widget button{
			background: #ff6700;
			color: #fff;
			text-align: center;
			border: none;
			border-radius: 4px;
			height: 40px;
			line-height: 40px;
			width: 9%;
			vertical-align: top;
		}
			.majestic-widget button span{
				line-height: 40px;
			}

	
.while-wait{
	padding: 10px 0 40px 0;
}
	.while-wait h3{
		text-align: center;
		padding-bottom: 20px;
	}

/* ==========================================================================
   Mobile Styles
   ========================================================================== */ 

/* Landscape phones and down */
@media (max-width: 480px) { 

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-brand {
    margin-top: 0px;
}

#header {
  height: 410px;
}

.bxslider li {
  height: 500px;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next, .bx-wrapper .bx-pager {
	display: none;
}

.home-box {
  padding: 20px 0px 20px 0px;
}

#blue-container{
margin-top: 50px;

}

#page-title {
  padding-top: 40px;
}

.team-member a {
    left: 6.5%;
}

.form-horizontal .control-label{
display: block;
}

ul.portfolio li {
    float: none;
    margin-left: 0;
    width: 100%;
}

	.big-message-icons{
		text-align: center;
		display: none;
	}
		.big-message-icons img{
			margin: 0 3em;
		}
	
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin-left: 0px;
		margin-right: 0px;
	}
	.navbar-brand {
		margin-top: 0px;
	}
	#header {
	  height: 600;
	}
	.bxslider li {
	  height: 500px;
	}
	#page-title {
	  padding-top: 40px;
	}
	.team-member a {
		left: 30%;
	}
	ul.portfolio li {
		float: left;
		margin-left: 0;
		width: 48%;
	}
	.big-message-icons{
		text-align: center;
	}
		.big-message-icons img{
			margin: 0 3em;
		}
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin-left: 0px;
		margin-right: 0px;
	}
	#header {
	  height: 600;
	}
	.bxslider li {
	  height: 500px;
	}

	.team-member a {
		max-height: 190px;
	}
	ul.portfolio li {
		float: left;
		margin-left: 0;
		width: 48%;
	}
	.big-message-icons{
		text-align: center;
	}
		.big-message-icons img{
			margin: 0 3em;
		}
	
}




/* Desktops and laptops ----------- */
@media (min-width: 980px) and (max-width: 1200px) {

	.team-member a {
		max-height: 236px;
	}
	button .fa-2x{
		font-size: 1.5em;
	}
}
     


/* Large screens ----------- */
@media (min-width: 1700px) and (max-width: 2200px) {

}   



