@charset "utf-8";

/*
---------------

Table of Contents:

1) Preloader
2) Titles
3) Home
4) Header
5) About
6) Who We Are
7) Team
8) equity-release
9) Fun Facts
10) Separator-Quotes
11) Services
12) Separator-Call to Action
13) Portfolio
14) Testimonials
15-a) Clients
15-b) Twitter Feed
16) Get Connected
17) Price List
18) Contact Details
19) Contact Form
20) Google Map
21) Footer
22) Home Pattern / Slideshow
23) Shortcodes
24) Comming Soon Counter

--------------
*/

html,
body {
    height: 100%;
    color: #121212;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #6d6d6d;
}

b, strong {
    font-weight: 600;
}

a {
    background: transparent;
    outline: none;
    text-decoration: none;
    -webkit-transition: .4s cubic-bezier(0.25, .46, .45, .94);
    transition: .4s cubic-bezier(0.25, .46, .45, .94);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}
a:active,
a:hover,
a:focus {
    outline: 0;
    background-color: transparent;
    color: #121212;
    text-decoration: none;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
	color: #121212;
    line-height: 1;
}
h1 small,
h2 small,
h3 small {
    font-weight: 200;
    color: #121212;
}
h4 small,
h5 small,
h6 small {
    font-weight: 300;
    color: #000000;
}

label {
    font-weight: 600;
}

.alternate{ 
    font-family: 'Dancing Script', cursive;
    letter-spacing: normal;
}

.highlight-x {
	color: #6d6d6d;
}

.margin-20 {
	margin: 20px 0;
}

.no-margin-top {
	margin-top: 0;
}

.clear {
	clear: both;
}

/* ==== 1) Preloader ==== */

#preloader {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background: #fff;
    z-index: 9999;
}
.preloader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    text-align: center;
}
.back-logo {
    z-index: -1;
    color: #F4F4F4;
    position: absolute;
    top: 40%;
    left: 45%;
    font-size: 47px;
}
/* ==== 2) Titles ==== */

.lead {
	color: #121212;
	margin-bottom: 10px;
}

@media (min-width: 180px) {
    h1 {
        font-size: 32px;
    }
    h1 small {
        font-size: 32px;
    }
    .lead {
        font-size: 16px;
        font-weight: 300;
    }
    h2 {
        font-size: 30px;
        letter-spacing: -2px;
    }
    h2 small {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
		font-weight: 600;
	    line-height: 1.4;
    }
    h3 small {
        font-size: 20px;
    }
    h5 small {
        font-size: 13px;
    }
	
	.navbar-default .navbar-brand h3 {
	    height: 50px;
	    width: 180px;
    	margin-top: 10px;	
	}
	
}

