/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

/** Typography **/
html {
	font-size: 87.5%; }

@media all and (max-width: 768px) {
  html {
    font-size: 81.25%; } 
}
body {
	font-size: 16px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Prompt", "Helvetica", "Arial", sans-serif;
	color: #3a3939;
	font-weight: 300; 
}

h1, 
h1 a, 
h2, 
h2 a, 
h3, 
h3 a, 
h4, 
h4 a, 
h5, 
h5 a, 
h6, 
h6 a, 
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Barlow Condensed', 'Prompt', 'Helvetica', 'Arial', sans-serif;
	color: #252525;
	margin: 0;
	font-weight: 400;
 	letter-spacing: 1px; 
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: 100; 
}

h1,
.h1 {
	font-size: 3.14285714em;
	line-height: 1.31818182em; 
}
h1:not(:last-child),
.h1:not(:last-child) {
    margin-bottom: 0.59090909090909em; 
}

h2,
.h2 {
	font-size: 2.35714286em;
	line-height: 1.36363636em;
	font-weight: 600; 
}
h2:not(:last-child),
.h2:not(:last-child) {
    margin-bottom: 0.78787878787879em; 
}

h3,
.h3 {
	font-size: 1.65em;
	line-height: 1.5em;
	font-weight: 600; 
}
h3:not(:last-child),
.h3:not(:last-child) {
    margin-bottom: 1.04em; 
}

h4,
.h4 {
	font-size: 1.35714286em;
	line-height: 1.68421053em;
	font-weight: 600; 
}
h4:not(:last-child),
.h4:not(:last-child) {
    margin-bottom: 0.700842105263158em; 
}

h5,
.h5 {
	font-size: 1em;
	line-height: 1.85714286em;
	font-weight: 600; 
}
h5:not(:last-child),
.h5:not(:last-child) {
	margin-bottom: 0.600842105263158em; 
}

h6,
.h6 {
	font-size: 0.85714286em;
	line-height: 2.16666667em;
	font-weight: 600; 
}
h6:not(:last-child),
.h6:not(:last-child) {
    margin-bottom: 0.500842105263158em; 
}

.lead {
	font-size: 1.35714286em; 
	line-height: 1.68421053em; 
}
strong {
	font-weight: 400;
}
p {
	font-family: "Prompt";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	text-transform: none;
	line-height: 24px;
	letter-spacing: 0;
 	color: #3a3939; 
}

a {
	color: #565656; 
}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #e70a86; 
}
.text-colored {
	color: #ea2267 !important;
}


/* ----------------------------------------------------------------
    TOP HEADER
-----------------------------------------------------------------*/

.top-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e70a86+0,e70a86+47,f05723+100 */
  padding: 15px 0;
	background: #e70a86; /* Old browsers */
	background: -moz-linear-gradient(left, #e70a86 0%, #e70a86 47%, #f05723 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e70a86 0%,#e70a86 47%,#f05723 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e70a86 0%,#e70a86 47%,#f05723 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e70a86', endColorstr='#f05723',GradientType=1 ); /* IE6-9 */
}
#logo a > img {
	height: 90px;
    width: auto;
    padding: 0px;
}
.icon-box {
  margin-bottom: 0px;
}
.icon-box.small > h3, 
.icon-box.small > h5 {
  font-size: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  margin: 0 5px 5px 60px;
  color: #fff;
}
.icon-box.clean.small .icon i {
  color: #fff;
}
.icon-box p, 
.icon-box p a {
  font-family: "Prompt", "Helvetica", "Arial", sans-serif;
  color: #fff;
  line-height: 1;
}
.icon-box.small > p {
  margin: 0 0 0px 60px;
}


/* ----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------*/

#topbar {
	border-bottom: none;
	background-color: #ffffff;
}

#header #header-wrap {
    /*border-bottom: none;*/
}
#header.header-sticky #header-wrap {
	box-shadow: 0 12px 6px rgba(0, 0, 0, 0.0);
}

#mainMenu nav > ul > li > a {
    position: relative;
    font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
    padding: 11px 9px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #252525;
    text-transform: uppercase;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
    margin-top: -5px;
}
#header.header-mini #header-wrap #mainMenu > .container nav > ul > li > a {
	font-size: 16px;
}
#mainMenu.menu-sub-title nav > ul > li {
	line-height: 55px;
}
#mainMenu.menu-sub-title nav > ul > li > a > .menu-sub-title {
  font-size: 12px;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    margin-top: -7px !important;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    opacity: 0.6;
}
#header.header-mini #header-wrap #mainMenu > .container nav > ul > li:first-child > a {
  font-size: 20px !important;
}
#mainMenu nav > ul > li .dropdown-menu {
  margin-top: 15px;
}

