body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
    padding-top: 195px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.line-orange{
    clear: both; margin: 15px 0; display: block;border: 5px solid #ee6b4e;
}
.features-list {
    line-height: 20px;
    width: 48%;
}
.features-list li {
    padding: 5px;
}

.left-text {
    width: 50%;
    display: block;
}
.right-text {
    width: 50%;
    display: block;
}

span.disclaimer-text {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 10px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
    margin: 0 0;
    float: left;
    width: 50%;
    padding-right: 15px;
}
#logo a {
    display: inline-block;
}
#logo img {
    max-width: 100%;
}
#myHeader {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}

/* search */
#search {
    float: right;
    max-width: 200px;
    margin: 10px 0;
    width: 50%;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    background: #e5e5e5;
    border: 0;
    color: #09588c;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0 0 0;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 0 10px;
    text-shadow: 0 0 0;
    background: none;
    border: 0;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #e5e5e5;
    height: 40px;
    color: #09588c;
}


/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    background: #005a8f;
    border: 0;
    text-shadow: 0 0 0;
}
#cart > .btn:hover{
	background: #ee6b4e;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#mega_menu ul.megamenu > li {
    float: left;
    width: auto;
    padding: 10px;
    border-left: 1px solid #fff;
}
#mega_menu ul.megamenu > li > a {
    color: #09588c;
}
#mega_menu ul.megamenu > li > a:hover{
	color: #fff;
}
#mega_menu .megamenu {
    padding: 5px 0 0px 100px;
    display: inline-block;
}
#mega_menu ul.megamenu > li > .sub-menu.single {
    width: 260px;
    min-width: 120px;
    max-width: 40%;
}
#mega_menu ul.megamenu li .sub-menu .content .hover-menu .menu ul {
    min-width: 250px;
        padding: 0 !important;
}
body #mega_menu ul.megamenu > li.active > .sub-menu > .content {
    background-image: none !important;
    background-color: #e3e3e3 !important;
}
#mega_menu ul.megamenu .with-sub-menu:hover a{
	color: #fff;
}

body #mega_menu ul.megamenu > li > .sub-menu.single .content ul .main_link h3:hover{
	background: #6b6b6b;
	color: #fff;
    padding: 0 0 3px;
}
body #mega_menu ul.megamenu > li > .sub-menu.single .content ul li .newhover:hover{
	background: #6b6b6b;
	color: #fff;
}
body #mega_menu ul.megamenu > li > .sub-menu.single .content ul .main_link h3 {
    padding: 0 0 3px;
    margin: 0;
    border: none;
}
body #mega_menu ul.megamenu > li > .sub-menu.single .content ul li .newhover a{
	padding: 2px 0;	
	color: #fff;
} 

body #mega_menu ul.megamenu > li > .sub-menu.single .content ul li .subcategory3 a{
	padding: 7px;	
	color: #fff;
}
body #mega_menu ul.megamenu > li > .sub-menu.single .content ul li .subcategory3:hover{
	background: #6b6b6b;
	color: #fff;
}

body #mega_menu ul.megamenu li .sub-menu .content .hover-menu .menu ul li {
    border-bottom: 1px solid #ccc;
    padding: 0 0 0 10px;
    position: relative;
}
body #mega_menu ul.megamenu li .sub-menu .content .hover-menu .menu ul li .arrowiocn {
    position: absolute;
    top: 0;
    right: 0;
}
body #mega_menu ul.megamenu > li > .sub-menu.single .content ul .main_link h3 a {
    padding: 0;
}
#menu {
	background-color: #e3e3e3;
	background-image: linear-gradient(to bottom, #e3e3e3, #e3e3e3);
	background-repeat: repeat-x;
	border-color: #e3e3e3 #e3e3e3 #e3e3e3;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#mega_menu .megamenu{
		padding-left: 0;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

h3.product-title {
    color: #005b8f;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.product-list-text {
    font-size: 23px;
    line-height: 30px;
    color: #101010;
}
.product-list-text strong {
    color: #005b8f;
}
.foruse {
    font-size: 23px;
    line-height: 30px;
    color: #005b8f;
    font-weight: bold;
    margin: 0;
}
#top-links li.phone {
    font-size: 16px;
    font-weight: bold;
    color: #ee6b4e;
}
.phone span {
    color: #ee6b4e;
}
/* content */