@media (min-width: 768px) {
    h1 {
        font-size: 56px;
    }
    h1 small {
        font-size: 56px;
    }
    .lead {
        font-size: 18px;
        font-weight: 300;
		margin-bottom: 20px;
    }
    h2 {
        font-size: 47px;
        letter-spacing: -2px;
    }
    h2 small {
        font-size: 47px;
    }
	
	.navbar-default .navbar-brand h3 {
		width: 180px;
		height: 65px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
}
@media (min-width: 992px) {
    h1 {
        font-size: 56px;
    }
    h1 small {
        font-size: 56px;
    }
    .lead {
        font-size: 20px;
        font-weight: 300;
    }
    h2 {
        font-size: 47px;
        letter-spacing: -3px;
    }
    h2 small {
        font-size: 47px;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 78px;
        letter-spacing: -4px;
    }
    h1 small {
        font-size: 66px;
    }
    .lead {
        font-size: 20px;
        font-weight: 300;
    }
    h2 {
        font-size: 47px;
        letter-spacing: -3px;
    }
    h2 small {
        font-size: 47px;
    }
}
/* ==== 3) Home ==== */

#home {
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/bg_1.jpg);
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}
.parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-color: rgba(44, 62, 80, 0.6);
    z-index: 2;
}
.home-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
}
.home-title {
    position: relative;
    color: #FFFFFF;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
}
.panel {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.home-btn {
    margin-top: 45px;
}
.btn-home {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.btn-home a {
    display: inline-block;
    padding: 11px 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    background-color: #121212;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-home a:hover,
.btn-home a:focus {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    outline: none;
    opacity: 0.7;
}
.home-bottom {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    opacity: 0.9;
}
.move {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: anim2 ease-in-out 3s infinite alternate;
    -moz-animation: anim2 ease-in-out 3s infinite alternate;
}
@-webkit-keyframes anim2 {
    from {
        left: 0px;
        -webkit-transform: scale(1.0) rotate(0deg)
    }
    50% {
        left: 250px;
        -webkit-transform: scale(0.8) rotate(10deg)
    }
    to {
        left: 500px;
        -webkit-transform: scale(1.2) rotate(-20deg)
    }
}
@-moz-keyframes anim2 {
    from {
        left: 0px;
        -moz-transform: scale(1.0) rotate(0deg)
    }
    50% {
        left: 250px;
        -moz-transform: scale(0.8) rotate(10deg)
    }
    to {
        left: 500px;
        -moz-transform: scale(1.2) rotate(-20deg)
    }
}
.home-bottom a {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    color: #FFFFFF;
    -webkit-transition: 0.2s background linear;
    -moz-transition: 0.2s background linear;
    transition: 0.2s background linear;
}
.home-bottom a:hover {
    background-color: #fff;
    color: #121212;
    text-decoration: none;
}
.dots {
    z-index: 99;
    background-image: url(../img/dot.png);
    background-repeat: repeat-y;
    margin: auto;
    width: 6px;
    height: 34px;
}




/* ==== 4) Header ==== */

/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  z-index: 199 !important;
  height: 80px;
  line-height: 80px;
  /*sticky version*/
  /*dark*/
  /*transparent*/
  /*transparent dark*/
  /*transparent light*/
  /*transparent light*/
  /*colored*/
  /*header extras*/
  /*Responsive mobile menu*/ }
  #header .container {
    position: relative; }
  #header #header-wrap {
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out;
    border-bottom: 1px solid #eeeeee;
    /*logo*/ }
    #header #header-wrap #logo {
      float: left;
      font-size: 28px;
      position: relative;
      z-index: 1;
      transition: all .4s ease-in-out;
      height: 70px;
	  padding-top: 10px;
	}
      #header #header-wrap #logo a > img {
        vertical-align: inherit;
        transition: all .4s ease-in-out;
        height: 60px;
        width: auto; }
  #header.header-sticky #header-wrap {
    background-color: #ffffff !important;
    transition: top .8s ease-in-out;
    position: fixed;
    top: -140px;
    box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06); }
    #header.header-sticky #header-wrap #logo {
      font-size: 20px; }
  #header.header-sticky.sticky-active #header-wrap {
    top: 0; }
  #header.header-sticky.dark #header-wrap {
    background-color: #252525 !important; }
  #header.dark {
    /*Main Menu*/ }
    #header.dark #header-wrap {
      background-color: #252525;
      border-bottom: 1px solid #292929; }
      #header.dark #header-wrap .lines,
      #header.dark #header-wrap .lines:before,
      #header.dark #header-wrap .lines:after {
        background-color: #ffffff; }
    #header.dark #mainMenu nav > ul > li:before {
      color: #9d9d9d; }

      #header.dark #mainMenu nav > ul > li > a .menu-sub-title {
        color: #eeeeee; }
    #header.dark #mainMenu nav > ul > li.current > a:after, #header.dark #mainMenu nav > ul > li:hover > a:after, #header.dark #mainMenu nav > ul > li:focus > a:after {
      background-color: #ffffff; }
    #header.dark .header-extras i {
      color: #ffffff; }
    #header.dark .header-extras .lines,
    #header.dark .header-extras .lines:before,
    #header.dark .header-extras .lines:after {
      background-color: #ffffff; }
  #header.header-transparent #header-wrap, #header.header-transparent.dark #header-wrap {
    background-color: transparent;
    border-bottom: 0; }
  #header.header-dark-transparent #header-wrap {
    background-color: rgba(37, 37, 37, 0.4);
    border-bottom: 0; }
  #header.header-light-transparent #header-wrap, #header.header-light-transparent.dark #header-wrap {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 0; }
  #header.header-colored-transparent #header-wrap, #header.header-colored-transparent.dark #header-wrap {
    background-color: rgba(26, 188, 156, 0.8);
    border-bottom: 0; }
  #header.header-colored-transparent.header-sticky #header-wrap, #header.header-colored-transparent.dark.header-sticky #header-wrap {
    background-color: #ffffff !important; }
  #header.header-transparent + #slider,
  #header.header-transparent + #page-title:not(.page-title-classic),
  #header.header-transparent + .fullscreen,
  #header.header-transparent + .halfscreen,
  #header.header-transparent + #google-map, #header.header-light-transparent + #slider,
  #header.header-light-transparent + #page-title:not(.page-title-classic),
  #header.header-light-transparent + .fullscreen,
  #header.header-light-transparent + .halfscreen,
  #header.header-light-transparent + #google-map, #header.header-dark-transparent + #slider,
  #header.header-dark-transparent + #page-title:not(.page-title-classic),
  #header.header-dark-transparent + .fullscreen,
  #header.header-dark-transparent + .halfscreen,
  #header.header-dark-transparent + #google-map, #header.header-colored-transparent + #slider,
  #header.header-colored-transparent + #page-title:not(.page-title-classic),
  #header.header-colored-transparent + .fullscreen,
  #header.header-colored-transparent + .halfscreen,
  #header.header-colored-transparent + #google-map {
    top: -80px;
    margin-bottom: -80px; }
  #header.header-transparent + #page-title:not(.page-title-classic), #header.header-light-transparent + #page-title:not(.page-title-classic), #header.header-dark-transparent + #page-title:not(.page-title-classic), #header.header-colored-transparent + #page-title:not(.page-title-classic) {
    padding-top: 220px; }
  #header.header-fullwidth #header-wrap .container {
    width: 100%;
    padding: 0 30px; }
  #header.header-fullwidth #header-wrap .header-extras {
    border-left: 1px solid #eeeeee;
    padding-left: 4px;
    margin-left: 14px; }
  #header.header-fullwidth.header-transparent #header-wrap {
    border-bottom: 1px solid rgba(144, 144, 144, 0.25); }
