/*Loading Fonts*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500');
@import url('altercss.css');

/*Styling*/
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .02em;
    background: white;

}

/*global*/
ul{
    margin: 0px;
    padding: 0px;
}
ul li{
    list-style-type: none;
    display: inline-block;
}

/*header*/

header{
    background: #8ccfe9;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 99999999999;
}
#myCarousel .glyphicon.glyphicon-chevron-left:before{
    font-family: 'FontAwesome' !important;
    content: "\f053";

}
#myCarousel .glyphicon.glyphicon-chevron-right:before{
    font-family: 'FontAwesome' !important;
    content: "\f054";

}


.mr-top{
    /* margin-top: 25px; */
    padding: 13px 15px;
}

.branding{
    margin-top: 8px;    
}


.top-quick-contact .top-quick-menu{
    display: inline-block;
    float: left;
}
.top-quick-contact .top-quick-menu li{
    color: #A9A9A9;
    font-size: 15px;
    font-weight: 300;
    margin-left: 18px;
}
.top-quick-contact .top-quick-menu li i{
    padding-right: 10px;
}
.top-quick-contact .top-quick-menu li:after{
    content: "/";
    margin-left: 15px;
}
.top-quick-contact .top-quick-menu li span{
    color: #d81f1f;
}

.top-quick-contact .top-social{
    float: right;
}
.top-quick-contact .top-social li{
    margin: 0px 10px;
    font-weight: bold;
}
.top-quick-contact .top-social li a{
    color: #aaaaaa;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
}
.top-quick-contact .top-social li a:hover{
    text-decoration: none;
    color: #d81f1f;
}
.wsmenucontainer{
    display: inline-block;
    float: left;
    z-index: -555555555;
}
.top-search{
    float: right;
    display: inline-block;
    margin-top: 10px;
}
.top-search a i{

}
.top-search a{
    border: 1px solid #fff;
    marign-right: 1px;
    display: block;
    padding: 3px 9px;
    border-radius: 100%;
    color: white;
    transition: all 0.4s;
}
.top-search a:hover{
    background-color: #D81F1F;
    border: 1px solid #D81F1F;

}



/*footer*/
footer{
    position: relative;
    background: #b0acac;
    background-size: cover;
    padding-top: 15px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    background-image: url('../images/footer-bg.jpg') !important;
    background-position: center;
}
footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(22, 22, 25, 0.89); */
}
.cooter-wrapper{
    padding-bottom: 50px;
}
.short-about-us-f{
    margin: 20px 0px;
    display: block;
    color: black;
    font-weight: 500;
}
.footer-social li a{
    color: #000000;
    font-size: 17px;
}
.footer-social li{
    border: 1px solid #000000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    transition: all 0.4s;
}
.footer-social li:hover{
    background: #8ed6ee;
    border: 1px solid #036383;
    cursor: pointer;
    color: white !important;
    transition: all 0.4s;
}
footer h3 {
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #000000;
}
.footer-quick-link{
    margin-top: 40px;
}
.footer-quick-link li{
    display:block;
    margin-bottom: 11px;
}
.footer-quick-link li a{
    color: #000000;
    font-weight: 500;
}
.footer-quick-link li a:hover{
    color: #0166ff;
}
.footer-quick-link li:last-child{
    margin-bottom: 0px;
}


.footer-quick-links{
    padding: 10px;
	margin: 0px;
}
.footer-quick-links li{
    display:inline;
    margin-bottom: 12px;
}
.footer-quick-links li a{
    color: #000000;
    font-weight: 500;
	padding: 0px 10px 0px 10px;
}
.footer-quick-links li a:hover{
    color: #019bd9;
}
.footer-quick-links li:last-child{
    margin-bottom: 0px;
}









.news-container{
    position: relative;
}
.news-container .news-details:before{
    content: '';
    position: absolute;
    left: 0;
    margin-top: 10px;
    width: 10px;
    height: 2px;
    display: block;
    background: #0166ff;
}