#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 14px;
}
#product-category #content ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.carousel.swiper-viewport {
    border: 0;
    box-shadow: 0 0 0;
    text-align: center;
    margin: 0 0 30px;
}
.carousel.swiper-viewport .swiper-slide {
    text-align: center;
    display: inline-block;
} 
.carousel.swiper-viewport .swiper-slide img.img-responsive {
    display: inline-block;
}
.swiper-pagination {
    display: none;
}

.topsliderostbg {
    background-image: url(../image/home-title-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    padding-bottom: 24px;
}

body .topsliderostbg h1.heading {
    background-image: none !important;
    padding: 40px 250px;
}
/*.topsliderost {
    background: rgb(238,107,78);
    background: linear-gradient(0deg, rgba(238,107,78,1) 0%, rgba(238,107,78,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    padding: 0 0 20px;
    text-align: center;
    margin-bottom: 30px;
}*/
.topsliderost {
    position: relative;
    z-index: 0;
    top: 0;
    text-align: center;
}
.topsliderost img {
    margin: 0 2% 15px;
    width: 100%;
    max-width: 15%;
    transition-duration: .3s;
    transition-property: transform;
}
.topsliderost img:hover {
    position: relative;
    transform: scale(1.1);
}

#column-left .checkbox {
    text-transform: uppercase;
}

#content h1.heading {
    font-size: 48px;
    font-weight: bold;
    max-width: 100%;
    color: #005a8f;
    margin: 0 auto;
    line-height: 58px;
    border: 0;
    /* background: none; */
    padding: 40px 250px 0;
    height: 215px;
    position: relative;
    z-index: 0;
}

h2.heading2 {
    font-weight: bold;
    color: #ee6b4e;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.instockordrs {
    padding: 0 30px 30px;
    text-align: center;
}
.instockordrs h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 10px;
    color: #ee6b4e;
        line-height: 42px;
}
span.available24 {
    font-size: 25px;
    color: #09588c;
    text-transform: uppercase;
    display: inline-flex;
    max-width: 252px;
    text-align: left;
    line-height: 25px;
    border-right: 1px solid #ccc;
    font-weight: bold;
    display: none;
}
span.talktext {
    display: inline-flex;
    max-width: 252px;
    text-align: left;
    padding: 0 0 0 15px;
}

.slideshow.swiper-viewport {
    background: #e3e3e3;
    border: 0;
    box-shadow: 0 0 0;
    padding: 30px;
}

.slideshow.swiper-viewport .swiper-slide {
    display: inline-block;
}
.slideshow.swiper-viewport .swiper-slide img.img-responsive {
    display: inline-block;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}
body .slideshow.swiper-viewport .swiper-button-next {
    opacity: 0;
    right: 50px;
} 
body .slideshow.swiper-viewport:hover .swiper-button-next {
    opacity: 0.7;
    right: 75px;
}
.maintitle {
    text-align: center;
    font-size: 58px;
    font-weight: bold;
    color: #005a8f;
    border-bottom: 10px solid #ee6b4e;
    padding: 40px 0 60px;
    margin-bottom: 30px;
    background-image: url(../image/heading-bg.png);
    background-position: 0 0;
    background-size: cover;
    margin-top: 0;
}
#content h1 {
    text-align: center;
    font-size: 58px;
    font-weight: bold;
    color: #005a8f;
    border-bottom: 10px solid #ee6b4e;
    padding: 40px 0 60px;
    margin-bottom: 30px;
    background-image: url(../image/heading-bg.png);
    background-position: 0 0;
    background-size: cover;
    margin-top: 0;
    text-transform: capitalize;
}

.contact-text {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    max-width: 80%;
    margin: 0 auto 20px;
    text-align: center;
}
.contact-form-title {
    text-align: center;
    font-size: 28px;
    max-width: 80%;
    margin: 20px auto;
    line-height: 38px;
    color: #005a8f;
    font-weight: bold;
}
.contact-form-title span {
    color: #ee6b4e;
}

.contactform {
    max-width: 100%;
    width: 600px;
    padding: 30px;
    background: #e3e3e3;
    margin: 0 auto 30px;
}
.contactform legend {
    display: none;
}
.contactform label.col-sm-2.control-label {
    width: 100%;
    text-align: left;
    padding: 5px 15px;
    color: #005b8f;
    font-size: 16px;
    font-weight: bold;
}

