.hide-this {
    display: none;
}
.codrops-header {
    background-color: transparent;
    padding: initial;
}
/* General button style (reset) */

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot");
    src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* pop effect */

.popout,
.popin {
    animation: popout .3s ease;
    -webkit-animation: popout .3s ease;
}
@keyframes popout {
    from {
        transform: scale(0.5);
    }
    40% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(0.95);
    }
    to {
        transform: scale(1);
    }
}
@-webkit-keyframes popout {
    from {
        transform: scale(0.5);
    }
    40% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(0.95);
    }
    to {
        transform: scale(1);
    }
}
/* General button style (reset) */

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 12px 40px 12px 20px;
    margin: 4px;
/*     text-transform: uppercase; */
/*     letter-spacing: 1px; */
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn i.fa {
    opacity: .5;
}
.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* Pseudo elements for icons */

.btn:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.icon-remove:before {
    content: "\e00f";
}
/* Button 5 */

.btn-5 {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.btn-5:active {
    background: #9053a9;
    top: 2px;
}
.btn-5 span,
.btn-5 i.fa {
    display: inline-block;
    width: 70%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
}
.btn-5:before {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2.2;
    font-size: 180%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-5:active:before {
    color: #703b87;
}
/* Button 5a */

.btn-5a:hover {
    opacity: .8;
}
.btn-5a:hover span {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    opacity: 0;
}
.btn-5a:hover i.fa {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}
.btn-5a:before {
    left: 0;
    top: -105%;
}
.btn-5a:hover:before {
    top: -8px;
}
/* variables */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}
.clearfix:after {
    clear: both;
}
.grid {
    position: relative;
    list-style: none;
    text-align: center;
}
.grid figure {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    padding: 0;
    max-height: 360px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    border: 1px solid white;
}
.grid figure .gridBg {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    margin-top: 2px;
}
.grid figure figcaption {
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure figcaption .fa {
    transition: all .2s ease;
    opacity: .8;
}
.grid figure h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .6px;
    margin: 0;
}

.grid figure h2.desc{
    font-size: 16px;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.grid figure h2 span {
    font-weight: 800;
}
.grid figure p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 55%;
}
/* Individual effects */
/*---------------*/
/***** Layla *****/
/*---------------*/
figure.effect-layla p{
  color: #fff;
}
figure.effect-layla .gridBg {
    height: 220px;
}
figure.effect-layla figcaption {
    padding: 1.8em 1.5em;
}
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}
/*
figure.effect-layla figcaption::before {
    top: 30px;
    right: 10px;
    bottom: 30px;
    left: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1000;
}
figure.effect-layla figcaption::after {
    top: 10px;
    right: 30px;
    bottom: 10px;
    left: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: 1000;
}
*/

