/*
@font-face {
    font-family: "bebas";
    src: url("../fonts/BebasNeue_Regular.eot");
    src: url("../fonts/BebasNeue_Regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/BebasNeue_Regular.woff") format("woff"),
    url("../fonts/BebasNeue_Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "proxima";
    src: url("../fonts/proximanova-regular-webfont.eot");
    src: url("../fonts/proximanova-regular-webfont.eot?#iefix")format("embedded-opentype"),
    url("../fonts/proximanova-regular-webfont.woff") format("woff"),
    url("../fonts/proximanova-regular-webfont.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "century";
    src: url("../fonts/CenturyGothicRegular.eot");
    src: url("../fonts/CenturyGothicRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/CenturyGothicRegular.woff") format("woff"),
    url("../fonts/CenturyGothicRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
*/
.wow {
    visibility: hidden;
}
  


div{
    transition: all 0.3s ease-in;
}

/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
   /* overflow-x: hidden;*/
}

body {
    font-family:"proxima",Helvetica,Arial,sans-serif;
    position: relative;
    font-size:14px;
    line-height:24px;
    color:#212436;
	/*background:#e8edf2;*/
	/*background:#ffffff;*/
	min-width:350px;
	min-height:800px;
   /* overflow: hidden;*/
}
.no_scroll {
    overflow: hidden;
}

a{
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	
}

a:hover{

}

h1, h2, h3, h4, h5, h6{
    color:#3f3f3f;
    margin:0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
	font-family:ubuntu ,Helvetica,Arial,sans-serif;
}

h1{
    font-size:48px;
    line-height:52px;
}

h2{
    font-size:36px;
    line-height:48px;
}

h3{
    font-size:25px;
    line-height:25px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:18px;
    line-height:24px;
}

h6{
    font-size:14px;
    line-height:18px;
}

p{
    margin-bottom:20px;
}

.cl {
	clear:left;
}
.cr {
	clear:right;
}
.cb {
	clear:both;
}

.section{
    padding: 70px 0;
    position: relative;
}

ul, li, table, tr, td{
	padding:0;
	margin:0;
}
ul, li{
	list-style:none;
}

p{
	margin:0;
}

.center {
    text-align: center;
}
/**Radio si check style**/
@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #0087b8; } }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  
    position: relative;
    display: block;
   
    cursor: pointer;
    vertical-align: middle;
    top: 2px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
   padding: 11px 30px;
    margin: 10px;
    width: 44%;
    text-align: center;
   
  }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
      bottom: 0;
          right: 0;
    display: inline-block;
    /*width: 20px;
    height: 20px;*/
    content: '';
   /* border: 1px solid #c0c0c0; */
}
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0087b8; }

.magic-radio:checked + label:before {
  border: 1px solid #0087b8; }


.magic-checkbox + label span {
  z-index: 2;
position: relative;
color: #000;
}
.magic-checkbox:checked + label span {

color: #fff;
}

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 15px;
  left: 19px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #000;
  background: orangered;
    
}
.magic-checkbox:checked + label {
  border-radius: 3px !important;
  border: 1px solid orangered !important;
    
}

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }

.text_label_magic  {
	margin-left:25px;
	cursor:pointer;
}
/*
.modal-dialog {
  position:absolute;
  top:50% !important;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin:auto;
  width:90%;
  left: 0;
  right: 0;
}
.modal-content {
  min-height:100%;

  top:0;
  bottom:0;
  left:0;
  right:0; 
}
.modal-body {

  top:0px;
  left:0;
  right:0;
  overflow-y:auto;
    background: #fff;
}
.modal-footer {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}
.modal-content {
    text-align: center;
}
*/


.f-modal-alert {
  /*background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 20px;*/
  padding: 50px;
}

