#menu , #menu li, #menu li a   {display:none}



.question{
    cursor: pointer;
}


/*GOOGLE MAP*/
.embed-container {
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    max-width:100%
}

.embed-container iframe,.embed-container object,.embed-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}

/*=====================================OUR TEAM==============================*/

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
.team {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}

.csstransforms3d .records {
  -webkit-perspective: 2000;
  perspective: 2000;
}

.team li {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 420px;
  margin: 1.5em;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  float:left;

}

.csstransforms3d .team li {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.csstransforms3d .team .flip {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.team .front,
.team .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  background-repeat: no-repeat;
  border: 10px solid #fff;
}

.team .front {
  background-position: center;
  background-size: cover;
}


.team .front:after {
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}

.team .front :after {
  top: 10px;
  right: 10px;
  width: 2.5em;
  height: 2.5em;
}

.team h3 {
  position: absolute;
  top: 100%;
  left: 10px;
  width: 400px;
  padding: 0.5em 3em 0.5em 0.75em;
  color: #fff;
  font-size: 120%;
  background: rgba(39, 97, 177, 0.7);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.member-name{
  position: absolute;
  bottom: 30px;
  min-width: 1.65em;
  padding: 0.15em 0.25em;
  color: #131643;
  font-size: 150%;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}

.view-profile{
    position: absolute;
    top: 95%;
    left: 0;
    display: block;
    padding: 0.5em;
    color: #fff;
    font-size: x-small;
    line-height: 1em;
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    background: #131643;
}
.view-profile:after{
   content: ' \00A0\00A0 ➤';
}

.record-date {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: -10px;
  display: inline-block;
  padding: 0.572em 1em;
  color: #fff;
  text-transform: uppercase;
  background: #131643;
}

.back .record-date {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: -10px;
  display: inline-block;
  padding: 0.572em 1em;
  color: #fff;
  text-transform: uppercase;
  background: rgba(39, 97, 177, 0.7);
}

.record-details {
  padding: 20px;
  font-size: 87.5%;
  overflow-y:auto;
  overflow-x:hidden;
  height:275px;
  z-index:-1;
  margin-top:120px;
}

.back img {
  height:120px;
  width:100%;
  background-position: center -7.5em;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
}

.paul .front {
background-image: url(../images-new/paul-louw-profile.jpg);
}

.surene .front {
 background-image: url(../images-new/surene-profile.jpg);
}

.cindy .front {
  background-image: url(../images-new/cindy-raynard.jpg);
}
.edi .front{
  background-image: url(../images-new/edi-marie-kruger.jpg);
}
.helena .front{
  background-image: url(../images-new/helena-mouton.jpg);
}
.petro .front{
  background-image: url(../images-new/petro.jpg);
}
.Julien .front{
  background-image: url(../images-new/julien-profile.jpg);
}
.fixed {position:fixed;}

.lb {
    display: none;
    position: fixed!important;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
  text-align:center;
}

.lb img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 2%;
}

.lb:target {
    outline: none;
    display: block;
}


/*===================================Single member=========================*/
.profile-wrap{
    background: #ededed;
    color: #6B6B6B
}
.member-names{
  color: #6B6B6B !important;
}
.container{
  position :relative;
  width :100%;
  max-width :960px;
  margin :0 auto;
  padding:0 20px;
 box-sizing: border-box;
}


.col{
    width :100%;
  float: left;
  box-sizing: border-box;
}

/*
// RESPONSIVENESS
// for devices > 400px*/
@media (min-width: 400px){

  .container{
    width :85%;
    padding :0;
  }

}

/*for devices > 550px*/
@media (min-width :550px){
  .container{
    width: 80%;
  }
  .col:first-child{
    margin-left :0;
  }
  .col-1-4{

    width :25%;
  }
  .col-3-4{

    width:75%;
  }
}

@media (min-width :550px){

.profile-pic{
  padding :2%;
  text-align :center;
}

.description{

  padding :2%;
}

}


@media (max-width :550px){

  .description{
padding: 10px;
text-align: left;
  }
  .profile-pic{
        position: relative;
    top: 11px;
  }
}



/*================================================================================*/
#team-holder > ul:nth-child(1) > li > div{
    width: 43%;
    float: left;
}
#team-holder{
    width: 100%;
}

.clear {
    clear: both;
}
.item-holder {
    position: relative;
    width: 463px;
    border: 1px solid rgb(214, 214, 214);
    background: #ededed;
}
.item-holder {
    border-bottom: none;
    float: left;
    padding: 20px;
    list-style-type: none;
}
.team-list li {
    border-bottom: none;
    float: left;
    padding: 20px;
    list-style-type: none;

}
.team-list li:last-child .item-holder {
    border-bottom: 1px solid rgb(214, 214, 214);
}
.member-img {
      float: left;
      position: relative;
      right: 12px;
}
.member-info {
    float: left;
    width: 300px;

}
.member-info h2 {
    font-family: 'Ubuntu',sans-serif;
    padding:15px 0 10px 0px;
    color: #414141;
}
.member-info p, .member-info-plus p {
    font-family: inherit;
    line-height: inherit;
    color: #6B6B6B;
    white-space: normal;
}

/*======================================END OUR TEAM=========================*/
.box {
    margin:10px;
    float:left;
    position:relative;
    text-align:center;
    display:block
}

a.link {
    background:rgba(56,58,97,0.7);
    padding:10px;
    text-decoration:underline;
    color:#fff;
    font-family:'Ubuntu',serif;
    font-size:13px;
    display:block;
    border-radius:20%;
    top:0;
    transition:opacity .1s 0 ease-in-out
}

.mask {
    width:340px;
    height:228px;
    position:absolute;
    overflow:hidden;
    top:9px;
    left:0;
    opacity:0;
    overflow:visible;
    border:5px solid rgba(0,0,0,0.9);
    box-sizing:border-box;
    transition:all .4s ease-in-out
}

