@font-face {
    font-family: 'custom-icons';
    src: url('../font/custom-icons.eot?99826406');
    src: url('../font/custom-icons.eot?99826406#iefix') format('embedded-opentype'),
    url('../font/custom-icons.woff?99826406') format('woff'),
    url('../font/custom-icons.ttf?99826406') format('truetype'),
    url('../font/custom-icons.svg?99826406#custom-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'custom-icons';
    src: url('../font/custom-icons.svg?99826406#custom-icons') format('svg');
  }
}


*:not(html) {
    -webkit-transform: translate3d(0, 0, 0);
}*/


[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "custom-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-basket:before { content: '\e800'; } /* '' */
.icon-ok:before { content: '\e801'; } /* '' */
.icon-phone-circled:before { content: '\e802'; } /* '' */
.icon-angle-down:before { content: '\e803'; } /* '' */
.icon-angle-up:before { content: '\e803'; transform: rotate(180deg); } /* '' */
.icon-up-big:before { content: '\e804'; } /* '' */
.icon-location:before { content: '\e805'; } /* '' */
.icon-map:before { content: '\e806'; } /* '' */
.icon-menu:before { content: '\e807'; } /* '' */
.icon-facebook-circled:before { content: '\e808'; } /* '' */
.icon-twitter-circled:before { content: '\e809'; } /* '' */
.icon-gplus-circled:before { content: '\e80a'; } /* '' */
.icon-upload:before { content: '\e80b'; } /* '' */
.icon-up-open-big:before { content: '\e80c'; } /* '' */


html,
button,
input,
select,
textarea {
    color: #474747;
}

html {
    font-size: 1em;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.l{float:left;}
.r{float: right;}

.scale{
    width: 100%;
    height: auto;
}
.full-width{
    width:100%;
}

.width-two-thirds{
    width: 66.666%;
}
.width-third{
    width: 33.333%;
}

.width-half{
    width: 50%;
}

.quick-contact{
    width: 120px;
    float: right;
    background: #ED842B;
    z-index: 999;
    color: #FFFFFF;
}

.quick-contact a.btn-buy{
    border:none!important;
    padding: 0;
    margin: 0;
    box-shadow: none;
}


.ie7 .quick-contact,
.ie8 .quick-contact{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}

.icon-phone-circled{
    margin-right: 5px;
    line-height: 1.4;
    overflow: visible;
}

.inner{
    width:96%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2%;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

header {
    background-color: #ffffff;
}

header nav.primary{
    float: right;
    width: 82%;
    max-width: 930px;
}

body.sticky-header {
    padding-top: 78px;
}
body.sticky-header > header {
    position: fixed;
    top: 0;
    width: 100%;
}

nav.primary ul li{
    float: left;
    width: auto;
    position: relative;
    margin-right: 20px;

}
nav.primary ul li a{
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 0;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

header nav.primary ul.sub-menu li a{
    text-align: left;
}

.footer nav.primary ul li a{
    text-align: left;
    padding: 10px 0;
}

#nav-header-container ul.sub-menu,
#nav-header-container ul.sub-menu-2 {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 1000;
    min-width: 260px;
    font-size: .8em;
    left:0;
}
#nav-header-container ul.sub-menu-2 {
    left: 100%;
    top: 0;
}

#nav-header-container .sub-menu li{
    display: block;
    float: none !important;
    background: #18A3FF;
    width: auto;
    text-align: left;
    border: none;
    position: relative;
    padding:0;
}

#nav-header-container nav.primary ul.sub-menu li a:hover{
    background: none;
}

#nav-header-container ul li:hover ul.sub-menu{
    display: block;
}
#nav-header-container ul li ul.sub-menu li:hover ul.sub-menu-2 {
    display: block;
}

nav.primary ul li ul.sub-menu li a{
    padding: 10px;
    background: rgba(0, 0, 0, 0.16);
}

#nav-header-container nav.primary ul li a:hover,
#nav-header-container nav.primary ul li:hover,
#nav-header-container nav.primary ul li.current{
    background: #ED842B;
}

.ie7 .primary li {
    display: block;
    float:left;
    margin-right: 0;
}
.ie7 .WinterHomePage #services h2,
.ie7 .SummerHomePage #services h2,
.ie7 .HomePage #services h2 {
    z-index: 5000;
    top: 0;
}

.ie7 .footer-logos li {
    display: block;
    float: left;
}
.ie7 .footer-details {
    width: 100%;
}

#banner-bg{
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: auto;
    width: 100%;
}

#banner{
    height: 500px;
    position: relative;
    overflow:hidden;
}

#banner > div{
    display:none;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#banner img{

}

#banner-bg .cycle-prev,
#banner-bg .cycle-next {
    background: url('../images/slider-sprite.png') 0 0 no-repeat;
    position: absolute;
    width: 20px;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 199;
    opacity: 0.1;
    transition: opacity 0.25s ease;
}
#banner-bg .cycle-prev {
    left: 20px;
    background-position: 0 -44px;
}
#banner-bg .cycle-next {
    right: 20px;
}
#banner-bg:hover .cycle-prev,
#banner-bg:hover .cycle-next {
    opacity: 1;
}

