/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
}
/* Reposition the controls slightly */
.carousel-control {
	font-size: 100px;
	color:#6d6d6d!important;
	width: 4%;
	text-shadow: none;
	top:15px;
}
.carousel-control.right {
	background-image:none;
}
.carousel-control.left {
	background-image:none;
}
/* Changes the position of the indicators */
.carousel-indicators {

}
/* Changes the colour of the indicators */
.carousel-indicators li {
}
.carousel-indicators .active {
}
#myCarousel .span3 h3 {background:#4f8cb7; text-align:center; text-transform:uppercase; font-weight:700; font-size:20px; color:#fff; padding:10px;}


.span3 {padding-right:4px; padding-left:0px;}
.fleft {float:left;}
.fright{float:right;}

.h1-slide-box {float:left; margin-right:3px; width:33%;}
.h1-slide-box img {width:100%;}
.h1-slide-box  h3 {background:#4f8cb7; text-align:center; text-transform:uppercase; font-weight:700; font-size:20px; color:#fff; padding:10px;}
.product-title {color:#005a99; font-size:20px; font-weight:600; text-transform:uppercase;}
.sub-title {color:#005a99; font-size:20px; font-weight:600}
.nt-link {padding:6px; border:1px solid #005a99; color:#005a99; display: inline-block; margin-top:20px;}
.home-about-us p {font-family:Lato; color:#000;}
.home-daily-sp {margin-left: 68px; padding-left: 85px; border-left: 1px solid #e5e5e5;}
.bottomline p {color:#ebebeb;}
.bottomline p span {color:#79d23b;}
.partners-carousel p {font-family:Lato; color:#000;}
.owl-theme .owl-controls {text-align: left;}
.tech-service {padding-top:20px; height:220px; width:234px; background:#47b22f; position: absolute; z-index: 99; bottom: 0; right: 200px; background: rgba(116, 212, 45, 0.7);}
.tech-col1 {width:48px; margin-left:15px;}
.tech-col2 {width:144px; margin-left:17px; font-family:Lato; font-size:15px; color:#fff;  text-transform: uppercase;}
.tech-col2 span {display:block;}
.tech-row1 {margin-top:14px;}
.clearfix {clear:both;}
.product-info {font-size:18px; text-align:center;}
.product-info a {font-weight:400;}
.product-info .pro-desc span {font-weight:300;}
.banner-inner img {width:100%;} 
.product-subline {margin-top:20px; text-align: center;}
.product-subline a {font-weight: 400;  font-size: 18px; text-align:center; color:#05599f; }
.main-info-svc {margin-top:20px; text-align: center;}
.main-info-svc a {font-weight: 400; text-align:center; color:#05599f; }
.product-category .product-info {margin-top:30px;}
.service-img img {width:100%;}
.service-grid {margin-bottom:30px;}
.link-special {display:inline-block; text-transform:uppercase; border:1px solid #000; padding:10px 15px 10px 15px; font-size:14px; margin-top:20px;  margin-bottom: 60px;}
.special-product .product-info {}
.product-special .product-info{text-align:left; font-size:16px;}
.special-pro .product-wrapper {width:80%;}
.active-nav a { border-bottom: 4px solid #05599f;}
ul.brands li { width:200px; height:100px; margin-right:20px; margin-bottom:25px; float:left; border:1px solid #ccc;}
.special-product .modal-title {font-weight: 600;}

/* partner slider */
#thumbnail-slider {
    margin:0 auto; /*center-aligned*/
    width:100%;/*width:400px;*/
    padding:20px;
    position:relative;
    -webkit-user-select: none;
    user-select:none;
}

#thumbnail-slider div.inner {
    /*the followings should not be changed */
    position:relative;
    overflow:hidden;
    padding:2px 0;
    margin:0;
}

 
#thumbnail-slider div.inner ul {
    /*the followings should not be changed */
    white-space:nowrap;
    position:relative;
    left:0; top:0;
    list-style:none;
    font-size:0;
    padding:0;
    margin:0;
    float:left!important;
    width:auto!important;
    height:auto!important;
}

#thumbnail-slider ul li {
    display:inline-block;
    *display:inline!important; /*IE7 hack*/
    margin:0;
    margin-right:10px; /* Spacing between thumbs*/
    transition:border-color 0.3s;
    box-sizing:content-box;
    text-align:center;
    vertical-align:middle;
    padding:0;
    position:relative;
    list-style:none;
    backface-visibility:hidden;
}

#thumbnail-slider ul li.active {
    border-color:white;
}

#thumbnail-slider .thumb {
    opacity:1;
    width:100%;
    height: 100%;
    background-repeat:no-repeat;
    background-position:center center;
    display:block;
    position:absolute;
    font-size:0;
}

/* --------- navigation controls ------- */
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */

#thumbnail-slider-pause-play {display:none;} /*.pause*/

#thumbnail-slider-prev, #thumbnail-slider-next
{
    opacity:1;
    position: absolute;
    /*background-color:#0346a3;*/
    *background-color:#ccc;/*IE7 hack*/
    backface-visibility:hidden;
    width:32px;
    height:60px;
    line-height:60px;
    top: 50%;
    margin:0;
    margin-top:-30px;
    color:white;    
    z-index:10;
    cursor:pointer;
}

#thumbnail-slider-prev {
    left:-30px; right:auto;
}

#thumbnail-slider-next {
    left:auto; right:-30px;
}
#thumbnail-slider-next.disabled, #thumbnail-slider-prev.disabled {
    opacity:0.3;
    cursor:default;
}


/* arrows */
#thumbnail-slider-prev::before, #thumbnail-slider-next::before {
    position: absolute;
    top: 19px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-left: 3px solid black;
    border-top: 3px solid black;
}

#thumbnail-slider-prev::before {
    left:7px;
    -ms-transform:rotate(-45deg);/*IE9*/
    -webkit-transform:rotate(-45deg);
    transform: rotate(-45deg);
}

#thumbnail-slider-next::before {
    right:7px;
    -ms-transform:rotate(135deg);/*IE9*/
    -webkit-transform:rotate(135deg);
    transform: rotate(135deg);
}

/*Responsive settings*/
@media only screen and (max-width:991px){
.header {background: #fff!important; height: 60px;
	
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3)!important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3)!important;}
	.logo img {width:200px;  margin-top: -21px;  }
	.shrink .logo {height:57px!important;}
	.header.shrink {height:57px!important;}
	.mo-back-space {height:57px;}
	.menu-toggle {color:#000!important;}
}

@media only screen and (max-width:736px){

    #thumbnail-slider {padding:10px 26px;}

    #thumbnail-slider-prev {left:0px;}

    #thumbnail-slider-next {right:0px;}
	.home-daily-sp {margin-left: 0px; padding-left: 15px; border-left: 0px solid #e5e5e5;}
	.home-daily-sp img {width:100%;}
    .carousel-inner .item .row-fluid .span3:nth-child(2){display:none;}
	.carousel-inner .item .row-fluid .span3:nth-child(3){display:none;}
	.carousel-inner .item .row-fluid .span3 img {width:86%!important;}
	#myCarousel .carousel-control.right {right: 16px!important;}
	
	.carousel-inner-mo {display:none;}
	.on-mobile-slid {display:block!important;}
	.on-mobile-slid {padding-bottom: 0px!important;}
	.on-mobile-slid .product-info {background: #4f8cb7; padding: 5px; }
	.on-mobile-slid .product-info a {color: #fff!important; text-transform: uppercase!important;}
	.header {background: #fff!important; height: 60px;
	
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3)!important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3)!important;}
	.logo img {width:200px;  margin-top: -21px;  }
	.shrink .logo {height:57px!important;}
	.header.shrink {height:57px!important;}
	.tech-service {display:none;}
	#main-slider .slide-block-1 { width: 100%!important;}
	#main-slider .slide-block-1 .slide-slogan {font-size: 30px!important;line-height: 37px;}
	.mo-back-space {height:57px;}
	.menu-toggle {color:#000!important;}
	#main-slider.owl-theme .owl-controls {margin-bottom:0!important;}
	.btn-theme {padding: 3px 11px; font-size: 16px;}
	#myCarousel.carousel {margin-bottom:-50px;}
	#product-carousel .owl-controls {top: -61px!important;}
	.on-mobile-slid {padding-top:10px!important;}
	#product-carousel .product-info {font-size:12px!important;}
	.home-daily-sp1 {display:none!important;}
}
@media only screen and (max-width:460px){
ul.brands li  {width:135px!important; height:auto!important;}
ul.brands li img {width:100%;}

/* .owl-item {width:110px!important;} */
}
.brand-grid img {width:100%;}
.brand-grid {border:1px solid #ccc; margin-bottom:30px;}
.main-info-svc {height:40px;}
.on-mobile-slid {display:none;}
.home-daily-sp {display:none;}
.tech-service {display:none;}


/* refurbished */
.product_detail
{
	    font-size: 17px;
}
.product_number
{
	font-size: 27px;
    font-weight: bold;
    float: left;
    padding-right: 50px;
    line-height: 86px;
}
.product_icon
{
	float: left;
}
p.product_icon_heading {
    padding-top: 18px;
    padding-left: 39px;
    display: inline-block;
}
.style_1
{
	font-size: 21px;font-weight: bold;
}
.style_2
{
	color: #005a99;font-size: 21px;font-weight: bold;
}
.style_3
{
	font-size: 20px;;
}
.dot_line
{
	border-left: 3px dashed#005a99;
    display: flex;
    height: 113px;
    padding-left: 20px;
	    margin-bottom: 22px;
}
.triangle {
    width: 0;
    height: 0;
    border: solid 13px;
    border-color: transparent transparent #005a99 transparent;
    transform: rotate(180deg);
	    position: absolute;
    top: 49px;
    left: 103px;
}
.padd
{
	    background: #fafafa;
    padding-top: 64px;
    margin-top: 39px;
    padding-bottom: 64px;
}
.d-specials a {color: #75d536!important;}
.d-specials a:hover {border-bottom: 4px solid #75d536!important;}
.d-specials.active-nav a {border-bottom: 4px solid #75d536!important;}












