body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #fff;
    overflow-x: hidden;/*Video Width*/
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h4 {
    margin: 0 0 35px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.5;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Email Link colour */
a:hover,
a:focus {
    text-decoration: none;
    color: red;
}

/* Background of mobile navbar*/
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #fff;
    font-size: 15px;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

/*Colour of Non Scrolled Text*/
.navbar-custom a {
    color: #000;
}

/*Colour of Active menu item highlight*/
.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255, 0, 0, 0.15);
    color: red;
}

/*Colour of writing when scrolling*/
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

/*Colour when rollover*/
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus{
    color: red;
}

.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: transparent url(../img/dove.jpg) no-repeat bottom center scroll; /* Fixed\0/ is IE8 HACK */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc); /* IE8 Background Fix MDK */
    behavior: url(backgroundsize.min.htc);     /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/dove.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/dove.jpg', sizingMethod='scale')"; /* MDK */
    z-index: -1;  
}

.lycus {
    display: table;
    width: 100%;
    height: auto;
    padding: 0px 0;
    text-align: center;
    color: #fff;
    background: transparent url(../img/lycusbackground.jpg) no-repeat bottom center scroll; /* Fixed\0/ is IE8 HACK */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc); /* IE8 Background Fix MDK */
    behavior: url(backgroundsize.min.htc);     /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/dove.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/dove.jpg', sizingMethod='scale')"; /* MDK */
    z-index: -1;  
}

.overflow-hidden {
    overflow: hidden !important;
  }

    /* thankyou Page Text - Background */
    .introty {
    display: table;
    width: 100%;
    height: auto;
    padding: 500px 0;
    text-align: center;
    color: #fff;
    background: url(../img/dovemedium.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/dovemedium.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/dovemedium.jpg', sizingMethod='scale')"; /* MDK */
    }

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

.coffee {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #000;
    background-color: #fff;
}

.free {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #000;
    background-color: #fff;
}

.checklist {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/budgie.jpg) no-repeat bottom center scroll; /* Fixed\0/ is IE8 HACK */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc); /* IE8 Background Fix MDK */
    behavior: url(backgroundsize.min.htc);     /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/budgie.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/budgie.jpg', sizingMethod='scale')"; /* MDK */
    z-index: -1;  
}

.matter {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/otherdove.jpg) no-repeat bottom center scroll; /* Fixed\0/ is IE8 HACK */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc); /* IE8 Background Fix MDK */
    behavior: url(backgroundsize.min.htc);     /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/otherdove.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/otherdove.jpg', sizingMethod='scale')"; /* MDK */
    z-index: -1;  
}

.btn-circleblack {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #000;
    border-radius: 35px;
    font-size: 40px;
    color: #000;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circleblack:hover,
.btn-circleblack:focus {
    outline: 0;
    color: #fff;
    background: black;
}

.btn-circleblack i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circleblack:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 200px;
    padding-bottom: 150px;
}

.content-section1 {
    padding-top: 200px;
    padding-bottom: 150px;
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #000;
    background-color: #fff;
}

.btn-defaultblack {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
}

.btn-defaultblack:hover,
.btn-defaultblack:focus {
    border: 1px solid #000;
    outline: 0;
    color: #fff;
    background-color: #000;
}

