@import '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css';
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800&subset=greek,latin);
.menu {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.menu:after {
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #e5aeae;
  content: '';
  position: absolute;
}
.menu li{
  float: left;
  font-size: 17px;
  line-height: 40px;
  position: relative;
}
.menu > li.fist-item{
width:7.4%;}
.menu > li.second-item{
width:8.4%;}
.menu > li.third-item{
width:10.4%;}
.menu > li.fourth-item{
width:20.4%;}
.menu > li.fifth-item{
width:15.4%;}
.menu > li.sixth-item{
width:25.8%;}
.menu > li.last-item{
width:12.2%;}

.menu li:before {
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #e5aeae;
  content: '';
  position: absolute;
}
.menu li a {
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.menu li a:hover {
  background-color: #37519c;
  color: #ffffff;
  border-left:solid 1px #e5aeae;
}
.menu li.active-menu-item a {
  background-color: #37519c;
  color: #ffffff;
}
.select-menu {
  font: 12px/15px Arial, Helvetica, sans-serif;
  color: #202020;
  width: 100%;
  margin: 20px auto;
  float: none;
  outline: none;
  text-align: left !important;
  border: 2px solid #ffffff;
}
.select-menu option {
  text-align: left;
}
@media (min-width: 980px) and (max-width: 1199px) {
.menu li{
  font-size: 14px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.menu li{
  font-size: 11px;
}
}
/* Stuck menu styles
========================================================*/
#stuck_container {
  background-color: #ff0000;
}
.isStuck {
  background-color: #ffffff;
  z-index: 999;
  box-shadow: 0 3px 3px #000;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #ffffff;
  font-size: 43px;
  line-height: 60px;
  background-color: #ff0000;
  width: 60px;
  height: 60px;
  z-index: 20;
  text-align: center;
  border: 1px solid #ff0000;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #ffffff;
  border-color: #37519c;
  background-color: #37519c;
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background: #ffffff;
  color: #2a2a2a;
  font: 17px/27px 'Open Sans', sans-serif;
}
.strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 27px;
}
p.offset__1 {
  margin-bottom: 54px;
}
p.offset__2 {
  margin-top: 44px;
}

input,
textarea {
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
/****Heads****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  position: relative;
}
h2 {
  font-size: 49px;
  line-height: 80px;
  padding-top: 96px;
  margin-bottom: 54px;
}
h3 {
  font-size: 22px;
  line-height: 30px;
  padding-top: 15px;
  margin-bottom: 25px;
  text-decoration:underline;
  text-transform: none;
}
h4 {
  font-size: 17px;
  line-height: 30px;
  padding-top: 15px;
  margin-bottom: 25px;
  text-transform: none;
  font-weight: 700;
}
h5 {
  font-size: 17px;
  line-height: 30px;
  padding-top: 15px;
  margin-bottom: 25px;
  text-transform: none;
  text-decoration:underline;
  font-weight: 700;
}
h6 {
  font-size: 17px;
  line-height: 30px;
  padding-top: 15px;
  margin-bottom: 5px;
  text-transform: none;
  text-decoration:underline;
  font-weight: 700;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-1 {
  padding-top: 10px;
}
.list-1 li {
  font-size: 21px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.list-1 li a {
  padding: 22px 29px 24px;
  color: #1a1a1a;
  display: block;
  background-color: #eae9e9;
  background-color: rgba(234, 233, 233, 0.8);
}
.list-1 li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.list-1 li a:hover .fa {
  color: #fdd601;
}
.list-1 li a .fa {
  font-size: 53px;
  line-height: 90px;
  position: absolute;
  width: 58px;
  right: 24px;
  top: 50%;
  margin-top: -45px;
  text-align: center;
}
.list-1 li + li {
  margin-top: 10px;
}
.list-2 {
  margin-right: -25px;
}
.list-2 li {
  padding-left: 30px;
  position: relative;
  color: #2a22a;
}
.list-2 li:after {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #2a2a2a;
  border-radius: 500px;
  content: '';
  left: 0;
  top: 9px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.list-2 li + li {
  margin-top: 10px;
}
.list-3 {
  margin-right: -25px;
}
.list-3 li {
  padding-left: 30px;
  position: relative;
  color: #2a22a;
}
.list-3 li:after {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #2a2a2a;
  content: '';
  font-family: 'FontAwesome';
  left: 0;
  top: 9px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.list-3 li + li {
  margin-top: 10px;
}
/****Links****/

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  color: #ff0000;
}
.btn {
  display: block;
  background-color: #ff0000;
  color: #000000;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  padding: 24px 5px 26px;
  text-transform:none;
  font-weight: bold;
  margin-top: 23px;
}
.btn:hover {
  background-color: #000000;
}
/****classes****/
.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.mt0{margin-top:-40px;}
.mt1{margin-top:40px;}
.ml1{
	margin-left:-10px;}
.ml2{
	margin-left:100px;}
.pad0 {
  padding: 0 !important;
}
.img_inner {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 27px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.img_inner.offset__1 {
  margin-bottom: 29px;
}
.img_inner.img_fright {
  margin-top: 0;
  position: relative;
  top: -10px;
  float: right;
  margin-left: 30px;
}
.oh {
  overflow: hidden;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}
.alright {
  text-align: right;
}
.ta__center {
  text-align: center;
}
.ta__left {
  text-align: left;
}
.ta__right {
  text-align: right;
}
.td__underline {
  text-decoration: underline;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}
.oh {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.rel {
  position: relative;
}
.pad-1 {
  padding-right: 86px;
}
.pad-2 {
  padding-right: 40px;
}
/*header*/
.main {
  overflow: hidden;
}
.content-load-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/AjaxLoader.gif) #ffffff 50% 50% no-repeat;
  z-index: 1000;
  overflow: hidden;
}
#header {
  padding: 29px 0;
  display: block;
  position: relative;
  z-index: 999;
}
#header .logo {
  float: center;
  position: relative;
  background: url(../images/logo.jpg) no-repeat;
  height:163px;
  width:737px;
  padding-bottom:29px;
}
#header .logo a {
  display: block;
  padding: 15px 0 0;
}
#header .logo * {
  position: relative;
  z-index: 2;
}
#header .logo *:hover {
  color: inherit;
}
@media (min-width: 768px) and (max-width: 979px) {
 #header .logo {
  background: url(../images/logo1.jpg) no-repeat;
  height:111px;
  width:500px;
}

}
@media (max-width: 767px) {
#header .logo {
  background: url(../images/logo2.jpg) no-repeat;
  height:96px;
  width:430px;
}
}
@media (max-width: 479px) {
#header .logo {
  background: url(../images/logo3.jpg) no-repeat;
  height:63px;
  width:280px;
}
}
/****Content****/
#content {
  background-color: #ffffff;
}
/****Subpages****/
#home {
  background-color: #ffffff;
  background: url("../images/parallax-1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 979px) {
#home {
  background: url("../images/parallax-1b.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
}
#home2 {
  padding-bottom: 94px;
  background-color: #000000;
  background: url("../images/parallax-2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#about {
  padding-bottom: 100px;
  background-color: #ffffff;
}
#services {
  padding-bottom: 100px;
  background-color: #d3ecf4;
}
#cars {
  padding-bottom: 100px;
  background-color: #ffffff;
}
#driving-licence {
  padding-bottom: 100px;
  background-color: #ffffff;
  background: url("../images/parallax-3.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 979px) {
#driving-licence {
  background: url("../images/parallax-3b.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
}
#links {
  padding-bottom: 100px;
  background-color: #ffffff;
  background: url("../images/parallax-4.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#news h2 {
  color: #ffffff;
}
#contacts {
  padding-bottom: 110px;
  background-color: #e7f5f9;
}
.bg_2 {
  background: #FF0000;
}

