/*!
 * 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: 40px;
  letter-spacing: -3px;
  font-weight: bold;
  color: #ffffff;
}

h2 {
  font-size: 32px;
  line-height: 34px;
  letter-spacing: -2px;
  font-weight: 300;
  font-weight: bold;
  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: #1b6f7c; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #1b6f7c; /* 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: #1b6f7c;
}

.orange {
  color: #f98253;
}

.white {
  color: #ffffff;
}
  

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

 
.navbar {
  background: #2b3033;
  background-repeat: repeat-x;
  border-color: #2b3033;
  border-top: 5px solid #1b6f7c;
  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: '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-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: #1b6f7c;
  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: #1b6f7c repeat scroll 0 0 !important;
  border: none !important;
  font-weight: 400 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
}


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



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

#header {
  background: #3E4549;
  padding-top: 145px;
  padding-bottom: 40px;
  height: 520px;
}

.bx-wrapper {
    margin-top: 20px;
    margin-bottom: 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: 320px;
  overflow: hidden;
  left: 0;
}


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

#home-content {
  background: #1b6f7c;
}

.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 #1b6f7c;
  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: 145px;
}

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

@media (min-width: 481px){
  .title-white {
    background: url("../img/arrow.png") no-repeat scroll center bottom #3E4549;
    padding-bottom: 30px;  
  }
}

@media (max-width: 480px){
  .title-white {
    background: url(../img/arrow.png) no-repeat scroll center bottom #3E4549;
    padding-bottom: 25px;
    padding-top: 10px;
  }
}

#blue-container {
  background: #1b6f7c;
  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: '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;
}

@media (min-width: 481px){
  #content {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 480px){
  #content {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto;
    width: 95%;
  }
}

.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: #1b6f7c;
  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: #1b6f7c;
}

.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: #1b6f7c;
}

.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, .thumbs div span.title {
	display: table;
	width: 100%;
	height: 90%;
}

.thumbs a span.title span, .thumbs div 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: #1b6f7c;
    /*padding-bottom: 20px;*/
    padding: 10px;
    color: #FFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

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;*/
  background: #2b3033;
  padding-top: 10px;
  padding-bottom: 10px;
  color:#FFF;  
}



/* ==========================================================================
   Bottom and Footer styles
   ========================================================================== */
#bottom {
  background: #3E4549;
  padding-top: 100px;
  /*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: #1b6f7c;
	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;
}

.navbar-header {
  border-bottom: 5px solid #1b6f7c;
}
	
.navbar {
  border-bottom: 0px;
}

.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: 49px;
}

.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) {

}   

/* ==========================================================================
   JTP du Roi Styles (Modern Design)
   ========================================================================== */

.jtp-roi-section {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.3);
    border: 2px solid #FFD700;
    position: relative;
    overflow: hidden;
}

.jtp-roi-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    pointer-events: none;
}

