* {
    font-family: 'Open Sans', sans-serif;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-atticaairport:before {
  content: "\e900";
}
.icon-atticaamea:before {
  content: "\e901";
}
.icon-atticabusiness:before {
  content: "\e902";
}
.icon-atticakids:before {
  content: "\e903";
}
.icon-atticanightclub:before {
  content: "\e904";
}
.icon-atticapackage:before {
  content: "\e905";
}
.icon-atticastudent:before {
  content: "\e906";
}
.icon-atticatours:before {
  content: "\e907";
}
.icon-atticawedding:before {
  content: "\e908";
}
.icon-attfamily:before {
  content: "\e910";
}
.icon-attfamily2:before {
  content: "\e911";
}
.icon-attfamily3:before {
  content: "\e912";
}


a:focus {
	outline: none;
	outline-offset: -2px;
}

.btn:focus {
	outline: none!important;
	outline-offset: -2px;
}

.nopad {
padding:0!important;
margin:0!important;
}

a[href^=tel]{ color:#c4af9b; text-decoration:none;}

.navbar-default {
    background-color: #1f2131;
    border-color: #e7e7e7;
    min-height: 100px;
	transition:0.4s height;
}

.smaller .navbar-default {
    background-color: #1f2131;
    border-color: #e7e7e7;
    min-height: 30px;
	transition:0.4s height;
}

.slideshow.hidden-lg {
    margin-top: 100px;
}

#about span {

    color: #bdbdbd;
    font-weight: 600;
    letter-spacing: -2px;
    font-size: 25px;

}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0px;
    transition: 0.4s font-size;
    padding: 16px 5px;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
        border-top-color: transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: none !important;
}

.smaller .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
	 letter-spacing: 0px;
	 	transition:0.4s font-size;
}

.navbar-nav {

    margin-top: 25px !important;
	transition:0.4s margin-top;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #c4af9b;
    background-color: transparent;
  font-weight:300;
}

.smaller .navbar-nav {

    margin-top: 0 !important;
	transition:0.4s margin-top;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #e2ddd8;
    font-size: 15px;
    font-weight: 300;
}

.logoheader {
    height: 70px;
    transition: 0.4s height;
}

.smaller .logoheader {
    height: 50px;
	transition:0.4s height;
	
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
     
    border-radius: 0;
	transition-duration:0.4s;
	transition-property:margin-top, margin-right;
}

.smaller .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
	transition-duration:0.4s;
	transition-property:margin-top, margin-right;
}


.navbar-brand {
    float: left;
    height: 50px;
    padding: 0;
        padding-top: 0px;
    font-size: 18px;
    line-height: 20px;
    padding-top: 15px;
}
.smaller .navbar-brand {
    padding: 0;
}

.btn-info {
    background-color: #c4af9b;
    color: white;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: -1px;
    border: 1px solid #c4af9b;
    transition-duration: 0.3s;
    transition-property: padding, background-color;
    text-transform: uppercase;
    margin-top: 15px;
}


.btn-info:hover {
    background-color: #c4af9b;
    color: white;
    font-weight: 600;
    padding: 15px 50px;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: -1px;
    border: 1px solid #c4af9b;
    transition-duration: 0.3s;
    transition-property: padding, background-color;
    text-transform: uppercase;
    margin-top: 15px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {

    color: #fff;
    background-color: #c4af9b;
    border-color: #c4af9b;

}


#about {
    padding: 5% 0% 10% 0%;
	
}

#about h2 {
    font-weight: 300;
    font-size: 4vh;
    letter-spacing: -1px;
    margin-bottom: 20px;
    margin-top: 50px;
  border-left: 5px solid #c4af9b;
padding-left: 18px;
}

#about h2 > small {
    font-weight: normal;
    margin-top: 6px;
    display: block;
    font-size: 17px;
    letter-spacing: 0;
    color: black;
}

#about a {
    color: white;
    font-size: 20px;
    margin-right: 10px;
    border: 0px solid #c1c1c1cc;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
    background: #1f2131;
    border-radius: 30px;
}

#about p {

    line-height: 1.8;
    color: #818181;
    font-size: 16px;

}

.emph {
color:#000;
font-weight:bold;
}

#services {
    background-image: url('/wp-content/uploads/2018/10/servicesbg.jpg');
    padding: 0% 0% 10% 0%;
    background-attachment: fixed;
}

#services h3 {
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 1.9vh;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 0px;
  
}




@media (max-width: 767px) {
  .icon-wrapper {
    margin-top: 20px;
    min-height: 100px!important;
}
  #copyright ul {
    text-align: center;
   
}
  #copyrights {
   
    text-align: center;
}
  
 
}




#services small {
    font-size: 14px;
    
    color: #A6A8B8;
  line-height: 1.6;
}

#services span {
    color: #c4af9b;
   
}

.icon-wrapper a span {
font-size: 40px;
  transition:0.3s font-size;
}

.icon-wrapper a:hover span {
font-size: 46px;
  transition:0.3s font-size;
}

.icon-wrapper i {
    color: #e2ddd8;
    display: block;
    text-align: right;
    font-size: 15px;
}

.icon-wrapper {
 
    margin-top: 20px;
   min-height: 170px;
}

#specialpackages {
    background-color: #e5e5e5;
    padding: 5% 0% 10% 0%;
}

