.quotation{
  font-size: 16px;
  margin: 0 auto;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
}

.quotation:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 80px;
}
.quotation::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 27px;
  color: #ccc;
  font-size: 45px;
}
blockquote footer{
  margin:0;
  text-align: right;
  font-size: 13px;
  font-style: italic;
}
blockquote{
    padding: 10px 10px !important;
}
.standard-arrow li, .standard-number-list li{
    margin-bottom: 0px !important;
}
.list-divider li {
    padding-bottom: 5px !important;
}

#main {
  padding: 20px 0 70px 0 !important;
}

.home div.vc_column-inner[class*=vc_custom_]{
	margin: auto !important;
	width: 90% !important;
	margin-top: 30px !important;
	padding: 0px !important;
}
.products-slider{
    background-color: #123A65 !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
}
.owl-dots{
    text-align: center;
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    width: 100% !important;
}

.new-header p:nth-child(1){
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.flip-box-wrap{
	height: 275px !important;
    width: 275px !important;
    margin: 0 auto !important;
}
.ifb-face.ifb-back{
    height: 275px !important;
    width: 275px !important;
    margin: 0 auto;
}

@media(max-width: 991px){
  .russell-banner span{
    line-height: 50px !important;
  }
  .russell-banner img{
    display: block !important;
    margin: auto !important;
  }
}

@media(max-width: 768px){
    .new-header p{
        width: 100% !important;
    }
    
    .new-header p:nth-child(2){
        font-size: 25px !important;
        line-height: 30px !important;
        padding-bottom: 8px !important;
        margin-bottom: 8px !important;
    }     
    
    .products-slider{
        min-height: 450px !important;
    }
    
    #livechat-compact-container{
        display: none !important;
    }
    
    .new-header ul{
    	text-align: left 
    }
    .new-header ul li{
    	float: none !important;
    	margin: 0 !important;
    }    
}