.f-modal-alert .f-modal-icon {
  border-radius: 50%;
  border: 4px solid gray;
  box-sizing: content-box;
  height: 80px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 80px;
}
.f-modal-alert .f-modal-icon.f-modal-success, .f-modal-alert .f-modal-icon.f-modal-error {
  border-color: #A5DC86;
}
.f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:after, .f-modal-alert .f-modal-icon.f-modal-error:before {
  background: #fff;
  content: '';
  height: 120px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 60px;
}
.f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  -webkit-transform-origin: 60px 60px;
          transform-origin: 60px 60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-error:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  -webkit-transform-origin: 0 60px;
          transform-origin: 0 60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.2);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
  background-color: #A5DC86;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 25px;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 47px;
}
.f-modal-alert .f-modal-icon.f-modal-error {
  border-color: #F27474;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark {
  display: block;
  position: relative;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
  border: 4px solid rgba(200, 0, 0, 0.2);
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
  background-color: #F27474;
  top: 37px;
  width: 47px;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
  left: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
  right: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-warning {
  border-color: #F8BB86;
}
.f-modal-alert .f-modal-icon.f-modal-warning:before {
  -webkit-animation: pulseWarning 2s linear infinite;
          animation: pulseWarning 2s linear infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
    left: 0%;
}
.f-modal-alert .f-modal-icon.f-modal-warning:after {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
  background-color: #F8BB86;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
  background-color: #F8BB86;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon + .f-modal-icon {
  margin-top: 50px;
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip .75s;
          animation: animateSuccessTip .75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong .75s;
          animation: animateSuccessLong .75s;
}

.f-modal-icon.f-modal-success.animate:after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate:after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in;
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon .5s;
          animation: animateErrorIcon .5s;
}

.animateXLeft {
  -webkit-animation: animateXLeft .75s;
          animation: animateXLeft .75s;
}

.animateXRight {
  -webkit-animation: animateXRight .75s;
          animation: animateXRight .75s;
}

.scaleWarning {
  -webkit-animation: scaleWarning 0.75s infinite alternate;
          animation: scaleWarning 0.75s infinite alternate;
}

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
          animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes animateSuccessTip {
  0%,54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0%,54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0%,65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0%,65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0%,5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100%,12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0%,5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100%,12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-webkit-keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes animateXLeft {
  0%,
	65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXLeft {
  0%,
	65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@-webkit-keyframes animateXRight {
  0%,
	65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXRight {
  0%,
	65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@-webkit-keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #F8BB86;
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #F8BB86; 
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}


.modal-body h1{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: normal;
    color: #3eae3e;
}
.modal-body h2{
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: normal;
}
.modal-body p{
    font-size: 15px;
line-height: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold
}

.modal-footer .btn{
    margin: auto;
    display: block;
    padding:10px 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}


*{
    box-sizing: border-box;
}


#slider .container-fluid{
    padding: 0 15px;
}
#slider .slider-inner{
    padding: 0;
}
.slider-inner .item img{
    display: block;
    width: 100%;
    height: auto;
}
.slider-inner h1{
    color: purple;
}




header {
    position: absolute;
    top: 0;
    left: 0;
    height: 51px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 3;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#cd-logo, #cd-logo-2 {
    display: block;
    float: left;
    margin: 0px 0 0 20px;
    width: 90px;
    height: 50px;
}

#cd-top-nav {
    position: absolute;
    top: 0;
    /*right: 50px;*/
    right: 0px;
    height: 100%;
}

#cd-top-nav ul {
    height: 100%;
    padding-top: 0px;
   /* background: #cd2122;*/
}

#cd-top-nav li {
    display: inline-block;
    margin-right: 0;
}

#cd-top-nav a {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 15px 30px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.menu-top-drop {
    position: absolute !important;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #000000;
}

.menu-top-drop .dropdown-toggle{
    display: block;
    height: 80px;
}

#cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 400;
    display: none;
    font-size: 20px;
}

#cd-menu-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #FFF;
}

#cd-menu-trigger .cd-menu-icon::before {
    bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
}



#cd-menu-trigger .cd-menu-icon::after {

    top: 5px;

}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon::after {

    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;

}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

.top_menu.dropdown-menu {
    margin-top: 0px !important;
    border-radius: 0 !important;
    width: 100% !important;
    border: 0 !important;
background: rgba(0,0,0,0.8) !important;
    
}

.top_menu.dropdown-menu > li > a {
    padding: 10px 20px !important;
    color: #fff !important;
}

.top_menu.dropdown-menu > li > a:hover{
     color: #000 !important;
}

#mission_box {
    padding: 40px 0 60px;
}

