﻿body {
	font-family: 'Ruda', sans-serif;	
	color:#333;
}
h1,h2,h3,h4,h5 {
		color:#000;
	font-family: 'Ruda', sans-serif;	
	font-weight:200;	
	line-height: 1.2;
}
.BigBold-Title, .tp-caption.BigBold-Title, .BigBold-Button, .tp-caption.BigBold-Button {
	font-family: 'Ruda', sans-serif;	
	font-weight:600;	
}
.BigBold-SubTitle, .tp-caption.BigBold-SubTitle {
	font-family: 'Ruda', sans-serif;	
	font-weight:200;	
}

.video-container {
	max-height:630px;
	height:625px;
    width: 100vw;
    top:0;
}

.video-container video {
  width: 100%;
/*  height: 65%; */
	height:147%;
/*  position: absolute; */
  object-fit: cover;
  object-position: center 0%;
  z-index: 0;
  top:164px;
}

ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
  font-size:1.7em;
}

ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

ul li a:before .icon {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

ul li a:hover:before .icon {
  top: 0;
}

ul li:nth-child(1) a:before .icon{
  background: #3b5999;
}

ul li:nth-child(2) a:before .icon{
  background: #55acee;
}

ul li:nth-child(3) a:before .icon {
  background: #0077b5;
}

ul li:nth-child(4) a:before .icon {
  background: #dd4b39;
}


.telnum {
	font-size: 1.3em!important; 
}

.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;

}

#topMenu ul.dropdown-menu>li:hover>ul.dropdown-menu leftymenu {
	left:-100%!important;
}


.thumbnail a img {
  object-fit: contain;
} 

.XXform-control::placeholder {
  color: red;
  opacity: 1; /* Firefox */
}

.XXform-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: red;
}

.buttoncenter {
	right:44%!important;
}

@media only screen 
  and (min-width: 1024px) 
{
.reswidth {
	width:90%;
	}
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}






.frontcaption {
    height: 624px;
    top: 544px;
}

.colpad {
    padding:6px;
}



.testimonial cite {
    font-size:21px;
    margin-bottom:12px
}


#topBar li.fs-basket .fs-basket-box {
    display: none;
    right: 0;
    left: auto;
    top: 100%;
    padding: 10px 0;
    background-color: #fff;
    position: absolute;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    width: 274px;
    margin-top: 36px;
    z-index: 22
}

#topBar li.fs-basket .fs-basket-wrapper {
    max-height: 400px;
    overflow-y: auto
}

#topBar li.fs-basket .fs-basket-box h4 {
    font-size: 17px;
    margin: 0;
    padding: 0 10px 10px;
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid
}

#topBar li.fs-basket .fs-basket-box a {
    display: block;
    padding: 15px 10px;
    border-bottom: rgba(0, 0, 0, 0.04) 1px solid
}

#topBar li.fs-basket .fs-basket-box a:hover {
    background-color: rgba(0, 0, 0, 0.03)
}

#topBar li.fs-basket .fs-basket-box a>img {
    float: right;
    margin-left: 10px;
}

#topBar li.fs-basket .fs-basket-box a h6 {
    margin: 0;
    padding: 4px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#topBar li.fs-basket .fs-basket-box a.btn {
    background-color: #151515;
    border: 0;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 4px
}

#topBar li.fs-basket .fs-basket-footer {
    padding: 10px 10px 0
}

#topBar li.fs-basket .fs-basket-footer>span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 4px 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 3px
}







.greentint {
background: #C85C28; /* Old browsers */
background: -moz-linear-gradient(top, #C85C28 0%, #00d7d7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #C85C28 0%,#00d7d7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #C85C28 0%,#00d7d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C85C28', endColorstr='#00d7d7',GradientType=0 ); /* IE6-9 */
color:#fff;
padding:45px 0px;
border-bottom:1px solid #fff;
}
.greentint h4 {
	color:#fff;
}
#topBar {
background: #000000; /* Old browsers */
/* background: -moz-linear-gradient(top, #f3c47f 0%, #ffffff 100%); 
background: -webkit-linear-gradient(top, #f3c47f 0%,#ffffff 100%); 
background: linear-gradient(to bottom, #f3c47f 0%,#ffffff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c47f', endColorstr='#ffffff',GradientType=0 ); */
}
#topBar ul.top-links>li>a {
    text-transform:none!important;
    padding: 12px 12px;
    font-size: 12px;
    color:#ffffff;
}
#topBar ul.top-links>li>a>i {
    margin-right: 8px;
    filter: alpha(opacity=100);
    opacity: 1;
}
#topBar ul {
	border-left:rgba(0,0,0, 0.08) 1px solid;
}
#topBar ul.top-links>li {
    border-right: rgba(0,0,0, 0.08) 1px solid;
}