.mask:hover {
    opacity:1;
    border:100px solid rgba(0,0,0,0.7)
}

.mask:hover a.link {
    opacity:1;
    transition-delay:.3s
}

/*==============================TESTIMONIALS*/
.cd-author-info {
    color:#fff!important
}

.cd-testimonials-wrapper {
    position:relative;
    width:90%;
    max-width:768px;
    color:#fff!important;
    background-color:#131643;
    margin:2em auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    padding:20px 40px 70px;
    z-index:1
}

.cd-testimonials-wrapper p {
    color:#fff!important
}

.cd-testimonials-wrapper::after {
/* quotation mark */
    content:'\201C';
    position:absolute;
    top:10px;
    left:0;
    width:50px;
    height:50px;
    padding-top:8px;
    margin-left:-25px;
    background:rgba(103 105,134,0.9);
    font-family:"Georgia",serif;
    color:#fff;
    font-size:70px;
    font-size:4.375rem;
    text-align:center;
/* visible on big devices only */
    display:none
}

@media only screen and (min-width: 768px) {
.cd-testimonials-wrapper {
    margin:4em auto;
    padding:64px 50px 114px
}
}

@media only screen and (min-width: 1170px) {
.cd-testimonials-wrapper::after {
/* quotation mark visible */
    display:block
}
}

.cd-testimonials {
    color:#fff;
    text-align:center
}

.cd-testimonials::after {
    clear:both;
    content:"";
    display:table
}

.cd-testimonials > li {
    position:absolute;
    opacity:0
}

.cd-testimonials > li:first-child {
    position:relative;
    opacity:1
}

.cd-testimonials p {
    font-family:"Georgia",serif;
    font-style:italic;
    line-height:1.4;
    margin-bottom:1em;
    padding:0 14px
}

@media only screen and (min-width: 768px) {
.cd-testimonials p {
    font-size:22px;
    font-size:1.375rem
}
}

@media only screen and (min-width: 1170px) {
.cd-testimonials p {
    font-size:26px;
    font-size:1.625rem;
    line-height:1.6
}
}

.cd-author img,.cd-author .cd-author-info {
    display:inline-block;
    vertical-align:middle
}

.cd-author img {
    width:32px;
    height:32px;
    border-radius:50%;
    margin-right:5px;
    box-shadow:0 0 6px rgba(0,0,0,0.3)
}

.cd-author .cd-author-info {
    text-align:left;
    line-height:1.2
}

.cd-author .cd-author-info li:first-child {
    font-size:14px;
    font-size:.875rem
}

.cd-author .cd-author-info li:last-child {
    font-size:12px;
    font-size:.75rem;
    color:#fff
}

@media only screen and (min-width: 768px) {
.cd-author img {
    width:50px;
    height:50px
}

.cd-author .cd-author-info {
    line-height:1.4
}

.cd-author .cd-author-info li:first-child {
    font-size:16px;
    font-size:1rem
}

.cd-author .cd-author-info li:last-child {
    font-size:14px;
    font-size:.875rem
}
}

.flex-direction-nav li {
    position:absolute;
    height:100%;
    width:40px;
    top:0
}

.flex-direction-nav li:first-child {
    left:0
}

.flex-direction-nav li:last-child {
    right:0
}

.flex-direction-nav li a {
    display:block;
    height:100%;
    width:100%;
/* image replacement */
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    -webkit-transition:background-color .2s;
    -moz-transition:background-color .2s;
    transition:background-color .2s
}

.no-touch .flex-direction-nav li a:hover {
    background-color:#323234
}

.flex-direction-nav li a::before,.flex-direction-nav li a::after {
/* left and right arrows in css only */
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    width:2px;
    height:13px;
    background-color:#fff
}

.flex-direction-nav li a::before {
    -webkit-transform:translateY(-35px) rotate(45deg);
    -moz-transform:translateY(-35px) rotate(45deg);
    -ms-transform:translateY(-35px) rotate(45deg);
    -o-transform:translateY(-35px) rotate(45deg);
    transform:translateY(-35px) rotate(45deg)
}

.flex-direction-nav li a::after {
    -webkit-transform:translateY(-27px) rotate(-45deg);
    -moz-transform:translateY(-27px) rotate(-45deg);
    -ms-transform:translateY(-27px) rotate(-45deg);
    -o-transform:translateY(-27px) rotate(-45deg);
    transform:translateY(-27px) rotate(-45deg)
}

.flex-direction-nav li:last-child a::before {
    -webkit-transform:translateY(-35px) rotate(-45deg);
    -moz-transform:translateY(-35px) rotate(-45deg);
    -ms-transform:translateY(-35px) rotate(-45deg);
    -o-transform:translateY(-35px) rotate(-45deg);
    transform:translateY(-35px) rotate(-45deg)
}

.flex-direction-nav li:last-child a::after {
    -webkit-transform:translateY(-27px) rotate(45deg);
    -moz-transform:translateY(-27px) rotate(45deg);
    -ms-transform:translateY(-27px) rotate(45deg);
    -o-transform:translateY(-27px) rotate(45deg);
    transform:translateY(-27px) rotate(45deg)
}

@media only screen and (min-width: 768px) {
.flex-direction-nav li {
    width:50px
}
}

@media only screen and (min-width: 1170px) {
.flex-direction-nav li a::before,.flex-direction-nav li a::after {
    background-color:#5e5e63;
    -webkit-transition:background-color .2s;
    -moz-transition:background-color .2s;
    transition:background-color .2s
}

.flex-direction-nav li a:hover::before,.flex-direction-nav li a:hover::after {
    background-color:#fff
}
}