footer {
    padding: 0px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/* Mat's Additions ============================================================== */

.intro-text-red {
    color: #f00;
    text-align: center;
    font-size: 35px;
    
    /*text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff; For coloured Outline */ 
}

.intro-text-red1 {
    color: #f00;
    text-align: center;
    font-size: 18px;
}

.intro-text-green {
    color: #00ff21;
    text-align: center;
    font-size: 35px;
}

.intro-text-boring {
    color: #cacaca;
}

.featurelist {
    color: #fff;
    font-size: 20px;
}

.blacktext {
    color: #000;
}

.redtext {
    color: red;
}

.blacktextemail a {
    color: red;
}

.blacktextemail a:active,
.blacktextemail a:hover {
  color: #000;
}

.blacktextbig {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}

.redtextleft {
    color: blue;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
}

.email {
    color: #fff;
}

.email:hover,
.email:focus {
        color: #f00;
}

.redblack{
    color: red;
}

.redblack:hover,
.redblack:focus {
        color: #000;
        /*background-color: rgba(255, 0, 0, 0.15)*/
}

.blackred{
    color: black;
}

.blackred:hover,
.blackred:focus {
        color: red;
        /*background-color: rgba(255, 0, 0, 0.15)*/
}

.featuretteimg {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-top: 50px;
    border-radius: 10px;
}

.featurettevettext {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-top: 25%;
    border-radius: 10px;
}

.featuretteimgcoffee {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.greyheading {
    color: #777;
    text-transform: none;
}

.greyheading-ie8a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    background-color: #cacaca;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 60px;
}

.greyheading-ie8b {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    background-color: #cacaca;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -100px;
    margin-top: 58px;    
    padding-top: 22px;
    padding-bottom: 10px;
    z-index: 100;
}

/* Mat's Additions =========================================================== */

.center {
    text-align: center;
}

/*Video Background*/
.hero-unit {
    /*min-width: 320px;*/
    width: 100%;
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 1;
    letter-spacing: -1px;
    color: inherit;
    text-align: center;
}

/*Writing Over Video Only?*/
.content-23 {
  position: relative;
  height: 100%;
  /*z-index: -100;
  background: url(../img/catyawn.jpg) no-repeat bottom center scroll;
  background-position: center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/catyawn.jpg', sizingMethod='scale');*/  /* MDK */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/catyawn.jpg', sizingMethod='scale')";*/  /* MDK */
  }

.content-23.v-center,
.content-23 .v-center {
  display: table;
  width: 100%;
}

.content-23.v-center > div,
.content-23 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}

.content-23 .control-btn {
  width: 70px;
  height: 70px;
  line-height: 53px;
  margin-top: 15px;
  margin: 0;
  padding: 7px 16px;
  border: 2px solid #fff;
  border-radius: 35px;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  background: 0 0;
  position: relative;/*TEST*/
  left: 50%;
  bottom: 90px;
  margin-left: -26.5px;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.content-23 .control-btn:hover,
.content-23 .control-btn:focus,
.content-23 .control-btn.active {
  color: #ffffff;
}

.content-23 .control-btn:hover,
.content-23 .control-btn:focus,
.content-23 .control-btn:active,
.content-23 .control-btn.active {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 50;
  filter: alpha(opacity=5000);
}

.content-23 {
  overflow: hidden;
}

/*.content-23 #bgVideo {
  overflow: hidden;
}
.content-23 #bgVideo > video {
  position: absolute !important;/*TEST
  top: 0 !important;
  opacity: 0.7;
}*/

.content-23 .control-btn {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 0.7;
  filter: alpha(opacity=50);
}

.content-23.custom-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-gallery {
  position: relative;
  padding: 150px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
  color: white;
}

/* /End of Video Background =================================== */

/* Gallery Title ============================================================= */

.title {
    color: rgba(255,255,255,.3);
}

.gallerybackground {
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    background-color: #fff;
}

.aboutbackground {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/cathedral.jpg) no-repeat bottom center scroll;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/cathedral.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/cathedral.jpg', sizingMethod='scale')"; /* MDK */
    z-index: -100;
}

.contactbackground {
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0px 50px 0px;
    text-align: center;
    color: #fff;
    background: url(../img/penangle.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/penangle.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/penangle.jpg', sizingMethod='scale')"; /* MDK */
    z-index: -100;
}

.timelinebackground {
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0px 50px 0px;
    text-align: center;
    color: #fff;
    background: url(../img/vetsentinelwhite.png) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/penangle.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/penangle.jpg', sizingMethod='scale')"; /* MDK */
    z-index: -100;
}

.vetsentinelterms {
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0px 50px 0px;
    text-align: center;
    color: #fff;
    background-color: #eeeaee;
    /*background: url(../img/vetsentinelterms.png) no-repeat bottom center scroll;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/penangle.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/penangle.jpg', sizingMethod='scale')"; /* MDK */
    z-index: -100;
}

.footerbackground {
    display: table;
    width: 100%;
    height: auto;
    padding: 5px 0;
    text-align: center;
    color: #000;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
    -o-background-size: cover;
    z-index: -100;
}

.footerblack {
    font-size: 75%;    
}

/* Full Screen Background Video */
video#bgvid { 
    position: fixed; right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -100;
    /*background: url(../img/catyawn.jpg) no-repeat;
    background-size: cover; 
    -ms-behavior: url(/backgroundsize.min.htc);*/
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/catyawn.jpg', sizingMethod='scale');  MDK */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/catyawn.jpg', sizingMethod='scale')";  MDK */ 
}

