@font-face {
	font-family: 'OpenSansRegular';
	src: url('../fonts/opensans-regular.eot?') format('eot'), 
	     url('../fonts/opensans-regular.woff') format('woff'), 
	     url('../fonts/opensans-regular.ttf')  format('truetype'),
	     url('../fonts/opensans-regular.svg#svgOpenSans') format('svg');
}
body{
    background-color: rgba(68, 136, 185, 0.2);
    font-family: OpenSansRegular;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: OpenSansRegular;
}
.am_shares_description .shares_price, .am_shares_description .shares_special{
	background: transparent;
}
.ifr-left{
    float: left;
    margin: 5px;
    width: 48%;
    height: 320px;
}
.ifr-right{
    float: right;
    margin: 5px;
    width: 48%;
    height: 320px;
}
.product_alert{
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 9999;
}
.product_alert .alert{
	position: relative;
    margin: 0 auto;
    margin-top: 50vh;
}
.product-block .name{
    width: 100%;
    padding: 5px 7px;
	min-height: 0;
}
.product-block table{
	width: 100%;
    background: #0092ca;
    vertical-align: middle;
    min-height: 85px;
}
.product-block:hover table{
    background: #017cab;
}
.product-block table:hover{
	background: #017cab;
}
.product-meta  > .right > .description{
  height: 70px;
}
.product_gallery .name{
	min-height: 85px; 
}
.product-label.product-label-special{
	right: 0;
}
.product-label.product-label-special span{
	right: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-label span{
	top: -35px;
}
.btn-price{
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.close_btn{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.close_btn > img{
    width: 30px;
    opacity: 0.75;
}
.close_btn > img:hover{
    opacity: 1;    
}
.blog-header .created{
    position: relative;
}
.blog-meta{
    display: none;
}
.blog-wrapper .blog-title{
    margin-top: 0;
    padding-left: 30px;
    margin: 0;
    padding-right: 30px;
    text-align: center;
}
.btn-more-link{
    text-align: center;
}
.btn-more-link a:hover{
    background-color: #007bab;
}
.btn-more-link > a{
    border-radius: 8px !important;
}
.pav-blogs{
    overflow: hidden;
}
.blog-wrapper .blog-item .description{
    margin-top: 0;
    min-height: 150px;
    max-height: 150px;
    padding: 0 25px;
}
.pav-pagination{
    text-align: center;
}
.pav-pagination .links{
    font-size: 15px;
}
.pav-pagination .results{
    margin-top: 5px;
}
.lb-caption{
    position: absolute;
    bottom: -2px;
    width: calc(100% - 8px);
    left: 4px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.65);
}
.home_category_name{
    text-align: center;
    background: transparent;
    vertical-align: middle;
    width: 254px;
    position: absolute;
    top: 0;
    color: #fff;
	font-weight: 100;
    z-index: 3;
    -moz-transition: width 0.5s 0.1s ease;
    -o-transition: width 0.5s 0.1s ease;
    -webkit-transition: width 0.5s 0.1s ease;
}
.home_category_item:hover .home_category_name{
    width: 100%;
    left: 0;
    right: 0;
}
.home_category_name td{
    padding: 0 25px;
}
.home_category_img{
    border-radius: 15px;
}
.home_category_img_2{
    position: absolute;
}
.home_category_item{
    margin-top: 15px;
}
.home_category_item > div {
    position: relative;
}
.home_ci_overlay{
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    border-radius: 15px;
    background-color: rgb(6, 118, 160);
    z-index: 2;
    opacity: 0;
    -moz-transition: opacity 0.5s 0.1s ease;
    -o-transition: opacity 0.5s 0.1s ease;
    -webkit-transition: opacity 0.5s 0.1s ease;
}
.home_category_item:hover .home_ci_overlay{
    opacity: 0.95;
}

.wrapper{
    padding: 35px;
    overflow: hidden;
}
#download_btn, #readmore_btn{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 36px;
    line-height: 35px;
    border-radius: 8px;
    background-color: #0092ca;
    margin-top: 15px;
    color: #fff;
    cursor: pointer;
}
#download_btn:hover, #readmore_btn:hover{
    background-color: #007bab;
}
.downloads{
    margin-top: 15px;
    display: none;
}
.on_the_map p{
    width: 150px;
    margin: auto;
    font-size: 14px;
    background: #0092ca;
    padding: 10px 0;
    color: #fff;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
}
.on_the_map.active p{    
    background: #007bab;
}
.on_the_map p:hover{
    background: #007bab;
}
#map_city_name{
    text-align: center;
    margin: 30px 0 15px;
}
.plan_topbar{
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: -40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #0092ca;
}
#planModal{
    box-shadow: none;
    border-radius: 0;
}
.content > table{
    background-color: transparent;
}
.content > table tr{
    border-bottom: 10px solid transparent;    
}
.map_container{
    position: relative;
    overflow: hidden;
    min-height: 287px;
}
#map_contact_page_1{
    position: absolute;
    left: 0;
    width: 100%;
}
#map_contact_page_2, #map_contact_page_3{
    position: absolute;
    left: -9999px;
    width: 100%;
}
.product_price{
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-weight: bold;
}
#contactModal input{
    width: 100%;
}
#contactModal textarea{
    width: 100%;
    min-height: 75px;
}
#contactModal label{
    width: 100%;
}
.category_page_item{
    margin-bottom: 10px;
    padding: 10px;
}
.category_page_item > a > div:hover{
    background: #016d96;
}
.category_page_item > a > div{
    border: 1px solid #0092ca;
    border-radius: 20px;
    background: #0092ca;
}
.category_page_item img{
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.category_page_item p{
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    min-height: 45px;
    color: #fff;
}
.sub_category_item{
    padding: 10px;
}
.sub_category_item > a > div{
    border: 1px solid #0092ca;
    border-radius: 20px;
    background: #0092ca;
}
.sub_category_item > a > div:hover{
    background: #016d96;
}
.sub_category_item img{
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.sub_category_item p{
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    min-height: 45px;
    color: #fff;
}
.sub_category_item table{
    background: transparent;
    width: 100%;
    height: 80px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.sub_category_item td{
    vertical-align: middle;
    padding: 0 10px;
}
.product-block .image{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.product-block{
    border: 1px solid #0092ca;
    border-radius: 15px;
    padding: 0;
}
.product-block-name{
    background: #0092ca;
    line-height: normal;
    color: #fff;
    font-family: OpenSansRegular;
    font-size: 14px;
    padding-top: 5px;
    font-weight: 100 !important;
}
.product-block .name a, .product-block .name a:hover{
    color: #fff;
}
.product_plan h1, .product_gallery h1, .product_plan .h1, .product_gallery .h1{
    position: absolute;
    top: -21px;
    left: 25px;
    background: #fff;
    padding: 0 10px 0 10px;
}
.product_plan, .product_attributes, .product_gallery{
    margin-top: 25px;
    text-align: center;
    border: 1px solid #0092ca;
    border-radius: 15px;
    background: #fff;
}
.product_gallery{
    padding: 30px 20px 20px 20px;
}
.product_img{
    border: 1px solid #0092ca;
    border-radius: 15px;
	overflow: hidden;
}
.product_img > .image > img{
    width: 100%;
    
    padding: 20px;

}
.choose_color{
    position: absolute;
    bottom: 9px;
    left: 13px;
    background-color: transparent;
}
.choose_color img{
    cursor: pointer;
}
.product_desc{
    padding: 20px;
    border: 1px solid #0092ca;
    border-radius: 15px;
    background: #fff;
}
.long{
    padding-bottom: 0px !important;
	display: none;
}
.long_desc{
	display: none;
}
.view_long{
	color: #000;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}
.product_desc p, .product_desc div{
	color: rgb(1, 88, 138);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
.readmore_content{
    display: none;
    margin: 10px 0;
}
.readmore_content div p{
    color: #585858 !important;
    font-size: 13px !important;
}
.show_more_p{
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
}
.category-list ul li a{
    font-size: 14px;
    color: #000;
}

#cboxCurrent{
    display: none !important;
}
.product_attributes{
    font-size: 13px;
    text-align: left;
    padding: 20px;
    margin-top: 35px;
    padding-top: 30px;
    color: #585858;
}
.product_attributes h1, .product_attributes .h1{
    position: absolute;
    width: 57%;
    top: -31px;
    left: 25px;
    background: #fff;
    padding: 0 10px 0 10px;
}
.product_atrr_name{
    color: #1997c7;
}
#products_ol li{
    position: relative;
}
#products_ol > li > a:first-child{
    color: #3a87ad;
}
#products_ol li:hover{
    background-color: #d9edf7;
    cursor: pointer;
}
#products_ol li:hover .li_delete{
    color: #3a87ad;
}
.li_delete{
    float: right;
    font-size: 23px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 5px;
    color: transparent;
}
.social_icons .fa{
    color: #fff;
    opacity: 0.75;
}
.social_icons .fa:hover{
    opacity: 1;
}
@media (min-width: 768px) {
#contactModal{
    overflow: hidden;
    width: 50% !important;
    margin: 0 auto;
}

.contact_btn{
    position: fixed;
    width: 250px;
    text-align: center;
    height: 40px;
    background-color: #00a658;
    line-height: 40px;
    font-size: 17px;
    right: 30px;
    color: #fff;
    z-index: 9999;
    cursor: pointer;
    border-top-left-radius: 10px;
    bottom: 0;
    border-top-right-radius: 10px;
}
.contact_btn:hover{
    background-color: #04904e;
}
.blog-wrapper .blog-item{
    border: 1px solid #0092ca;
    border-radius: 15px;
    margin-bottom: 20px;
}   
.shares_item{
    padding: 5px;
}
.shares_item > div{
    border: 1px solid #0092ca;
    border-radius: 15px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background-color: #0092ca;
}
.shares_item > div:hover{
    background-color: #007bab;
}
.shares_price{
    margin: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.82);
    font-weight: bold;
    font-size: 20px;
    background: #e03e31;
}
.shares_special{
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    background: #e03e31;
}
.shares_name{
    margin: 0;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 65px;
}
.shares_item img{
    width: 100%;
}
.social_icons{
    font-size: 35px;
}
.left_td{
    padding-right: 5px;
}
.contacts_table{
    min-height: 225px;
}
.contacts_table > table{
    font-size: 14px;
    color: #484848;
    width: 100%;
    text-align: left;
}
.contacts_table .left_td strong{
    font-weight: bold;
}
.contact_city{
    text-align: center;
    margin-bottom: 20px;
}
.contact_city img{
    margin-top: 15px;
}
.contacts_table > table tr{
    border-bottom: 1px solid #cdcdcd;
}
.contacts_table > table tr:last-child{
    border-bottom: none;
}
.contacts_table > table td{
    padding-bottom: 5px;
    padding-top: 5px;
}
.catalog_item > .dropdown-menu{
    min-width: 182px !important;
}
#pav-mainnav .dropdown-menu{
    min-width: 170px;
    background-color: #007bab;
    padding: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
