/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

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

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

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets 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;
}

/*
 * 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, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

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

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * 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: 150%;
}

/*
 * 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;
}

/*
 * Clearfix: 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 `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix:after {
    clear: both;
}

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

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   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;
    }
}
body{
    font-family: 'Open Sans', sans-serif;
}
.column {
    width:1600px;
    margin: 0 auto;
}
h1,h2,h3,h4,p{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.slicknav_menu{
    display: none;
}
#nav {
}

#nav > li {
}

.total_header_area {
}

.top_header_area {
  background: #323131 none repeat scroll 0 0;
}

.column {
}

.top_header {
  overflow: hidden;
}

.top_logo_area {
  float: left;
  overflow: hidden;
  width: 50%;
}

.top_logo_area > img {
  float: left;
  padding: 6px 0;
}
.top_logo_area > p {
  color: #ffffff;
  float: left;
  font-size: 14px;
  padding-left: 10px;
  padding-top: 15px;
}

.top_head_info {
  float: left;
  width: 50%;
}

.top_head_info > p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-top: 13px;
  text-align: right;
}
.bottom_header_area {
  background: #ffd613 none repeat scroll 0 0;
  border-bottom: 15px solid #fff;
}
.top_headers{}
.test{
    overflow: hidden;
}
.main_logo {
  float: left;
  margin-right: 3%;
  padding-top: 30px;
  width: 23%;
}

.main_logo > img {
  width: 98%;
}

.header_info {
  float: left;
  width: 55%;
}
.heading {
  float: left;
  padding-top: 30px;
  width: 85%;
}

.heading > h2 {
  background-image: url("img/hbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #323131;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 10px 13px;
}

.heading > h2 > span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-left: 13px;
}
.heading h2 a {
  color: #0060dc;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 3%;
  text-decoration: none;
}
.heading h2 a img {
  padding-right: 5px;
}
.img {
  float: left;
  padding-top: 1px;
  width: 15%;
}
.img > img {
  padding-left: 10px;
  width: 95%;
}

.menu {
}
#nav {
  padding-bottom: 15px;
  text-align: left;
}
#nav > li:last-child{
    border:none;
}
.menu #nav > li:first-child a{
    padding-left: 0;
}
#nav > li {
  border-right: 1px solid #76641e;
  display: inline;
}
.menu ul#nav li a {
  color: #222222;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 2px 13px;
  text-decoration: none;
  text-transform: uppercase;
}
/*
.page_body-area {
  background-image: url("img/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 20px;
}
*/
.page_content_area {
  background-image: url("img/mbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
}
.slider_section {
}

.slider {
}

.single_slide {
  position: relative;
}
.item {
}

.item > img {
  width: 100%;
}

.slider_cap {
  left: 6%;
  position: absolute;
  text-align: left;
  top: 90px;
  width: 41%;
}

.slider_cap > p {
  color: #ffffff;
  font-size: 45px;
  font-style: italic;
  font-weight: 600;
  line-height: 57px;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
.slider_btn {
  background: #ffe700 none repeat scroll 0 0;
  color: #303030;
  display: inline-block;
  font-size: 16px;
  margin-top: 25px;
  padding: 8px 50px;
  text-decoration: none;
}

.page_content {
  margin-top: 20px;
  overflow: hidden;
}
.main_content {
  float: left;
  width: 68%;
}

.cupon_content {
  overflow: hidden;
}

.left_cupon {
  background-image: url("img/bg-copun.png");
  width: 48%;
}

.single_cuppon {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: left;
  padding: 0 10%;
  text-align: center;
}

.single_cuppon > p {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px;
  padding-top: 16px;
}
.single_cuppon > h3 {
  color: #ffffff;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 8px;
}

.single_cuppon > p {
  
}
.right_cupon {
  background-image: url("img/bg-copun1.png");
  margin-left: 3%;
  width: 48%;
}

.welcome_content {
    padding:40px;
}

.welcome_content > h1 {
   color:#0086cc;
   font-size: 36px;
   font-weight: 800;
   margin: 30px 0 10px 0;
}
.welcome_content > h2 {
  color: #0086cc;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 2px;
  padding-top: 10px;
}

.welcome_content > p {
  color: #272727;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 1%;
 text-align:justify;
}

.welcome_content > h3 {
  color: #0086cc;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.welcome_content > h4 {
  color: #0086cc;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.welcome_content >ul{
  margin-left: 20px;
  margin-bottom: 30px;
 list-style: disc;
padding-left: 30px;
}


.list_cupon {
  margin-bottom: 30px;
  margin-top: 10px;
  overflow: hidden;
}

.single_cupon {
  float: left;
width:33.33%;
}
.single_cupon > ul {
}

.single_cupon > ul > li {
  color: #272727;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  padding: 11px 0 11px 13%;
  position: relative;
}
.single_cupon ul li::before {
    background-image: url("img/arrow.png");
    content: "";
    height: 15px;
    left: 5px;
    position: absolute;
    top: 50%;
    width: 9px;
    margin-top: -8px;
}
.suburb_cupon {
  float: left;
}
.suburb_cupon > ul {
}

.suburb_cupon > ul > li {
  color: #272727;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  padding: 11px 0 11px 13%;
  position: relative;
}
.suburb_cupon ul li::before {
    background-image: url("img/arrow.png");
    content: "";
    height: 15px;
    left: 5px;
    position: absolute;
    top: 50%;
    width: 9px;
    margin-top: -8px;
}
.bottom_jamela {
  background-image: url("img/btm-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 10px;
  margin-top: 60px;
  overflow: hidden;
  padding: 15px;
}
.bottom_jamela > p {
  color: #303030;
  float: left;
  font-size: 19px;
  font-weight: 800;
  padding: 17px 10px 10px;
}
.bottom_jamela p strong {
  color: #303030;
  font-size: 18px;
  font-weight: 800;
}
.bottom_jamela > p > span {
}
.bottom_jamela p span a {
  background-image: url("img/btn1.png");
  background-size: 100% 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-left: 20px;
  margin-right: 15px;
  padding: 8px 15px;
}
.bottom_jamela a {
  color: #0060dc;
  display: inline-block;
  font-size: 41px;
  font-weight: 800;
  padding-left: 17px;
  padding-top: 5px;
}

.sidebar {
  float: left;
  margin-left: 1%;
  width: 31%;
}
.bottom_jamela a img {
  padding-right: 12px;
}
.form_area {
}

.form_area > p {
  background-image: url("img/btn2.png");
  background-size: 100% 100%;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 17px 80px;
}

.form_area > p > span {
  color: #303030;
  padding-left: 25px;
}
.form {
  background: #f3f3f3 none repeat scroll 0 0;
  border-radius: 6px;
  margin-bottom: 20px;
}
.form > p {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 11px;
  padding-top: 15px;
  text-align: center;
}

.form > p > span {
  color: #0090cc;
}

.form > form {
  padding: 0 20px;
}
.form > form select {
  border: 2px solid #eeeeee;
  color: #8c8784;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 6px 8px;
  width: 100%;
}
.form > form textarea {
  border: 2px solid #eeeeee;
  color: #8c8784;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 6px 8px;
  width: 100%;
  height: 100px;
}
.form > form > input {
  border: 2px solid #eeeeee;
  color: #8c8784;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 6px 8px;
  width: 100%;
}
.form > form > input[type="submit"] {
  background: #ffe700 none repeat scroll 0 0;
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 29px;
  margin-top: 5px;
  padding: 8px;
}

.image_sidebar {
  padding-bottom: 38px;
  padding-top: 12px;
  text-align: center;
}
.image_sidebar > img {
  width: 100%;
}

.button_sidebar {
  background-image: url("img/sbg.png");
  background-size: 100% 100%;
  padding: 40px 0;
  text-align: center;
}

.button_sidebar > p {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.button_sidebar > a {
  background-image: url("img/btn1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  margin: 20px 0;
  padding: 8px 20px;
}

.button_sidebar a.phone {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #0060dc;
  font-weight: 700;
  margin: 0;
  padding: 0 0 7px;
  width: 100%;
}
.phone > img {
  padding-right: 5px;
  width: 10%;
}

.block_sidebar {
  background-image: url("img/sbg1.png");
  background-size: 100% 100%;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 20px;
}

.block_sidebar > span >p {
  color: #303030;
  font-size: 108px;
  font-weight: 800;
  line-height: 110px;
  padding-bottom: 5px;
  padding-top: 15px;
}

.block_sidebar > p {
  color: #303030;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}

.block_sidebar > form {
  position: relative;
}

.block_sidebar > form > input {
  border: 1px solid #e4e4e4;
  color: #303030;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 25px;
  padding: 10px;
  width: 80%;
}
.block_sidebar > form > input[type="submit"] {
  background-image: url("img/ser.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: medium none;
  padding: 8px;
  position: absolute;
  right: 11%;
  top: 1.5px;
  width: 10%;
}

.footer_area {
}

.top_footer-area {
  background: #333333 none repeat scroll 0 0;
  padding-top: 40px;
}

.top_footer {
  overflow: hidden;
  padding-bottom: 10px;
}

.single_top_footer {
  color: #fff;
  float: left;
  padding-right: 3%;
  width: 20%;
}
.single_top_footer > span>p::before {
  background: #464646 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.single_top_footer > span>p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 17px;
  position: relative;
}

.single_top_footer > p {
  color: #929292;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 20px;
}

.single_top_footer > a {
  color: #0086cc;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}

.single_top_footer > p > a {
}

.single_top_footer > ul {
  padding-bottom: 15px;
}

.single_top_footer > ul > li {
  color: #929292;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 0;
}

.single_top_footer > ul > li > img {
  margin-right: 4px;
}

.bottom_footer {
  background-image: url("img/fbg.png");
  background-repeat: repeat-x;
  background-size: 100% 100%;
  overflow: hidden;
}

.copyright {
  float: left;
  width: 50%;
}

.copyright > p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 30px 0;
}

.copyright > p > span {
  color: #ffef00;
}
.footer_menu {
  float: left;
  width: 50%;
}

.footer_menu > ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.footer_menu > ul > li {
  display: inline;
}
.footer_menu > ul > li > a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 30px 25px;
}
.slider{
  position: relative;
}
.slider .owl-controls {
  bottom: 50px;
  left: 50px;
  position: absolute;
}
.slider .owl-controls .owl-dot {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 50px;
  display: inline-block;
  height: 15px;
  margin: 2px 4px;
  width: 15px;
}
.slider .owl-controls .owl-dot.active{
  background: #fff;
}

.bradns img{
  max-width: 100%;
height: auto;
}

.contact_slider .slider_cap{
  width: 100%;
}

.heading h2 a{
  color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-left: 13px;
    padding-right: 5%;
}


.listNav,
.ln-letters {
  overflow: hidden;
}

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

.letterCountShow {
  display: block;
}

.ln-letters a {
  border: 1px solid silver;
  border-right: none;
  display: block;
  float: left;
  font-size: .9em;
  padding: 2px 6px;
  text-decoration: none;
}

.ln-letters .ln-last {
  border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #eaeaea;
}

.ln-letters .ln-disabled {
  color: #ccc;
}

.ln-letter-count {
  color: #336699;
  font-size: .8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.contact-info{
    margin:20px 0 20px 10px;
}
.contact-info h2{
    margin-bottom:10px;
}
.contact-info p{
    line-height: 30px;
}
/*# sourceMappingURL=listnav.css.map */