.slider-image-1{

}

body.has-banner .bannerText,
.WinterHomePage .bannerText,
.SummerHomePage .bannerText,
.HomePage .bannerText{
    position: absolute;
    top: 11%;
    left: 24%;
    width: 100%;
}

body.has-banner .bannerText p,
.WinterHomePage .bannerText p,
.SummerHomePage .bannerText p,
.HomePage .bannerText p{
    color: #3A3A3A;
    font-size: 42px;
    padding: 5px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'Cuprum', sans-serif;
    font-weight: bold;
}

.no-rgba body.has-banner .bannerText p,
.no-rgba .WinterHomePage .bannerText p,
.no-rgba .SummerHomePage .bannerText p,
.no-rgba .HomePage .bannerText p{
    background: url("../images/banner-text-bg.png") repeat 0 0;
}

.WinterHomePage .content-container,
.SummerHomePage .content-container,
.HomePage .content-container{
    padding: 0;
}

.content-container {
}


.box{
    width: 27.97788%;
    margin: 20px 2.66761362% 0;
}

.btn-container{
    text-align: center;
}

.ArticleDetailPage .btn-container{
    text-align: right;
}

.btn-container a.btn{
    float: none;
}

body.has-banner .main .inner h1 {
    margin-top: -28px !important;
    z-index: 1;
    position: relative;
}
body.has-banner.ArticleDetailPage .main .inner h1 {
    margin-bottom: 52px;
}
body.has-banner.ArticleDetailPage #Breadcrumbs {
    margin-top: 39px;
}

.WinterHomePage #services,
.SummerHomePage #services,
.HomePage #services{
    position: relative;
    margin-bottom: 30px;

}

.WinterHomePage #services h3,
.SummerHomePage #services h3,
.HomePage #services h3{
    margin-top:20px;
}


#case-studies{
    margin-bottom: 30px;
}

#case-studies .box{
    margin-top: 10px;
    width: 44%;
}

.after p,
.before p{
    clear:both;
    margin-bottom: 5px!important;
}

#case-studies .btn-container {
    text-align: right;
}

.before, .after{
    position: relative;
    margin-bottom:20px;
}

.before p, .after p{
    position: absolute;
    bottom: 0;
    left: 5px;
    z-index: 20;
    color: #FFF;
}
/* ==========================================================================
   Main
   ========================================================================== */

.main{
    margin-bottom: 20px;
}

body.has-banner .main > .inner,
.HomePage .main > .inner,
.WinterHomePage .main > .inner,
.SummerHomePage .main > .inner{
    margin-top:0;
}
.main > .inner{
    margin-top: 70px;
}

.typography h1{
    background: #3D3C40;
    color:#fff;
    padding: 5px;
    text-indent: 7px;
    text-transform: uppercase;
}

.typography .header-title p {
    margin-bottom: 0;
}

.typography .header-title a{
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

#services .content{
    width: 80%;
    margin: 60px auto 0;
    font-size: 1em;
    text-align: center;
}
/* ---------------------------------SOCIAL SECTION-----------------------*/
.social-section{
    padding: 3px 0;
}
.social-section .contact-num a{
    color: #F93;
    line-height: 22px;
    height: 22px;
}

.social-section .contact-num{
    margin-right: 10px;
    border-right: 2px solid rgb(255, 153, 51);
    padding-right: 10px;
}

.social-section ul{
    float:right;
}
.social-section li{
    float: left;
    margin: 2px 0 2px 2px;
}

.social-section .ss a{
    background: url('../images/social-sprite.png') no-repeat 0 0;
    text-indent: -9999px;
    width: 22px;
    height: 22px;
    white-space: nowrap;
    display: block;
}
.social-section .ss.social-custom a{
    background: none;
    text-indent: 0;
    line-height: 1.0em;
}
.social-section .ss.social-custom a img{
    width: 100%;
    height: auto;
}


.social-section .fb a{
    background-position: 0 0;
}
.social-section .tw a{
    background-position: -23px 0;

}
.social-section .ig a{
    background-position: -46px 0;
}
.social-section .yt a{
    background-position: -69px 0;

}
.social-section .gg a{
    background-position: -92px 0;

}
.social-section .pt a{
    background-position: -115px 0;

}

.social-section .ta a{
    background-position: -138px 0;

}

.mobile-button-links{
    display: none;
}

/* ---------------------------------Side Bar-----------------------*/
.sidebar-inner ul{
    margin: 0;
    text-align: center;
}
.sidebar-inner {
    background: rgb(242, 242, 242);
    padding: 20px;
    margin-left: 40px;
}
.typography .sidebar-inner li{
    list-style-type: none;
    margin-bottom: 15px;
}

