/* Font Family */
.ff-ss{
    font-family: 'Source Sans Pro', Arial, Helvetica, serif;
}
.ff-r{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
/* Letter Spacing */
.fs1{
    letter-spacing: 1px;
}
.fs2{
    letter-spacing: 2px;
}
.fs3{
    letter-spacing: 3px;
}
/* Font Size */
.f10 {
    font-size: 10px;
}
.f12 {
    font-size: 12px;
}
.f14, .fmenu {
    font-size: 14px;
}
.f15 {
    font-size: 15px;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f19 {
    font-size: 19px;
}
.f20 {
    font-size: 20px;
}
.f22 {
    font-size: 22px;
}
.f24 {
    font-size: 24px;
}
.f30 {
    font-size: 30px;
}
.f36 {
    font-size: 36px;
}
.f40 {
    font-size: 40px;
}
.f45 {
    font-size: 45px;
}
.f50 {
    font-size: 50px;
}
.f56 {
    font-size: 56px;
}
.f60 {
    font-size: 60px;
}
.f70 {
    font-size: 70px;
}
.f80 {
    font-size: 80px;
}
.f90 {
    font-size: 90px;
}
.f100 {
    font-size: 100px;
}
/* Font Weight */
.fw100 {
    font-weight: 100;
}
.fw200 {
    font-weight: 200;
}
.fw300 {
    font-weight: 300;
}
.fw400 {
    font-weight: 400;
}
.fw500 {
    font-weight: 500;
}
.fw600 {
    font-weight: 600;
}
.fw700 {
    font-weight: 700;
}
.fw800 {
    font-weight: 800;
}
.fw900 {
    font-weight: 900;
}
/* Line Heights */
.lh20 {
    line-height: 20px;
}
.lh24 {
    line-height: 24px;
}
.lh30 {
    line-height: 30px;
}
.lh33 {
    line-height: 33px;
}
.lh36 {
    line-height: 36px;
}
.lh40 {
    line-height: 40px;
}
.lh44 {
    line-height: 44px;
}
.lh50 {
    line-height: 50px;
}
.lh60 {
    line-height: 60px;
}
.lh66 {
    line-height: 66px;
}
.lh72 {
    line-height: 72px;
}
/* Tenths */
.uk-width-1-10 {
    width: 10%;
}
.uk-width-3-10 {
    width: 30%;
}
.uk-width-7-10 {
    width: 70%;
}
.uk-width-9-10 {
    width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
    /* Tenths */
    .uk-width-1-10\@s {
        width: 10%;
    }
    .uk-width-3-10\@s {
        width: 30%;
    }
    .uk-width-7-10\@s {
        width: 70%;
    }
    .uk-width-9-10\@s {
        width: 90%;
    }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
    /* Tenths */
    .uk-width-1-10\@m {
        width: 10%;
    }
    .uk-width-3-10\@m {
        width: 30%;
    }
    .uk-width-7-10\@m {
        width: 70%;
    }
    .uk-width-9-10\@m {
        width: 90%;
    }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
    /* Tenths */
    .uk-width-1-10\@l {
        width: 10%;
    }
    .uk-width-3-10\@l {
        width: 30%;
    }
    .uk-width-7-10\@l {
        width: 70%;
    }
    .uk-width-9-10\@l {
        width: 90%;
    }
}    
/* Large screen and bigger */
@media (min-width: 1600px) {
    /* Tenths */
    .uk-width-1-10\@xl {
        width: 10%;
    }
    .uk-width-3-10\@xl {
        width: 30%;
    }
    .uk-width-7-10\@xl {
        width: 70%;
    }
    .uk-width-9-10\@xl {
        width: 90%;
    }
}
.uk-container-center {
    margin-left: auto;
    margin-right: auto;
}  
/* Backgrounds */
.bgturquoise {
    background-color: #1abc9c;
}
.bggreensea {
    background-color: #16a085;
}
.bgemerald {
    background-color: #2ecc71;
}
.bgnephritis {
    background-color: #27ae60;
}
.bgpeterriver {
    background-color: #3498db;
}
.bgbelizehole {
    background-color: #2980b9;
}
.bgamethyst {
    background-color: #9b59b6;
}
.bgwisteria {
    background-color: #8e44ad;
}
.bgwetasphalt {
    background-color: #34495e;
}
.bgmidnightblue {
    background-color: #2c3e50;
}
.bgsunflower {
    background-color: #f1c40f;
}
.bgorange {
    background-color: #f39c12;
}
.bgcarrot {
    background-color: #e67e22;
}
.bgpumpkin {
    background-color: #d35400;
}
.bgalizarin {
    background-color: #e74c3c;
}
.bgpomegranate {
    background-color: #c0392b;
}
.bgclouds {
    background-color: #ecf0f1;
}
.bgsilver {
    background-color: #bdc3c7;
}
.bgconcrete {
    background-color: #95a5a6;
}
.bgasbestos {
    background-color: #7f8c8d;
}
.bgwhite {
    background-color: #ffffff;
}
.bglightbluegrey {
    background-color: #6797ba;
}
.bgdarkbluegrey {
    background-color: #234d67;
}
.bgmutedgrey {
    background-color: #f6f9fc;
}
.bgdarkblue1 {
    background-color: #32325d;
}
.bglightpurple1 {
    background-color: #424770;
}
.bgsand {
    background-color: #fcf9f9;
}
.bgskyblue {
    background-color: #EBF2F7;
}
.bgsteelgrey {
    background-color: #374552;
}
.bgdarkgrey {
    background-color: #464646;
}
/* Foregrounds */
.fgturquoise {
    color: #1abc9c;
}
.fggreensea {
    color: #16a085;
}
.fgemerald {
    color: #2ecc71;
}
.fgnephritis {
    color: #27ae60;
}
.fgpeterriver {
    color: #3498db;
}
.fgbelizehole {
    color: #2980b9;
}
.fgamethyst {
    color: #9b59b6;
}
.fgwisteria {
    color: #8e44ad;
}
.fgwetasphalt {
    color: #34495e;
}
.fgmidnightblue {
    color: #2c3e50;
}
.fgsunflower {
    color: #f1c40f;
}
.fgorange {
    color: #f39c12;
}
.fgcarrot {
    color: #e67e22;
}
.fgpumpkin {
    color: #d35400;
}
.fgalizarin {
    color: #e74c3c;
}
.fgpomegranate {
    color: #c0392b;
}
.fgclouds {
    color: #ecf0f1;
}
.fgsilver {
    color: #bdc3c7;
}
.fgconcrete {
    color: #95a5a6;
}
.fgasbestos {
    color: #7f8c8d;
}
.fgwhite {
    color: #ffffff;
}
.fglightbluegrey {
    color: #6797ba;
}
.fgdarkbluegrey {
    color: #234d67;
}
.fgmutedgrey {
    color: #f6f9fc;
}
.fgmutedgrey1 {
    color: #525f7f;
}
.fglightblue {
    color: #50a6ff;
}
.fgdarkblue1 {
    color: #32325D;
}
.fglightblue1 {
    color: #525F7F;
}
.fgpurple1 {
    color: #6772E5;
}
.fglightpurple1 {
    color: #424770;
}
.fggreen {
    color: #24B47E;
}
.fggrey {
    color: #8898AA;
}
.fglightgrey {
    color: #bbbbbb;
}
.fgmediumgrey {
    color: #aaaaaa;
}
.fgdarkgrey {
    color: #464646;
}
/* Rounded Corners */
.rc1 {
    border-radius: 1px;
}
.rc2 {
    border-radius: 2px;
}
.rc3 {
    border-radius: 3px;
}
.rc4 {
    border-radius: 4px;
}
.rc5 {
    border-radius: 5px;
}
.rc10 {
    border-radius: 10px;
}
.rc20 {
    border-radius: 20px;
}
.rctl4 {
    border-top-left-radius: 4px;
}
.rctr4 {
    border-top-right-radius: 4px;
}
.rcbl4 {
    border-bottom-left-radius: 4px;
}
.rcbr4 {
    border-bottom-right-radius: 4px;
}
/* BoxShadow */
.boxshadow {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
/* Links */
.cleanlinks-alizarin {
    text-decoration: none;
    color: #e74c3c;
}
.cleanlinks-alizarin:hover {
    text-decoration: none;
    color: #c0392b;    
}
.cleanlinks-peterriver {
    text-decoration: none;
    color: #3498db;
}
.cleanlinks-peterriver:hover {
    text-decoration: none;
    color: #2980b9;    
}
.cleanlinks-black {
    text-decoration: none;
    color: #666666;
}
.cleanlinks-black:hover {
    text-decoration: none;
    color: #000000;    
}
.cleanlinks-grey {
    text-decoration: none;
    color: #8898AA;
}
.cleanlinks-grey:hover {
    text-decoration: none;
    color: #404040;    
}

/* Button Colours */
.btn-white {
    position: relative;
    top: 0px;
    background-color: #ffffff;
    border: 1px solid #00000014;
    color: #6772E5;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    text-decoration: none;
    padding: 10px 14px;
    transition: all .15s ease;
}
.btn-white:hover {
    position: relative;
    top: -1px;
    background-color: #ffffff;
    border: 1px solid #00000014;  
    color: #7795f8;  
    transform: translateY(-4px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    text-decoration: none;
    padding: 10px 14px;
}
.btn-bluesmall {
    position: relative;
    top: 0px;
    background-color: #32325d;
    border: 1px solid #00000014;
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    text-decoration: none;
    padding: 10px 14px;
    transition: all .15s ease;
}
.btn-bluesmall:hover {
    position: relative;
    top: -1px;    
    background-color: #43458b;
    border: 1px solid #00000014;  
    color: #ffffff;  
    transform: translateY(-4px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    text-decoration: none;
    padding: 10px 14px;
}
.btn-pricing {
    display: block;
    background-color: #32325d;
    text-decoration: none;
    color: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-pricing:hover {   
    display: block;
    background-color: #43458b;
    text-decoration: none;
    color: #ffffff;    
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;    
}

.btn-primary {
    width: 250px;
    padding: 14px;
    background-color: #1688fe;
    border: none;
    color: #ffffff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.btn-primary:hover {
    background-color: #50a6ff;
    border: none;  
    color: #ffffff;  
}
.btnghost-primary {
    position: relative;
    top: 0px;    
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}
.btnghost-primary:hover {
    top: -3px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #1688fe;
}
/* Badge Colours */
.uk-badge-alizarin {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    /* 1 */
    background: #e74c3c;
    color: #fff;
    font-size: 0.875rem;
    /* 2 */
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  /*
   * Required for `a`
   */
  .uk-badge-alizarin:hover,
  .uk-badge-alizarin:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
  }
.uk-badge-peterriver {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    /* 1 */
    background: #3498db;
    color: #fff;
    font-size: 0.875rem;
    /* 2 */
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  /*
   * Required for `a`
   */
  .uk-badge-peterriver:hover,
  .uk-badge-peterriver:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
  }
/* Mobile Menu Toggle Button Colours */
.uk-navbar-toggle-white {
    color: #ffffff;
}
.uk-navbar-toggle-white:hover, .uk-navbar-toggle:focus, .uk-navbar-toggle.uk-open {
    color: #fff;
    outline: none;
    text-decoration: none;
}
/* Mobile Menu Box Shadow */
.mobilemenushadow {
    box-shadow: 3px 0 20px -10px #000000;
}
/* Mobile Menu Items - Header */
.uk-offcanvas-bar > .uk-nav > .uk-nav-header {
    color: #aaaaaa;
}
/* Mobile Menu Items - Sub-Header */
.uk-offcanvas-bar > .uk-nav > li > a.fgblack, .uk-offcanvas-bar > .uk-nav > li > p > a.fgblack {
    color: #000000;
}
/* Mobile Menu Items - Active Sub-Header */
.uk-offcanvas-bar > .uk-nav > li.uk-active > a.fgblack {
    color: #3498db;   /*  #e74c3c  */
}
/* Mobile Menu Items - Active Sub-Header */
.logosize {
    width: 60px;
    height: auto;
}
/* Honeypot Form Field */
.pass {
    position: absolute;
    top: -200px;
}
/* Desktop Menu on scroll */
#floatingmenu {
    position:fixed;
	top:-81px;
	width:100%; 
	height:81px; 
	background-color:#ffffff;
	color: #FFFFFF;
	z-index:9998;
    display: none;
    transition: top 0.3s
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1); 
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}
.textboxstyle {
    border: none;
    border-bottom: 1px solid #dfdfdf;
}
.selectstyle {
    border: none;
    border-bottom: 1px solid #dfdfdf;
    -webkit-appearance: none;
    border-radius: 0px;
    background-color: #ffffff;
    padding: 0px 10px;
    height: 40px;
}
.noresize {
    resize: none;
}
/* Rainbow text effect */
.rainbowtext {
    background:  linear-gradient(90deg,#5ae7ff 0,#1688fe 80%);
    -webkit-linear-gradient(90deg,#5ae7ff 0,#1688fe 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-clip-path: polygon(100% 0,100% 65%,50% 100%,0 65%,0 0);
    clip-path: polygon(100% 0,100% 65%,50% 100%,0 65%,0 0);
    height: 100%;
    background: linear-gradient(-180deg,#edf8fe 22%,#ecf7fe 100%);
}
.bg2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;    
    -webkit-clip-path: polygon(100% 0,100% 45%,50% 100%,0 45%,0 0);
    clip-path: polygon(100% 0,100% 45%,50% 100%,0 45%,0 0);
    height: 100%;
    background-image: linear-gradient(-180deg,#e1f2fd 0,#edf8fe 41%,#f2fafd 100%);
    box-shadow: inset 0 -9px 19px 0 rgba(255,255,255,.25);
}
.bg3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;    
    -webkit-clip-path: polygon(100% 0,100% 25%,50% 100%,0 25%,0 0);
    clip-path: polygon(100% 0,100% 25%,50% 100%,0 25%,0 0);
    height: 100%;
    background-image: linear-gradient(-180deg,#e1f2fd 0,#edf8fe 41%,#fcffff 100%);
    box-shadow: inset 0 -9px 19px 0 rgba(255,255,255,.25);
}
/* Image widths */
.iw5 {
    width: 5%;
}
.iw10 {
    width: 10%;
}
.iw20 {
    width: 20%;
}
.iw30 {
    width: 30%;
}
.iw40 {
    width: 40%;
}
.iw50 {
    width: 50%;
}
/* Have a Project CTA */
.newprojectpadding {
    padding: 15px;
}
.uk-navbar-nav > li > a.newproject {
    border: 1px solid transparent;
    background-color: #404040;
    border-radius: 5px;
    height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color;
}
.uk-navbar-nav > li > a.newproject:hover {
    border: 1px solid #404040;
    background-color: transparent;    
    border-radius: 5px;
    height: 30px;
    color: #404040;    
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color;
}
.submitbtn {
    border: 1px solid transparent;
    background-color: #404040;
    border-radius: 5px;
    height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color;    
}
.submitbtn:hover {
    border: 1px solid #404040;
    background-color: transparent;    
    border-radius: 5px;
    height: 30px;
    color: #404040;    
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color;  
}
/* Underline */
.uls {
    border-bottom-style: solid;
    border-color: #464646;
}
.tls {
    border-top-style: solid;
    border-color: #464646;
}
.tlslightgrey {
    border-top-style: solid;
    border-color: #eeeeee;
}
.bw1 {
    border-width: 1px;
}
.bw2 {
    border-width: 2px;
}
/* Paddding */
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
.p40 {
    padding: 40px;
}
.p50 {
    padding: 50px;
}
/* Employees */
.avatar {
    width: 100%;
    height: auto;    
}
/* Miscellaneous */
.left40 {
    left: 30px;
}
.nolinkstyle {
    text-decoration: none !important;
}
.p5x10 {
    padding: 5px 10px;
}
/* Lightbox caption styling */
.uk-lightbox-toolbar.uk-lightbox-caption.uk-position-bottom.uk-text-center.uk-transition-slide-bottom.uk-transition-opaque {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 14px;
}
.usplink {
    color: #777777;
    text-decoration: none;
    transition: 0.3s;
}
.usplink:hover {
    color: #333333;
    text-decoration: none;
}