body {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 26px;
    color: #c7c7c7;
    font-weight: 400;
    background-color: #111213;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden
}

html,
body {
    height: 100%;
    min-height: 100%
}

.wrapper {
    min-height: 100%;
    height: auto!important;
    height: 100%;
    margin: 0 auto -257px
}

.push {
    height: 257px;
    clear: both
}

#FloatingOptions {
    position: fixed;
    bottom: 30px;
    right: -80px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999999!important;
    transition: all 0.2s ease-in
}

body.BTT #FloatingOptions {
    opacity: 1;
    visibility: visible;
    display: block
}

#FloatingOptions ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#FloatingOptions ul li {
    font-weight: 300;
    font-size: 12px
}

#FloatingOptions ul li a {
    color: #fff;
    height: 40px;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 0 20px 0 40px;
    position: relative
}

#FloatingOptions ul li a span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

#FloatingOptions ul li a.BackToTop {
    background: #3b5998
}

#FloatingOptions ul li a.FlyoutContact {
    background: #00aced
}

#FloatingOptions ul li a.BackToTop,
#FloatingOptions ul li a.FlyoutContact {
    -webkit-transition: -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.4s ease 0s
}

#FloatingOptions ul li a.BackToTop:hover,
#FloatingOptions ul li a.FlyoutContact:hover {
    background: #333;
    -webkit-transition: -webkit-transform 0.35s;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
    transition: all 0.4s ease 0s
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

a:link,
a:active,
a:visited {
    color: #c7c7c7;
    text-decoration: none
}

a:hover {
    color: #c7c7c7;
    text-decoration: none
}

a[href^=tel],
a[href^=tel]:hover {
    cursor: default;
    color: pink
}

a.btn,
button.btn {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #fff;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    border-radius: 0;
    transition: all 0.4s ease 0s
}

a.btn:hover,
button.btn:hover,
a.btn:focus,
button.btn:focus {
    color: #fff;
    border: solid 1px #fff;
    background: rgba(255, 255, 255, .4);
    transition: all 0.4s ease 0s
}

a.btn-primary,
button.btn-primary {
    display: inline-block;
    color: #c7c7c7;
    text-transform: uppercase;
    border: none;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    background-color: transparent;
    border-radius: 0;
    text-decoration: underline;
    font-family: 'Playfair Display', serif;
    transition: all 0.4s ease 0s
}

a.btn-primary:hover,
button.btn-primary:hover,
a.btn-primary:focus,
button.btn-primary:focus {
    color: #fff;
    background-color: transparent!important;
    transition: all 0.4s ease 0s
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    margin-top: 0;
    font-weight: 900;
    color: #fff
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 28px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 16px
}
.PressReleasesHomepage {
    padding: 60px 0;
}
header.MastHead {
    background: #202223;
    padding: 15px 0;
    position: fixed!important;
    z-index: 999;
    top: 0
}

#homepage header.MastHead {
    background: url(../images/header-gradient.png) repeat-x bottom;
    padding: 15px 0 65px 0;
    position: fixed!important;
    z-index: 99999;
    top: 0
}
/*****************************************
INSTAGRAM GALLERY
*****************************************/
.InnerInstagram {
    padding: 60px 0;
}
.InnerInstagram p,
.InstaFeed p {
    text-align: center;
}
.InnerInstagram p a,
.InstaFeed p a {
    color: #fff;
}
.InnerInstagram h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
    margin-top: 0;
}
.InstaFeed h4 {
    font-size: 20px;
    text-align: center;
}
.InstaFeed ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.InstaFeed li {
    padding: 5px;
    float: left;
}
.InstagramHash {
    padding:  45px 0;
    background: #fff;
    height: 516px;
    overflow: hidden;
}
.InstagramHash h3 {
    text-align: center;
    margin-top: 0;
}
.InstagramHash p {
    text-align: center;
    font-size:  16px;
}
.InstagramContainer {
    background: #000;
    transition: all 0.4s ease 0s;
    overflow: hidden;
}
.InstagramContainer:hover .InstagramImgContainer {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.InstagramImgContainer {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.4s ease 0s;
}
.InstagramContainer a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}
.InstagramStats {
    background: #000000;
}
.InstagramStats p {
    margin: 0;
    float: right;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    border-right: 1px solid #1f1f1f;
}
.InstagramStats p:first-of-type {
    border-right: none;
}
.InstagramStats p span {
    color:#838688;
}
.ViewInstaImg {
    display: block;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    font-size: 14px;
    left: 50%;
    margin-top: -10px;
    margin-left: -22.5px;
    color:#fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    z-index: 3;
}
.InstagramContainer:hover .ViewInstaImg {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,-0px,0);
    transform: translate3d(0,-0px,0);
}
header.MastHead.HeaderFixed,
header.HeaderFixed a.MasterLogo,
header.MastHead,
.HeaderContainer,
header.HeaderFixed .HeaderContainer,
header.HeaderFixed nav.MainMenu,
nav.MainMenu {
    transition: all 0.4s ease 0s
}

header.HeaderFixed a.MasterLogo {
    width: 80px
}

body {
    padding-top: 158px
}

body#homepage {
    padding-top: 0
}

body#homepage header.MastHead.HeaderFixed {
    padding: 10px 0;
    background: #202223
}

header.HeaderFixed .HeaderContainer {
    display: none
}

header.HeaderFixed nav.MainMenu {
    bottom: -3px
}

a.MasterLogo {
    width: 236px;
    height: auto;
    display: block;
    float: left;
    transition: all 0.4s ease 0s
}

.HeaderContainer {
    float: right!important;
    width: auto!important;
    margin: 20px 0 0 0
}

ul.SocialIcons {
    float: right;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none
}