#pav-mainnav .dropdown-menu li{
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    padding: 6px 15px;
    line-height: 21px;
}
#pav-mainnav .dropdown-menu li:hover{
    background-color: #fff;
}
#pav-mainnav .dropdown-menu li.first{
    border-top: none;
}
#pav-mainnav .dropdown-menu li.last{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
#pav-mainnav .dropdown-menu a, #pav-mainnav .dropdown:hover>a{
    color: #fff;
}
#pav-mainnav .dropdown-menu li a{
    font-size: 15px;
}
#pav-mainnav .dropdown-menu li:hover>a{
    color: #007bab !important;
}

#pav-mainnav .navbar-default .navbar-nav>.dropdown>a .caret:before{
    color: #fff;
}
#pav-mainnav .navbar-default .navbar-nav>.dropdown>a .caret{
    display: none;
}
#alertModal{
    background: transparent;
    box-shadow: none;
}
.subcategory_active_li{
    background-color: #a7c8db !important;
}    
#pav-mainnav{
    margin-top: 20px;
}
#header{
    border-bottom: 3px solid #0092ca;
}
#pav-mainnav .megamenu{
    background: #0092ca;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}
#pav-mainnav .navbar-nav>li.first>a{
    border-left: none;
    border-top-left-radius: 17px;
}
#pav-mainnav .navbar-nav>li.last>a{
    border-right: none;
    border-top-right-radius: 17px;
}
#pav-mainnav .navbar-nav>li>a{
    color: #fff;
    border-left: 1px solid rgb(6, 118, 160);
    padding: 17px 22px 17px 22px;
}
#pav-mainnav .navbar-nav>li>a:hover, #pav-mainnav .navbar-nav>li>a:focus{
    background-color: #017cab;
    color: #fff;
}
.box-language{
    text-align: center;
    font-size: 13px;
    color: #232323;
    margin-top: 36px;
}
.box-language > img{
    width: 20px;
    cursor: pointer;
}
#search{
min-width: calc(100% - 20px);
    bottom: -32px;
    right: 8px;
}
#header-main .inner{
    margin-top: 33px;
}
.support > p{
    margin: 0;
}
.tp-bannershadow.tp-shadow2{
    display: none !important;
}
#powered{
    font-size: 11px;
    color: #fff;
    padding: 10px 0 !important;
    text-align: left;
}
#footer{
    background: #017cab;
    color: #fff;
}
.left_col_left_img{
    position: absolute;
    padding: 25px;
    z-index: 1;
}
.left_col_right_img{
    float: right;
    margin-right: -9px;
    opacity: 0.85;
    position: relative;
    z-index: 2;
}
.right_col_left_img{
    float: left;
    margin-left: -9px;
    opacity: 0.85;
    position: relative;
    z-index: 2;
}
.category_item:hover .left_col_right_img{
    opacity: 1;
}
.category_item:hover .right_col_left_img{
    opacity: 1;
}
.right_col_right_img{
    position: absolute;
    padding: 25px;
    right: 0;
    z-index: 1;
}
.category_item{
    border-radius: 19px;
    border: 5px solid #ddd;
    cursor: pointer;
    margin-bottom: 10px;
    background: #fff;
}
.category_item_p{
    position: absolute;
    width: 55%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    top: calc(50% - 35px);
    z-index: 3;
}
.left_p{
    left: 0;
}
.right_p{
    right: 0;
}
.af_development{
    text-align: right;
}
.bottom_bar, .bottom_bar a{
    color: #fff;
    font-size: 13px;
}
.footer-center{
    padding-bottom: 0 !important;
    padding-top: 25px !important;
}
.item{
    display: inline;
    background: rgba(255, 255, 255, 0.26);
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 7px;
    margin-right: 5px;
}
.item:hover{
    background: rgba(0, 0, 0, 0.1);    
}
.content i, .content .i{
    font-size: 21px;
    width: 23px;
    text-align: center;
    margin-right: 18px;
}
#footer p{
    font-size: 13px;
}
#footer{
    min-height: 345px;
    margin-top: 15px;
    border-top: 5px solid #036084;
}
#footer a, #footer a:hover{
	color: #fff;
}
.content{
    min-height: 210px;
    font-size: 13px;
    margin-top: 25px;
}
.city_tabs{
    min-height: 265px;
    margin-top: 11px;
    margin-left: 2px;
}
.map{
    min-height: 307px;
    position: relative;
}
.map > div{
    position: absolute;
    width: 100%;
}
.ymaps-2-1-47-copyrights-pane, .ymaps-2-1-47-controls-pane{
    display: none !important;
}
.content div{
    margin-top: 15px;
    font-size: 14px;
}
#content{
    overflow: hidden;
}
#content_2, #content_3, #map_2, #map_3{
    display: none;
}
.item.active{
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.ct_address{
    margin-top: 25px !important;
}
.city_name{
    color: #e03e31;
    font-weight: bold;
    margin-left: 15px;
}
.top_bar{
    font-size: 18px;
    text-align: center;
    color: #2f2f2f;
    padding: 5px 0;
}
.top_bar p{
    margin: 0;
}
.top_bar a{
    color: #2f2f2f;
}

.sidebar .highlights .box-content{
    background-color: #0092ca;
    border-radius: 15px;
    margin-top: 10px;
}
.sidebar ul>li a{
    color: #fff !important;
    font-size: 14px;
    padding: 15px 25px 15px 25px;
    font-weight: bold;
}
.sidebar > div > div > ul>li>a:hover{
    color: #fff !important;
}
.sidebar > div > div > ul>li{
    border-bottom: 1px solid #006b94;
}
.sidebar ul>li:hover{
    background-color: #016d96;
}
.sidebar > div > div > ul > .first{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.sidebar > div > div > ul > .last{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.sidebar .box-category li>ul>li{
    background-color: #fff;
    border-bottom-color: #a7c8db;
}
.sidebar .box-category li>ul>li>a{
    color: #016d96 !important;
}
.sidebar .box-category li>ul>li:hover{
    background-color: #a7c8db;
}
#content h1, #content .h1{
font-family: "OpenSansRegular", regular;
margin-top: 10px;
}
.product-block .description{
    display: block;
    padding: 10px 0;
}
.product-block .name, .product-meta  > .right > .description{
    text-align: center;
}
.product-meta  > .right > .description{
	padding: 10px;
}
.box .box-heading span{
    font-family: OpenSansRegular;
}
.category-list ul, .refine-search ul li, .refine-search ol li{
    float: none;
}

.sidebar .box-category li .fa{
    top: 1px;
    right: 0;
    width: 100%;
}
.product-block:hover .product-block-name{
    background: #017cab;
}

.product-block:hover{
    border: 1px solid #017cab;
}
.arcticmodal-container_i{
    background-color: transparent;
}
.price_heading{
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: OpenSansRegular;
    font-weight: bold;
}
label{
    color: #000;
    font-weight: 100;
    font-family: OpenSansRegular;
    width: 100%;
}
ol{
    padding: 0 15px;
}
#exampleModal input{
    border: 1px solid rgba(0, 0, 0, 0.28);
    margin: 10px 0;
    width: 100%;
}
.box-modal{
    width: 100% !important;
}
.lb-dataContainer{
    background-color: #0092ca;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 10px;
}
.lb-outerContainer{
    border-radius: 0 !important;
}
.lb-number{
    margin-top: 10px;
    margin-left: 5px;
    padding-bottom: 0 !important;
    color: #fff !important;
}
#planModal{
    width: 500px !important;
}
.plan_p{
    text-align: right;
    margin: 25px 0 0 0;
    font-size: 13px;
}
.product_plan img{
    cursor: pointer;
}
.plan_heading{
    text-align: right;
    font-size: 16px;
    margin: 0 0 25px 0;
    font-weight: bold;
    font-family: OpenSansRegular;
}