a.btn-buy {
    padding: 0;
    height: 46px;
    line-height: 46px;
    width: 100%;
    margin: 0 5%;

}
.btn-buy i{
    padding: 0 12px 0 12px;
    height: 40px;
    line-height: 45px;
    font-size: 23px;
}


.sidebar-purchase p{
    font-weight: bold;
    font-size: 2em;
    background: rgb(237, 132, 43);
    color: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 #C76F24;
}

.case-hero-image img {max-width: 100%;}
.content p img, .width-constrain img {
   max-width: 100%;
}

/* ---------------------------------SERVICES PAGES-----------------------*/

.item{
    padding: 3% 0 2%;
    border-bottom: 1px dashed #E0E0E0;
    width:100%;
}

.item:first-child, .item:nth-child(2){
    border-top: 1px dashed #E0E0E0;
}


.ArticleDetailPage h1{
    clear:left;
}


.item img,
.ArticleDetailPage img{
    margin: 0px 15px 10px 0;
}

.ArticleDetailPage .image-holder #pager img{
    width: 50px;
    height: 50px;
    margin: 0 1px 3px 0;
    opacity: .6;
}
.ArticleDetailPage .image-holder a.cycle-pager-active img,
.ArticleDetailPage .image-holder a:hover img{opacity: 1!important;}
.ArticleDetailPage .image-holder #pager{
    text-align:center;
}
.ArticleDetailPage .image-holder img{
    margin: 0 0 4px 0;
}
#activity-banner img{
    display:none;
}

.content-container iframe {
   margin-top: 20px;
   max-width:100%;
}

.ArticleGrandHolderPage .btn-container,
.ArticleHolderPage .btn-container{
    text-align: right;
}

#intro{
    font-size: 1.2em;
}

#Breadcrumbs {
    padding: 5px 17px;
    color: #FFF;
    font-size: .75em;
    margin-bottom: 10px;
    float: none;
    display: inline-block;
    background: #3D3C40;
    font-weight: bold;
    border-radius: 20px;
}

.ArticleGrandHolderPage .item,
.ArticleHolderPage .item{
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-top: 1px dashed #E0E0E0;
    border-bottom: none;
    min-height: 215px;
    overflow: hidden;
}

.ArticleGrandHolderPage .item article, .ArticleHolderPage .item article, .ArticleCategoryHolderPage .item article{
    width: 100%;
}

.ArticleGrandHolderPage .item img, .ArticleHolderPage .item img, .ArticleCategoryHolderPage .item img{
    width: 41%;
    max-width: 200px;
}



/* ---------------------------------CONTACT PAGE-----------------------*/

.ContactPage .box{
    width: 44%;
    margin:0;
}

#map{
    width: 100%;
    height: 300px;
    margin: 20px 0;
}



/* ==========================================================================
   Blog
   ========================================================================== */

.BlogHolder .blog-content{
    width: auto;
    float: none;
}

.BlogHolder .thumbnails {
    width: 45%;
    max-width: 300px;
    margin:0 10px 10px 0;
}

.BlogHolder .thumbnails img{
    width: 100%;
}


#BlogContent{
    width: 65%;
    float: left;
    padding: 0;
    clear:left;
    border-bottom:1px dashed #e0e0e0;
}

.BlogEntry #BlogContent{
    border-bottom: none;
}

#Sidebar{
    clear:left;
    width: 25%;
    float: right;
    padding: 2%;
    background: #474747;
    border-radius: 3px;
}

#Sidebar h3{
    color: #FFF!important;
    font-size: 1em;
    text-transform: capitalize;
}

.ArticleDetailPage .sidebar{
    width: 25%;
}

.ArticleDetailPage .sidebar ul{
    margin:0;

}
.ArticleDetailPage .sidebar li{
    list-style-type: none;
    margin-bottom: 15px;
    background: #3D3C40;
    padding: 10px;
}

.ArticleDetailPage .sidebar .child-element{
    margin: 0 0 0 20px;
    color: #fff;
}

.ArticleDetailPage .sidebar .child-element li{
    margin-bottom:0;
    list-style-type: disc;
}

.ArticleDetailPage .sidebar li,
.sidebar a{
    color: #fff!important;
    position: relative;
}

.ArticleDetailPage .sidebar li.current:after{
    content: '\2192';
    position: absolute;
    right: 16px;
    color: #fff;
    top: 12px;
}


.ArticleDetailPage .sidebar a:hover{
    border-bottom: 1px solid #fff;
}

.typography .blogSummary h3 a,
.ArticleGrandHolderPage article h3 a,
.ArticleHolderPage article h3 a {
    font-weight: 400;
}
.typography #Sidebar ul li a,
#Sidebar ul li a:hover{
    color: #fff;
}
.typography .blogSummary h3 a:hover,
.ArticleGrandHolderPage article h3 a:hover,
.ArticleHolderPage article h3 a:hover{
    border-bottom: 1px solid;
}