.contactform .col-sm-10 {
    width: 100%;
}
.contactform .form-control {
    border-radius: 0;
    border: 1px solid #3a3a3a;
    background: #fff;
}

.contactform .buttons {
    margin: 1em 0;
    display: inline-block;
}


#common-home {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#account-login .breadcrumb, 
#account-account .breadcrumb,
#account-password .breadcrumb,
#account-address .breadcrumb,
#account-wishlist .breadcrumb,
#account-order .breadcrumb,
#account-download .breadcrumb,
#account-edit .breadcrumb {
    margin: 0 0 15px 0;
}
/*

#information-information, 
#product-category, 
#information-contact, 
#account-login, 
#account-account,
#account-password, 
#account-address,
#account-wishlist,
#account-order,
#account-edit {
    margin: 200px auto 0;
    overflow: hidden;
}*/
ul.sitemaplist {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
ul.sitemaplist h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    color: #000;
}
ul.sitemaplist h2 a{
   color: #000;
}
ul.sitemaplist li ul {
    margin-bottom: 15px;
}
ul.sitemaplist li ul li {
    padding: 2px 0;
}
ul.sitemaplist li ul li a {
    text-transform: capitalize;
}
ul.sitemaplist li ul li a:hover {
    text-decoration: underline;
}

div#slideshow0 {
    width: 60%;
}
.topsliderost1 {
    width: 60%;
}

table.tablegrid {
    margin: 0 0 30px;
    width: 100%;
}

table.tablegrid td {
    padding: 10px;
    text-align: center;
}
table.tablegrid td strong {
    display: inline-block;
    width: 100%;
}
/* testimonial */
.testimonial {
    padding-top: 30px;
}
.testimonial .box {
    background: #005b8f;
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
        text-align: center;
            min-height: 160px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.testimonial .box img.comaleft {
    position: absolute;
    left: -10px;
    top: -10px;
}
.testimonial .box img.comaright {
    position: absolute;
    bottom: -10px;
    right: -10px;
}
.testimonial .box .img {
    float: left;
    width: 25%;
}
.testimonial .box .text {
    float: left;
    width: 75%;
}

.testimonialsdiv {
    display: inline-block;
    width: 100%;
    background: #09588c;
    padding: 40px;
    color: #ffffff;
}
.testimonialsdiv h2 {
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}
/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
  color:#60dfe5;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #333333;
  height:4px;
  width:50px;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #60dfe5;
  height:4x;
  width:50px;
  margin-bottom:1px;
}
a.left.carousel-control {
    background: none;
    top: 36%;
} 
a.right.carousel-control {
    background: none;
    top: 36%;
}

ul.events {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.events li {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 30%;
    margin: 1.5%;
}
ul.events li img {
    float: left;
    margin: 0;
    width: 100%;
}
ul.events li .event-text {
    float: left;
    width: 100%;
    color: #005b8f;
    font-weight: bold;
    background: #e3e3e3;
}
ul.events li .event-text p{
	padding:0 15px;
	font-size: 24px;
	color: #005a8f;
}
ul.events li .event-text p.date {
    background: #005a8f;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    height: 50px;
}
ul.events li .event-text p.name{
	color: #474b4e;
}

a.viewall {
    color: #fff;
    text-decoration: underline;
    margin: 30px 0 0;
    display: inline-block;
}
a.viewall:hover {
    text-decoration: none;
}

p.prod-text {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin: 0 auto 20px;
    text-align: left;
}
p.prod-subtext {
    background: #005a8f url(../image/products-phone-bg.png); 
    background-size: cover;
    background-position: top center;
    padding: 30px;
    color: #fff;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}
#myHeader.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
  animation: smoothScroll 5s forwards;
}

#product-product {
    width: 100%;
    overflow: hidden;
}
#product-product .topsliderost {
    margin: 0;
    padding-top: 30px;
}
.beradcrumbbg {
    background: #005b8f;
    text-align: center; 
    margin-top: 15px;
    margin-bottom: 30px;
}
.beradcrumbbg ul.breadcrumb {
    background: none;
    border: 0;
    margin: 0 !important;
}
.beradcrumbbg ul.breadcrumb li {
    box-shadow: 0 0 0;
    text-shadow: 0 0 0;
}
.beradcrumbbg ul.breadcrumb li a {
    color: #fff;
}
/*.beradcrumbbg ul.breadcrumb > li:after{
    display: none;
}*/
a.viewmyquote {
    float: right;
    font-size: 23px;
    color: #005b8f;
    font-weight: bold;
}
a.sendtofriend {
    float: left;
    font-size: 23px;
    color: #005b8f;
    font-weight: bold;
    clear: both;
    margin-bottom: 15px;
}
a.sendtofriend .fa {
    font-size: 24px;
    margin-right: 10px;
}
a.print{
    float: left;
    font-size: 23px;
    color: #005b8f;
    font-weight: bold;
    clear: both;
    margin-bottom: 15px;
}
a.print .fa {
    font-size: 24px;
    margin-right: 10px;
}