.navcolour {
    color: #000;
}

/* Index landing page - bottom button */
.bottomleft {
   position:absolute;
   bottom:10%;                          
   left:20%;
   clear:both;
   clear:left;
   clear:right;            
}

.bottomright {
   position:absolute;             
   bottom:10%;                          
   right:20%;
   clear:both;
   clear:left;
   clear:right;                          
}

/* IE8 Index landing page - bottom button */
.bottomleftie8 {
   position:absolute;
   bottom:10%;                          
   left:20%;
   clear:both;
   clear:left;
   clear:right;
   margin-bottom: 100px;              
}

.bottomrightie8 {
   position:absolute;             
   bottom:10%;                          
   right:20%;
   clear:both;
   clear:left;
   clear:right;
   margin-bottom: 100px;                        
}

/* Media Calls ==========================================
    ===================================================== */

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media (min-width:769px) {
        .iphone-only {
            display:none !important;
        }
        .ipad-only {
            display:none !important;
        }
        .desktop-only {
            display:block !important;
        }
        .content-23.v-center.row:before,
        .content-23 .v-center.row:before,
        .content-23.v-center.row:after,
        .content-23 .v-center.row:after {
        display: none;
        }
        img.navbar-header1 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;    
        }
        .navbar {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: white;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
        }
        /* Scrolling navbar color */
        .top-nav-collapse {
        padding: 0;
        padding-top: 0;
        background-color: #fff;
        }
        /*Scrolling navbar text colour */
        .top-nav-collapse.navbar-custom a {
        color: #000;
        }
        .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
        }
        p {
        margin: 0 0 15px;
        font-size: 20px;
        line-height: 1.6;
        }
        .intro {
        height: 100%;
        padding: 0;
        }
        .intro .intro-body .brand-heading {
        font-size: 75px;
        }
        .intro .intro-body .intro-text {
        font-size: 25px;
        }
        .content-section {
        padding-top: 150px;
        padding-bottom: 100px;
        }
        .download-section {
        padding: 100px 0;
        }
}

/* iPad Screen Size LANDSCAPE  ====================================== 
    
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .ipad-landscape { color: blue; }*/ /* your css rules for ipad landscape 
}*/
    
/*@media (max-width: 1024px) {
        .iphone-only {
            display: none !important;
        }
        
        .ipad-only {
            display:block !important;
        }
 
        .desktop-only {
            display:none !important;
        }

    .videosub {
    display: table;
    width: 100%;
    height: auto;
    padding: 240px 0;
    text-align: center;
    color: #fff;
    background: url(../img/catyawn.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc);
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/catyawn.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/catyawn.jpg', sizingMethod='scale')";

}*/