.home_category_name{
    height: 222px;
    font-size: 18px;
}
.home_category_img{
    width: 226px;
}
.home_category_img_2{
    width: 262px;
}

.box.about-us{
    margin: 10px 5px;
    border-top: 1px solid rgba(212, 212, 212, 0.37);
    padding-top: 20px;
}
.map_column{
    padding: 0 15px;
    margin-left: 4px;
    margin-right: -4px;
}
#logo > a > img{
    width: 90%;
    top: 20px;
    position: absolute;
}

.mobile_only{
    display: none;
}
.copyright{
    text-align: left !important;
}
.development{
    text-align: center;
}
#send_btn{
    float: right;
}
.social_icons .fa{
	font-size: 35px;
}
}
 
@media (min-width: 768px) and (max-width: 979px) {
.home_category_name{
    height: 222px;
    font-size: 20px;
}
.home_category_img{
    width: 226px;
}
.home_category_img_2{
    width: 262px;
}
.social_icons .fa{
	font-size: 25px;
}
}
 
@media (max-width: 767px) {
.home_category_name{
    height: 222px;
    font-size: 18px;
}
.home_category_img{
    width: 226px;
}
.home_category_img_2{
    width: 262px;
}
}

@media (min-width: 481px) and (max-width: 1200px) {
#pav-mainnav .navbar-nav>li>a{
	font-size: 1.1rem;
}
#header-main .customer-service{
	width: 100% !important;
}
.support p img{
	width: 100% !important;
}
.top_bar{
	font-size: 15px;
}
.product-block .image img{
	width: 100%;
}
}
 
