/* Start of CMSMS style sheet 'custom' */
/* FONT-FAMILY
-------------------------------------------------- */

p, body, li, label, p.quote, p.quotename, .footer-text p, .form-control, .file-input, .feedback p, .lead, .btn, .cta-btn p, .displayer h1 strong, #content-home p.lead strong, .displayer-content .btn-lg,
h1, h2, h3, .bg-circle h4 {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style:normal;
}
p em, body em, li em, em, p.quotename em, #form-default, .footer-text p em, p strong em, strong em, em strong, .lead em strong, .lead strong em, .lead em,
h3 em, h2 em {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style:italic;
}
p strong, strong, p.quotename strong, .navbar, table th, .footer-text p strong, .btn strong, .btn-lg strong, .cta-btn p strong, .cta-hover h2, .displayer-content .btn-lg strong,
.main.home h1, .main.home h1 strong, h1 strong, h2 strong, h3 strong, h4, h5, h6, .navbar-toggle-text {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style:normal;
}
h4 strong, h5 strong, h6 strong, .banner h1 {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style:normal;
}
.displayer h1, #content-home p.lead, .btn-lg {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style:normal;
}
code, kbd, pre, samp {
  font-family:'Roboto Mono', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style:normal;
}

/* BODY
-------------------------------------------------- */

body {
  background:#FFF;
  position:relative;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
a.anchor {
  position: relative;
  top: -70px;
  display: block;
  width: 0;
  height: 0;
}
.keep-left {
  text-align:left !important;
}
.text-highlight {
  background: #ffff00;
}
.text-highlight-red {
  background: #e12b4d;
  color: #fff !important;
}
.text-shadow {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0) !important;
}
.uppercase { text-transform: uppercase; }
.fixed { position:fixed; }
.show-xxs,
.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xlg,
.show-btn,
.videoembed {
  display:none;
}
.float-left {
  float:left;
}
.float-right {
  float:right;
}
.no-float {
  float:none;
}
.inline-block {
  display: inline-block;
}
.container-full {
  width: 100%;
}
.text-compress p {
  font-size: 85%;
  margin: 0 0 5px 0;
}
.text-wrap {
  white-space: pre;           /* CSS 2.0 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap;  /* HP Printers */
  word-wrap: break-word;      /* IE 5+ */
}
.blue-highlight {
    background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #ADD8E6 65%);
    display: inline-block;
    padding-right: 15px;
}
.blue-highlight-70 {
    background: linear-gradient(180deg, rgba(255,255,255,0)70%, #ADD8E6 70%);
    display: inline-block;
    /*padding-right: 15px;*/
}
.blue-highlight-shorter {
    background: linear-gradient(180deg, rgba(255,255,255,0) 75%, #ADD8E6 75%);
    display: inline-block;
    padding-right: 15px;
}

/* HEADER
-------------------------------------------------- */

#header {
  right: 0;
  left: 0;
  z-index: 1030;
  padding-bottom: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#header.fixed {
  background: url("images/backgrounds/bg-header.png") repeat-x center bottom transparent;
}
#header.black-nav {
  background: url("images/backgrounds/bg-header-black.png") repeat-x center bottom transparent;
  height: 120px;
}
#header.white-nav {
  background: #fff;
  height: 94px;
}
#header.header-video {
  background: transparent;
  right: 0;
  left: 0;
  z-index: 1030;
  padding-bottom: 0;
}
#header p {
  text-align:center;
  font-size:19px;
  margin: 0 0 5px 0 !important;
  line-height: 1.2;
  color:#666666;
}
.header-navbar {
  padding-left: 0;
  padding-right: 0;
}
.header-left {
  float:left;
  width: 28%;
}
.header-right {
  float:none;
  width: 100%;
}
img.header-logo {
  width:auto;
  margin-left:0;
}
.header-logo-box {
  height: auto;
  position: absolute;
  top: 0;
  width: 290px;
  padding: 5px 10px 0 10px;
  background: #fff;
  border-radius: 2px;
}
#header.black-nav img.header-logo,
#header.white-nav img.header-logo {
  padding: 15px 50px 0 0;
}
#header .container-full img.header-logo {
  height: 65px;
  margin-left: 50px;
}

/* NAVBAR
-------------------------------------------------- */

#navbar {
  width:100%;
  margin:0 auto 0 auto;
}
#navbar a:hover {
  text-decoration:none !important;
}
#navigation {
  background: transparent;
  border: none;
  /*border-radius: 4px;*/
}
.displayer-navbar .navbar-header {
 margin-right: 0;
 margin-left: 0;
}
ul.navbar-nav > li:first-child {
  border-left:none;
  /* border-left:1px #677ea8 solid;  /* use for MENU with dividers */
}
.navbar {
  margin-bottom:0;
  border-radius: 0 !important;
}
.navbar-nav {
  margin: 0px -15px;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  font-size: 18px;
  padding: 10px 16px; /* adjust MENU ITEM padding-left */
  /* border-right: 1px #677ea8 solid; /* use for MENU with dividers */
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #1a3280;
  /* border-color: #677ea8; /* selected PARENT MENU border color */
  border-radius: 3px 3px 0 0;
}
.navbar-nav > li > a {
  padding-top: 14px;
  padding-bottom: 15px;
  line-height: 20px;
  /*margin-left: 3px;
  margin-right: 3px; needed for free floating menu items;*/

}
.displayer-navbar .navbar-nav > li > a {
  border-radius: 0;
}
ul.navbar-nav > li:hover {
  text-decoration: none;
  background: transparent; /* after click PARENT MENU background color */
}
#navigation .dropdown-menu {
  background: #000;  /*DROPDOWN background color */
  padding: 0;
  margin: 0;
  /*margin: 0 3px needed for free floating menu items;*/
  font-size: 20px; /* DROPDOWN text size */
  border:none;
  border-radius: 0 3px 3px 3px;
}
.dropdown-menu > li > a {
  padding: 14px 16px; /* DROPDOWN text padding */
  color: #fff; /* DROPDOWN text color */
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff; /* hover DROPDOWN text color */
  text-decoration: none;
  background: #28b7fa; /* hover DROPDOWN background color */
}
.dropdown-menu > li:first-child > a:hover,
.dropdown-menu > li:first-child > a:focus {
  border-radius: 0 3px 0 0;
}
.dropdown-menu > li:last-child > a:hover,
.dropdown-menu > li:last-child > a:focus {
  border-radius: 0 0 3px 3px;
}
.navbar-collapse {
  max-height: 376px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  /*border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); remove line above navbar */
}
.navbar-brand {
  float: left;
  /*padding: 15px 15px;*/
  padding:0 20px;
  font-size: 17px;
  line-height: 20px;
  line-height: 50px;
  display:none;
}
.nav-btn {
  float:left;
  margin: 5px 0 0 10px;
}

/* NAVBAR-LINKS
-------------------------------------------------- */

.navbar-links {
  position: absolute;
  top:18px;
  right:30px;
  z-index: 777777;
}
.navbar-links > .navbar-nav > li > a {
  color: #cccccc; /* PARENT MENU text color */
  font-size:16px;
  padding: 6px 10px; /* adjust MENU ITEM padding-left */
  margin-left: 5px;
}
.white-nav .navbar-links > .navbar-nav > li > a {
  color: #000;
  background: #f5f5f5;
}
.navbar-links > .navbar-nav > li > a:hover,
.navbar-links > .navbar-nav > li > a:focus,
.white-nav .navbar-links > .navbar-nav > li > a:hover,
.white-nav .navbar-links > .navbar-nav > li > a:focus {
  color: #fff; /* hover PARENT MENU text color */
  background: #ADD8E6; /* hover PARENT MENU background color */
}
.instagram a:hover {
    color:#000 !important;
}

/* NAVBAR-INVERSE
-------------------------------------------------- */

