/*
 * Flirt Creativity  || THEME BASED UPON START BOOTSTRAP -> modern business
 * Included hamburgers by : Jonathan Suh
 */

 /* reActivate specific colors:
  *
  * Dark blue:  #124c60 rgba(18,76,96,1);
  * Turqoise:   #188490 rgba(24,132,144,1);
  * Orange:     #f1592e rgba(241,89,46,1);
  * Light grey: #f1f1f1 rgba(241,241,241,1);
  *
  */
/*
 * Fonts
 * via adobe - Typekit
 * 
 * font-family: "futura-pt",sans-serif;
 * font-weight: 300;
 * font-weight: 500;
 *
 */


/******
 * Breadcrumbs
 ******/
.breadcrumb {
  display: block;
  position: fixed;
  top:50px;
  left: 28px;
  z-index: 1101;
  padding:          0px;
    margin:           0px ;
    list-style:         none;
    background-color:       transparent;
    border-radius:        0px;
  font-size:          11px;
}
.breadcrumb li {
  color:            #fff;
}
.breadcrumb li a {
  color:            #ccc;
}
.breadcrumb li a:hover {
  color:            #fff;
}
@media (max-width: 768px){
  .breadcrumb{

    display: none;
  
  }
}
/******
 * Texts
 ******/
p{
  font-size:         14px;
}
.h1, h1{
  font-family: 		"futura-pt",sans-serif;
  font-weight:  	300;
  letter-spacing:   1px;
  color:            #188490;
  font-size:        30px;
  line-height:      38px;
}
.h2, h2 {
  font-size:        25px;
  line-height:      35px;
}
.h3, h3 {
  font-size:        20px;
  line-height:      28px;
}
.h4, h4 {
  font-size:        18px;
  line-height:      25px;
}
.h5, h5 {
  font-size:        16px;
  line-height:      23px;
}


.h2, .h3, .h4, .h5, .h6,  h2, h3, h4, h5, h6 {
  color:  			#188490;
  font-family: 		"futura-pt",sans-serif;
  font-weight:  	500;
  letter-spacing: 	1px;
}
/********************************************************/
/* Links                                    			*/
/********************************************************/
a, a:visited  {
  color: 			#188490;
  text-decoration: 	none;
  transition: 		all .3s;
  position:			relative;
  outline: 			none;
  text-decoration: 	none!important;
}
a:hover, a:focus, a:blur, a:active{
  text-decoration: 	none;
  color: 			#f1592e;
}
/********************************************************/
/* Bootstrap additions / extentions                     */
/********************************************************/
/* margins */
/* TOP */
.top-m-5{margin-top:5px;}
.top-m-10{margin-top:10px;}
.top-m-15{margin-top:15px;}
.top-m-20{margin-top:20px;}
.top-m-25{margin-top:25px;}
.top-m-50{margin-top:50px;}
.top-m-100{margin-top:100px;}

/* BOTTOM */
.bot-m-5{margin-bottom:5px;}
.bot-m-10{margin-bottom:10px;}
.bot-m-15{margin-bottom:15px;}
.bot-m-25{margin-bottom:25px;}
.bot-m-50{margin-bottom:50px;}
.bot-m-100{margin-bottom:100px;}
/* TOP */
.top-p-5{padding-top:5px;}
.top-p-10{padding-top:10px;}
.top-p-15{padding-top:15px;}
.top-p-25{padding-top:25px;}
.top-p-50{padding-top:50px;}
/* BOTTOM */
.bot-p-5{padding-bottom:5px;}
.bot-p-10{padding-bottom:10px;}
.bot-p-15{padding-bottom:15px;}
.bot-p-25{padding-bottom:25px;}
.bot-p-50{padding-bottom:50px;}

