*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border: 0;
	font-family:'Roboto';
	font-weight: 400;
	font-size: 13px;
}
a{
	text-decoration: none;
}
p{
	padding: 0;
}
.page-wrapper {
	margin: 0 auto;
	max-width: 980px !important;
}

header {
	min-height: 40px;
	background: #2f2f2f;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 10px;
	
}
header h1 {
	font-family: 'Roboto';
	color: #868786;
	text-align: left;
}
header h2 {
	font-family: 'Roboto';
	color: #868786;
	text-align: center;
}
header h2 span {
	font-family: 'Roboto';
	color: #d5d8da;
	font-size: 14px
}
header h3 {
	font-family: 'Roboto';
	color: #868786;
	text-align: right;
}
header h3 span {
	font-family: 'Roboto';
	color: #e0260a;
	font-size: 14px
}

hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	margin: 22px 0 22px 0;
}
#foo {
	float: left;
	display: none;
}
.navbar-default {
	min-height: 100px;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border-bottom: 3px solid rgba(137, 137, 137, 0.4);
	margin-bottom: 10px;
}
.navbar-brand h1 p {
	font-family: 'Anton';
	font-size: 28px;
	color: #2f2f2f;
}
.navbar-brand h1 p span {
	font-family: 'Anton';
	font-size: 48px;
	color: #dc2a0b;
}
.navbar-brand h2 p {
	text-transform: uppercase;
	font-size: 12px;
	color: #868786;
}
.navbar-brand img {
	margin-right: 5px; 
	float: left;
	height:15px;
	width: 20px;
}
.navbar {
	padding:0;
}
.navbar-nav  li a {
	min-height: 97px;
	text-transform: uppercase;
	font-size: 12px;
}
.nav li{
	border-right: 1px solid rgba(231, 231, 231, 0.5);
}
.nav li:last-child {
	border-right: none;
}
.nav li:first-child{
	border-left: 1px solid rgba(231, 231, 231, 0.5);
}


/* NAVBAR HOVER EFFECT RECTANGLE OUT */
.hvr-rectangle-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #dc2a0b;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
/*.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
	color: white;
}*/
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* NAVBAR HOVER EFFECT RECTANGLE OUT */

/* SLIDER REVOLUTION */
.fullwidthbanner-container {
	max-height: 400px;
}
.fullwidthbanner-container {
	width:100%;
	position:relative;
	padding:0;
}
.fullwidthbanner{
	width:100%;
	position:relative;
}
.very_large_text {
	position:absolute;
	color:#fff;
	font-weight:400;
	font-size:30px;
	line-height:60px;
	font-family:"Anton";
	margin:0px;
	border-width:0px;
	border-style:none;
	white-space:nowrap;
	text-transform: uppercase;
}
.medium_bold_red {
	position:absolute;
	font-size:26px;
	line-height:30px;
	font-weight:700;
	font-family:"Anton";
	color:rgb(227, 58, 12);
	text-decoration:none;
	padding:0px;
	border-style:none;
	text-transform: uppercase;
}
.tp-caption.small_text p {
	position:absolute;
	color:#fff;
	line-height:1.35em;

}
.tp-caption.small_text ul {
	list-style-image: url('../img/li.png');
	color:#fff;
	padding-left: 25px;
	line-height: 1.25em;
}

/* SLIDER REVOLUTION */
.container.aboutus {
	margin: 50px 0 15px 0;
	display: block;
	padding-left: 0;
	padding-right: 0;
}
.container .fleet {
	margin: 50px 0 0 0;
	display: block;
	padding-left: 0;
	padding-right: 0;
}
.aboutus h1 {
	font-family: 'Anton';
	font-size: 22px;
	color: #757575;
	text-transform: uppercase;
	line-height: 0.7;
}
.aboutus h2 {
	font-family: 'Anton';
	font-size: 26px;
	color: #dc2a0b;
	text-transform: uppercase;
}
.aboutus h3 {
	font-size: 15px;
	font-family: 'Roboto';
	font-weight: 700;
	color: #868786;
	margin-bottom: 10px;
	text-align: left;
}
.aboutus p {
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 400;
	color: #868786;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.5em;
}
.fleet {
	margin-top: 50px;
	display: block;
	padding-left: 0;
	padding-right: 0;
}
.fleet-hasab-text h1{
	font-family: 'Anton';
	font-size: 22px;
	color: #757575;
	text-transform: uppercase;
	line-height: 0.7;
}
.fleet-hasab-text h2{
	font-family: 'Anton';
	font-size: 26px;
	color: #dc2a0b;
	text-transform: uppercase;
}
.fleet-hasab-text h3{
	font-size: 15px;
	font-family: 'Roboto';
	font-weight: 700;
	color: #868786;
	margin-bottom: 10px;
	text-align: left;
}

