/*! 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;
    }
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.no_margin{
    margin: 0px;
}
.no_padding{
    padding: 0;
}
.padding_left{
    padding-left:0px;
}
.padding_right{
    padding-right:0px;
}
body{
    font-family: 'Open Sans', sans-serif;
}
.babas{
    font-family: 'bebas';
}
.column {width:1000px}



header {
  background: none repeat scroll 0 0 #212020;
  padding: 10px 0 15px;
}
.logo > img {
  width: 100%;
}
.logo_text {
  text-align: center;
}
.logo_text > h2 {
  color: #FFFFFF;
  font-size: 61px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  padding-top: 15px;
}
.logo_text > p {
  color: #F9C231;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
}
.header_contact {
  text-align: right;
}
.header_contact > p {
  color: #FFFFFF;
  font-size: 21px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -1px;
  padding-top: 19px;
  text-shadow: 3px 1px 2px #575757;
}
.header_contact > a {
  color: #F15C2D;
  font-size: 62px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1.1;
  text-decoration: none;
}



.banner_area {
  background-image: url("img/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
}
.banner_box_area {
  background-image: url("img/boxbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 40px 0 40px 60px;
}
.single_banner_box {
  float: left;
  margin-right: 2%;
  width: 32%;
}
.box_pic {
  float: left;
  width: 27%;
}
.box_content > a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 15px;
  font-style: italic;
  margin-top: 7px;
  text-decoration: none;
}
.box_content > h2 {
  color: #FFFFFF;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  margin-top: 10px;
}
.single_banner_box.last_boxs_area {
  margin-right: 0;
}
.single_box {
  overflow: hidden;
}
.all_pic > img {
  margin-left: 2%;
  margin-top: 25px;
  width: 98%;
}

.discount_area {
  overflow: hidden;
}
.single_discount {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: left;
  height: 100px;
  width: 50%;
}
.single_discount.discount_three {
  background-image: url("img/bg3.png");
}
.single_discount.discount_one {
  background-image: url("img/bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.single_discount.discount_one > h2 {
  background-image: url("img/icon1.png");
  background-position: 45px center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family: impact;
  font-size: 71px;
  padding: 12px 6% 13px 13px;
  text-align: right;
  text-transform: uppercase;
}
.single_discount.discount_two {
  background-image: url("img/bg2.png");
}
.single_discount.discount_two > h2 {
  background-image: url("img/icon2.png");
  background-position: 30px center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 25px;
  padding-left: 8%;
  padding-top: 34px;
  text-align: center;
}
.single_discount {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: left;
  height: 100px;
  width: 50%;
}
.single_discount.discount_three > h2, .single_discount.discount_four > h2 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 800;
  padding: 30px 0;
  text-align: center;
}
.single_discount.discount_four {
  background-image: url("img/bg4.png");
}
.single_discount.discount_four > h2 {
  color: #1F1F1F;
}
.banner_quote_area {
  background-image: url("img/bg5.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 50px;
  overflow: hidden;
}
.left_form h2 span {
  color: #FFFFFF !important;
  font-weight: 800;
}
.single_before img {
  width: 100%;
}
.left_form > h2 {
  color: #F26A40;
  font-size: 46px;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 10px;
  padding-top: 20px;
}
.left_form {
  float: left;
  text-align: center;
  width: 50%;
}
.left_form > img {
  margin-bottom: 15px;
}
.left_form input, .left_form select {
  background: none repeat scroll 0 0 #252525;
  border: 1px solid #9D9E9F;
  border-radius: 5px;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 12px;
  width: 90%;
}
.left_form input[type="submit"] {
  background: none repeat scroll 0 0 #F9C231;
  border: medium none;
  color: #242424;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 17px 0;
  width: 80%;
}
.left_form > p {
  color: #FFFFFF;
  font-size: 12px;
  margin-bottom: 20px;
}

.left_form span {
  color: #F5D200;
  font-weight: 600;
}

._area {
  overflow: hidden;
  padding: 10px 0;
}
.single_before {
  /*float: left;*/
  /*width: 25%;*/
}
.restortion_area {
  background: none repeat scroll 0 0 #1F1F1F;
  padding: 55px 0;
}
.restortion_content > h2 {
  color: #F26A40;
  font-size: 40px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -2px;
}
.restortion_content li {
  background-image: url("img/li1.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: inline-block;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
  padding: 25px 3px 25px 6%;
}
.restortion_content > p {
  color: #FFFFFF;
  font-size: 16px;
  padding-bottom: 15px;
}
.our_prices_area {
  background-image: url("img/bg1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 0;
}
.left_prices {
  text-align: center;
}
.left_prices > h2 {
  color: #FFFFFF;
  font-size: 48px;
  font-style: italic;
  font-weight: 800;
}
.left_prices > p {
  color: #F9C231;
  font-size: 26px;
  font-style: italic;
  font-weight: 800;
  margin-top: 5px;
}
.right_prices {
  text-align: right;
}
.right_prices > h2 {
  color: #FFFFFF;
  float: left;
  font-size: 30px;
  font-weight: 800;
  margin-right: 5%;
  margin-top: 11px;
}

.right_prices > p {
  background: none repeat scroll 0 0 #F15C2D;
  color: #1F1F1F;
  display: block;
  font-size: 21px;
  font-weight: 800;
  margin-top: 15px;
  padding: 11px;
  text-align: center;
  text-transform: uppercase;
}
.our_prices {
  background: none repeat scroll 0 0 #1F1F1F;
  overflow: hidden;
  padding: 60px 20px;
}
.lingle_footer.text_right {
  text-align: right;
}
.lingle_footer.text_right li {
  display: inline;
}
.lingle_footer.text_right a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 25px 0px;
  text-decoration: none;
}
.lingle_footer > p span {
  color: #F9C231;
}
.lingle_footer > p {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  padding: 25px 0;
}
.lingle_footer.text_center {
  text-align: center;
}
footer {
  background: none repeat scroll 0 0 #111111;
  font-family: 'Montserrat',sans-serif;
  padding: 18px 0;
}
.lingle_footer.text_center > img {
  margin-top: 5px;
}


.left_form {
  float: left;
  text-align: center;
  width: 50%;
}
.list_area {
  background: none repeat scroll 0 0 #1F1F1F;
  margin-bottom: 17px;
}
.list_area ul li.listhree {
  background-image: url("img/icon5.png");
}
.list_area ul li {
  background-image: url("img/icon3.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 40px;
}
.list_area ul li.listwo {
  background-image: url("img/icon4.png");
}
.color-orange{
  color: rgb(241,92,45);
}
.single_before.before_one{
  /*position: relative;*/
  /*left: -40px;*/
}
.single_before.before_four{
  /*position: relative;*/
  /*left: 40px;*/
}
.single_before.before_two{
    /*position: relative;*/
    /*left: -15px;*/
}
.single_before.before_three{
    /*position: relative;*/
    /*left: 15px;*/
}
.color-golden{
    color: rgb(249,149,49);
}