/*
#header.header-fullwidth.header-transparent #header-wrap .header-extras {
      border-left: 1px solid rgba(144, 144, 144, 0.25); }
	  */
  #header.header-fullwidth.header-transparent.dark #header-wrap {
    border-bottom: 1px solid rgba(231, 231, 231, 0.25); }
    #header.header-fullwidth.header-transparent.dark #header-wrap .header-extras {
      border-left: 1px solid rgba(231, 231, 231, 0.25); }
  #header.header-modern:not(.header-active) {
    margin: 40px auto 0;
    width: 1200px; }
    #header.header-modern:not(.header-active) + #slider,
    #header.header-modern:not(.header-active) + .fullscreen,
    #header.header-modern:not(.header-active) + .halfscreen,
    #header.header-modern:not(.header-active) + #google-map {
      top: -130px;
      margin-bottom: -130px; }
    #header.header-modern:not(.header-active) #header-wrap {
      background-color: #ffffff;
      border-radius: 4px; }
    #header.header-modern:not(.header-active).dark #header-wrap {
      background-color: #252525; }
    #header.header-modern:not(.header-active).header-transparent #header-wrap {
      background-color: transparent; }
    #header.header-modern:not(.header-active).header-colored #header-wrap {
      background-color: #1abc9c;
      border-bottom: 0; }
  #header.header-colored #header-wrap {
    background-color: #1abc9c;
    border-bottom: 0; }
  #header.header-mini {
    line-height: 60px;
    height: 60px; }
    #header.header-mini #header-wrap #mainMenu > .container nav > ul > li > a {
      font-size: 11px; }
    #header.header-mini #header-wrap #mainMenu > .container nav > ul > li .dropdown-submenu:before {
      top: -6px; }
    #header.header-mini #header-wrap #logo {
      height: 60px; }
      #header.header-mini #header-wrap #logo a > img {
        width: 100%;
        height: 60px; }
    #header.header-mini #header-wrap #mainMenu-trigger {
      height: 60px; }
  #header.header-logo-right #header-wrap #logo {
    float: right; }
  #header.header-logo-right #header-wrap .header-extras {
    float: left; }
    #header.header-logo-right #header-wrap .header-extras ul > li:first-child {
      margin-left: 0px; }
  #header.header-logo-right #header-wrap #mainMenu nav {
    float: left; }
  #header.header-static #header-wrap {
    position: fixed !important;
    top: 0 !important;
    background-color: #ffffff; }
  #header.header-plain #header-wrap {
    background-color: transparent;
    border: 0 !important; }
    #header.header-plain #header-wrap .header-extras {
      border: 0 !important; }
  #header .header-extras {
    float: right;
    z-index: 201;
    position: relative;
    /* Shoping cart*/ }
    #header .header-extras > ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #header .header-extras > ul > li {
        float: left;
        margin-left: 8px;
        border: 0; }
        #header .header-extras > ul > li > a:not(.btn),
        #header .header-extras > ul > li .topbar-dropdown > .title {
          font-family: "Poppins", "Helvetica", "Arial", sans-serif;
          font-size: 12px;
          position: relative;
          display: block;
          font-style: normal;
          text-transform: uppercase;
          font-weight: 700; }
          #header .header-extras > ul > li > a:not(.btn) i,
          #header .header-extras > ul > li .topbar-dropdown > .title i {
            font-size: 14px;
            position: relative; }
            #header .header-extras > ul > li > a:not(.btn) i:nth-of-type(2),
            #header .header-extras > ul > li .topbar-dropdown > .title i:nth-of-type(2) {
              visibility: hidden;
              position: absolute; }
          #header .header-extras > ul > li > a:not(.btn).toggle-active i:nth-of-type(2),
          #header .header-extras > ul > li .topbar-dropdown > .title.toggle-active i:nth-of-type(2) {
            visibility: visible;
            position: relative; }
          #header .header-extras > ul > li > a:not(.btn).toggle-active i:nth-of-type(1),
          #header .header-extras > ul > li .topbar-dropdown > .title.toggle-active i:nth-of-type(1) {
            visibility: hidden;
            position: absolute; }
        #header .header-extras > ul > li .btn {
          font-size: 13px;
          line-height: 1.3;
          margin-bottom: 0px; }
		  
		  