#header ul.nav-second-main li {
    padding: 0px;
}

#header a.logo>img {
    height: 110px;
}
#header.fixed #topMenu a.logo>img {
    height: 63px;
}
#topMenu a.logo {
    height: 118px;
    line-height: 126px;
}
#header.fixed #topMenu #topMainmenu>li>a {
    height: 80px;
    line-height: 79px;
}
#header.fixed #topMenu a.logo {
    height: 80px;
    line-height: 79px;
    padding-top: 3px;
}
#header.fixed ul.nav-second-main {
    margin-top: 0px;
}
#topMainmenu>li>a {
    height: 118px;
    line-height: 118px;
/*    border-left: rgba(0,0,0, 0.05) 1px solid;
    border-right: rgba(255,255,255, 0.3) 1px solid;    */
}
#topMainmenu.nav-pills>li>a {
    color: #000000;
    font-weight: 400;
    background-color: transparent;
    font-size:18px;
}
#topMainmenu.nav-pills>li:hover>a, #topMainmenu.nav-pills>li:focus>a, #header ul.nav-second-main li:hover>a, #header ul.nav-second-main li:focus>a {
    color: #a81111;
    background-color: rgba(0, 0, 0, 0.02);
}
#header ul.nav-second-main {
/*    border-right:rgba(0,0,0, 0.08) 1px solid;		*/
    margin-top: 0px;
    border-left: none;
    padding-left: 0px;
}
#header ul.nav-second-main>li>a {
    padding: 0px 20px;
    height: 118px;
    line-height: 118px;
/*    border-left: rgba(0,0,0, 0.08) 1px solid; 	*/
    color: #a81010;
}
#header.fixed ul.nav-second-main>li>a {
    height: 80px;
    line-height: 79px;
}

#header ul.nav-second-main li i {
    opacity: 1;
    filter: alpha(opacity=100);
    font-size:20px;
}

.nav>li>a {
    padding: 0px 36px;
    border-radius: 0px;    
}
.badge.badge-corner {
    top: 30px!important;
	right: 3px!important;   
	background-color:#a91709; 
}
.navbar-collapse {
    padding-right: 0px;
}

.toppad {
	padding-top:4px;
}

#header.fixed .badge.badge-corner {
    top: 7px!important;
}

#header {
    display: block;
	background: #ffffff; /* Old browsers */
    border-bottom: none;
    margin-top: 43px;
}
#header.fixed {
/*     background-color: #f5f5f5; */
    border-bottom: 1px solid #efefef;
}
#header li.fs-basket .fs-basket-wrapper {
    line-height: normal;
}
#header li.fs-basket .fs-basket-box {
    top: 118px;
    margin-top:0px;
}
#header.fixed li.fs-basket .fs-basket-box {
    top: 81px;
    margin-top: 0px;
}
#topMainmenu .line::after {
    content: "";
    position: absolute;
    top: 68%;
    height: 1px !important;
    width: 60%;
    left: 20%;
    background-color: #f5f5f5;
    transition: 0.4s ease-out all .1s;
}
#header.fixed #topMainmenu .line::after {
    top: 75%;
}
#topMainmenu .line:hover::after, #header.fixed #topMainmenu .line:hover::after {
    width: 90%;
    left: 5%;
    transition: 0.5s ease all;
    background-color: #C85C28;
}
section {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.1);    
}  
div.alternate, section.alternate {
    background-color: rgba(0, 0, 0, 0.1);
}  
div.fs-heading-title h1 {
    font-size: 28px;
    margin-bottom: 12px;
    background-color: transparent!important;
}
.owl-carousel.owl-padding-10 .owl-item {
    padding: 3px 10px;
}
div.product-item {
	background:#fff;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.18);
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;   
    padding:4px; 
    border-radius:5px;	
        border: 1px solid #e6e6e6;
}
div.product-item>.thumbnail>.product-item-info {
    left: 7px;
    top:13px;
    width: 120px;
}

div.product-item>.thumbnail>.product-item-infoagm {
    right: 7px;
    top:13px;
    width: 120px;
    position:absolute;
}


div.product-item>.thumbnail>.product-item-info>.label {
    min-width: 130px;
    font-size: 12px;
    font-weight:600;
}

div.product-item>.thumbnail>.product-item-infoagm>.labelagm {
    min-width: 130px;
}