/* iPad Screen Size  =========================================================== */
@media (max-width: 1068px) {
        .iphone-only {
            display:none !important;
        }
        .ipad-only {
            display:block !important;
        }
        .desktop-only {
            display:none !important;
        }
        h1 {
        font-size: 27px;
        line-height: 1;
        }
        h2 {
        font-size: 22px;
        line-height: 1;
        }
        h3 {
        font-size: 20px;
        }
        h4 {
        font-size: 18px;
        }
        p {
        margin: 0 0 25px;
        font-size: 18px;
        line-height: 1.5;
        }
        /* iPad Content-Section*/
        .content-section {
        padding-top: 150px;
        padding-bottom: 100px;
        }
        /* Index iPad Landing Page Text - Header */
        .hero-unit h1 {
        margin-bottom: 0px;
        font-size: 35px;
        line-height: 1;
        letter-spacing: -1px;
        color: inherit;
        text-align: center;
        }
        .content-23 .hero-unit.hero-unit-bordered h1 {
        font-size: 28px;
        font-weight: normal;
        color: #ffffff;
        font-weight: 600;
        }
        /* Index iPad Landing Page Text - subheading */
        .intro-text-red {
        color: #F00;
        text-align: center;
        font-size: 25px;
        }
        .content-23.v-center,
        .content-23 .v-center {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0px; /* MDK 20px*/
        padding-right: 0px; /* MDK 20px*/
        }
        .content-23.v-center.row,
        .content-23 .v-center.row {
        display: block;
        width: auto;
        }
        .content-23.v-center.row:before,
        .content-23 .v-center.row:before,
        .content-23.v-center.row:after,
        .content-23 .v-center.row:after {
        display: none;
        }
        .content-23.v-center.row > *,
        .content-23 .v-center.row > * {
        display: block;
        vertical-align: baseline;
        }
        ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
        }
        ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
        }
        .edgebuttonleft {
        font-size: 0px;
        }
        .edgebuttonright {
        font-size: 0px;
        }
        /* index iPad landing page background */
        .videosub {
        display: table;
        width: 100%;
        height: auto;
        padding: 400px 0;
        text-align: center;
        color: #fff;
        background: url(../img/catyawnmedium.jpg) no-repeat bottom center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
        -o-background-size: cover;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/catyawnmedium.jpg', sizingMethod='scale'); /* MDK */
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/catyawnmedium.jpg', sizingMethod='scale')"; /* MDK */
        /*z-index: -100;*/
        }
        /* Index Evolution iPad Page Text - Background */
        .intro {
        display: table;
        width: 100%;
        height: auto;
        padding: 100px 0px 100px 0px;
        text-align: center;
        color: #fff;
        background: url(../img/dovemedium.jpg) no-repeat bottom center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
        -o-background-size: cover;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/dovemedium.jpg', sizingMethod='scale'); /* MDK */
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/dovemedium.jpg', sizingMethod='scale')"; /* MDK */
        /*z-index: -100;*/
        }
        .lycus {
            display: table;
            width: 100%;
            height: auto;
            padding: 0px 0px 0px 0px;
            text-align: center;
            color: #fff;
            background: url(../img/wolfcentered.jpg) no-repeat bottom center scroll;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
            -o-background-size: cover;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/wolfcentered.jpg', sizingMethod='scale'); /* MDK */
            -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/woldcentered.jpg', sizingMethod='scale')"; /* MDK */
            /*z-index: -100;*/
            }

        .overflow-hidden {
                overflow: hidden !important;
              }
        
        /* thankyou iPad Page Text - Background */
        .introty {
        display: table;
        width: 100%;
        height: auto;
        padding: 400px 0px 100px 0px;
        text-align: center;
        color: #fff;
        background: url(../img/dovemedium.jpg) no-repeat bottom center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
        -o-background-size: cover;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/dovemedium.jpg', sizingMethod='scale'); /* MDK */
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/dovemedium.jpg', sizingMethod='scale')"; /* MDK */
        /*z-index: -100;*/
        }
        /* iPad size */
        .coffee {
        display: table;
        width: 100%;
        height: auto;
        padding: 75px 0px 75px 0px;
        text-align: center;
        color: #000;
        background-color: #fff;
        }
        /* iPad Size */
        .free {
        display: table;
        width: 100%;
        height: auto;
        padding: 75px 0px 75px 0px;
        text-align: center;
        color: #000;
        background-color: #fff;
        }
        /* iPad Size */
        .checklist {
        display: table;
        width: 100%;
        height: auto;
        padding: 75px 0px 75px 0px;
        text-align: center;
        color: #fff;
        background: url(../img/budgie.jpg) no-repeat bottom center scroll; /* Fixed\0/ is IE8 HACK */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -ms-behavior: url(backgroundsize.min.htc); /* IE8 Background Fix MDK */
        behavior: url(backgroundsize.min.htc);     /* IE8 Background Fix MDK */
        -o-background-size: cover;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/budgie.jpg', sizingMethod='scale'); /* MDK */
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/budgie.jpg', sizingMethod='scale')"; /* MDK */
        /*z-index: -100;*/  
        }
        /* Index iPad Page About - Background */
        .aboutbackground {
        display: table;
        width: 100%;
        height: auto;
        padding: 50px 0px 50px 0px;
        text-align: center;
        color: #fff;
        background: url(../img/cathedralmedium.jpg) no-repeat bottom center scroll;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
        -o-background-size: cover;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cathedralmedium.jpg', sizingMethod='scale'); /* MDK */
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cathedralmedium.jpg', sizingMethod='scale')"; /* MDK */
        /*z-index: -100;*/
        }
        /* Index iPad Page Contact - Background */
        .contactbackground {
        display: table;
        width: 100%;
        height: auto;
        padding: 50px 0px 50px 0px;
        text-align: center;
        color: #fff;
        background: url(../img/penanglemedium.jpg) no-repeat bottom center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
        -o-background-size: cover;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/penanglemedium.jpg', sizingMethod='scale'); /* MDK */
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/penanglemedium.jpg', sizingMethod='scale')"; /* MDK */
        /*z-index: -100;*/
        }
        /* Future iPad Page Featurette Image Padding */
        .featuretteimg {
        display: block;
        width: 100% \9;
        max-width: 100%;
        height: auto;
        margin-top: 25px;
        border-radius: 10px;
        }
        /* iPad size grey warning band at top */
        .greyheading-ie8a {
        color: #000;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        text-transform: none;
        background-color: #cacaca;
        margin-left: auto;
        margin-right: auto;
        padding-top: 22px;
        padding-bottom: 10px;
        margin-bottom: 0px;
        margin-top: 60px;
        }
        .greyheading-ie8b {
        color: #000;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        text-transform: none;
        background-color: #cacaca;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -100px;
        margin-top: 58px;    
        padding-top: 22px;
        padding-bottom: 10px;
        z-index: 100;
        }
}