#header .header-extras .social-icons {
	background: url(../img/social-icons-grey.png) no-repeat 12px center;
    display: block;
    width: 30px;
    background-size: auto 24px;
    height: 80px;
	text-indent: 100px;
    overflow: hidden;
}

#header .header-extras .social-icons:hover {
	background-image: url(../img/social-icons-pink.png);
}

#header .header-extras .social-icons.instagram {
	background-position: -14px center;
}

#header .header-extras .social-icons.etsy {
	background-position: -40px center;
}
		  
		  
    #header .header-extras #shopping-cart {
      position: relative; }
      #header .header-extras #shopping-cart > a {
        position: relative; }
        #header .header-extras #shopping-cart > a .shopping-cart-items {
          position: absolute;
          z-index: 1;
          background: #1abc9c;
          border-radius: 50%;
          color: #ffffff;
          font-size: 9px;
          font-weight: 600;
          height: 13px;
          line-height: 10px;
          padding: 2px 4px;
          right: -6px;
          top: -6px;
          width: 13px; }
    #header .header-extras .topbar-dropdown .title {
      line-height: inherit !important;
      letter-spacing: 1px;
      padding: 0;
      color: #252525; }
    #header .header-extras .topbar-dropdown .dropdown-list {
      right: -10px;
      margin-top: -20px;
      left: auto;
      box-shadow: 0px -6px 16px rgba(0, 0, 0, 0.1);
      margin-top: -16px; }
      #header .header-extras .topbar-dropdown .dropdown-list:before {
        content: " ";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #ffffff;
        top: -9px;
        right: 14px;
        position: absolute; }
  #header #mainMenu-trigger {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 80px;
    z-index: 1; }
    #header #mainMenu-trigger button {
      background: none;
      border: 0;
      padding: 0; }
      #header #mainMenu-trigger button:focus {
        outline: 0; }
      #header #mainMenu-trigger button i {
        font-size: 17px; }



#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    background-color: #fff;
    z-index: 1;
	background:url(../img/bg.jpg) no-repeat center center;
	background-size: cover;
	margin-top: -75px;
}