.label {
    font-size: 93%!important;
}


.labelagm-bestseller {
    padding-left:37px;
    background:url('../../buy-crocosmia/agm-award.png');
	background-repeat: no-repeat;    
    background-size: 60px 60px;
}
.label-sale {
    background-color: #c12729;
}

.label-featured {
    background-color: #e97167;
}

.label-bestseller {
    background-color: #67d1e9;
}

.label-offer {
    background-color: #f7b41e;
}

.label-flash1 {
    background-color: #88d310;
}

.label-flash2 {
    background-color: #ea1ef7;
}

.label-warranty {
    background-color: #852222;
}


.hoverover1 {
	position:absolute;
	z-index:20;
	left:40px;
	top:33px;
	width:150px;
}

.label-hoverover1 {
    background-color: #000000;
    color:#ffffff;
    font-size:1em;
}




#contestLeaders
{
    overflow:hidden;
/*    margin-bottom:30px;*/
    position: relative;
}
.leader
{
/*    float:right;
    margin-right:4px;
	height: 260px;
    line-height: 260px;*/
}
.leaderRating
{
    background:url('../../london-landlord-furniture/we-recommend.png') no-repeat;
    width:138px;
    height:92px;
    color:#fff;
    font-size:18px;
    padding:56px 0px 0px 35px;
    position: absolute;
    top:12px;
    right:-90px;
}

a.btn-trecanna {
	background-image: url(../../images/atb1.png);
	background-repeat: no-repeat;
	background-size:contain;
	width:100px;
	background-position-y:center		
}


div.product-item>.thumbnail {
    border: none;
}
div.product-item>.thumbnail>a.product-item-image {
    display: block;
    position: relative;
/*    height: 260px;
    line-height: 260px;*/
	text-align: center;    
}
div.product-item>.thumbnail img {
    display: inline-block;
    vertical-align: middle;
    float: none;
    max-height:90%;
}
div.product-item:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.18);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    background: rgba(255,255,255,0.9);
}
div.product-item-summary {
    padding: 15px;
}
div.product-item>.thumbnail>a.product-item-image>img:first-child {
/*    width: auto; */
	height:240px;
    z-index: 1;
}
div.product-item-summary h2 {
    font-size: 18px;
    color: #666;
    margin: 0 0 4px 0;
    height: 38px;
    overflow:hidden;
}

div.product-item-summary p {
    height: 49px;
}


div.product-item-price {
	line-height:1;
	margin-bottom:16px;
}
.zoom {
	border: 1px solid #ddd;
	padding:10px;
}
.owl-carousel .btn-primary {
	color:#fff!important;
}
.btn.btn-reveal.btn-sm i {
    line-height: 36px;
}
div.product-item-price h3 {
    font-size: 16px;
    margin: 0 0 2px;
    color: #C85C28;
    margin-bottom:0px;
}
div.product-item-price span {
	font-size:22px!important;
	color:#999;
}
figure.zoom>a.lightbox {
    background-color: #099;
    border-radius: 30px;
}
section.page-header {
    background-color: rgba(0, 0, 0, 0.0);
}
.greyscale img{filter:gray;-webkit-filter:grayscale(1);filter:grayscale(1);}
.greyscale img:hover{-webkit-filter:grayscale(0);filter:none;}
.in-service {
    background: #ffffff;
    box-shadow: 0 0 12px rgba(136, 136, 136, 0.1);
    padding: 20px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    transition: all 0.4s ease-in-out 0s;
}
.in-service:hover {
    background: #bb1419;
}
.in-service:hover .in-service-icon, .in-service:hover h5, .in-service:hover h5 a, .in-service:hover p {
    color: #ffffff;
}
.in-service-icon {
    font-size: 26px;
    margin-right:12px;
    line-height: 1;
    color: #e41e25;
    margin-bottom: 2px;
    display: inline-block;
    transition: all 0.4s ease-in-out 0s;
}
.in-service h5 {
    font-size: 18px;
    font-weight: 700;
        font-family: 'Ruda', sans-serif;
}
.in-service p {
    margin-bottom: 0;
    font-size: 14px;
    transition: all 0.4s ease-in-out 0s;
}
.in-service-transparenticon {
    position: absolute;
    left: auto;
    right: -10px;
    top: auto;
    bottom: -10px;
    font-size: 80px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.in-service:hover .in-service-transparenticon {
	color: rgba(0,0,0,0.6);
	 opacity: 0.2;
}
.in-service:hover h5 a:hover {
    color: #fff;
}
.sky-form .btn {
    margin: 10px 0 0 0px;
}
.item-box .item-hover .inner .ico-rounded>span {
    border-radius: 30px;
}
#fs-portfolio.portfolio-gutter .item-box {
    margin-bottom: 0px;
}
#fs-portfolio div.col-md-3 h2, #fs-portfolio div.col-md-3 h3 {
    padding: 12px;
}
.Newspaper-Subtitle, .tp-caption.Newspaper-Subtitle {
    color: #f8696d;letter-spacing:2px;    font-family: 'Ruda', sans-serif;
}
.Newspaper-Button, .tp-caption.Newspaper-Button {
	font-family: 'Ruda', sans-serif;
}
.erinyen .tp-tab-title {
    color: #f8696d;
}
.home-banners-area-3 .banner-group .single-banner {
    position: relative;
    text-align: center;
}