.navbar-inverse {
  /*background: #4095E6;*/
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #333;
  font-size:17px;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #dcdcdc;
  background: transparent;
}
.navbar-inverse .navbar-text {
  color: #333;
}
.navbar-inverse .navbar-nav > li > a {
  color: #222; /* PARENT MENU text color */
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 21px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-inverse .navbar-nav > li.highlight > a {
     /*background: #ADD8E6;*/
     /*background: linear-gradient(180deg, rgba(255,255,255,0) 85%, lightgray 85%);*/
    
}
.black-nav .navbar-inverse .navbar-nav > li > a {
  color: #ffffff; /* PARENT MENU text color */
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #000; /* hover PARENT MENU text color */
  /*background: #ADD8E6;*/ /*hover PARENT MENU background color */
  background: linear-gradient(180deg, rgba(255,255,255,0) 85%, #ADD8E6 85%);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background: #328ddd;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #fff;
  background: transparent;
}
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff; /* hover selected PARENT MENU text color */
  background: #000; /* hover selected PARENT MENU background color */
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff; /* selected PARENT MENU text color */
  background: #000; /* selected PARENT MENU background color */
}
.navbar-inverse .navbar-toggle {
  background: #000; /* COLLAPSED MENU TOGGLE background color */
  border-color: #363636; /* COLLAPSED MENU TOGGLE border color */
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background: #363636; /* hover COLLAPSED MENU TOGGLE background color */
  border-color: #363636; /* hover COLLAPSED MENU TOGGLE border color */
}
.navbar-header {
  border-bottom: none; /* COLLAPSED MENU border-bottom color */
}
.navbar-header img {
  margin: 5px 25px 5px 15px; /* MENU LOGO margins */
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background: #009cdb; /* COLLAPSED MENU TOGGLE background color */
  
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle-button {
  float: right;
  padding: 8px 10px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.navbar-toggle-text,
.navbar-toggle-icon {
  float:left;
}
.navbar-toggle-text {
  margin: 0 6px 0 0;
  color:#fff; /* COLLAPSED MENU TOGGLE text color */
  font-size:11pt;
}
.navbar-toggle-bars {
  margin: 0;
  color:#fff; /* COLLAPSED MENU TOGGLE text color */
}
.icon-bar-top {
  margin-top: 3px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background: #fff; /* COLLAPSED MENU TOGGLE icon bars color */
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent;
}

/* SLIDER
-------------------------------------------------- */

#slider {
  width:100%;
  margin:0 auto 0 auto;
}

/* IMAGES
-------------------------------------------------- */

.img-responsive {
  margin: 10px auto;
}
.img-responsive-left {
  margin: 10px 0;
  display: block;
  max-width: 100%;
  height: auto;
}
.img-center {
  margin: 1% auto;
}
.img-left {
  float: left;
  margin: 1% 1% 1% 0;
}
.img-right {
  float: right;
  margin: 1% 0 1% 1%;
}
.gallery img {
  width:100%;
  margin: 10px auto 20px auto;
  border: 1px solid #e7e6d9;
}
.gallery-lg {
  margin: 3% auto;
}
.red-underline {
  display: block;
  max-width: 100%;
  height: 17px;
  margin: -20px auto 0 auto;
}

/* BANNER
-------------------------------------------------- */

.banner,
#banner-text-center .banner {
  margin-bottom:0;
  padding-top:140px;
  padding-bottom:45px;
  height:auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.banner5 {
  padding-top:50px;
  height:280px;
}
.banner h1 {
  color:#000 !important;
  font-size:60px;
  margin:0;
  padding:10px 0 5px 0;
}
.blog-h1 {
    width: 450px;
    margin: 0 auto !important;
}
.banner3 h1 {
  font-size:42px;
}
.banner5 h1 {
  font-size:50px;
  font-weight: 300;
}
.banner p {
  color:#333 !important;
  margin:0 0 15px 0 !important;
  padding:0;
}
.banner p a {
  color:#333 !important;
}
.banner p a:hover {
  color:#000 !important;
}
.banner-cta p,
.banner-cta-full p {
  text-align:right;
}
.banner-cta p button,
.banner-cta-full p button {
  margin: 10px 0 0 0;
}
.banner-lg {
  margin-bottom:0;
  padding-top:56px;
  padding-bottom:15px;
  height:220px;
}
.banner1 { background: url("images/banner/banner-studio.jpeg") no-repeat center 25% #b3b3b3; }
.banner2 { background: url("images/banner/bg-support.jpeg") no-repeat center 25% #f4f4f4; }
.banner3 { background: url("images/banner/3.jpg") no-repeat center #f4f4f4; }
.banner4 { background: url("images/banner/4.jpg") no-repeat center #b3b3b3; }
.banner5 { background: url("images/banner/bg-perth.jpg") no-repeat center bottom #f4f4f4; }
.banner6 { background: url("images/banner/6.jpg") no-repeat center #b3b3b3; }
.bg-cover {
  -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
       -o-background-size: cover !important;
          background-size: cover !important;
}
.banner-services {
    padding-top: 150px !important;
    background: url("images/banner/bg-services-new-hover.jpg") no-repeat #fff;
    background-position: center top; 
    background-size: cover;
}
.banner-services-2021 {
    padding-top: 200px !important;
    background: url("images/banner/bg-services-2021.jpg") no-repeat #fff !important;
    background-position: center !important; 
    background-size: cover;
}
.banner-services h2, .banner-services-2021 h2 { font-size: 42px;}
.banner-services h2, .banner-services p,
.banner-services-2021 h2, .banner-services-2021 p { 
    background: #000;
    line-height: 1.5; 
    display: inline-block; 
    padding: 3px 10px;
    margin: 5px 0 !important;
}


/* DISPLAYER
-------------------------------------------------- */

.displayer {
  margin:0 auto;
  padding-bottom:0;
}
.displayer h1 {
  color:#2D51A7 !important;
}
.displayer h2 {
  color:#1B1464 !important;
}
.displayer p,
.displayer p.lead {
  color:#000;
}

.displayer .checklist i {
  color:#EC2222;
  line-height: 1.0;
}
.displayer .checklist.fa-ul {
  padding-left: 0;
  margin-left: 2.5em;
  list-style-type: none;
  padding-right: 20px;
}

.displayer h1 {
  font-size:42px;
  margin:0 !important;
  padding:15px 0 10px 0;
  line-height: 1.2;
}
.displayer h2 {
  font-size:30px;
  margin:0 !important;
  padding:0 0 10px 0;
  line-height: 1.2;
}
.displayer p,
.displayer ul li {
  font-size:21px;
  line-height: 1.3;
}
.displayer p {
  margin:0 0 20px 0 !important;
  padding:0;
}
.displayer p.lead {
  font-size:25px;
  line-height: 1.2;
}
.displayer1 ul {
  margin-top:20px;
  margin-bottom:0;
}
.displayer ul li {
  padding:0;
  margin-bottom:8px;
}

.displayer1 {
  position:relative;
  overflow: hidden;
  padding-top: 60px;
  background: #6394ce;
  height:auto;
}
.displayer1 h1 {
  font-size:80px;
  padding:35px 0 10px 0;
  line-height: 1.0;
}
.displayer1 p {
  margin:0 0 0 0 !important;
}
.displayer1.displayer-adwords {
  background: #85a7d5;
}

/*.displayer1 { background: url("images/displayer/1.jpg") no-repeat center top #75a0d3; }*/
.displayer2 { background: url("images/displayer/2.jpg") no-repeat right #F2F2F2; }
.displayer3 { background: url("images/displayer/3.jpg") no-repeat center #F2F2F2; }
.displayer4 { background: url("images/displayer/4.jpg") no-repeat center #F2F2F2; }
.bg-contain {
  background-size: contain;
}

.displayer-home {
    padding-top: 150px !important;
    padding-bottom: 50px;
    background: url("images/banner/bg-smiling-guy.jpg") no-repeat #c3c0c7;
    background-position: center; 
    background-size: cover;
}
.displayer-home h1,
.displayer-home-animation h1 { 
    font-size: 50px; 
    margin-bottom: 0px !important;
    /*text-transform: uppercase;*/
}
.displayer-home h1 span,
.displayer-home-animation h1 span {
    margin-bottom: 10px !important;
}
.displayer-home-animation img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.displayer-home-animation .container .row {
    position: relative;
    top: 120px;
}
.banner-why-choose-us {
    padding-top: 100px !important;
    padding-bottom: 50px;
    background: #ADD8E6;
}
.banner-why-choose-us h1 { 
    font-size: 48px; 
    margin-bottom: 20px !important;
    padding: 10px;
    font-weight: 300;
}


/* DISPLAYER VIDEO
-------------------------------------------------- */

.displayer-video {
  position:relative;
  overflow: hidden;
  height:700px;
}
.displayer-video.bg-white { background: url("images/backgrounds/bg-white.png") repeat transparent; }
.displayer-video.bg-white-25 { background: url("images/backgrounds/bg-white-25.png") repeat transparent; }
.displayer-video.bg-white-75 { background: url("images/backgrounds/bg-white-75.png") repeat transparent; }
.displayer-video.bg-black { background: url("images/backgrounds/bg-black.png") repeat transparent; }
.displayer-video.bg-black-25 { background: url("images/backgrounds/bg-black-25.png") repeat transparent; }
.displayer-video #video-background {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: 1400px;
}
.displayer-video h1 {
  font-size: 66px;
  margin-bottom: 15px !important;
}
.displayer-video h1,
.displayer-video h1 strong {
  color:#000;
}
.displayer-video .white-text h1,
.displayer-video .white-text h1 strong {
  color:#fff;
}
.displayer-content {
  padding-top: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.displayer-video-center #video-background {
  right: -30px;
  top: 0;
}
.displayer-video-right #video-background {
  right: -61%;
  top: -34%;
  min-width: 100%;
  min-height: 100%;
  width: 1980px;
  height: auto;
}
.displayer-video-bottom #video-background {
  bottom: 0;
}
.caption-top {
  position: absolute;
  top:30px;
  left:8%;
  right:6%;
}
.caption-bottom {
  position: absolute;
  bottom:30px;
  left:28%;
  right:26%;
}
.caption-bottom-lg {
  left:8%;
  right:6%;
}
.bg-lightblue {
    background: #ADD8E6;
}
/* MAIN
-------------------------------------------------- */

.main {
  color:#666666; /* DEFAULT FONT colour */
  padding-top:15px;
  padding-bottom:15px;
}
.home {
  text-align:center;
}
.default {
  text-align:left;
  padding-top:60px;
}
.home, .default {
  clear:both;
}
.container a img:hover, .main a img:hover , .navbar-header a img:hover, .slider-btn a img:hover {
  opacity:0.9;
}
hr {
  margin: 30px auto;
  height: 1px;
  width: 100%;
  display: block;
  border-top: 1px solid #e7e6d9;
}
.divider-left {
  border-left: 1px solid #e7e6d9;
  padding-left:3%;
}
.divider-right {
  border-right: 1px solid #e7e6d9;
  padding-right:3%;
}
.inline-table {
  display:inline-table;
  margin-left:auto;
  margin-right:auto;
  padding: 0 5px;
}
.vtop {
  vertical-align:top;
}
.cta-row .col-md-12, .cta-row .col-md-10, .cta-row .col-md-6, .cta-row .col-md-4, .cta-row .col-md-3, .cta-row .col-md-2,
.cta-row .col-sm-12, .cta-row .col-sm-10, .cta-row .col-sm-6, .cta-row .col-sm-4, .cta-row .col-sm-3, .cta-row .col-sm-2,
.cta-row .col-xs-12, .cta-row .col-xs-10, .cta-row .col-xs-6, .cta-row .col-xs-6, .cta-row .col-xs-4, .cta-row .col-xs-2 {
  padding: 0 5px 0 5px;
}
.row.cta-row {
  margin-left: 0;
  margin-right: 0;
}
#content,
#content-home {
  margin-top:0;
}
#content,
#content-home,
#our-clients {
  background: #fff;
}
#news .img-responsive {
  margin:0 auto;
}
.black-highlight { 
    background: #000;
    padding: 10px;
    color: #EEE !important;
    display: inline-block;
}
.lightblue-highlight { 
    background: #ADD8E6;
    padding: 10px;
    color: #000 !important;
    display: inline-block;
}
.darkblue-highlight { 
    background: #0071bc;
    padding: 10px;
    color: #EEE !important;
    display: inline-block;
}
.lightgrey-highlight { 
    background: #f4f4f4;
    padding: 10px;
    color: #111 !important;
    display: inline-block;
}

/* DOTS ANIMATION
-------------------------------------------------- */
.dot1 {
 animation: visibility 3s linear infinite;
}

@keyframes visibility {
 0% {
 opacity: 1;
 }
 65% {
 opacity: 1;
 }
 66% {
 opacity: 0;
 }
 100% {
 opacity: 0;
 }
}

.dot2 {
 animation: visibility2 3s linear infinite;
}

@keyframes visibility2 {
 0% {
  opacity: 0;
 }
 21% {
  opacity: 0;
 }
 22% {
  opacity: 1;
 }
 65% {
  opacity: 1;
 }
 66% {
  opacity: 0;
 }
 100% {
  opacity: 0;
 }
}

.dot3 {
 animation: visibility3 3s linear infinite;
}

@keyframes visibility3 {
 0% {
  opacity: 0;
 }
 43% {
  opacity: 0;
 }
 44% {
  opacity: 1;
 }
 65% {
  opacity: 1;
 }
 66% {
  opacity: 0;
 }
 100% {
  opacity: 0;
 }
}

/* MAIN FONTS
-------------------------------------------------- */

#content-home .main h1 {
  color:#333;
}
.row h1, .main h1 {
  color:#6f6f6f;
}
.row h2, .main h2,
.row h3, .main h3,
.row h4, .main h4,
.row h5, .main h5,
.row h6, .main h6 {
  color:#000;
}
#content-home .main p.lead,
#content-home .main p.lead strong {
  color:#4e4e4e;
}
#article-title strong {
    color: #000;
    background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #ADD8E6 65%);
    padding-right: 10px;
}
.main p.lead,
.main p.lead strong,
table strong {
  color:#000;
}
.main p a, .main li a {
  text-decoration:0;
}
.main p.lead a, .main h1 a, .main h2 a, .main h3 a, .main h4 a, .main h5 a, .main h6 a {
  text-decoration:none;
  /*border-bottom: 1px dotted;*/
}

.main.home .main h1 a {
  color:#333;
}
.main.home h1 a:hover{
  color:#000;
}
.main h1 a {
  color:#6f6f6f;
}
.main h1 a:hover {
  color:#333;
}
.main h2 a,
.main h3 a,
.main h4 a,
.main h5 a,
.main h6 a {
  color:#000;
}
.main h2 a:hover,
.main h3 a:hover,
.main h4 a:hover,
.main h5 a:hover,
.main h6 a:hover {
  color:#666;
}
.main p.lead a,
.main p strong,
.main li strong,
.main p a,
.main li a,
.displayer p a {
  color:#000;
}
.main h1 strong {
  color:#6f6f6f;
}
.main p a:hover,
.main li a:hover,
.main p.lead a:hover {
  color:#666;
}

.row h1, .main h1,
.row h2, .main h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.row h3, .main h3,
.row h4, .main h4,
.row h5, .main h5 {
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

#content-tour-5 .row h5,
#content-tour-5 .main h5 {
  margin-top: 15px;
  margin-bottom: 5px;
}

h1 sup {
  font-size:33%;
  top: -24px;
}
h2 sup {
  font-size:36%;
  top: -20px;
}
h3 sup {
  font-size:39%;
  top: -19px;
}
h4 sup {
  font-size:46%;
  top: -12px;
}
h5 sup {
  font-size:46%;
  top: -12px;
}
p.lead sup {
  font-size:49%;
  top: -12px;
}
p sup,
li sup {
  font-size:46%;
  top: -10px;
}
p.small sup {
  font-size:54%;
  top: -5px;
}

.main.home h1 {
  font-size:42px;
}
h1 {
  font-size:52px;
}
h2 {
  font-size:42px;
}
#content-tour-6 h2 {
  font-size:44px;
}
h3 {
  font-size:38px;
}
#content-tour-6 h3 {
  font-size:32px;
}
h4 {
  font-size:28px;
}
h5 {
  font-size:24px;
}
h6 {
  font-size:20px;
}
p {
  margin: 0 0 30px 0;
}
.contact-details p {
  font-size:18px;
  margin: 0 0 10px 0 !important;
}
p.small, text-compress p {
  margin: 0 0 10px 0;
}
p.small {
  font-size: 16px;
  line-height: 1.4;
}
#content-tour-1 p.small,
#content-tour-5 p.small,
#content-tour-6 p.small {
  font-size: 20px;
  line-height: 1.4;
}
p, .main li {
  font-size: 20px;
}
p.lead {
  font-size: 24px;
  margin: 0 0 20px 0;
  line-height:1.5;
}
#content-home p.lead {
  font-size: 25px;
  margin: 0 0 20px 0;
  line-height:1.9;
}
p { line-height:1.6; /* text line-height */ }
.main li { line-height:1.5; /* text line-height */ }
.main h4 { line-height:1.44; /* text line-height */ }
.main h5 { font-size: 18px !important; line-height:1.3; /* text line-height */ }

.main .pagination li a  {
  text-decoration:none;
}

code, kbd, pre, samp {
  font-size: 15px;
}
kbd {
  padding: 2px 4px;
  color: #fff;
  background: #333;
  border-radius: 2px;
  /*-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);*/
}
code {
  padding: 2px 4px;
  color: #28b7fa;
  background: #ebf6fe;
  border-radius: 2px;
}
samp {
  color: #000;
}
blockquote {
  margin: 0 0 30px 0;
  padding: 5px 20px 10px 20px;
}
blockquote.bg-grey {
  background:#f7f7f9;
}
blockquote.bg-grey,
blockquote.bg-grey p {
  font-size: 18px;
}
blockquote.bg-grey p {
  margin: 0 0 20px 0;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom:0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background: #333;
  border-color: #333;
  cursor: default;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff;
    background: #666;
    border-color: #ddd;
}
.fa-social-media {
  padding-top:5px;
  padding-bottom:5px;
}
.fa-social-media a .fa-circle {
  color:#aeccd5 !important;
}
.fa-social-media a:hover .fa-circle {
  color:#b8d7e1 !important;
}