#header .navbar.navbar-default.navbar-fixed-top .container .navbar-header .navbar-brand {
    font-family: 'Montserrat', sans-serif;
}
.header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.header-top .navbar-default {
    position: fixed;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 4;
    top: -100px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#home-slideshow {
    top: -75px;
}
.navbar-phone {
    float: right;
    width: 150px;
    text-align: right;
    padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-phone h3 {
	margin: 0;
}
.navbar-phone span {
    display: block;
}
.navbar-brand {
    float: left;
    height: 75px;
    padding: 5px 0 0 15px;
    font-size: 30px;
    line-height: 20px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.navbar-brand {
		padding-left: 0;
	}	
}

.navbar-default .navbar-brand h3 {
    background: url('../img/silverlogo.png') no-repeat left top;
    text-indent: -500px;
    overflow: hidden;
    background-size: contain;
}
.navbar {
    min-height: 75px;
    border: none;
}
.navbar-default {
    border-color: none;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 4;
    background-color: transparent;
    opacity: 1;
    border-bottom: 1px solid #BEBDBB;
	transition: background-color 300ms ease-in-out;
}

@media (min-width: 768px) {
	.navbar-default {
		background-color: transparent;
	}	
}

.sticky-wrapper.is-sticky > nav {
	background-color: #fff;
	border-color: #e7e7e7;
}

.navbar-right {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
    height: 100%;
    margin-top: 10px;
}
.navbar-collapse {
    margin-top: 6px;
    padding-right: 15px;
    padding-left: 35px;
    color: #121212;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: none;
}
.navbar-toggle:focus {
    outline: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
}

@media (min-width: 992px) {
	.nav > li > a {
		padding: 10px 12px;
	}
}

.nav > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .navbar-collapse {
        max-height: none;
        overflow-x: hidden;
    }
}
.dropdown-menu {
    font-size: 13px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
.menu-padding {
    padding-top: 75px;
}
.content {
    margin-top: 0px;
}

/* ==== Site Wrapper ==== */

.site-wrapper {
    clear: both;
}
.site-wrapper-video {
    background: #fff;
    z-index: 1;
}
/* ==== 5) About ==== */

#about {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-title-about {
    text-align: center;
}

@media (min-width: 768px) {
	.section-title-about {
		margin-bottom: 30px;
	}
}

h4 {
    font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}
h4 small {
    font-size: 16px;
	line-height: 20px;
}
p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.about-row {
    margin-bottom: 20px;
}

.about-info {
    padding-top: 0px;
}

.about-info + .about-info {
	padding-top: 1px;
}

@media (min-width: 768px) {
	.about-row {
		margin-bottom: 40px;
	}	


	.about-info + .about-info {
		padding-top: 20px;
	}

	#about-us > .content > .row > .col-md-6:first-child .about-description {
		padding-right: 50px;
	}

}

@media (max-width: 767px) {
	p, h4, .disclaimer {
		text-align: center;	
	}
}

/* ==== Business ==== */
#business {
	background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/ipad-mob-business-image-small.jpg);
    background-color: #cacaca;
	text-align: center;
}

#business p {
	color: #000;
}

.col-we-are {
    margin-bottom: 46%;
    color: #6d6d6d;
}

@media (min-width: 768px) {
	.col-we-are {
    	margin-bottom: 51%;
	}
}

@media (min-width: 992px) {
	#business {
		background-image: url(../img/business-image.jpg);
		background-position: center center;
		background-size: cover;
		text-align: left;
	}	
	
	#business h3 {
		color: #000;
		line-height: 1.1;
		font-size: 24px;
	}
	
	.col-we-are {
	    margin-top: 80px;
    	margin-bottom: 80px;
	}

	.col-we-are > p:last-child {
		margin: 0 60px 0 0;
	}

	#business p:last-of-type {
		font-size: 17px;
		line-height: 21px;
	}
}


#ordering .content {
	margin-top: 20px;
}

@media (min-width: 768px) {
	#ordering .content {
		margin-top: 40px;
	}
}

/* ==== 10) Separator-Quotes ==== */

#separator-quotes {
    background-position: center 0%;
    background-color: #0F1115;
	background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg_4.jpg);
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    color: #fff;
}

@media (min-width: 1200px) {
	#separator-quotes {	
		background-size: 100%;
	}
}

.quotes {
    color: #fff;
    position: relative;
    z-index: 3;
    text-align: center;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.quotes .label {
	color: #000;
}

.white {
    color: #fff;
}
.label {
    font-weight: normal;
	font-size: 100%;
	display: inline-block;
    padding: 5px 10px;
}

.quotes .fa.fa-quote-left, .quotes .fa.fa-quote-right {
    font-size: 17px;
    vertical-align: top;
    margin-top: 2px;
}

@media (min-width: 768px) {
	.quotes .fa.fa-quote-left, .quotes .fa.fa-quote-right {
		font-size: 23px;
	}
}



/* ==== 13) Portfolio ==== */

#our-work,
#instagram {
    padding-top: 60px;
    padding-bottom: 30px;
    background: url(../img/swirl.jpg) no-repeat center 20px;
}

@media (min-width: 768px) {
	#our-work {
	    padding-bottom: 30px;
	}
}

#our-work .fa-search {
	position: absolute;
    bottom: 10px;
    right: 10px;
}