/* side */
.l-p-5{padding-left:5px;}
.l-p-15{padding-left:15px;}
.l-p-25{padding-left:25px;}
.r-p-50{padding-right:50px;}
.r-p-5{padding-right:5px;}
.r-p-15{padding-right:15px;}
.r-p-25{padding-right:25px;}
.r-p-50{padding-right:50px;}
/* side double */
.s-p-5{padding-right:5px; padding-left:5px;}
.s-p-15{padding-right:15px;padding-left:15px;}
.s-p-25{padding-right:25px;padding-left:25px;}
.s-p-50{padding-right:50px;padding-left:50px;}
.p-5{padding:5px;}
.p-15{padding:15px;}
.p-25{padding:25px;}
.p-50{padding:50px;}
.p-75{padding:75px;}
.p-100{padding:100px;}
/* COLORS */
.lightest,.light{color:#fff;}
.darkest{color:#000;}
.weight-100{font-weight: 100;}
.weight-200{font-weight: 200;}
.weight-300{font-weight: 300;}
.spacing-1{letter-spacing: 1px;}
.spacing-2{letter-spacing: 2px;}
/* No round corners */
.jumbotron, .label, .alert, .panel, .panel-heading, .well, .navbar, .progress, .form-control, .breadcrumb, a, select, button, .dropdown-menu {
  border-radius: 0px !important;
  box-shadow: none; 
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-radius: 0px !important; 
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0px !important; 
}

/* page header */
.page-header {
  border: 0px;
}

/* rows */
.row {
    margin-right: 0px;
    margin-left: 0px;
}
/* container fluid */
.container-fluid-margin {
    position: relative;
}
/* container full */
.full{
   padding: 0px;
   margin: 0px;
   position: relative;
}
.full .col-md-12{
  padding-left: 0px;
  padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;

}
.full:before,.full:after {
    display: table;
    content: " ";
}
.full:after{
  clear: both;
}


/********************************************************/
/* no padding / margin                                  */
/********************************************************/
.no-padding-side{
  padding-left: 0px;
  padding-right: 0px;
}

.no-margin-side{
  margin-left: 0px;
  margin-right: 0px;
}
.no-padding{
  padding: 0px;
}
.no-margin{
  margin: 0px;
}
/********************************************************/
/* Predefined text color classes                        */
/********************************************************/
.darkest {
  color: #000; }

.d-grey {
  color: #363636; }

.m-grey {
  color: #D1D2D4; }

.l-grey {
  color: #F1F1F1; }

.lightest {
  color: #FFF; }
.lightest a:hover,a.lightest:hover {
  color: #ccc; }


.u1 {
  color: #141414; }

.u2 {
  color: #188490; }

.u3 {
  color: #9d9d9d; }
.u3 a,a.u3  {
    color: #9d9d9d; }
.u3 a:hover,a.u3:hover {
  color: #ccc; }

.u4 {
  color: #595959; }

/********************************************************/
/* Predefined background color classes                  */
/********************************************************/
.darkest-bg {
  background-color: #000; }

.d-grey-bg {
  background-color: #363636; }

.m-grey-bg {
  background-color: #D1D2D4; }

.l-grey-bg {
  background-color: #F1F1F1; }

.lightest-bg {
  background-color: #FFF; }

.u1-bg {
  background-color: #f1f1f1; }

.u2-bg {
  background-color: #188490; }

.u3-bg {
  background-color: #9d9d9d; }

.u4-bg {
  background-color: #595959; }

/********************************************************/
/* Selection color classes                              */
/********************************************************/
::-moz-selection {
  background:   #f1592e;
  color:        #FFF; 
}

::selection {
  background:   #f1592e;
  color:        #FFF; 
}

/********************************************************/
/* Global Styles                                        */
/********************************************************/
html,
body {
    height: 100%;
}

body {
  background-color: #fff;
  color: #124c60;
  font-family: 		"futura-pt",sans-serif;
  font-weight:  	300;
  line-height: 1.7;
  
  overflow-x: hidden;
}
body.fc-menu-open, body.fc-modal-open {
  overflow:   hidden;
}
nav{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 75px;
    width: 100%;
    z-index: 1100;
    transition: background-color .5s;
}
nav.scrolled{
  background-color: #124c60;
}
nav .logo{
  position: absolute;
  top:0px;
  left:0px;
}
nav .logo img{
  width: 192px;
  height: auto;
  margin-top: 8px;
  margin-left: 0px;
}
@media (max-width: 768px){
  nav{
    height: 55px;
  }
  nav .logo img{
    margin-left: -12px;
    width: 150px; 
    margin-top: 10px; 
  }
}


section{
  position: relative;
  z-index: 4;
  

}
/********************************************************/
/* Overlays                                             */
/********************************************************/
.overlay{
  position: absolute;
  z-index: 10;

}
.overlay.center-center{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlay.center-bottom{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -5%);
}
.overlay.center-top{
    top: 50%;
    left: 50%;
    transform: translate(-50%, 5%);
}
.overlay.center-left{
    top: 50%;
    left: 5%;
    transform: translate(0%, -50%);
}
.overlay.center-right{
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
}
.overlay.large{
  width: 80%;
}
/********************************************************/
/* FC elements                                          */
/********************************************************/
/* flexslider overwrites */
.flexslider {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  background:transparent;
}
.flex-control-nav {
  z-index: 3;
  top: 10px;
  right: 0;
  text-align: right;
  bottom: inherit;
  width: auto;
  padding: 15px 15px 10px;
}
.slide-featured .flex-direction-nav a {
  width: 20%;
}
.flex-direction-nav a {
  width: 30%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: none;
  text-indent: -9999px;
}
/* Left image cursor */
a.flex-prev {
   cursor: w-resize;
   cursor: url(/assets/images/frontend/structure/cursor-prev.png)  -45 35, auto;
}
/* Right image cursor */
a.flex-next {
  cursor: e-resize;
  cursor: url(/assets/images/frontend/structure/cursor-next.png) 45 35, auto;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  display: none;
  visibility: hidden;
}
.flex-caption {
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
}
@media (max-width:650px) {
  .flex-caption {
    display: none
  }
}
.flex-caption h4 {
  background-color: #151515;
  color: #fff;
  padding: 22px 30px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  float: left;
}
.flexslider p {
  display: inline-block;
  background-color: #fff;
  color: #333;
  padding: 15px 30px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  margin-bottom: 0;
  float: left;
  clear: left;
}
.flex-control-paging li a {
  display: block;
  width: 16px;
  height: 16px;
  color: transparent;
  background: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flex-control-paging li a.flex-active {
  background: #fff;
}

.fc-image-header-wrapper{
  height: 100%;
   overflow: hidden;
  z-index: 1;
}
.fc-image-header{
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: fixed;
  width: 100%;
  overflow:hidden;
}
.fc-image-header-heightblock{
  height: 100%;
  width: 100%;
  z-index: 0;
}

.fc-image-header-wrapper.medium{
  height: 60%;
}
.fc-image-header-wrapper.medium .fc-image-header{
  height: 60%;
}

.fc-image-header-wrapper.small{
  height: 35%;
}
.fc-image-header-wrapper.small .fc-image-header{
  height: 35%;
}
.fc-image-header-wrapper #bg-video {
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6);
    overflow: hidden;
    z-index: 1;
}
.fc-square-item-wrapper{
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    text-align: center; 
}


/* work */
.fc-work{
  display: none;

}
.fc-work img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.fc-work:hover img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.fc-square-item-wrapper .txt-holder{
  position: absolute;
  z-index: 25;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  transition: all .3s;
  opacity: 1;
  padding: 10px 15px;
}
.fc-square-item-wrapper .txt-holder.work h3{
  font-family: 		"futura-pt",sans-serif;
  font-weight:  	500;
}
.fc-square-item-wrapper .txt-holder.work-video{
  top: 85%;
  transform: translate(-50%,0%);
}
.fc-square-item-wrapper .btn-holder{
  position: absolute;
  z-index: 25;
  bottom: -20%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,0%);
  transition: all .5s;
}
.fc-square-item-wrapper .btn-holder a{
  margin: 0 15px;
  display: inline-block;
}
.fc-square-item-wrapper .foreground{
     width: 60%;
    top: 0px;
    position: absolute;
    left: 50%;
    z-index: 10;
    top: 50%;
    transform: translate( -50%,-50% );
    opacity: 0;
    transition: all .5s;
}
.fc-square-item-wrapper img{
  transition: all .5s; 
}
.fc-square-item-wrapper:hover .txt-holder{
   opacity: 0;
}
.fc-square-item-wrapper:hover .txt-holder.fixed{
  opacity:1;
}
.fc-square-item-wrapper:hover .btn-holder{
 bottom: 10%;
}
.fc-square-item-wrapper:hover .foreground{
  opacity: 1;
}


.fc-square-item-wrapper:hover img.foreground{
  opacity: 1;

}
.fc-square-item-wrapper:hover img.background{
  opacity: 0.6;
}
.fc-square-item-wrapper:hover img.background.zero{
  opacity: 0;
}
.play-btn{
    width: 150px;
    height: 150px;
    border-radius:0px;
    background-color: rgba(0,0,0,0.1);
    z-index: 20;
    opacity: 1;
    cursor: pointer;
    padding: 40px 0px 40px 13px;
    font-size: 35px;
}

.play-btn:hover{
  background-color: rgba(0,0,0,1);
}


.fc-image-block-1{
    left: 0px;
    width: 15%;
    bottom: -30px;
}
@media(max-width:767px) {
  .fc-image-block-1{
      width: 35%;
      bottom: -80px;
  }
}
/********************************************************/
/* PANELS                                               */
/********************************************************/
.panel-group .panel{
  margin:0px;
  margin-top: 10px!important;
  border-radius: 0px;
}
.panel {
    margin-bottom: 20px;
    background-color: #f1f1f1;
}


.panel-default {
    border-color: #fff;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit;
    color: inherit;
}
.panel-default>.panel-heading {
    color: #124c60 ;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
  padding: 15px;

}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #f1f1f1;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color:  #124c60 ;
      padding: 15px;
      color: #124c60 ;
}
.panel-body {
    padding: 15px;
}
/********************************************************/
/* Images                                               */
/********************************************************/
.img-responsive,.image-responsive{
  width: 100%;
  max-width: 800%;
}
.img-responsive.background-image, .background-image{

  margin-left: -5px;
  width: calc(100% + 10px);


}
/********************************************************/
/* Tables                                               */
/********************************************************/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 0px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px;
    color:#188490;
    font-family: 		"futura-pt",sans-serif;
  	font-weight:  	500;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

/********************************************************/
/* People                                               */
/********************************************************/
.fc-people-header{
  height: 150px;
  background-color: #124c60;
}
ul.people{
    list-style: none;
  padding:  0px;
  margin:   0px;
}
  ul.people li{
    padding: 15px;
    display: block;
    -webkit-transition: background-color ease 0.3s;
    -moz-transition: background-color ease .3s;
    -o-transition: background-color ease .3s;
    transition: background-color ease .3s;
  }
  ul.people li a{
    display: block;
  }
  ul.people li:hover{
    background-color:#f1f1f1;
  }
/********************************************************/
/* jobs                                                 */
/********************************************************/
.fc-jobs-header{
  height: 150px;
  background-color: #124c60;
}
/********************************************************/
/* Lists                                                */
/********************************************************/
/* links */
ul.links{
  list-style: none;
  padding:  0px;
  margin:   0px;
}
ul.links li{ 
  display:  inline-block;
    display:  inline-block;
    margin:   0px 10px;
}
/* offices */
  ul.offices{
    padding-left: 0;
    list-style: none;
  }
  ul.offices li {
    list-style: none;
    margin-left: 20px;
    margin-bottom: 15px;
    }
  ul.offices li:before {
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: -20px;
    /* same as padding-left set on li */
    width: 20px;
    /* same as padding-left set on li */ }
  ul.offices li.email:before {
    content: "\f003";
    /* FontAwesome Unicode */ }
  ul.offices li.divider:before {
    content: "";
    /* FontAwesome Unicode */ }
  ul.offices li.telephone:before {
    content: "\f095";
    /* FontAwesome Unicode */ }
  ul.offices li.marker:before {
    content: "\f041";
    /* FontAwesome Unicode */ }

/* Category Filters */
/* Container */
.filters-container{
  display: table;
    margin: 0 auto;
    text-align: center;
}
/* Flirters list */
ul.filters {
    /*margin: 40px 0 20px;*/
    padding: 0;
    float: left;
}
ul.filters li {
    float: left;
    display: inline;
}
ul.filters li p {
    display: block;
    padding: 0 10px 3px;
    margin-bottom: 0;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
ul.filters li p.active, ul.filters li p:hover {
    border-bottom: 3px solid #fff;
}

/* social */
ul.social{
  list-style: none;
  padding:  0px;
  margin:   0px;
}
ul.social li{ 
  display:  inline-block;
    font-size:  20px;
    display:  inline-block;
    margin:   0px 10px;
}
@media(max-width:767px) {
  ul.social li{ 
    font-size: 15px;
  }
}
/********************************************************/
/* FC language select menu                              */
/********************************************************/
.fc-lang-menu{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9000;
}
.fc-lang-menu ul{
  list-style: none;
    padding:0px;
  margin:0px;
}
.fc-lang-menu ul > li{
  display: inline-block;

}
.fc-lang-menu ul > li a{
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 14px 0px;
    display: block;
    background-color: rgba(255,255,255,0);
    font-size: 12px;
    transition: background-color .3s;
}
.fc-lang-menu ul > li a:hover,.fc-lang-menu ul > li a.active {
   background-color: rgba(255,255,255,.6);
 }

ul.rea-sub-menu{
  list-style: none;
  margin:0px;
  padding:0px;
}
ul.rea-sub-menu li a{
  margin: 0px;
  padding:10px;
  display: block;

}
ul.rea-sub-menu li a:hover,ul.rea-sub-menu li a.active{
  color: #fff;
  background-color: #124c60;
}
ul.rea-sub-menu li a.active{
  padding-left: 15px;
}
/********************************************************/
/* FC menu                                              */
/********************************************************/
#fc-menu-wrapper{
    width: 300px;
    height: 100vh;
    background-color: #124c60;
    background-color: rgba(18,76,96,1);
    display: block;
    position: fixed;
    z-index: 1199;
    right: 0px;
    text-align: center;
    top: 0px;
    transform: translateX(100%);
    transition: all .5s;
   
}
#fc-menu-wrapper .logo{
  position: fixed;
  top:      0px;
  left:     50%;
  opacity:  0;
  transition: opacity .5s; 
}
#fc-menu-wrapper .logo.visible{
  opacity: 1;
}
#fc-menu-wrapper .logo img{
  width:    60px;
  height:   60px;
  margin-left: -100%;
}
#fc-menu-wrapper ul.fc-menu{
  display:none;
}
#fc-menu-wrapper.open{
  transform: translateX(0%);
}
#fc-menu-wrapper ul.fc-menu{
  list-style: none;
  padding: 85px 50px 50px 0px;
  height: 100vh;
  top: 0px;
  position: absolute;
  background-color: #124c60 ;
  display: block;
  width: 300px;
  overflow-y: auto;
}
#fc-menu-wrapper.open ul.fc-menu{
  display: block;
}
#fc-menu-wrapper ul.fc-menu li{
  color:#fff;
  padding: 5px 0px 5px 25px;
  text-align: left;
  cursor: pointer;
  transition: background .3s;
}

#fc-menu-wrapper ul.fc-menu li.dropdown.open{
background-color: #188490;
  background-color: rgba(24,132,144,1);
}
#fc-menu-wrapper ul.fc-menu li.dropdown.open li.divider{
	height: 0px;
}

#fc-menu-wrapper ul.fc-menu li.divider{
  background: transparent!important;
  cursor: default;
  height: 25px;
}
#fc-menu-wrapper ul.fc-menu li a{
  transition: background-color .3s;
  color: #fff;
  font-size: 16px;
  font-family: 		"futura-pt",sans-serif;
  font-weight:  	300;
  text-decoration: none;
  display: block;
}
#fc-menu-wrapper ul.fc-menu li:hover{
  background-color: #188490;
  background-color: rgba(24,132,144,1);
}
#fc-menu-wrapper ul.fc-menu li:hover a{
  color:#f1f1f1;
}
/* FC-MENU BACKDROP */
#fc-menu-backdrop{
  width: 100%;
  height: 100%;
  position: fixed;
  top:0px;
  left:0px;
  background-color: #124c60;
  opacity: 0.6;
  z-index:10;
  cursor: pointer;

}
/* FC-MENU DROPDOWN */
#fc-menu-wrapper  .open >.dropdown-menu {
  display: block;
  /*left:-290px;  results in a 10px overlap from parent */
}
#fc-menu-wrapper ul.fc-menu li .dropdown-menu > li{
  color: #fff;
  padding: 5px 25px 5px 25px;
  text-align: right;
  cursor: pointer;
  transition: background .3s;
}
#fc-menu-wrapper .dropdown-menu li a.active{
  background-color: #124c60;
  color: #fff;
}
#fc-menu-wrapper .dropdown-menu li a:hover, #fc-menu-wrapper .dropdown-menu li a:focus{

}
#fc-menu-wrapper ul.fc-menu li .dropdown-menu > li.divider{
  background: transparent!important;
  cursor: default;
  height: 25px;
}
#fc-menu-wrapper .dropdown-menu>li>a:focus, #fc-menu-wrapper .dropdown-menu>li>a:hover{
  background-color: #124c60;
  color: #fff;
}
#fc-menu-wrapper .dropdown-menu {
   height: 100%;
    position: relative;
    top: 2px;
    left: -26px;
    z-index: 1;
    display: none;
    float: left;
    text-align: left;
    padding:0px;
    margin-bottom: 15px;
    width:252px;
    transition: none;
    background-color: #188490;

 /* cursor: default;
  height: 100%;
  position: fixed;
  top: 0px;
  left: -25px;
  z-index: 1;
  display: none;
  float: left;
  min-width: 160px;
  width: 250px;
  text-align: right;
  padding:85px 0px 0px;
  margin: 0px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  b
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all .5s;*/
}
 #fc-menu-wrapper ul.fc-menu li .dropdown-menu > li{
 	text-align: left;
 }