.home-banners-area-3 .banner-group .single-banner:before {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    pointer-events: none;
}
.home-banners-area-3 .banner-group .single-banner:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);   
    opacity: 1;
    filter: alpha(opacity=100);
}
.home-banners-area-3 .banner-group .single-banner:after {

    background: rgba(0, 0, 0, 0) url('../../images/viewcross.png') no-repeat 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 71px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease-out 0s;
    width: 71px;
    pointer-events: none;
}
.single-banner a {
    display: block;
}

.home-banners-area-3 .banner-group .single-banner:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.form-control {
    border: #ababab 1px solid;
    box-shadow: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.bullet {
    list-style: square url(../../images/sqred.gif);
    list-style-position: outside;
}
div.divider {
    margin: 20px 0;
    min-height: 20px;
}
.btn-default {
    border-width: 1px;
}
#myTab.nav>li>a {
    padding: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border: 1px solid #ddd;
    border-bottom-color: #f2f2f2;
}
.shop-item-price-main {
    font-size: 24px;
    color: #c2141a;
    font-weight: 700;
}
.shop-item-price-main span {
    font-size: 16px;
    font-weight: 300;
    color: #666;
}
.dropcap:first-letter {
    color: #000000;
    font-weight: 100;
}
.beachbg {
	    background:url(../../images/tropical.jpg);
	        background-position:center top;
	        background-repeat:no-repeat;

}
.featured .thumbnail {
    height: 180px;
    line-height: 180px;
    overflow: hidden;
}
#footer {
	color:#000000;
    width: 100%;
    background-color:#ffffff!important;
    background:unset!important;
}

#footer>.smalllinks {
	color:#ffffff!important;
    background-color:#000000!important;	
}

#footer>.container {
    padding-top: 20px;
    margin-bottom: 10px;
}
#footer a {
    color: #ffffff;
    text-decoration: none;
}
#footer ul {
    margin-bottom: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 200;
    text-shadow:none;
}
#footer form input, #footer form textarea {
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .25);
}  
#footer hr {
    border-top: rgba(0, 0, 0, 0.1) 1px solid;
}
#footer p {
    line-height: normal;
}
#footer form input::placeholder, #footer form textarea::placeholder {color:#fff;}

 
@media only screen and (max-width: 1024px) {
#footer .footer-top .footer-top-left .subscribe-form-area .subscribe-form input[type=text] {
    width: 290px;
}
#header a.logo>img {
    height: 90px;
}
#topMainmenu.nav-pills>li>a {
    font-size: 15px;
}
.nav>li>a {
    padding: 0px 9px;
}
}


@media only screen and (max-width: 992px) {



#header ul.nav-second-main li a, #header.fixed.dark ul.nav-second-main li a {
    height: 60px;
    line-height: 60px;
}
#topMenu button.btn-mobile span {
	padding-left:6px;font-size:18px;
}
.badge.badge-corner, #header.fixed .badge.badge-corner {
    top: 8px!important;
}
#topMainmenu .line:hover::after, #header.fixed #topMainmenu .line:hover::after, #topMainmenu .line::after {
    background-color: transparent;
}
.nav>li>a>img {
    top: -2px;
}
#header.fixed ul.nav-second-main li a {
    height: 60px;
    line-height: 69px;
}
#topMainmenu.nav-pills>li>a.dropdown-toggle:after {
    content: "\f078";
    font-size: 14px;
}
#topMenu button.btn-mobile {
    color: #000000;
}
#topMenu nav.nav-main li>ul.dropdown-menu li a {
    padding-left: 25px;
    font-size:14px;
    text-transform:none;
    line-height:30px;
}

.video-container {
    max-height: 335px;
    width: 100vw;
    top: 0;
}
.video-container video {
    top: 104px;
}