.news-container .news-details{
    width: 90%;
    float: right;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
}
.news-container .news-details span{
    display: block;
    font-size: 11px;
    color: #262626;
}
.marquew-style{
    width: 100%;
    height: 174px;
    margin-top: 40px;
}
.quick-kontact-holder{
    margin-top: 0px;
}
.quick-kontact-holder{
    margin-top: 0px;
	padding: 20px;
}
.quick-kontact-holder p{
    padding: 0px;
    margin: 0px;
    color: #000000;
    font-weight: 500;
}
.quick-kontact-holder p i{
    color: #d81f1f;
    padding-right: 20px;
}
.tu{
    margin-top: 35px;
    margin-bottom: 15px;
}
.newletter-back{
    background: #d81f1f;
}
.newletter-back input{
    background: transparent;
    border: 0px;
    width: 85%;
    height: 50px;
    padding: 20px;

}
.newletter-back button{
    background: transparent;
    border: 0px;
    color: white;
    
}
.credit-outer {
    border-top: 1px solid #ffffff21;

    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 2px 0px;
    background-color: #009cd9;
}
.main-heading{
    text-align: center;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing:0px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.main-heading::after{
    content: " ";
    height: 2px;
    width: 12%;
    background: #009cd9;
    margin: 0px auto;
    display: block;
    margin-top: 10px;
}
.product-thumb{
    border: 1px solid #13131633 !important;
    max-height: 353px;
    border-radius: 10px;
}
.short-about-outer{
 
    font-size: 14px;
    font-weight: 300;
}
.nxt-pages header{
    position: relative;

}
.nxt-pages header .mr-top{
    margin-top: 0px;
    padding-top:20px;
    padding-bottom: 20px;
}



/*quote*/
.outerbox{
    border: 1px solid #e3e3e3;
    padding: 5px;
}
#quote input, select , textarea{
    width: 100%;
    display: inline-block;
    height: 35px;
    border: 1px solid #716f6f3b;
    font-size: 12px;
}
#quote label{
    font-weight: bold;
    color: #46454599;
    margin-top: 10px;
}
#quote textarea{
    min-height: 120px;
}
/*quote*/

/*when found*/
.tyu li a{
    color: white !important;
}
/*when found*/

.socialtop a {
    display: inline-block;
    text-align: center;
    width: 40px;
    margin: 0 3px 0 3px;
    font-size: 17px;
    color: #009cd9;
}
.top-bar{
    background-color: #009cd9;
    color: white;
    padding: 5px 0px;
}
.top-social{
    text-align: right;
}
.top-social li{
    margin-left: 10px;
}
.top-social li a{
    color: white;
    transition: all 0.3s ease-in-out;
}
.top-social li a:hover{
    color: red;
}
.top-quick-menu li{
    padding-right: 15px;
}
.top-quick-menu li i{
    color: #0166ff;
}
.top-quick-menu li a{
    color: white;
    font-size: 12px;
}
.top-quick-menu li:after{
	content: " ";
	width: 1px;
	height: 15px;
	background: #efefef80;
	display: inline-block;
	margin-top: 7px;
	margin-left: 8px;
	position: absolute;
}
.top-quick-menu li:last-child:after{
	display: none;
}
.top-social li.search a{
    display: block;
    background: white;
    border-radius: 50%;
    width: 25px;
    text-align: center;
    border: 2px solid white;
    padding: 0px;
    line-height: 20px;
    font-size: 13px;
    color: #0166ff;
    transition: all 0.3s ease-in-out;
}
.top-social li.search a:hover{
    color: white;
    background: #0166ff;
}
.wsmenu-submenu li:first-child a{
    padding-left: 14px;
    font-family: 'Open Sans', sans-serif;
}
.wsmenu-submenu li a{
    font-family: 'Open Sans', sans-serif;
}
.searchouter{
    position:absolute;
    right: 0px;
    background: white;
    margin-top: 30px;
    box-shadow: 0px 0px 5px 5px #555;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.searchouter.mk-active{
    margin-top: 10px;
    opacity: 10;
    z-index: 9999999999999999;
}
.searchouter input{
    border: 0px;
    outline: none;
    color: #bcbcbc;
    z-index: 999999999999;
    position: relative;
}
.searchouter input:placeholder{
    color: #bcbcbc;
}
.searchouter button{
    border: 0px;
    background: red;
    color: white;
    padding: 1px 15px;

}
.gc-display-area {
    position: absolute;
    overflow: hidden;
    border: 1px solid #7f7f7f57 !important;
    padding: 2px;
    background-color: #fff;
}
.product_title.entry-title{
	font-size: 25px;
}
.descripp{
	background-color: #f2f2f273;
	padding: 10px;
	font-size: 13px;
	margin-bottom : 15px;
}
.dsdsd{
	font-size: 13px;
}
.dsdsd select{
	height: 30px;
	border-radius: 10px;
}
.variations{
	width: 100%;
}
.variations tr{
	width: 100% !important;
	float: left;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #f2f2f273;
}
.variations label{
	width: 50px;
}
.quantity{
	background-color: #f2f2f273;
	padding: 10px;
}
.quantity input{
	height: 30px;
	width: 40px;
	border-radius: 40px;
	text-align: center;
}
.quantity button{
	border: 0px;
	height: 30px;
	background-color: #0166ff;
	color: white;
	border-radius: 40px;
	cursor: pointer;
}
.products-outer{
	padding-bottom: 15px;
}
.homepagenner{
	margin-top: 20px;
	margin-bottom: 5px;
}
.homepagenner .main-heading{
	text-align: left;
	margin-bottom: 0px;
	font-size: 20px;
}
.homepagenner .main-heading:after{
	display: none;
}
.homepagenner p{
	padding: 0px;
	margin: 0px;
}