ul.SocialIcons li {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 5px
}

ul.SocialIcons li:first-child {
    margin-left: 0
}

ul.SocialIcons li a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    color: #000;
    font-size: 16px;
    border-radius: 35px
}

ul.SocialIcons li a span {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    text-align: center;
    width: 100%
}

ul.SocialIcons li.SocialFacebook a {
    background: #fff
}

ul.SocialIcons li.SocialTwitter a {
    background: #fff
}

ul.SocialIcons li.SocialPintrest a {
    background: #fff
}

ul.SocialIcons li.SocialLinkedin a {
    background: #fff
}

ul.SocialIcons li.SocialGoogle a {
    background: #fff
}

ul.SocialIcons li.SocialYoutube a {
    background: #fff
}

ul.SocialIcons li.SocialInstagram a {
    background: #fff
}

ul.SocialIcons li.SocialFacebook a:hover,
ul.SocialIcons li.SocialTwitter a:hover,
ul.SocialIcons li.SocialPintrest a:hover,
ul.SocialIcons li.SocialLinkedin a:hover,
ul.SocialIcons li.SocialGoogle a:hover,
ul.SocialIcons li.SocialYoutube a:hover,
ul.SocialIcons li.SocialInstagram a:hover {
    background: #d8d8d8
}

a.ContactHeader {
    float: right;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin: 1px 10px 0 0;
    font-family: 'Open Sans', sans-serif
}

.wrapper.active {
    overflow: hidden
}

.sidebar-wrapper {
    z-index: 10;
    display: block
}

nav.MainMenu {
    margin-top: 15px
}

ul.tier1>li>ul.dropdown-menu,
.dropdown-submenu>.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none
}

.SliderPattern {
    background: url(../images/slider-pattern.png) repeat left top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.SliderContainer {
    background-color: #050e17
}

.SliderContainer figure {
    position: absolute;
    top: 50%;
    margin-top: -240px;
    z-index: 4;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(7, 7, 8, .15);
    text-align: center
}

.SliderContainer figure h1,
.SliderContainer figure h2 {
    color: #fff;
    font-size: 41px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    height: 137px;
    overflow: hidden
}

.SliderContainer figure p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #c3c3c3;
    font-weight: 300;
    position: relative;
    padding-top: 25px;
    height: 145px;
    overflow: hidden
}

.SliderContainer figure p:after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -118px;
    content: '';
    background: url(../images/header-underline.png) no-repeat bottom center;
    width: 237px;
    height: 16px
}

.SliderContainer figure a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;

    border: solid 1px #fff;
    padding: 15px 45px;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 700
}

.SliderContainer figure a:first-of-type {
    margin-left: 0
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 99;
    width: 100%;
    height: 100%
}

#status {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/bx_loader.gif) no-repeat center center;
    margin: -16px 0 0 -16px
}

.preload {
    overflow: hidden;
    height: 100%
}

.SliderBar {
    background: url(../images/slider-bar.png) repeat-x center center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    z-index: 3
}

.SliderBarArrow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 26px;
    height: 11px;
    margin-left: -13px;
    background: url(../images/slider-arrow.png) no-repeat center center
}

.SliderContainer {
    overflow: hidden
}

.MastSliderPagination {
    position: absolute;
    bottom: 50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    overflow: hidden;
    z-index: 5
}

.MastSliderPagination ul {
    list-style: none;
    position: relative;
    float: left;
    display: block;
    left: 50%;
    width: auto;
    padding: 0;
    margin: 0
}

.MastSliderPagination ul li {
    position: relative;
    float: left;
    display: block;
    right: 50%
}

.MastSliderPagination ul li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.MastSliderPagination ul li button:hover,
.MastSliderPagination ul li button:focus {
    outline: none
}

.MastSliderPagination ul li button:before {
    content: " ";
    background: url(../images/diamond.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block
}

.MastSliderPagination ul li.slick-active button:before {
    background: url(../images/diamond-full.png) no-repeat;
    content: " ";
    width: 16px;
    height: 16px;
    display: block
}

.SliderArrowLeft,
.SliderArrowRight {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    z-index: 5
}

.SliderArrowLeft:before,
.SliderArrowRight:before {
    color: #fff;
    font-size: 60px;
    position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px
}

.SliderArrowLeft:before {
    left: 0;
    transition: all 0.4s ease 0s
}

.SliderArrowRight:before {
    right: 0;
    transition: all 0.4s ease 0s
}

.SliderArrowLeft {
    left: 0
}

.SliderArrowRight {
    right: 0
}

.SliderArrowLeft:hover,
.SliderArrowRight:hover {
    cursor: pointer
}

.SliderArrowLeft:hover:before {
    left: 0
}

.SliderArrowRight:hover:before {
    right: 0
}

.SliderArrowLeft:before,
.SliderArrowRight:before,
.SliderArrowRight:hover:before,
.SliderArrowLeft:hover:before {
    transition: all 0.4s ease 0s
}

.slick-slide {
    z-index: 0!important
}

.slick-slide img {
    opacity: .95
}

.SliderBackground {
    background: rgba(0, 0, 0, .5);
    padding: 50px 100px 50px 0
}

.SliderBackground:before {
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    content: " ";
    width: 100%;
    height: 100%
}

.SmallStaticPadding{
    padding: 0;
    background-color: #202223;
}

.TestimonialsSlider .slick-slider{
    margin: 0;
}

.TestimonialContainer {
    padding: 30px 45px;
}

.TestimonialContainer p.ClientsName {
    display: block;
    margin-top: 0;
    color: #9e9d9d;
    font-size: 18px;
    margin-bottom: 0;
}

.TestimonialContainer span.CompanyName {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
}

.TestimonialContainer h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
}