/* header-extras */
#header .header-extras > ul > li {
  margin-left: 10px;
}
#header .header-extras > ul > li:first-child {
  margin: 0 15px;
}


/* ----------------------------------------------------------------
    TESTIMONIALS
-----------------------------------------------------------------*/

.team-members {
	padding: 10px;
}
.team-members .team-member {
	margin-bottom: 20px;
}
.team-members.team-members-shadow .team-member .team-desc {
	padding: 10px 15px;
}
.team-members .team-member .team-desc {
	text-align: center;
}
.team-members .team-member .team-desc img {
	width: auto !important;
	height: 30px;
	margin: 5px auto 15px;
}
.team-members .team-member .team-desc > h3 {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Prompt', sans-serif;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 48px;
}

.pfag-testimonials .owl-carousel .owl-controls .owl-dots {
	margin-bottom: 30px;
    margin-top: 10px;
}

/* carousel */
.pfag-testimonials .owl-carousel .owl-nav [class*="owl-"] {
  opacity: 1;
  top: 45%;
  background: transparent;
  border: none;
}
.pfag-testimonials .owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  border-color: transparent;
}

/* prev */
.pfag-testimonials .owl-carousel .owl-nav .owl-prev {
  left: -60px;
}
.pfag-testimonials .owl-carousel:hover .owl-prev {
  right: auto;
  left: -60px;
  opacity: 1; 
}
.pfag-testimonials .owl-carousel .owl-nav .owl-prev .fa-angle-left:before {
  content: 'PREV';
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 28px;
  opacity: 1;
  color: #fff;
  text-shadow: 0 3px 3px #111;
}
.pfag-testimonials .owl-carousel .owl-nav .owl-prev .fa-angle-left:after {
  content: 'ANGEL';
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  opacity: 1;
  color: #fff;
  text-shadow: 0 3px 3px #5f0520;
  display: block;
  position: absolute;
  top: 25px;
}

/* next */
.pfag-testimonials .owl-carousel .owl-nav .owl-next {
  right: -60px;
}
.pfag-testimonials .owl-carousel:hover .owl-next {
  left: auto;
  right: -60px;
  opacity: 1;
}
.pfag-testimonials .owl-carousel .owl-nav .owl-next .fa-angle-right:before {
  content: 'NEXT';
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 28px;
  opacity: 1;
  color: #fff;
  text-shadow: 0 3px 3px #111;
}
.pfag-testimonials .owl-carousel .owl-nav .owl-next .fa-angle-right:after {
  content: 'ANGEL';
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  opacity: 1;
  color: #fff;
  text-shadow: 0 3px 3px #5f0520;
  display: block;
  position: absolute;
  top: 25px;
}

/* dot */
.pfag-testimonials .owl-carousel .owl-controls .owl-dots {
  margin-bottom: 30px;
  margin-top: 0px;
}

/* hover */
.pfag-testimonials .owl-carousel .owl-nav [class*="owl-"]:hover i {
  color: #2a2c79;
}


/* ----------------------------------------------------------------
    COUNTER
-----------------------------------------------------------------*/

.counter-box {
	margin-bottom: 25px;
}
.counter {
	margin-bottom: 0px;
    border: 1px solid #eee;
    border-radius: 10px 10px 0 0;
    background: #fff;
    padding: 20px 15px 15px;
}
.counter span {
	font-size: 32px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}
.airline {
    border: 1px solid #eee;
    border-width: 0 1px 1px;
	border-radius: 0 0 10px 10px;
	background: #f8f8f8;
	padding: 5px;
}
.airline img {
	width: auto;
    height: 25px;
    margin: 5px 0;
}


/* ----------------------------------------------------------------
    CONTACT
-----------------------------------------------------------------*/

#book {
	background-color: #252525;
    border: 10px solid rgba(255, 255, 255, 0);
    border-radius: 0px;
    padding: 30px;
    position: absolute;
    margin-top: 50px;
    margin-left: -103px;
    height: 370px;
}
#book p {
  font-size: 14px;
}
.form-group, 
.form-control {
	margin-bottom: 10px;
	border-radius: 0;
}
.input-group-addon {
	padding: 6px 10px;
}
#book .input-group-addon {
	border-radius: 0;
}
#book .input-group-addon img {
	width: auto;
	height: 20px;
}
form .btn {
	border-radius: 0;
}


/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/

#footer.footer-light .copyright-content {
	background-color: #efefef;
    border-top: 1px solid #e5e5e5;
    min-height: 60px;
    padding: 20px 15px 15px;
}
.copyright-text {
	font-size: 16px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
    padding-top: 18px;
    text-transform: uppercase;
}
#footer .social-icons:not(.social-icons-colored) li a:hover {
	color: #fff !important;
	background: #e70a86; /* Old browsers */
}