.peoples-list {
    background: #e3e3e3;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    min-height: 340px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.peoples-list .peoples-text {
    display: none;
}
.peoples-list:hover{
    background: #005b8f;
}
.peoples-list:hover .peoples-text {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    background: #005b8f;
    display: block;
    padding: 30px;
}
.peoples-list:hover .peoples-text h2 {
    color: #fff;
    border-bottom: 4px solid #ee6b4e;
    padding: 0 0 10px;
    margin: 0 0 15px;
}
.peoples-thumb {
    text-align: center;
    width: 120px;
    height: 120px;
    border: 4px solid #005b8f;
    border-radius: 300px;
    overflow: hidden;
    display: inline-block;
}
.peoples-caption {
    text-align: center;
    font-size: 19px;
    color: #005b8f;
    display: inline-block;
    width: 100%;
}
.peoples-caption p{
    text-align: center;
    font-size: 19px;
}
.peoples-caption h2 {
    color: #005b8f;
    border-bottom: 4px solid #ee6b4e;
    padding: 10px;
    margin: 0;
    font-size: 34px;
    font-weight: bold;
}
.peoples-caption h3 {
    margin: 10px 0 10px 0;
    color: #ee6b4e;
    font-size: 22px;
    font-weight: bold;
}

.title2 {
    font-size: 52px;
    font-weight: bold;
    color: #005b8f;
    font-family: 'Roboto';
}

/* footer */
footer {
    margin-top: 0;
    padding-top: 30px;
    background-color: #e3e3e3;
    border-top: 1px solid #eee;
    color: #005a8f;
    padding-bottom: 15px;
}
footer p {
        line-height: 24px;
}

footer p.call-text {
    font-size: 20px;
    font-weight: bold;
}
footer p.call-text span {
    display: block;
    color: #ee6b4e;
}
footer p.clickhere {
    font-size: 20px;
    font-weight: bold;
}
footer p.clickhere a {
    text-transform: uppercase;
    text-decoration: underline;
}
footer p.clickhere a:hover {
    text-decoration: none;
    color: #ee6b4e;
}