@media(max-width:768px) {
 /* #fc-menu-wrapper .open >.dropdown-menu {
    
    left: -25px;
    
    
  }
  #fc-menu-wrapper .dropdown-menu {
    height: 100%;
    position: relative;
    top: 0px;
    left: -25px;
    z-index: 1;
    display: none;
    float: left;
    text-align: left;
    padding:0px;
    margin-bottom: 15px;
    width:250px;
    transition: none;
  }
  #fc-menu-wrapper ul.fc-menu li .dropdown-menu > li{
    text-align: left;
  }*/

}
.cta-button{

  position: fixed;
  z-index: 9000;
  right: 80px;
  top: 20px;
  
}
@media(max-width:767px) {
  .cta-button{

  position: fixed;
  z-index: 9000;
  right: 70px;
  top: 10px;
  
}
}

/* paragraphs */
p.small{
  font-size: 10px;
}


.img-fluid{
  width: 100%;
  max-width: 700%;
}
/* BUTTONS */

.btn:focus, .btn:active,.btn:hover{
  outline: none;
}
.btn{
  padding-left: 30px;
padding-right: 30px;
 border-radius: 0px;
 outline: none;
}
.btn-default {
    color: #fff;
    background-color: #124c60 ;
    border-color: #124c60 ;
}
.btn.btn-default.btn-inline{
    
    margin-right: 30px;
}
@media(max-width:768px) {
  .btn.btn-default.btn-inline{
    width: 100%;
    margin-right:0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}


.btn.btn-default.btn-outline{
    color: #124c60;
    background-color: transparent;
    border-color: #124c60 ;
}
.btn.btn-default.btn-outline:hover{
    color: #fff;
    background-color:#124c60;
    border-color: #124c60 ;
}
.btn.btn-primary {
    color: #fff;
    background-color: #f1592e;
    border-color: #f1592e ;
}
.btn.btn-primary.btn-outline{
    color: #f1592e;
    background-color: transparent;
    border-color: #f1592e ;
    transition: all .3s;
}
.btn.btn-primary.btn-outline:hover{
    color: #fff;
    background-color: #f1592e;
    border-color: #f1592e ;
}

.btn.btn-custom:hover{
  color: #000;
}
.btn.btn-custom{
    background-color: #000;
    color: #fff;
    padding: 8px 18px;
    font-weight: 600;
    display: inline-block;
    line-height: 30px;
    border:0px;
    border-bottom: 3px solid #000;
    position: relative;
}
.btn.btn-custom.light{
    background-color: #fff;
    color: #000;
     border-bottom: 3px solid #fff;
}
.btn.btn-custom span{
      position: relative;
    z-index: 2;
    transition: color .5s cubic-bezier(.19,1,.22,1);
}
.btn.btn-custom:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: -webkit-transform .55s cubic-bezier(.19,1,.22,1),background .6s cubic-bezier(.19,1,.22,1);
    transition: transform .55s cubic-bezier(.19,1,.22,1),background .6s cubic-bezier(.19,1,.22,1);
    z-index: 1;
}
.btn.btn-custom.light:after{
  background: #000;
}
.btn.btn-custom:hover span, .btn.btn-custom:hover i {
    color: #000;
}
.btn.btn-custom.light:hover span, .btn.btn-custom.light:hover i {
    color: #fff;
}
.btn.btn-custom:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
}
/* Home Page Carousel */

