@charset "utf-8";
/* CSS Document */

body{
	background-image: url('Background_Wrap.jpg');
	background-attachment:fixed;
    background-repeat: no-repeat;
	background-color: #B7B5B5;
}

#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

#outerContainer{
}

#mainContainer{
	background-image: url('Main_Wrap.png');
	position:relative;
	z-index:1;
}

#headerContainer{
	background-image: url('Rectangle2.png');
	margin: 10px 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#heading {
	font-size: 0.9em;
	font-weight: bold;
}	

img {
    max-width: 100%;
   	height: auto;	
}

img:hover {
        border: 1px solid #e5e5e5;
}


#phoneNo h5{
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	padding-bottom: 10px;
	margin: 0px;
}

#logo{
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
}

#basket{
	background-image: url('Basket.png');
	background-position: center center;
	background-size: auto auto;
	background-repeat: no-repeat;
	height: 90px;
}

#navContainer{
	margin: 10px 0px;
	height: 52px;
	background-color: rgba(240,164,20,1.00);
}

.navbar.navbar-default{
	background-color: rgba(240,164,20,1.00);
	border: none;
}

#navContainer a h1{
	font-size: 20px;
	color: white;
	margin: 0px;
	font-family: Arial;
	text-align: center;
}

#navContainer .active a,
#navContainer .active a h1{
	background-color: #000000;
	height: 52px;
	color: white;
	font-family: Arial;
	font-size: 22px;
	margin: 0px;
	padding: 7px;
}

#navContainer .navbar-right li a{
	font-family: Arial;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	text-align: center;
	padding: 8px 0px;
}

#mainContent{
	margin: 10px 0px 0px;
}

#productContainer{
	margin: 0px;
	padding: 0px;
}

#productPanel{
	margin: 0px;
}

.panel-default{
	border: none;
}

.panel-default .panel-heading{
	background-color: #F0A414;
	padding: 10px;
	margin: 0px;
}

.panel-default .panel-body{
	background-color: #000000;
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.panel-default2{
	border: none;
}

.panel-default2 .panel-heading{
	background-color: #F0A414;
	padding: 10px;
	margin: 0px;
}
.panel-default2 .panel-body{
	background-color: #ffffff;
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#panelTitle h3,
#newProductsTitle h3{
	background-color: #F0A414;
	font-family: Arial;
	color: #10100f;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}

#panelList h2{
	font-family: Arial;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

#newProductsList h2{
	font-family: Arial;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

#carouselContainer{
	padding-left: 10px;
	padding-right: 0px;
	margin-bottom: 10px;
}

#infoContainer{
	padding: 0px 10px;
}

#companyInfo{
	background-image: url('Grey%20rectangle.png');
	margin: 0px;
	padding: 0px 5px 5px 10px;
}

#companyInfo h2{
	font-family: Arial;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	padding: 5px 0px 0px;
	margin: 0px;
}

#companyInfo h3{
	font-family: Arial;
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0px 15px;
	margin: 0px;
	font-style: italic;
}

#newProductContainer{
	margin: 0px;
	padding: 0px;
}

#newProductPanel{
	margin: 0px;
	padding: 0px;
}

#horizontalBar-top{
	background-color: #F0A414;
	height: 10px;
	margin: 10px 0px;
}

#horizontalBar-bottom{
	background-color: #F0A414;
	height: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#socialMedia{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#faceBook{
	background-color: white;
	position: relative;
  	min-height: 100px;
	margin-bottom: 10px;
  	padding-right: 15px;
  	padding-left: 15px;
}

/*----- Tabs -----*/

.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */

    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 2px;
        float:left;
        list-style:none;
    }
 
	.tab-links a {
            padding:5px 10px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#f0a414;
            font-size:18px;
            font-weight:600;
            color:#ffffff;
            transition:all linear 0.15s;
        }
 
        .tab-links a:hover {
            background:#fac154;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#448ccb;
        color:#ffffff;
    }
 
    /*----- Content of Tabs -----*/

    .tab-content {
        padding:1px;
        border-radius:3px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        background:#fff;

    }

 	.tab-content a {
             color:#ffffff;
        }

        .tab-content a:hover {
             color:#135171;
             text-decoration:none;
        }
 
        .tab {
            display:none;
        }

	.btn-primary {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 3px 3px;
            background:#448ccb;
            font-size:18px;
            font-weight:400;
            color:#ffffff;
        }

        .btn-primary2 {
            padding:5px 10px;
            display:inline-block;
            border-radius:3px 3px 3px 3px;
            background:#448ccb;
            font-size:14px;
            font-weight:400;
            color:#ffffff;
        }



        .btn-primary3 {
            padding:5px 10px;
            display:inline-block;
            border-radius:3px 3px 3px 3px;
            background:#F0A414;
            font-size:14px;
            font-weight:400;
            color:#ffffff;
        }

	.jumbotron {
	    padding-top: 20px;
	    padding-bottom: 10px;
	    color: #ffffff;
	    margin-right: 0px;
            display:none;
        }


        .jumbotron.active {
            display:block;
        }


        .jumbotron h2 {
	    color:#fff;
            font-weight:400;
        }

        #reviews{
	    background-image: url('reviews.jpg');
	    background-size: cover;
	    padding: 70px 10px 60px 50px;
        }


        #eBay{
	    background-image: url('ebay.jpg');
	    background-size: cover;
	    padding: 70px 10px 60px 50px;
        }

        #youtube{
	    background-image: url('youtube.jpg');
	    background-size: cover;
	    padding: 70px 10px 60px 50px;
        }

        #facebook{
	    background-image: url('facebook-banner.jpg');
	    background-size: cover;
	    padding: 70px 10px 60px 50px;
        }

        #twitter{
	    background-image: url('twitter-banner.jpg');
	    background-size: cover;
	    padding: 70px 10px 60px 50px;
        }

       .productTab {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#ffffff;
            font-size:12px;
            font-weight:400;
            color:#ffffff;
            display:none;
}

        .productTab.active {
            display:block;
        }

