﻿
#horizontalTab{
	float:left;
	background:#eee;
	width:100%;
	position:relative;
}
.tabListWrap {
	padding:25px;
	position:relative;
	z-index:10;
	height:50px;
	max-width:980px;
	margin:0 auto;
	background:#eee;
}
ul.resp-tabs-list {
	color:#4b4b4b;
	font-size:19px;
	float:right;
}

.resp-tabs-list li {
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	text-transform:uppercase;
}
.resp-tabs-list li:hover {
	color:#bf3c3c;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
	position:relative;
	/*height:200px;
	overflow:hidden;*/
	height:auto;
	width:100%;
}
.slideDiv {
	position:absolute;
	height:350px;
	top:0px;
	width:100%;
	display:none;
	background:#eee;
	z-index:1;
	border-bottom:#fff 1px solid;
}
h1.slideDivHead {
	color:#525252;
	line-height:48px;
	font-size:35px;
	display:block;
	width:100%;
	border-bottom:#d6d6d6 1px solid;
	margin-bottom:10px;
}

.slideDivContent {
	max-width:980px;
	margin:0 auto;
	position:relative;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    /*display: none;*/
    padding: 15px;
}

.resp-tab-active {
    /*border-bottom: none;
    padding: 12px 14px 14px 14px !important;
    background-color: #fff;*/
    border-bottom: none;
	color:#bf3c3c;
}

.resp-content-active, .resp-accordion-active {
   /* display: block; */

}

.resp-tab-content {
    /*border: 1px solid #c1c1c1;*/
}