.cd-see-all {
    position:absolute;
    z-index:1;
    left:0;
    bottom:0;
    width:100%;
    height:50px;
    line-height:50px;
    background-color:#43466A;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    font-weight:700;
    font-size:12px;
    font-size:.75rem;
    -webkit-transition:color,.2s;
    -moz-transition:color,.2s;
    transition:color,.2s
}

.no-touch .cd-see-all:hover {
    color:#79b6e4
}

.cd-testimonials-all {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:#fff;
    z-index:2;
    visibility:hidden;
    opacity:0;
    -webkit-transition:opacity .3s 0s,visibility 0 .3s;
    -moz-transition:opacity .3s 0s,visibility 0 .3s;
    transition:opacity .3s 0s,visibility 0 .3s
}

.cd-testimonials-all .cd-testimonials-all-wrapper {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    overflow:auto
}

.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
    width:90%;
    max-width:1170px;
    margin:4em auto
}

.cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
    clear:both;
    content:"";
    display:table
}

.cd-testimonials-all .cd-testimonials-item {
    margin-bottom:2em;
    opacity:0;
/* Force Hardware Acceleration in WebKit */
    -webkit-transform:translate3d(0,0,0) scale(0.4);
    -moz-transform:translate3d(0,0,0) scale(0.4);
    -ms-transform:translate3d(0,0,0) scale(0.4);
    -o-transform:translate3d(0,0,0) scale(0.4);
    transform:translate3d(0,0,0) scale(0.4);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:-webkit-transform .3s,opacity .3s;
    -moz-transition:-moz-transform .3s,opacity .3s;
    transition:transform .3s,opacity .3s
}

.cd-testimonials-all p {
    position:relative;
    background:#79b6e4;
    color:#fff;
    padding:2em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    line-height:1.4;
    border-radius:.25em;
    margin-bottom:1em
}

.cd-testimonials-all p::after {
/* creating the triangle in css */
    content:'';
    position:absolute;
    top:100%;
    left:2em;
    height:0;
    width:0;
    border:8px solid transparent;
    border-top-color:#79b6e4
}

.cd-testimonials-all .cd-author {
    text-align:left;
    margin-left:1.5em
}

.cd-testimonials-all .cd-author img {
    box-shadow:0 0 0 transparent
}

.cd-testimonials-all.is-visible {
    visibility:visible;
    opacity:1;
    -webkit-transition:opacity .3s 0s,visibility 0 0;
    -moz-transition:opacity .3s 0s,visibility 0 0;
    transition:opacity .3s 0s,visibility 0 0
}

.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
    -webkit-overflow-scrolling:touch
}

.cd-testimonials-all.is-visible .cd-testimonials-item {
    opacity:1;
    -webkit-transform:translate3d(0,0,0) scale(1);
    -moz-transform:translate3d(0,0,0) scale(1);
    -ms-transform:translate3d(0,0,0) scale(1);
    -o-transform:translate3d(0,0,0) scale(1);
    transform:translate3d(0,0,0) scale(1)
}

@media only screen and (min-width: 768px) {
.cd-testimonials-all .cd-testimonials-item {
    width:46%;
    margin:0 2% 3em
}

.cd-testimonials-all .cd-author {
    margin-left:1em
}
}

@media only screen and (min-width: 1170px) {
.cd-testimonials-all .cd-testimonials-item {
    width:30%;
    margin:0 1.6666% 3em
}
}

.close-btn {
    position:fixed;
    display:block;
    width:40px;
    height:40px;
    top:10px;
    right:5%;
/* image replacement */
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap
}

.close-btn::before,.close-btn::after {
/* close icon in css */
    content:'';
    position:absolute;
    display:inline-block;
    width:2px;
    height:24px;
    top:8px;
    left:19px;
    background-color:#39393c
}

.close-btn::before {
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg)
}

.close-btn::after {
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}

/*===========================================================================
=============================================================================
          APPO*/
#appointments {
    height: 145px;
    width: 54px;
    position: fixed;
    top: 30%;
    z-index: 999;
    left:100%;
    transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

#appointments a {
    display: block;
    background: rgba(255,255,255,0.4);
    height: 65px;
    width: 253px;
    color: rgb(0,0,0);
    text-transform: uppercase;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    padding: 20px;
    border: 1px solid;
}



/*General=============================================================*/
.text-bold {
    font-weight:700
}

.default-links {
    text-decoration:underline;
    color:inherit;
    cursor:pointer;
    font-size:100%
}

.default-links:hover {
    text-decoration:none !important;
}

.white p {
    color:#fff!important
}

.white h2 {
    color:#fff!important
}

.white li {
    color:#fff!important
}

.custom-link {
    color:inherit;
    text-decoration:underline;
    font-size:100%
}

.custom-link:hover {
    text-decoration:none;
}
.text-center{
    text-align: center !important;
}

@media only screen and (max-width: 480px) {
.ac-container {
/*width: 400px;*/
    margin:10px auto 30px
}

.ac-container label {
/* padding: 0px 20px !important; */
    height:46px!important;
    line-height:20px!important;
    font-size:13px!important
}

.ac-container article {
    margin-top:0!important
}
}

.darkblue {
    color:#0C0E2B
}

.quotes {
    background:rgba(255,255,255,0.4);
    margin:20px;
    padding:10px;
    float:right;
    text-decoration:none;
    color:#000;
    font-family:'Ubuntu',serif;
    font-size:13px;
    display:block;
    text-transform: uppercase;
}

/*===========================end general================================*/
/*tstimonial Styles
==========================================================================================*/
.testimonial {
    margin:0;
    background:#131643;
    padding:10px 50px;
    position:relative;
    font-family:Georgia,serif;
    color:#fff;
    border-radius:5px;
    font-style:/*text-shadow: 0 1px 0 #ffffff;*/
/*background-image: linear-gradient(#CEF3FF, #B7EDFF);*/
italic
}