.TestimonialContainer hr {
    width: 15%;
    border-top: solid 3px #000;
    display: block;
    margin: 20px auto;
}

.TestimonialContainer p {
    color: #a4a4a4;
    font-size: 15px;
    line-height: 24px;
}

.TestimonialContainer span.star-icon{
    display: inline-block;
    color: #bf1e2e;
    font-size: 30px;
    margin: 0 5px;
}

.Instagram{
    padding-top:30px;
}

.HomepageAbout {
    padding: 150px 0;
    overflow: hidden
}

.HomepageAbout h1,
.HomepageAbout h2,
.HomepageAbout h3,
.HomepageAbout h4,
.HomepageAbout h5,
.HomepageAbout h6 {
    margin-bottom: 25px
}

.HomepageAbout a.btn-primary {
    margin: 20px 20px 0 0
}

.HomepageScroll {
    padding-right: 30px;
    height: 314px;
    overflow: hidden
}

.HomepageScrollRight{
	padding-left: 20px;
}

.HomepageScroll:before {
    content: " ";
    background: url(../images/text-diamond.png) no-repeat;
    position: absolute;
    right: -45px;
    top: 50%;
    margin-top: -30px;
    width: 61px;
    height: 61px
}

.RightImage {
    position: absolute!important;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%!important;
    height: 100%;
    z-index: -1
}

.LeftImage {
    position: absolute!important;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%!important;
    height: 100%;
    z-index: -1
}

.ThreeBoxes {
    width: 25%!important;
    height: 410px
}

.ThreeBoxes a.ThreeBoxesContainer {
    display: block;
    overflow: hidden
}

.ThreeBoxes a.ThreeBoxesContainer .ThreeBoxesImage {
    height: 410px;
    transition: all 0.8s ease 0s
}

.ThreeBoxes a.ThreeBoxesContainer:hover .ThreeBoxesImage {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transition: all 0.8s ease 0s
}

.ThreeBoxes a.ThreeBoxesContainer .ThreeBoxesText {
    position: absolute!important;
    top: 50%;
    margin-top: -90px;
    padding: 0 40px;
    text-align: center;
    z-index: 9
}

.ThreeBoxes a.ThreeBoxesContainer .ThreeBoxesText h3 {
    font-size: 36px
}

.ThreeBoxes a.ThreeBoxesContainer .ThreeBoxesText p {
    color: #d8d8d8;
    font-size: 18px;
    position: relative;
    height: 93px;
    overflow: hidden;
    padding-top: 15px
}

.ThreeBoxes a.ThreeBoxesContainer .ThreeBoxesText p:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -82px;
    content: '';
    background: url(../images/header-underline-small.png) no-repeat bottom center;
    width: 164px;
    height: 12px
}

.ThreeBoxes a.ThreeBoxesContainer .ThreeBoxesText span {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    color: #fff;
    font-weight: 900;
    transition: all 0.2s ease 0s
}

.ThreeBoxes a.ThreeBoxesContainer .ThreeBoxesText span:hover {
    text-decoration: underline;
    transition: all 0.2s ease 0s
}

.ThreeBoxes a.ThreeBoxesContainer .Overlay {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.8s ease 0s
}

.ThreeBoxes a.ThreeBoxesContainer:hover .Overlay {
    background: rgba(0, 0, 0, .2);
    transition: all 0.8s ease 0s
}

.AboutText {
    padding: 100px 0
}

.AboutText p {
    font-size: 15px;
    margin-bottom: 25px
}

.AboutText .HomepageScroll {
    height: 565px
}

.video-responsive {
    position: relative;
    padding-bottom: 100%;
    padding-top: 0;
    height: 100%;
    overflow: hidden
}

.video-responsive iframe {
    position: absolute;
    right: 0
}

.GalleryThumbnail {
    width: 25%!important
}

.GallerySection {
    padding: 80px 0
}

.GalleryThumbnailOne {
    height: 378px;
    width: 40%!important
}

.GalleryThumbnailTwo {
    height: 378px;
    width: 24%!important
}

.GalleryThumbnailThree {
    height: 378px;
    width: 36%!important
}

.GalleryThumbnailFour {
    height: 378px;
    width: 20%!important;
    clear: both
}

.GalleryThumbnailFive {
    height: 378px;
    width: 44%!important
}

.GalleryThumbnailSix {
    height: 378px;
    width: 36%!important;
}

.GalleryThumbnailOne,
.GalleryThumbnailTwo,
.GalleryThumbnailThree,
.GalleryThumbnailFour,
.GalleryThumbnailFive,
.GalleryThumbnailSix {
    background-size: cover!important;
	background-position: top center!important;
    border: solid 5px #111213
}

.GalleryThumbnailOne a,
.GalleryThumbnailTwo a,
.GalleryThumbnailThree a,
.GalleryThumbnailFour a,
.GalleryThumbnailFive a,
.GalleryThumbnailSix a {
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important
}

.GalleryThumbnailOne a .Overlay,
.GalleryThumbnailTwo a .Overlay,
.GalleryThumbnailThree a .Overlay,
.GalleryThumbnailFour a .Overlay,
.GalleryThumbnailFive a .Overlay,
.GalleryThumbnailSix a .Overlay {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.8s ease 0s
}

.GalleryThumbnailOne a:hover .Overlay,
.GalleryThumbnailTwo a:hover .Overlay,
.GalleryThumbnailThree a:hover .Overlay,
.GalleryThumbnailFour a:hover .Overlay,
.GalleryThumbnailFive a:hover .Overlay,
.GalleryThumbnailSix a:hover .Overlay {
    background: rgba(0, 0, 0, 0);
    transition: all 0.8s ease 0s
}