.cbp-l-filters-button .cbp-filter-item,
.cbp-l-loadMore-button-link {
    padding: 10px 17px;
}

.cbp img {
	max-width: 100%;
}

.cbp-lightbox {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	-webkit-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;	
}

.cbp-lightbox:hover {
	color: #f5f5f5;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.cbp-item.on-the-day:not(.upsell) > div:after {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	content: '';
	background: url(../img/gallery-icon.png) no-repeat center center;
    background-size: contain;
    width: 35px;
    height: 32px;
	pointer-events: none;
}

.portfolio-container {
    position: relative;
    margin: 0 auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#filters {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}
#filters li {
    float: left;
}
#filters li span {
    display: block;
    padding: 5px 20px;
    margin-right: 5px;
    margin-top: 5px;
    text-decoration: none;
    color: #121212;
    cursor: pointer;
    background-color: #f5f5f5;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-transition: .4s cubic-bezier(0.25, .46, .45, .94);
    transition: .4s cubic-bezier(0.25, .46, .45, .94);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}
#filters li span.active {
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}
#filters li span:hover,
#filters li span:focus {
    color: #fff;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: none;
    margin-bottom: 15px;
    overflow: hidden;
}
.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
}
.portfolio img {
    max-width: 100%;
    position: relative;
}
.disclaimer {
    display: block;	
	padding-top: 25px;
}

.section-title-price {
	text-align: center;
}


/* ==== 19) Contact Form ==== */

.consent {
	font-weight:normal;
	display: inline;
}

@media (min-width: 768px) {
	.consent {
	    display: inline-block;
	    width: calc(100% - 40px);
	}
}

#consent {
	transform: scale(1.3);
    margin-right: 10px;
}

@media (min-width: 768px) {
	#consent {
	    display: inline-block;
    	vertical-align: top;
	}
}

#success_page {
	text-align:center;
}

#contact-form {
    padding-top: 20px;
	padding-bottom: 20px;
}

.icon-phone {
	background: url(../img/telephone.jpg) no-repeat center center;
    width: 100px;
    height: 70px;
    display: inline-block;
    background-size: contain;
}

.contact-numbers p {
	font-size: 16px;
	color: #F9BAB8;
}

@media (min-width: 768px) {
	.contact-numbers p {
		font-size: 20px;
	}
}

#contact-form .fa.fa-envelope {
	margin-top: 20px;
	margin-bottom: 10px;
}


#contact h1 {
    margin: 10px 0 10px;
    font-size: 24px;
    color: #fff;
}
#contact hr {
    color: inherit;
    height: 0;
    margin: 6px 0 6px 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-style: none none solid;
}
/* Form style */

#contact .mailing {
	font-weight: normal;
    color: #444;
    margin: 10px 0;
}

#contact .mailing input {
	float: left;
    margin: 5px 10px 10px 0;
}

#contact .mailing  span {
	display: block;
}

#contact .pad {
	margin-top: 15px;
	display: block;
}

@media (min-width: 768px) {
	#contact .pad {
		display: inline-block;
	}
}

.asterisk {
	color: #F9BAB8;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="submit"],
#contact input[type="number"],
select,
#slider .button,
#externalModal .button {
    width: 100%;
    padding: 12.9px;
    color: #444;
    background: #fff;
    border: 1px solid #F0F0F0;
    margin: 7px 0px;
    -webkit-border-radius: 2px;
}

#contact input[type="number"] {
    width: 65px;
    margin-right: 20px;
}

#contact label.left {
	display: block;
	margin-top: 15px;
}

@media (min-width: 768px) {
	#contact label.left {
		margin-top: 0;
	}	
}

@media (min-width: 992px) {
	#contact input[type="number"] {
		width: 90px;	
		margin-left: 20px;
		margin-right: 0;
	}

	#contact label.left {
		display: inline-block;
		width: calc(100% - 112px*3);
		margin-top: 0;
	}
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: none;
    box-shadow: none;
    outline: 0 none;
}
textarea {
    width: 100%;
    height: 170px;
    padding: 13px;
    color: #444;
    background: #fff;
    border: 1px solid #F2F2F2;
    margin-top: 7px;
    margin-left: ;
    margin-right: 15px;
    -webkit-border-radius: 2px;
}
#contact input:focus,
textarea:focus,
select:focus {
    border: 1px solid #999;
    background-color: #fff;
    color: #333;
}
#contact input.submit,
#slider .button,
#externalModal .button {
    width: 185px;
    margin: 15px 0px;
    cursor: pointer;
    color: #000;
    border-radius: 3px;
    border-color: none;
    -webkit-transition: .4s cubic-bezier(0.25, .46, .45, .94);
    transition: .4s cubic-bezier(0.25, .46, .45, .94) !important;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color !important;
}