.testimonial:before,.testimonial:after {
    content:"\201C";
    position:absolute;
    font-size:80px;
    line-height:1;
    color:#999;
    font-style:normal
}

.testimonial:before {
    top:0;
    left:10px
}

.testimonial:after {
    content:"\201D";
    right:10px;
    bottom:-.5em
}

.arrow-down {
    width:0;
    height:0;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top:15px solid #131643;
    margin:0 0 0 25px
}

.testimonial-author {
    margin:0 0 0 25px;
    font-family:Arial,Helvetica,sans-serif;
    color:#fff!important;
    text-align:left
}

.testimonial-author span {
    font-size:12px;
    color:#fff!important
}

.testimonial-text {
    color:rgba(255,255,255,1)!important
}

/*============================ End Testimonials============================================*/
.read-more {
    color:inherit;
}


.read-more a:hover {
	text-decoration: none !important;
}

/*accordian*====================================================*/
.ac-container {
    margin:10px auto 30px
}

.ac-container label {
    font-family:'Ubuntu',serif;
    padding:0 20px;
    position:relative;
    z-index:20;
    display:block;
    height:36px;
    cursor:pointer;
    color:#ffffff;
    line-height:37px;
    font-size:19px;
    background:#131643 url(../images-new/arrow_down.png) no-repeat 98.3%;
    box-shadow:0 0 0 1px rgba(155,155,155,0.3),1px 0 0 0 rgba(255,255,255,0.9) inset,0 2px 2px rgba(0,0,0,0.1)
}

.ac-container label:hover {
    background:#131643;
    color:rgba(255,255,255,1)
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    background:#131643;
    color:rgba(255,255,255,1);
    text-shadow:0 1px 1px rgba(255,255,255,0.6);
    box-shadow:0 0 0 1px rgba(155,155,155,0.3),0 2px 2px rgba(0,0,0,0.1)
}

.ac-container label:hover:after,.ac-container input:checked + label:hover:after {
    content:'';
    position:absolute;
    width:24px;
    height:24px;
    right:13px;
    top:7px;
    background:transparent url(../images-new/arrow_down.png) no-repeat center center

}

.ac-container input:checked + label:hover:after {
    background-image:url(../images-new/arrow_up.png);
}

.ac-container input {
    display:none
}

.ac-container article {
    background:transparent;
    margin-top:-1px;
    overflow:hidden;
    height:0;
    position:relative;
    z-index:10;
    transition:height .3s ease-in-out,box-shadow .6s linear
}

.ac-container input:checked ~ article {
    transition:height .5s ease-in-out,box-shadow .1s linear;
    box-shadow:0 0 0 1px rgba(155,155,155,0.3)
}

.ac-container article p {
    font-style:inherit;
    color:#0f0708;
    line-height:23px;
    font-size:14px;
    padding:/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
20px
}

.ac-container article li {
    font-style:inherit;
    color:#0f0708;
    line-height:23px;
    font-size:14px;
    padding:/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
20px
}

.ac-container input:checked ~ article.ac-small {
    height:140px
}

.ac-container input:checked ~ article.ac-medium {
    height:180px
}

.ac-container input:checked ~ article.ac-large {
    height:230px
}

/*============================BACK TO TOP===========================*/
.back-to-top {
    position:fixed;
    bottom:4em;
    right:0;
    text-decoration:none;
    color:#fff;
    background-color:#414368;
    font-size:12px;
    padding:1em;
    display:none
}

.back-to-top:hover {
    background-color:rgba(135,135,135,0.50)
}

/*Styles For Desktop - 1
====================================================================*/
body {
    background:#131643;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMxMzE2NDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background:-moz-linear-gradient(top,rgba(19,22,67,1) 27%,rgba(255,255,255,1) 76%);
/* FF3.6+ */
    background:-webkit-gradient(linear,left top,left bottom,color-stop(27%,rgba(19,22,67,1)),color-stop(76%,rgba(255,255,255,1)));
/* Chrome,Safari4+ */
    background:-webkit-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* Opera 11.10+ */
    background:-ms-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* IE10+ */
    background:linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* W3C */
    filter:/* IE6-8 */
progid:DXImageTransform.Microsoft.gradient(startColorstr='#131643',endColorstr='#ffffff',GradientType=0)
}

.header {
    min-height:271px;
    text-align:center;
	padding-top: 10px;
}

.header h2 {
    font-family:'Ubuntu',serif;
    font-size:18px;
    color:#aab1d6;
    font-weight:300;
    margin-bottom:-23px
}

.app {
    float:right
}

.app  a {
    padding:10px 20px 10px 33px;
    background:url(../images-new/app-icon.png) no-repeat -2% 0;
    color:#dfe1f0;
    font-family:'Ubuntu',serif;
    font-size:13px;
    text-decoration:none;
}

.social {
    float:right;
    margin-right:22px;
}

.social li {
    display:inline-block;
    list-style:none
}

.social li a {
    padding:10px 20px;
}

.mail {
    background:url(../images-new/social-icons.png)
}
.facebook {
    background:url(../images-new/social.png) -6px -17px;
}

.linkedin {
    background:url(../images-new/social-icons.png) 100% 5%

}
.blog{
  background: #A0A2B3;
    color: white;
    text-decoration: none;
    border: 1px solid;
    border-radius: 1024px;
    display: inline;

}

.slider {
    background:url(../images-new/slider-bg.jpg) no-repeat;
    min-height:279px
}

.sliders {
    min-height:279px;
    text-align:center
}

.list {
    color:#0f0708
}

.navigation {
    text-align:center;
    width:100%;
    z-index:1;
    float:right;
    margin-top:25px
}

.navigation li {
    display:inline-block
}

.navigation li a,visited {
    color:#dfe1f0;
    font-family:'Ubuntu',serif;
    font-size:13px;
    display:block;
    text-decoration:none;
    padding:6px 10px 9px 13px;
    border:none;
    margin-right:4px
}

