/*
Theme Name: Carna
Theme URI: http://www.rkmarketingltd.com/
Author: WordPress Team, RK Marketing
Description: Official theme for carna transport project by RK Marketing Ltd Ireland
Version: 2.0
*/

html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	/*margin: 0 auto -140px;*/
	margin: 0 auto;
	/* Pad bottom by footer height */
	padding: 0 0 0px;
}
body {
	padding: 0px 0px;
}
.navbar-default {
	background-color: #ffffff !important;
	border-color: #fff !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-nav li {
	margin: 5px 0;
}
.navbar-collapse {
	margin-top: 40px;
}
.pdf-box {
    border: 2px solid #ccc;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}
.pdf-box > a {
    text-decoration: none;
}
.navbar-header:after {
	margin-bottom: -40px;
}
#content table td.orange-link {
	float: left;
	margin-right: 25px;
}
.orange-link {
	vertical-align: top;
}
.sfp-container {
	float: right;
}
.collapse.navbar-collapse .navbar-nav > li {
	background: url("img/divader.png") no-repeat scroll right center !important;
	padding-right: 15px;
}
.navbar-collapse{
	padding-right:0;
	}
.footer_bg {
	background-color: #222327;
}
.head {
	background: #e2e2e2;
	width: 100%;
	margin-left: 0;
}
.carousel-indicators {
	display: none;
}
.head .navbar {
	background: none !important;
	border: none !important;
}
.collapse.navbar-collapse .navbar-nav > li.last {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	padding-right: 0;
}
.message_box-css {
	margin-left: 14%;
}
.navbar-default .navbar-nav > li > a {
	color: #ff8a26 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: bold !important;
	margin: 0;
	padding: 0 15px;
}
.top-margin {
	margin: 57px 0 0 0px;
}
.carousel-inner {
	border-bottom: 15px solid #ff8a26;
}
.main-content.banner-all {
	margin-top: 40px;
}
.contact-css {
	padding-left: 0;
}
.topmargin {
	margin-bottom: 30px;
}
.row.clearfix.career-banner {
	margin-top: 40px;
}
.tracking-login-btn {
	background-color: #ff8a26;
	border-color: #ccc;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.tracking-login-btn:hover {
	background-color: #098cfc;
	border-color: #ccc;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.row.clearfix.topmargin {
/*margin-top: 35px;*/
}
.img-top-margin {
	margin-top: 23px;
}
.title-page {
	margin-top: 15px;
}
.pagesub-title {
	color: #EF8D6D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.orange-link {
	color: #F37D31;
}
.row.clearfix.banner {
	margin-top: 30px;
}
.more {
	color: #000000;
	font-weight: bold;
}
.logo {
	padding: 22px 32px 22px 0;
}
.navbar1 {
	margin-bottom: 5px !important;
}
.footer-backgroundcolor {
	background-color: #222327;
	color: #fff;
}
.footer_wrap {
	float: left;
	width: 100%;
}
.footer-top-margin {
	margin-top: 10px;
}
.copyright {
	font-size: 16px;
	font-weight: bold;
}

.border-roaded {
	width: 400px;
	height: 200px;
	-webkit-border-radius: 48px 4px 48px 0px;
	-moz-border-radius: 48px 4px 48px 0px;
	border-radius: 48px 4px 48px 0px;
	border: 8px solid #e2e2e2;
	background: rgba(255,255,255,0.5);
	-webkit-box-shadow: #e2e2e2 24px 24px 24px;
	-moz-box-shadow: #e2e2e2 24px 24px 24px;
	box-shadow: #e2e2e2 8px 8px 8px;
}
.list3 {
	list-style-position: outside;
	list-style-image: url(./img/bullet.png);
	list-style-type: disc;
}
h1.heading {
	font-size: 30px;
	text-transform: uppercase;/*margin-left: 15px;*/
}
.form_small .col-sm-1 {
	padding-left: 0;
	padding-right: 0;
}
/*Contact Form CSS*/

.wpcf7-form > p {
}
.wpcf7 input {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 100%;
}
.wpcf7 textarea {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 100%;
}
/* .wpcf7-form-control.wpcf7-submit {
	background-color: #ff8a26;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
width: auto;
} */