.clients p,
.team p {
  font-size:18px;
}
.clients p.small {
  font-size:15px;
}
.team p.lead.small {
  font-size:17px;
}
.team p.small {
  font-size:17px;
}
.team h4 {
  margin-bottom: 5px;
}
.team h6 {
  margin: 0 !important;
}
.team .img-responsive {
  margin: 10px auto 0 auto;
}
.quote-block {
  padding-top:20px;
  padding-bottom:20px;
}
.quote-block-center {
  margin-left:auto;
  margin-right:auto;
}
.quote i.fa, .quote p {
  text-align:left !important;
}
p.quote-lg,
p.quote-lg strong {
  font-size:22px !important;
  color:#004EAF !important;
}
.quote i.fa,
.quote p.quote,
.quote p.name {
  display:table-cell;
}
.quote p.name img {
  margin-top:10px;
  max-width:90px;
  max-height:40px;
}
.quote p.quote {
  font-size:18px !important;
  padding-left:10px;
  padding-right:10px;
}
.quote-sm {
  padding-bottom:30px;
}
.quote i.fa-check {
  display:inline-block;
  margin-right: 4px;
}
.quote p.name i,
.quote p.quotename i {
  color:#222;
  font-style:normal;
}
.quote i {
  color:#000;
}
.quote p.name {
  border-left: 1px solid #e7e6d9;
  padding-left:20px;
  width:180px;
}
.quote p.name,
.quote p.quotename {
  font-size:12px;
  color:#747474;
  font-style:normal;
  line-height:1.3;
}
.quote p.name strong,
.quote p.quotename strong {
  font-size:17px;
  color:#222;
}
.quote p.quotename {
  padding-left:44px;
  padding-top: 20px;
}
.quote p.quotename img {
  float:left;
  padding:0 7px 0 0;
  margin-top: 0;
}
.quote p.quotename img.year {
  float:right;
  margin-top: -20px;
  padding:0;
  height:88px;
}
.quote-video p.name {
  width:auto !important;
}
.client-testimonial {
    background: url("/images/backgrounds/top-left-border.png") left top no-repeat, url("/images/backgrounds/top-right-border.png") no-repeat right top, url("/images/backgrounds/bottom-left-border.png") no-repeat left bottom, url("/images/backgrounds/bottom-right-border.png") no-repeat right bottom;
    margin: 20px;
    padding: 20px 20px 10px;
    min-height: 280px;
}
.client-testimonial h4 {
    font-size: 20px;
    margin-top: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #ADD8E6 65%);
    display: inline-block;
}
.client-testimonial .quote i {
    float: none;
}
.client-testimonial .fa-quote-left:before {
    font-size: 20px;
}
.client-testimonial.min-height-330 {
    min-height: 330px;
}
.client-testimonial.min-height-360 {
    min-height: 360px;
}
.client-testimonial.min-height-400 {
    min-height: 400px;
}
.client-testimonial.min-height-420 {
    min-height: 420px;
}
.client-testimonial.min-height-450 {
    min-height: 450px;
}
.client-testimonial.min-height-510 {
    min-height: 510px;
}
.client-testimonial.min-height-545 {
    min-height: 545px;
}
.client-testimonial.min-height-620 {
    min-height: 620px;
}
.client-testimonial.min-height-650 {
    min-height: 650px;
}
.client-testimonial.min-height-765 {
    min-height: 765px;
}
.client-testimonial.min-height-935 {
    min-height: 935px;
}
.client-testimonial p.quotename {
    padding-left: 30px;
}
.well {
  padding: 19px 19px 0 19px;
}
.well-quote {
  margin-top:40px;
  margin-bottom:40px;
  padding: 19px 19px 30px 19px;
}
.well-quote h2 {
  margin-top:10px;
  margin-bottom:10px;
}
.well-author {
  padding-bottom: 10px;
}
.well-author h4 {
  font-size:20px;
  margin: 0 0 10px 0;
}
.well-author p {
  font-size:17px;
  margin: 0 0 15px 0;
}
.well-author .img-responsive {
  margin: 0 auto;
}

.main ul,
.main ol {
  padding-top:0;
  padding-bottom:10px;
}
.main li {
  margin-bottom:10px;
  text-align:left !important;
}

/* == CHECKLIST == */

ul.checklist {
  padding-top:0;
  padding-bottom:10px;
}
.checklist-center {
  display:table;
  margin-left:auto;
  margin-right:auto;
}
.checklist-col-1, .checklist-col-2,
.checklist-col-1-md, .checklist-col-2-md {
  float:left;
  width:50%;
}

.checklist.fa-ul {
  padding-left: 0;
  margin-left: 3.14285714em;
  list-style-type: none;
}
.checklist li {
  line-height:1.6;
}
.checklist i {
  color:#78C4F6;
  line-height:1.3;
}

.block-ul p {
  margin-bottom:15px;
}
.block-ul p span {
  background: #000;
  padding: 7px 15px;
}

/* RED LIST
-------------------------------------------------- */

#red-list p {
  font-size:18px;
}
#red-list p.lead {
  font-size:23px;
  margin: 15px 0 10px 0;
}
.bg-circle {
  background-size: contain !important;
  max-width: 100%;
  display: block;
  text-align: center;
}
.bg-circle-red { background: url("images/backgrounds/bg-circle-red.png") no-repeat center top transparent; }
.bg-circle-purple { background: url("images/backgrounds/bg-circle-purple.png") no-repeat center top transparent; }
.bg-circle-blue { background: url("images/backgrounds/bg-circle-blue.png") no-repeat center top transparent; }
.bg-circle-orange { background: url("images/backgrounds/bg-circle-orange.png") no-repeat center top transparent; }
.bg-circle-lime { background: url("images/backgrounds/bg-circle-lime.png") no-repeat center top transparent; }
.bg-circle-green { background: url("images/backgrounds/bg-circle-green.png") no-repeat center top transparent; }
.bg-circle-gold { background: url("images/backgrounds/bg-circle-gold.png") no-repeat center top transparent; }

