/*
*	Theme Name: ineax
*	Author: One-Click
*/

/*@media (min-width: 980px) {
	.container {
		width: 970px;
	}
}*/
.container {
	width: 970px;
}
#slider-wrap{background:#FF5F0E;margin:0 !important;}
#owl11{width:970px;padding:0;margin:0 auto;}
#slider-wrap .container{padding:0;}

body{font-family:Arial, sans-serif;}
.spacer-10, .spacer-20, .spacer-30{
	clear:both;
	display:block;
}
.spacer-10{height:10px;}
.spacer-20{height:20px;}
.spacer-30{height:30px;}


#header-top{margin:24px 0 20px 0;}
#header-right{padding:17px 0 0 0;}
#s{height:34px;border:1px solid #cacaca;padding:0 10px;}
#menu-headertop{float:right;}
#navrow{margin:0 !important;}
.navbar-default{background-color:#FFF;}
#menu-headertop li a{padding:10px 15px;margin:0px 0px 0px 45px;} /* Original Padding: 10px 15px; No margin */
#menu-headertop li:last-child a{padding:10px 0px 10px 0px;} /* Original padding:10px 0px 10px 31px; */
#headermenu{padding:0; /*padding-right:13px;*/}

.navbar-default .navbar-nav>li:hover>a{background:#fff;}
.navbar-default .navbar-nav>li.active:hover>a{background:#fff url('./images/menu-active.png') 50% 0% no-repeat;}
.navbar-default .navbar-nav>.active>a{background:#fff url('./images/menu-active.png') 50% 0% no-repeat;border-top:3px solid #ff5f0e;}

#footer-top-wrap{background-color:#2d2d2d;margin:0 !important;}
#footer-top{width:970px;margin:0 auto !important;background-color:#2d2d2d;padding:20px 0;color:#fff;}
#footer-wrap{background-color:#1b1b1b;margin:0 !important;}
#footer{/*width:970px;*/margin:0 auto !important;background-color:#1b1b1b;color:#fff;padding:15px 0;}

#footer-top .footer-top-left{margin-top:30px;}



.inline-list{margin-top:20px;}
.inline-list li{display:inline;border-right:1px solid #fff;}
.inline-list li:last-child{border-right:none;}
.inline-list li a{display:inline-block;color:#fff;padding:0px 40px;}  /*Original  display:inline-block;color:#fff;padding:5px 13px;*/

#maincontent{margin:0;}
.topbanner{ background:#ff5f0f; max-height:168px;margin:0 0 40px 0;}
.topbanner h1{font-family:'Times New Roman', Arial, sans-serif;font-size:40px; line-height:40px;margin:30px 0;color:#fff;}
#primary{margin:0 0 20px 0;min-height:500px;}
#content{padding-left:0;line-height:25px;}

h1.h1heading{font-family:'Times New Roman', Arial, sans-serif;font-size:32px; line-height:40px;color:#555555;padding:0;margin:0;}
h3.h3heading{font-family:'Times New Roman', Arial, sans-serif;font-size:24px; line-height:24px;color:#555555;padding:0;margin:0;}
h4.h4heading{font-family: Arial, sans-serif;font-size:20px; line-height:24px;color:#555555;padding:0;margin:0;}
.paragraph{color:#636363;line-height:25px;margin-bottom:10px;}

#owl11{background:#FF5F0E;height:296px;}
.owl-wrapper{overflow:hidden;}
.slider-text{margin-top:50px; color:#fff;}
.slider-text > h3{font-size:29px; font-weight:bold;}
#home-content{float:left;border-bottom:1px dashed #d0d0d0;padding-bottom:20px;}

#map-canvas {
    width: 100%;
    height: 500px;
    background-color: #CCC;
}


.our-philosophy{/*width:855px;*/float:left;margin-right:10px;}
.our-philosophy h1{margin-bottom:20px;}
.our-philosophy h3{margin-bottom:20px;}
.our-project{width:275px;float:right;background:#fff;border:thin solid #d0d0d0;padding:0;}
.our-project-img{padding:10px;}
.our-project-readmore{background:#eaeaea;color:#555555;font-size:18px;line-height:20px;padding:10px 0;float:right;}
.readmore-text{padding-right:0;}
.readmore-icon{padding:0px 0 0 0;}
.readmore-icon .fa{color:#ff5f0e;}

.our-achievements{font-family: Arial, sans-serif;background:#f2f2f2;padding:20px 0;color:#636363;}
.our-achievements .panel-default{background:#f9f9f9;}
.our-achievements .panel-body{padding:30px;min-height:231px;}
.our-achievements h4.h4heading{padding:0;margin:0 0 10px 0;}
.our-achievements .panel-body .home-news-text{padding:0;min-height:100px;}


#ineax-partner, #ineax-clients{background:#fff;padding:10px 0;}
#ineax-partner .container, #ineax-clients .container{padding-left:0;}
#ineax-partner .item{border-right:thin solid #EEE;}

.partner-columns{padding:0 !important; }

#partners-page h2{margin:20px !important;}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	height:35px;
	width:15px;

}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
	left: -45px;
	bottom: 10px; 
	background:url('./images/arrow-prev.png') no-repeat;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
	right: -45px;
	bottom: 10px;
	background:url('./images/arrow-next.png') no-repeat;
}

.widget{padding:10px;background:#e6e6e6;}
.widget .textwidget{padding:10px 0;}
.widget .textwidget .row{padding:0px;margin:0;}

#owl11 .item-1{height:296px;}
#owl11 .item-1 .item-text{font-family:'Times New Roman', Arial, sans-serif;font-size:28px; line-height:40px;margin:80px 0 0 0;color:#fff;}

.listing{padding:0;}
.listing .read-more{padding-top:20px;text-align:center;}


/***** contact ********/
#contact > .row{margin-bottom:15px;}
#contact-form h3{margin-top:0;}
/***** button *********/

.btn-darkest {
  color: #ffffff;
  background-color: #010101;
  border-color: #010101;
}
.btn-darkest:hover,
.btn-darkest:focus,
.btn-darkest:active,
.btn-darkest.active,
.open .dropdown-toggle.btn-darkest {
  color: #ffffff;
  background-color: #212121;
  border-color: #212121;
}
.btn-darkest:active,
.btn-darkest.active,
.open .dropdown-toggle.btn-darkest {
  background-image: none;
}
.btn-darkest.disabled,
.btn-darkest[disabled],
fieldset[disabled] .btn-darkest,
.btn-darkest.disabled:hover,
.btn-darkest[disabled]:hover,
fieldset[disabled] .btn-darkest:hover,
.btn-darkest.disabled:focus,
.btn-darkest[disabled]:focus,
fieldset[disabled] .btn-darkest:focus,
.btn-darkest.disabled:active,
.btn-darkest[disabled]:active,
fieldset[disabled] .btn-darkest:active,
.btn-darkest.disabled.active,
.btn-darkest[disabled].active,
fieldset[disabled] .btn-darkest.active {
  background-color: #010101;
  border-color: #010101;
}
.owl-item .item .attachment-full.wp-post-image {
    height: 60px;
    width: 100%;
}
#ineax-clients .item {
    border-right: thin solid #eee;
}
.timelineMajor h2 span {
    background: none repeat scroll 0 0 #ff5f0f;
    border-radius: 4px;
    color: #eee;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    padding: 5px 10px;
}
dl.timelineMinor:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #FFC38A;
    border-image: none;
    border-left: 8px solid #FFC38A;
    border-style: solid;
    border-width: 8px;
    content: "";
    position: absolute;
    right: -15px;
    top: 14px;
}
dl.timelineMinor {
    background: none repeat scroll 0 0 #FFC38A;
    border-radius: 5px;
    clear: left;
    float: left;
    margin: 10px 10px 10px 0 !important;
    padding: 4px 4px 4px 0;
    position: relative;
    text-align: right;
    width: 94%;
}
div.timelineMajor:nth-of-type(2n) dl.timelineMinor:before {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: transparent #FFC38A transparent transparent !important;
    border-image: none !important;
    border-style: solid !important;
    border-width: 8px !important;
    content: "" !important;
    left: -15px !important;
    position: absolute !important;
    top: 14px !important;
}
div.timelineMajor:nth-of-type(2n) dl.timelineMinor {
    background: none repeat scroll 0 0 #FFC38A;
    border-right: medium none !important;
    float: right;
    margin: 10px 0 !important;
    text-align: left !important;
    width: 94%;
}

.mask {
	background:url(images/mask.png) no-repeat rgba(0,0,0,0);
    bottom: 0;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    /* left: 44px; */
    text-align: center;
    vertical-align: middle;
    width: 212px;
}

#maincontent #category_img img {
    height: 157px;
}

.timelineMajor h2 {display:none;}
.timelineMajor:first-child h2 {display:block;}