.navigation li a:hover {
    text-decoration:underline
}

.header-wrapper {
    box-shadow:#000 1px 11px 27px
}

.main-header {
    text-align:center!important
}

.content {
    color:#aab1d6;
    font-family:'Ubuntu',serif;
    font-size:13px;
    text-align:justify;
    line-height:26px
}

.content h1/*,h2  */ {
    color:#DFE1F0;
    font-family:'Ubuntu',serif;
    font-size:24px;
    text-align:center;
    line-height:26px;
    font-weight:600;
/*background:url(../images/services-line.png);*/
    margin-bottom:15px
}

.content .no-bg {
    color:#0C0E2B;
    font-family:'Ubuntu',serif;
    font-size:24px;
    text-align:justify;
    line-height:26px;
    font-weight:600;
    margin-bottom:15px;
    background:none!important;
    padding:20px 0
}

.content .change_color {
    color:#0C0E2B;
    font-family:'Ubuntu',serif;
    font-size:20px;
    text-align:left;
    line-height:26px;
    font-weight:600;
    margin-bottom:15px;
    background:none!important
}

.benefits {
    color:#0C0E2B
}

.blurb .shaddow {
    box-shadow:#000 1px 11px 27px;
    margin:10px 0 20px
}
.blurb .no-shaddow{
     margin:10px 0 20px
}

.blurb  p {
    line-height:29px!important;
    color:#0f0708
}

.right {
    float:right!important
}

.bottom {
    margin-top:25px;
    border-bottom:#121642 solid 2px;
    border-top:#121642 solid 2px
}

.bottom-block {
    box-shadow:#000 1px 11px 27px;
    background:url(../images-new/bottom-bar-bg.png);
    min-height:206px;
    color:#fff;
    font-family:'Ubuntu',serif
}

.bottom-block h1 {
    font-size:24px;
    font-weight:300;
    margin-bottom:15px;
    margin-top:15px
}

.col-wrapper {
    width:81%;
    float:right
}

.col-1,.col-2,.col-3 {
    width:29%;
    float:left;
    min-height:130px;
    margin-right:37px
}

.col-1,.col-2 {
    border-right:#fff 1px solid
}

.col-1 p,.col-2 p,.col-3 p {
    width:53%;
    float:right;
    font-size:14px;
    margin-right:30px
}

.col-1 h2,.col-2 h2,.col-3 h2 {
    width:25%;
    float:left;
    font-size:15px;
    font-weight:300
}

.large {
    font-size:48px!important
}

.footer {
    background:#121642;
    text-align:center;
    margin:40px 0 30px
}

.footer p {
    padding:25px 0;
    color:#fff;
    font-family: "Ubuntu",serif;
	font-size: 14px;
}

.red {
    color:red!important
}

.slicknav_menu {
    display:none
}


/* form style */
.form {
    font-family:'Lato',sans-serif;
    font-size:13px;
    color:#fff;
    padding-top:15px
}
.form p{    font-family:'Lato',sans-serif;
    font-size:13px;}

    input[type=text], input[type=tel], input[type=email]{
        width: 80%;
        padding: 12px 20px;
        border: 2px solid #035187;
    }

    input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
        border: 3px solid #555;
        background-color: #0C0E2B;
        color: #fff;
      }

    textarea {
        width: 90%;
        height: 150px;
        padding: 12px 20px;
        box-sizing: border-box;
        border: 2px solid #035187;
        background-color: #f8f8f8;
        resize: none;
      }

      input[type="submit"]{
        background-color: #0C0E2B;
        color: #fff;
        padding: 15px 30px;
      }


/*Styles Above 1161px - 2
====================================================================*/
@media only screen and (min-width: 960px) and (max-width: 1160px) {
body {
    background:#131643;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMxMzE2NDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background:-moz-linear-gradient(top,rgba(19,22,67,1) 27%,rgba(255,255,255,1) 76%);
/* FF3.6+ */
    background:-webkit-gradient(linear,left top,left bottom,color-stop(27%,rgba(19,22,67,1)),color-stop(76%,rgba(255,255,255,1)));
/* Chrome,Safari4+ */
    background:-webkit-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* Opera 11.10+ */
    background:-ms-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* IE10+ */
    background:linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* W3C */
    filter:/* IE6-8 */
progid:DXImageTransform.Microsoft.gradient(startColorstr='#131643',endColorstr='#ffffff',GradientType=0)
}

.header {
    min-height:271px;
    text-align:center
}

.header h2 {
    font-family:'Ubuntu',serif;
    font-size:18px;
    color:#aab1d6;
    font-weight:300;
    margin-bottom:-23px
}

.app {
    float:right
}

.app  a {
    padding:12px 0 11px 33px;
    background:url(../images/app-icon.png) no-repeat -2% 0;
    color:#dfe1f0;
    font-family:'Ubuntu',serif;
    font-size:11px;
    text-decoration:none
}

.social {
    float:right;
    margin-right:22px
}

.social li {
    display:inline-block;
    list-style:none
}

.social li a {
    padding:10px 20px
}

.mail {
    background:url(../images/social-icons.png)
}

.linkedin {
    background:url(../images/social-icons.png) 100% 5%
}

.slider {
    background:url(../images/slider-bg.jpg) no-repeat;
    min-height:auto
}
.box_skitter_large {
	width: 100%;
	min-height: 233px !important;
}

.navigation {
    text-align:center;
    width:100%;
    z-index:1;
    float:right;
    margin-top:25px
}

.navigation li {
    display:inline-block
}

.navigation li a,visited {
    color:#dfe1f0;
    font-family:'Ubuntu',serif;
    font-size:13px;
    display:block;
    text-decoration:none;
    padding:6px 5px 9px;
    border:none;
    margin-right:0
}

.navigation li a:hover {
    text-decoration:underline
}

.header-wrapper {
    box-shadow:#000 1px 11px 27px
}

.content {
    color:#aab1d6;
    font-family:'Ubuntu',serif;
    font-size:13px;
    text-align:justify;
    line-height:26px
}

.content h1 {
    color:#DFE1F0;
    font-family:'Ubuntu',serif;
    font-size:24px;
    text-align:center;
    line-height:26px;
    font-weight:600;
    background:url(../images/services-line.png);
    margin-bottom:15px;
    background-size:cover
}

.blurb .shaddow {
    box-shadow:#000 1px 11px 27px;
    margin:10px 0 20px
}

.blurb  p {
    line-height:20px!important;
    color:#0f0708
}

.right {
    float:right!important
}

.bottom {
    margin-top:25px;
    border-bottom:#121642 solid 2px;
    border-top:#121642 solid 2px
}

.bottom-block {
    box-shadow:#000 1px 11px 27px;
    background:url(../images/bottom-bar-bg.png);
    min-height:206px;
    color:#fff;
    font-family:'Ubuntu',serif
}

.bottom p a img {
    width:14%
}

.bottom-block h1 {
    font-size:24px;
    font-weight:300;
    margin-bottom:15px;
    margin-top:15px
}

.col-wrapper {
    width:81%;
    float:right
}

.col-1,.col-2,.col-3 {
    width:29%;
    float:left;
    min-height:130px;
    margin-right:30px
}

.col-1,.col-2 {
    border-right:#fff 1px solid
}

.col-1 p,.col-2 p,.col-3 p {
    width:53%;
    float:right;
    font-size:14px;
    margin-right:30px
}

.col-1 h2,.col-2 h2,.col-3 h2 {
    width:25%;
    float:left;
    font-size:15px;
    font-weight:300
}

.large {
    font-size:48px!important
}

.footer {
    background:#121642;
    text-align:center;
    margin:40px 0 30px
}

.footer p {
    padding:25px 0;
    color:#fff;
    font-family: "Ubuntu",serif;
	font-size: 14px;
}

.red {
    color:red!important
}

.slicknav_menu {
    display:none
}
}