.blogSummary{
    padding: 3% 0 0;
    border-top: 1px dashed #E0E0E0;
}

.blogSummary .btn-container{
    text-align: right;
}
.blogSummary .btn-container a.btn{
    float: none;
    font-size: .7em;
    padding: 12px 20px;
}

.thumbnails{
    float: left;
    min-width: 180px;
    margin: 5px 0;
}

#Sidebar{
    display: block;
}

#filter-btn{
    display: none;
}

#filter-btn i{
    text-transform: uppercase;
    background: #474747;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 16px 0 6px;
    font-size: .75em;
}


#Sidebar ul li {
    color:#fff;
}

.BlogEntry .thumbnails{
    float: none;
}

.BlogEntry .blogEntry{
    border-bottom: 1px dashed #E0E0E0;
}

.typography .authorDate{
    margin-bottom: 10px;
    font-style: italic;
    font-size: .7em;
    font-weight: bold;
}

.blogSummary{
    border-top: 1px dashed #e0e0e0;
}
.typography h3.cat{
    margin: 5px 0;
    text-transform: lowercase;
    color: #474747;
    font-size:1em;
}


/* NEW STYLING 2015 */
.WinterHomePage .case-hero-image,
.SummerHomePage .case-hero-image,
.HomePage .case-hero-image {
    margin-bottom: 10px;
}

img.galleryIMG {
   width: 19%;
   margin: 0.5%;
}


/* ==========================================================================
   Footer
   ========================================================================== */
   .footer {
     margin-top: 75px;
   }
.footer.full-width{
    background: #3D3C40;
}

.footer ul.sub-menu{
    font-size: .8em;
}

.footer ul.sub-menu li{
    float: none;
    width: 100%;
}

.footer nav.primary{
    float: left;
    width: auto
}

.footer-details{
    clear: both;
    color: #BDBDBD;
    font-weight: normal;
    font-size: .75em;
    float: left;
    margin-top: 20px;
    border-top: 1px solid #6F6E71;
    padding: 20px 0 0;
}

.footer-details p{
    float: left;
    width: 25%;
    margin-left: 5%;
}

.footer-details p:first-child{
    margin-left: 0;
    width: 68%;
}

.footer-logos{
    text-align: right;
}

.footer-logos li {
    display: inline-block;
    margin-left: 30px;
}

.footer nav.primary ul li ul.sub-menu li a {
    padding: 5px 0;
    text-transform: capitalize;
}

.footer nav.primary ul li ul.sub-menu li a:before{
    content: "- "
}

.footer ul.sub-menu li.current {
    background: none;
}

.footer ul.sub-menu li.current a{
    font-weight: bold;
}

.footer nav.primary li{
    margin-right: 25px;
}

.footer .inner{
    display: block;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}

footer .contact-address{
    color: #fff;
    font-size: .75em;
    font-weight: bold;
}

footer .contact-address a{
    color: #fff;
    border-bottom: 1px solid;
}

footer .social-section .contact-num a{
    color: #ffffff!important;
}

.mobile-footer .btn-buy {
    width: 90%;
    box-shadow: 0 0 0;
    margin: 0;
    height: 44px;
    line-height: 43px;
}

#social{
    width: 10%;
    float: left;

}

#social ul li{
    float: left;
    padding: 5px 0 5px 5px;}

#social li img {
    margin: -6px .2em 0;
}

#social ul li a{
    font-size: 1.9em;
    color: #fff;
}

#social ul li a:hover{
    color: #ED842B;
}

#mobileNavUL{
    display: none;
}

.disclaimer {
    background: #373737;
    display: block;
    overflow: hidden;
}
.disclaimer .inner{
    padding:0;
}

.disclaimer a {
    display: inline-block;
    color:#d0d0d0;
    font-size: 11px;
    margin: 5px 0;
    padding: 1px 14px 2px 15px;
    line-height: 1.0em;
    border-left: 1px solid #999;
}
.disclaimer a:first-child,
.disclaimer a.copyright {
    border-left: none;
    padding-left: 0;
}

.mobile-social-icons,
.mobile-disclaimer {
    display: none;
    text-align: center;
    clear: both;
    padding: 0 5px 5px 5px;
}
.mobile-disclaimer a {
    color:#555;
    display: inline-block;
    font-size: 11px;
    border-left: 1px solid #777;
    padding: 0 5px 0 6px;
}
.mobile-disclaimer a:first-child {
    border-left: none;
    padding-left: 0;
}
.mobile-social-icons .social-section {
    text-align: center;
}
.mobile-social-icons .social-section ul,
.mobile-social-icons .social-section li {
    float: none;
}
.mobile-social-icons .social-section li {
    display: inline-block;
}

#sliderHolder{
    width: 45%;
    float: left;
}
.product .product-meta{
    float:right!important;
    width: 45%;
    background: rgb(242, 242, 242);
    border: 1px solid #E2E2E2;
    padding:0!important;
    min-width: 330px;
    margin-bottom: 20px;
}