.bg-circle-red h4 { color: #e12b4d; }
.bg-circle-purple h4 { color: #662d91; }
.bg-circle-blue h4 { color: #29abe2; }
.bg-circle-orange h4 { color: #f15a24; }
.bg-circle-lime h4 { color: #8cc63f; }
.bg-circle-green h4 { color: #39b54a; }
.bg-circle-gold h4 { color: #fbb03b; }

/* SERVICES
-------------------------------------------------- */
.single-service:hover {
    background: #eee;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}
.single-service {
    position: relative;
    max-width: 350px;
    margin: 25px auto;
    text-align: center;
    background: #ddd;
    transition: .5s ease;
    border-top-left-radius: 65px;
    border-bottom-right-radius: 65px;
}
.single-service .icon {
    position: relative;
    background: #333;
    padding: 20px 15px;
    border-top-left-radius: 65px;
    border-bottom-right-radius: 65px;
    transition: .5s ease;
}
.single-service .text {
    position: relative;
    padding: 10px;
}
.s1 .icon {
    background: #91d1de;
}
.s2 .icon {
    background: #91d1de;
}
.s3 .icon {
    background: #91d1de;
}
.s4 .icon {
    background: #F37783;
}
.s5 .icon {
    background: #F37783;
}
.s6 .icon {
    background: #F37783;
}
.s4-2021 .icon,
.s5-2021 .icon,
.s6-2021 .icon {
    background: #63b9d3 !important;
}
.s7 .icon {
    background: #666;
}
.s8 .icon{
    background: #666;
}
.s9 .icon {
    background: #666;
}
.single-service:hover .icon img {
    transform: scaleX(-1);
}
.single-service .icon img {
    transition: .5s ease;
    width: 70px;
}
.single-service h4 a:hover {
    color: #666;
}


/* WIDGETS
-------------------------------------------------- */

.widget {
  margin-bottom:20px;
}
.widget input,
.widget button {
  border-radius:2px;
}
.main .widget button {
  margin: 0;
}
.widget-find-header,
.widget-newsletter-header {
  padding:10px;
}
.widget-find-header span,
.widget-find-header p {
  display:inline-block;
}
.widget-find-header p,
.widget-find-header p strong,
.widget-newsletter-header p,
.widget-newsletter-header p strong {
  color:#fff;
}
.widget-find-header span {
  font-size:38px;
}
.widget-find-header p {
  font-size:16px;
  margin:0;
  line-height:1.2;
}
.widget-find-header p strong {
  font-size:20px;
  margin:0;
  line-height:1.2;
}
.widget-newsletter-header p,
.widget-newsletter-header p strong {
  font-size:20px;
  margin:5px 0;
  line-height:1.2;
  text-align:center;
}
.widget-find-form {
  background: #00C4EF;
  display:block;
  height:auto;
  padding:20px 10px 6px 10px;
}
.widget-find-form p {
  color:#001E40;
  font-size:17px;
  margin:0 0 15px 0;
  line-height:1.2;
}
.widget-newsletter-form {
  background: url("images/backgrounds/bg-widget-newsletter.png") no-repeat center top #00C4EF;
  display:block;
  height:auto;
  padding:6px 10px 6px 10px;
}
.widget-newsletter-form p {
  color:#001E40;
  font-size:17px;
  margin:0 0 15px 0;
  line-height:1.2;
}
.widget-newsletter-form p.lead {
  font-size:17px;
  margin:120px 0 15px 0;
  line-height:1.2;
  text-align:center;
}
.widget-newsletter-form p.lead,
.widget-newsletter-form p.lead strong {
  color:#fff;
}
.widget-newsletter-form p.footer,
.widget-newsletter-form p.footer a {
  color:#fff;
  font-size:14px;
  margin:10px 0;
  line-height:1.2;
  text-align:left;
  text-decoration:none;
}
.widget-newsletter-form p.footer a:hover {
  color:#EDFBFE !important;
  text-decoration:underline;
}
.widget-facebook iframe {
  borrder:none;
  overflow:hidden;
  width:100%;
  height:427px;
}

.widget-cta .img-responsive {
  margin:0 auto;
}
.widget-cta .cta {
  display:table;
  width:100%;
  height:auto;
  text-align:left;
  margin-bottom:20px;
}
.widget-cta .cta img {
  width:100%; /* needed in Firefox */
  border-radius: 2px 2px 0 0;
}
.widget-cta a img:hover {
  opacity:1.0;
}
.widget-cta .cta:hover {
  opacity:0.9;
}
.widget-cta .cta-btn {
  width:100%;
  min-height:70px;
  display:inline-table;
  margin-bottom: 0;
  background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right #314F93;
  border-radius: 0 0 2px 2px;
}
.widget-cta .cta-btn p {
  font-size: 13pt;
  line-height: 1.2;
  margin:0;
  padding: 10px 20px 10px 10px;
  display: table-cell;
  vertical-align: middle;
}
.widget-cta .cta-btn p span {
  font-size: 11pt;
  line-height: 1.2;
}
.widget-cta .cta-btn p.large {
  font-size: 18pt;
  line-height: 0.9;
  padding: 10px 20px 10px 10px;
}
.widget-cta .cta-btn p.large span {
  font-size: 11pt;
  line-height: 0.9;
}
.widget-cta .cta-btn p,
.widget-cta .cta-btn p span,
.widget-cta .cta-btn p strong,
.widget-cta .cta-btn p.large {
  color:#fff;
}
.widget-cta .cta-btn-promo {
  min-height:86px;
  background: url("images/backgrounds/bg-cta-arrow-blue.png") no-repeat right #FFE600;
}
.widget-cta .cta-btn-promo p,
.widget-cta .cta-btn-promo p span,
.widget-cta .cta-btn-promo p strong,
.widget-cta .cta-btn-promo p.large {
  color:#002341;
}
.widget-cta .cta-btn-login {
  border-radius: 2px;
}
.widget-cta .cta-btn-icon {
  font-size: 60px;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  width:30%;
}
.widget-cta .cta-special {
  position:relative;
  height:280px;
  background:#fae82e;
}
.widget-cta .cta-special-img {
  position:absolute;
  z-index:1;
}
.widget-cta .cta-special-text {
  position:absolute;
  bottom:10px;
  width:100%;
  height:auto;
  z-index:2;
}
.widget-cta .cta-special-text p {
  color:#000;
  text-align:center;
  font-size: 12pt;
  line-height: 1.2;
  margin:0;
  padding: 10px;
}

.widget-logo p,
.widget-video p {
  font-size: 13pt;
  line-height: 1.2;
}
.widget-logo p.small,
.widget-video p.small {
  font-size: 10pt;
}

.alert-default {
  background: #f2f2f2;
  border-color: #e5e5e5;
  color: #333;
}
.alert-icon {
  padding-bottom: 40px;
  margin: 5px 15px 5px 5px;
  float: left;
  font-size: 26px;
}
.alert.text-compress {
  padding: 10px 12px;
  margin-bottom: 20px;
}

.testimonial {
  margin: 0;
  padding: 40px;
  position: relative;
  color: #3c3c3c;
  border-radius: 3px;
  background:#f1f1f1;
  border-left: none;
}
.testimonial p {
  font-size:17px;
  line-height:1.9;
  margin:0;
  text-align:right;
}
.testimonial .fa-quote-left {
  color: #e1e1e1;
  margin-left:-20px;
}
.testimonial-pic {
  float:right;
  padding:4px 0 0 7px;
}
.testimonial-black {
  color: #fff;
  background:#333333;
  padding: 23px 30px 30px 30px;
}
.testimonial-black h1 {
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.arrow-down {
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  margin: 0 0 0 86%;
}
.arrow-down { border-top: 15px solid #f1f1f1; }
.arrow-down.arrow-down-black { border-top: 15px solid #333333; }
.testimonial-author {
  margin: 10px 25px 25px 0;
  text-align:right;
  line-height:0.9;
  font-size: 18px;
}
.testimonial-author,
.testimonial-author strong {
  color: #000 !important;
}
.testimonial-author span {
  font-size: 12px;
  color: #5c5c5c;
}

/* MODALS
-------------------------------------------------- */

.modal {
  top: 20%;
}
.modal-open {
  padding-right: 0 !important;
}
.modal-content {
  border-radius: 0;
}
.modal-dialog.modal-lg {
  width: 80%;
}
.modal-content .btn-close {
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 99999;
}
.modal-content .img-responsive {
  width:100%;
}
.modal-content .btn-square.btn-lg {
  width: 60px;
  height: 60px;
  padding: 5px !important;
  font-size: 25px !important;
}
.modal-content h4 {
  font-size: 27px;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.modal-content h4,
.modal-content h4 strong {
  color: #4D4D4D !important;
}
.modal-content p,
.modal-content li {
  font-size: 17px;
  margin: 0 0 5px 0;
}
.modal-content ul,
.modal-content ol {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-content p.small {
  font-size: 95%;
  margin: 0 0 10px 0;
}
.modal-header {
  padding: 0;
  border-bottom: none;
  height: 400px;
  overflow: hidden;
}
.modal-header .img-responsive {
  margin: 0 auto;
  width: auto;
  max-height: 100%;
}
.modal-body {
  border-bottom: 1px solid #E6E6E6;
}
.modal-footer {
  border-top: none;
  padding: 15px 15px 5px 15px;
}
.modal-footer a.btn {
  margin-bottom: 10px;
}
.modal-content .carousel .item {
  height: auto;
  background: #000;
}
.modal-content .slide-num {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 45px;
  background: rgba(0,0,0,0.3);
  padding: 10px 5px 5px 5px;
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.modal-content .img-responsive {
  margin: 0 auto;
}
.modal-lg .modal-body {
  padding: 0;
  border-bottom: none;
}
.modal-slide-btn {
  position: absolute;
  left: 16%;
  right: auto;
  bottom: 35%;
  width: auto;
  height: auto;
}
.modal-slide-btn button {
  margin-left: 2px;
  margin-right: 2px;
}
#why-pmw .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#why-pmw .carousel-control .glyphicon-chevron-right {
  right: 50%;
}
#why-pmw .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
#why-pmw .carousel-control.right {
  right: -60px;
  left: auto;
}


/* NEWS
-------------------------------------------------- */

#news {
  padding-top:0;
  padding-bottom:20px;
}
#news h1 {
  font-size:24px;
  margin:0;
  padding:0;
}
.news-header {
  padding:10px 20px;
  margin-bottom:10px;
  text-align:left;
  position:relative;
}
.news-header button {
  position:absolute;
  right:0;
  top:0;
  height:100%;
  border-radius:0;
  padding: 6px 12px 6px 20px;
}
.news-header button.btn {
  font-size:14pt;
  padding: 6px 12px 6px 20px;
}
.news-img,
.news-text {
  display:block;
}
.news-img {
  position: relative;
}
.news-img img {
  width:100%; /* needed in Firefox */
}
.news-img img.news-arrow {
  width:auto;
}
.news-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.newsfeed {
  width:100%;
  margin-top:10px;
  margin-bottom:10px;
  display:inline-table;
}
.newsfeed h2 {
  font-size:26px;
  margin-bottom:15px;
}
.newsfeed .newsfeed-btn button {
  margin:0;
}
.newsfeed-thumb,
.newsfeed-text {
  display:table-cell;
  vertical-align:middle;
}
.newsfeed-thumb {
  width:20%;
  padding:0;
  margin:0;
}
.newsfeed-text {
  width:80%;
  padding:10px 20px 10px 24px;
  border-left:3px solid #ededed;
  background:#fcfcfc;
  position:relative;
}
.newsfeed-text p {
  font-size: 12pt;
  line-height: 1.5;
  margin-bottom:20px;
}
.newsfeed-text p.small {
  font-size: 88%;
}
.newsfeed-btn {
  position:absolute;
  bottom:0;
  right:0;
}
.newsfeed-btn button.btn {
  border-radius:0 !important;
}
.article-date,
.newsfeed-date {
  background:#333;
  margin-bottom:10px;
}
.newsfeed-date:hover {
  opacity:0.9;
}
.article-date p,
.newsfeed-date p {
  color:#fff;
  text-align:center;
  font-size: 12pt;
  line-height: 1.2;
  margin:0;
  padding: 5px;
}
.article-date {
  margin-top:10px;
}
span.date {
  width:100%;
  display:block;
  font-size: 19pt;
}
.article-header {
  margin-bottom:20px;
}

/* TABLE
-------------------------------------------------- */

table,
table p {
  font-size: 16px;
  line-height:1.2;
}
table p {
  margin: 0 0 10px 0;
}
table a,
table a:hover,
table a:focus {
  text-decoration: underline;
}
table a {
  color:#000;
}
table a:hover {
  color:#666;
}
table th {
  color:#000;
}
.table > thead > tr > th {
  text-align:center;
  line-height:1.2;
}
.table > thead > tr.text-left > th,
.table > thead > tr > th.text-left {
  text-align:left;
}
.table-vmiddle > tbody > tr > td {
  text-align:center;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding:10px;
}
/*.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: url("images/backgrounds/bg-green.png") repeat center transparent;
}*/
.table-display {
  margin: 0 auto;
  display:table;
}
.vmiddle {
  display:table-cell;
  vertical-align:middle;
}
.table-valign-middle > tbody > tr > td {
  vertical-align:middle;
}
.table-valign-middle p {
  margin: 5px 0;
}

#table-plans > thead > tr > th {
  font-size: 18px;
  line-height:1.2;
}
#table-plans > tbody h1 {
  font-size: 45px;
  color:#000;
}
#table-plans > tbody h2 {
  font-size: 54px;
  margin: 0 0 5px 0;
}
#table-plans > tbody h4 {
  font-size: 22px;
  margin: 0 0 2px 0;
}
#table-plans > tbody h5 {
  font-size: 30px;
  margin:0 0 2px 0;
}

#table-plans td.vmiddle {
  vertical-align:middle;
}

.table > thead:first-child > tr:first-child > td.left-corner,
.table-bordered > thead > tr > td.left-corner {
  border-top:1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.table td.no-border-top { border-top: 1px solid #fff; }
.table td.no-border-bottom { border-bottom: 1px solid #fff; }
.table td.no-border-left { border-left: 1px solid #fff; }
.table td.no-border-right { border-right: 1px solid #fff; }

.table > thead > tr > td.grey,
.table > tbody > tr > td.grey,
.table > tfoot > tr > td.grey,
.table > thead > tr > th.grey,
.table > tbody > tr > th.grey,
.table > tfoot > tr > th.grey,
.table > thead > tr.grey > td,
.table > tbody > tr.grey > td,
.table > tfoot > tr.grey > td,
.table > thead > tr.grey > th,
.table > tbody > tr.grey > th,
.table > tfoot > tr.grey > th {
  background: #f4f4f4 !important;
}
.table-hover > tbody > tr > td.grey:hover,
.table-hover > tbody > tr > th.grey:hover,
.table-hover > tbody > tr.grey:hover > td,
.table-hover > tbody > tr:hover > .green,
.table-hover > tbody > tr.grey:hover > th {
  background: #ededed;
}
.table > thead > tr > td.green,
.table > tbody > tr > td.green,
.table > tfoot > tr > td.green,
.table > thead > tr > th.green,
.table > tbody > tr > th.green,
.table > tfoot > tr > th.green,
.table > thead > tr.green > td,
.table > tbody > tr.green > td,
.table > tfoot > tr.green > td,
.table > thead > tr.green > th,
.table > tbody > tr.green > th,
.table > tfoot > tr.green > th {
  background: #00b154 !important;
  color:#fff !important;
}
.table-hover > tbody > tr > td.green:hover,
.table-hover > tbody > tr > th.green:hover,
.table-hover > tbody > tr.green:hover > td,
.table-hover > tbody > tr:hover > .green,
.table-hover > tbody > tr.green:hover > th {
  background: #00c25c !important;
}
.table > thead > tr > td.purple,
.table > tbody > tr > td.purple,
.table > tfoot > tr > td.purple,
.table > thead > tr > th.purple,
.table > tbody > tr > th.purple,
.table > tfoot > tr > th.purple,
.table > thead > tr.purple > td,
.table > tbody > tr.purple > td,
.table > tfoot > tr.purple > td,
.table > thead > tr.purple > th,
.table > tbody > tr.purple > th,
.table > tfoot > tr.purple > th {
  background: #7733a9 !important;
  color:#fff !important;
}
.table-hover > tbody > tr > td.purple:hover,
.table-hover > tbody > tr > th.purple:hover,
.table-hover > tbody > tr.purple:hover > td,
.table-hover > tbody > tr:hover > .purple,
.table-hover > tbody > tr.purple:hover > th {
  background: #8439bb !important;
}
.table > thead > tr > td.blue,
.table > tbody > tr > td.blue,
.table > tfoot > tr > td.blue,
.table > thead > tr > th.blue,
.table > tbody > tr > th.blue,
.table > tfoot > tr > th.blue,
.table > thead > tr.blue > td,
.table > tbody > tr.blue > td,
.table > tfoot > tr.blue > td,
.table > thead > tr.blue > th,
.table > tbody > tr.blue > th,
.table > tfoot > tr.blue > th {
  background: #007ed3 !important;
  color:#fff !important;
}
.table-hover > tbody > tr > td.blue:hover,
.table-hover > tbody > tr > th.blue:hover,
.table-hover > tbody > tr.blue:hover > td,
.table-hover > tbody > tr:hover > .blue,
.table-hover > tbody > tr.blue:hover > th {
  background: #008ae6 !important;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background: #f3f5f9;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background: #eaedf4;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background: #ebcccc;
}

.table-hover > tbody > tr:hover {
  background: #fafafa;
}
.table-hover > tbody > tr.no-hover:hover {
  background: #fff;
}
.table-hover > tbody > tr.default.no-hover:hover {
  background: #f4f4f4;
}


/* BACKGROUNDS
-------------------------------------------------- */

.bg-black { background:#000 !important; }
.bg-lightgrey { background:#f5f5f5 !important; }
.bg-grey { background:#eeeeee !important; }
.bg-darkgrey { background:#d4d4d4 !important; }
.bg-yellow { background:#FFE600 !important; }
.bg-lemon { background:#fae82e !important; }
.bg-navy { background:#002341 !important; }
.bg-blue { background:#e2f2fd !important; }
.bg-blue2 { background:#0071bc !important; }
.bg-lightblue { background:#F2F7F9 !important; }
.bg-light-blue { background:#ADD8E6 !important; }
.bg-grey-top {
  background: url("images/backgrounds/bg-grey-top.jpg") repeat-x center top #f6f6f6;
  padding-top:2%;
}
.bg-grey-bottom {
  background: url("images/backgrounds/bg-grey-bottom.jpg") repeat-x center bottom #f6f6f6;
  padding-top:1%;
  display:block;
}
.bg-grid { background: url("images/backgrounds/bg-grid.jpg") repeat center #f9f9f9; }
.bg-red-marker { background: url("images/backgrounds/bg-red-marker.jpg") no-repeat center top #fff; }
.bg-pink-marker { background: url("images/backgrounds/bg-pink-marker.jpg") no-repeat center top #fff; }
.bg-legendary-support { background: url("uploads/images/photos/legendary-support.gif") no-repeat center top; }
.bg-legendary-support img { padding-top:162px; }
.bg-black-wash { background: url("images/backgrounds/bg-black.png") repeat transparent; }
.bg-white-wash { background: url("images/backgrounds/bg-white.png") repeat transparent; }
.bg-world-class-design { background: url("images/backgrounds/bg-world-class-design.png") no-repeat right -70px bottom #0071bc; }
.bg-chalkboard { background: url("images/backgrounds/bg-chalkboard.jpg") no-repeat center top #2d5831; }
.bg-nick-jerrat-pmw { background: url("images/backgrounds/bg-nick-jerrat-pmw.png") no-repeat right top #fff;}
#client-reviews { background: url("images/backgrounds/working.jpeg") no-repeat center left #f4f4f4; background-size: contain; height: 400px;}
#client-reviews .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}
#content-tour-2 { background: url("images/backgrounds/bg-arrow-down-lightgrey.png") no-repeat center top #0071bc; }
#content-tour-3 { background: url("images/backgrounds/bg-arrow-down-blue.png") no-repeat center top #000; }
#content-tour-5 { background: url("images/backgrounds/bg-arrow-down-white.png") no-repeat center top #000; }
#content-tour-6 { background: url("images/backgrounds/bg-arrow-down-light-blue.png") no-repeat center top #fff; }

/* FOOTER
-------------------------------------------------- */

#footer {
  margin-top:0;
}
#footer .container {
    width: 95%;
}
.btn-footer {
  float:right;
  margin:0 0 0 8px;
}
.btn-footer img {
  float:left;
}
#footer .btn-sm { 
    padding: 8px 14px !important;    
}
footer {
  margin:0 0 0 0;
  padding:2% 0 2% 0;
  background: url(/uploads/images/perth-skyline-lightgray.jpeg) no-repeat center top #C2C2C2;
  /*background: url(images/backgrounds/bg-footer.jpg) repeat-x center top #0091C2;*/
}
footer .main { margin-top: 300px; padding-top: 70px; padding-bottom: 60px;}
.footer-text, .footer-btn {
  float:left;
}
.footer-text, .footer-btn {
  float:left;
}
.footer-text {
  width:75%;
  padding-top:0;
  margin-right:2%;
}
.footer-btn {
  width:20%;
  padding-top:1%;
}
.footer p {
  /*color:#B3B3B3;*/
  color: #333;
  font-size:16px;
  padding:0;
  margin:0 0 15px 0;
  text-align:left;
  line-height:1.5;
}
.footer p strong {
  color:#000;
}
.footer p a {
  color:#333;
  text-decoration:none;
}
.footer a:hover {
  color:#000 !important;
  opacity:1.0;
  text-decoration:none;
  /*border-bottom:1px dotted;*/
}

/* FACEBOOK FEED
-------------------------------------------------- */

.fb-feed {
  border:none;
  overflow:hidden;
  width:100%;
  height:395px;
  margin:2% auto;
}
@media (max-width: 730px) {
  .fb-feed { width:600px; }
}
@media (max-width: 640px) {
  .fb-feed { width:440px; }
}
@media (max-width: 480px) {
  .fb-feed { width:350px; }
}
@media (max-width: 340px) {
  .fb-feed { width:280px; }
}

/* FLEX-VIDEO
-------------------------------------------------- */

.iframe-lg {
  width:98%;
  margin-left:auto;
  margin-right:auto;
}
.iframe-md {
  width:75%;
  margin-left:auto;
  margin-right:auto;
}
.iframe-sm {
  width:50%;
  margin-left:auto;
  margin-right:auto;
}
.iframe-xs {
  width:25%;
  margin-left:auto;
  margin-right:auto;
}
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

/* TEXT COLOURS
-------------------------------------------------- */

.black { color:#000 !important; }
.white { color:#fff !important; }
.purple { color: #662d91 !important; }
.navy { color:#002341 !important; }
.blue { color:#0071BC !important; }
.cyan { color:#28b7fa !important; }
.yellow { color:#FFE600 !important; }
.gold { color: #fbb03b !important; }
.orange { color:#f15a24 !important; }
.lime { color: #8cc63f !important; }
.green { color: #39b54a !important; }
.grey { color:#6f6f6f !important; }

a.blue:hover { color:#2ebffc !important; }

.white-text,
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6,
.white-text strong, .white-text p, .white-text p.lead, .white-text li, .white-text p a, .white-text p a:hover {
  color:#fff !important;
}
.white-text p a { opacity: 0.9 ; }
.white-text p a:hover { opacity: 1.0; }

.darkgrey-text {
    color:#111 !important;
}

/* BUTTONS
-------------------------------------------------- */

.btn {
  font-size: 22px;
  text-align: left;
  border-radius: 0;
}
.btn .glyphicon-menu-left,
.btn .glyphicon-menu-right {
  font-size: 84%;
}
.btn-p {
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.main p button {
  margin:5px 0;
}
.main .btn {
  padding: 15px 35px;
}
.btn-main {
  width: 138px;
  text-align:center;
}
a button.btn-main {
  margin-right:10px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 6px 10px 5px 10px !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 12px 30px !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
}
.btn-lg,
.main .btn-lg,
.btn-group-lg > .btn {
  padding: 15px 35px;
  font-size: 28px;
  line-height: 1.3333333;
}
.btn-square.btn-lg,
.btn-square.btn-group-lg > .btn {
  padding: 5px !important;
  font-size: 32px !important;
  width:70px;
  height: 70px;
  margin-bottom:7px;
  line-height: 1.2;
  border-radius: 0;
}
.btn-square.btn-xs,
.btn-square.btn-group-xs > .btn {
  padding: 5px !important;
  font-size:20px !important;
  width:40px;
  height: 38px;
}
.btn-square.btn-sm,
.btn-square.btn-group-sm > .btn {
  padding: 5px !important;
  font-size: 22px !important;
  width: 50px;
  height: 46px;
}
.btn-square {
  text-align: center !important;
}

.navbar-btn {
  padding: 7px 14px !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  margin:5px 0 0 10px !important;
  display:none;
}
button a, a button {
  border-bottom:none;
  text-decoration:none;
}
.btn-full {
  width:100%;
  white-space:normal; /* needed for Firefox unexpected line-break on floating elements */
  text-align:center !important;
}
.btn-full.text-left {
  text-align:left !important;
}
.btn-full.text-left span {
  float:right;
}
.btn.btn-sm span.glyphicon-menu-right,
.btn.btn-sm span.glyphicon-menu-left {
  margin-top: 3px;
}
.btn-nav-bar {
  font-size:16px;
  padding: 7px 12px;
}
.btn-nav-bar  span {
  padding-left:6px;
}

.btn-primary strong,
.btn-info strong,
.btn-success strong,
.btn-danger strong {
  color: #fff !important;
}
.btn-warning strong {
  color: #000;
}
.btn-default strong {
  color: #767676 !important;
}
.btn-primary strong.cyan {
  color: #28b7fa !important;
}

.btn-primary { /* button color - BLACK */
  color: #fff;
  background: #000;
  border-color: #000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background: #333;
  border-color: #333;
}
.btn-primary:hover strong.cyan,
.btn-primary:focus strong.cyan,
.btn-primary:active strong.cyan,
.btn-primary.active strong.cyan { /* button color - BLACK BOLD TEXT CYAN */
  color: #fff !important;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  
}
.btn-blue { 
  color: #FFF;
  background: #0071bc;
  border: 2px solid #0071bc;
}
.btn-blue:hover { 
  color: #000;
  background: #ADD8E6;
  border: 2px solid #ADD8E6;
}
.btn-lightblue { 
  color: #000;
  background: #ADD8E6;
  border: 2px solid #ADD8E6;
}
.btn-lightblue:hover { 
  background: #b8e4f2;
  border: 2px solid #b8e4f2;
}
#why-pmw .btn-primary { /* button color - BLACK */
  color: #fff;
  background: #000;
  border-color: #000;
}
#why-pmw .btn-primary:hover,
#why-pmw .btn-primary:focus,
#why-pmw .btn-primary:active,
#why-pmw .btn-primary.active,
#why-pmw .open .dropdown-toggle.btn-primary {
  color: #fff;
  background: #333;
  border-color: #333;
}
.btn-info { /* button color - CYAN */
  color: #fff;
  background: #28b7fa;
  border-color: #28b7fa;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background: #3ecbfa;
  border-color: #28b7fa;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  
}
.btn-warning { /* button color - YELLOW */
  color: #000;
  background: #fff008;
  border-color: #fff008;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #000;
  background: #fff710;
  border-color: #fff008;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  
}
.btn-default { /* button color - GREY */
  color: #767676;
  background: #fafafa;
  border-color: #cacaca;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #000;
  background: #fff;
  border-color: #cacaca;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  
}
.btn-success { /* button color - BLUE */
  color: #fff;
  background: #2D51A7;
  border-color: #2D51A7;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background: #345dc0;
  border-color: #2D51A7;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  
}
.btn-danger { /* button color - ORANGE */
  color: #fff;
  background: #f7b31f;
  border-color: #f7b31f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background: #f7a625;
  border-color: #f7b31f;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  
}

.btn-inverse { /* button color - INVERSE */
  color: #fff;
  background: transparent;
  border-color: #fff;
  border-width: 2px;
  -webkit-transition: border-color 0.4s, color 0.2s;
  transition: border-color 0.4s, color 0.4;
}
.btn-inverse::before {
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
}
.displayer-content .btn {
  border-radius: 0;
  border-width: 1px;
}
.displayer-content .btn-lg {
  padding: 12px 20px;
  font-size: 30px;
}
.displayer-content .btn-primary.btn-inverse { /* button color - BLACK INVERSE */
  color: #000;
  background: transparent;
  border-color: #000;
}
.displayer-content .btn-primary.btn-inverse:hover,
.displayer-content .btn-primary.btn-inverse:focus,
.displayer-content .btn-primary.btn-inverse:active,
.displayer-content .btn-primary.btn-inverse.active,
.displayer-content .open .dropdown-toggle.btn-primary.btn-inverse {
  color: #000;
  background: #fff; /*28b7fa*/
  border-color: #fff;
}

.btn-black-outline {
    margin-top: 40px;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    border-radius: 0;
    padding: 10px 20px;
    font-weight: 400;
}

.btn-black-outline:hover {
    background: #000;
    color: #fff;
}

.btn-white-outline {
    margin-top: 40px;
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 0;
    padding: 10px 20px;
}

.btn-white-outline:hover {
    background: #FFF;
    color: #000;
}
.btn-grey-outline {
    margin-top: 40px;
    background: transparent;
    border: 2px solid #333;
    color: #333;
    border-radius: 0;
    padding: 10px 20px;
}
.btn-grey-outline:hover {
    background: #333;
    color: #fff;
}
.cta {
  display:table;
  width:100%;
  height:auto;
  text-align:left;
  margin:10px 0;
}
.cta:hover {
  opacity:0.9;
}
.cta-btn {
  width:100%;
  height:70px;
  display:inline-table;
  margin-bottom: 0;
  /*background: #00A7E0;*/
  background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right #00A7E0;
}
.cta-btn p {
  color:#fff;
  font-size: 14pt;
  line-height: 1.2;
  margin:0;
  padding: 10px 25px 10px 20px;
  display: table-cell;
  vertical-align: middle;
}

.news {
  display:table;
  width:100%;
  height:auto;
  text-align:left;
  margin:10px 0;
}
#news a img:hover {
  opacity:1.0;
}
.news:hover {
  opacity:0.9;
}
.news-text {
  width:100%;
  height:70px;
  display:inline-table;
  margin-bottom: 0;
  background:transparent;
}
.news-text p {
  color:#333;
  font-size: 10pt;
  line-height: 1.4;
  margin:0;
  padding: 10px 0;
  display: table-cell;
  vertical-align: top;
}


#grid {
  text-align:center;
}
.cta-icon,
.grid-inline {
  display:inline-table;
  margin:10px auto;
  padding: 0 8px;
}
.cta-icon p,
.grid-inline p {
  text-align:center;
  font-size:15px;
  color:#666;
  margin-bottom:0;
  padding-bottom:0;
  line-height:1.2;
}
.cta-icon a {
  text-decoration:none;
  color:#1A1A1A;
  margin-left:auto;
  margin-right:auto;
}
.cta-icon a:hover {
  opacity:0.9;
}

/* CTA PHOTO
-------------------------------------------------- */

.cta-photo {
  border-top: 4px solid #2D51A7;
  position: relative;
  margin-bottom: 15px;
}
.cta-photo .img-responsive {
  margin:0 auto;
}
.cta-photo p,
.cta-photo h4 {
  color:#fff;
}
.cta-photo p.number {
  padding: 5px 16px 6px 16px;
  margin: 0;
  font-size: 19px;
  background: #2D51A7;
  position: absolute;
  top:0;
  left:0;
}
.cta-photo h4 {
  font-size: 22px;
  margin: 15px 18px;
  position: absolute;
  bottom:0;
  left:0;
}

.cta-photo-div {
  width:100%;
  margin: 20px auto;
  display:inline-table;
}
.cta-photo-div .cta-photo-div-img,
.cta-photo-div .cta-photo-div-text {
  display:table-cell;
  vertical-align:middle;
}
.cta-photo-div-lg .cta-photo-div-img {
  vertical-align:middle;
}
.cta-photo-div .cta-photo-div-img {
  width:40%;
  padding:0;
  margin:0;
}
.cta-photo-div .cta-photo-div-text {
  width:60%;
  padding:10px 20px 10px 24px;
  border-left:3px solid #00A7E0;
  /*background:#EDFBFE;*/
}
.cta-photo-div-lg .cta-photo-div-img {
  width:30%;
}
.cta-photo-div-lg .cta-photo-div-text {
  width:70%;
  border-left:3px solid #b2d2df;
}
.cta-photo-div .cta-photo-div-text h4 {
  text-align: left;
  margin: 0 0 15px 0;
  line-height: 1.1;
}
.cta-photo-div .cta-photo-div-text p {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  margin: 0 0 15px 0;
}
.cta-photo-div .cta-photo-div-text p.lead {
  font-size: 22px;
  line-height: 1.3;
  text-align: left;
  margin: 0 0 15px 0;
}
.cta-photo-div .cta-photo-div-text .small {
  font-size: 65%;
  color: #00A7E0;
}
.cta-photo-div-lg .cta-photo-div-text .small {
  color: #b2d2df;
}

/* FORM
-------------------------------------------------- */

.form-control {
  font-size:16px;
}
.form-control {
  color:#000;
}
.file-input {
  font-size:14px;
  width:100%;
  height: 34px;
  padding: 6px 0;
  line-height: 1.42857143;
  color: #000;
  border-radius: 2px;
}
.controls-select {
  margin-bottom:10px;
}
.compress-select {
  margin-top:2%;
}
.form-group {
  margin-bottom: 2px;
}
.form-col-1, .form-col-2 {
  float:left;
}
.form-col-1 {
  width:50%
}
.form-col-2 {
  width:50%
}
.clear {
  clear:both;
}
.form-inline {
  clear:both;
}
.form-name {
  margin-right:5px;
  margin-left:15px;
}
.form-text {
  margin-top:20px;
  margin-left:15px;
}
label {
  margin: 0 auto 5px auto;
}
.checkbox label {
  margin-left:10px;
}
.feedback {
  height:auto;
  margin: 2% 0 2% 0;
  border-radius: 2px;
  clear:both;
  text-align:left;
}
.feedback p {
  padding:16px;
  margin: 2%;
  line-height:1.3;
  font-size:16px;
}

.text-success,
.text-success strong,
.bg-success .fa-circle {
  color: #3c763d !important;
}
.text-warning,
.text-warning strong,
.bg-warning .fa-circle {
  color: #8a6d3b !important;
}
.text-info,
.text-info strong,
.bg-info .fa-circle,
.bg-info .fa-pulse {
  color: #31708f !important;
}
.text-danger,
.text-danger strong,
.bg-danger .fa-circle {
  color: #a94442 !important;
}

.fa-icon i.fa,
.fa-icon span,
.fa-icon p {
  display:table-cell;
}
.feedback .fa-icon {
  padding-left:20px;
  display: table; /* needed to align feedback icon and text */
}
.fa-icon i.fa,
.fa-icon p {
  vertical-align:middle;
}
.fa-icon span {
  vertical-align:top;
  padding-top:14px;
  padding-bottom:50px;
}
.text-success,
.text-success a,
.text-success strong {
  color: #3c763d !important;
}
a.text-success:hover,
.text-success a hover {
  color: #2b542c !important;
}
.text-info,
.text-info a,
.text-info strong {
  color: #005488 !important;
}
a.text-info:hover,
.text-info a:hover {
  color: #004672 !important;
}

.has-warning {
  border-color: #f7b32f;
  background:#fcf8e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.file-input.has-warning {
  border: 1px solid #f7b32f;
}
#book-quote {
  margin-bottom:8px;
}
#book-quote h2 {
  margin-top:20px;
}

/* FORM DEFAULT
-------------------------------------------------- */

#form-default {
  font-size: 16px;
}
#form-default .small {
  font-size: 14px;
}
#form-default .feedback {
  margin: -15px 0 20px 0;
}
#form-default .btn-lg {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
}
#form-default.text-center input {
  text-align:center;
}
#form-default button {
  width:100%;
  margin-bottom:3%;
}
#form-default .form-group {
  margin-bottom: 15px;
}
#form-default .checkbox input[type="checkbox"] {
  margin-left: 0; /* needed to override margin-left:-20px */
}
#form-default label.radio-inline,
#form-default label.radio-inline-text {
  display: inline-block;
  padding-left: 0;
  margin-left: 5px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
#form-default label.radio-inline {
  vertical-align: middle;
}
#form-default label.radio-inline-text {
  vertical-align: top;
  padding-top: 3px;
  margin-right: 15px;
}

/* MEDIA QUERY
-------------------------------------------------- */
@media (min-width: 992px)  {
  #content .thumbnail .caption { min-height: 218px; }
}

@media (min-width: 1200px)  {
  a.anchor { top: -100px; }
  .submit { padding: 2% 2% 0 0; }
  #header.white-nav.third-logo { height: 100px; }
  /*#header .container,
  #navbar .container,
  .displayer > .container
  #content-home > .container, */
  .displayer > .container {
    width: 1040px !important;
  }
  .navbar-links {
    top:28px;
    right:50px;
  }
  .white-nav .navbar-links { top:33px; }
  .banner,
  #banner-text-center .banner {
    padding-top: 180px;
    padding-bottom: 50px;
  }
  .banner5 {
    height: 500px;
    padding-top: 130px;
  }
  #table-plans > tbody h1 {
    font-size: 50px;
  }
  .widget-cta .cta-btn p span {
    font-size: 12pt;
  }
  .widget-cta .cta-btn-icon {
    width:25%;
  }
  .widget-cta .cta-special {
    height:250px;
  }
  .widget-cta .cta-special-text {
    bottom:0;
  }
  .hide-xlg {
    display:none;
  }
  .show-xlg {
    display:block;
  }
  .article-date p {
    text-align:center;
    font-size: 22px;
    line-height: 1.2;
    margin:0;
    padding:10px 5px;
  }
  span.date {
    width:100%;
    display:block;
    font-size: 48px;
  }
  .modal-slide-btn .btn-lg {
    font-size: 30px;
  }
}
@media (min-width: 1300px) { /* for 1300px screen size and wider */
  .white-nav .navbar-links {
    top: 33px;
    right: 35px;
  }
 
}
@media (min-width: 1680px) { /* for 1680px screen size and wider */
  .modal-slide-btn .btn-lg {
    font-size: 43px;
    padding: 17px 34px;
  }
  .navbar-links { right: 6%; }
    .displayer-home-animation img {
        margin-top: -100px;
    }
}
@media (min-width: 1920px) { /* for 1920px screen size and wider */
  .modal-slide-btn .btn-lg {
    font-size: 50px;
  }
}


@media (min-width: 991px) and (max-width: 1199px)  {
  .submit {
    padding: 2% 2% 0 0;
  }
  .banner-why-choose-us {
    padding-top: 70px !important;
  }
}

@media (min-width: 1235px) { /* 90% zoom */
  .displayer-video #video-background {
    width: 1500px;
  }
  .displayer-video-center #video-background {
    bottom: 80px;
    top:initial !important;
    left:0;
  }
}
@media (min-width: 1373px) { /* 75% zoom */
  .displayer-video #video-background {
    width:;
    top:initial;
  }
  .displayer-video-center #video-background {
    bottom: 200px;
  }
}
@media (min-width: 1647px) { /* 67% zoom */
  .displayer-video {
    height:800px;
  }
  .displayer-video #video-background {
    top: -10%;
  }
  .displayer-video-center #video-background {
    bottom: 160px;
  }
}
@media (min-width: 1854px) { /* 50% zoom */
  .displayer-video-center #video-background {
    bottom: 120px;
  }
}
@media (min-width: 2469px) { /* 33% zoom */
  .displayer-video {
    height:900px;
  }
  .displayer-video #video-background {
    top: -16%;
  }
}
@media (min-width: 3550px) { /* 25% zoom */

}


@media (max-width: 1199px)  {
  #header.black-nav { height: 101px; }
  #header.white-nav { height: 74px; }
  #grid img {
   width:150px;
  }
  .header-logo-box {
    width: 230px;
  }
  .dropdown-menu > li > a {
    padding: 12px 15px; /* DROPDOWN text padding */
  }
  .nav > li > a  {
    font-size: 19px; /* adjust MENU ITEM font-size */
    padding-left: 14px; /* adjust MENU ITEM padding-left */
    padding-right: 14px; /* adjust MENU ITEM padding-left */
  }
  #navigation .dropdown-menu {
    font-size: 19px; /* DROPDOWN text size */
  }
  .hide-lg { display:none; }
  .show-lg { display:block; }
  .newsfeed h2 { font-size:22px; }
  .btn { font-size: 20px; }
  .cta-photo-div-lg .cta-photo-div-img {
    vertical-align:top;
  }
    .client-testimonial, 
    .client-testimonial.min-height-330,
    .client-testimonial.min-height-360, 
    .client-testimonial.min-height-400, 
    .client-testimonial.min-height-420, 
    .client-testimonial.min-height-450, 
    .client-testimonial.min-height-510, 
    .client-testimonial.min-height-545, 
    .client-testimonial.min-height-620,
    .client-testimonial.min-height-650, 
    .client-testimonial.min-height-765,
    .client-testimonial.min-height-935 {
    min-height: auto;
   }
}
@media (max-width: 1095px) {
  .displayer1 .hide-btn {
    display: none;
  }
  .displayer1 .show-btn {
    display: block;
  }
}
@media (max-width: 1070px) {
  .navbar-links {
    top:18px;
    right:20px;
  }
  .navbar-links > .navbar-nav > li > a {
    color: #cccccc; /* PARENT MENU text color */
    font-size:15px;
    padding: 6px 8px; /* adjust MENU ITEM padding-left */
  }
   #header .container-full img.header-logo {
    height: auto;
    padding: 5px 50px 0 0;
  }
  .displayer-home-animation {
    height: 450px;
    background: url("images/banner/bg-smiling-guy.jpg") 60% center no-repeat #c3c0c7;
    background-size: cover;
  }
  .displayer-home-animation h2 {
    line-height: 1.7em;
    margin-top: 0 !important;
    font-size: 24px;
  }
  #client-reviews { height: auto; background-size: cover;}
  #client-reviews .row .content { background: rgba(255,255,255,0.5); padding: 20px !important;}
}
@media (min-width: 991px)  {
  .divider-left-md  {
    border-left: 1px solid #e7e6d9;
    padding-left:3%;
  }
  .divider-right-md  {
    border-right: 1px solid #e7e6d9;
    padding-right:3%;
  }
}
@media (max-width: 991px)  {
  #header.black-nav { height: 94px; }
  #header.white-nav { height: 64px; }
  .header-logo-box {
    left: 0;
    width: 200px;
  }
  .btn {
    font-size: 19px;
    text-align: left;
  }
  .btn-sm,
  .btn-group-sm > .btn {
    padding: 8px 14px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    border-radius: 2px !important;
  }
  .btn-lg, .btn-group-lg > .btn {
    font-size: 22px;
  }
  .cta-btn {
    height:90px;
  }
  .cta-btn p {
    font-size: 12pt;
    line-height: 1.2;
    margin:0;
    padding: 5px 25px 5px 15px;
  }
  .cta-icon {
    padding: 4px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  .inline-table {
    padding: 0;
  }
  h1 sup { top: -18px; }
  h3 sup { top: -15px; }
  .main.home h1 { font-size:36px; }
  h1 { font-size:39px; }
  h3 { font-size:30px; }
  p.lead { font-size: 21px; }
  #table-plans > thead > tr > th {
    font-size: 15px;
  }
  #table-plans > tbody h1 {
    font-size: 35px;
  }
  #table-plans > tbody h2 {
    font-size: 42px;
  }
  #table-plans > tbody h4 {
    font-size: 17px;
  }
  #table-plans > tbody h5 {
    font-size: 25px;
  }
  .team h4 {
    font-size:26px;
  }
  .team p.lead.small {
    font-size:17px;
  }
  .banner,
  #banner-text-center .banner {
    padding-top: 120px;
    padding-bottom: 27px;
  }
  .banner h1 {
    font-size:42px;
  }
  .banner3 h1 {
    font-size:36px;
  }
  .banner5 {
    padding-top: 100px;
    height: 300px;
  }
  .displayer1 h1 {
    font-size:60px;
    padding:25px 0 10px 0;
  }
  .displayer-video {
    height:550px;
  }
  .displayer-video #video-background {
    right: -6%;
    top: -10%;
  }
  .displayer-video-left #video-background {
    left: -30%;
    top: -10%;
    width: 1300px;
  }
  .displayer-video-right #video-background {
    right: -30%;
    top: -10%;
    width: 1300px;
  }
  .displayer-video-bottom #video-background {
    top: -30%;
    right: -30%;
  }
  .displayer-video-center #video-background {
    right: -50%;
    top: -38%;
  }
  .displayer-video h1 {
    font-size: 56px;
  }
  #form-default.text-center-md input {
    text-align:center !important;
  }
  .text-center-md {
    text-align:center !important;
  }
  .text-right-md {
    text-align:right !important;
  }
  .hide-md {
    display:none !important;
  }
  .show-md {
    display:block;
  }
  .img-xs {
    width:20% !important;
  }
  .img-sm {
    width:30% !important;
  }
  .img-md {
    width:40% !important;
  }
  .nav > li > a  {
    font-size: 16px; /* adjust MENU ITEM font-size */
    padding-left: 10px; /* adjust MENU ITEM padding-left */
    padding-right: 10px; /* adjust MENU ITEM padding-left */
  }
  #navigation .dropdown-menu {
    font-size: 16px; /* DROPDOWN text size */
  }
  .dropdown-menu > li > a {
    padding: 10px; /* DROPDOWN text padding */
  }
  .navbar-links {
    top:14px;
    right:18px;
  }
  .navbar-links > .navbar-nav > li > a {
    color: #cccccc; /* PARENT MENU text color */
    font-size:14px;
    padding: 6px 8px; /* adjust MENU ITEM padding-left */
  }
  #form-default .btn-lg {
    text-align: center;
  }
  footer {
    padding:3% 0 2% 0;
  }
  .footer-text p {
    font-size:14px;
  }
  #content-home .main {
    padding-top: 8px;
  }
  #content-home p.lead {
    font-size: 23px;
    line-height:1.5;
  }
  #content-tour-1 p.small,
  #content-tour-5 p.small,
  #content-tour-6 p.small {
    font-size: 16px;
  }
  .quote p.quote {
    font-size:17px !important;
  }
  .quote p.name,
  .quote p.quotename {
    font-size:12px;
  }
  .quote p.name strong,
  .quote p.quotename strong {
    font-size:15px;
  }
  .testimonial p {
    font-size:16px;
    line-height:1.5;
  }
  .testimonial-author {
    font-size: 16px;
  }
  .checklist-center-md {
    display:table;
    margin-left:auto;
    margin-right:auto;
  }
  .checklist-col-1-md, .checklist-col-2-md {
    float:none;
    width:100%;
  }
  .checklist-col-1-md ul {
    padding-bottom:0;
  }
  .checklist-col-1-md {
    margin-top:0;
  }
  .checklist-col-2-md {
    margin-bottom:0;
  }
  .widget-cta .cta-special {
    height:320px;
  }
  .arrow-down-lg {
    margin: 0 0 0 92%;
  }
  #header .container-full img.header-logo {
    height: auto;
    padding: 7px 30px 0 0;
  }
  .displayer-home-animation {height: 500px;}
}
@media (min-width: 768px) {
  .pull-right-md { /* Needed for floating content images */
    float: right !important;
    margin-left:20px !important;
    margin-bottom:20px !important;
  }
  .pull-left-md { /* Needed for floating content images */
    float: left !important;
    margin-right:20px !important;
    margin-bottom:20px !important;
  }
  .header-left { width: 14%; }
  .header-right {
    width: 85%;
    float: left;
  }
  .displayer-navbar .nav > li > a {
    font-size: 20px;
    padding: 10px 2px; /* adjust MENU ITEM padding-left */
    margin-left: 20px;
  }
  .displayer-navbar .navbar-inverse .navbar-nav > li > a {
    color: #000; /* PARENT MENU text color */
    border-radius: 0;
  }
  .displayer-navbar .navbar-inverse .navbar-nav > li > a:hover,
  .displayer-navbar .navbar-inverse .navbar-nav > li > a:focus {
    color: #000; /* hover PARENT MENU text color */
    background: transparent; /* hover PARENT MENU background color */
    border-bottom: 1px solid #000;
  }
  .white-text .displayer-navbar .navbar-inverse .navbar-nav > li > a {
    color: #fff; /* PARENT MENU text color */
    border-radius: 0;
  }
  .white-text .displayer-navbar .navbar-inverse .navbar-nav > li > a:hover,
  .white-text .displayer-navbar .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff; /* hover PARENT MENU text color */
    background: transparent; /* hover PARENT MENU background color */
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 992px) {
  .header-left { width: 28%; }
  .header-right {
    width: 70%;
    float: right;
  }
  .cta-row .col-md-12, .cta-row .col-md-10, .cta-row .col-md-6, .cta-row .col-md-4, .cta-row .col-md-3, .cta-row .col-md-2,
  .cta-row .col-sm-12, .cta-row .col-sm-10, .cta-row .col-sm-6, .cta-row .col-sm-4, .cta-row .col-sm-3, .cta-row .col-sm-2,
  .cta-row .col-xs-12, .cta-row .col-xs-10, .cta-row .col-xs-6, .cta-row .col-xs-6, .cta-row .col-xs-4, .cta-row .col-xs-2 {
    padding: 5px;
  }
}