#mission_box h2 {
    color: #cd2122;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
#owner-operators h2 {
    color: #cd2122;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.q-left {
    background: url(../img/quote-begin.png) no-repeat 5% 100%;
    min-height: 80px;
    padding-left: 190px;
    background-size: 100px;
    
}

.q-right { 
    background: url(../img/quote-end.png) no-repeat 95% 100%;
    padding: 0 180px 0 0;
    background-size: 100px;
}

#mission_box blockquote {
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    color: #999999;
    line-height: 30px;
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

#truckservices {
    padding: 35px 0;
}

.smallm_title.bigger {
    font-size: 30px;
}
.smallm_title.centered {
    text-align: center;
}
.smallm_title {
    color: #cd2122;
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #bcbcbc;
    margin: 0 0 20px;
}

.smallm_title span {
    padding-bottom: 9px;
    display: inline-block;
    border-bottom: 1px solid #bcbcbc;
    position: relative;
}

.smallm_title span::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -2px;
    border: 3px solid transparent;
        border-bottom-color: transparent;
    border-bottom-color: #bcbcbc;
    max-width: 100px !important;
}
.feature_box.style2 .box {
    min-height: 90px;
}
.feature_box .box {
    margin-bottom: 15px;
}

.feature_box.style2 span.icon {
    margin-right: 14px;
    display: inline-block;
    padding: 8px;
    background: #646464;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color:#fff;
}

.feature_box .title {
    font-size: 14px;
    font-weight: 700;
    color: #cd2122;
    text-shadow: 1px 1px 0 white;
    vertical-align: middle;
    margin-left: 51px;
line-height: 20px;
}

.feature_box .title a {
    font-size: 14px;
    font-weight: 700;
    color: #cd2122;
    text-shadow: 1px 1px 0 white;
    vertical-align: middle;
}

.feature_box.style2 p {
    margin-left: 50px;
}

.op li {
background: url(https://cdn1.iconfinder.com/data/icons/material-core/20/check-circle-outline-128.png) no-repeat 0 0;
    background-size: auto auto;
padding: 6px 39px 10px;
list-style: none;
font-size: 18px;
font-weight: 600;
background-size: 30px;
margin-bottom: 30px;
}

.appbanner img {
    max-width: 100%;
    margin-bottom:15px;
}

.appbanner .btn {
    margin-bottom: 15px;
}

.ban {
        padding: 35px 0;
}

.ban_g .row {
    position: relative;
}

.ban_mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
   
    color: #fff;
   
    transition: all 0.1s ease-in;
}

.ban_mask_hover {
     opacity: 0;
     background: rgba(0,0,0,0.5);
}


.ban_mask_iner_table {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.ban_mask_iner_table_cell {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

.ban_mask_iner_table_cell span {
    font-size: 40px;

}

/** pe 08.12.2020 la comanda lui George modificat .ban_g .row:hover .ban_mask_hover { */
.ban_g .row .ban_mask_hover {
    opacity: 1;
}

.ban img {
    width: 100%;
}

#footer {
    background: #2f2f2f;
    padding: 40px 0 10px;
    color: #d5d5d5;
    font-size: 13px;
    clear: both; 
    
}

.ban_g.col-md-4 {
    display: inline-table;
}

#footer h5 {
font-size: 14px;
font-weight: 900;
margin-top: 40px;
color: #fff;
}
h5 {
    font-size: 14px;
    line-height: 20px;
}

#footer .menu {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

#footer a {
    color: #fff;
    font-size: 13px;
}

.textwidget li {
    float:left;
    margin-right:10px;
}

.call_me span {
    display: none;
}
.owner span {
    display: none;
}


.nav-menu {
  /*position: absolute;
  top: 5%;
  right: 5%;*/
  z-index: 2;
  cursor: pointer;
}
.nav-menu span {
  font-size: 30px;
  color: #fff;
}

.nav-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 3;
}

.nav-container {
  position: fixed;
  z-index:1030;
  background: #fff;
  width: 350px;
  height: 100%;
  right: -100%;
}

.cl {
    clear: both;
}