/* iPhone screen size test =======================================================
    ============================================================================== */

@media (max-width:736px) {
        .iphone-only {
            display:block !important;
        }
        
        .ipad-only {
            display:none !important;
        }
 
        .desktop-only {
            display:none !important;
        }
    
    body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;/*Video Width*/
    }

    h1 {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    }
    
    h2 {
    font-size: 20px;
    line-height: 1;
    }

    h3 {
    font-size: 18px;
    }

    h4 {
    font-size: 16px;
    }
    
    p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.5;
    }

    /* iPhone Content-section */
    .content-section {
    padding-top: 100px;
    padding-bottom: 75px;
}
    
/* iPhone Front Page ===================================================================== */
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 75px 0px 75px 0px;
    text-align: center;
    color: #fff;
    background: url(../img/dovemedium.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/dovemedium.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/dovemedium.jpg', sizingMethod='scale')"; /* MDK */
    /*z-index: -100;*/
}

   /* thankyou iPhone Page Text - Background */
    .introty {
    display: table;
    width: 100%;
    height: auto;
    padding: 85px 0px 60px 0px;
    text-align: center;
    color: #fff;
    background: url(../img/dovemedium.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/dovemedium.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/dovemedium.jpg', sizingMethod='scale')"; /* MDK */
    /*z-index: -100;*/
}

/* iPhone Evolution System Page */
.intro .intro-body .brand-heading {
    font-size: 20px;
}

.intro .intro-body .intro-text {
    font-size: 15px;
}

/* iPhone Coffee Page */
 .coffee {
        display: table;
        width: 100%;
        height: auto;
        padding: 75px 0px 75px 0px;
        text-align: center;
        color: #000;
        background-color: #fff;
}

/* iPhone Free Page */
    .free {
        display: table;
        width: 100%;
        height: auto;
        padding: 75px 0px 75px 0px;
        text-align: center;
        color: #000;
        background-color: #fff;
}

/* iPhone checklist Page */
    .checklist {
    display: table;
    width: 100%;
    height: auto;
    padding: 75px 0px 75px 0px;
    text-align: center;
    color: #fff;
    background: url(../img/budgiemedium.jpg) no-repeat bottom center scroll; /* Fixed\0/ is IE8 HACK */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc); /* IE8 Background Fix MDK */
    behavior: url(backgroundsize.min.htc);     /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/budgiemedium.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/budgiemedium.jpg', sizingMethod='scale')"; /* MDK */
    /*z-index: -100;*/  
}

