@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'kalingaregular';
    src: url('../fonts/kalinga.eot');
    src: url('../fonts/kalinga.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kalinga.woff') format('woff'),
         url('../fonts/kalinga.ttf') format('truetype'),
         url('../fonts/kalinga.svg#kalingaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.transport_features_area {
	overflow: hidden;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../images/transport-features.jpg);
	background-repeat: no-repeat;
	background-position: 55% center;
}
.transport_features_area .panel-default > .panel-heading .panel-title a {
    background: #252b3f none repeat scroll 0 0;
    border-bottom: 1px solid #dee8ec;
    color: #fff;
    display: block;
    line-height: 60px;
    text-indent: 20px;
    border-bottom: none;
}
.transport_features_area .panel-title span {
    background: #2f364f url("../images/transport-features-open.png") no-repeat scroll center center;
    padding: 30px 8px;
    float: left;
    height: 50px;
    width: 50px;
}
.transport_features_area .panel-default > .panel-heading .panel-title a {
    background: #252b3f none repeat scroll 0 0;
    border-bottom: 1px solid #dee8ec;
    color: #fff;
    display: block;
    line-height: 60px;
    text-indent: 20px;
    border-bottom: none;
}
element.style {
}
.transport_features_area .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-bottom: none;
}

.transport_features_area .panel-group .panel-body, .transport_features_area .panel-collapse, .transport_features_area .panel-default > .panel-heading + .panel-collapse > .panel-body, .transport_features_area .panel-group .panel-heading + .panel-collapse > .panel-body, .transport_features_area .panel-group .panel-heading + .panel-collapse > .list-group {
    background-color: #1874c1;
    border: medium none;
    color: #fff;
}.section_title.nice_title_white_left > h4 {
	color: #fff;
	line-height: 21px;
	margin-bottom: 15px;
	padding-bottom: 30px;
	position: relative;
	padding-top: 30px;
	font-size: 24px;
	font-weight: bold;
}

a { 
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
}

/* STYLE */
@keyframes columns {
from {box-shadow:0 0 0 0 #26C9FF;}
  to {box-shadow:0 0 0 20px transparent;}
}

@-webkit-keyframes columns {
from {box-shadow:0 0 0 0 #26C9FF;}
to {box-shadow:0 0 0 20px transparent;}
}

/* Link Hovers */
#latest-news-container a {
	color:#000;
	text-decoration:none;
}

#latest-news-container a:hover {
	color:#26C9FF;
}

/* Circular Content Carousel Style */
#latest-news-container {
	max-width: 1180px;
	height: 520px;
	position: relative;
	font-family: inherit;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	/* [disabled]padding-top: -180px; */
	
}

#latest-news-container .single-wrapper {
	max-width: 1139px;
	height: 520px; /* Adjust Height On Single Wrapper / ( You Need To Change Height on ".single-item" bellow too, for the height to take effect ) */
	position: relative;
	margin: 0 auto;
	/* [disabled]background-color: #CCC; */
}
	
/* Slide Width / Properties */	
#latest-news-container .single-item {
	width: 380px;
	height: 520px; /* Adjust Height On Slide / To Your Needs */
	position: relative;
	float: left;
	text-align: center;
}

/* Slide Hover Effect */
#latest-news-container .single-item:hover {
		/*animation*/
-webkit-animation:columns 0.3s;
   -moz-animation:columns 0.3s;
    -ms-animation:columns 0.3s;
     -o-animation:columns 0.3s;
        animation:columns 0.3s;
/*transform*/
-webkit-transform:scale(0.9);
   -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
     -o-transform:scale(0.9);
        transform:scale(0.9);
}

#latest-news-container .single-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #ccbda2;
	text-align:center;
	color: white;
	font-family: 'kalingaregular';
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
#latest-news-container .single-item-main{
	padding:0px;
	margin:0px 2px 0px 0px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:#fff;
	overflow:hidden;
	border:#EEEEEE thin solid;
	border-width:1px;
}

/* Single Item Circle Style Date */  
#latest-news-container .single-item-main .date {
	width:85px;
	height:65px;
	border-radius:50%;
	border:#26C9FF thin solid;
	border-width:3px;
	position:absolute;
	bottom:-45px;
	left:38%;
	background:#FFF;
	font-size:12px;
	text-align:center;
	padding:20px 0px 0px 0px;
}

/* Single Item Circle Style Date Hover Effect */
#latest-news-container .single-item-main .date:hover {
		/*animation*/
-webkit-animation:columns 0.3s;
   -moz-animation:columns 0.3s;
    -ms-animation:columns 0.3s;
     -o-animation:columns 0.3s;
        animation:columns 0.3s;