/* ----------------------------------------------------------------
    SWITCH
-----------------------------------------------------------------*/

.switch {
  position: relative;
  margin: 20px auto;
  height: 30px;
  width: 70px;
  background: #eaeaea;
  border-radius: 3px;
}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 35px;
  line-height: 30px;
  font-size: 13px;
  color: #969696;
  text-align: center;
  cursor: pointer;
}

.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}

/*
  Note: using adjacent or general sibling selectors 
  combined with pseudo classes doesn't work in Safari 
  5.0 and Chrome 12.
  See this article for more info and a potential fix: 
  https://css-tricks.com/webkit-sibling-bug/
*/

.switch-input {
  display: none;
}

.switch-input:checked + .switch-label {
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
  /* Note: left: 50% doesn't transition in WebKit */
  left: 35px;
}

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 35px;
  height: 25px;
  background: #db5060;
  border-radius: 3px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}


/* ----------------------------------------------------------------
    SUBPAGE
-----------------------------------------------------------------*/

/* page --- title */
#page-title.page-title-classic {
  margin-top: 10px;
}
#page-title.page-title-classic .page-title > h1 {
  font-size: 28px;
  line-height: 46px;
  font-weight: 600;
  text-shadow: 0 5px 7px #747474;
}
#page-title.page-title-classic .page-title > span {
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
  opacity: 0.8;
  text-shadow: 0 5px 7px #747474;
}
#page-title .breadcrumb ul li a {
  font-size: 16px;
}
#page-title .breadcrumb ul li a:hover {
  opacity: 0.6;
}
.breadcrumb ul li {
  margin-right: 15px;
}
.breadcrumb ul li:last-child {
  margin-right: 0;
}
.breadcrumb ul li + li:before {
  width: 3px;
  height: 3px;
  left: -17px;
  top: 45%;
}
.content-title .icon {
  box-shadow: 0 5px 15px #ddd; 
  background: #fff; 
  border-radius: 50%; 
  width: 60px; 
  height: 60px; 
  text-align: center;
  margin-right: 10px;
}


/* page --- pagination */
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
  color: #fff;
  background-color: #ea2267;
  border-color: #ea2267;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
  color: #333;
}
.pagination.pagination-rounded > li > a {
  width: 35px;
  height: 35px;
  text-align: center;
}
.pagination>li>a {
  color: #7c7c7c;
}
.pagination>li>span {
  color: #337ab7;
}
  

/* page --- content */
.pfag-sp-content .content-image img {
  width: 100%;
  margin-bottom: 15px;
}
.pfag-sp-content .content-image .image-airline {
  text-align: center;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.pfag-sp-content .content-image .image-airline img {
  width: 60%;
  height: auto;
}
.pfag-sp-content .content-detail {
  padding: 30px;
}
.pfag-sp-content .content-detail-meta {
  font-size: 12px;
}
.pfag-sp-content .content-detail-meta:after {
  content: '';
  clear: both;
  display: table;
}
.pfag-sp-content .content-detail-meta .tags a {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 2px 15px;
  border: 1px solid #eee;
  margin-bottom: 0;
}
.pfag-sp-content .post-item .post-image .post-meta-category {
  background: #fff;
  padding: 3px 10px;
}
.pfag-sp-content .post-item .post-image .post-meta-category img {
  width: auto;
  height: 20px;
}
.pfag-sp-content .post-thumbnails .post-item .post-image {
  width: 36%;
}
.pfag-sp-content .post-thumbnails .post-item:not(.quote) .post-item-description {
  width: 64% !important;
}
.pfag-sp-content .dl-horizontal {
  margin-top: 25px;
}
.pfag-sp-content .dl-horizontal dt {
  width: 80px;
  text-align: left;
}
.pfag-sp-content .dl-horizontal dd {
  margin-left: 100px;
}


/* page --- contact */
.pfag-sp-content .icon-box {
  margin-bottom: 20px;
}
.pfag-sp-content .icon-box.small .icon {
  box-shadow: 0 5px 15px #ddd; 
  width: 60px;
  height: 60px; 
  background: #fff; 
  border-radius: 50%; 
  padding: 12px 10px; 
  text-align: center;
}
.pfag-sp-content .icon-box.small .icon img {
  width: 35px;
}
.pfag-sp-content .icon-box.small > h3 {
  font-family: 'Barlow Condensed', 'Prompt', 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
  color: #252525;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 12px 0px 80px;
}
.pfag-sp-content .icon-box.small > p {
  font-weight: 300;
  font-size: 16px;
  color: #3a3939;
  margin: 15px 0px 10px 80px;
}
.pfag-sp-content .icon-box.small p a {
  color: #3a3939;
}
.pfag-sp-content .icon-box.small p a:hover {
  color: #ea2267;
}










