/**
 * Theme Name: AZSedans
 * Theme URI: azsedans.com
 * Description: HTML5 Boilerplate based theme
 * Version: 0.1
 * Author: Daniel Zaremba
 * Author URI: http://www.blue-fx.org
 * Tags: HTML5, CSS3
 */

/* =============================================================================
   General Styles
   ========================================================================== */


/********************
EDIT LINK FROM ADMIN
*************************/
.edit-link a,
.post-edit-link {
  padding: 7px 15px;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: fixed;
  left: -1px;
  top: 300px;
  border: solid 1px #fff;
}

/**
 * @font-face
 *
 */

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


/**
  * Base styles: opinionated defaults
  *
  */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* Style placeholders */
/*::-webkit-input-placeholder {
  color: #acacac;
}
:-moz-placeholder {
  color: #acacac;
}
::-moz-placeholder {
  color: #acacac;
}
:-ms-input-placeholder {
  color: #acacac;
}*/

.widget ::-webkit-input-placeholder {
  color: #555;
}
.widget :-moz-placeholder { /* Firefox 18- */
  color: #555;
}
.widget ::-moz-placeholder {  /* Firefox 19+ */
  color: #555;
}
.widget :-ms-input-placeholder {
  color: #555;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/**
  * Chrome Frame prompt
  *
  */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Global Box Sizing and Font-Smoothing */
/**, *:after, *:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}*/


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {}
body {
  background-color: #f5f3f0;
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.6em;
  color: #212121;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-weight: normal;
  line-height: 1.3;
}

h1 { font-size: 2.154em; }
h2 { font-size: 1.692em; }
h3 { font-size: 1.538em; }
h4 { font-size: 1.231em; }
h5 { font-size: 1em; }
h6 { font-size: 0.846em; }

p {
	margin: 1.2em 0;
}

a {
  color: #c50c2e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


/**
 * Topbar
 *
 */

.topbar {
  background-color: #212121;
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  color: #a1a1a1;
  padding: 10px 0;
}
  .topbar p { margin: 0; }
    .topbar a {
      color: #fff;
      text-decoration: none;
      margin-right: 20px;
    }
    .topbar a.btn {
      width: 144px;
      height: 28px;
      text-align: center;
      border: solid 2px #0a0a0a;
      box-shadow: inset 0 1px 0 #73bc80, 0 1px 0 #3c3c3c;
    }

  /* Get social! */
  .social {
    text-align: right;
    margin: 0 0 0 7px;
  }
    .social li {
      display: inline-block;
    }
      .social a {
        margin: 0 0 0 7px;
        display: block;
        text-align: left;
        text-indent: -999em;
        width: 16px;
        height: 16px;
        background-image: url(img/icons/sprite.png); background-repeat: no-repeat;
      }
      .social a.fb { background-position: 0 -120px; }
      .social a.tw { background-position: -20px -120px; }
      .social a.gp { background-position: -40px -120px; }
      .social a.yp { background-position: -60px -120px; }

      .social a.fb:hover { background-position: 0 -140px; }
      .social a.tw:hover { background-position: -20px -140px; }
      .social a.gp:hover { background-position: -40px -140px; }
      .social a.yp:hover { background-position: -60px -140px; }

/**
 * Main header
 *
 */

header[role="banner"] {
  background: #f5f3f0 url(img/bg-header.png) repeat-x 0 30px;
  height: 220px;
  position: relative;
}
  .logo {
    margin: 30px 0 11px;
  }
    .logo img { max-width: 100%; }

  /* Top nav */
  .main-nav {
    position: relative;
    top: 183px;
    z-index: 2;
    width: 940px;
    margin: 0 auto;
  }
    .main-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }
      .main-nav li {
        float: left;
        margin-right: 2px;
      }
        .main-nav a {
          text-decoration: none;
        }
        .main-nav > ul > li > a {
          display: block;
          color: #212121;
          font-weight: 700;
          font-size: 1.231em;
          height: 38px;
          line-height: 38px;
          padding: 0 17px;
          border-style: solid; border-width: 1px 1px 0; border-color: transparent;
          outline: none;
        }
        .main-nav > ul > li > a:hover {
          color: #c50c2e;
        }
        .main-nav > ul > li.current-menu-item > a,
        .main-nav > ul > li.current-menu-parent > a,
        .main-nav > ul > li.current-category-ancestor a {
          background-color: #91192f;
          border-radius: 4px 4px 0 0;
          color: #fff;
          border-color: #790117;
        }
        .main-nav li.home a:before {
          content: "";
          background: url(img/icons/sprite.png) no-repeat 0 0;
          width: 22px;
          height: 20px;
          display: block;
          margin-top: 10px;
        }
        .main-nav li.home a:hover:before {
          background-position: -40px 0;
        }
        .main-nav li.current-menu-item.home a:before {
          background-position: -80px 0;
        }

      /* Top subnav */
      .sub-menu-wrap {
      	background-color: #911a2f;
        background: linear-gradient(#911a2f, #780016);
        background: -webkit-linear-gradient(#911a2f, #780016);
        border-top: solid 1px #790117;
        position: absolute;
        height: 37px;
        width: 100%;
        bottom: 0;
        z-index: 1;
      }

      li.current-menu-item .sub-menu,
      li.current-menu-parent .sub-menu {
        display: block;
      }
      .main-nav .sub-menu {
        position: absolute;
        left: 10px;
        display: none;
        width: 900px;
      }
        .sub-menu li {
          margin-right: 5px;
        }
          .sub-menu .current-menu-item a,
          .sub-menu a:hover {
            color: #fff;
          }
          .sub-menu a {
            font-size: 1.077em;
            color: #e4d5d7;
            padding: 7px 10px;
            line-height: 22px;
            display: block;
          }

  /* Search form */
  .main-nav .sf {
  	display: none;
  }
  form.search {
    position: relative;
    top: 148px;
    z-index: 2;
  }
    form.search input[type="text"] {
      border-radius: 20px;
      box-shadow: inset 0 0 3px rgba(0,0,0,.14);
      border-color: #bfbebb;
      border: solid 1px rgba(0,0,0,.2);
      padding: 4px 10px;
      font-size: 13px;
      padding-left: 30px;
      outline: none;
      color: #555
    }
    form.search input[type="text"]:focus {
      border-color: #b0afad;
      border-color: rgba(0,0,0,.35);
    }
    html form.search ::-webkit-input-placeholder { color: #a1a1a1; }
    html form.search :-moz-placeholder           { color: #a1a1a1; }
    html form.search ::-moz-placeholder          { color: #a1a1a1; }
    html form.search :-ms-input-placeholder      { color: #a1a1a1; }
    .search .searchsubmit {
      position: absolute;
      border: none;
      width: 16px;
      height: 16px;
      background: url(img/icons/sprite.png) no-repeat -120px 0;
      left: 10px;
      top: 6px;
    }

  /* Breadcrumbs */
  .breadcrumbs {
    margin: 15px 20px;
  }
    .breadcrumbs a {
      background: url(img/icons/icon-crumbs-separator.png) no-repeat right center;
      padding-right: 12px;
      margin-right: 4px;
    }
    .breadcrumbs a:hover {
      text-decoration: underline;
    }

/* Mobile menu */
.btn-navbar {
  display: none;
  width: 46px;
  height: 37px;
  background: url(img/icons/mobile-menu.png) no-repeat 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-indent: -999em;
}

/**
 * Main footer
 *
 */

.links {
  background-color: #fff;
  padding: 20px 0;
  margin-top: 30px;
  border-top: solid 1px #ebe9e7;
}
  .links h4 {
    margin: 0 0 0.769em;
  }
  .links ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
    .links li {

    }
      .links a {
        color: #212121;
        font-size: 0.923em;
        text-decoration: none;
      }
      .links a:hover {
        text-decoration: underline;
      }

footer[role="contentinfo"] {
  background-color: #212121;
  padding: 20px 0;
}
  footer[role="contentinfo"] a {
    text-decoration: none;
  }
  footer[role="contentinfo"] a:hover {
    text-decoration: underline;
  }
  footer[role="contentinfo"] p {
    color: #a1a1a1;
  }
  .copyright {
    font-size: 0.923em;
    margin: 0;
  }
  .by {
  	margin-top: 10px;
  	font-size: 0.923em;
  }
  	.by a {
  		color: #fff;
  		font-size: 0.923em;
  	}
  .callus {
    font-size: 1.231em;
    font-style: italic;
    font-family: Georgia;
    margin: 0 0 10px;
  }
    .callus a,
    footer .callus span {
      color: #fff;
      font-style: normal;
    }
  .footer-nav ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
  }
    .footer-nav li {
      display: inline-block;
      margin-left: 5px;
      color: #fff;
    }
    .footer-nav li:before {
      content: "|";
      font-size: 1em;
    }
    .footer-nav li:first-child:before { content: ""; }
      .footer-nav a {
        font-size: 0.923em;
        color: #cdcdcd;
        margin-left: 5px;
      }

/**
 * Main Sidebar
 *
 */

aside[role="complementary"] {}

  /* Blog categories menu */
  .categories-menu {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
  }
    .categories-menu h2 {
      color: #c50c2e;
    }
    .categories-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
      .categories-menu li {
        margin-bottom: 5px;
      }
      .categories-menu .current-cat {
      	font-weight: 700;
      }
        .categories-menu ul > li > a {
          font-size: 1.077em;
        }

  /* Widgets */
  .widget {
    margin-bottom: 20px;
    padding: 20px;
  }
    .widget h2 {
      margin: 0 0  0.75em;
      line-height: 1.2em;
    }
    .widget .btn-primary {
    	border-color: #590212 !important;
    }
  .widget-special {
  	background-color: #a61c35;
    background: linear-gradient(#a61c35, #850018);
    background: -webkit-linear-gradient(#a61c35, #850018);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    border: solid 1px #790117;
    position: relative;
  }
    .widget-special h2 {
      color: #fff;
    }
    .widget-special .btn-secondary {
    	width: 100%;
    	text-align: center;
    	border-color: #590212 !important;
    	position: relative;
    }
    .widget input[type="text"],
    .widget input[type="email"],
    .widget select {
      background-color: #fff;
      font-size: 0.923em;
    }
    .widget input[type="text"],
    .widget input[type="email"] {
      padding-right: 30px;
    }
    .widget .chzn-container-single .chzn-single,
    .widget .chzn-container-single .chzn-drop {
      border: none;
    }
    .widget span.wpcf7-form-control-wrap {
      width: 100%;
    }

  #text-3:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 30px;
    background: url(img/widget-special-flights.png) no-repeat 0 0;
    width: 137px;
    height: 133px;
  }

  .widget#text-3 .chzn-container-single .chzn-drop {
    width: 300px !important;
    -webkit-border-radius: 0 4px 4px 4px;
       -moz-border-radius: 0 4px 4px 4px;
            border-radius: 0 4px 4px 4px;
  }

/**
 * Forms
 *
 */

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
select,
textarea {
  padding: 5px 8px 4px;
  border: none;
  width: 100%;
  outline: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.contact input[type='text'],
.contact input[type='email'],
.contact select,
.contact textarea {
  font-size: 0.923em;
  border: solid 1px #c2c2c2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
     -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
}
.contact input[type='text']:focus,
.contact input[type='email']:focus,
.contact textarea:focus {
  border-color: #959595;
}
.contact input[type='text'],
.contact input[type='email'],
.contact select {
  width: 300px;
}
.contact textarea {
  width: 500px;
}
/*.contact .chzn-container-single .chzn-single {
  color: #acacac;
}*/
.contact .chzn-container-single .chzn-single-with-drop {
  color: #555;
}

.gmap {
  width: 340px;
  height: 290px;
}

/* Custom select */
.chzn-search input {
  width: 100% !important;
}

.btn {
  font-size: 1.077em;
  border: none;
  border-radius: 4px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  height: 30px;
  line-height: 28px;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.btn:hover {
  text-decoration: none;
}

/* Primary btn style */
.btn-primary {
	background-color: #40ad53;
  background: linear-gradient(#40ad53, #00921a);
  background: -webkit-linear-gradient(#40ad53, #00921a);
  box-shadow: inset 0 1px 0 #66bd75;
  border: solid 1px #00921a;
}
.btn-primary:hover {
  background: linear-gradient(#50b763, #00921a);
  background: -webkit-linear-gradient(#50b763, #00921a);
  box-shadow: inset 0 1px 0 #6ec17d;
  border: solid 1px #00921a;
}
.btn-primary:active {
  background: linear-gradient(#00921a, #32a747);
  background: -webkit-linear-gradient(#00921a, #32a747);
  box-shadow: inset 0 1px 0 #33a848;
  border: solid 1px #00921a;
}

/* Seondary btn style */
.btn-secondary {
  color: #212121;
  text-shadow: 0 1px #fff;
  background-color: #e8e8e8;
  background: linear-gradient(#ffffff, #e8e8e8;);
  background: -webkit-linear-gradient(#ffffff, #e8e8e8);
  border: solid 1px #bfbfbf;
}
.btn-secondary:hover {
	background-color: #d8d8d8;
  background: linear-gradient(#f7f7f7, #d8d8d8);
  background: -webkit-linear-gradient(#f7f7f7, #d8d8d8);
  border: solid 1px #bfbfbf;
}
.btn-secondary:active {
  background: linear-gradient(#f2f2f2, #ffffff);
  background: -webkit-linear-gradient(#f2f2f2, #ffffff);
  border: solid 1px #bfbfbf;
}

.btn-small {
  height: 24px;
  line-height: 24px;
}
.btn-large {
  font-size: 1.231em;
}
.btn-xlarge {  }

.btn-book:after,
.btn-read:after,
.btn-read-more:after,
.btn-choose:after,
.contact .alignright:after {
  content: "";
  background: url(img/icons/sprite.png) no-repeat -180px -80px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.btn-book:after {
  width: 11px;
  height: 11px;
}
.btn-read:after {
  background-position: 0 -100px;
  width: 9px;
  height: 13px;
}
.btn-choose:after {
	background-position: -180px -100px;
  width: 14px;
  height: 15px;
}
.btn-read-more:after {
  background-position: -160px -80px;
  width: 11px;
  height: 10px;
}
.contact .alignright:after {
  background-position: -20px -100px;
  width: 12px;
  height: 11px;
  position: absolute;
  right: 30px;
  top: 10px;
}

.wpcf7-form {
  position: relative;
}
  .widget .wpcf7-form input[type="submit"] {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    border-collapse: #5e0615;
  }
  .wpcf7-form .ajax-loader {
    position: absolute;
    left: 5px;
    bottom: 7px;
  }
  .wpcf7-form p {
    margin: 8px 0 0;
    position: relative;
  }
  .wpcf7-form p:before {
    content: none;
  }

  span.wpcf7-form-control-wrap {
    display: inline-block;
  }

  .wpcf7-form .icon .wpcf7-form-control-wrap:after {
    content: "";
    background-image: url(img/icons/sprite.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 7px;
    width: 16px;
    height: 16px;
  }
  .wpcf7-form p.name .wpcf7-form-control-wrap:after  { background-position: 0 -30px; }
  .wpcf7-form p.email .wpcf7-form-control-wrap:after { background-position: -30px -30px; top: 9px; }
  .wpcf7-form p.phone:after { background-position: -60px -30px; }
  .wpcf7-form p.date:after  { background-position: -90px -30px; }

  .wpcf7-not-valid-tip {
    display: none;
  }
  .widget form .wpcf7-not-valid {
    background-color: #ffb2c0;
  }

  .contact form .wpcf7-not-valid {
    background-color: #fff;
    border-color: #ff6868;
  }


/**
 * Particular styles
 *
 */

.entry {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
     -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
          box-shadow: 0 1px 1px rgba(0,0,0,.15);
  position: relative;
}
  .entry h1,
  .entry h2,
  .entry h1 a,
  .entry h2 a {
    color: #c50c2e;
    margin: 0 0 15px;
  }
  .entry article {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #cdcdcd;
  }
    .entry article .btn {
      position: static;
      padding: 0 10px;
    }

.entry-box {
  margin-bottom: 20px;
}
  .entry figure {
    float: left;
    margin-right: 20px;
  }
    .entry figure a {
      position: relative;
      display: block;
      width: 200px;
      height: 132px;
    }
      .entry figure .zoom-overlay {
        position: absolute;
        top: 0; bottom: 0;
        left: 0; right: 0;
        opacity: 0;
        background-color: #000;
      }
      .entry figure .zoom-overlay:after,
      .entry .read-more .zoom-overlay:after {
        content: "";
        background: url(img/icons/sprite.png) no-repeat -40px -40px;
        width: 25px;
        height: 26px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -13px 0 0 -13px;
      }
      .entry .read-more .zoom-overlay:after {
        background-position: 0 -40px;
        width: 20px;
        left: 50%;
        margin-left: -60px;
      }
        .read-more .zoom-overlay:before {
          content: "Read more";
          font-size: 1.385em;
          color: #fff;
          position: absolute;
          left: 75px;
          top: 55px;
        }
    .package-details {
      float: left;
      width: 280px;
    }
    .entry-content {
      float: left;
      width: 340px;
    }
      .entry h3,
      .entry h3 a,
      .package-details h2 {
        margin: 0 0 10px;
        color: #c50c2e;
      }
      .entry ul,
      .fleet-info {
        margin: 0;
        padding: 0;
        list-style: none;
      }
        .entry li,
        .fleet-info li {
          margin: 5px 0;
          padding-left: 25px;
        }

    .entry article ul {
    	margin-left: 10px;
    	padding-left: 10px;
    	list-style: disc;
    }
    	.entry article ul li {
    		padding-left: 0;
    	}
    		.kwayy-html-sitemap-post-list ul ul {
    			margin-left: 20px;
    			list-style-type: circle;
    		}
    .entry-content-full {
      float: none;
      width: auto;
    }

    .entry-details {
      float: left;
      width: 100px;
      text-align: right;
    }
      .entry .btn-book,
      .entry .btn-read,
      .fancybox-skin .btn-book {
        position: absolute;
        right: 20px;
        width: 120px;
        text-align: center;
      }
      .entry .btn-book {
        bottom: 20px;
      }
      .fancybox-skin .btn-book {
        right: 0;
        bottom: 0;
      }
      .entry .btn-read {
        bottom: 55px;
      }
      .entry-details p {
        font-size: 0.846em;
        margin: 0;
      }
      .entry .price,
      .entry-details .price {
        color: #c50c2e;
        font-size: 2.462em;
      }
        .entry .price sup,
        .entry-details .price sup {
          font-size: 0.625em;
        }
      .entry .per,
      .entry-details .per {
        color: #c50c2e;
        font-size: 1.077em;
      }

/* Fleets */
/*.flexslider .slides > li {
	width: 400px !important;
}
.carousel .slides > li {
	width: 120px !important;
}*/
.fleets-modal {
  overflow: hidden;
  height: 100%;

	display: none;
}
  .fleets-modal figure {
    float: left;
    width: 400px;
    height: 100%;
    position: relative;
  } 
    .fleets-modal figure .featured-image{
      height: 264px;
      overflow: hidden;
    }
      .fleets-modal figure .featured-image img{
        width: 100%;
        height: auto;
      }

    .fleets-modal figure .gallery li{
      list-style: none;
      margin: 0;
      padding: 0;

      position: absolute;
      top: 0;
      left: 0;
      width: 100%;

      height: 264px;
      overflow: hidden;

      display: none;
    }
      .fleets-modal figure .gallery li img{
        width: 100%;
        height: auto;
      }

    .fleets-modal figure .thumbs{
      list-style: none;
      margin: 0;
      padding: 0;

      position: absolute;
      top: 274px;
      left: 0;
      width: 100%;
    }
      .fleets-modal figure .thumbs li{
        float: left;
        width: 120px;
        margin-left: 20px;
      }
        .fleets-modal figure .thumbs li:first-child{
          margin-left: 0;
        }
        .fleets-modal figure .thumbs li img{
          width: 100%;
          height: auto;

          cursor: pointer;
        }

    .fleets-modal figure .flexslider {
      margin-bottom: 10px;
      border: none;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
    }
      .fleets-modal figure .flexslider img {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
      }
      .fleets-modal .carousel {
      	margin: 0 15px;
      }
      	.fleets-modal .carousel .flex-viewport {
      		width: 350px;
      		left: 10px;
      	}
          .fleets-modal .carousel img {
            cursor: pointer;
          }
          .fleets-modal .carousel .flex-direction-nav a {
          	background: url(img/icons/sprite.png) no-repeat -80px -40px;
          	width: 11px;
          	height: 23px;
          	opacity: 0.8;
          	margin-top: -10px;
          }
          .fleets-modal .carousel .flex-direction-nav a:hover {
          	opacity: 1;
          }
          .fleets-modal .carousel .flex-direction-nav a.flex-prev {
          	left: -11px !important;
          }
          .fleets-modal .carousel .flex-direction-nav a.flex-next {
          	background-position: -120px -40px;
          	right: -11px !important;
          }

  .fleets-modal .modal-content {
    float: left;
    width: 320px;
    margin-left: 20px;
  }
    .modal-content h3 {
      color: #c50c2e;
      margin: 0 0 10px;
    }
    .modal-content ul {
      float: left;
      width: 220px;
    }

/* Rates modal */
.modal-rates-container {
	display: none;
}
	.modal-rates-container > p {
		position: relative;
		background-color: #fff;
		margin: 0;
		font-size: 11px;
		color: #000;
	}
.modal-rates-wrap {
	position: relative;
	margin-bottom: 10px;
}
.modal-rates-wrap:after,
.modal-rates-wrap:before {
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	box-shadow: 0 -5px 20px rgba(0,0,0,.6);
}
.modal-rates-wrap:after {
	bottom: -10px;
}
.modal-rates-wrap:before {
	top: -10px;
	box-shadow: 0 5px 20px rgba(0,0,0,.6);
}
	.modal-rates {
		height: 368px;
		overflow: auto;
		padding: 10px;
		border: solid 1px #c2c2c2;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		box-shadow: inset 0 1px 5px rgba(0,0,0,.25);
		-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.25);
		-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.25);
	}
		.modal-rates p {
			margin: 0;
			font-size: 1.077em;
			color: #212121;
			line-height: 24px;
			cursor: default;
		}

/* Blog */

.heading-blog {
  margin-bottom: 25px;
}
  .heading-blog h1,
  .heading-blog h2 {
    margin-bottom: 5px;
  }
    .postmeta {
      color: #555;
    }
      .postmeta .icon {
        margin-right: 15px;
      }

.entry.post figure {
  float: none;
  margin-right: 0;
  position: relative;
}
  figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }


/* Pagination */
.pagination {
  text-align: center;
  margin-top: 30px;
}
  .pagination a,
  .pagination span {
    outline: none;
    text-decoration: none;
    background-color: #fff;
    font-size: 1.077em;
    line-height: 28px;
    width: 28px;
    height: 28px;
    display: inline-block;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
       -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
            box-shadow: 0 1px 1px rgba(0,0,0,.15);
  }
  .pagination span.current {
    background-color: #c50c2e;
    color: #fff;
  }
  .pagination .next,
  .pagination .prev {
    background: url(img/icons/sprite.png) no-repeat -83px -150px;
    width: 90px;
    height: 30px;
    padding: 0 23px 0 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .pagination .prev {
    background-position: -83px -120px;
    padding: 0 0 0 23px;
  }

  /* Single post pager */
  .pager span a {
  	background: url(img/icons/sprite.png) no-repeat -53px -250px;
    width: 130px;
    height: 30px;
    line-height: 26px;
    display: block;
    text-align: center;
    padding-right: 13px;
  }
  .pager .prev a {
    background-position: -53px -220px;
    padding: 0 0 0 10px;
    width: 133px;
  }

/* Contact */
.contact {
  padding-top: 35px;
}
  ul.contact-info {
    margin-bottom: 30px;
  }
    .contact-info li {
      margin: 10px 0;
      padding: 0;
    }
    	.contact-info li a {
    		color: #212121;
    		font-weight: 700;
    	}
    .contact-info li:before {
      width: 20px;
      height: 20px;
      margin-right: 5px;
    }

  .contact .wpcf7-form p {
    margin-top: 15px;
  }
    .contact .wpcf7-form .btn {
      width: 125px;
      padding-right: 20px;
    }
    .contact p.alignleft {
      margin-top: 10px;
      font-size: 0.923em;
    }

  /* Handle messages */
  div.wpcf7-response-output {
    position: absolute;
    border: none;
    top: -40px;
    margin: 0;
    font-size: 0.923em;
    color: #fff;
    padding: 0 10px;
    height: 28px;
    width: 100%;
    line-height: 28px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* Error */
  .contact div.wpcf7-validation-errors {
    background-color: #c50c2e;
  }
  /* Success */
  .contact div.wpcf7-mail-sent-ok {
    background-color: #3fad53;
  }

  div.wpcf7-response-output:after {
    content: "";
    background: url(img/icons/sprite.png) no-repeat -40px -100px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 9px;
    cursor: pointer;
  }


  .widget div.wpcf7-response-output {
    position: relative;
    top: 0;
    background-color: #fff;
    height: auto;
    margin-top: 10px;
    line-height: 1.5;
    padding: 7px 30px 7px 10px;
  }
  /* Error */
  .widget div.wpcf7-validation-errors {
    color: #c50c2e;
  }
  /* Success */
  .widget div.wpcf7-mail-sent-ok {
    color: #3fad53;
  }
  .widget div.wpcf7-response-output:after {
    background-position: -160px -100px;
  }

/**
 * Responsive slider
 * TODO: Remove the !important stuff and refer with and upper parent (ID maybe);
 *
 */

.responsive-slider.flexslider {
  margin: 20px 0;
  box-shadow: 0 1px 1px rgba(0,0,0,.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
  .responsive-slider.flexslider .slides img {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .responsive-slider.flexslider .slider-content {
  	position: absolute;
  	top: 30px;
    left: 90px;
    width: 32%;
  }
	  .responsive-slider.flexslider .excerpt {
	  	color: #fff;
	  	font-size: 1.077em;
	  	line-height: 1.538em;
	  	margin-top: 10px;
	  }
	  .responsive-slider.flexslider .btn {
	  	width: 120px;
	  	position: absolute;
	  	top: 240px;
	  	text-align: center;
	  }
	  .responsive-slider.flexslider .btn-primary {
	  	left: 135px;
	  }
	  .responsive-slider.flexslider .btn-secondary {
	  	left: 0;
	  }
	  .responsive-slider.flexslider .slide-title {
	    font-size: 2.154em;
		position: absolute;
	  }
	    .responsive-slider.flexslider .slide-title a {
	      background: none !important;
	      position: static !important;
	      font-size: inherit;
	      padding-left: 0;
	    }
	  .responsive-slider.flexslider .flex-control-nav {
	  	z-index: 4;
	  }
	    .responsive-slider.flexslider .flex-direction-nav li a {
	      background: url(img/icons/sprite.png) no-repeat 0 -160px !important;
	      width: 36px !important;
	      height: 55px !important;
	      outline: none;
	      opacity: 0.9 !important;
	    }
	    .responsive-slider.flexslider .flex-direction-nav li a:hover {
	      opacity: 1 !important;
	    }
	    .responsive-slider.flexslider .flex-direction-nav li .prev {
	      left: 20px;
	    }
	    .responsive-slider.flexslider .flex-direction-nav li .next {
	      right: 20px;
	      background-position: -40px -160px !important;
	    }

	    .responsive-slider.flexslider .flex-control-nav li a,
	    .responsive-slider.flexslider .flex-control-nav li a:hover {
	      background: url(img/icons/sprite.png) no-repeat -80px -185px !important;
	      width: 15px !important;
	      height: 16px !important;
	      opacity: 0.9;
	    }
	    .page-wrap .responsive-slider.flexslider .flex-control-nav li .active,
	    .page-wrap .responsive-slider.flexslider .flex-control-nav li .active:hover {
	      background-position: -100px -185px !important;
	    }
	    .responsive-slider.flexslider .flex-control-nav li a:hover {
	      opacity: 1;
	    }

/**
 * Icons
 *
 */

.icon:before {
  background-image: url(img/icons/sprite.png); background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  content: "";
}

.icon-seating:before,
.icon-luggage:before,
.icon-color:before,
.icon-extra:before,
.icon-car:before,
.icon-duration:before,
.icon-special:before {
  margin: 0 5px 0 -25px;
  width: 20px;
}
.icon-seating:before {
  height: 10px;
  background-position: 0 -80px;
}
.icon-luggage:before {
  height: 17px;
  background-position: -18px -80px;

}
.icon-color:before {
  height: 9px;
  background-position: -36px -80px;
}
.icon-extra:before {
  height: 9px;
  background-position: -58px -80px;
}
.icon-car:before {
  height: 9px;
  background-position: -80px -80px;
}
.icon-duration:before {
  height: 13px;
  background-position: -98px -80px;
}
.icon-special:before {
  height: 13px;
  background-position: -117px -80px;
}


.icon-author:before,
.icon-date:before,
.icon-comments:before,
.wpcf7-form p.icon-name .wpcf7-form-control-wrap:after,
.wpcf7-form p.icon-date .wpcf7-form-control-wrap:after,
.wpcf7-form p.icon-email .wpcf7-form-control-wrap:after,
.wpcf7-form p.icon-phone .wpcf7-form-control-wrap:after {
  width: 20px;
  margin-right: 3px;
}
.icon-author:before,
.wpcf7-form p.icon-name .wpcf7-form-control-wrap:after {
  height: 15px;
  margin-top: -2px;
  background-position: -140px -40px;
}
.icon-date:before,
.wpcf7-form p.icon-date .wpcf7-form-control-wrap:after {
  height: 14px;
  margin: -4px 5px 0 0;
  background-position: -140px -60px;
}
.icon-comments:before {
  height: 14px;
  background-position: -140px -80px;
}
 {
  background-position: -180px -40px;
}

.wpcf7-form p.icon-name .wpcf7-form-control-wrap:after {
  margin-top: 0;
}
.wpcf7-form p.icon-date .wpcf7-form-control-wrap:after {
  margin-top: -1px;
}
.icon-email:before,
.wpcf7-form p.icon-email .wpcf7-form-control-wrap:after {
  background-position: -160px -40px;
  margin-top: 2px;
}
.icon-phone:before,
.wpcf7-form p.icon-phone .wpcf7-form-control-wrap:after {
  background-position: -180px -40px;
  margin-top: -2px;
}

.icon-phone:before {
  margin-top: 2px;
}
.icon-fax:before {
  background-position: -180px -60px;
}
.icon-address:before {
  background-position: -158px -60px;
}
.icon-email:before {
  position: relative;
  top: 4px;
}


/**
 * DISQUS
 *
 */

#disqus_thread {
  font-family: 'Open Sans';
  margin-top: 50px;
}


/**
 * Off canvas mobile menu
 *
 */


/**
 * Helper classes
 *
 */

.fl {
  float: left;
}
.fr {
  float: right;
}

.right {
  text-align: right;
}

.align-center {
	text-align: center;
}

div .last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * cf: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `cf` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}

/* IE Fallback */
.lt-ie9 .fancybox-overlay {
	background-color: #000 !important;
}

/* =============================================================================
   Structure
   ========================================================================== */

/* Fluid First approach - http://www.toddmotto.com/fluid-first-creating-a-future-proof-fluid-and-responsive-website
  Responsive, fluid, 1280px width - perfect start.
*/

/*.wrapper {max-width:1280px;width:95%;margin:0 auto;position:relative;}*/

/* =============================================================================
   Media Queries
   ========================================================================== */

/* 320px and greater */
@media (max-width: 320px) {
	.topbar .span5 {
		display: none;
	}
	.callus span {
		display: none;
	}
	#text-3.widget .chzn-container-single .chzn-drop {
  		width: auto !important;
  	}
  	.contact input[type='text'],
	.contact select,
	.contact textarea {
		width: 260px;
	}
}

/* 480px and greater */
@media (max-width: 480px) {
	.slider-content {
		display: none;
	}
  .contact textarea,
  .contact input {
    width: 100%;
  }
  .entry article .btn {
  	width: 100%;
  	text-align: center;
  	float: none;
  }
  	.entry-content.entry-content-full {
  		width: 100%;
  	}
	  .postmeta .icon {
	  	display: inline-block;
	  }

  .gmap {
    width: 100%;
    height: 200px;
  }
  #text-3.widget .chzn-container-single .chzn-drop {
		width: auto !important;
	}

	.widget {
		margin-top: 20px;
	}
	.contact .wpcf7-form .btn {
		margin-top: 0 !important;
	}
	.contact .alignright:after {
		top: 25px;
	}
	.fleets-modal figure {
		float: none;
	}

	section.links .span2 {
		width: 40%;
	}
}

/* 768px and greater */
@media (max-width: 768px) {
	html,
	body {
		overflow-x: hidden;
	}
	.responsive-slider.flexslider .slider-content {
		height: 65%;
	}
	.slider-content .excerpt {
		display: none;
	}
	.responsive-slider.flexslider .btn {
		bottom: 0;
		top: auto;
	}
	aside[role="complementary"] {
		margin-top: 20px;
	}
	.post-edit-link {
		display: none;
	}

  body {
    padding-top: 0;
  }
  .entry.post figure {
  	overflow: hidden;
  }
  .fleets-modal .modal-content {
  	float: none;
  	margin: 10px 0 0;
  	width: 100%;
  }
  .fleets-modal .entry-details {
  	width: 100%;
  	margin: 10px 0;
  }
  .fleets-modal img {
  	max-width: 100%;
	height: auto;
  }
  .fancybox-skin .btn-book {
  	position: static;
  	width: 100%;
  	text-align: center;
  }
  .container {
	overflow: hidden;
	}
  header[role='banner'] {
  	background-position: 0 35px !important;
  }
  	header[role='banner'] .logo {
  		opacity: 1 !important;
  	}
  	#text-3.widget .chzn-container-single .chzn-drop {
  		width: auto !important;
  	}
  .wrapper {
    padding: 0 10px;
  }
  .topbar {
    position: static;
    text-align: center;
    padding: 10px 10px 0;
    z-index: 11px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
    .topbar a.btn {
      margin: 10px 0;
      width: 100%;
      display: block;
      height: 32px;
      line-height: 30px;
    }
    .social {
      text-align: center;
      margin-top: 0;
      padding-left: 0;
    }
  header[role="banner"] {
    text-align: center;
    height: 180px;
  }
  div.logo {
    padding: 0 10px;
  }
  header form.search {
    display: none;
  }
  .main-nav {
    background: url(img/bg-mobile-menu.png) repeat 0 0;
  }
  	.main-nav .sf {
  		margin: 10px;
  		display: block;
  	}
	  	.main-nav form.search {
	  		position: static;
	  	}
	  	.main-nav .search .searchsubmit {
	  		left: 18px;
	  		top: 15px;
	  	}
	  	.main-nav .search input[type="text"] {
	  		border: none;
	  		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	  			 -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	  			 			box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	  	}
    .main-nav li {
      display: block;
      float: none;
      margin: 0;
      text-align: left;
      position: relative;
    }
    	.main-nav li a {
    		text-shadow: 0 1px 0 #000;
    	}
    	.main-nav .sub-menu {
    		position: static;
    		width: auto;
    		padding: 0 0 10px 20px;
    		background-color: rgba(0,0,0,.2);
    	}
    		.main-nav .sub-menu .current-menu-item a {
    			color: #fff;
    		}
	    		.main-nav .sub-menu a {
	    			color: #aaa;
	    		}
    	.main-nav > ul > li.current-menu-item > a,
      .main-nav > ul > li.current-menu-parent > a,
      .main-nav > ul > li.current-category-ancestor a {
      	background-color: rgba(0,0,0,.2);
      	border: none;
      	color: #c50c2e;
      }
      .main-nav > ul > li > a {
        color: #fff;
        border-color: #0a0c0f; border-width: 0 0 1px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
        	 -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
        				box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
      }
      .main-nav li.home a:before {
        background: none;
        content: "Home";
        margin-top: 0;
      }
      .main-nav > ul > li:after,
      .main-nav > ul > .current-menu-parent:after {
      	content: "";
      	background: url(img/icons/sprite.png) no-repeat -120px -185px;
      	width: 6px;
      	height: 12px;
      	position: absolute;
      	right: 15px;
      	top: 14px;
      }
      /*
      TO DO
      .main-nav > ul > .current-menu-parent:after {
      	background-position: -140px -185px;
      	width: 12px;
      	height: 6px;
      	top: 20px;
      }
      */
  .btn-navbar {
    display: block;
  }

  /* Off canvas navi */
  .page-wrap {
		width: 100%;
		-webkit-transition: margin 0.1s ease-out;
			 -moz-transition: margin 0.1s ease-out;
						transition: margin 0.1s ease-out;
	}
	#main-nav {
	  position: fixed;
		top: 0;
		width: 0;
		height: 100%;
		z-index: 50;
		overflow: hidden;
		-webkit-transition: width 0.1s ease-out;
			 -moz-transition: width 0.1s ease-out;
						transition: width 0.1s ease-out;
	}
	.close-menu {
	  display: none;
	}

	#main-nav:target {
	  width: 250px;
	}

	#main-nav:target + .page-wrap {
		margin-left: 250px;
	}
	#main-nav:target + .page-wrap .open-menu {
		display: none;
	}
	#main-nav:target + .page-wrap .close-menu {
		display: block;
	}

	.package-details {
		width: 100%;
	}

  .links .row {
    margin-left: -20px;
  }
    .links .span2 {
      width: 20%;
      float: left;
      margin-left: 30px;
      margin-bottom: 20px;
    }
    .links .offset1 {
      width: 100%;
      clear: both;
    }
      .links .offset1 h4 {
        margin-left: 30px;
      }

  footer[role="contentinfo"] {
    text-align: center;
  }
    .callus {
      margin: 10px 0;
    }
    footer .right {
      text-align: center;
    }
      .footer-nav ul {
        float: none;
        margin: 10px 0;
      }

  .entry-content {
    width: 70%;
  }
  .entry-details {
    width: 30%;
  }
  .entry .btn-book,
  .entry .btn-read,
  .contact .wpcf7-form .btn {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    height: 32px;
    line-height: 32px;
  }
  .entry figure {
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
  }
    .entry figure a {
      margin: 0 auto;
    }

  .alignright {
    float: none !important;
  }
}

/* 1024px and greater */
@media only screen and (min-width: 1024px) {

}

/* Retina screens */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

}


/**
  * WordPress Core CSS Styles
  *
  */

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin:5px auto;
}
a img.alignright {
	float: right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto; margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%; width:auto;
	padding: 0;
}
.wp-caption p.wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#wpstats {
	display: none;
}