.product-meta .product-meta-detail, .add-to-cart{
    padding: 0 15px 10px;
}


#ProductForm_ProductForm{
    margin-bottom: 0;
}

#ProductForm_ProductForm .Actions{
    margin-bottom: 0;
    text-align: right;
}

.Product .product .product-description {
    clear: both;
}
/*---- TESTIMONIAL PAGE -----*/

.testimonial-item {
    border-bottom: 1px dashed;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-item .author{
    text-align: right;
    font-weight: bold;
    margin-right: 20px;
}

/*---- ACCOUNT PAGE -----*/

.sws .table-bordered {
    border: 1px solid #E2E2E2;
    border-radius: 0!important;
    border-collapse: collapse!important;;
}

.sws .table-bordered thead:first-child tr:first-child th:last-child, .sws .table-bordered tbody:first-child tr:first-child td:last-child{
    border-radius: 0!important;
}

.sws .table th {
    background: #ED842B!important;
    color: #fff;
}

.image-holder {
    float: right;
    margin-left: 20px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/** changes requested by Massey **/
/** implemented by Reece 10th Oct 2016 **/
header {
    position: relative;
    z-index: 999;
}

h1 {
    margin-top: 60px !important;
}

#Breadcrumbs {
    float: right;
    margin-top: 28px;
    margin-bottom: -150px;
}

.accom-btn-container {
    position: relative;
    z-index: 1;
}

#WidgetBookingForm_getBookingForm .field.property-field {
    float: none;
}

#BookingForm_getCheckAvailabilityForm .field.property-field {
    float: none;
    max-width: 334px;
    padding-bottom: 1rem;
}

.booking-btn-wrapper{
    position: relative;
}

.booking-btn-wrapper p{
    font-weight: bold;
    color: #fff;
    font-size: 1.25rem;
    margin: -1rem -1rem .5rem;
    padding: 1rem;
    background: #4997c7;
}

.booking-btn-wrapper .booking-btn{
    position: absolute;
    text-align: center;
    top: 120px;
    z-index: 101;
    right: 1%;
    background: rgba(255, 255, 255, 0.8);
    padding: 1rem;
}
.booking-btn-wrapper .btn{
    border:none!important;
    transition: all 250ms;

}


.booking-btn-wrapper .booking-btn span{
    display: inline-block;
    vertical-align: middle;
    transition: all 250ms;
}
.booking-btn-wrapper .booking-btn span:not(.text){
    background: #de861e;
    padding: 15px 11px 15px 20px;
    margin: -15px 15px -15px -20px;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #cc8027;
}
.booking-btn-wrapper .booking-btn .icon{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.booking-btn-wrapper .btn:hover{
    background: #ff8a00;
}
.booking-btn-wrapper .btn:hover span:not(.text){
    background: #f18405;
    border-color: #da7f14;
}



/** FANCYBOX FIXES */

#fancybox-wrap {
    margin-top: 5px;
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
#fancybox-outer {
    background-color: #000;
}
.HomePage #services .box .btn {
    padding: 13px 8px;
}



/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media only screen and (min-width: 20.000em) {
    /* 320PX */
    .before, .after {
        width: 49%;
    }
    .before img, .after img {
        width: 100%;
    }

    .BlogEntry .after{
        margin-left: 4px;
    }
    .ArticleDetailPage .content-container img{
        max-width: 100%;
    }

    .ArticleGrandHolderPage .content-container, .ArticleHolderPage .content-container, .ArticleCategoryHolderPage .content-container{
        border-bottom: 1px dashed #e0e0e0;
    }

    .ArticleDetailPage .content-container table{
        width: 100%;
    }

    footer.footer{
        display: none;
    }

}


@media only screen and (max-width: 1024px) {
    .ArticleGrandHolderPage .item, .ArticleHolderPage .item,.ArticleCategoryHolderPage .item {
        max-height: none !important;
    }
    body.sticky-header {
        padding-top: 170px;
    }
    body.sticky-header > header {
        background-color: #ffffff;
    }
}