footer p.fullow {
    font-size: 18px;
    font-weight: bold;
}
footer p.fullow a {
    width: 40px;
    height: 40px;
    background: #ee6b4e;
    border-radius: 50px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
footer p.fullow a .fa {
    font-size: 20px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #6090af;
}
footer .copyright {
    float: left;
    width: 40%;
    font-size: 12px;
}
footer .privacy-policy {
    float: right;
    width: auto;
    margin: 0;
    padding: 0;
}
footer .privacy-policy li {
    float: left;
    list-style: none;
    padding: 0 0 0 20px;
}
footer .privacy-policy li a {
    font-size: 12px;
}
footer .privacy-policy li a:hover{
	color: #ee6b4e;
}
footer a {
	color: #005a8f;
	font-size: 14px;
}
footer a:hover {
	color: #005a8f;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #005a8f;
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
    margin: 15px 15px 0;
}
/* breadcrumb */
.breadcrumb {
	margin: 15px 0 0 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
    text-transform: capitalize;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
    position: relative;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
a.full-imglink {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #777676;
    width: 136px;
    text-align: center;
    font-weight: 700;
    background: rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    box-shadow: 0 2px 8px rgba(0,0,0,0.16);
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
.btn-primary {
    background: #005a8f;
    border: 0;
    text-shadow: 0 0 0;
    background-image: none;
    margin: 0 5px;
    border-radius: 20px;
    padding: 10px 30px;
}
p.link { color: #005a8f;}
p.link a {
    color: #ee6b4e;
    text-decoration: underline;
}
p.link a:hover {
    text-decoration: none;
}
p {
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 20px;
}
td, th {
    padding: 3px;
}
p.banner-img img {
    max-width: 100%;
}
.photo-img {
    display: inline-block;
    vertical-align: bottom;
}
.t-text {
    display: inline-block;
    padding-left: 15px;
}

#product-category {
    width: 100%;
    overflow: hidden;
}

.cart-box  {
    display: inline-block;
    width: 100%;
    background: #e3e3e3;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.cart-box .form-group {
    margin: 0;
}
.cart-box label.control-label {
    display: inline-block;
    width: auto;
    color: #005b8f;
    font-size: 23px;
    font-weight: bold;
    padding: 0 10px;
}
.cart-box input#input-quantity {
    display: inline-block;
    width: 240px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    height: 50px;
    font-size: 20px;
}
.cart-box button#button-cart {
    font-size: 26px;
    display: inline-block;
    width: 300px;
    border-radius: 70px;
    font-weight: 600;
}
.right-text {
    font-size: 20px;
    line-height: 26px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #005b8f;
    color: #fff;
    font-size: 14px;
}
.nav-tabs>li>a:hover {
    color: #005b8f;
}
.nav-tabs {
    margin-bottom: 0;
}
.tab-content {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
}

.modal-content .modal-body {
    position: relative;
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.modal-title {
    margin: 0;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
}
.modal-content .modal-body .thumb-pop {
    width: 50%;
    float: left;
}
.modal-content .modal-body .thumb-pop img {
    margin: 0 0 10px 0;
    border: 1px solid #d6d4d4;
}
.modal-content .modal-body #send_friend_form_content {
    float: left;
    width: 50%;
}
.modal-content .modal-body #send_friend_form_content .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb;
}
.modal-content .modal-body #send_friend_form_content .form_container input {
    width: 100%;
}

form.form-horizontal {
    max-width: 100%;
    background: #eee;
    padding: 15px;
    display: block;
}
form.form-horizontal .buttons {
    display: inline-block;
    width: 100%;
}   
.bio-detials {
    font-size: 18px;
    color: #000;
}
.bio-detials h3 {
    font-size: 27px;
    font-weight: bold;
    color: #ee6b4e;
    margin: 0 0 10px;
}
.bio-detials h2 {
    font-size: 44px;
    font-weight: bold;
    color: #005b8f;
    margin: 0 0 15px;
}
.bio-detials p.email-photo {
    margin: 15px 0;
    border-top: 2px solid #ee6b4e;
    border-bottom: 2px solid #ee6b4e;
    padding: 10px 0;
    color: #005b8f;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.bio-detials p {
    font-size: 18px;
    line-height: 28px;
}
.bio-photo img {
    width: 300px;
    border-radius: 1000px;
    height: 300px;
    border: 5px solid #005b8f;
    margin: 0 0 30px;
}
.peoples-list .peoples-text a {
    color: #ee6b4e;
}

.peoples-list .peoples-text a:hover {
    color: #fff;
    text-decoration: underline;
}
.sharediv {
    float: left;
    width: 100%;
}
.sharediv .fa-share-alt-square {
    font-size: 24px;
    color: #005b8f;
    margin-right: 10px;
    top: -8px;
    position: relative;
}
.sharediv .a2a_kit.a2a_kit_size_32.a2a_default_style {
    max-width: 50%;
    display: inline-block;
}


.input-group .form-control {
    z-index: 0;
}

.talktosomeone-mobile {
    display: none;
}
.talktosomeone-desktop {
    display: block;
}

@media (max-width: 1024px) {
    #content h1.heading {
    padding: 40px 90px 0;
}
}
@media (max-width: 992px) {
    #mega_menu .megamenu {
    padding: 5px 0 0px 30px;
    
}
}
@media (max-width: 1024px) {
body #mega_menu ul.megamenu li .sub-menu .content .hover-menu .menu ul li .arrowiocn {
    top: 8px;
}
#mega_menu ul.megamenu > li {
    border-left: 0;
    padding: 0;
}
#mega_menu #category {
    color: #09588c;
}