#externalModal .button {
    margin-top: 0px;
    margin-bottom: -10px;
	width: 150px;
	display: inline-block;
}

#slider .button {
	border: none;
	display: inline-block;
	width: auto;
	min-width: 185px;
	text-align:center !important;
} 

#contact input.submit:hover,
#slider .button:hover,
#externalModal .button:hover {
    background: #444;
	color: #fff;
}
#contact input[type="submit"][disabled] {
	background: #888;
}
#contact span.required {
    font-size: 13px;
    color: #ff0000;
}
#message {
    margin: 10px 0;
    padding: 0;
}
.error_message {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    padding: 3px 10px 3px 35px;
    color: #8a1f11;
    -webkit-border-radius: 5px;
    background-color: #FBE3E4;
    background-image: url(../img/error.gif);
    background-position: 10px center;
    background-repeat: no-repeat;
}
.loader {
    padding: 0 10px;
}
acronym {
    border-bottom: 1px dotted #ccc;
}



/* === Instagram ==== */
#instagram {
	text-align:center;
}


.lightwidget-widget {
	margin-top: 20px;
}

/* ==== 21) Footer ==== */

#footer {
    background-color: #6D6D6D;
    padding-bottom: 15px;
	overflow: hidden;
}

#footer h4 {
    font-size: 21px;
    line-height: 25px;
}

#footer.pad {
	margin-top: 40px;
}

.footer-logo {
	margin: 40px auto 20px auto;
    max-width: 204px;	
}

.back-to-top {
    display: block;
    background: #F9BAB8;
    width: 45px;
    height: 40px;
    font-size: 28px;
    line-height: 38px;
	margin: 0 auto;
    color: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transform: translateZ(0);
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
    cursor: pointer;
}
.footer-social {
    margin-top: 60px;
    margin-bottom: 10px;
}
.footer-social li a:hover {
    color: #fff;
}
.footer-info {
    margin-bottom: 20px;
}
.footer-copyright {
    font-size: 13px;
}
footer p {
    color: #f5f5f5;
}
.footer-logo,
.footer-logo a {
    color: #f5f5f5;
}
footer .footer-menu {
    margin-top: 20px;
    color: #f5f5f5;	
	text-align: center;
	clear: both;
}

@media (min-width: 768px) {
	footer .footer-menu {
		text-align:left;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	footer .footer-menu .pull-left {
		max-width: 300px;
	}
}

footer .footer-menu p {
	border-top: 1px solid #fff;
	padding-top: 20px;
}

footer .footer-menu a {
    margin: 0 5px;
	white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
footer .footer-menu a:hover {
    color: #fff;
}
footer .connected-icons {
    margin: 0;
    list-style-type: none;
    display: inline-block;
    list-style: none;
}
footer .connected-icons li {
    display: inline-block;
    padding: 17px 17px;
}
footer .connected-icons li .fa-2-5x {
    font-size: 2.5em;
}
.btn-buy {
    padding: 1px 5px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
}

.footer-links-container {
	overflow: hidden;
	text-align: center;
}

.footer-links {
	padding: 0;
	list-style: none;
}

@media (min-width: 768px) {
	.footer-links-container {
		text-align: left;
	}	
	
	.footer-links {
		float: left;
		text-align: left;
		width: 33.33%;
	}
	
	.footer-links.sites {
		width: calc(33.33% - 110px);
	}
}



.social-icons-container {
	overflow: hidden;
    padding: 0;
	margin: 0 auto;
    width: 70px;	
    list-style: none;
}

@media (min-width: 768px) {
	.social-icons-container {
    	float: right;
	}
}

.social-icons-container li {
	float: left;
	margin: 0 0 0 10px;
}

.social-icons,
.social-icons:hover {
	background: url(../img/social-icons.png) no-repeat 5px 0;
    background-size: auto 28px;
    width: 20px;
    height: 28px;
	display: block;
	overflow: hidden;
	text-indent: 50px;
	-webkit-transition: background-image 300ms ease-in-out;
	transition: background-image 300ms ease-in-out;	
}

.social-icons.instagram,
.social-icons.instagram:hover {
	background-position: -20px 0;
	width: 25px;
}

.social-icons.etsy,
.social-icons.etsy:hover {
	background-position: -52px 0;
	width: 25px;
}

.navbar .social-icons-container {
    padding-top: 20px;
}

@media (min-width: 768px) {
	.navbar .social-icons-container {
		margin-top: -6px;
		margin-left: 20px;
		margin-right: -15px;
		border-left: 1px solid #BEBDBB;
		height: 75px;
		padding-top: 20px;
		width: 75px;
	}
	
	.sticky-wrapper.is-sticky .navbar .social-icons-container {
		border-color: #e7e7e7;										   
	}
	
}

.navbar .social-icons-container .social-icons {
	background-image: url(../img/social-icons-grey.png);
}

.social-icons:hover,
.navbar .social-icons-container .social-icons:hover {
	background-image: url(../img/social-icons-pink.png);	
}

@media (min-width: 768px) {
	#footer	.navbar-nav {
		float: none;
		display: inline-block;
		text-transform: uppercase;
	}
}

@media (max-width: 767px) {
	footer .nav > li {
		float: left;
		width: 50%;
	}
}


.nav-tabs > li > a:hover {
    border: none;
    border-color: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #121212;
    background-color: #f5f5f5;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    background-color: #fff;
    color: #121212;
    border-radius: 4px 4px 0 0;
}
.tab-pane {
    padding: 15px;
    background-color: #f5f5f5;
}
.nav-tabs {
    border: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #121212;
    text-decoration: none;
    background-color: #f5f5f5;
    outline: 0;
}
.nav-tabs-dark > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #272727;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.tab-pane-dark {
    padding: 15px;
    color: #fff;
    background-color: #272727;
}