@media only screen and (max-width: 47.938em) {
    /* 767PX */

    body.has-banner .main .inner h1 {
        margin-top: 15px !important;
    }
    body.sticky-header > header {
        /*margin-top: 53px;*/
    }
    body.sticky-header {
        padding-top: 0;
    }
    body.sticky-header > header {
        position: relative;
    }

    #mobileNavUL.show{
        display:block;
    }

    .mobile-social-icons,
    .mobile-social-icons .social-section,
    .mobile-disclaimer {
        display: block;
    }

    .fixed-top {
        position: static;
    }
    .content-wrapper {
        padding-top: 0 !important;
    }

    body{
        padding-bottom: 73px;
    }

    .image-holder {
        margin: 0 auto 15px auto;
        float: none;
        max-width: 400px;
    }

    #mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 300;
        line-height: 1.0em;
        background: #474747;
    }

    #mobile-bottom-nav ul li{
        float: left;
        width: 33.333%;
        background: #474747;
        text-align: center;
        padding: 10px 0;
        min-height: 65px;
        box-sizing: border-box;
    }

    #mobile-bottom-nav ul li.book-button,
    #mobile-bottom-nav ul li.phone-button { width:42.5%; position:relative; }
    #mobile-bottom-nav ul li.top-button { width:15%; }
    #mobile-bottom-nav ul.buttons-x2 li.book-button,
    #mobile-bottom-nav ul.buttons-x2 li.phone-button { width:85%; }
    #mobile-bottom-nav ul.buttons-x1 li.top-button { float:right; }

    #mobile-bottom-nav .book-button .submenu {
        position: absolute;
        display: none;
        /*border:1px dotted red;*/
        background-color: #474747;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        bottom: 56px;
        left: 9px;
    }
    #mobile-bottom-nav .book-button .submenu li {
        display: block;
        float: none;
        width: auto;
        min-height:10px;
        height:auto;
        padding: 9px 13px;
        text-align: left;
    }

    #mobile-bottom-nav ul li a {
        color:#fff;
    }

    #mobile-bottom-nav ul li a span{
        display: block;
    }

    #banner-bg,
    .quick-contact,
    header nav.primary,
    #mobileNavUL{
        display: none;
    }

    .mobileTopBlue{
        width: 100%;
        display: block;
        overflow: hidden;
        background: #474747;
        font-size: 1.5em;
    }

    .booking-btn-wrapper .booking-btn {
       display:none;
    }
    .booking-btn-wrapper .booking-btn span:not(.text) {
        float: left;
    }

    .WinterHomePage .content-container,
    .SummerHomePage .content-container,
    .HomePage .content-container {
        padding: 2%;
    }

	img.galleryIMG {
	  width: 31%;
	}
    #services .box,
    #case-studies .box {
        margin: 10px 0;
        width: 100%;
        border-bottom: 1px dashed #CCC;
        padding-bottom: 30px;
    }
    .btn{
        display: block;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .btn-container{
        text-align: center!important;
    }

    #mobileNavUL{
        background: #525252;

        /*display: block!important;*/
    }

    #mobileNavUL li a{
        color: #FFF;
        line-height: 2;
        display: block;
    }

    #mobileNavUL ul.sub-menu,
    #mobileNavUL ul.sub-menu-2{
        display: none;
    }

    #mobileNavUL li a.icon-angle-up:before,
    #mobileNavUL li a.icon-angle-down:before{
        position: absolute;
        left: -6px;
        top: 4px;
        font-size: 1.3em;
    }

    .main > .inner{
        margin-top: 0px;
    }
    .ContactPage .box{
        width: 96%;
        margin: 0;
        padding: 0 2%;
    }

    .mobile-btn {
        color: #FFF!important;
        background: #ED842B;
        padding: 10px;
        width: 100%;
        display: block;
        box-sizing: border-box;
        border-radius: 3px;
        font-size: 1.4em;
        text-align: center;
        border: 1px solid #CC4C43;
    }
    .mobile-btn:hover{
        border-bottom: none!important;
    }

    #nav-header-container {
        margin: 0 0 8px;
    }

    .width-third, .width-two-thirds {
        width: 100%;
        float: none;
    }

    .sidebar-inner {
       margin-left: 0px;
    }

    .social-section, .disclaimer{
        display:none;
    }
    #case-studies {
        margin-bottom: 0;
    }

    .ContactPage .box.r{
        margin-top:20px;
    }

    .footer nav.primary ul li{
        float: none;
        width:100%;
    }

    #sliderHolder, .Product .product-meta, .typography blockquote {
        width: 100%;
        float: none;
    }

    .Product .product-meta {
        margin-top: 40px;
    }

    .case-hero-image img {
        max-width: 100%;
    }

    .media iframe {
        max-width: 100%;
    }

    .blogEntry .thumbnails img {
        max-width: 100%;
    }

    .anythingSlider-fancybox ul#slider li:before {
        height: auto !important;
        display: none !important;
    }

    #slider li img {
        max-width: 100%;
    }

    .ArticleDetailPage .content-container img{
        float: none;
    }

    #Sidebar-container{
        display: block;
        width: 96%;
        position: relative;
        right: 0;
        padding: 0 2%;
    }

    #Sidebar{
        float: none;
        width: 100%;
        padding: 2% 7%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 0;
        display: none;
    }

    #BlogContent {
        width: 96%;
        padding: 0 2%;
    }

    #filter-btn{
        display: inline-block;
    }

    #header-logo img{
        display: block;
        margin: 0 auto;
    }

    #Breadcrumbs{
        display: none;
    }

    .BlogHolder .thumbnails {
        width: 100%;
        max-width: none;
    }

    .BlogHolder .blog-content {
        width: 100%;
        margin-top: 10px;
    }

    .mobileNav{
        width: 100%;
        color: #FFF;
        padding: 8px 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 1rem;
        font-weight: bold;
    }



    .ArticleDetailPage .sidebar{
        width: 96%;
        padding: 0 2%;
    }

    body #nav-header-container{
        background: none;
        margin-top: 15px;
    }
    .ArticleGrandHolderPage .item img, .ArticleHolderPage .item img, .ArticleCategoryHolderPage .item img{
        width: 100%;
        max-width: none;
    }

    .accom-btn-container{
        display: block;
        overflow: hidden;
        clear: both;
    }

    .accom-btn-container .btn{
        margin: 0 0 10px 10px !important;
        width: 32%;
        border: 2px solid #fff;
    }
    .accom-btn-container .btn:last-child {
        margin-left: 0 !important;
    }
    .accom-btn-container.buttons-x1 .btn{ width: 99%; }
    .accom-btn-container.buttons-x2 .btn{ width: 48%; }

    .typography .header-title{
        font-size: 1.2em;
    }

    #mobileNavUL .sub-menu.show,
    #mobileNavUL .sub-menu-2.show{
        display:block;
    }

    .drop-down,
    .drop-down-2 {
        position: absolute;
        color: #fff;
        top: 8px;
        right: 8px;
        padding: 5px;
        background: #454545;
        border-radius: 0;
        cursor: pointer;
    }

    #mobileNavUL li {
        padding: 8px;
        position: relative;
        font-weight: bold;
        border-bottom: 1px solid #4C4C4C;
    }

    #mobileNavUL .sub-menu li,
    #mobileNavUL .sub-menu-2 li{
        border:none;
    }

    #mobileNavUL .sub-menu li a{
        font-size: .875rem;
    }

    #mobileNavUL .sub-menu{
        margin-top:3px;
        background:#454545;
    }

    #mobileNavUL .current{
        background: rgb(94, 94, 94);
    }

    #services .content{
        width: 100%;
        margin: 20px 0;
        text-align: left;
        font-size: 1em;
    }

    .mobile-button-links{
        display: block;
    }

    .typography .mobile-button-links ul{
        margin: 0
    }

    .typography .mobile-button-links ul li{
        list-style-type: none;
    }

    .typography .mobile-button-links .btn{
        margin: 0;
    }


}