.close-button {
  float: right;
  padding: 20px;
  cursor: pointer;
  vertical-align: text-bottom;
    background: transparent;
}
.close-button span {
  transform: translatey(1px);
    position: relative;
top: -2px;
}

.navigation {
  padding: 0;
  list-style-type: none;
}
.navigation a {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  color: #202121;
  font-weight: bold;
  font-size: 18px;
  transition: 200ms;
}
.navigation a:not(last-child) {
  border-bottom: 1px solid #e6eaea;
}

.navigation a:hover,
.navigation a:focus {
  text-decoration: none;
  color: #f16876;
}

.dropdown-container {
  position: relative;
}
.dropdown-container .caret {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 4px solid\9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transition: 300ms;
  color: #f16876;
}

.caret.open {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dropdown-nav {
  display: none;
  padding-left: 20px;
}
.dropdown-nav li {
  list-style-type: none;
}
.dropdown-nav a {
  font-weight: 400;
}

.contactUsInner {
    float: left;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow-y: auto; 
} 
 
.contactUsInner h1, .thankYou h1 {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    margin: 0px 0 0 0;
}

.contactUsInner h2 {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    color: #000;
    text-align: center;
    text-transform: none;
    font-size: 11px;
    line-height: 24px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    margin: 12px 0 0 0;
}

.form {
    float: left;
    width: 350px;
    height: auto;
    margin: 10px 0 0 34px;
}

.input-field.small {
    float: left;
    width: 140px;
    height: auto;
    margin: 0 11px 12px 0;
}



.input-field {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 12px 0;
}

.input-field input[type="text"], .input-field input[type="email"] {
    float: left;
    width: 286px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bdbdbd;
    padding-left: 15px;
    color: #000;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.input-field.small input {
    width: 135px;
}



#submitBtn.yellowBtn {
    width: 286px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
    text-align: center;
    color: #fff;
}
.yellowBtn {
    background: #cd2122 none repeat scroll 0 0;
    padding: 0 30px;
    margin: 0;
    height: 60px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

a.yellowBtn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00467e;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.phoneBg {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    text-align: left;
    padding: 10px 0 32px 0;
}

.phoneBg p {
    padding: 0 35px;
}
.contactUsInner h1, .thankYou h1 {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    margin: 0px 0 0 0;
}

.phoneNumberBg {
    float: left;
    width: 100%;
    height: 54px;
    line-height: 54px;
    margin: 0;
    text-align: center;
    color: #005590;
    font-weight: 800;
    font-size: 30px;
    font-family: 'Open Sans',sans-serif;
}

.customStyleSelectBox {
    display: inline-block;
    border: 1px solid #ccc;
    width: 140px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 13px;
    font-size: 16px;
    color: #777;
    font-weight: 100;
}

.bot_sell span {
    width: 286px;
}

header.clearfix {
    background: transparent;
    position: relative;
top: auto;
left: auto;
height: auto;
}

.owner p {
    margin: auto;
padding: 0;
line-height: initial;
font-size: initial;
color: #fff;
}

.page_content {
    padding-top: 100px; 
    min-height: calc(100vh - 300px);
}

.page_content_img {
    padding-top: 0 !important;
}

.modal-header .close {
    color: #FFF;
    opacity: 1;
    background: transparent;
}

#seven_login {
    padding: 31px ;
    height: 80px ;
    vertical-align: bottom;
    
}
.call_me #seven_login {

}

.call_me p {
    font-size: 18px;
    color: #000;
}

#slideshow {
    width: 100%;
    text-align: center;
    height: 450px;
    overflow: hidden;
}
.bg_page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-indent: -9999px;
        width: 100%;
    text-align: center;
    height: 450px;
    overflow: hidden;
}

.main_container {
    background: #fff;
margin-top: 20px;
padding: 20px 30px;
min-height: 500px;
margin-bottom: 20px;
border-radius: 5px;
box-shadow: 0 0 13px -10px;
}
/*

.datepicker-dropdown {
    width: auto !important;
    background: #fff !important;
    padding:5px !important;
}
*/
.day {
    cursor: pointer;
    text-align: center;
}
.day:hover {
    background: #eaedef;
}