/*Styles Above 768px - 2
====================================================================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body {
    background:#131643;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMxMzE2NDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background:-moz-linear-gradient(top,rgba(19,22,67,1) 27%,rgba(255,255,255,1) 76%);
/* FF3.6+ */
    background:-webkit-gradient(linear,left top,left bottom,color-stop(27%,rgba(19,22,67,1)),color-stop(76%,rgba(255,255,255,1)));
/* Chrome,Safari4+ */
    background:-webkit-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* Opera 11.10+ */
    background:-ms-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* IE10+ */
    background:linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* W3C */
    filter:/* IE6-8 */
progid:DXImageTransform.Microsoft.gradient(startColorstr='#131643',endColorstr='#ffffff',GradientType=0)
}

.header {
    min-height:271px;
    text-align:center
}

.header h2 {
    font-family:'Ubuntu',serif;
    font-size:18px;
    color:#aab1d6;
    font-weight:300;
    margin-bottom:18px
}

.app {
    float:right
}

.app  a {
    padding:12px 0 11px 33px;
    background:url(../images/app-icon.png) no-repeat -2% 0;
    color:#dfe1f0;
    font-family:'Ubuntu',serif;
    font-size:11px;
    text-decoration:none
}

.social {
    float:right;
    margin-right:22px
}

.social li {
    display:inline-block;
    list-style:none
}

.social li a {
    padding:10px 20px
}

.mail {
    background:url(../images/social-icons.png)
}

.linkedin {
    background:url(../images/social-icons.png) 100% 5%
}

.slider {
    background:url(../images/slider-bg.jpg) no-repeat;
    min-height:185px
}

.box_skitter_large {
	width: 100%;
	min-height: 185px !important;
}

.navigation {
    text-align:center;
    width:100%;
    z-index:1;
    float:right;
    margin-top:25px
}

.navigation li {
    display:inline-block
}

.navigation li a,visited {
    color:#dfe1f0;
    font-family:'Ubuntu',serif;
    font-size:11px;
    display:block;
    text-decoration:none;
    padding:6px 0 9px 4px;
    border:none;
    margin-right:0
}

.navigation li a:hover {
    text-decoration:underline
}

.header-wrapper {
    box-shadow:#000 1px 11px 27px
}

.content {
    color:#aab1d6;
    font-family:'Ubuntu',serif;
    font-size:13px;
    text-align:justify;
    line-height:26px
}

.content h1 {
    color:#DFE1F0;
    font-family:'Ubuntu',serif;
    font-size:24px;
    text-align:center;
    line-height:26px;
    font-weight:600;
    background:url(../images/services-line.png);
    margin-bottom:15px;
    background-size:contain
}

.blurb .shaddow {
    box-shadow:#000 1px 11px 27px;
    margin:10px 0 20px
}

.blurb  p {
    line-height:20px!important;
    color:#0f0708
}

.right {
    float:right!important
}

.bottom {
    margin-top:25px;
    border-bottom:#121642 solid 2px;
    border-top:#121642 solid 2px
}

.bottom-block {
    box-shadow:#000 1px 11px 27px;
    background:url(../images/bottom-bar-bg.png);
    min-height:206px;
    color:#fff;
    font-family:'Ubuntu',serif
}

.bottom p a img {
    width:14%
}

.bottom-block h1 {
    font-size:24px;
    font-weight:300;
    margin-bottom:15px;
    margin-top:15px
}

.col-wrapper {
    width:99%;
    float:right
}

.col-1,.col-2,.col-3 {
    width:29%;
    float:left;
    min-height:130px;
    margin-right:28px
}

.col-1,.col-2 {
    border-right:#fff 1px solid
}

