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





.all_header {
  background-image: url("img/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
header {
  background: none repeat scroll 0 0 rgba(175, 175, 175, 0.5);
}
.logo > img {
  padding: 30px 0;
  width: 100%;
}
.open_image > img {
  margin-top: 6px;
  width: 89%;
}
.header_info {
  background-image: url("img/phon.png");
  background-position: 10px 35px;
  background-repeat: no-repeat;
  text-align: right;
}
.header_info > a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  padding-top: 25px;
  text-decoration: none;
}

.largest_imag {
  text-align: center;
}
.largest_imag > img {
  margin-bottom: 10px;
  margin-top: 20px;
  width: 95%;
}

.year_area {
  background-image: url("img/ybg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 10px;
  padding: 30px;
}
.year_area > img {
  width: 98%;
}
.year_area > p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 19px;
  margin-top: 15px;
  padding: 0 6%;
  text-align: center;
}
.year_area > h3 {
  color: #FFEB90;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.shop_image {
  float: left;
  width: 50%;
}
.shop_image > img {
  margin-top: 25px;
  width: 100%;
}
.right_shop {
  float: left;
  width: 50%;
}
.shop_one {
  background-image: url("img/shop1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 90px;
  margin-bottom: 20px;
  margin-top: 25px;
}
.shop_one > p {
  color: #FFFFFF;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 18%;
  text-align: center;
}
.shop_two {
  background-image: url("img/shop2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 77px;
}
.shop_two > p {
  color: #FFFFFF;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 25%;
  text-align: center;
}

.right_banner_top {
  overflow: hidden;
}
.right_banner_bottom {
  display: block;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
  width: 100%;
}
.new_image {
  left: -5px;
  position: absolute;
  top: 0;
  z-index: 999;
}
.new_image > img {
  width: 100%;
}
.single_post_area.even:before {
  background-image: url("img/tir1.png");
  content: "";
  height: 21px;
  left: 53%;
  position: absolute;
  top: -3px;
  width: 39px;
  z-index: 99999;
}
.single_post_area.odd.fot:before {
    background-image: none;
}
.single_post_area.odd:before {
  background-image: url("img/tir2.png");
  content: "";
  height: 21px;
  left: 53%;
  position: absolute;
  top: -3px;
  width: 39px;
  z-index: 99999;
}
.single_post_area {
  display: block;
  height: 111px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.single_post_area.odd {
  background: none repeat scroll 0 0 #107C91;
}
.single_post_area.even {
  background: none repeat scroll 0 0 #19A8C1;
}
.post_icon {
  background: none repeat scroll 0 0 #AB1114;
  border-bottom: 1px solid #7A090B;
  float: left;
  height: 111px;
  padding: 19px 5%;
  width: 18%;
}
.post_content {
  float: left;
  padding: 11px 5px 15px 15px;
  width: 82%;
}
.post_content > h3 {
  color: #F7B71D;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
}
.post_content > p {
  color: #FFFFFF;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 3px;
}
.banner_nav {
  display: block;
  overflow: hidden;
  padding-bottom: 75px;
  padding-top: 61px;
  text-align: center;
  width: 100%;
}
.banner_nav ul li.firsts {
  background-image: url("img/tir3.png");
  background-position: -2px center;
  background-repeat: no-repeat;
  border: medium none;
  padding-left: 25px;
}
.banner_nav ul li:last-child{
    border-right: none;
}
.banner_nav ul li {
  border-right: 1px solid #E3E9EA;
  color: #FFFFFF;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 0 20px;
  text-transform: uppercase;
}
.main_service_area {
  background-image: url("img/full.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: impact;
}
.service_title {
  background-image: url("img/sub.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 35px;
  margin-top: 40px;
  text-align: center;
}
.service_title > h2 {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 1.1;
  padding: 55px 0;
  text-transform: uppercase;
}
.col-md-3.col-sm-3.col-xs-12#lass_padding{
  padding: 5px;
}
.single_service {
  margin-bottom: 45px;
}
.single_service > img {
  width: 100%;
}
.rate {
  background-image: url("img/red.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 9px 5px;
  text-align: center;
}
.rate > h3 {
  color: #FFFFFF;
  font-size: 61px;
}
.rate span {
  font-size: 19px;
  vertical-align: middle;
}
.buy_button img {
  width: 100%;
}




.load_area {
  background-image: url("img/sub1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 410px;
  margin-top: 13px;
  position: relative;
  text-align: center;
}
.load_image {
  left: 0;
  position: absolute;
  top: -38px;
  width: 100%;
}
.load_area > h2 {
  color: #FFFFFF;
  font-size: 43px;
  padding: 25px;
}
.contact_form_area {
  background-image: url("img/tap.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 50px;
}
.single_form input[type="submit"] {
  background: none repeat scroll 0 0 #17B3CE;
  border: medium none;
  font-size: 24px;
  margin-left: 20%;
  margin-top: 10px;
  padding: 10px;
  width: 60%;
}
.single_form input, .single_form select {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 8px 10px;
  text-transform: uppercase;
  width: 100%;
}
.single_form select option {
    padding:2px; 
}
.single_form select {
  background:#19A9C2;
  border: 1px solid #19A9C2;
  color: #FFFFFF;  
  padding: 5px 10px; 
}
.single_form select#test {
  background:transparent;
  border: 1px solid #19A9C2;
  color: #19A9C2;  
  padding: 5px 10px; 
}
.contact_form h1 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 55px;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
}
.client_area {
  text-align: center;
}
.client_area li {
  display: inline-block;
  padding: 20px 0;
}
.client_area img {
  width: 86%;
}
.top_footer_image {
  background: none repeat scroll 0 0 #F4F4F4;
  padding: 55px;
  text-align: center;
}
footer {
  background: none repeat scroll 0 0 #17B3CE;
}
.left_footer > p {
  color: #FFFFFF;
  font-size: 13.7px;
  font-weight: 600;
  padding: 43px 0;
  text-align: center;
}
.left_footer > p {
  color: #FFFFFF;
  font-size: 13.7px;
  font-weight: 600;
  padding: 43px 0;
  text-align: center;
}
.middle_footer {
  padding: 15px;
  text-align: center;
}
.right_footer {
  text-align: right;
}
.right_footer li {
  display: inline;
}
.right_footer a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 43px 10px;
  text-decoration: none;
}.service_title span {
  color: #19A9C2;
}

.more_service{
    display:none;
}
.box_sale {
    background: url(img/box_bg.png) no-repeat;
    background-size: cover;
    min-height: 295px;
    text-align: center;
}
.box_sale .text {
    color: #fff;
    text-shadow: 1px 1px 5px #18a7c1;
    font-size: 35px;
    font-style: italic;
    padding: 75px 30px 0px 30px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #18a7c1;
    text-transform: uppercase;
    line-height: 1em;
    min-height: 160px;
}