/*transform*/
-webkit-transform:scale(1.1);
   -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
     -o-transform:scale(1.1);
        transform:scale(1.1);
}

/* Single Item Circle Style Date FontAwesome Icon Style */
#latest-news-container .single-item-main .date i {
	text-align:center;
	font-size:16px;
	margin-bottom:5px;
}

/* Single Item Circle Style Comments Style */
#latest-news-container .single-item-main .comments {
	width:58px;
	height:49px;
	border-radius:50%;
	border:#26C9FF thin solid;
	border-width:3px;
	position:absolute;
	bottom:-30px;
	left:60%;
	background:#FFF;
	font-size:12px;
	text-align:center;
	padding:9px 0px 0px 0px;
}

/* Single Item Circle Style Comments Style Hover Effect */
#latest-news-container .single-item-main .comments:hover {
		/*animation*/
-webkit-animation:columns 0.3s;
   -moz-animation:columns 0.3s;
    -ms-animation:columns 0.3s;
     -o-animation:columns 0.3s;
        animation:columns 0.3s;
/*transform*/
-webkit-transform:scale(1.1);
   -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
     -o-transform:scale(1.1);
        transform:scale(1.1);
}

/* Single Item Circle Style FontAwesome Ioon Style */
#latest-news-container .single-item-main .comments i {
	text-align:center;
	font-size:16px;
	margin-bottom:5px;
}

/* Adjust Circle Bottom Arrow */
#latest-news-container .single-item-main .arrow-blue {
	width:23px;
	height:11px;
	background:url(../images/arrow_blue.fw.png) no-repeat center top;
	margin:39px auto 0px auto; /* Adjust the top-margin "39px" for the blue arrow to your needs, if something goes wrong with your website implementation */
}


/* Slide Text */
#latest-news-container .single-item-main .text {
	font-family: inherit;
	font-size: 1em;
	text-align: center;
	padding: 15px 20px 20px 20px;
	margin: 10px 20px;
	line-height: 18px;
	color: #777;
}

/* Slide Image Size and properties */
#latest-news-container .single-icon {
	width:380px;
	height:236px;
	position:relative;
	margin:0 auto;
	border-bottom:#26C9FF thin solid;
	border-bottom-width:3px;
}

/* Slide Title */
#latest-news-container .single-item h3 {
	font-family: inherit;
	font-size: 18px;
	color: #000;
	margin: 15px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	height: auto;
	text-align: center;
	text-shadow: 0px 1px 1px #e4ebe9;
	text-transform: uppercase;
}

#latest-news-container .single-button {
	margin:30px 0px 20px 0px;
}

#latest-news-container .single-content-wrapper {
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:522px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}

#latest-news-container .single-content{
	width:660px;
	overflow:hidden;
}

/* Navigation Arrows */
#latest-news-container .single-nav span{
	width:26px;
	height:26px;
	background:transparent url(../images/arrowsSquare.fw.png) no-repeat top left;
	position:absolute;
	top:0;
	margin-top:-35px;
	right:49px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}

#latest-news-container .single-nav span.single-nav-next{
	background-position:top right;
	top:0;
	left:auto;
	right:22px;
}

#latest-news-container .single-nav span:hover{
	opacity:1.0;
}

/* ########################################## */
/* ########################################## */
/* ############## Button Style ############## */
/* ########################################## */
/* ########################################## */

/* General button style (reset) */
.btn {
	font-family: 'kalingaregular';
	border: none;
	border-radius:3px;
	-moz-border-radius:3px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 12px 18px;
	display: inline-block;
	margin: 0px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
    font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

/* Button blue */
.btn-blue {
	background: #f5ac1f;
	color: #FFF;
	box-shadow: none;
}

.btn-blue:hover {
	background: #f5ac1f;
	box-shadow: none;
	color: #FFF;
}

.btn-blue:active {
	background: #75C5FF;
	top: 2px;
}

.btn-blue:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 2px;
	line-height: 2;
	font-size: 140%;
	width: 25px;
}

/* Button 3blue */
.btn-3blue {
	padding: 15px 70px 10px 15px;
	overflow: hidden;
}

.btn-3blue:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3blue:after {
	width: 30%;
	height: 200%;
	background: rgba(31,141,204,0.5);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}


.btn-3blue:hover:after {
	width: 35%;
}.section_title.nice_title_white_left > h4::before {
    background: #dadada none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: calc(0% + 25px);
    position: absolute;
    width: 120px;
}.section_title.nice_title_white_left > h4::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 20px;
}h4 {
    font-size: 24px;
    color: #131e2a;
}