/*
@media (max-width:900px) {
    .datepicker-dropdown {
      margin-left: 30px;
    }
}
*/
/* added 24.11.2020 pentru stiluri trident transport */
.ttpage{
    background: #fff;
}
.ttpage .main_container img{
    max-width: 100%;
}
.ttpage .main_container{
    padding: 50px 0;
    width: 100%;

}
.block-full{
    width: 100%;
    clear: both;
}
.bg-gri{
    background: #f7f7f7;
}
.block-continer{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.bg-right-bottom{
    background-position: right bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.bg-left-bottom{
    background-position: left bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.t3{
    color: #6ac14c;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0;
}
.t1{
    margin: 5px 0 20px;
    color: #000000;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.t2{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 0.7em;
    padding: 20px 0;
}
.t4{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}
.ttpage .main_container p{
    color: #333333;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
}
.ttpage p.p9{
    font-size: 14px;
}
.block1{
    padding: 100px 0 200px;
}
.block2{
    padding: 50px 0 100px;
}
.block2-1{
    padding: 0px 0 100px;
}
.block2-2{
    width: 150px;
    margin: 130px 0 0 130px;
}
.block2-2 img{

}
.block3{
    padding: 50px 0 100px;
}
.block4{
    padding: 50px 0 30px;
}
.block4-1{
    padding: 50px 0 30px;
}
.block4-2{
    text-align: center;
    padding-top: 30px;
}
.block4-2 img{
    max-width: 70%;
}
.block5{
    padding: 50px 0 30px;
    text-align: center;
}
.block5-1{
    text-align: center;
    min-height: 200px;
}
.block5-1.col-md-4{
    margin-bottom: 50px;
}
.block6{
    padding: 120px 0;
}
.block6 .row{
    padding-top: 30px;
}
.block6 .tt-icons img{
    width: 50%;
}
.block6 .t4{
    padding-top: 10px;
}
.block7{
    background-position: center left;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 140px 0px 120px 0px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.block7 .t1{
    color: #fff;
    margin: 5px 0;
}
.block7 p{
    color: #fff;
    margin: 0px 0 20px;
}
.block7-overlay{
    background-color: #000000;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    box-sizing: border-box;
}

.tt-icons img{
    width: 20%;
    filter: brightness( 0% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.table-poze{
    max-width: 90%;
    margin: 30px 0;
}
.table-poze td{
    padding: 2px;
}
.table-poze img{
    max-width: 100%;
}
.tt-logos img{
    width: 180px;
    vertical-align: middle;
    display: inline-block;
}
.w900{
    width: 900px;
}
@media (max-width: 768px) {
    .block-continer{
        max-width: 90%;
    }
    .bg-right-bottom{
        background: none !important;
    }
    .bg-left-bottom{
        background: none !important;
    }
    .block1{
        padding: 20px 0 50px;
    }
    .block2{
        padding: 20px 0 0px;
    }
    .block2-1{
        padding: 0px 0 30px;
        text-align: center;
    }
    .block2-2{
        width: 100%;
        margin: 30px 0 40px 0px;
        text-align: center;
    }
    .block2-2 img{
        width: 30%;
    }
    .block3{
        padding: 50px 0 50px;
    }
    .block4{
        padding: 50px 0 30px;

    }
    .block4-0{
        text-align: center;
    }
    .block4-1{
        padding: 50px 0 30px;

    }
    .block4-2{
        text-align: center;
        padding-top: 30px;
    }
    .block4-2 img{
        max-width: 70%;
    }
    .block5-1{
        min-height: auto;
    }
    .block6{
        padding: 20px 0;
    }
    .block6 .row{
        padding-top: 30px;
    }
    .block6 .tt-icons{
        text-align: center;
    }
    .block6 .tt-icons img{
        width: 20%;
    }
    .block6 .t4{
        padding-top: 10px;
        text-align: center;
        padding-bottom: 20px;
    }
    .w900{
        width: 100%;
    }
}


.dtopmenu a{
    padding: 31px ;
    height: 80px ;
    vertical-align: bottom;
    color: #fff;
    background: #000;
}
.dtopmenu a:hover{
    background: #2c2c2c;
}
.dtopmenu p {
    margin: auto;
    padding: 0;
    line-height: initial;
    font-size: initial;
}
.menu-top-drop{
    display: none;
}