.col-1 p,.col-2 p,.col-3 p {
    width:55%;
    float:right;
    font-size:12px;
    margin-right:4px
}

.col-1 h2,.col-2 h2,.
col-3 h2 {
    width:32%;
    float:left;
    font-size:15px;
    font-weight:300
}

.large {
    font-size:48px!important
}

.footer {
    background:#121642;
    text-align:center;
    margin:40px 0 30px
}

.footer p {
    padding:25px 0;
    color:#fff;
    font-family: "Ubuntu",serif;
	font-size: 14px;
}

.red {
    color:red!important
}

.slicknav_menu {
    display:none
}
}

/*Styles for 767px - For Tablet in Potrait Mode
====================================================================*/
@media only screen and (max-width: 767px) {
.table {
    width:100%;
    overflow-x:scroll;
    overflow-y:hidden
}
.blog{
  display: none;
}
}

/*Styles for Smartphones - 3
====================================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #menu , #menu li, #menu li a   {display:block;}

body {
    background:#131643;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMxMzE2NDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background:-moz-linear-gradient(top,rgba(19,22,67,1) 27%,rgba(255,255,255,1) 76%);
/* FF3.6+ */
    background:-webkit-gradient(linear,left top,left bottom,color-stop(27%,rgba(19,22,67,1)),color-stop(76%,rgba(255,255,255,1)));
/* Chrome,Safari4+ */
    background:-webkit-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* Opera 11.10+ */
    background:-ms-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* IE10+ */
    background:linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* W3C */
    filter:/* IE6-8 */
progid:DXImageTransform.Microsoft.gradient(startColorstr='#131643',endColorstr='#ffffff',GradientType=0)
}

.list {
    color:#0f0708;
    text-align:justify
}

.header {
    min-height:271px;
    text-align:center
}

.header h2 {
    font-family:'Ubuntu',serif;
    font-size:18px;
    color:#aab1d6;
    font-weight:300;
    margin-bottom:18px
}

.app {
    float:left
}

.app  a {
    padding:12px 0 11px 33px;
    background:url(../images/app-icon.png) no-repeat -2% 0;
    color:#dfe1f0;
    font-family:'Ubuntu',serif;
    font-size:11px;
    text-decoration:none
}

.social {
    float:right;
    margin-right:22px
}

.social li {
    display:inline-block;
    list-style:none
}

.social li a {
    padding:10px 20px
}

.mail {
   /* background:url(../images/social-icons.png)*/
}

.linkedin {
/*    background:url(../images/social-icons.png) 100% 5%*/
}
img.logo {
    margin-bottom: 9px;
  }
.slider {
    background:url(../images/slider-bg.jpg) no-repeat;
    min-height:279px
}

.navigation {
    text-align:center;
    width:100%;
    z-index:1;
    float:right;
    margin-top:25px;
    display:none!important
}

.navigation li {
    display:inline-block
}

.navigation li a,visited {
    color:#dfe1f0;
    font-family:'Ubuntu',serif;
    font-size:13px;
    display:block;
    text-decoration:none;
    padding:6px 5px 9px;
    border:none;
    margin-right:0
}

.navigation li a:hover {
    text-decoration:underline
}

.header-wrapper {
    box-shadow:none!important
}

.content {
    color:#aab1d6;
    font-family:'Ubuntu',serif;
    font-size:13px;
    text-align:justify;
    line-height:26px
}

.content h1 {
    color:#DFE1F0;
    font-family:'Ubuntu',serif;
    font-size:24px;
    text-align:center;
    line-height:26px;
    font-weight:600;
    margin-bottom:15px;
    padding:20px 0
}

.blurb {
    text-align:center
}

.blurb .shaddow {
    box-shadow:#000 1px 11px 27px;
    margin:10px 0 20px
}

.blurb  p {
    line-height:20px!important;
    color:#0f0708;
    text-align:justify;
    padding:10px
}

.box {
    float:none
}

.mask {
    display:none
}

.white p {
    color:#fff!important;
    padding:10px
}

.right {
    float:right!important
}

.bottom {
    margin-top:25px;
    border-bottom:#121642 solid 2px;
    border-top:#121642 solid 2px
}

.bottom-block {
    box-shadow:#000 1px 11px 27px;
    background:url(../images/bottom-bar-bg.png) no-repeat,#121642;
    min-height:206px;
    color:#fff;
    font-family:'Ubuntu',serif
}

.bottom p a img {
    width:14%
}

.bottom-block h1 {
    font-size:24px;
    font-weight:300;
    margin-bottom:15px;
    margin-top:15px
}

.col-wrapper {
    width:99%;
    float:right
}

.col-1,.col-2,.col-3 {
    width:95%;
    float:left;
    min-height:130px;
    margin-right:28px
}

.col-1,.col-2 {
    border-right:#fff 1px solid
}

.col-1 p,.col-2 p,.col-3 p {
    width:55%;
    float:right;
    font-size:12px;
    margin-right:4px
}

.col-1 h2,.col-2 h2,.col-3 h2 {
    width:32%;
    float:left;
    font-size:15px;
    font-weight:300
}

.large {
    font-size:48px!important
}

.footer {
    background:#121642;
    text-align:center;
    margin:40px 0 30px
}

.footer p {
    padding:25px 0;
    color:#fff;
    font-family: "Ubuntu",serif;
	font-size: 14px;
}

.red {
    color:red!important
}

.slicknav_menu {
    display:block
}
.cd-testimonials-wrapper {
    position: relative;
    width: 90%;
    max-width: 480px;
    color: #fff!important;
    background-color: #131643;
    margin: 2em auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 20px 34px 50px 1px;
    z-index: 1;
}
}

