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

/* Commented out lines 269-308 to retain Bootstrap Select styles
   Daniel Steinberg
   20 Sep 2016
   
   Commented out lines 638-709 to retain default Bootstrap form styles
   Daniel Steinberg
   14 December 2013 */


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

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

h1 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -3px;
  font-weight: bold;
}

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: 35px;
  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: #38c8e0; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #38c8e0; /* 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: #38c8e0;
}

.orange {
  color: #f98253;
}

.white {
  color: #ffffff;
}
  

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

 
.navbar {
  background: #2b3033;
  background-repeat: repeat-x;
  border-color: #2b3033;
  border-top: 5px solid #38c8e0;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b3033', endColorstr='#2b3033', GradientType=0);
}


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

.navbar-brand, .navbar-inverse .navbar-nav > li > a {
  color: #778489;
  font-family: 'Cabin', 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-brand {
  margin-top: 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: 'Cabin', sans-serif;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #38c8e0;
  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);
}


li.sign-up {
  background: #38c8e0 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 8px;
  text-transform: uppercase;
}


li.sign-up:hover {
	background: #63ddf2 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: #3e4549;
  padding-top: 70px;
  padding-bottom: 40px;
  height: 700px;
}

.bx-wrapper {
  margin-top: 20px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px transparent;
	-webkit-box-shadow: 0 0 0px transparent;
	box-shadow: 0 0 0px transparent;
	border: solid transparent 0px;
	left: 0px;
	background: transparent;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -32px;
	opacity: 1;
	transition: all 0.35s ease-in-out;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px -32px;
	opacity: 1;
	transition: all 0.35s ease-in-out;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 200;
	opacity: 0.4;
}

.bxslider {
  margin: 0 0 0px 0px;
}

.bxslider li {
  height: 560px;
  overflow: hidden;
  left: 0;
}


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

#home-content {
  background: #38c8e0;
}

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


.home-box:hover {
  background: url("../img/arrow.png") no-repeat scroll center bottom #35A3BC;
  transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

.home-box i {
  padding-bottom: 30px;
}

.home-box p {
  padding-left: 30px;
  padding-right: 30px;
}

.home-box a, .home-box a:hover {
  color: #ffffff;
}

.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: url("../img/arrow-blue.png") no-repeat scroll left 15px bottom #3E4549;
  padding-bottom: 30px;
}

.title-white {
  background: url("../img/arrow.png") no-repeat scroll left 15px bottom #3E4549;
  padding-bottom: 30px;  
}

#blue-container {
  background: #38c8e0;
  padding-top: 80px;
  padding-bottom: 80px;
}

#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: 'Cabin', 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: 80px;
  padding-bottom: 80px;
}

.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: #38C8E0;
  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: #38C8E0;
}

.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: #38C8E0;
}

.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 {
  height: 100px;
}

.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: #3E4549;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.small-message {
  color: #fff;
}

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





/* ==========================================================================
   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;
}



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

#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;
}

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

ul.social-icons li a {
	color: #778489;
	text-decoration: none;
	display: inline;
}

ul.social-icons li a:hover {
	color: #38C8E0;
	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;
}




/* ==========================================================================
   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: 580px;
}

.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;
}


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

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

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

/* 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: 630px;
}

.bxslider li {
  height: 500px;
}

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

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

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

}


/* 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: 630px;
}

.bxslider li {
  height: 500px;
}


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


.team-member a {
    max-height: 190px;
}

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




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

.team-member a {
    max-height: 236px;
}

}
     


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

}   