.nav-tabs {
    border-bottom: none;
    width: auto!important;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #bebebe;
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: transparent;
    cursor: default
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    border-color: transparent
}

.nav>li>a {
    padding: 10px 35px
}

.BlogThumbnail article a{
	display: block;
	background: rgba(0, 0, 0, 1);
}

.BlogThumbnail article a img{
	opacity: 0.5;
}

.BlogThumbnail article{
	margin-top: 30px;
}

.BlogThumbnail article a .BlogIntro{
	position: absolute;
	top: 50%;
	padding: 0 30px;
	text-align: center;
	margin-top: -63px;
}

.BlogThumbnail article a .BlogIntro h2{
	font-size: 25px;
	max-height: 55px;
	overflow: hidden;
}

.BlogThumbnail article a .BlogIntro p{
	max-height: 52px;
	overflow: hidden;
}

.BlogThumbnail article a span.ReadMore{
	opacity: 0;
	display: block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	background-color: #111213;
	padding: 10px 15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -52px;
	text-align: center;
	transition: all 0.3s ease;
}

.BlogThumbnail article a:hover span.ReadMore{
	opacity: 1;
	bottom: 10%;
	transition: all 0.3s ease;
}

.PostedDate{
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
	position: relative;
}

.PostedDate:before{
	position: absolute;
	left: 1px;
	top: 5px;
	font: normal normal normal 8px/1 FontAwesome;
    content: "\f133";
}

.ProductFilters h6{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
}
.ProductFilters ul.bullets{
    margin-top: 15px;
}
.ProductFilters ul.bullets li{
    border-bottom: solid 1px #202123;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.ProductFilters ul.bullets li:last-child{
    border-bottom: none;
}
.ProductFilters ul.bullets li a{
    color: #c7c7c7;
    font-size: 18px;
}
.ProductFilters ul.bullets li a:hover{
    color: #fff;
}
.ProductFilters ul.bullets li:before{
    content: '\f0da';
}
.SortProducts .form-control{
    background-color: #fff;
    color: #000;
    margin-top: 15px;
    margin-bottom: 20px;
}
.StaticPadding{
    padding: 60px 0;
}
.ProductThumbnailContainerText{
    margin-top: 15px;
}
.ProductThumbnailContainerText h3 {
    margin: 0 0 5px 0;
    line-height: 20px;
    height: 52px;
    overflow: hidden;
}
.ProductThumbnailContainerText h3 a{
    color: #fff;
    font-size: 18px;
}
.OffsetBackground{
    background-color: #191a1b;
}
.ProductDesciptionTop{
    margin-bottom: 10px;
}
.ProductDesciptionTop h1{
    font-size: 32px;
}
.ProductPrice{
    float: left;
    padding: 5px 5px 5px 0;
    background-color: #111213;
    z-index: 1;
    color: #fff;
    font-size: 22px;
    margin: 2px 0 0 0;
}
.ProductOptions button.AddToCart{
    background-color: #292b2d;
    padding: 10px 10px 10px 40px;
    float: right;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 300;
    border: none;
}
.ProductOptions button.AddToCart:before{
    position: absolute;
    left: 10px;
    top: 12px;
    content: '';
    background: url(../images/cart-icon.png) no-repeat;
    width: 21px;
    height: 18px;
}
.ProductOptions hr{
    border-color: #292b2d;
    margin: 20px 0 0 0;
    z-index: 0;
}
.ProductDesciptionBottom{
    margin-top: 30px;
}
.ProductThumbnailContainer{
    margin-top: 30px;
}
a.ViewCart{
	float: right;
	position: relative;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	border-left: solid 1px #515151;
}
a.ViewCart img{
	float: left;
}
a.ViewCart p{
	float: left;
    margin: 0 0 0 15px;
	color: #757676;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
    line-height: 20px;
    text-transform: uppercase;
}
a.ViewCart p span.CartPrice{
	color: #fff;
	font-size: 13px;
}
a.ViewCart p span{
    color: #fff;
    font-size: 13px;
}
a.ViewCart span.CartQuantity{
	position: absolute;
	border-radius: 50%;
	background-color: #3d4042;
	color: #fff;
	font-weight: 700;
	height: 28px;
    width: 28px;
	font-size: 13px;
	line-height: 21px;
    text-align: center;
    padding: 3px 0;
    top: -10px;
	left: 44px;
	display: block;
}


.BreadCrumbs {
    background: #1a1c1d;
    padding: 15px 0
}

.BreadCrumbs ol.breadcrumb {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0
}

.BreadCrumbs ol.breadcrumb li {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 700
}

.BreadCrumbs ol.breadcrumb li a {
    font-weight: 400;
    color: #fff
}

.breadcrumb>li+li:before {
    font: normal normal normal 8px/1 FontAwesome;
    content: "";
    padding: 0 15px;
    color: #fff;
    background: url(../images/diamond-small.png) center center no-repeat
}

.BlogPagination {
    background: #191a1b;
    padding: 20px 0;
    overflow: hidden
}

.BlogPagination .pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: right;
    display: block;
}

.BlogPagination .pagination li {
    position: relative;
    float: left;
    display: block;
}

.BlogPagination .pagination li a {
    border-radius: 0;
    background-color: #000;
    color: #707070;
    border: none;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: #000;
    color: #fff;
    border: none;
}

.contact-form {
    margin-top: 20px
}

.contact-send {
    float: right;
    margin-top: 43px;
    padding: 10px 30px;
    color: #fff!important
}

.captcha {
    margin-top: 10px
}

#map_canvas {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    float: left
}

.sidebar-box {
    background: #202223;
    padding: 20px;
    background-clip: padding-box;
    margin-bottom: 20px
}