#mega_menu .btn-navbar i.fa.fa-bars {
    color: #09588c;
    font-size: 18px;
}
#mega_menu .megamenu {
    width: 100%;
    padding: 0;
}
body #mega_menu ul.megamenu > li > .sub-menu.single .content ul li .newhover a {
    padding: 5px !important;
    color: #fff;
}
body #mega_menu ul.megamenu li .sub-menu .content .hover-menu .menu ul li.information {
    margin-top: 0 !important;
}
body #mega_menu ul.megamenu li .sub-menu .content .hover-menu .menu ul li.information ul li {
    padding: 0;
}

body #mega_menu ul.megamenu li .sub-menu .content .hover-menu .menu ul li.information h3.subtitle1 {
    padding-bottom: 10px;
}
body #mega_menu ul.megamenu li .sub-menu .content .hover-menu .menu ul li.information h3.subtitle1 a {
    padding: 0 5px !important;
}

.visible-xs {
        display: block !important;
    }
.megamenu-wrapper {
        display: none;
    }
        .navbar-toggle {
        display: block;
    }
    i.fa.fa-caret-down.hidden-xs {
    display: none;
}
}
@media (max-width: 768px) {
    #mega_menu ul.megamenu > li > a {
    color: #09588c !important;
}

#mega_menu .btn-navbar i.fa.fa-bars {
    color: #09588c;
    font-size: 18px;
}
#mega_menu #category{
        color: #09588c;
    }
    #mega_menu .megamenu {
    width: 100%;
}
#mega_menu ul.megamenu > li {
    padding: 0;
    border-left: 0px solid #fff;
    line-height: 28px;
}
}
@media (max-width: 767px) {
.talktosomeone-desktop {
    display: none;
}
.talktosomeone-mobile {
    display: block;
}

.cart-box button#button-cart{
margin-top: 15px;}
a.viewmyquote {
    float: none;
    margin: 15px;
}
.rating {
    padding: 15px;
}
#search {
    max-width: 100%;
}
#mega_menu ul.megamenu > li > a {
    color: #09588c !important;
}

#mega_menu .btn-navbar i.fa.fa-bars {
    color: #09588c;
    font-size: 18px;
}
#mega_menu #category{
		color: #09588c;
	}
	#mega_menu .megamenu {
    width: 100%;
}
#mega_menu ul.megamenu > li {
    padding: 0;
    border-left: 0px solid #fff;
}
footer { text-align: center;}
footer .col-sm-8.text-right {
    text-align: center;
}
footer p img.img-responsive {
    display: inline-block;
}
footer .copyright { width: 100%;0}
footer .privacy-policy {
    float: none;
    width: 100%;
    text-align: center;
}
#content h1.heading {
    font-size: 24px;
    max-width: 100%;
    margin: 0 0 20px 0;
    line-height: 30px;
    border: 0;
    padding: 0 26px;
    height: auto;
    background-position: center top;
}
.instockordrs h2 {
    font-size: 20px;
    max-width: 100%;
    margin: 0 auto 30px;
    line-height: 24px;
}
span.available24 {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
    line-height: 25px;
    margin-bottom: 15px;
    border: 0;
}
span.talktext {
    display: inline-flex;
    max-width: 100%;
    text-align: center;
    padding: 0;
}
.slideshow.swiper-viewport {
    display: none;
}
.carousel.swiper-viewport {
       margin: 0 0 15px;
}
.testimonialsdiv {
    padding: 10px;
}
body .swiper-button-prev:before {
     font-size: 18px;
}
body .swiper-button-next:before {
    font-size: 18px;
}
a.right.carousel-control {
    right: -20px;
}
a.left.carousel-control {
    left: -20px;
}
h2.heading2 {
    margin: 0 0 10px;
    font-size: 20px;
}
.testimonialsdiv h2 {
  margin: 10px 0 10px;
    font-size: 20px;
}
#quote-carousel {
    padding: 0;
    margin-top: 10px;
}
.topsliderost {
    background: rgb(238,107,78);
    background: linear-gradient(0deg, rgba(238,107,78,1) 0%, rgba(238,107,78,1) 5%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%);
}
.topsliderost img {
    width: 220px;
    max-width: 100%;
}
}