/* iPhone matter Page */
.matter {
    display: table;
    width: 100%;
    height: auto;
    padding: 75px 0px 75px 0px;
    text-align: center;
    color: #fff;
    background: url(../img/otherdovemedium.jpg) no-repeat bottom center scroll; /* Fixed\0/ is IE8 HACK */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc); /* IE8 Background Fix MDK */
    behavior: url(backgroundsize.min.htc);     /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/otherdovemedium.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/otherdovemedium.jpg', sizingMethod='scale')"; /* MDK */
    /*z-index: -100;*/  
}

.intro-text-red{
    color: #f00;
    font-size: 25px;
    text-align: center;
}

.btn-circleblack {
    width: 60px;
    height: 60px;
    margin-top: 40px;
    padding: 8px 15px;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 30px;
    color: #000;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}/* /Front Page */

/* iPhone Evolution Page ========================================================= */

/* iPhone Full Screen Background Video */

 /* iPhone index landing page background */
    .videosub {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/catyawnmedium.jpg) no-repeat bottom center scroll;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/catyawnmedium.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/catyawnmedium.jpg', sizingMethod='scale')"; /* MDK */
    /*z-index: -100;*/
}

    /* Index Landing Page Text - Header */
    .hero-unit h1 {
        margin-bottom: 0px;
        font-size: 30px;
        line-height: 1;
        letter-spacing: -1px;
        color: inherit;
        text-align: center;
    }

.content-23 .hero-unit {
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.content-23 .hero-unit h2 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
}

/* iPhone Gallery Page =========================================================== */
.gallerybackground {
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0px;
    text-align: center;
    color: #fff;
}

/* iPhone Avout Verifac Page =================================================== */
.aboutbackground {
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0px 25px 0px;
    text-align: center;
    color: #fff;
    background: url(../img/cathedralmedium.jpg) no-repeat bottom center scroll;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc); /* IE8 Background Fix MDK */
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cathedralmedium.jpg', sizingMethod='scale'); /* MDK */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cathedralmedium.jpg', sizingMethod='scale')"; /* MDK */
    /*z-index: -100;*/
}

} /* End of iPhone media call ==================================== */

/* For Information */

/* iPhone Button Wrap UNUSED? */

#buttonwrap {
    margin-left:auto;
    margin-right:auto;
    height:auto; 
    width:auto;
    margin: 50px;
} /* Test MDK */

/* ======================================================================== */

/* Forced Highlight for Future on Future page */
.navhighlight {
    outline: nonte;
    background-color: rgba(255, 0, 0, 0.15);
    color: red;
}

.featurettepadding {
    padding-top: 3%;
}

.coffeetext {
    text-transform: none;
    font-size: 30px;
}

.underline {
    text-decoration: underline;
    font-weight: 600;
}

.topmargin {
    margin-top: 15px;
}

.bottommargin {
    margin-bottom: 10px;
}

/* ===========================================================================
    ==========================================================================
    Styles.css for the signup form on future,html 
    =========================================================================
    ============================================================================*/

form .form_row {
  margin-bottom: 18px;
  position: relative;
}