address {
    margin-bottom: 0
}

.has-feedback label~.form-control-feedback.fa-asterisk {
    top: 38px;
    color: red;
    font-size: 10px!important
}

.ContactPage {
    padding: 60px 0
}

.form-control {
    background-color: #202223;
    border-radius: 0;
    border: none;
    height: 40px;
    color: #fff
}

textarea {
    resize: none
}

label {
    color: #fff;
    font-weight: 300;
    font-size: 13px
}

footer {
    background-color: #202223;
    padding: 55px 0
}

footer h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 400
}

footer p.FooterAddress,
footer p.FooterContact {
    color: #868686;
    font-size: 14px;
    position: relative;
    padding-left: 20px
}

footer p.FooterAddress:before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f041";
    color: #fff;
    position: absolute;
    left: 0;
    top: 6px
}

footer p.FooterContact:before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f10b";
    color: #fff;
    position: absolute;
    left: 1px;
    top: 6px
}

footer p.FooterContact a {
    color: #868686
}

ul.FooterLinks {
    list-style: none;
    padding: 0
}

ul.FooterLinks li {
    padding-left: 20px;
    position: relative
}

ul.FooterLinks li:before {
    font: normal normal normal 8px/1 FontAwesome;
    content: "\f111";
    color: #fff;
    position: absolute;
    left: 0;
    top: 10px
}

ul.FooterLinks li a {
    color: #868686!important;
    font-size: 14px
}

p.Copyright {
    color: #868686;
    font-size: 13px;
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: 0
}

p.Copyright strong {
    color: #fff
}

p.D380 {
    color: #323d43;
    font-size: 12px;
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: 0
}

p.D380 a {
    color: #323d43!important
}

footer ul.SocialIcons {
    margin-top: 35px;
    margin-bottom: 5px
}

.Error404 h1 {
    margin-top: 0;
    font-size: 24px
}

* {
    margin: 0;
    outline: none
}

.col-100,
header,
footer,
section,
aside,
article,
nav,
figure,
figcaption,
main {
    width: 100%;
    float: left;
    position: relative;
    display: block
}

.img-center {
    display: block;
    margin: auto
}

.img-responsive {
    width: 100%
}

.clear {
    clear: both
}

.float-L {
    float: left!important
}

.float-R {
    float: right!important
}

a:focus {
    outline: none
}

blockquote {
    border-left: 5px solid red
}

.bullets ul,
ul.bullets {
    list-style: none!important;
    padding-left: 0
}

.bullets ol,
ol.bullets {
    padding-left: 14px;
}

.bullets ul li,
ul.bullets li {
    list-style: none!important;
    background: none!important;
    padding-left: 15px;
    position: relative
}