.homepagenner a{
	display: inline-block;
	padding: 4px 10px;
	background: #009cd9;
	text-transform: uppercase;
	color: white;
	transition: all 0.3s ease-in-out;

}
.homepagenner a:hover{
	background: #8ed6ee;
}
.art a{
	
	color: black;
}

.art a:hover{
	
	color: #009cd9;
}









/*==================================================
= Bootstrap 3 Media Queries =
==================================================*/

/*========== Mobile First Method ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
.top-quick-menu , .top-social{
	text-align: center;
}
.top-quick-menu li, .top-social li{
	text-align: center;
}
header {
    background: #8ccfe9;
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 999990;
}
footer .col-md-3::after, footer .col-md-4::after, footer col-md-2::after{
	display: none;
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.top-quick-menu{
	text-align: left;
}
.top-quick-menu li{
	text-align: left;
}
.top-social{
	text-align: right;
}
.top-social li{
	text-align: right;
}
header {
    background: #000;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 999990;
}
footer .col-md-3::after, footer .col-md-4::after, footer col-md-2::after{
	content: " ";
	display: block;
	position: absolute;
	width: 1px;
	height: 150px;
	background: #00000045;
	top: 27%;
	left: -1%;
}
footer .col-md-3:first-child::after{
	display: none;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


.breadcrump{
    background: #0f0f10e6;
    padding: 8px 0px;
}
.breadcrump ul{
    margin: 0px;
    padding: 0px;
}
.breadcrump ul li{
    list-style: none;
    display: inline-block;
}
.breadcrump ul li a{
    color: white;
    font-weight: normal !important;
    font-size: 15px;
}
.breadcrump ul li a:hover{
    text-decoration: none;
}
.breadcrump ul li a:after{
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 5px;
    margin-left: 5px;
}
.breadcrump ul li:last-child a{
    color: #ffffff5c;
}
.breadcrump ul li:last-child a:after{
    content: "";
}
.inner-section-r{
    margin: 10px 0px;
    background: #000000c4;
    text-align: center;
    padding: 10px 0px;
    transition: all 0.3s;
}
.inner-section-r:hover{
    background: #0063af;
}
.inner-section-r a{
    display: block;
    color: white;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 12px;
}