h2.resp-accordion {
    font-size: 20px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
	text-transform:uppercase;
	font-weight:normal;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #242424 !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}
.closeAccordion{
	width:45px;
	height:45px;
	background:url(../../assets/images/botArrow.png) no-repeat center #bf3c3c;
	position:absolute;
	top:-15px;
	right:0;
	cursor:pointer;
}
ul.socialLinks{
	float:left;
	margin-top:10px;
}
.socialLinks li{
	float:left;
	margin-right:4px;
	width:28px;
	height:28px;
}
.socialLinks li.youTube{
	background:url(../../assets/images/iconsSocial.png) no-repeat center 4px #bebebe;
}
.socialLinks li.linkedIn{
	background:url(../../assets/images/iconsSocial.png) no-repeat center -35px #bebebe;
}
.socialLinks li.twitter{
	background:url(../../assets/images/iconsSocial.png) no-repeat center -75px #bebebe;
}
.socialLinks li.fb{
	background:url(../../assets/images/iconsSocial.png) no-repeat center -115px #bebebe;
}
.socialLinks li.wiki{
	display:none;
	background:url(../../assets/images/iconsSocial.png) no-repeat center -155px #bebebe;
}
.socialLinks li.blogger{
	display:none;
	background:url(../../assets/images/iconsSocial.png) no-repeat center -195px #bebebe;
}
.socialLinks li.youTube:hover{
	background:url(../../assets/images/iconsSocial.png) no-repeat center 4px #e1554a;
}
.socialLinks li.linkedIn:hover{
	background:url(../../assets/images/iconsSocial.png) no-repeat center -35px #0b7ab6;
}
.socialLinks li.twitter:hover{
	background:url(../../assets/images/iconsSocial.png) no-repeat center -75px #00c0f7;
}
.socialLinks li.fb:hover{
	background:url(../../assets/images/iconsSocial.png) no-repeat center -115px #4862a3;
}
.socialLinks li.wiki:hover{
	background:url(../../assets/images/iconsSocial.png) no-repeat center -155px #333;
}
.socialLinks li.blogger:hover{
	background:url(../../assets/images/iconsSocial.png) no-repeat center -195px #fc9948;
}
.socialLinks li a{
	width:28px;
	height:28px;
	text-indent:9999px;
	color:#bebebe;
	display:block;
	overflow:hidden;
}
.slideDivWrap1 {
	max-width:930px;
	padding:0 15px;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
	
	.resp-tabs-container {
		padding: 0px;
		background-color: #fff;
		clear: left;
		position:static;
		overflow:visible;

	}
	.resp-tab-content {
		display: none;
		padding: 0 0 15px
	}
	.slideDiv {
		height: auto;
		position: static;
		top: auto;
		border-bottom:none;
	}

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	
	.tabListWrap {
		display:none;
	}
	.closeAccordion{
		display:none;
	}
	/*----------------FooterSlider-Bigins------------------*/
	
	/*----------------FooterSlider-Ends------------------*/
}


/*FooterSlider-Bigins*/

.footerSlider {
	/*-ms-touch-action: none;*/ /* Prevent default touch actions on Windows 8 */
	overflow: auto; /* Not required but recommended for accessibility when JavaScript is turned off */
	position: relative;
}

/* AnySlider can be styled to your liking. This is just example styles */
.footerSlider {
	height: 230px;
	width:100%;
	padding:2px;
}

/* The arrows can of course also be styled to your liking. This is just example styles */
.as-prev-arrow, .as-next-arrow {
	cursor: pointer;
	height: 19px;
	position: absolute;
	bottom:6px;
	width: 22px;
	background:#bf3c3c;
	font-size:25px;
	color:#fff;
	text-align:center;
	line-height:19px;
	z-index: 1;
}


.as-prev-arrow, .as-next-arrow {
	right: 47%;
}
.as-next-arrow {
	margin-right: -26px;
}

.footerSlider:hover .as-arrows a {
	filter: alpha(opacity=1);
	opacity: 1;
}
.footerSlider-wrapper {
	position: relative;
	/*max-width:700px;*/
	height: 280px;
	overflow:hidden;
	margin-top:20px;
	float:left;
	width:70%;
}
.fslideimgDiv {
	width:50%;
	float:left;
}
.fslideimgDiv img {
	max-width:96%;
	max-height:100%;
	border:#fff 4px solid;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	box-shadow:	0px 0px 2px rgba(50, 50, 50, 0.75);
}
.fslideContentDiv {
	padding: 0 0 0 5%;
    width: 45%;
	float:left;
}
h2.fslideContentHead {
	font-size:25px;
	color:#bf3c3c;
	display:block;
	width:100%;
	line-height:28px;
	margin-bottom:10px;
	float:left;
}
.moreSlide {
	font-size:15px;
	color:#fff;
	float:right;
	background:#bf3c3c;
	padding:2px 10px;
	text-transform:uppercase;
}
.moreSlide a {
	color:#fff;
}
.moreSlide.indSector {
	margin:20px 20px 0 0;
}
.moreSlide.newsandEvents {
	margin:0;
}
.moreSlide.joinUs {
	margin:15px 0 0 0;
}

/* The same rules for styling apply here. Style to your liking */
.as-nav {
	bottom: -10px;
	left: 50%;
	margin-left: -27px;
	position: absolute;
	text-align: left;
	width: 54px;
	z-index: 1;
	display:none;
}

.as-nav a {
	background: url(../demo/img/bullets.png) no-repeat;
	height: 16px;
	display: inline-block;
	margin: 0 1px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 16px;
}

a.as-active, .as-nav a:hover {
	background-position: 0 -16px;
}

.sliderLinks{
	/*max-width:200px;*/
	float:left;
	width:30%;
}
.sliderLinks ul{
	margin:0;
	border-left:#d6d6d6 1px solid;
	float:right;
	max-width:200px;
	padding:0 0 0 5%;
	margin:0 20px 0 5%;
}
.sliderLinks li{
	width:100%;
	margin-bottom:2px;
	background:url(../../assets/images/sliderLinksStroke.jpg) no-repeat 30px center #bf3c3c;
	height:28px;
	line-height:28px;
	font-size:15px;
	float:left;
}
.sliderLinks li:hover{
	background:url(../../assets/images/sliderLinksStroke.jpg) no-repeat 30px center #242424;
}
.sliderLinks li a{
	width:95%;
	height:28px;
	line-height:28px;
	display:block;
	padding-right:5%;
	text-align:right;
	color:#fff;
	background:url(../../assets/images/iconsBotNavi.png) no-repeat 6px 7px;
}
.sliderLinks li a.wireless{
	background:url(../../assets/images/iconsBotNavi.png) no-repeat 6px -37px;
}
.sliderLinks li a.networking{
	background:url(../../assets/images/iconsBotNavi.png) no-repeat 6px -83px;
}
.sliderLinks li a.multimedia{
	background:url(../../assets/images/iconsBotNavi.png) no-repeat 6px -134px;
}
.sliderLinks li a.power{
	background:url(../../assets/images/iconsBotNavi.png) no-repeat 6px -188px;
}
.sliderLinks li a.ARM{
	background:url(../../assets/images/iconsBotNavi.png) no-repeat 6px -235px;
}
.sliderLinks li a.security{
	background:url(../../assets/images/iconsBotNavi.png) no-repeat 6px -285px;
}
.sliderLinks li a.cloud{
	background:url(../../assets/images/iconsBotNavi.png) no-repeat 6px -333px;
}
.sliderLinks li a.internet{
	background:url(../../assets/images/iconsBotNavi.png) no-repeat 6px -385px;
}

.newsDateWrap{
	max-width:125px;
	float:left;
	width:100%;
}
.newsDate, .newsMonth{
	width:55px;
	float:left;
}
.newsDate{
	font-family: 'bignoodletitlingregular';
	color:#bf3c3c;
	font-size:50px;
	text-align:center;
	background:#fff;
	line-height:83px;
	height:65px;
}
.newsMonth{
	color:#fff;
	font-size:20px;
	text-align:center;
	background:url(../../assets/images/arrowNewsandEvents.png) no-repeat left center #bf3c3c;
	text-transform:uppercase;
	height:55px;
	padding:5px 0;
}
.newsMonth .year{
	font-size:24px;
}
.eventsWrap{
	max-width:855px;
	float:left;
	width:100%;
}
/*Ramakanta(25-11-2013)*/
.eventsWrap a{
	color: hsl(0, 0%, 42%);
}
/*End Ramakanta(25-11-2013)*/
.newsandEventsWrap{
	width:100%;
	padding:10px 0;
	float:left;
}
.joinUsWrap{
	width:100%;
	float:left;
	padding-top:10px;
}
.joinUsImgDiv{
	max-width:280px;
	width:100%;
	float:left;
	text-align:center;
}
.joinUsContentDiv{
	max-width:700px;
	width:100%;
	float:left;
}
.straightTalkWrap{
	width:100%;
	float:left;
	padding-top:10px;
}
.straightTalkImgDiv{
	max-width:280px;
	width:100%;
	float:left;
	text-align:center;
}
.straightTalkContentDiv{
	max-width:700px;
	width:100%;
	float:left;
}
.straightTalkRow1{
	width:100%;
	float:left;
	margin-bottom:15px;
}

@media only screen and (max-width:768px){
	.fslideimgDiv{
		width:90%;
		padding: 40px 5% 0;
		text-align:center;
	}
	.fslideContentDiv {
		width:90%;
		padding: 15px 5%;
	}
	h2.fslideContentHead {
		position:absolute;
		top:0;
	}
	.footerSlider-wrapper, .footerSlider{
		height:auto;
	}
	.footerSlider-wrapper{
		width:100%;
	}
	.sliderLinks, h1.slideDivHead{
		display:none;
	}
	.moreSlide.indSector {
		font-size:20px;
		position:relative;
		right:50%;
		margin:30px -33px 35px 0;
	}
	.as-prev-arrow, .as-next-arrow {
		font-size: 30px;
		height: 33px;
		line-height: 30px;
		width: 36px;
	}
	.as-prev-arrow, .as-next-arrow {
		right: 50%;
	}
	.as-next-arrow {
		margin-right: -40px;
	}
	.newsandEventsWrap {
		padding: 10px 5%;
		width: 90%;
	}
	.newsDateWrap {
		margin-bottom: 10px;
	}
	.eventsWrap {
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 10px;
	}
	.moreSlide.news {
		margin:0 5% 0 0;
	}
	.moreSlide.newsandEvents {
		margin:0 5% 0 0;
	}
	.moreSlide.joinUs {
		margin:0;
	}
	.joinUsWrap, .straightTalkWrap {
		width:90%;
		padding:5%;
	}
	.joinUsImgDiv {
		max-width: none;
		margin-bottom: 20px;
	}
	.straightTalkImgDiv {
		max-width: none;
		margin-bottom: 20px;
	}
	
	
}
/*FooterSlider-Ends*/

h2.fslideContentHead a
{
    color:hsl(0, 52%, 49%);
}

h2.fslideContentHead a:hover
{
    color:hsl(0, 0%, 29%);
}