.bullets ul li:before,
ul.bullets li:before {
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    line-height: inherit;
    color: #fff;
    position: absolute;
    left: 0;
    top: 2px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn.active,
.btn:active {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
    -webkit-box-shadow: none;
    box-shadow: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff!important
}

mark,
.mark {
    background: #ffc800
}

ul,
ol {
    padding-left: 20px
}

@media(max-width:767px) {
    .InstaFeed li {
        width: 100%;
    }
    .wrapper.active {
        overflow: hidden
    }
    .sidebar-wrapper {
        width: 100%;
        position: fixed;
        overflow-y: auto;
        z-index: 10;
        display: block;
        top: 0;
        bottom: 0;
        right: -100%;
        background: #111213
    }
    .sidebar-wrapper.active {
        transition: all 0.4s ease 0s;
        right: 0
    }
    ul.tier1 {
        margin-top: 60px;
        list-style: none;
        padding-left: 0
    }
    ul.tier1>li {
        width: 100%;
        border-top: 1px solid #1a1b1d
    }
    ul.tier1>li:first-child {
        border: none
    }
    ul.tier1>li>a {
        padding: 10px;
        text-align: left;
        color: #fff;
        display: block;
        width: 100%;
        text-transform: uppercase;
        font-size: 14px
    }
    ul.tier1>li>a:hover,
    ul.tier1>li>a:focus,
    ul.tier1>li>a:active {
        color: #fff;
        background-color: #1a1b1d
    }
    ul.tier1>li span {
        top: 19px
    }
    ul.tier1>li>ul.dropdown-menu,
    .dropdown-submenu>.dropdown-menu {
        float: left;
        position: relative;
        left: auto;
        width: 100%;
        min-width: 100%;
        background: #004D79;
        overflow: hidden;
        padding-left: 10px;
        border-radius: 0
    }
    ul.tier1>li>ul.dropdown-menu>li,
    ul.tier2>li>ul.dropdown-menu>li {
        border-left: 1px dotted #0072b3
    }
    ul.tier1>li>ul.dropdown-menu>li>a,
    ul.tier2>li>ul.dropdown-menu>li>a {
        color: #8DB6CE;
        padding: 0;
        padding: 10px 10px 10px 10px;
        text-transform: uppercase
    }
    ul.tier1>li>ul.dropdown-menu>li>a:hover,
    ul.tier2>li>ul.dropdown-menu>li>a:hover {
        background: #0072b3;
        color: #fff
    }
    span.menu-btn,
    span.menu-btn-close {
        cursor: pointer
    }
    a[href^=tel],
    a[href^=tel]:hover {
        color: pink
    }
    span.menu-btn-close {
        top: 10px;
        right: 10px;
        display: block;
        position: absolute;
        color: #fff;
        padding: 10px;
        font-size: 20px
    }
    span.menu-btn {
        font-size: 30px;
        color: #fff
    }
    p.MenuPhone {
        position: absolute;
        top: 10px;
        color: #fff;
        padding: 10px;
        font-size: 20px;
        margin: 0;
        display: block
    }
    p.MenuPhone a[href^=tel] {
        color: #fff
    }
    a.ContactHeader[href^=tel] {
        color: #fff
    }
    address a[href^=tel] {
        color: inherit
    }
    #homepage header.MastHead {
        background: #202223;
        padding: 10px 0
    }
    header.HeaderFixed a.MasterLogo,
    a.MasterLogo {
        width: 50px
    }
    .HeaderContainer {
        margin: 0 60px 0 0;
    }
    a.ViewCart {
        border-left: none;
    }
    nav.MainMenu {
        margin-top: 0;
        position: absolute;
        right: 15px;
        top: 0;
        width: auto!important
    }
    body#homepage {
        padding-top: 47px
    }
    .SliderBackground {
        padding: 10px 5px
    }
    .SliderContainer figure h1,
    .SliderContainer figure h2 {
        font-size: 16px;
        height: 51px;
        margin: 0
    }
    .SliderContainer figure {
        margin-top: -35px
    }
    .SliderBackground:before {
        background: none
    }
    .HomepageScroll {
        padding-right: 0;
        height: auto
    }
    .HomepageAbout {
        padding: 30px 0 0 0
    }
    .RightImage {
        position: relative!important;
        width: 100%!important;
        height: 200px;
        z-index: 0;
        margin-top: 20px
    }
    .HomepageAbout h1,
    .HomepageAbout h2,
    .HomepageAbout h3,
    .HomepageAbout h4,
    .HomepageAbout h5,
    .HomepageAbout h6 {
        font-size: 16px;
        line-height: 22px
    }
    .ContactPage h1 {
        font-size: 16px;
        line-height: 22px
    }
    .GallerySection h1 {
        font-size: 16px;
        line-height: 22px
    }
    .HomepageAbout a.btn-primary {
        width: 100%;
        margin: 0 0 10px 0
    }
    .ThreeBoxes {
        width: 50%!important;
        height: 300px
    }
    .ThreeBoxes a.ThreeBoxesContainer .ThreeBoxesImage {
        height: 300px
    }
    .ThreeBoxes a.ThreeBoxesContainer .ThreeBoxesText h3 {
        font-size: 26px
    }
    .ThreeBoxes a.ThreeBoxesContainer .ThreeBoxesText p {
        font-size: 14px;
        line-height: 19px
    }
    .ThreeBoxes a.ThreeBoxesContainer .ThreeBoxesText {
        padding: 0 20px
    }
    footer img {
        float: left;
        width: 100px;
        height: auto;
        margin-bottom: 20px!important
    }
    footer ul.SocialIcons {
        display: none
    }
    p.Copyright {
        float: left;
        text-align: left;
        line-height: 20px
    }
    p.D380 {
        float: left;
        text-align: left;
        line-height: 20px
    }
    footer {
        padding: 30px 0
    }
    body {
        padding-top: 57px
    }
    .AboutText .HomepageScroll {
        height: auto
    }
    .GalleryThumbnail {
        width: 50%!important
    }
    .GalleryThumbnailOne,
    .GalleryThumbnailTwo,
    .GalleryThumbnailThree,
    .GalleryThumbnailFour,
    .GalleryThumbnailFive,
    .GalleryThumbnailSix {
        height: 200px;
        width: 50%!important;
        clear: none;
        margin-top: 0
    }
    .ContactPage {
        padding: 30px 0 0 0
    }
    .contact-send {
        margin-top: 20px;
        margin-bottom: 20px
    }
    #map_canvas {
        height: 200px
    }
    .nav-tabs>li {
        width: 100%;
        text-align: center
    }
    .nav-tabs>li>a {
        padding: 5px
    }
    .nav-tabs {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .GallerySection {
        padding: 30px 0
    }
    .video-responsive iframe {
        display: none
    }
    .BlogThumbnail article a .BlogIntro{
      top: 50%;
      padding: 0 30px;
      margin-top: -83px;
  }
  .BlogThumbnail article a span.ReadMore{
      display: none;
  }
  .BlogThumbnail article a .BlogIntro h2 {
      max-height: 65px;
      line-height: 22px;
  }
  .BlogThumbnail article {
      margin-top: 0;
      margin-bottom: 30px;
  }
  .HomepageScrollRight {
      padding-left: 0;
  }
  .ProductDesciptionTop{
    margin-top: 10px;
}
a.ViewCart {
    padding: 0;
    margin: 0;
    border-right: none;
}
a.ViewCart p{
    display: none;
}
.HeaderContact {
    right: 60px;
}
a.ViewCart span.CartQuantity {
    position: relative;
    top: auto;
    left: auto;
    float: right;
}
a.ViewCart img {
    width: 30px;
    height: auto;
    margin: 0 5px 0 0;
}
.LeftImageInner{
    position: relative!important;
    width: 100%!important;
    height: 200px;
    z-index: 0;
    margin-top: 20px;
}
.TestimonialContainer {
    padding: 30px 0;
}
}