.icon-svg {
	display:block;
	background: url('../img/weddingsets.svg') no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
}

.icon-svg.bespoke-invites { background-image: url('../img/bespokedesgin.svg'); }
.icon-svg.wedding-websites { background-image: url('../img/weddingwebsites.svg'); }
.icon-svg.online-rsvps { background-image: url('../img/onlinersvp.svg'); }
.icon-svg.special-day { background-image: url('../img/specialday.svg'); }
.icon-svg.thank-you-cards { background-image: url('../img/thankyou.svg'); }

.icon-svg.dedicated-team { background-image: url('../img/team.svg'); }
.icon-svg.design-unique { background-image: url('../img/uniquedesign.svg'); }
.icon-svg.time-budget { background-image: url('../img/timebudget.svg'); }
.icon-svg.celebrate-style { background-image: url('../img/celebratestyle.svg'); }

.navbar-default {
    left: 0;
    right: 0;
    transition: background-color 300ms ease-in-out;
}

.navbar-default.navbar-open {
	background-color: #fff;	
}

.cbp-l-filters-button {
	display: none;
}

.cbp-l-filters-button .cbp-filter-item-active {
	color: #000 !important;
}

#filters-dropdown {
	margin: 10px auto 10px;
}

@media (min-width: 768px) {
	#filters-dropdown {
		display: none;
	}
	
	.cbp-l-filters-button {
		display: block;
	}
}

.cbp-l-filters-button {
    text-align: center;
    clear: both;
}

.cbp-popup-singlePage .cbp-popup-content {
	text-align:center;
}

.cbp-popup-singlePage .cbp-popup-content figure {
	display: inline-block;
}

.cbp-popup-singlePage .cbp-popup-content figcaption {
    margin: 10px auto 25px auto;
    text-align: left;
}

.cbp-popup-singlePage .cbp-popup-content img {
	max-width: 100%;
}

.hermes .tp-bullet {
    box-shadow: inset 0 0 0 2px #F9BAB8;
}

.hermes .tp-bullet:after {
    background-color: #F9BAB8;
}

.tp-static-layers.underneath {
	z-index: 1;
}

@media (max-width: 767px) {
  .SleekLanding-Title,
  .SleekLanding-Subtitle,
  .SleekLanding-Description,
  .SleekLanding-Button {
    display: none !important;
  }
}

.error-min {
	padding-top: 30px;
	min-height: 300px;	
}

/* === Modal === */
.modal {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal .close {
	position: absolute;
    top: 0;
    right: 5px;
    font-size: 30px;
    font-weight: bold;
}

.modal-content {
	border-radius: 0;
    background-color: #fefefe;
    margin: 20% auto;
    padding: 30px 20px 20px;
    border: 1px solid #888;
    width: 80%;
	max-width: 600px;
    text-align: center;
}