/*****Gallery****/
/****Separators****/
/****Text styles****/
.text1 {
  font-size: 30px;
  line-height: 47px;
  text-transform: none;
  font-weight: bold;
}
.text1.offset__1 {
	margin-top:30px;
  margin-bottom: 43px;
}

.text2 {
  font-size: 31px;
  line-height: 47px;
  text-transform: none;
  text-align:center;
}
.text2.offset__2 {
  margin-top:40px;
  margin-bottom: 23px;
  margin-left:-40px;
}
.text3 {
  font-size: 30px;
  line-height: 97px;
  text-transform: none;
  font-weight: bold;
}
.text3.offset__3 {
  margin-top:100px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
.text3 {
  font-size: 20px;
  line-height: 50px;
}
.text2 {
  font-size: 17px;
  line-height: 27px;
}
.text2.offset__2 {
  margin-left:-10px;
}
}
.text_5 {
  font: 700 17px/30px 'Open Sans', sans-serif;
}
.color_1 {
  color: #ffffff;
}

.color1 {
  color: #ff0000;
}
.color1 a:hover,
a.color1:hover {
  color: #000000;
}
.color2 {
  color: #fdef01;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
/****Map****/
.map {
  width: 100%;
  height: 485px;
}

.map2 {
  margin: 10px 0 56px;
  width: 99%;
  height: 450px;
}
@media (max-width: 767px) {
  .map2 {
    height: 350px;
  }
}
@media only screen and (max-width: 479px) {
  .map2 {
    height: 250px;
  }
}
.img-border {
  border: 6px solid #ffffff;
  width: 99%;
}
@media (min-width: 768px) and (max-width: 979px) {
 .img-border {
    width: 98%;
  }
}
.img-shadow {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.3);
}
 dd,
 dt {
  display: inline-block;
}
 dd {
 padding-left: 5px;

}
 address {
  margin-bottom: 15px;
}
.mail a {
  padding-left: 30px;
}
@media (max-width: 1199px) {
 .mail a {
    padding-left:30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
	 .mail {
  font: 12px/20px 'Open Sans', sans-serif;
  }
	 .mail a {
  font: 12px/20px 'Open Sans', sans-serif;
    padding-left:5px;
  }
 dd,
 dt {
  font: 12px/20px 'Open Sans', sans-serif;
}
}
.address1 {
  display: block;
  margin-bottom: 9px;
}
.map_phone {
  font-size: 34px;
  line-height: 47px;
  position: relative;
  display: block;
  padding-left: 43px;
}
.map_phone .fa {
  margin-left: -60px;
  top: 7px;
  font-size: 54px;
  color: #fdef01;
  position: absolute;
}
.btn {
  display: inline-block;
  border-radius: 5px;
  padding: 9px 37px 11px 36px;
}
.btn:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #3b434b;
}
.btn.__hover2:hover {
  background-color: #37519c;
  color: #ffffff;
}
/**Footer**/
#footer {
  text-align: center;
  padding: 40px 0;
  background:#37519c;
}
.social-icons {
  margin-bottom: 29px;
  font-size: 0;
  line-height: 0;
}
.social-icons .fa {
  background-color: #ff0000;
  color: #ffffff;
  width: 50px;
  height: 50px;
  font-size: 21px;
  line-height: 54px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
}
.social-icons .fa:hover {
  color: #ffffff;
  background-color: #37519c;
}
.social-icons .fa + .fa {
  margin-left: 10px;
}
#footer a:hover {
  color: #000000;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1335px) {
  .caro_wrap {
    padding: 0 80px;
  }
  #owl-2 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .logo:before {
    left: 0px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .extra_wrapper {
    overflow: visible;
  }
  #toTop {
    display: none !important;
  }
  #owl {
    padding-bottom: 0;
  }
  #owl .item {
    padding: 120px 0;
    font-size: 60px;
    line-height: 80px;
  }
  .thumbnail {
    width: 465px;
  }
  #contact-form .btn {
    width: 170px;
  }
  #stuck_container {
    position: static;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea {
    width: 100% !important;
    float: none !important;
  }
  .map figure {
    height: auto !important;
  }
  .nowrap {
    white-space: normal;
  }
  .map figure {
    height: 100% !important;
  }
  .list-1 li {
    font-size: 16px;
  }
  .thumbnail {
    width: 368px;
  }
  .thumbnail-1 {
    width: 50%;
  }
  #owl-2 {
    margin-left: 0;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    margin-right: 0;
    padding-top: 40px;
  }
  .map iframe {
    height: 400px !important;
  }
  #owl-1 .owl-next,
  #owl-1 .owl-prev {
    bottom: 0 !important;
  }
  .select-menu {
    display: block;
  }
  .menu {
    display: none;
  }
  .thumbnail {
    padding-left: 17px;
    padding-right: 17px;
  }
  .thumbnail .left-icon {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #owl-2 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .owl1_wrapper {
    padding-top: 0;
  }
  #owl .item {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .map figure iframe {
    height: 300px;
  }
  .thumbnail,
  .thumbnail-1 {
    width: 100%;
    margin-left: 0 !important;
  }
  .thumbnail-wrapper {
    margin-left: 0 !important;
  }
  .logo {
    float: none !important;
  }
  .header_phone {
    margin-top: 20px;
    text-align: center;
    float: none;
  }
  .thumbnail {
    padding-bottom: 62px;
  }
  .video-overlay {
    background: url(../video/video.jpg) center 0 no-repeat;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .map_phone {
    font-size: 15px;
    line-height: 20px;
  }
  .map .map_description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .map_phone .fa {
    font-size: 30px;
  }
  #header .logo {
    font-size: 40px;
  }
  #header .logo span {
    font-size: 80px;
  }
  .header_phone span {
    font-size: 24px;
  }
  .owl-next,
  .owl-prev {
    bottom: 40px !important;
    top: auto !important;
    margin-top: 0 !important;
  }
  .caro_wrap {
    padding: 0 !important;
  }
  #owl-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }
  .list-1 li {
    font-size: 15px;
  }
  .list-1 li a {
    padding-right: 70px;
  }
}