/*Styles for Smartphones - 4
====================================================================*/
@media only screen and (max-width: 480px) {
body {
    background:#131643;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMxMzE2NDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background:-moz-linear-gradient(top,rgba(19,22,67,1) 27%,rgba(255,255,255,1) 76%);
/* FF3.6+ */
    background:-webkit-gradient(linear,left top,left bottom,color-stop(27%,rgba(19,22,67,1)),color-stop(76%,rgba(255,255,255,1)));
/* Chrome,Safari4+ */
    background:-webkit-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* Opera 11.10+ */
    background:-ms-linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* IE10+ */
    background:linear-gradient(to bottom,rgba(19,22,67,1) 27%,rgba(255,255,255,.7) 76%);
/* W3C */
    filter:/* IE6-8 */
progid:DXImageTransform.Microsoft.gradient(startColorstr='#131643',endColorstr='#ffffff',GradientType=0)
}
.quotes {
    background: rgba(255,255,255,0.4);
    margin: 20px;
    padding: 10px;
    float: none;
    text-decoration: none;
    color: #000;
    font-family: 'Ubuntu',serif;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    width: auto;
}
.logo {
    max-width:44%!important;
    vertical-align:middle;
    margin-bottom: 30px;
}

.list {
    color:#0f0708;
    text-align:justify;
    padding:10px
}

.header {
    min-height: 142px;
    text-align:center
}

.header h2 {
    font-family:'Ubuntu',serif;
    font-size:18px;
    color:#aab1d6;
    font-weight:300;
    margin-bottom:18px
}

.app {
    float:left
}

.app  a {
    padding:12px 0 11px 33px;
    background:url(../images/app-icon.png) no-repeat -2% 0;
    color:#dfe1f0;
    font-family:'Ubuntu',serif;
    font-size:11px;
    text-decoration:none
}

.social {
    float:right;
    margin-right:22px
}

.social li {
    display:inline-block;
    list-style:none
}

.social li a {
    padding:10px 20px
}

.mail {
/*    background:url(../images/social-icons.png) no-repeat;*/
        padding-top: 6px !important;
}

.linkedin {
    /*background:url(../images/social-icons.png) 100% 5%*/
     padding-top: 8px !important;

}
.blog{
  display: none;
}

.slider {
    background:url(../images/slider-bg.jpg) no-repeat;
    min-height:120px;
    margin-bottom:20px
}

.navigation {
    text-align:center;
    width:100%;
    z-index:1;
    float:right;
    margin-top:25px;
    display:none
}

.navigation li {
    display:inline-block
}

.navigation li a:visited {
    color:#dfe1f0;
    font-family:'Ubuntu',serif;
    font-size:13px;
    display:block;
    text-decoration:none;
    padding:6px 5px 9px;
    border:none;
    margin-right:0
}

.navigation li a:hover {
    text-decoration:underline
}

.header-wrapper {
    box-shadow:none
}

.content {
    color:#aab1d6;
    font-family:'Ubuntu',serif;
    font-size:13px;
    text-align:justify;
    line-height:26px
}

.content h1 {
    color:#DFE1F0;
    font-family:'Ubuntu',serif;
    font-size:24px;
    text-align:center;
    line-height:26px;
    font-weight:600;
    margin-bottom:15px;
    padding:10px
}

.blurb {
    text-align:center;
    padding-bottom:20px
}

.blurb .shaddow {
    box-shadow:#000 1px 11px 27px;
    margin:10px 0 20px
}

.blurb  p {
    line-height:20px!important;
    color:#0f0708;
    text-align:justify;
        padding: 15px;
}

.right {
    float:right!important
}

.bottom {
    margin-top:25px;
    border-bottom:#121642 solid 2px;
    border-top:#121642 solid 2px
}

.bottom-block {
    box-shadow:#000 1px 11px 27px;
    background:url(../images/bottom-bar-bg.png) no-repeat,#121642;
    min-height:206px;
    color:#fff;
    font-family:'Ubuntu',serif
}

.bottom p a img {
    width:14%
}

.bottom-block h1 {
    font-size:24px;
    font-weight:300;
    margin-bottom:15px;
    margin-top:15px
}

.col-wrapper {
    width:99%;
    float:right
}

.col-1,.col-2,.col-3 {
    width:95%;
    float:left;
    min-height:87px;
    margin-right:28px;
    border-top:1px solid #fff
}

.col-1,.col-2 {
    border-top:#fff 1px solid;
    border-right:none
}

.col-1 p,.col-2 p,.col-3 p {
    width:55%;
    float:right;
    font-size:12px;
    margin-right:4px;
    padding:10px
}

.col-1 h2,.col-2 h2,.col-3 h2 {
    width:32%;
    float:left;
    font-size:15px;
    font-weight:300
}

.large {
    font-size:48px!important
}

.footer {
    background:#121642;
    text-align:center;
    margin:40px 0 30px
}

.footer p {
    padding:25px 0;
    color:#fff;
    font-family: "Ubuntu",serif;
	font-size: 14px;
}

.red {
    color:red!important
}

.slicknav_menu {
    display:block
}
.mask {
    width:253px;
    height:165px;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    overflow:visible;
    border:5px solid rgba(0,0,0,0.9);
    box-sizing:border-box;
    transition:all .4s ease-in-out
}
.white li {
    color:#fff!important;
    text-align:justify
}
.white p {
    color:#fff!important;
    padding:10px
}
#appointments {
  height: 84px;
  width: 11px;
  position: fixed;
  top: 33%;
  z-index: 999;
  left: 98%;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#appointments a {
  display: block;
  background: rgba(255,255,255,0.4);
  height: 153px;
  width: 170px;
  padding: 11px 10px;
  color: #fff;
  font-family: Arial,sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  border-right: solid 1px #fff;
  display: none;
}
.cd-testimonials-wrapper {
    position: relative;
    width: 90%;
    max-width: 480px;
    color: #fff!important;
    background-color: #131643;
    margin: 2em auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 20px 34px 50px 1px;
    z-index: 1;
}
}
