/*-------------------------------------------------------*/

@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);
@import url('https://fonts.googleapis.com/css?family=Oleo+Script');
/* Reset
---------------------------------*/

* {
	margin:0;
	padding:0;
}
.imglogo{ padding:10px 0;}

.bxslider {
	width:100%;
}
.bxslider img {
	width:100%;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar {
	border: 0px solid #fff;
	min-height: 0px;
	margin-bottom: 0px;
	z-index:2;
	padding:10px 0 0 0 ;s
}
.navbar-default .navbar-nav > li > a {
	color: #9f0100;
}
.navbar-default.navbar-brand, .navbar-default.navbar-brand:hover, .navbar-default.navbar-brand:focus {
	color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:#fff;
	background: rgba(252,234,187,1);
	background:#9f0100;

}
.navbar-default .navbar-nav > .active a, .navbar-default .navbar-nav > .active a:hover, .navbar-default .navbar-nav > .active a:focus {
	color:#fff;background:#9f0100;
}
.navbar-default.navbar-text {
	color:#fff;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background:#fff;
}
.navStyle ul {
	list-style: none;
	padding: 0px;
}
.navStyle ul li {
	margin: 10px 0;
	color:#000;
}
h1 {
	font-size: 30px;
	color:#9f0100;
	font-family: 'Oleo Script', cursive;
	font-weight: normal;
	margin: 0px 0 25px 0;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size: 25px;
	color: #222222;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	margin: 0px 0 25px 0;
	text-align: center;
	text-transform: uppercase;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #222222;
	font-size: 18px;
	margin: 0 0 5px 0;
}
h4 {
	font-size: 16px;
	color:#9f0100;
	padding:5px 0px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	margin: 0px 0 0px 0;
	text-align: center;
	text-transform: capitalize;
}
h6 {
	font-size: 16px;
	color: #888888;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 0 0 60px 0;
}
.navbar-default {
	background:#fff;
	border-color:orange;
	border-radius:0px;
}
strong {
	font-size:16px;
	font-weight:400;
}
.about_switech {
	padding:70px 40px 70px 40px;
}

.our-products{
	padding:20px 40px 20px 40px;
}

.welcomeimg {
	width:350px;
	padding:40px 0 0 30px;
}

.contactimg {
	width:300px;
	height:230px;
	padding:0px 0 0 0px;
}


.aboutusimg {
	width:350px;
	padding:40px 30px 0 0px;
}

ul {
	list-style:url(../images/cat-arrow.jpg);
}
.dark {
	background:#82CFFD;
	color:#000;
}
footer {
	min-height:100px;
	color:#fff;
	padding-top:40px;
	background:#9f0100;
	width:100%;
	text-align:center;
	font-weight:bold;
}
footer a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
footer a:hover {
	color:#ccc;
	text-decoration:none;
}


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 100px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #0099FF; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
	transition:all 2s;}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}





/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 3; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

.sideservices{ position:fixed; top:400px; left:-5px; right:0; bottom:0; z-index:2; width:90px; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.col {
width:100%;
min-height:200px;
max-height:220px;
}
.col p{ font-size:13.2px;}

.thumbnail{ padding:15px;}



.map-responsive {
	overflow:hidden;
	padding-bottom:50%;
	position:relative;
	height:0;
}
.map-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

.productinfo{ 
padding:40px;
background:#FFFFCC;
}

.product strong{ 
font-size:17px;
}