@media (max-width: 767px) {
.social_icons .fa{
  font-size: 25px;
  margin-right: 7px;
}
.social_icons{
	margin-bottom: 25px;
}
#products_ol{
    padding:0 5px; 
}
#exampleModal{
    text-align: center;
}
#exampleModal label, #exampleModal input{
    width: 100%;
}
#exampleModal form, #send_btn{
    margin-top: 20px;
}
.mobile_hide{
    display: none;
}
.home_category_name{
    height: 162px;
    font-size: 16px;
    width: 162px;
}
.home_category_img{
    width: 162px;
}
.home_category_img_2{
    width: 188px;
}
.unusual_img{
    width: 161px !important;
}
#logo > a > img{
    max-width: 250px;
}
#pav-mainnav{
    margin-top: 25px !important;
}
#mainmenutop{
    text-align: center;
}
#mainmenutop .navbar-toggle{
    float: none;
    padding-top: 15px;
    background: #0092ca;
}
#mainmenutop .navbar-toggle .fa{
    font-size: 20px;
}
.collapse.navbar-collapse.navbar-ex1-collapse, .nav.navbar-nav.megamenu{
    display: none !important;
}
.button-close-menu{
    display: none !important;
}
.mobile_top_bar{
    overflow: hidden;
    padding-bottom: 7px;
    padding-top: 3px;
}
#toggle_contacts{
    text-align: right;
    font-size: 13px;
    margin: 0;
    line-height: 18px;
    margin-top: 5px;
    color: #dd2a1b;
}
.city_name{
    color: #003b52;   
}
.top_bar_contacts{
    font-size: 14px;
    background: #8ab9da;
    color: #fff;
    padding: 5px 0;
    padding-left: 15px;
    line-height: 23px;
}
.top_bar_contacts p{
    margin: 0;
}
.language{
    margin-top: 5px;
}
.top_bar_contacts a {
    color: #fff;    
}
#content_2, #content_3, #map_2, #map_3{
    display: none;
}
.map{
    min-height: 325px;
    position: relative;
}
.map > div{
    position: absolute;
    width: 100%;
}
.ymaps-2-1-47-copyrights-pane, .ymaps-2-1-47-controls-pane{
    display: none !important;
}
#footer{
    background: #017cab;
    color: #fff;
    font-size: 12px;
}
.city_tabs{
    margin-bottom: 30px;
    min-height: 250px;
    margin-top: 11px;
    margin-left: 2px;
}
.content i{
    font-size: 21px;
    width: 23px;
    text-align: center;
    margin-right: 18px;
}
.content{
    margin-top: 35px;
}
.item{
    display: inline;
    background: rgba(255, 255, 255, 0.26);
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 7px;
    margin-right: 5px;
}
.item:hover{
    background: rgba(0, 0, 0, 0.1);    
}
.item.active{
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.box .about-us{
    border-top: 1px solid rgba(212, 212, 212, 0.37);
    padding-top: 25px;
}
.choose_color img{
    width: 40px;
}
.contact_btn{
    text-align: center;
    font-size: 13px;
    width: 200px;
    margin: 0 auto;
    border: 1px solid #0092ca;
    color: #ffffff;
    margin-top: 3px;
    border-radius: 7px;
    height: 27px;
    background: #0092ca;
    line-height: 25px;
	cursor: pointer;
}
.box-language{
    text-align: center;
    font-size: 13px;
    color: #003b52; 
}
.box-language p {
    display: inline;
    margin: 0 5px;
}
.box-modal{
    width: 100% !important;
}
.mobile_heading{
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}
.home_ci_overlay{
    border-radius: 9px;
    height: 101%;
}
.category_page_item p{
    min-height: 63px !important;
}
.offcanvas-sidebars-buttons{
    margin-bottom: -15px;
}
.product-grid .description{
    display: block;
    text-align: center;
    padding: 5px 20px;
}
.product-meta{
    min-height: 0;
}
.product-block-name.name{
    text-align: center;
}
.product_plan h1, .product_gallery h1{
    top: -10px;
}
.product_attributes h1{
    width: 64%;
    top: -22px;
}
.li_delete{
    color: #3a87ad;
}
.btn-takemore, .btn-clear{
    margin: 5px 0 !important;
}
.shares_price {
    margin: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.82);
    font-weight: bold;
    font-size: 20px;
    background: #e03e31;
}
.shares_name {
    margin: 0;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 65px;
}
.shares_item img {
    width: 100%;
}
.shares_item > div {
    border: 1px solid #0092ca;
    border-radius: 15px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background-color: #0092ca;
}
.shares_item{
	margin-bottom: 20px;
}
.shares_special {
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    background: #e03e31;
}
.on_the_map p{
	width: 130px;
	font-size: 12px;
}
  .ifr-left{
     width: 90%;
    height: 320px;
    float: none;
    margin: 5px auto
}
.ifr-right{
     width: 90%;
     float: none;
    height: 320px;
    margin: 5px auto
}
}

