﻿*
{
    box-sizing: border-box;
}
body 
{
    float: left;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #f4f4f4;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
header, footer, .banner, .content
{
    float: left;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
header
{
    margin-top: 8px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 8px;
}
.container
{
    max-width: 980px;
    margin: 0 auto;
}
.logo
{
    float: left;
    max-width: 48%;
    margin-top: 8px;
}
.logo img
{
    width: 100%;
    height: auto;
    max-width: 440px;
}
.menu
{
    float: right;
    width: 48%;
}
.menu p
{
    float: right;
    margin-left: 15px;
}
.menu p a
{
    text-decoration: none;
    color: #822b24;
}
.menu p a:hover
{
    color: #000;
}
.menu ul
{
    list-style-type: none;
    text-align:center;
    margin: 0px auto 0;
    padding: 0;
    float: right;
}
.menu ul li
{
    float: left;
    display: inline-block;
    margin: 0 15px;
}
.menu ul li a
{
    font-family: 'Roboto Slab', serif;
    text-decoration: none;
    float: left;
    font-size: 18px;
    padding: 15px;
    color: #262626;
    text-transform: uppercase;
    border-radius: 33px;
    min-width: 100px;
}
.menu ul li a:hover, .menu ul li.active a
{
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#767676+0,575757+44,131313+100 */
    background: rgb(118,118,118); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(118,118,118,1) 0%, rgba(87,87,87,1) 44%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(118,118,118,1) 0%,rgba(87,87,87,1) 44%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(118,118,118,1) 0%,rgba(87,87,87,1) 44%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.logo
{
    text-align:center;
}
.logo h2 a
{
    font-family: 'Sansita One';
    color: #414141;
    font-size: 45px;
    text-decoration: none;
}
.logo h4 a
{
    color: #822b24;/*#808080;*/
    font-family: 'Times New Roman';
    font-size: 35px;
    text-decoration: none;
    letter-spacing: 10px;
}
.banner, .content
{
    padding-bottom: 8px;
    border-bottom: 1px solid #dcdcdc;
}
.banner .container
{
    max-width: 1150px;
    text-align:center;
}
.bantext, .slide
{
    float: left;
    height: 454px;
    display: inline-block;
}
.bantext
{
    max-width: 405px;
    position: relative;
}
.content
{
    margin-bottom: 8px;
    min-height: 350px;
}
footer
{
    padding: 50px 0;
    background: url(../images/tail-body.gif) repeat;
    color: #fff;
    font-size: 14px;
}
footer a
{
    color: #fff;/*#8b8b8b;**/
    text-decoration: none;
}
footer a:hover
{
    color: #fff;
}
footer .grid4 > h3
{
    color: #d8d8d8;
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
}
.footban
{
    background: #1c1c1c;
    padding:10px;
    width: 98%;
    float: left;
    margin: 1%;
}
.flayer1
{
    border: 1px solid #4d4d4d;
    padding: 5px;
    float: left;
    width: 100%;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 26px;
    line-height: normal;
    text-align:center;
}
.flayer1 h3
{
    color: #fff;
}
.flayer1 .btn
{
    margin: 0 auto;
    display: block;
    text-align: center;
    float: none;
    max-width: 155px;
    font-size: 18px;
}
footer ul
{
    padding-left: 15px;
}
h1, h2, h3, h4, h5, h6
{
    color: #822b24;
    font-family: 'Roboto Slab', serif;
}
h3
{
    font-size: 22px;
}
.copyright
{
    text-align:center;
}
.copyright.hrtop
{
    border-top: 1px solid #444;
    padding-top: 50px;
}
.text-center
{
    text-align: center;
}
.contactform
{
    float: left;
    width: 100%;
    padding-right: 15px;
}
.contactform input, .contactform textarea
{
    border: 1px solid #666;
    padding: 5px;
    width: 100%;
    margin-bottom: 15px;
    font: inherit;
    color: #666;
}
.contactform textarea
{
    height: 175px;
    resize: none;
}
.buttons
{
    float: left;
    width: 100%;
}
.btn
{
    padding: 10px 15px;
    border-radius: 33px;
    border: 1px solid #fff;
    text-decoration: none;
    min-width: 75px;
    float: left;
    text-align:center;
    margin-right: 15px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#767676+0,575757+44,131313+100 */
    background: rgb(118,118,118); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(118,118,118,1) 0%, rgba(87,87,87,1) 44%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(118,118,118,1) 0%,rgba(87,87,87,1) 44%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(118,118,118,1) 0%,rgba(87,87,87,1) 44%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.btn:hover
{
    color: #767676;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,e8e8e8+100 */
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.map iframe
{
    width: 100%;
    height: 275px;
}

.row
{
    margin-left: -15px;
    margin-right: -15px;
}
.grid4, .grid6, .grid8, .grid12
{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.grid4
{
    width: 33.333%;
}
.grid6
{
    width: 50%;
}
.grid8
{
    width: 66.666%;
}
.grid12
{
    width: 100%;
}

/*************/
/* Slideshow container */
.slideshow-container {
  position: absolute;
  background: transparent;
  top: 0;
  height: 100%;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
  height: 100%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.dot.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}
.btext
{
    display: table;
    vertical-align: middle;
    height: 100%;
}
.desc
{
    display: table-cell;
    vertical-align: middle;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 32px;
    line-height: normal;
}
.serv
{
    width: 98%;
    margin: 1%;
    padding: 5px;
    border: 1px solid #666;
    border-radius: 5px;
    float: left;
}
.serv img
{
    width: 474px;
    height: 315px;
}
.serv img.imgleft
{
    /*border-radius: 50%;*/
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    /*width: 200px;
    height: 200px;*/
}
.serv img.imgright
{
    /*border-radius: 50%;*/
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    /*width: 200px;
    height: 200px;*/
}
.serv h5
{
    font-size: 18px;
}
.clear
{
    clear: both;
}
.contact .grid4 a
{
    text-decoration: none;
    color: #822b24;
}
.contact .grid4 a:hover
{
    color: #000;
}

/* ============ Fixed Social Icons ================== */
.fixedsocialicons
{
    background: #fff none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-top: -75px;/*-134px;*/
    padding: 4px;
    top: 60%;
    position: fixed;
    z-index: 999;
}

.fixedsocialicons a
{
    display: block;
    width: 40px;
    height: 40px;
}
.fixedsocialicons a + a
{
    margin-top: 4px;
}

/* =============================== Site Map ================================ */
.sitemapul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #999;
    /*border: 1px solid;*/
    border-radius: 10px;
}
.sitemapul ul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #e1ae25;
    border: 1px solid #e1ae25;
    border-radius: 10px;
    color: #000;
}

.sitemapul li
{
    background: #fff;
    border: 1px solid;
    padding: 5px 20px;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.sitemapul li a
{
    font-weight: bold;
    font-size: 18px;
    color: #000!important;
    text-decoration: none;
}
.sitemapul li a:hover
{
    color: #933790!important;
}
/*********/

.review-sec
{
 margin-bottom: 20px;
}



@media (max-width: 1199px)
{
    .banner .container
    {
        max-width: 980px;
    }
    .bantext
    {
        max-width: 343px;
    }
    .bantext, .slide
    {
        height: 389px;
    }
    .bantext img
    {
        width: 100%;
        height: 389px;
    }
    .slide
    {
        width: 637px;
    }
    .slide img
    {
        width: 637px;
        height: 389px;
    }
    .mySlides
    {
        padding: 25px;
    }
}
@media (max-width: 979px)
{
    .banner .container, .container
    {
        max-width: 760px;
    }
    .menu ul li
    {
        margin: 0 8px;
    }
    .menu ul li a
    {
        min-width: 75px;
        padding: 15px 10px;
    }
    .bantext
    {
        max-width: 266px;
    }
    .bantext, .slide
    {
        height: 301px;
    }
    .bantext img
    {
        width: 100%;
        height: 301px;
    }
    .desc
    {
        font-size: 26px;
    }
    .slide
    {
        width: 494px;
    }
    .slide img
    {
        width: 494px;
        height: 301px;
    }
    .row
    {
        margin-left: 0;
        margin-right: 0;
    }
    .fixedsocialicons
    {
        float: left;
        width: 100%;
        margin-top: 0;
        top: 0;
        text-align: center;
        position: relative;
    }
    .fixedsocialicons a
    {
        display: inline-block;
        margin: 3px;
    }
    .sitemapul
    {
        width: 90%;
    }
}
@media (max-width: 767px)
{
    .banner .container, .container
    {
        max-width: 600px;
    }
    .menu ul li
    {
        margin: 0 8px;
    }
    .menu ul li a
    {
        min-width: 75px;
        padding: 15px 10px;
    }
    .bantext
    {
        max-width: 100%;
        width: 100%;
    }
    .bantext, .slide
    {
        height: auto;
    }
    .bantext img
    {
        width: 100%;
        height: 225px;
    }
    .desc
    {
        font-size: 26px;
    }
    .slide, .slideshow-container, .btext, .grid6, .grid8, .grid4, .logo, .menu, .menu ul
    {
        width: 100%;
    }
    .slide img
    {
        width: 600px;
        height: 366px;
    }
    .logo, .menu
    {
        max-width: 100%;
    }
    .menu ul
    {
        margin-top: 15px;
    }
    .menu ul li
    {
        float: none;
    }
    .serv img.imgleft, .serv img.imgright
    {
        float: none;
        text-align: center;
        margin: 10px auto;
        display: block;
        width: 300px;
        height: 199px;
    }
}
@media (max-width: 639px)
{
    .banner .container, .container
    {
        max-width: 400px;
    }
    .slide img
    {
        width: 400px;
        height: 244px;
    }
}
@media (max-width: 479px)
{
    .banner .container, .container
    {
        max-width: 270px;
    }
    .slide img
    {
        width: 270px;
        height: 165px;
    }
    .menu ul li
    {
        margin: 0 2px;
    }
    .menu ul li a
    {
        min-width: 20px;
        padding: 8px;
        font-size: 14px;
    }
    .serv img.imgleft, .serv img.imgright
    {
        width: 223px;
        height: 148px;
    }
}