.jtp-roi-title {
    color: #1a1a1a !important;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.crown-icon {
    font-size: 1.3em;
    margin-right: 8px;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #FFA500; }
    to { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #FFA500; }
}

.roi-subtitle {
    color: #333 !important;
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 15px;
}

.roi-question {
    position: relative;
    z-index: 2;
}

.roi-option {
    margin-bottom: 10px;
}

.roi-option .reponse {
    background: rgba(255,255,255,0.95) !important;
    border: 2px solid #FFA500 !important;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.roi-option .reponse:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,165,0,0.3);
    border-color: #FF8C00 !important;
}

.roi-option .reponse .text {
    color: #1a1a1a !important;
    font-weight: 600;
}

.roi-separator {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
    padding: 8px 0;
    margin: 10px 0;
}

.roi-separator span {
    background: #FFF;
    color: #FFA500 !important;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 20px;
    border: 2px solid #FFA500;
    font-size: 0.9em;
}

.roi-info {
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

.roi-amount {
    color: #FF6B35;
    font-weight: bold;
    font-size: 1.1em;
}

.btn-roi {
    background: linear-gradient(45deg, #FF6B35, #F7931E);
    border: none;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255,107,53,0.3);
}

.btn-roi:hover {
    background: linear-gradient(45deg, #FF5722, #E91E63);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,107,53,0.4);
    color: white;
}

/* Responsive JTP du Roi */
@media (max-width: 768px) {
    .jtp-roi-section {
        margin-bottom: 15px;
        padding: 15px;
    }
    
    .crown-icon {
        font-size: 1.1em;
    }
    
    .jtp-roi-title {
        font-size: 1.3em;
    }
}

/* Modern Card Enhancements */
.jtp-jour {
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.jtp-jour:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Enhanced question cards on homepage */
.question-home {
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.question-home:hover {
    transform: translateY(-2px);
}

.question-home .reponse {
    border-radius: 8px;
    transition: all 0.3s ease;
}

.question-home .reponse:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* ==========================================================================
   Modern JTP du Jour Styles
   ========================================================================== */

.jtp-jour-modern {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(74, 144, 226, 0.3);
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.jtp-jour-modern::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

.jtp-jour-modern:hover::before {
    opacity: 1;
    animation: shimmer 2s ease-in-out;
}

@keyframes shimmer {
    0% { transform: translateX(-100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}

.jtp-jour-header {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    text-align: center;
    position: relative;
}

.jtp-jour-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.jtp-jour-title i {
    margin-right: 10px;
    color: #FFD700;
    animation: pulse 2s ease-in-out infinite;
}

.jtp-jour-badge {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #FF6B6B;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    animation: bounce 2s ease-in-out infinite;
}

.jtp-jour-content {
    padding: 30px;
}

.jtp-jour-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.jtp-jour-option {
    background: rgba(255,255,255,0.95);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.jtp-jour-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.jtp-jour-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.option-content {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.option-text {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
}

.jtp-jour-vs {
    text-align: center;
    position: relative;
}

.vs-text {
    background: linear-gradient(135deg, #FF6B6B, #ff5252);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 3px 10px rgba(255,107,107,0.3);
}

.jtp-jour-cta {
    text-align: center;
}

.btn-jtp-jour {
    background: linear-gradient(135deg, #FF6B6B, #ff5252);
    border: none;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255,107,107,0.3);
}

.btn-jtp-jour:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,107,107,0.4);
}

/* ==========================================================================
   Modern JTP du Roi Styles
   ========================================================================== */

.jtp-roi-header {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    text-align: center;
    position: relative;
}

.jtp-roi-badge {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    animation: pulse 2s ease-in-out infinite;
}

.jtp-roi-content {
    padding: 30px;
}

.roi-question {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.roi-option {
    background: rgba(255,255,255,0.95);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(255,215,0,0.2);
    transition: all 0.3s ease;
    overflow: hidden;
    border: 2px solid rgba(255,215,0,0.3);
}

.roi-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255,215,0,0.4);
    border-color: #FFD700;
}

.roi-link {
    display: block;
    text-decoration: none;
    color: inherit;
}


.roi-vs {
    text-align: center;
}

.roi-vs .vs-text {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #333;
}

.roi-info {
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.roi-author {
    color: white;
    margin-bottom: 8px;
    font-size: 14px;
}

.roi-amount {
    color: #FFD700;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.btn-roi {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border: none;
    color: #333;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255,215,0,0.3);
}

.btn-roi:hover {
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,215,0,0.4);
}

/* ==========================================================================
   Questions List Section
   ========================================================================== */

.questions-list-section {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
}

.questions-list-header {
    text-align: center;
    margin-bottom: 40px;
}

.questions-list-title {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.questions-list-title i {
    color: #FFD700;
    margin-right: 10px;
}

.questions-list-subtitle {
    color: #666;
    font-size: 16px;
    margin: 0;
}

.questions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.question-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.question-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-color: #4a90e2;
}

.question-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.question-option {
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.question-option:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.option-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.question-option .option-content {
    padding: 15px;
    text-align: center;
}

.question-option .option-text {
    font-size: 14px;
    color: #495057;
}

.question-vs {
    text-align: center;
    margin: 10px 0;
}

.question-vs .vs-text {
    background: #6c757d;
    color: white;
    padding: 6px 15px;
    font-size: 12px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .jtp-jour-modern,
    .jtp-roi-section {
        margin-bottom: 20px;
    }
    
    .jtp-jour-content,
    .jtp-roi-content {
        padding: 20px;
    }
    
    .questions-list-section {
        padding: 25px;
        margin-top: 30px;
    }
    
    .questions-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