.wpcf7-form-control.wpcf7-submit {
  background-color: #ff8a26;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 25px;
  width: auto;
}
.wpcf7-form-control.wpcf7-submit:hover{
	  background-color: #222327;
	
}

.col-md-6.column.right-side {
	margin-top: 57px;
}
.banner .carousel-indicators {
	display: none;
}
/**********/

/*Career Form Css*/
.mid-text {
	margin-left: 6px;
	padding: 4px;
	width: 92% !important;
}
#second input {
	width: 85%;
}
.table_form {
	overflow: hidden;
	width: 100%;
}
.text-form {
	width: 100%;
}
.bord_hr {
	border-bottom: 1px #fff solid;
	padding: 3px 0px;
}
.form-control1 {
	width: 94%;
}
.form-control2 {
	width: 98%;
}
.date-css label {
	padding-left: 0;
	width: 2.333%;
}
.navbar-default .navbar-nav li a:last-child{
	padding-right:0;
	}
	
.fieldsetbgcolor {
	background: none repeat scroll 0 0 #ff8a26;
	border: 2px dotted #ffffff;
	padding: 17px 16px;
	color: #fff;
	font-size: 12px;
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 25px 0px;
}
#signupForm label.error {
  color: red;
  text-align:left!important;
  width: 93%;
  margin-top:10px;
}
.form-horizontal label {
	font-size: 12px !important;
}
.table-responsive {
	border: medium none !important;
}
.number-field {
	max-width: 46px;
	float: left;
	margin-right: 4px;
}
.col-md-8.column.col-sm-6.right-side {
	/*    width:60%;*/
	margin-top: 60px;
}
.col-md-4.column.col-sm-6.left-side {
/*    margin-left:50px;*/
}
.col-md-3.column.col-sm-6.contact_right {
	margin-top: 50px;/*  width: 20%;*/
}
.topmargin .right-side p.text-center iframe {
	width: 100%;
}
.navbar-collapse{
	  border-top:0;
	  box-shadow:0 0 0;
	  }
.step_third{
	text-align:center;
	}
.step_third td{
  border: medium none !important;
    padding: 2px !important;
	}
.step_heading td{
	text-align:left;
	}
/*Media Query For Ipad */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.navbar-default .navbar-nav > li > a {
	padding: 0 8px;
}
.number-field {
     max-width: 33px;
}
}
 @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.navbar-default .navbar-nav > li > a {
	padding: 0 8px;
}
.navbar-collapse {
  margin-top: 0;
}

.number-field {
     max-width: 33px;
}
.col-md-9.column.col-sm-9.right {
	width: 95%;
}
.navbar1 {
	margin-bottom: 5px !important;
	margin-top: 0px;
}
.col-md-3.column.col-sm-12.logo.left {
	text-align: center;
}
.top-margin {
	margin: 25px 0 0;
}
.contact-css {
 padding-left: 15px;
}
.message_box-css {
  margin-left: 0;
  margin-top:35px;
}
.collapse.navbar-collapse .navbar-nav > li{
	 padding-right: 10px;
	}
 }

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)  { 
.col-md-3.column.col-sm-12.logo.left {
	text-align: center;
}
.navbar-header,.navbar-toggle{
	text-align:center;
	float:none;
	}
.navbar-toggle{
	margin-right:0;
	}
.navbar-collapse {
	text-align:center;
	padding-left:0;
	float:none !important;
	}
	.number-field {
	max-width: 40px;
	}	
	.form-group .col-sm-4 > input {
    width: 100%;
}
.navbar-default .navbar-nav > li > a{
	padding:0;
	}
.navbar-nav{
	margin:0;
	}
.message_box-css {
  margin-left: -15px;
}
.col-md-3.column.col-sm-6.contact_right {
  margin-top:0;
  
}
.col-md-3.column.col-sm-6.contact_right .pull-right{
	float:none !important;
	}
}
 .alert.alert-danger p label{
	 font-weight:normal;
 }
 .career_form_col input:focus{
	 box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
 }