.frontcaption {
    height: 233px;
    top: 170px;
}
h2 {
    font-size: 23px;
    margin: 0 0 32px;
}


#header #topMenu a.logo>img {
    max-height: 55px!important;
    margin-top:5px!important;
}

}
@media only screen and (max-width: 768px) {


.extrapageimage {
  text-align:center!important;

  margin-bottom:18px;
  padding-left: 7px!important;
  width:auto;
} 


section div.row>div {
    margin-bottom: 10px;
}

#header ul.has-topBar>li.fs-basket .fs-basket-box, #header ul.has-topBar>li.search .search-box {
    top: 102px!important;
}

#header.header-lg li.search .search-box {
margin-top: 33px;
    background-color: #eee8d8;
}
#header.fixed.header-lg li.search .search-box {
margin-top: 16px;
}




#topBar ul.top-links {    float: left;
}
#footer .row>div {
    margin-bottom: 10px;
}
}

@media only screen and (max-width: 640px) {

.hoverover1 {
	position:absolute;
	z-index:20;
	left:31px;
	top:17px;
	width:150px;
}

.label-hoverover1 {
    background-color: #000000;
    color:#ffffff;
    font-size:0.7em;
}


div.fs-heading-title p {
    margin-left: 15px;
    margin-right: 15px;
}

#header ul.has-topBar>li.fs-basket .fs-basket-box, #header ul.has-topBar>li.search .search-box {
    top: 60px!important;
}

section.padding-xs {
    padding: 20px 0;
}
#header #topMenu a.logo>img {
    max-height: 36px!important;
    margin-top: 6px;
}
.single-banner {
	margin-bottom:20px;
}
#footer h4 {
    margin-top: 10px;
}
}
@media only screen and (max-width: 480px){

.container2 button {
    right: 34%!important;
  }



#topMainmenu>li.mega-menu>ul {
    margin-left: 0px!important;
}

.telnum {
	font-size: 0.7em!important; 
}

#topBar ul.top-links>li>a {
    padding: 12px 1px;
}

#topBar.dark .dropdown-menu a, #topBar.dark ul.top-links>li>a {
    padding: 12px 5px;
}

#topMenu button.btn-mobile span {
    display:none;
}
div.product-item>.thumbnail>a.product-item-image {
/*    height: 170px;*/
    height: 266px;
    line-height: 170px;
}
div.product-item-summary h2 {
    height: 40px;
    font-size: 23px;
}




.frontcaption {
    height: 445px;
/*    top: 335px; */
	top:300px;
}

.video-container {
	max-height: 450px!important;
    width: 100vw;
    }


.video-container video {
    width: 100%;
    height: 60%;
    position: absolute;
    top:104px;
    }

video {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.video-container .caption {
    padding: 21px;
}

h2 {
	font-size:23px!important;
}

.leaderRating {
    top: 11px;
    right: -81px;
}

.leader {
    float: right;
/*    height: 170px;*/
    height: 356px;
    line-height: 170px;
}



}



@media only screen and (max-width: 360px){
#header #topMenu a.logo {
    height: 80px!important;
    line-height: 60px!important;
}
#header #topMenu a.logo>img {
    max-height: 42px!important;
    margin-top: 4px;
}


#header.fixed #topMenu a.logo>img {
    margin-top: -1px;
}


}







@media only screen and (max-width: 320px){
#header #topMenu a.logo {
    height: 80px!important;
    line-height: 60px!important;
}
#header #topMenu a.logo>img {
    max-height: 35px!important;
}
}





/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {


.container2 button {
    right: 37%!important;
  }

#header a.logo>img {
    height: 61px;
}

#header.fixed #topMenu a.logo>img {
    height: 39px;
}

#topMainmenu.nav-pills>li>a {
    font-size: 14px;
}

.nav>li>a {
    padding: 0px 9px;
}

div.product-item>.thumbnail>a.product-item-image {
    height: 134px!important;
    line-height: 134px!important;
}

.leader {
    float: xnone;
    height: 134px!important;
    line-height: 134px!important;
}

.leaderRating {
    background-size: 38px 38px;
    height: 37px;
    top: 8px;
    right: -100px;
}


.video-container {
    max-height: 534px;
    width: 100vw;
    top: 0;
}

.frontcaption {
    height: 535px;
    top: 424px;
}


.in-service h5 {
    font-size: 13px;
}


.in-service p {
    font-size: 10px;
}


#topMainmenu.nav-pills>li>a.dropdown-toggle {
    padding-right: 8px!important;
}

}