@media only screen and (min-width: 48.000em) {
    /* 768PX */
    #nav-header-container{
        background: #3D3C40;
        z-index: 999;
        -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,.3);
        box-shadow: 0 3px 3px -2px rgba(0,0,0,.3);
        position: relative;
    }

    header .primary ul {
        display:table;
    }

    header .primary ul li{
        display: table-cell;
        padding: 0 12px;
        float: none;
        width: auto;
        vertical-align: middle;

    }

    #header-logo{
        width: 150px;
        position: absolute;
        background: #FFF;
        -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,.3);
        box-shadow: 0 3px 3px -2px rgba(0,0,0,.3);
        padding: 10px;
        top: -32px;
        transition: margin-left 0.25s ease, width 0.25s ease;
    }
    /*
    Uncomment if using a tall logo!
    #header.not-top #header-logo{
        width: 80px;
        margin-left: 40px;
    }
    */

    .WinterHomePage #services h2,
    .SummerHomePage #services h2,
    .HomePage #services h2{
        width: 100%;
        padding: 20px 0;
        margin-top: 20px;
        position: absolute;
        top: -70px;
        z-index: 20;
    }



    #header-logo img{
        width: 100%;
        height: auto!important;
    }

    #mobileNavUL, .mobileTopBlue{
        display: none;
    }
    .ArticleGrandHolderPage .item, .ArticleHolderPage .item,.ArticleCategoryHolderPage .item {
        width: calc(33.33% - 40px);
        padding: 2% 0 0;
        margin-bottom: 10px;
    }
    .ArticleGrandHolderPage .item article, .ArticleHolderPage .item article, .ArticleCategoryHolderPage .item article{
        width: 53%;
    }

    .ArticleDetailPage .hero {
        float: right;
        max-width: 100%;
        width: auto;
        margin: 0 0 10px 30px;
    }



    footer.footer{
        display: block;
    }

    footer.mobile-footer{
        display: none;
    }


    .ArticleDetailPage .content-container{
        float:left;
        width: 75%;
        padding: 0;
    }

    .ArticleDetailPage.no-sidebar .content-container{
        width: 100%;
    }

    .inner{
        width:98%;
        padding: 0 1%;
    }



}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .WinterHomePage #services h2,
    .SummerHomePage #services h2,
    .HomePage #services h2 {
        position: static;
    }

    #services .content{
        width: 95%;
        margin: 20px auto;
        font-size: 1em;
        text-align: left;
    }


    .WinterHomePage #services img,
    .SummerHomePage #services img,
    .HomePage #services img {
        width: 27%;
        max-width: 200px;
        float: left;
        margin-right: 20px;

    }

    header nav.primary {
        max-width: 700px;
    }

    header .primary ul li {
        margin: 0;
        float: left;
        background: #0066CC;
        width: auto;
        padding: 0 10px;
    }

    #services .box{
        width:96%;
        box-sizing: border-box;
        border-bottom: 1px dashed #CCC;
    }

    .WinterHomePage #services h3,
    .SummerHomePage #services h3,
    .HomePage #services h3 {
        margin-top: 0;
        float: left;
    }

    #services .box > p{
        float: left;
        width: 70%;
    }

    #services .btn-container{
        text-align: right;
    }
    .WinterHomePage #services,
    .SummerHomePage #services,
    .HomePage #services {
        padding: 2%;
    }
    #services .box {
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .ArticleGrandHolderPage .item, .ArticleHolderPage .item{
        width: 100%;
        min-height: inherit;
    }
    .ArticleGrandHolderPage .item article, .ArticleHolderPage .item article{
        width: 76%;
    }
    .ArticleGrandHolderPage .item img, .ArticleHolderPage .item img {
        width: 21%;
        max-width: inherit;
    }

    #mobileNavUL{
        padding: 2%;
        background: #3AAAFF;
    }
    #mobileNavUL li{
        padding-left: 28px;
        position: relative;
    }
    #mobileNavUL li a{
        color: #FFF;
        line-height: 2;
        display: block;
    }

    #mobileNavUL ul.sub-menu,
    #mobileNavUL ul.sub-menu-2{
        display: none;
    }

    #mobileNavUL li a.icon-angle-down:before{
        position: absolute;
        left: -6px;
        top: 4px;
        font-size: 1.3em;
    }

    body #nav-header-container{
        background: none;
    }

    #header-logo{
        display: block;
        position: static;
        float: left;
        padding: 0;
        margin-bottom: 10px;
    }

    header nav.primary{
        background: #0066CC;
        margin: 0;
        clear: both;
        width: 100%;
        max-width: none;
    }
    #nav-header-container .inner{
        position: relative;

    }
    .quick-contact{
        position: absolute;
        right: 8px;
        bottom: 50%;
    }

    header .primary ul{
        display: block;
        text-align: center;
        width: 100%;
    }

    .main > .inner {
        margin-top: 10px;
    }

    .social-section {
        position: absolute;
        right: 0;
        width: 100%;
        top: 45px;
    }

    body.sticky-header {
        padding-top: 114px;
    }

}