@media (min-width: 767px) and (max-width: 1048px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .top_bar p {
    width: 100%;
  }
  #search .button-search{
	top: 0;
	right: 0;
	position: absolute;
  }
  #search .input-group{
	display: block;
	padding: 0;
  }
  .input-group-btn{
	position: initial;
  }
  #mainmenutop .navbar-toggle{
	float: none;
	margin: 0 auto;
    width: 50px;
	text-align: center;
	background: #0092ca;
  }
  #pav-mainnav .megamenu{
	background: transparent;
  }
  .button-close-menu{
	display: none;
  }
  .home_category_img {
    width: 175px;
  }
  .home_category_img_2 {
    width: 204px;
  }
  .home_category_name {
    height: 175px;
    font-size: 16px;
	width: 188px;
  }
  .unusual_img{
	width: 176px !important;
  }
  .offcanvas-menu ul li a{
	font-family: OpenSansRegular !important;
  }
  .sub_category_item table{
	height: 96px;
    font-size: 11px;
  }
  #column-left{
	z-index: 9999;
  }
  .product-block .name{
	min-height: 55px;
  }
  .product-block-name{
    font-size: 11px;
  }
  .social_icons .fa{
	font-size: 25px;
  }
}
@media (max-width: 481px){
      .ifr-left{
     width: 90%;
    height: 200px;
    float: none;
    margin: 5px auto
}
.ifr-right{
     width: 90%;
     float: none;
    height: 200px;
    margin: 5px auto
}
}
.dscontactbtnrigth {
    position: fixed;
    width: 250px;
    text-align: center;
    height: 40px;
    background-color: #00a658;
    line-height: 40px;
    font-size: 17px;
    right: 30px;
    color: #fff;
    z-index: 9999;
    cursor: pointer;
    border-top-left-radius: 10px;
    bottom: 0;
    border-top-right-radius: 10px;
}
.dscontactbtnrigth:hover {
    background-color: #04904e;
}
.content-bottom p{
    margin: 0.5em 0px; color: rgb(76, 75, 74); font-family: Arial,Helvetica,sans-serif; text-align: justify; font-size: 15px;
}

.content-bottom ul{
    margin-left: 30px; 
    color: rgb(76, 75, 74); 
    font-family: Arial,Helvetica,sans-serif; 
    text-align: justify; 
    font-size: 15px;
    list-style: disc;
}
.content-bottom ol{
    margin-left: 15px; 
    color: rgb(76, 75, 74); 
    font-family: Arial,Helvetica,sans-serif; 
    text-align: justify; 
    font-size: 15px;
    list-style: decimal;
}
.product-meta{overflow:hidden;}