.fleet-hasab-text p{
	font-size: 14px;
	font-family: 'Roboto';
	color: #868786;
	margin-bottom: 10px;
	text-align: left;
}
.fleet-hasab-text ul {
	font-size: 14px;
	font-family: 'Roboto';
	color: #868786;
	margin-bottom: 10px;
	text-align: left;
}
.fleet-hasab-pic img {
	margin-top: 50px;
}
.short {
	max-width: 980px;
	margin-top: 50px;
	margin-bottom: 40px;
	display: block;
	padding-left: 0;
	padding-right: 0;
}
.hasab {
	border: 1px solid rgba(137, 137, 137, .5);
	padding-bottom: 15px;
	margin: 5px 5px 0 0;
	padding: 5px;
}
.hasab-container:last-child {
	padding-right: 0px;
}
.hasab p {
	font-family: 'Anton';
	font-size: 20px;
	color: #757575;
	text-transform: uppercase;
	line-height: 0.7;
	padding: 10px 0 0 10px;
}
.hasab p span {
	font-family: 'Anton';
	font-size: 26px;
	color: #dc2a0b;
	text-transform: uppercase;
}
.hasab ul {
	list-style-image: url('../img/li.png');
	padding-left: 25px;
	line-height: 1.5em;
}
.hasab-de {
	border: 1px solid rgba(137, 137, 137, .5);
	padding-bottom: 15px;
	margin: 5px 5px 0 0;
	padding: 5px;
}
.hasab-de p {
	font-family: 'Anton';
	font-size: 20px;
	color: #757575;
	text-transform: uppercase;
	line-height: 0.7;
	padding: 10px 0 0 10px;
}
.hasab-de p span {
	font-family: 'Anton';
	font-size: 26px;
	color: #dc2a0b;
	text-transform: uppercase;
}
.hasab-de ul {
	list-style-image: url('../img/li.png');
	padding-left: 25px;
	line-height: 1.5em;
}
.button {
	padding-top: 20px;
	padding-left: 5px;
	max-width: 90px;
}
.button a {
	color: #fff;
	font-size: 14px;
}
.btn-danger {
	text-transform: uppercase;
}
.partners {
	max-width: 980px;
	padding: 10px;
	margin-top: 15px;
}
.partners h3 {
	font-family: 'Roboto';
	color: #868786;
	text-align: center;
	font-size: 18px;
}
img.grayscale{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
.partners .grayscale.first:first-child {
	padding-left: 0px;
}
.partners .grayscale.last:last-child {
	padding-right: 0px;
	padding-left: 0px;
}
img.grayscale:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.contact-right{
	padding: 10px;
	margin-top: 22px;
	min-height: 150px;
	border: 1px solid rgba(137, 137, 137, .5);
}
.contact-right h1 {
	font-size: 14px;
	margin-bottom: 10px;
	font-family: 'Roboto';
	color: #868786;
	text-align: left;
}
.contact-right h1 span {
	font-family: 'Roboto';
	color: #DC2A0B;
	font-size: 14px
}
.contact-right h2 {
	font-size: 14px;
	font-family: 'Roboto';
	color: #868786;
	margin-bottom: 10px;
}
.contact-right h2 span {
	font-family: 'Roboto';
	color: #DC2A0B;
	font-size: 14px;
}
.contact-right h3 {
	font-size: 14px;
	font-family: 'Roboto';
	color: #868786;
	margin-bottom: 10px;
}
.contact-right h3 span {
	font-family: 'Roboto';
	color: #e0260a;
	font-size: 14px;
}
.call-center {
	margin-top: 40px;
	border: 1px solid rgba(137, 137, 137, .5);
}
.call-info {
	padding: 15px;
	background: #bcbcbc;
}
.call-info h1 {
	color: #fff;
}
.call-pic  img{
	float: right;
}
.call-text {
	padding-top: 15px;
	padding-bottom: 15px;
}
.call-text  h1{
  font-family: 'Anton';
  font-size: 22px;
  color: #757575;
  text-transform: uppercase;
  text-align: right;
}
.call-text h3 {
	text-align: right;
}
.call-text h3 span{
	font-family: 'Roboto';
	color: #e0260a;
	font-size: 14px;
}
.call-text h2 {
  font-family: 'Anton';
  font-size: 26px;
  text-align: right;
  color: #dc2a0b;
  text-transform: uppercase;
}
.callcenter-pic {
	transform:translate(0,35%);
}
.container .aboutus ul {
	font-size: 14px;
	color: #868786;
	margin-bottom: 10px;
	text-align: left;
	list-style-image: url('../img/li.png');
	padding-left: 25px;
}

/*Footer*/
.divider {
    border-bottom: 6px solid #B6B6B6;
    position: relative;
}
.divider a {
    background: #CACBCB none repeat scroll 0px 0px;
    color: #221918;
    border-radius: 0px 0px 5px 5px;
    padding: 8px;
    position: absolute;
    margin-top: -8px;
    z-index: 499;
	font-weight: 700;
}
.footer-section {
    background: #221918 none repeat scroll 0px 0px;
    padding: 45px 0 0 0;
}
.footer-section .twitter-widget {
	margin: 30px 0 0;
	display: none;
}
.footer-section .container img {
	margin-left: 30px;
}
.footer-section p {
	color: #656363;
}
.footer-section .twitter-widget ul li {
	color: #c5c5c5;
	margin-bottom: 32px;
}
.footer-section .twitter-widget ul li img {
	width: 87px;
	height: 110px;
	border: 3px solid #ff9311;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
.footer-section .twitter-widget ul li img:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.footer-section .twitter-widget ul li h4 {
	font-size: 11px;
	font-style: italic;
	color: #656363;
 }
.footer-section .contact-us {
	color: #c5c5c5;
	margin-top: 30px;
}
.footer-section .contact-us ul li i {
	color: #3b3331;
	font-size: 72px;
}
.footer-section .contact-us ul li .media-heading {
	color: #ffffff;
}
.privacy-section {
	background: none repeat scroll 0 0 #221918;
	text-align: center;
	font: bold 11px'Arial', Helvetica, sans-serif;
}
/*Footer*/

/*Owl-carousel*/
#owl-demo .item{
	padding: 30px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.customNavigation{
	text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*Owl-carousel*/

/*-- responsive-design --*/
@media (max-width:1440px){}

@media (max-width:1366px){}

@media (max-width:1280px){}

@media (max-width:991px){
.tp-caption p{
	font-size:12px;
}
.tp-caption ul li {
	font-size:11px;
}
.hasab p {
	font-family: 'Anton';
	font-size: 16px;
	color: #757575;
	text-transform: uppercase;
	line-height: 0.7;
	padding: 10px 0 0 10px;
}
.hasab-de p {
  font-family: 'Anton';
  font-size: 20px;
  color: #757575;
  text-transform: uppercase;
  line-height: 0.65;
  padding: 10px 0 0 10px;
}
.br-hidden {
	display:none;
}
.br-hidden-de {
	display:none;
}
.hasab-container.col-sm-6{
	padding-right: 0px;
}
}

@media (max-width:880px){
.tp-caption p{
	font-size:11px;
}
.tp-caption ul li {
	font-size:10px;
}
.hasab p {
	font-family: 'Anton';
	font-size: 18px;
	color: #757575;
	text-transform: uppercase;
	line-height: 0.9;
	padding: 10px 0 0 10px;
}
.hasab p span {
	font-family: 'Anton';
	font-size: 20px;
	color: #dc2a0b;
	text-transform: uppercase;
}
.hasab-de p {
  font-family: 'Anton';
  font-size: 20px;
  color: #757575;
  text-transform: uppercase;
  line-height: 0.75;
  padding: 10px 0 0 10px;
}
.navbar-brand h1 p {
	font-family: 'Anton';
	font-size: 25px;
	color: #2f2f2f;
}
.navbar-brand h1 p span {
	font-family: 'Anton';
	font-size: 38px;
	color: #dc2a0b;
}
.navbar-brand h2 p {
	text-transform: uppercase;
	font-family: 'Roboto';
	font-size: 10px;
	color: #868786;
}
header h1 {
	font-family: 'Roboto';
	color: #868786;
	text-align: left;
	font-size: 12px;
}
header h2 {
	font-family: 'Roboto';
	color: #868786;
	text-align: left;
	font-size: 12px;
}
header h2 span {
	font-family: 'Roboto';
	color: #d5d8da;
	font-size: 12px;
}
header h3 {
	font-family: 'Roboto';
	color: #868786;
	text-align: left;
	font-size: 12px;
}
#form {
	padding-left: 5px;
}
.tp-caption.small_text ul li {
	color: #fff;
	font-size: 11px;
	line-height: 1.25em;
	font-family: 'Roboto';
}
}
@media (max-width:768px){
header {
	margin-left: 5px;
	margin-right: 5px;
}
nav {
	margin-left: 5px;
	margin-right: 5px;
}
.navbar-nav li a {
	min-height: 0px;
}
.nav li:first-child {
 border-left: none;
}
.hasab-container.col-sm-6{
	margin-left: 5px;
	margin-right: 5px;
}
.container .call-center {
	margin-left: 5px;
	margin-right: 10px;
}
.container .aboutus {
	padding: 5px;
	margin: 10px;
}
.container .fleet{
	padding-left: 5px;
	margin: 10px;
}
.divider {
	padding-left:10px;
}
.footer-section {
	padding-left: 10px;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
	font-size: 80%;
 }
}
@media (max-width:640px){}
@media (max-width:548px){}
@media (max-width:480px){
.contact-right{
	padding: 10px;
	margin-top: 122px;
	height: 120px;
	border: 1px solid rgba(137, 137, 137, .5);
}
.callcenter-pic {
	transform:translate(0,5%);
}
}
@media (max-width:320px){}