@media (max-width: 767px) {
  #header.black-nav,
  #header.white-nav {
    height: auto;
  }
  #navigation {
    background:#000;
    height:auto;
    border-radius: 0;
  }
  .blog-h1 {
    width: auto;
   }
   .banner1 { background: url("images/banner/banner-studio.jpeg") no-repeat center top #b3b3b3; }

  .displayer-navbar #navigation {
    background:transparent;
  }
  .displayer-navbar .navbar-inverse .navbar-collapse,
  .displayer-navbar .navbar-inverse .navbar-form {
    width: 46%;
    float: right;
    border: 0px transparent;
  }
  #navigation .dropdown-menu {
    font-size: 16px; /* DROPDOWN text size */
    margin: 0;
    border-radius: 0;
  }
  .navbar-brand,
  .navbar-btn {
    display:block;
  }
  .navbar-header {
    border-bottom: 1px solid #333; /* COLLAPSED MENU border-bottom color */
  }
  .displayer-navbar .navbar-header {
    border-bottom: none; /* COLLAPSED MENU border-bottom color */
  }
  .navbar-collapse {
    border-bottom: 3px solid #000 !important; /* collapsed menu DROPDOWN border-bottom color */
  }
  .displayer-navbar .navbar-collapse {
    border-bottom: none !important; /* collapsed menu DROPDOWN border-bottom color */
  }
  ul.navbar-nav > li:first-child { }
  ul.navbar-nav > li:first-child {
    border-left:none; /* use for MENU with dividers */
  }
  .nav > li > a
  /*.nav > li.highlight > a,
  .nav > li.highlight > a:hover*/ {
    border-right: none; /* use for MENU with dividers */
  }
  .nav > li > a  {
    border-right: none; /* use for MENU with dividers */
    font-size: 16px; /* adjust MENU ITEM font-size */
    padding-left: 20px; /* adjust MENU ITEM padding-left */
    padding-right: 20px; /* adjust MENU ITEM padding-left */
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    border-radius: 0;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    border-color: #333; /* selected PARENT MENU border color */
  }
  .navbar-inverse .navbar-nav > li > a {
    color:#f1f1f1;
    border-bottom: 1px solid #333; /* collapsed parent menu border-bottom color */
  }
  .displayer-navbar .navbar-inverse .navbar-nav > li > a {
    color:#000;
    border-bottom: 1px solid #333; /* collapsed parent menu border-bottom color */
    border-left: 1px solid transparent; /* collapsed parent menu border-bottom color */
  }
  .white-text .displayer-navbar .navbar-inverse .navbar-nav > li > a {
    color:#fff;
    border-bottom: 1px solid #fff; /* collapsed parent menu border-bottom color */
    border-left: 1px solid transparent; /* collapsed parent menu border-bottom color */
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #28b7fa; /* hover PARENT MENU text color */
    background: transparent; /* hover PARENT MENU background color */
  }
  .displayer-navbar .navbar-inverse .navbar-nav > li > a:hover,
  .displayer-navbar .navbar-inverse .navbar-nav > li > a:focus {
    color: #000; /* hover PARENT MENU text color */
    background: transparent; /* hover PARENT MENU background color */
    border-left: 3px solid #000; /* collapsed parent menu border-bottom color */
  }
  .white-text .displayer-navbar .navbar-inverse .navbar-nav > li > a:hover,
  .white-text .displayer-navbar .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff; /* hover PARENT MENU text color */
    background: transparent; /* hover PARENT MENU background color */
    border-left: 3px solid #28b7fa; /* collapsed parent menu border-bottom color */
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    padding: 10px 30px;
    background: #363636; /* collapsed submenu background color */
    border-bottom: 1px solid #1b1b1b;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background: #28b7fa; /* hover collapsed submenu background color */
    border-bottom: 1px solid #1b1b1b;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background: transparent;
  }
  .dropdown-menu > li:first-child > a:hover,
  .dropdown-menu > li:first-child > a:focus,
  .dropdown-menu > li:last-child > a:hover,
  .dropdown-menu > li:last-child > a:focus {
    border-radius: 0;
  }
  #navbar.third-logo #navigation {
    background: #fff;
    height: 80px;
    border-radius: 0;
    -moz-box-shadow: 0 0 4px 2px #9999997a;
    -webkit-box-shadow: 0 0 4px 2px #9999997a;
    box-shadow: 0 0 4px 2px #9999997a;

  }
  #navbar.third-logo .navbar-header {
    border-bottom: 1px solid #fff;
    /*height: 80px;*/