/*----- Product Tabs -----*/

.productTabs {
    width:100%;
    display:inline-block;
}


/*----- /End of Tabs -----*/


/*----- Application List -----*/

.app_list_head {
            line-height: 1.2em;
            background:#cfcece;
            font-size:12px;
            font-weight:200;
	    	text-align:center;
            color:#444;

}

.app_list {
            line-height:1.3em;
			vertical-align: top; 
            font-size:12px;
            font-weight:200;
			padding: 12px;
			color:#444444;
            border-bottom-style:double;

}

.app_list_product {
            line-height:1.3em;
            font-size:10px;
            font-weight:200;
	    	text-align:center;
            color:#444;
			padding: 3px;
	
			
}

.app_list_model {
            height:20px;
			vertical-align: top;
            font-size:16px;
            font-weight:300;
            color:#444;
            border-bottom-style:double;
}


.app_list_title {
            line-height:1.5em;
            font-size:10px;
            font-weight:400;
            color:#444;
			padding: 3px;
}


.tech_list {
            height:10px;
            font-size:14px;
            font-weight:300;
	    text-align:center;
	    vertical-align:text-top;
            color:#444;
            border-bottom-style:double;

}

.tech_list_model {
            height:10px;
            font-size:14px;
            font-weight:300;
            color:#444;
            border-bottom-style:double;



}

/*----- /End Application List -----*/


   


.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus{
	background-color: #F2B136;
	border: none;
	color: #FFFFFF;
	font-family: Calibri;
	font-size: 16px;
}

.nav-tabs li a{
	border: none;
	color: #FFFFFF;
	font-family: Calibri;
	font-size: 16px;
}

.nav-tabs li a:hover{
	background-color: #F8DAA0;
	border: none;
	color: #676767;
	font-family: Calibri;
	font-size: 16px;
}

.nav-tabs li a:focus{
	background-color: #F2B136;
	border: none;
	color: #FFFFFF;
	font-family: Calibri;
	font-size: 16px;
}

.jumbotron{
	padding-top: 20px;
	padding-bottom: 10px;
	color: #ffffff;
	margin-right: 0px;
}

#findUs{
	background-image: url('Find_Us.jpg');
	background-size: cover;
	margin-bottom: 10px;
}

#reviews{
	background-image: url('reviews.jpg');
	background-size: cover;
	margin-bottom: 10px;
}

#warranty{
	background-image: url('warranty.jpg');
	background-size: cover;
	margin-bottom: 10px;
}

#ebay{
	background-image: url('ebay.jpg');
	background-size: cover;
	margin-bottom: 10px;
}

#newsletter{
	background-image: url('newsletter.jpg');
	background-size: cover;
	margin-bottom: 10px;
}

#distributor{
	background-image: url('newsletter.jpg');
	background-size: cover;
	margin-bottom: 10px;
}

/*----- Accordion -----*/

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    font-size: 14px;
    cursor: pointer;
    padding: 7px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    width: 95%;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}


/*----- /End Accordion -----*/



#footerContainer{
	background-color:#31353a;
    background-image:-webkit-linear-gradient(top, #31353a, #2f3337);
	background-image:-moz-linear-gradient(top, #31353a, #2f3337);
	background-image:linear-gradient(top, #31353a, #2f3337);
}

ul li a {
	color: #cccccc;
	font-family: Calibri;
	font-size: 14px;
	padding-left: 0px;
}

#footerContainer p {
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Calibri;
	font-size: 16px;
	background-color: #058cc7;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	opacity:0.9;
	cursor:default;

	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#siteMap .siteMap{
	background-color: #0096d6;
}

#services .services {
	background-color: #00b274;
}

#reachUs .reachUs {
	background-color: #d75ba2;
}

#client .client {
	background-color: #e9ac40;
}

#footerContainer p:hover{
	opacity:1;
}

#copyright{
	color: #B7B7B7;
	font-family: Calibri;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-160px;
    top:760px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#ebebeb;
    color:#efefef;
    height:53px;
    padding:0px;
    margin:0px 0px 2px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 5px;
    margin-right:5px;
}
.sticky li p{
    padding-top:10px;
    margin:0px;
    line-height:16px;
    font-size:12px;
}
.sticky li p a{
    text-decoration:none;
    font-weight:bold;
    color:#666666;
}
.sticky li p a:hover{
    text-decoration:underline;
}

/*----- EMAIL ME WHEN BACK IN STOCK BUTTON -----*/

.notification {
	border-radius: 4px;
	background-color: #f4511e;
	border: none;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;	
}

.notification span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.notification span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.notification:hover span {
	padding-right: 25px;
}

.notification:hover span:after {
	opacity: 1;
	right: 0;
}


/*----- /End EMAIL ME WHEN BACK IN STOCK BUTTON -----*/


/*----- EMAIL ME WHEN BACK IN STOCK FORM -----*/

input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

input[type=submit] {
	background-color: #4caf50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #45a049;
}

.contact-form {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}

/*----- /End EMAIL ME WHEN BACK IN STOCK FORM -----*/



@media screen and (max-width:767px){
	
#carouselContainer{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
}

#infoContainer{
	padding: 0px;
}

#companyInfo{
	margin: 0px 0px 10px;
}

}

@media screen and (max-width:500px){	

#phoneNo h5{
	font-size: 16px;
}

#basket{
	background-image: url('Basket.png');
	background-size: 300px 53px;
	height: 70px;
}
	
}