figure.effect-layla h2 {
    padding-top: 8px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
figure.effect-layla h3 {
    padding-top: 8%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
figure.effect-layla p {
    padding: 0.2em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
}
figure.effect-layla .gridBg,
figure.effect-layla h2 {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
figure.effect-layla h3 {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
figure.effect-layla .gridBg {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
/*
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
*/
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla:hover .gridBg {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-layla:hover h2,
figure.effect-layla:hover h3,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
}
figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover h3,
figure.effect-layla:hover p,
figure.effect-layla:hover .gridBg {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
figure.effect-layla:hover .fa {
    font-size: 36px;
    opacity: 1;
    transition: all .5s ease;
}
/* glob effect*/

.grid .box-cont {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.grid .box-cont .box {
    transform: scale(0);
    position: absolute;
    border-radius: 100%;
}
.grid .box-cont .box.blue {
    background-color: #0099e6;
}
.grid .box-cont .box.green {
    background-color: #0df6b6;
}
.grid .box-cont .box.purp {
    background-color: #bd0df6;
}
.grid .box-cont .box.salm {
    background-color: #f76e86;
}
.grid .box-cont .box.yel {
    background-color: #e6c668;
}
.grid .box-cont .box.sky {
    background-color: #1ad5ff;
}
.gBlue {
    background-color: #08c;
}
.gGreen {
    background-color: #08e2a6;
}
.gPurp {
    background-color: #ac08e2;
}
.gSalm {
    background-color: #f65672;
}
.gYel {
    background-color: #e2be52;
}
.gSky {
    background-color: #00d0ff;
}
.selected {
    background: rgba(0, 0, 0, 0.3);
}
/*end*/
/* box hover */

.btn-5b {
    padding: 12px 40px 12px 20px !important;
}
.btn-5b:hover,
.btn-5b:focus,
.btn-5b.focus {
    color: #fff !important;
}
.card-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card-1:hover {
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.09), 0 10px 10px rgba(0, 0, 0, 0.08);
    z-index: 100;
}
.packages.fixMenu{
    text-align: center;
}
@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }
    .grid figure {
        display: inline-block;
        float: none;
        width: 100%;
    }
}

hr {
    border-width: 2px;
}
section.packages {
    min-height: 200px;
}
.grid-container {
    background-color: white;
    margin-top: 40px;
/*     padding: 0 40px 40px; */
    text-align: center;
}
.para{
    font-weight: 300;
}

@media (max-width: 640px) {
    .grid-container {
        padding: 20px 8px;
    }
}
section {
    padding: 20px 0;
}
p.txt-lg {
    font-size: 150%;
    margin-bottom: 0;
    line-height: 1.8em;
}
p.thin {
    font-weight: 100;
}
.fixMenu {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 40px;
    z-index: 10000;
    background: #fff;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 640px) {
    .fixMenu {
        padding: 20px 8px;
    }
}



/*padding and margin*/

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-20 {
    padding-top: 20px;
}


/*COLOUR CHECKBOXES*/
.package-builder-img{
    background-position: center;
    background-size: cover;
}

.package-builder-header{
    font-size: 20px;
    color: #333;
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
}

.package-builder-sub-header{
    color: #333;
    font-weight: 400;
}

.package-builder-info{
    padding-bottom: 18px;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    padding: 20px;
}

.package-builder-form-field {
    padding: 16px !important;
    width: 100%;
}


.service-package-controls-container {
    padding: 60px;
    color: white;
    height: 100%;
}

.height-200{
    height: 200px !important;
}

.service-package-title{
    text-align: center;
    position: relative;
    bottom: -60px;
    vertical-align: middle;
    margin: 0 auto;
}

.package-names-container .selected-packages .btn {
    color: #1d9d74;
    background-color: #f1f9f7;
    border-color: #e0f1e9;
}

.gap-left-20{
    margin-left: 20px !important;
}

.service-package-form .form-group {
    margin-bottom: 15px !important;
    padding-right: 15px !important;
}

.package-builder-download-btn{
    color: #ffffff!important;
    background: #5c97cf;
    border-width: 0px!important;
    border-radius: 6px;
    background-color: #5c97cf !important;    
}

/*
.pb-container p {

}

.checkboxes .btn span.glyphicon,
.radios .btn span.glyphicon {
    opacity: 0;
}

.btn.btn-gray span.glyphicon {
    opacity: 1;
}

.checkboxes .btn.active span.glyphicon,
.radios .btn.active span.glyphicon {
    opacity: 1;
}

.image-container image {
    text-align: center;
    vertical-align: middle;
}

.pb-main input[type=checkbox], .pb-main input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.pb-main label.btn {
    margin-right: 10px;
    border-color: rgba(0, 120, 193, 0.5);
    padding: 0;
    border-radius: 0px;
    margin-bottom: 10px;
    
}

.pb-container {}

.pb-header {
    text-align: center;
}
*/
.h1,
.pb-header h1 {
    font-size: 24px;
    font-weight: 600;
    color: #014965;
}
/*
.btn {
    background-color: white;
    border-radius: 0px;
    font-weight: 600;
    box-shadow: none;
    padding: 12px 16px;
    font-size: 16px;
}

.btn.btn-default {
    background-color: white;
    border: 2px solid #014965;
    color: #014965;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: auto;
}

.btn.btn-gray {
    background-color: white;
    border: none;
    color: gray;
    box-shadow: none;
    -webkit-box-shadow: none;
}

a:hover,
a,
.entry-content a:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


///// Apply & remove to fix dynamic content scroll issues on iOS 9.0

.ok-span {
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    font-weight: normal;
}*/