@media(min-width:768px) {
    .InstaFeed li {
        width: 50%;
    }
    span.menu-btn,
    span.menu-btn-close {
        display: block;
        cursor: pointer
    }
    span.menu-btn {
        color: #fff;
        float: right;
        font-size: 30px
    }
    nav.MainMenu {
        position: absolute;
        right: 15px;
        bottom: 20px;
        width: auto!important;
        margin-top: 0
    }
    .sidebar-wrapper {
        width: 280px;
        position: fixed;
        overflow-y: auto;
        top: 0;
        bottom: 0;
        right: -280px;
        background: #111213
    }
    .sidebar-wrapper.active {
        transition: all 0.4s ease 0s;
        right: 0
    }
    ul.tier1 {
        margin-top: 60px;
        list-style: none;
        padding-left: 0
    }
    ul.tier1>li {
        width: 100%;
        border-top: 1px solid #1a1b1d
    }
    ul.tier1>li:first-child {
        border: none
    }
    ul.tier1>li>a {
        padding: 10px;
        text-align: left;
        color: #fff;
        display: block;
        width: 100%;
        text-transform: uppercase;
        font-size: 14px
    }
    ul.tier1>li>a:hover,
    ul.tier1>li>a:focus,
    ul.tier1>li>a:active {
        color: #fff;
        background-color: #1a1b1d
    }
    ul.tier1>li span {
        top: 19px
    }
    ul.tier1>li>ul.dropdown-menu,
    .dropdown-submenu>.dropdown-menu {
        float: left;
        position: relative;
        left: auto;
        width: 100%;
        min-width: 100%;
        background: #004D79;
        overflow: hidden;
        padding-left: 10px;
        border-radius: 0
    }
    ul.tier1>li>ul.dropdown-menu>li,
    ul.tier2>li>ul.dropdown-menu>li {
        border-left: 1px dotted #0072b3
    }
    ul.tier1>li>ul.dropdown-menu>li>a,
    ul.tier2>li>ul.dropdown-menu>li>a {
        color: #8DB6CE;
        padding: 0;
        padding: 10px 10px 10px 10px;
        text-transform: uppercase
    }
    ul.tier1>li>ul.dropdown-menu>li>a:hover,
    ul.tier2>li>ul.dropdown-menu>li>a:hover,
    ul.tier1>li>ul.dropdown-menu>li>a:focus,
    ul.tier2>li>ul.dropdown-menu>li>a:focus,
    ul.tier1>li>ul.dropdown-menu>li>a:active,
    ul.tier2>li>ul.dropdown-menu>li>a:active {
        background: #0072b3;
        color: #fff
    }
    span.menu-btn-close {
        top: 10px;
        right: 10px;
        display: block;
        position: absolute;
        color: #fff;
        padding: 10px;
        font-size: 20px
    }
    p.MenuPhone {
        position: absolute;
        top: 10px;
        color: #fff;
        padding: 10px;
        font-size: 20px;
        margin: 0;
        display: block
    }
    p.MenuPhone a[href^=tel] {
        color: #fff
    }
    a.ContactHeader[href^=tel] {
        color: #fff
    }
    address a[href^=tel] {
        color: inherit
    }
    .SliderBackground {
        padding: 20px
    }
    .SliderBackground:before {
        background: rgba(0, 0, 0, 0)
    }
    .SliderContainer figure p {
        margin-bottom: 0;
        height: 115px
    }
    .SliderContainer figure h1,
    .SliderContainer figure h2 {
        font-size: 23px;
        height: 53px
    }
    .SliderContainer figure {
        margin-top: -34px
    }
    header.HeaderFixed nav.MainMenu {
        bottom: 6px
    }
    .HomepageAbout h1,
    .HomepageAbout h2,
    .HomepageAbout h3,
    .HomepageAbout h4,
    .HomepageAbout h5,
    .HomepageAbout h6 {
        font-size: 24px
    }
    .ThreeBoxes {
        width: 50%!important;
        height: 300px
    }
    .ThreeBoxes a.ThreeBoxesContainer .ThreeBoxesImage {
        height: 300px
    }
    .GalleryThumbnailOne,
    .GalleryThumbnailTwo,
    .GalleryThumbnailThree,
    .GalleryThumbnailFour,
    .GalleryThumbnailFive,
    .GalleryThumbnailSix {
        height: 360px;
        width: 50%!important;
        clear: none;
        margin-top: 0
    }
    .video-responsive iframe {
        width: 160%;
        height: 110%;
        top: 0
    }
    .BlogThumbnail article a .BlogIntro{
      top: 50%;
      padding: 0 30px;
      margin-top: -83px;
  }

  .BlogThumbnail article a:hover span.ReadMore{
      bottom: 5%;
  }
  .ProductThumbnailContainer{
    margin-bottom: 20px;
}
.RightImageVideo {
    position: relative!important;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%!important;
    height: 847px;
    z-index: -1
}
.RightImageVideo .video-responsive iframe {
    width: 100%;
    height: 110%;
    top: 0;
}
}