width: 108vw;
  }
  #navbar.third-logo .navbar-inverse .navbar-toggle {
    background: #fff;
    border-color: #999;
  }
  #navbar.third-logo .navbar-inverse .navbar-toggle:hover,
  #navbar.third-logo .navbar-inverse .navbar-toggle:focus {
    background: #fff; /* hover COLLAPSED MENU TOGGLE background color */
    border-color: #363636; /* hover COLLAPSED MENU TOGGLE border color */
  }
  #navbar.third-logo .navbar-inverse .navbar-toggle .icon-bar {
    background: #333;
  }
  #navbar.third-logo .navbar-toggle-button {
    float: right;
    padding: 10px 11px 12px 11px;
    margin-top: 15px;
    margin-right: 21px;
    margin-bottom: 5px;
  }
  #navbar.third-logo .navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 1px;
  }
  #navbar.third-logo .icon-bar-top {
    margin-top: 3px;
  }
  #navbar.third-logo img.header-logo {
    height: 70px;
    margin: 5px auto;
    padding: 15px;
  }
  #navbar.third-logo .navbar-inverse .navbar-nav > li > a {
    color: #f1f1f1;
    border-bottom: 1px solid #333;
    background: #151515;
	
	padding-left: 30px;
  }
  #navbar.third-logo .navbar-inverse .navbar-nav > li > a:hover,
  #navbar.third-logo .navbar-inverse .navbar-nav > li > a:focus {
    color: #28b7fa;
    background: #000;
  }
  #navbar.third-logo .navbar-inverse .navbar-collapse {
    border-color: #000;
  }
  #navbar.third-logo .navbar-nav {
    background: #000;
  }
  .contact .black-highlight { display:block;}
  .blue-highlight-shorter, .blue-highlight-70, .blue-highlight { display: unset; }
}
@media (max-width: 909px) {
  .navbar-links {
    display: none;
  }
}
@media (max-width: 860px)  {
  .modal-slide-btn {
    left: 12%;
    bottom: 33%;
  }
}
@media (max-width: 767px) {
  .pull-right-md.img-responsive,
  .pull-left-md.img-responsive {
    max-width: 80%;
    margin: 10px auto 20px auto !important;
  }
  .main {
    text-align:center;
  }
  h1 sup { top: -16px; }
  h2 sup { top: -17px; }
  p.lead sup { top: -10px; }
  .row h1, .main h1,
  .row h2, .main h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  p, p.lead {
    margin: 0 0 20px 0;
  }
  p, .main li {
    font-size: 17px;
  }
  p, .main li {
    line-height:1.4; /* text line-height */
  }
  p.lead {
    font-size: 19px;
    margin: 0 0 20px 0;
    line-height:1.3;
  }
  ul.checklist {
    padding-bottom:6px;
  }
  .checklist i {
    line-height:1.3;
  }
  .text-compress p {
    line-height:1.2;
  }
  .banner,
  #banner-text-center .banner {
    padding-top:100px;
    padding-bottom:27px;
  }
  .banner h1 {
    font-size:30px;
  }
  .banner p {
    font-size:19px;
  }
  .banner5 {
    padding-top:100px;
    height:300px;
  }
  .img-responsive-center-sm {
    margin: 10px auto;
  }
  img.header-logo {
    height:50px;
    margin:0 auto;
  }
  .displayer-navbar img.header-logo {
    height:80px;
  }
  .team p.small {
    font-size:14px;
  }
  .team h6 {
    font-size:15px;
  }
  .team .img-responsive {
    margin: 0 auto;
  }
  .team h4 {
    font-size:24px;
    margin-top: 0;
    margin-bottom: 0;
  }
  #header {
    background: #fff;
    padding-bottom: 0;
  }
  #header p {
    font-size:17px;
    margin: 0 0 6px 0 !important;
    line-height: 1.1;
  }
  .displayer-video .container {
    padding-left: 0;
    padding-right: 0;
  }
  .displayer1 h1 {
    font-size:50px;
    padding:0 0 10px 0;
  }
  .displayer1 img {
    width:80%;
    margin-top:0 !important;
  }
  .displayer-video {
    height:450px;
  }
  .displayer-video-left #video-background {
    left: -40%;
    width: 1200px;
  }
  .displayer-video-right #video-background {
    right: -40%;
    width: 1200px;
  }
  .displayer-video-bottom #video-background {
    top: -30%;
    right: -50%;
    width: 1200px;
  }
  .displayer-video-center #video-background {
    right: -40%;
    top: -38%;
  }
  .displayer-video h1 {
    font-size:46px;
    margin-bottom: 5px !important;
  }
  .displayer-content {
    padding-top: 80px;
  }
  .displayer-content .btn-lg {
    padding: 10px 16px;
    font-size: 22px;
  }
  .btn-lg,
  .main .btn-lg,
  .btn-group-lg > .btn {
    padding: 10px 14px;
    font-size: 22px;
  }
  .btn-full-sm {
    width:100%;
    white-space:normal; /* needed for Firefox unexpected line-break on floating elements */
    text-align:center;
  }
  .btn-full-sm.text-left-sm {
    text-align:left !important;
  }
  .btn-full-sm span.glyphicon-menu-right {
    float:right;
  }
  .btn-full-sm span.glyphicon-menu-left {
    float:left;
  }
  .btn span.glyphicon-menu-right,
  .btn span.glyphicon-menu-left {
    margin-top: 3px;
  }

  .modal-dialog.modal-lg {
    width: 90%;
    margin: 40px auto;
  }
  .modal-content .btn-close {
    position: absolute;
    left: 0;
    top: -40px;
  }
  .modal-content .btn-square.btn-lg {
    width: 40px;
    height: 40px;
    padding: 3px !important;
    font-size: 25px !important;
  }
  .modal-slide-btn {
    left: 16%;
  }
  #why-pmw .carousel-control {
    top: -40px;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    height: 40px;
    opacity: 0.8;
  }
  #why-pmw .carousel-control.right {
    right: 0;
  }
  #why-pmw .carousel-control .glyphicon-chevron-right {
    margin-top: -11px;
  }
  #why-pmw .btn-lg {
    padding: 7px 14px;
    font-size: 17px;
    border-radius: 2px;
  }

  #content-home .main {
    padding-top: 14px;
  }
  #content-home p.lead {
    font-size: 20px;
    line-height:1.4;
  }
  h1, .main.home h1 {
    font-size:32px;
  }
  h2 {
    font-size:36px;
  }
  #red-list p.lead {
    font-size:21px;
  }
  .bg-circle {
    padding-top: 10px;
  }
  .bg-circle h4 {
    margin-top: 0;
    font-size:26px;
  }
  .checklist-center-sm {
    display:table;
    margin-left:auto;
    margin-right:auto;
  }
  .footer-btn {
    width:100%;
  }
  .footer-btn img {
    width:15%;
  }
  .hide-sm {
    display:none !Important;
  }
  .show-sm {
    display:block;
  }
  img.align-left-sm {
    margin-right: 0;
    margin-left: 0;
  }
  .checklist-center-sm {
    display:table;
    margin-left:auto;
    margin-right:auto;
  }
  .checklist-col-1, .checklist-col-2 {
    float:none;
    width:100%;
  }
  .checklist-col-1 ul {
    padding-bottom:0;
  }
  .checklist-col-1 {
    margin-top:0;
  }
  .checklist-col-2 {
    margin-bottom:0;
  }
  .cta-btn {
    height:50px;
  }
  .cta-center-sm {
    float:none;
    margin: 0 auto;
    padding-top:0;
    clear:both;
  }
  .compress-select .controls-select {
    margin-bottom:0; !important;
  }
  .testimonial-black {
    padding: 20px 24px 24px 24px;
  }
  .text-center-sm {
    text-align:center;
  }
  .text-left-sm {
    text-align:left;
  }
  .text-right-sm {
    text-align:right !important;
  }
  .banner-cta p,
  .banner-cta-full p {
    text-align:center;
  }
  .quote p.quote {
    line-height:1.5;
  }
  .quote p.name strong,
  .quote p.quotename strong {
    font-size:14px;
  }
  .quote p.quotename img.year {
    margin-top: -15px;
  }
  .quote p.quotename img.year,
  img.year {
    height:70px;
  }
  .footnote {
    padding: 10px 15px 5px 15px;
  }
  #form-default {
    padding-bottom:20px;
  }
  #form-default .form-group {
    margin-bottom: 0px;
  }
  #form-default input, #form-default textarea, #form-default select, #form-default label.radio-inline {
    margin-bottom: 15px;
  }
  #form-default button {
    margin-top: 5px;
  }
  #form-default label.radio-inline-text {
    vertical-align: top;
    padding-top: 0;
    margin-top: -2px;
  }
  #form-default label.radio-inline,
  #form-default label.radio-inline-text {
    margin-bottom: 15px;
  }
  #news h1 {
    font-size:22px;
  }
  .news-header button.btn {
    font-size:12pt;
    padding: 6px 12px 6px 20px;
  }
  #news .img-responsive {
    margin:0;
  }
  .news {
    width:100%;
    margin-bottom: 6px;
    display:inline-table;
  }
  .news-img,
  .news-text {
    display:table-cell;
    vertical-align:middle;
    }
  .news-img {
    width:20%;
    padding:0;
    margin:0;
  }
  .news-text {
    width:80%;
    padding:10px 20px 10px 24px;
    border-left:3px solid #00A7E0;
    background:#EDFBFE;
  }
  .news-text p {
    font-size: 12pt;
    line-height: 1.3;
  }
  span.date {
    width:auto;
    display:inline;
    font-size: 12pt;
  }
}
@media (max-width: 730px) { /* iPhone landscape view */
  .main h3 .text-highlight-red { line-height:1.4; /* text line-height */ }
  .bg-circle {
    padding-top: 6px;
  }
  .bg-circle h4 {
    margin-top: 0;
    font-size:26px;
  }
  .form-text {
    margin-top:0;
    margin-left:15px;
  }
  .videogallery { display:none; }
  .videoembed { display:block; }
  .widget-cta .cta-btn-icon {
    font-size: 40px;
    width:20% !important;
  }
  .widget-cta .cta-special {
    height:280px;
  }
  .widget-facebook iframe {
    width:538px;
  }
  .newsfeed-btn {
    position:inherit;
  }
  .newsfeed-btn button.btn {
    position:inherit;
    width:100%;
    text-align:center;
    border-radius: 2px !important;
  }
}
@media (max-width: 630px) {
  .bg-circle {
    padding-top: 3px;
  }
  .banner5 {
    padding-top:100px;
    height:300px;
  }
  .widget-cta .cta-btn-icon {
    font-size: 30px;
  }
  .cta-photo-div .cta-photo-div-img {
    width:42%;
    padding:0;
    margin:0;
  }
  .cta-photo-div .cta-photo-div-text {
    width:58%;
    padding:6px 10px 6px 14px;
  }
  .cta-photo-div .cta-photo-div-text img {
    width:58%;
  }
  .cta-photo-div .cta-photo-div-text p.lead {
    font-size:16px;
  }
  .cta-photo-div-lg .cta-photo-div-img {
    width:25%;
  }
  .cta-photo-div-lg .cta-photo-div-text {
    width:75%;
  }
  .modal-slide-btn {
    left: 13%;
    bottom: 32%;
  }
}
@media (max-width: 604px) {
  .cta-btn {
    width:100%;
  }
}
@media (min-width: 601px) { /* Needed for floating content images */
  .pull-right-sm {
    float: right !important;
    margin-left:20px !important;
    margin-bottom:20px !important;
  }
  .pull-left-sm {
    float: left !important;
    margin-right:20px !important;
    margin-bottom:20px !important;
  }
}
@media (max-width: 600px) { /* Needed for floating content images */
  .pull-right-sm.img-responsive,
  .pull-left-sm.img-responsive {
    max-width: 80%;
    margin: 10px auto 20px auto !important;
  }
  #content-tour-1 .pull-right-sm.img-responsive,
  #content-tour-1 .pull-left-sm.img-responsive {
    max-width: 80%;
    margin: 0 auto 10px auto !important;
  }
}
@media (max-width: 560px) {
  h1 sup {
    top: -14px;
  }
  h2 sup {
    top: -13px;
  }
  h3 sup {
    top: -11px;
  }
  h4 sup {
    top: -10px;
  }
  .main.home h1 {
    font-size:28px;
  }
  h1 {
    font-size:30px;
  }
  #content-tour-1 h1 {
    font-size:34px;
  }
  h2, .main.home h2 {
    font-size:28px;
  }
  h3, .main.home h3 {
    font-size:24px;
  }
  h4 {
    font-size:21px;
  }
  .main h4 { line-height:1.3; /* text line-height */ }
  .main h4 .text-highlight { line-height:1.4; /* text line-height */ }
  .team h4 {
    font-size:22px;
  }
  .team p {
    font-size:17px !important;
  }
  .team p.small,
  .team p.lead.small {
    font-size:14px !important;
  }
  .row h2, .main h2,
  .row h3, .main h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .red-underline {
    height: 11px;
    margin: -18px auto 0 auto;
  }

  #red-list .col-xs-1 { width:15%;}
  #red-list .col-xs-11 { width:85%;}
  .bg-circle {
    padding-top: 8px;
  }

  .img-left, .img-right {
    float: none;
    margin: 1% auto;
    width:100%;
  }
  .img-left img, .img-right img {
    width:50%;
  }
  .cta-photo h4 {
    font-size: 17px;
  }
  .news-img {
    width:30%;
  }
  .news-text {
    width:70%;
    padding:10px 20px 10px 24px;
  }
  .news-text p {
    font-size: 10pt;
    line-height: 1.4;
  }
  .widget-facebook iframe {
    width:480px;
  }
  .displayer-video-center #video-background {
    right: -100%;
    top: -38%;
  }
 .displayer-home h1, .displayer-home-animation h1 {font-size: 36px;}
 .displayer-home {background-position: 40% center;}
}
@media (max-width: 550px)  {
  #grid img {
    width:80px;
  }
  .grid-inline p.small {
    font-size:13px;
  }
  .widget-cta .cta-btn p {
    font-size: 12pt;
    /*vertical-align: top;*/
  }
  .widget-cta .cta-btn {
    min-height:70px;
  }
}
@media (max-width: 530px) {
  .show-xs { display:block; }
  .hide-xs { display:none; }
  .btn-full-xs {
    width:100%;
    white-space:normal; /* needed for Firefox unexpected line-break on floating elements */
    text-align:center;
  }
  .text-center-xs {
    text-align:center;
  }
  img.header-logo {
    margin:0 auto;
  }
  #form-default .feedback {
    margin: -10px 0 20px 0;
  }
  p.small {
    font-size: 12px;
  }
  #content-tour-3 { background: url("images/backgrounds/bg-arrow-down-white.png") no-repeat center top #000; }
  #content-tour-1 p.small {
    font-size: 12px;
  }
  #content-tour-5 p.small,
  #content-tour-6 p.small {
    font-size: 16px;
    margin: 0 0 26px 0;
  }
  #content-tour-5 h2,
  #content-tour-6 h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  #content-tour-6 h3 {
    font-size: 20px;
  }
  #content-tour-6 img {
    width:130px;
  }
  p.quote, p.quotename {
    font-size:13pt;
  }
  .quote p.name {
    display:inline-block;
    border-left: none;
    margin-bottom: 0;
    padding-top:20px;
    padding-left:45px;
    width:100%;
  }
  .form-col-1 {
    width:50%
  }
  .form-col-2 {
    width:50%
  }
  .hide-text-xs {
    display:none;
  }
  .btn-header .btn {
    font-size:13pt !important;
  }
  .btn-header img {
    float:right;
    margin:4% 0 4% 0;
  }
  .iframe-md, .iframe-sm {
    width:100%;
  }
  .arrow-down {
    margin: 0 0 0 85%;
  }
  .banner-cta-full button {
    width:100%;
    text-align:center;
  }
  .well-author {
    padding: 14px 14px 8px 14px;
  }
  .well-author h4 {
    font-size:19px;
  }
  .well-author p {
    font-size:15px;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 529px) { /* Needed for floating content images */
  .pull-right-xs {
    float: right !important;
    margin-left:20px !important;
    margin-bottom:20px !important;
  }
  .pull-left-xs {
    float: left !important;
    margin-right:20px !important;
    margin-bottom:20px !important;
  }
}
@media (max-width: 528px) { /* Needed for floating content images */
  .pull-right-xs.img-responsive,
  .pull-left-xs.img-responsive {
    max-width: 80%;
    margin: 10px auto 20px auto !important;
  }
}
@media (max-width: 520px) {
  .widget-cta .cta-btn-icon {
    width:30% !important;
  }
}
@media (max-width: 500px) {
  .widget-facebook iframe {
    width:420px;
  }
}
@media (max-width: 460px) {
  .displayer-video-left #video-background {
    left: -80%;
    width: 960px;
  }
  .displayer-video-right #video-background {
    right: -80%;
    width: 960px;
  }
  .displayer-video-bottom #video-background {
    top: -25%;
    right: -90%;
    width: 1000px;
  }
  .displayer-video h1 {
    font-size:46px;
    margin-bottom: 5px !important;
    line-height: 1.1;
  }
  .displayer-content {
    padding-top: 60px;
  }
  .banner3 h1 {
    font-size:28px;
  }
  .cta-btn-lg {
    height:76px;
  }
  .btn-lg {
    font-size: 20px;
  }
  .cta-photo p.number {
    padding: 5px 14px 6px 14px;
    font-size: 15px;
  }
  .cta-photo h4 {
    font-size: 15px;
  }
  .banner5 {
    padding-top:100px;
    height:300px;
  }
  footer {
    padding:4% 0 3% 0;
  }
  .footer p {
    font-size:15px;
    margin:0 0 10px 0;
    line-height:1.5;
  }
  .red-underline {
    height: auto;
    margin: -18px auto 0 auto;
  }
  .services .col-xs-6, .services .col-xs-3 { width: 100%; }
}
@media (max-width: 430px) {
  .widget-facebook iframe {
    width:370px;
  }
  .widget-cta .cta-btn p.large {
    font-size: 15pt;
    line-height: 1.0;
    padding: 5px 20px 10px 10px;
  }
  .widget-cta .cta-btn p.large span {
    font-size: 11pt;
    line-height: 0.8;
  }
  .contact-details p {
    font-size:16px;
  }
  .displayer1 img {
    width:90%
  }
}
@media (max-width: 340px) { /* iPhone portrait view */
  .gallery img {
    margin: 10px auto 10px auto;
  }
  .show-xxs {
    display:block;
  }
  .hide-xxs {
    display:none;
  }
  .text-center-xxs {
    text-align:center;
  }
  .btn-full-xxs {
    width:100%;
    white-space:normal; /* needed for Firefox unexpected line-break on floating elements */
    text-align:center;
  }
  .navbar-btn {
    padding: 7px 10px !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
  }
  .banner5 {
    height:300px;
  }
  .btn-main {
    width: 110px;
    text-align:center;
  }
  .cta-btn-md {
    height:65px;
  }
  .cta-btn-lg {
   height:90px;
  }
  .cta-btn p {
    font-size: 11pt;
    line-height: 1.2;
    margin:0;
    padding: 15px 20px 15px 10px;
  }
  a button.btn-main {
    margin-right:6px;
  }
  .cta-photo p.number {
    padding: 5px 16px 6px 16px;
    font-size: 19px;
  }
  .cta-photo h4 {
    font-size: 22px;
  }
  #red-list h2 {
    font-size:24px;
  }
  #red-list p.lead {
    margin: 5px 0 10px 0;
  }
  .bg-circle {
    padding-top: 5px;
  }
  .block-ul p {
    margin-bottom:19px;
    font-size: 15px;
  }
  .block-ul p span {
    padding: 8px 9px;
  }
  #news h1 {
    font-size:18px;
  }
  .newsfeed h2 {
    font-size:20px;
  }
  .newsfeed-text p {
    font-size: 11pt;
    line-height: 1.4;
  }
  .quote p.quotename img.year,
  img.year {
    height:60px;
  }
  .quote p.quotename img.year {
    margin-top: -4px;
  }
  .testimonial-author {
    margin: 10px 10px 25px 0;
  }
  .widget-cta .cta-special {
    height:260px;
  }
  .widget-cta .cta-btn {
    min-height:120px;
  }
  .widget-cta .cta-btn p.large {
    font-size: 13pt;
    line-height: 1.2;
  }
  .widget-cta .cta-btn-login p.large {
    font-size: 15pt;
    line-height: 1.0;
    padding: 0 20px 0 10px;
  }
  .widget-cta .cta-btn-icon {
    width:20% !important;
  }
  .widget-cta .cta-btn p.large span {
    font-size: 11pt;
    line-height: 0.7;
  }
  .widget-cta .cta-btn-promo p {
    font-size: 12pt;
    line-height: 1.0;
  }
  .widget-cta .cta-btn-promo p span {
    font-size: 10pt;
    line-height: 0.8;
  }
  .widget-facebook iframe {
    width:290px;
  }
}
@media (min-width: 340px) and (max-width: 991px) {
  .img-responsive {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 341px) {
  .img-responsive {
    margin-right: auto;
    margin-left: auto;
  }
  .form-col-1 {
    width:50%
  }
  .form-col-2 {
    width:50%
  }
  .footer-btn. btn-lg {
    font-size: 20px;
  }
}

.navbar-inverse .navbar-nav>li>a[href='http://www.publishmyweb.com'] {
     display: none;
}

.banner-gradient {
background: rgb(107,198,228);
background: radial-gradient(circle, rgba(107,198,228,1) 0%, rgba(41,171,225,1) 17%, rgba(0,112,187,1) 34%, rgba(54,95,181,1) 50%, rgba(0,112,187,1) 67%, rgba(41,171,225,1) 84%, rgba(107,198,228,1) 100%);
    background-size: 400% 400% !important;
  animation: gradient 50s linear infinite;
}

@keyframes gradient {
    0% {
        background-position-x: 0%;
        background-position-y: 400%;
    }

  25% {
        background-position-x: 100%;
        background-position-y: 300%;
    }

  50% {
        background-position-x: 200%;
        background-position-y: 200%;
    }
  75% {
        background-position-x: 300%;
        background-position-y: 100%;
    }

    100% {
        background-position-x: 400%;
        background-position-y: 0%;
    }
}

.bg-arrow-down-top {
min-height: 31px;
}

.banner-why-choose-us h1.text-white, .banner p.text-white {
color: white !important;
}

html, body {
overflow-x: hidden;
}

/* End of 'custom' */