form .input input, form .input textarea {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 5px 5px 50px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1em;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

form .input textarea { height: 180px; font-family: Arial, Tahoma, sans-serif; }

form .input label {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #333;
  cursor: text;
  font-size: 1.2em;
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

form .input.active input, form .input.active textarea {
  padding-left: 100px;
  border-color: #13a7d7;
}
form .input.active input:required:invalid, form .input.active textarea:required:invalid {
  border: 1px solid #e9322d;
  color: #e9322d;
}
form .input.active input:required:invalid + label, form .input.active textarea:required:invalid + label {
  background: #e9322d;
}
form .input.active input:required:invalid:focus + label, form .input.active textarea:required:invalid:focus + label {
  background: #e9322d;
}

form .input.active label {
  width: 250px;
  top: 0;
  left: 0;
  color: #fff;
  background: #13a7d7;
  text-align: center;
}

form .input label span {
  color: red;
}
form .input.active label span {
  color: #fff;
}

.submitbtn {
  display: inline-block;
  cursor: pointer;
  padding: 10px 35px;
  font-size: 12px;
  font-weight: bold;
  color: #446472;
  text-align: center;
  border: 1px solid #358cb4;
  background: #adcbfa;
  background-image: -webkit-linear-gradient(top, #cfeffc, #89cbe3);
  background-image: -moz-linear-gradient(top, #cfeffc, #89cbe3);
  background-image: -o-linear-gradient(top, #cfeffc, #89cbe3);
  background-image: linear-gradient(to bottom, #cfeffc, #89cbe3);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.55), inset 0 0 7px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.55), inset 0 0 7px rgba(255, 255, 255, 0.4);
}
.submitbtn:active {
  background: #89cbe3;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.55);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.55);
}

/** 2nd form animation style **/
form.second {
  padding: 15px 20px;
}

form.second .form_row {
  margin-bottom: 14px;
}

form.second .input input, form.second .input textarea {
  padding-left: 10px;
}

form.second .input.active label {
  top: -24px;
  color: #fff;
  background: #13a7d7;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

form.second .input.active input, form.second .input.active textarea {
  padding-left: 15px;
}

/** media queries **/
@media screen and (max-width: 600px) {
  
  form .form_row { margin-bottom: 25px; }
} /* END OF Style.css */

/* ===========================================================================
    ==========================================================================
    Bootstrap-image-gallery.css for index.html /// NOT USED - links online.
    =========================================================================
    ============================================================================*/

.blueimp-gallery .modal-body {
	position: Relative; /*TEST was relative*/
	text-align: center;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	cursor: pointer;
}
.blueimp-gallery .modal-footer {
	margin: 0;
}
.blueimp-gallery .modal-body img,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content a {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: Absolute; /*TEST Was Absolute*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.blueimp-gallery .modal-body .video-content video {
 	display: none;
}
.blueimp-gallery .modal-body .video-playing video {
	display: block;
}
.blueimp-gallery .modal-body .video-content iframe {
	width: 100%;
	height: 100%;
	border: none;
	left: 100%;
}
.blueimp-gallery .modal-body .video-playing iframe {
	left: 0;
}
.blueimp-gallery .modal-body .video-playing img,
.blueimp-gallery .modal-body .video-playing a {
 	display: none;
}
.blueimp-gallery .modal-body .video-content a {
	cursor: pointer;
}
.blueimp-gallery .modal-body .video-content a:after {
	font-family: "Glyphicons Halflings";
	-webkit-font-smoothing: antialiased;
	content: "\e029";
	font-size: 64px;
	line-height: 64px;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	margin: -32px 0 0 -32px;
}
.blueimp-gallery .modal-body .video-loading a {
	background: url(../img/loading.gif) center no-repeat;
	background-size: 64px 64px;
}
.blueimp-gallery .modal-body .video-loading a:after {
	content: none;
}

@media screen and (min-width: 768px) {
  .blueimp-gallery .modal-dialog {
    right: auto;
    left: auto;
	width: auto;
    max-width: 900px;
    padding-left: 5%;
    padding-right: 5%;
  }
} /* END OF Boostrap-image-gallery.css */

/* MDK Additions */

.vetsentinel {
  color: #000;
  margin: 0 0 35px;
  /*text-transform: uppercase;*/
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 1.5;
}