.package-details {
background-color:#fff;
padding:5%;

}

.package-details h3 {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -1px;
}

.package-details h5 {
    font-size: 15px;
    font-weight: 600;
    color: #c4af9b;
    line-height: 1.4;
}

.package-details p {
line-height: 1.8;
    color: #9B9B9B;
    font-size: 16px;
}

.packages {
position:relative;
    background: white;
    box-shadow: 10px 10px 70px 10px rgba(0,0,0,0.3);

}

.more {
    color: black;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 14px;
    border: 1px solid #c1c1c1;
    padding: 10px;
}

.more .fa-arrow-right {
    margin-left: 5px;
}
.dropdown-menu span {
    font-size: 23px;
    margin-right: 7px;
}

.welcometext a i {

    margin-right: 10px;

}


.emphasis {
    color: white !important;
    margin-right: 20px;
    background: #e2ddd8;
    border-radius: 50px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    transition-duration: 0.3s;
    transition-property: border-radius, margin-right;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: -1px !important;
}

.smaller .emphasis {
    color: #fff !important;
    margin-right:0px;
    background: #e2ddd8;
    border-radius: 0px;
    padding-left: 30px !important;
    padding-right: 30px !important;
	transition-duration:0.3s;
	transition-property:border-radius, margin-right;
}

.whiteborders {
   
   
    
    display: block;
    width: 100%;
	background-color: #1f2131;
  z-index:999;
  
}

.whiteborders h2 {
    margin: 0;
    font-size: 20px !important;
    letter-spacing: -1px !important;
    font-weight: 600 !important;
	color:#c4af9b;
}

.whiteborders h2 > span {

    font-size: 15px;
    font-weight: normal;
    display: block;
    color: #e2ddd8;
    letter-spacing: 0;
    margin-bottom: 2px;

}

#services h2 {
    font-weight: 300;
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 100px;
    margin-top: 100px;
    color: #c4af9b;
   
}

#services h2 > small {
    font-weight: normal;
    margin-top: 6px;
    display: block;
    font-size: 17px;
    letter-spacing: 0;
    color: white;
}


@media (max-width: 767px) {
    #services h3 {
text-align: center;
letter-spacing: 0px;
font-size: 2.2vh;
margin-top: 5px;

font-weight: 600;
line-height: 1.2;
  }
#services h2 {
    font-weight: 300;
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 50px;
    margin-top: 50px;
    color: #c4af9b;
  text-align:center;
}
.icon-wrapper {
    height: 140px;
    padding-bottom: 20px;
   
}
  .icon-wrapper a span {
    font-size: 65px;
    transition: 0.3s font-size;
}
  .external {
    color: white;
    margin-top: 6px;
    display: block;
    transition: 0.3s color;
}
}


#specialpackages h2 {

    font-weight: 300;
    font-size: 4vh;
    letter-spacing: -1px;
    margin-bottom: 65px;
    color: black;
  border-left: 5px solid #c4af9b;
padding-left: 18px;

}

#specialpackages h2 > small {
    font-weight: normal;
    margin-top: 6px;
    display: block;
    font-size: 17px;
    letter-spacing: 0;
    color: #626262;
line-height: 1.5;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 3vh;
}

.modal-body .form-control {

    display: block;
    width: 100%;
   
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f1f1f1;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 20px;

}

.heightme {
height:50px;
}

.modal-body {
    position: relative;
    padding: 5%;
}

.carousel-indicators {
	position:absolute;
  bottom:5%;
}

.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}



.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel {
    position: relative;
    
}

.carousel-control {
    position: absolute;
    top: 50%;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {

    border: 2px solid #f7e700;
    position: absolute;
    margin-top: 50px;
    background: #f7e700;
    color: #5E5E5E;
    padding: 2%;
    font-weight: 600;

}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('/wp-content/uploads/2018/10/Loading_icon2.gif');
  background-repeat:no-repeat;
    width: 80px;
    height: 80px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
  	position:absolute;
}

.opaopabtn {
    background: #1f2131;
    border-color: #1f2131;
    padding: 3%;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
      margin-top: 20px;
  transition:0.3s padding;

}

.opaopabtn:hover {
    background: #1f2131;
    border-color: #1f2131;
    padding: 3% 5%;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
      margin-top: 20px;
  transition:0.3s padding;

}

.btn.btn-link {
    font-weight: 600;
    color: black;
    border: 1px solid;
    padding: 2%;
}

.btn.btn-link:hover {
    color: grey;
  text-decoration:none;
   border: 1px solid grey;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-menu li {
    background: #151723;
}

.service-header .overlay {
    background-color: rgba(0,0,0,0.4);
    padding: 150px 1%;
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {

    padding: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    color: wheat !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: wheat;
    background-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {

    color: wheat !important;
    text-decoration: none;
    background-color: transparent;

}
.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #c4af9b;
}

.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date.form-control.heightme {
    width: 100% !important;
}

h1 {
    /*font-size: 3vh;
   */ font-weight: 30;
}

 /* changing the placeholder css like color and Typogrphy*/
#insertform ::placeholder {
  color: #77624E !important;
  opacity: 1; 
}

#insertform :-ms-input-placeholder { 
 color: #77624E !important;
}

#insertform ::-ms-input-placeholder {
 color: #77624E !important;
}