@media (max-device-width: 768px) and (orientation: portrait) {
    .WinterHomePage #bannerText p,
    .SummerHomePage #bannerText p,
    .HomePage #bannerText p {
        font-size: 1.4em;
    }
    #banner-bg {
        max-height: 349px;
    }
    .blogSummary .thumbnails {
        width: 100%;
        max-width: 100%;
    }

}

@media only screen and (max-width: 640px) {
    .item img.r.hero,
    .ArticleDetailPage img.r.hero {
        /*width: 100%;*/
        float: none;
        margin: 0 auto 15px auto;
        display: block;
    }
}

@media only screen and (min-width: 1100px) {

    .ArticleDetailPage .content-container table {
        width: 66%;
    }

}

@media only screen and (min-width: 1025px) {
    .ArticleHolderPage .items-container,
    .ArticleGrandHolderPage .items-container{
        margin-left: -40px;
    }
    .ArticleHolderPage .item,
    .ArticleGrandHolderPage .item{
        padding-left: 40px;
        border-top: none;
        border-bottom: 1px dashed #E0E0E0;
        margin-bottom: 0;
    }

    .ArticleHolderPage .item:nth-child(3n + 1),
    .ArticleGrandHolderPage .item:nth-child(3n + 1){
        padding-left: 0;
        margin-left: 40px;
    }

    .ArticleHolderPage .item:nth-child(3n + 4),
    .ArticleGrandHolderPage .item:nth-child(3n + 4){
        clear: both !important;
    }

    .ArticleHolderPage .item img,
    .ArticleGrandHolderPage .item img{
        width: 100%;
        float: none;
        max-width: 100%;

    }
    .ArticleHolderPage .item article,
    .ArticleGrandHolderPage .item article{
        clear: both;
        float: none;
        width: 100%;
        padding-bottom: 6px;
    }
    .ArticleHolderPage .item.r,
    .ArticleGrandHolderPage .item.r {
        float: left;

    }

    .ArticleHolderPage .content-container,
    .ArticleGrandHolderPage .content-container{
        border-bottom: none;
    }
}



#featured-images {
    width: 100%;
    max-width: 400px;
    padding-top: 9px;
}

#featured-images img {

}


#featured-images-large img {
    margin-bottom: 0px;
    width: 100%;
    max-width: 100%;
    height: auto;
}
#featured-images-thumbs img {
    margin: 0;
    border-right: 1px solid white;
    cursor: pointer;
}
#featured-images-thumbs .slide {
    padding: 1px;
}

@media screen and (min-width: 768px) {
    #featured-images {
        float: right;
        margin-left: 30px;
    }
}
