/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 /* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 28, 2012 */
@font-face {
    font-family: 'regular';
    src: url('/assets/fonts/proximanova-regular-webfont.eot');
    src: local('?'), url('/assets/fonts/proximanova-regular-webfont.woff') format('woff'), url('/assets/fonts/proximanova-regular-webfont.ttf') format('truetype'), url('/assets/fonts/proximanova-regular-webfont#ProximaNovaBlRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'black';
    src: url('/assets/fonts/proximanova-black-webfont.eot');
    src: local('?'), url('/assets/fonts/proximanova-black-webfont.woff') format('woff'), url('/assets/fonts/proximanova-black-webfont.ttf') format('truetype'), url('/assets/fonts/proximanova-black-webfont#ProximaNovaBlRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'semibold';
    src: url('/assets/fonts/proximanova-semibold-webfont.eot');
    src: local('?'), url('/assets/fonts/proximanova-semibold-webfont.woff') format('woff'), url('/assets/fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('/assets/fonts/proximanova-semibold-webfont#proxima_nova_ltbold') format('svg');
    /*font-weight: bold;*/
    font-style: normal;
}

@font-face {
    font-family: 'extrabold';
    src: url('/assets/fonts/proximanova-extrabld-webfont.eot');
    src: local('?'), url('/assets/fonts/proximanova-extrabld-webfont.woff') format('woff'), url('/assets/fonts/proximanova-extrabld-webfont.ttf') format('truetype'), url('/assets/fonts/proximanova-extrabld-webfontt#proxima_nova_thbold') format('svg');
    font-style: normal;
}

@font-face {
     font-family: 'light';
     src: url('/assets/fonts/proximanova-light-webfont.eot');
     src: url('/assets/fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
     url('/assets/fonts/proximanova-light-webfont.woff') format('woff'),
     url('/assets/fonts/proximanova-light-webfont.ttf') format('truetype'),
     url('/assets/fonts/proximanova-light-webfont.svg#proxima_nova_ltregular') format('svg');
     font-weight: normal;
     font-style: normal;
}

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

.spacer-half {
    width: 100%;
    height: 5px;
    clear: both;
}

.spacer-single {
    width: 100%;
    height: 10px;
    clear: both;
}

.spacer-double {
    width: 100%;
    height: 20px;
    clear: both;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.w100 {
    width: 100%;
}

.white {
	color: #fff;
}

.blue {
	color: #00aeef !important;
}

.bg-pink {
	background: #ee3d8a !important;
}

.bg-white {
	background: white !important;
}

.bg-blue {
	background: #00aeef !important;
}

.padclear {
    padding: 0 !important;
}

.inline {
    display: inline-block !important;
}

.xpad60 {
    padding: 0 60px;
}

.btn {
    background: #00aeef;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: "semibold", Arial, sans-serif;
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -ms-transition: background 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out;
}

.btn:hover {
    background: #0083b4;
    color: #fff;
}

.btn.dark {
	background: #0083b4;
}

.prehead {
    background: #1e2a37;
}

.prehead a, .prehead p {
    color: #fff;
    margin: 9px 0 5px;
    display: block;
    font-family: "semibold", Arial, sans-serif;
}

.prehead ul {
    margin: 0;
}

.prehead ul li {
    padding: 0 25px;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

.navbar-nav a {
    font-family: "regular", Arial, sans-serif;
    letter-spacing: 1px;
}

.home-banner {
    padding: 50px 0;
    position: relative;
}

.home-banner .next, .home-banner .prev {
    position: absolute;
    top: 50%;
    cursor: pointer;
    font-size: 30px;
    color: #2c465e;
    opacity: .5;
    z-index: 1;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.home-banner .next:hover, .home-banner .prev:hover {
    opacity: 1;
}

.home-banner .next {
    right: 20px;
}

.home-banner .prev {
    left: 20px;
}

.home-banner .text {
    margin-top: 100px;
}

.home-banner .text h1 {
    color: #ee3d8a;
    font-family: "black", Arial, sans-serif;
    font-size: 44px;
}

.home-banner-nav .slick-slide {
    background: #f0eeee;
    padding: 20px 0;
    cursor: pointer;
    -webkit-transition: background 250ms ease-in-out;
    -moz-transition: background 250ms ease-in-out;
    -ms-transition: background 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
    margin-bottom: -9999px;
	padding-bottom: 10020px;
}

.home-banner-nav .slick-slide:hover {
    background: #e7e4e4;
}

.home-banner-nav .slick-slide.slick-current {
    background: #fff;
}

.home-banner-nav .slick-slide p {
    margin: 0;
}

.home-banner-nav .slick-slide strong {
    letter-spacing: 1px;
    font-family: "semibold", Arial, sans-serif;
}

.welcome {
    padding: 50px 0 60px;
    background: #2c465e;
    color: #fff;
}

.welcome h1 {
    color: #9cd0ec;
}

.home-services {
    padding: 40px 0;
    background: #f9f9f9;
}

.home-services h1 {
    color: #004760;
}

.home-services .service {
    margin: 20px 0;
    min-height: 170px;
}

.home-services .service h4 {
    color: #004760;
}

.home-spread {
    text-align: center;
    color: #fff;
    background: rgba(250,253,255,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(250,253,255,1) 0%, rgba(0,175,239,1) 81%, rgba(0,175,239,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(250,253,255,1)), color-stop(81%, rgba(0,175,239,1)), color-stop(100%, rgba(0,175,239,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(250,253,255,1) 0%, rgba(0,175,239,1) 81%, rgba(0,175,239,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(250,253,255,1) 0%, rgba(0,175,239,1) 81%, rgba(0,175,239,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(250,253,255,1) 0%, rgba(0,175,239,1) 81%, rgba(0,175,239,1) 100%);
    background: radial-gradient(ellipse at center, rgba(250,253,255,1) 0%, rgba(0,175,239,1) 81%, rgba(0,175,239,1) 100%);
    
    padding: 40px 0 0;
    position: relative;
}

.home-spread img {
    margin-bottom: -51px;
}

.home-spread:after {
    content: "";
    background: url(/assets/img/home/numbers.png) repeat-x center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-post-spread {
    padding: 60px 0 20px;
    background: #EFEFEF;
}

.home-post-spread h2 {
    color: #004760;
    font-size: 36px;
}

.home-why {
    padding: 40px 0 60px;
    background: #2c465e;
    color: #fff;
}

.home-why h1 {
    color: #fff;
}

.home-why h4 {
    margin: 20px 0;
}

.home-partners {
    padding: 40px 0 60px;
    background: #bababa;
    color: #5b5d5d;
}

.home-partners h1 {
    color: #004760;
}

.home-partners .home-sprite {
    margin: 0 40px;
}

.home-sprite {
    background-image: url(/assets/img/home/home-spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.home-sprite1 {
    width: 166px;
    height: 103px;
    background-position: -3px -3px;
}

.home-sprite2 {
    width: 205px;
    height: 98px;
    background-position: -104px -3px;
}

.home-sprite3 {
    width: 185px;
    height: 112px;
    background-position: -315px -3px;
}

.home-sprite4 {
    width: 96px;
    height: 113px;
    background-position: -506px -3px;
}

.home-blog {
    padding-top: 40px;
}

.home-blog h1 {
    color: #004760;
}

footer {
    background: #004760;
    color: #fff;
    padding: 50px 0 30px;
}

footer a {
    color: #fff;
    display: block;
}

footer a:hover {
    color: #fff;
}

footer .form-control {
    margin: 10px 0;
}

footer .social > a > div {
    text-align:center;
    color: #fff;
    font-size:24px;
    padding: 10px 0;
    margin: 30px 0;
}

footer .social .facebook { background: #3b5998; }
footer .social .twitter { background: #55acee; }
footer .social .linkedin { background: #007bb5; }
footer .social .googleplus { background: #dd4b39; }
footer .social .facebook { background: #3b5998; }

.post-footer {
    background: #00394e;
    padding: 30px 0;
}

.post-footer p, .post-footer a {
    color: #fff;
    margin: 0;
}
.side-quote {
    width: 150px;
    background: #00aeef url(/assets/img/side1.png) no-repeat;
    border: 1px solid white;
    background-position: 8px 12px; 
    position: fixed;
    right: 0;
    top: 160px;
    padding: 10px 30px 10px 60px;
    color: #fff;
    z-index: 999;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.side-quote:hover {
    width: 175px;
}

.side-quote p {
    margin: 0;
}

.side-sales {
    width: 150px;
    background: #ee3d8a url(/assets/img/side2.png) no-repeat;
    border: 1px solid white;
    background-position: 11px 12px; 
    position: fixed;
    right: 0;
    top: 233px;
    padding: 10px 30px 10px 60px;
    color: #fff;
    z-index: 999;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.side-sales:hover {
    width: 175px;
}

.side-sales p {
    margin: 0;
}

.fixedcontact {
    position: fixed;
    right: 0;
    top: 160px;
    margin-right: -332px;
    z-index: 999;
}

.fixedcontact textarea {
    max-width: 100%;
    min-width: 100%;
}

.fixedsales {
    position: fixed;
    right: 0;
    top: 233px;
    margin-right: -332px;
    z-index: 999;
}

.fixedsales textarea {
    max-width: 100%;
    min-width: 100%;
}

.quckcontactside {
    float: left;
    width: 332px;
    background: #333333;
    padding: 10px 15px 20px 15px;
}

.quckcontactside p, .quckcontactside h3, .quckcontactside .closetoggle  {
    color: #eee;
    opacity: 1;
}

.quckcontactside p, .quckcontactside h3, .quckcontactside .closetogglesales  {
    color: #eee;
    opacity: 1;
}

.inner-addon {
    position: relative;
}

.inner-addon span {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999;
}

.generic-banner {
	padding: 100px 0;
	min-height: 850px;
}

.generic-banner h1 {
	margin: 0;
}

.generic-section {
	padding: 60px 0;
}

.generic-section h1 {
	margin: 0;
}

.generic-section-cols.xpad {
	padding: 40px 0;
}

.generic-section-cols h2 {
	font-size: 48px;
}

.generic-section-cols .ypad40 {
	padding: 40px 15px;
}

.generic-testimonial .quote {
  position:relative;
  margin:2em 0 3em;
  border: 1px solid #b2b6ba;
  background: #ffffff;
  padding:60px 30px 30px;
}

.generic-testimonial .quote strong {
  color:#00aeef;
}

.generic-testimonial .quote:before {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:300px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:#b2b6ba transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller  triangle */
.generic-testimonial .quote:after {
  content:"";
  position:absolute;
  bottom:-18px; /* value = - border-top-width - border-bottom-width */
  left:302px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:18px 18px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* Variant : top
------------------------------------------ */

/* creates the larger triangle */
.generic-testimonial .quote.top:before {
  top:-20px; /* value = - border-top-width - border-bottom-width */
  bottom:auto;
  left:auto;
  right:40px; /* controls horizontal position */
  border-width:0 20px 20px;
}

/* creates the smaller  triangle */
.generic-testimonial .quote.top:after {
  top:-13px; /* value = - border-top-width - border-bottom-width */
  bottom:auto;
  left:auto;
  right:47px; /* value = (:before right) + (:before border-right) - (:after border-right) */
  border-width:0 13px 13px;
}

.generic-testimonial .quote img {
	position:absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.generic-testimonial {
	padding: 40px 0;
}

.generic-testimonial-slider .next, .generic-testimonial-slider .prev {
    position: absolute;
    top: 50%;
    cursor: pointer;
    font-size: 30px;
    color: #2c465e;
    opacity: .5;
    z-index: 1;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.generic-testimonial-slider .next:hover, .generic-testimonial-slider .prev:hover {
    opacity: 1;
}

.generic-testimonial-slider .next {
    right: 20px;
}

.generic-testimonial-slider .prev {
    left: 20px;
}

.threecol {
	padding: 0 60px;
}

.threecol.contact p, .threecol.contact a {
	color: #004760;
    font-family: "semibold", Helvetica, Arial, sans-serif;
}

.contact {
	background: #fff;
    padding: 40px 0;
}

.contact h1 {
	color: #000;
    text-align:center;
}

.contactform input[type="text"], .contactform input[type="email"], .contactform textarea {
    border: none;
    padding: 10px 5px;
    width:100%;
}

.contactform textarea {
    max-width:100%;
    min-width:100%;
}

.contactform span.form-control-wrap {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #d3d7da;
}

.contactform span.form-control-wrap::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #d3d7da;
    position: absolute;
    bottom: 0;
    right: 0;
}

#news {
	margin-top: 50px;
    margin-bottom: 50px;
}

.news-block {
	margin-top: 30px;
}

.news-block h2 {
	color: #2c465e;
}

.categories {
	padding: 20px;
    background: #f9f9f9;
}

.categories h4 {
	color: #2c465e;
    margin: 0 0 10px 0;
}

.categories a {
	display: block;
	padding: 5px 0;
    color: #767676;
}

.categories a i {
	color: #ee3d8a;
}

.newsDate {
	padding:5px 10px;
    background: #2c465e;
    -webkit-border-radius: 5px;
	border-radius: 5px;
    text-align:center;
}

.newsDate span, .newsDate p {
	color:#fff;
    font-family: "semibold", Arial, sans-serif;
}

.newsDate span {
	font-size: 40px;
}

.newsDate p {
	font-size:14px;
}

.partnerLogo {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    right: 0;
    left: 0;
}

.homePartner {
	max-width:215px; 
    margin: 0 20px 20px
}

.splitpage {
	padding: 200px 0 100px;
}

.portalTitleSec {
    padding: 40px 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 513px;
}

.portalTitleSec img {
	margin-top: -20px;
}

.portalTitle {
	margin: 0 0 0 20px;
}

.portalBody {
	position:relative;
    overflow-y:auto;
    overflow-x:hidden;
}

.lightbox {
	display:none;
}

@media (min-width: 768px) {
  	.featherlight-content {
		width:35% !important;
	}
}

/* A creative returns to his early work after a long time... */
@media only screen 
and (max-width: 768px) {
	.navbar-nav {
    	float: left !important;
    }
	.home-banner .text {
    	margin-top: 20px;
        padding: 0 50px;
    }
    .home-banner .text h1 {
    	font-size: 43px;
    	word-break: break-word;
    }
    .home-services .text-center {
    	text-align: left !important;
    }
    .home-services img {
    	margin-bottom: 20px;
    }
    .home-spread img {
    	margin-bottom: 0;
        width: 100%;
    }
    .prehead {
    	padding-bottom: 10px;
    }
    footer .social > a > div {
    	margin-bottom: 0;
    }
    footer .xpad60 {
    	padding: 0 15px;
    }
    .generic-banner {
    	position: relative;
    }
    .generic-banner:before {
    	content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }
    .generic-banner h1,
    .generic-banner p {
    	color: white !important;
    }
    .generic-banner h1 {
    	font-size: 42px;
    }
    .generic-section-cols {
    	background-image: none !important;
    }
    .generic-section-cols h2 {
    	font-size: 42px;
    }
    .generic-testimonial .quote:before,
    .generic-testimonial .quote:after {
    	content: none;
    }
    .prehead ul {
    	text-align: center;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	.navbar-collapse {
    	padding-left: 0;
        padding-right: 0;
    }
	.prehead ul {
    	text-align: center;
    }
    .nav>li>a {
    	padding-left: 11px;
        padding-right: 11px;
    }
    .navbar .container {
    	padding-left: 0;
        padding-right: 0;
    }
    .navbar-collapse .navbar-nav {
    	float: left !important;
    }
}

.lolol {
	display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

.home-banner .col-sm-6 {
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}