@media(min-width:992px) {
    .InstaFeed li {
        width: 33.33333333333333%;
    }
    span.menu-btn,
    span.menu-btn-close {
        display: none
    }
    .sidebar-wrapper {
        width: 100%;
        position: relative;
        overflow: visible;
        top: auto;
        bottom: auto;
        right: auto;
        background: transparent
    }
    ul.tier1 {
        width: auto;
        float: left;
        margin: 0;
        padding: 0;
        list-style: none
    }
    ul.tier1>li {
        float: left;
        position: relative;
        width: auto;
        border-top: none
    }
    ul.tier1>li>a {
        display: block;
        color: silver;
        padding: 12px 20px;
        font-size: 15px
    }
    ul.tier1>li:last-child>a {
        padding: 12px 0 12px 20px
    }
    ul.tier1>li>ul.dropdown-menu>li>a,
    ul.tier2>li>ul.dropdown-menu>li>a {
        padding: 10px 25px;
        color: #fff
    }
    ul.tier1>li>ul.dropdown-menu>li,
    ul.tier2>li>ul.dropdown-menu>li {
        border-left: none
    }
    ul.tier1>li span.Tier1Caret {
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 5px
    }
    ul.tier1>li.open span.Tier1Caret {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    ul.tier1>li>a:hover,
    ul.tier1>li>a:focus,
    ul.tier1>li>a:active {
        color: #fff;
        box-shadow: none;
        background-color: transparent
    }
    ul.tier1>li>ul.dropdown-menu,
    .dropdown-submenu>.dropdown-menu {
        background: #4c4c4c;
        border: none;
        margin-top: 0;
        border-radius: 0;
        padding-left: 0;
        left: 0;
        position: absolute;
        width: auto;
        overflow: visible
    }
    ul.tier1>li>ul.dropdown-menu>li>a:hover,
    ul.tier1>li>ul.dropdown-menu>li>a:active,
    ul.tier1>li>ul.dropdown-menu>li>a:focus,
    ul.tier2>li>ul.dropdown-menu>li>a:hover,
    ul.tier2>li>ul.dropdown-menu>li>a:focus,
    ul.tier2>li>ul.dropdown-menu>li>a:active {
        background: #333;
        color: #fff
    }
    .dropdown-submenu {
        position: relative
    }
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%
    }
    .dropdown-submenu.pull-left {
        float: none
    }
    .dropdown-submenu.pull-left>.dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px
    }
    p.MenuPhone {
        display: none
    }
    .SliderBackground {
        padding: 30px 40px 30px 40px
    }
    .SliderContainer figure p {
        margin-bottom: 0;
        height: 115px
    }
    .SliderContainer figure h1,
    .SliderContainer figure h2 {
        font-size: 41px;
        height: 93px
    }
    .SliderContainer figure {
        margin-top: -54px
    }
    header.HeaderFixed nav.MainMenu {
        bottom: -3px
    }
    .HomepageAbout h1,
    .HomepageAbout h2,
    .HomepageAbout h3,
    .HomepageAbout h4,
    .HomepageAbout h5,
    .HomepageAbout h6 {
        font-size: 36px
    }
    .ThreeBoxes {
        width: 25%!important;
        height: 410px
    }
    .ThreeBoxes a.ThreeBoxesContainer .ThreeBoxesImage {
        height: 410px
    }
    .GalleryThumbnailOne {
        height: 303px;
        width: 33.333%!important
    }
    .GalleryThumbnailTwo {
        height: 303px;
        width: 33.333%!important
    }
    .GalleryThumbnailThree {
        height: 303px;
        width: 33.333%!important
    }
    .GalleryThumbnailFour {
        height: 303px;
        width: 33.333%!important;
        clear: both
    }
    .GalleryThumbnailFive {
        height: 303px;
        width: 33.333%!important
    }
    .GalleryThumbnailSix {
        height: 303px;
        width: 33.333%!important;
    }
    .video-responsive iframe {
        width: 130%;
        height: 110%;
        top: -11px
    }
    .BlogThumbnail article a .BlogIntro{
      top: 50%;
      padding: 0 30px;
      margin-top: -63px;
  }

  .BlogThumbnail article a:hover span.ReadMore{
      bottom: 10%;
  }
  .ProductThumbnailContainer{
      margin-bottom: 0;
  }
  .RightImageVideo {
        position: absolute!important;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50%!important;
        height: 100%;
        z-index: -1
    }
    .RightImageVideo .video-responsive iframe {
        width: 108%;
        height: 110%;
        top: -11px
    }
}

@media(min-width:1200px) {
    .InstaFeed li {
        width: 20%;
    }
    .SliderBackground {
        background: rgba(0, 0, 0, .5);
        padding: 30px 70px 30px 0
    }
    .SliderContainer figure {
        margin-top: -138px
    }
    .SliderBackground:before {
        background: rgba(0, 0, 0, .5)
    }
    .SliderContainer figure p {
        margin-bottom: 25px;
        height: 145px
    }
    .SliderContainer figure h1,
    .SliderContainer figure h2 {
        font-size: 41px;
        height: 137px
    }
    .video-responsive iframe {
        width: 110%;
        height: 110%;
        top: -11px
    }
    .BlogThumbnail article a .BlogIntro{
      top: 50%;
      padding: 0 30px;
      margin-top: -83px;
  }

  .BlogThumbnail article a:hover span.ReadMore{
      bottom: 5%;
  }
  .GalleryThumbnailOne {
        height: 369px;
        width: 33.333%!important
    }
    .GalleryThumbnailTwo {
        height: 369px;
        width: 33.333%!important
    }
    .GalleryThumbnailThree {
        height: 369px;
        width: 33.333%!important
    }
    .GalleryThumbnailFour {
        height: 369px;
        width: 33.333%!important;
        clear: both
    }
    .GalleryThumbnailFive {
        height: 369px;
        width: 33.333%!important
    }
    .GalleryThumbnailSix {
        height: 369px;
        width: 33.333%!important;
    }
}

@media(min-width:1600px) {
    .SliderBackground {
        background: rgba(0, 0, 0, .5);
        padding: 50px 100px 50px 0
    }
    .SliderContainer figure {
        margin-top: -240px
    }
    .video-responsive iframe {
        width: 100%;
        height: 100%;
        top: -200px
    }
    .BlogThumbnail article a .BlogIntro{
      top: 50%;
      padding: 0 30px;
      margin-top: -63px;
  }
  .BlogThumbnail article a:hover span.ReadMore{
      bottom: 10%;
  }
	.GalleryThumbnailOne {
        height: 378px;
        width: 40%!important
    }
    .GalleryThumbnailTwo {
        height: 378px;
        width: 24%!important
    }
    .GalleryThumbnailThree {
        height: 378px;
        width: 36%!important
    }
    .GalleryThumbnailFour {
        height: 378px;
        width: 20%!important;
        clear: both
    }
    .GalleryThumbnailFive {
        height: 378px;
        width: 44%!important
    }
    .GalleryThumbnailSix {
        height: 378px;
        width: 36%!important;
    }
}

@media print {
    a[href]:after {
        content: none!important
    }
}