section .carousel {
    height: 80%;
}

section .carousel .item,
section .carousel .item.active,
section .carousel .carousel-inner {
    height: 100%;
}

section.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-control{
  background-image: none!important;
}
/* Footer Styles */

footer {
  position: relative;
  padding: 50px 0;
  z-index: 4;
  background-color: #000;
}
footer  a,footer a:visited  {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
  position:relative;
}
footer  a:hover, a:focus {
  text-decoration: none;
  color: #ccc;
}
footer .logo{
  display: inline-block;
  width: 190px;
  margin-left: -28px;
}

/* Responsive Styles */
@media(min-width:768px) {
  
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
  
}
@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    
}
@media(min-width:992px) {
 
    
}

@media(max-width:767px) {
 
  
  section .carousel .carousel {
      height: 70%;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  position: fixed;
  top:    10px;
  right:  0px;
  z-index:  1500;

}
@media(max-width:767px) {
  .hamburger {
    padding: 15px 10px;
    top:    0px;
  }
}
.hamburger:hover {
    opacity: 0.7; 
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }
/*
 * hamburger - Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; 
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}


/* FC FRAME ANIMATION */
.fc-frame-animation{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display:block;
}
.fc-frame-animation .frames{
  padding: 0px;
  margin: 0px;
}
.fc-frame-animation .frames li{
    z-index:0;
    display:none;
}
.fc-frame-animation .frames li img{
  width:100%;
}
.fc-frame-animation .frames li.active {
   display:block;
}


/* Instagram specific styles */
#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.insta-text {
  color:#fff;
  opacity:1;
  display: inline;
  background: #000;
  padding: 6px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 6px 0 0 #000, -6px 0 0 #000;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* modals */
.modal-content,.modal-header{
    border-radius: 0!important;
}
.bootstrap-dialog .bootstrap-dialog-title, .modal-title {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 1px;
}
.modal-backdrop{
  z-index: 11040;
}
.modal{
  z-index: 11050;
}
.fc-open-modal, .fc-open-video-modal{
  cursor: pointer;
      display: block;
}
#fc-inline-modal {
    z-index: 19001;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/* NEEDS TO CHANGE */
.fc-inline-close {
    cursor: pointer;
    position: fixed;
    top: 21px;
    right: 35px;
    width: 30px;
    height: 30px;
    z-index: 19002;
  transform: rotate(45deg);
}
.fc-inline-close:before{
  content:'';
  width: 30px;
  height: 2px ;
  display: block;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
  top:0;
  left:0;
}
.fc-inline-close:after{
  content:'';
  width: 30px;
  height: 2px;
  display: block;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
  top:0;
  left:0;
  transform: rotate(-90deg);
}
#fc-inline-backdrop {
    background: #000;
    background: rgba(0,0,0,0,.8);
    width: 100%;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19000;
}
/********************************************************/
/* FORMS                                                */
/********************************************************/
.help-block {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}
.help-block ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

label{
  font-weight: 400;
}
.fc-select {
    position: relative;
}
.fc-select select{
    margin: 0px;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px;
    outline: none;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.fc-select:after {
    content: ' ';
    display: block;
    position: absolute;
    pointer-events: none;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    background-color: transparent;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
