@charset "utf-8";
@import url(reset.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
html {
    background: #fff
}

body {
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    font-family: 'Open Sans', sans-serif
}

p {
    font-size: 18px
}

h1 {
    line-height: 40px;
    font-family: Merriweather, serif;
    color: #b90030;
    font-style: italic;
    font-size: 24px
}

h2 {
    line-height: 40px;
    font-family: Merriweather, serif;
    color: #00bcbc;
    font-style: italic;
    font-size: 24px;
    border-bottom: 1px dotted #ccc
}

.violet {
    color: #b90030
}

h3,
h4 {
    line-height: 20px
}

h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

::-moz-selection {
    background: #9d426b;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #9d426b;
    color: #fff;
    text-shadow: none
}

a:active,
a:focus,
a:hover {
    text-decoration: none!important;
    outline-offset: 0!important;
    outline: 0!important;
    cursor: pointer
}

.fRight {
    float: right!important
}

.fLeft {
    float: left!important
}

.pRev {
    position: relative!important
}

.noBorder {
    border: 0!important
}

.marginTop20 {
    margin-top: 20px!important
}

.marginBottom0 {
    margin-bottom: 0!important
}

.marginBottom10 {
    margin-bottom: 10px!important
}

.bullets ol {
    margin: 0;
    padding: 0;
    list-style: decimal inside;
    font-size: 14px
}

.bullets ol li {
    margin-bottom: 10px
}

.bullets ol li ul {
    list-style: disc inside;
    margin-left: 20px;
    font-size: 14px
}

.bullets ol li ul li {
    margin-bottom: 10px;
    margin-top: 10px
}

.bullets ul {
    margin: 0;
    padding: 0;
    list-style: circle inside;
    font-size: 14px
}

.bullets ul li {
    margin-bottom: 5px
}

.bullets ul li ul {
    list-style: disc inside;
    margin-left: 25px;
    font-size: 14px
}

.bullets ul li ul li {
    margin-bottom: 5px;
    margin-top: 5px
}

header {
    padding-top: 2px;
    border-bottom: 1px solid #fffff;
    background-color: #121518
}

.dropTrigger img {
    margin: 0 5px 0 0;
    float: left
}

.dropTrigger {
    color: #bbb;
    background: url(../images/dropdown-arrow.png) right center no-repeat;
    padding-right: 10px
}

.dropTrigger:hover,
.dropdown.open .dropTrigger {
    text-decoration: none;
    background: url(../images/dropdown-arrow-active.png) right center no-repeat
}

.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    min-width: 80px
}

.dropdown-menu>li>a {
    padding: 3px 10px;
    font-size: 12px;
    display: block
}

.dropdown-menu>li>a span {
    display: block;
    padding-left: 9px;
    float: left;
    margin-top: -1px;
    padding: 3px 10px;
    font-size: 12px
}

.dropdown-menu>li>a img {
    float: left
}

.language {
    border-right: 1px solid #76492c;
    width: 65px;
    float: left
}

.currency {
    float: left;
    margin-left: 13px
}

.currency .dropdown-menu {
    min-width: 50px
}

.callUsTop {
    float: left;
    margin-top: 10px
}

.callUsTop h4 {
    color: #01b0ae;
    font-size: 24px
}

.callUsTop span {
    color: #fff;
    font-size: 20px
}

#logo a {
    display: block
}

.topmenu {
    margin-top: 35px;
    margin-bottom: 10px
}

.topmenu ul li {
    float: left;
    border-right: 1px solid #666;
    padding-right: 10px;
    margin-right: 10px
}

.topmenu ul li.last {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.topmenu ul li a {
    color: #666;
    font-size: 13px;
    display: block;
    line-height: 10px;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s
}

.topmenu ul li a:hover,
.topmenu ul li.active a {
    color: #fff
}

.tinynav {
    display: none
}

.topRightLinks {
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .topRightLinks {
        width: 100px
    }
}

.topRightLinks a {
    display: block;
    float: left;
    color: #666;
    font-size: 12px;
    display: block;
    line-height: 10pxtransition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s
}

.login {
    border-right: 1px solid #666;
    padding-right: 10px;
    margin-right: 10px
}

.topRightLinks a:hover {
    color: #fff
}

.social {
    margin-top: 20px;
    float: right
}

.social li {
    float: left;
    margin-right: 5px
}

.social li.last {
    margin-right: 0
}

.social li a {
    display: block;
    text-indent: -9999px;
    width: 22px;
    height: 22px
}

.social li a.rss {
    background: url(../images/social-rss.png) no-repeat left top
}

.social li a.twitter {
    background: url(../images/social-twitter.png) no-repeat left top
}

.social li a.facebook {
    background: url(../images/social-facebook.png) no-repeat left top
}

.social li a:hover {
    background-position: left bottom
}

.socialfooter {
    float: right
}

.socialfooter li {
    float: left;
    margin-right: 5px
}

.socialfooter li.last {
    margin-right: 0
}

.socialfooter li a {
    display: block;
    text-indent: -9999px;
    width: 22px;
    height: 22px
}

.socialfooter li a.rss {
    background: url(../images/social-rss.png) no-repeat left top
}

.socialfooter li a.twitter {
    background: url(../images/social-twitter.png) no-repeat left top
}

.socialfooter li a.facebook {
    background: url(../images/social-facebook.png) no-repeat left top
}

.socialfooter li a:hover {
    background-position: left bottom
}

.mainMenuContainer {
    width: 100%;
    -webkit-box-shadow: 0 3px 5px #bcbcbc;
    -moz-box-shadow: 0 3px 5px #bcbcbc;
    -o-box-shadow: 0 3px 5px #bcbcbc;
    -ms-box-shadow: 0 3px 5px #bcbcbc;
    box-shadow: 0 3px 5px #bcbcbc;
    padding: 8px 0
}

.mainMenu .mobDropdown {
    display: none
}

.mainMenu ul {
    display: block
}

.mainMenu ul li {
    float: left;
    position: relative;
    text-transform: uppercase
}

.mainMenu ul li a {
    line-height: 26px;
    display: block;
    padding: 19px 14px;
    font-size: 15px;
    color: #000;
    font-weight: 700!important
}

.mainMenu ul li:first-child a {
    background: 0 0
}

.mainMenu ul li a.arrow {
    background: url(../images/submenu-arrow.png) no-repeat 95% center
}

.mainMenu ul li.first a {
    padding: 19px 30px;
    text-indent: -9999px;
    background: url(../images/main-menu-home.png) no-repeat center center
}

.mainMenu ul li a:hover,
.mainMenu ul li.active a,
.mainMenu ul li.hover a {
    color: #0ac0be;
    -moz-transition: background-color ease .5s;
    -webkit-transition: background-color ease .5s;
    -o-transition: background-color ease .5s;
    transition: background-color ease .5s;
    -ms-transition: background-color ease .5s
}

.mainMenu ul li ul {
    background: #fff;
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    width: 230px;
    box-shadow: 1px 1px #7c7c7c;
    z-index: 9999;
    padding: 10px 0
}

.mainMenu ul li ul li {
    float: none
}

.mainMenu ul li ul li a {
    color: #000;
    font-size: 15px;
    padding: 5px 20px;
    background-color: #fff!important
}

.mainMenu ul li ul li.first a {
    padding: 5px 20px;
    background: 0 0;
    text-indent: 0
}

.mainMenu ul li ul li a:hover,
.mainMenu ul li ul li.active a,
.mainMenu ul li ul li.hover a {
    background-color: #e9e9e9!important
}

.mainMenu ul li ul li ul {
    position: absolute;
    top: 0;
    left: 175px;
    visibility: hidden
}

.innerTitle {
   /* border-bottom: 1px solid #c8c8c8;*/
    width: 100%;
    position: relative;
    height: 20px;
    margin-bottom: 15px
}
.innerTitle h2{
    text-align: center;
}
.innerTitle h1 {
    color: #2f2f2f;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: 0;
    margin: 0;
    text-align: center;
    font-style: normal;
    border: 0
}

p.black {
    font-size: 16px;
    color: #434343;
    line-height: 20px;
    margin: 25px 0 15px 0
}

.mainSliderContainer {
    position: relative;
    margin-bottom: 50px
}

.rslides {
    z-index: 99
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}

.mainSliderNav a {
    display: block;
    text-indent: -9999px;
    width: 48px;
    height: 49px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 999
}

.mainSliderNav .prev {
    background: url(../images/main-slider-prev.png) no-repeat left bottom;
    left: 10px
}

.mainSliderNav .next {
    background: url(../images/main-slider-next.png) no-repeat left bottom;
    right: 10px
}

.caption {
    width: 80%;
    font-size: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 40%;
    margin-top: -24px;
    left: 200px;
    text-shadow: .1em .1em .2em #000
}

.shortOffers {
    position: absolute;
    top: 415px;
    right: 0;
    z-index: 100;
    width: 100%
}

.shortOffer {
    -webkit-box-shadow: 0 0 6px #bcbcbc;
    -moz-box-shadow: 0 0 6px #bcbcbc;
    -o-box-shadow: 0 0 6px #bcbcbc;
    -ms-box-shadow: 0 0 6px #bcbcbc;
    box-shadow: 0 0 6px #bcbcbc;
    border: 0;
    position: relative;
    z-index: 200;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    padding: 15px 5%;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fff 0, #e5e5e5 100%)
}

.shortOffer .title {
    width: 50%;
    float: left;
    margin-right: 5%
}

.shortOffer .title h5 {
    font-size: 18px;
    color: #1e0c01;
    line-height: 22px;
    margin: 0
}

.shortOffer .price {
    width: 45%;
    float: left
}

.shortOffer .price span {
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 14px
}

.shortOffer .price em {
    display: block;
    font-size: 23px;
    font-style: normal;
    color: #b90030;
    font-family: 'Open Sans', sans-serif
}

#specialOffers {
    margin-bottom: 30px
}

.offers .item {
    margin: 20px;
    position: relative;
    display: block
}

.offers .item .priceTag {
    background: url(../images/offer-price-tag.png) no-repeat;
    color: #fff;
    font-weight: 700;
    width: 112px;
    height: 60px;
    position: absolute;
    top: 85px;
    right: -5px;
    font-size: 23px;
    padding: 5px
}

.offers .item .priceTag em {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-right: 7px;
    float: left
}

.offers .item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.offers .item span {
    display: block;
    width: 100%;
    background: #242424 url(../images/offer-marker.png) no-repeat 5% center;
    color: #fff;
    font-size: 15px;
    padding: 10px 5%;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    text-indent: 20px
}

.owl-controls {
    position: absolute;
    top: -34px;
    right: 10px;
    margin-top: 0!important;
    background: #fff
}

.owl-controls .owl-next,
.owl-controls .owl-prev {
    margin: 2px!important;
    display: block;
    width: 29px;
    height: 29px;
    text-indent: -9999px;
    opacity: 1!important
}

.owl-prev {
    background: url(../images/carousel-prev.png) left top no-repeat!important
}

.owl-next {
    background: url(../images/carousel-next.png) left top no-repeat!important
}

.owl-controls .owl-next:hover,
.owl-controls .owl-prev:hover {
    background-position: left bottom!important
}

.featuredOffers {
    margin-bottom: 30px
}

.featuredOffers .col-sm-4 {
    padding: 0!important
}

.featuredOffers .item {
    margin: 10px
}

.featuredOffers .item .priceTag {
    background: url(../images/offer-price-tag-small.png) no-repeat;
    width: 92px;
    height: 50px;
    font-size: 20px;
    top: 85px;
    right: -3px;
    padding: 2px 8px
}

.newsList {
    margin-bottom: 30px
}

.newsList ul li {
    margin-bottom: 12px
}

.newsList ul li {
    display: block;
    font-size: 17px;
    line-height: 18px;
    background: url(../images/news-list.png) no-repeat left 4px;
    padding-left: 30px;
    min-height: 27px;
    cursor: text
}

.newsList ul li a:hover {
    text-decoration: underline!important
}

.page404 h1 {
    font-size: 300px;
    text-align: center
}

.page404 p {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    color: #434343
}

#footer {
    margin-top: 30px
}

.footerTop {
    width: 100%;
    background: #f8f8f8;
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
    padding: 25px 0
}

.footerTop .logoBottom {
    display: block;
    margin-top: 30px
}

.footerTop h5 {
    color: #2f2f2f;
    font-size: 18px;
    margin-bottom: 20px
}

.footerTop p,
.newsmsg {
    color: #666;
    font-size: 13px;
    margin-bottom: 10px
}

.footerTop a {
    color: #3e3e3e;
    font-size: 13px
}

.footerTop a:hover {
    text-decoration: underline!important
}

.footerLinkList ul li {
    margin-bottom: 5px
}

.footerLinkList ul li a {
    display: block;
    padding-left: 20px;
    background: url(../images/link-list.png) left center no-repeat
}

.footerBottom {
    width: 100%;
    background: #53dcdb;
    padding: 20px 0;
    border-top: 1px solid #000;
}

.page-title-container {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    background: #f8f8f8 url(../images/pattern.jpg) left top repeat;
    text-align: left;
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset, 0 -5px 15px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset, 0 -5px 15px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset, 0 -5px 15px 0 rgba(0, 0, 0, .05) inset
}

.page-title-container h1 {
    display: inline;
    margin-left: 10px;
    font-family: Merriweather, serif;
    font-style: italic;
    font-size: 24px;
    color: #02b0ae;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle
}

.page-title-container p {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle
}

.page-title-container i {
    font-size: 46px;
    color: red;
    vertical-align: middle
}

.about-us-container {
    margin-top: 20px
}

.about-us-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left
}

.about-us-text h3 {
    margin-top: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.about-us-text p {
    line-height: 28px;
    font-size: 18px
}

.services-container {
    margin-top: 10px
}

.services-title {
    margin-top: 40px;
    background: url(../img/line.png) left center repeat-x
}

.services-title h2 {
    width: 200px;
    margin: 0 auto;
    background: #fff;
    font-family: Merriweather, serif;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: 700
}

.service {
    margin-top: 40px;
    padding: 15px 15px 20px 15px;
    background: #f8f8f8;
    border-bottom: 2px solid #036
}

.service:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05), 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.service .service-icon {
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d
}

.service .service-icon i {
    vertical-align: middle
}

.service h3 {
    margin-top: 13px;
    font-family: Merriweather, serif;
    color: #b90030;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.service p {
    padding-bottom: 7px;
    line-height: 24px
}

.page-in-bread {
    float: right;
    font-weight: 300;
    line-height: 40px;
    font-size: 12px
}

.page-in-bread span {
    font-size: 12px
}

.page-in-bread a {
    color: #f75831;
    display: inline-block
}

.contact-us-container {
    margin-top: 20px;
    text-align: left
}

.contact-us-container h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #036;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.contact-us-container p {
    line-height: 28px;
    font-size: 18px
}

.contact-form {
    padding-bottom: 30px
}

.contact-form form {
    margin-top: 25px
}

.contact-form form .form-group {
    margin-bottom: 20px
}

.contact-address {
    padding-bottom: 15px
}

.contact-address .map {
    height: 195px;
    border: 5px solid #f8f8f8;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0
}

@font-face {
    font-family: rupee_foradianregular;
    src: url(../font/rupee_foradian-webfont.eot);
    src: url(../font/rupee_foradian-webfont.eot?#iefix) format('embedded-opentype'), url(../font/rupee_foradian-webfont.woff2) format('woff2'), url(../font/rupee_foradian-webfont.woff) format('woff'), url(../font/rupee_foradian-webfont.ttf) format('truetype'), url(../font/rupee_foradian-webfont.svg#rupee_foradianregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.copy {
    font-size: 13px;
    color: #000;
    float: left
}

.h-top {
    padding: 0 0
}

.h-top ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    font-weight: 400
}

.h-top ul li img {
    display: inline
}

.h-top .social-icon {
    padding-top: 5px
}

.h-top ul li span {
    position: relative;
    top: -10px;
    letter-spacing: 1.2px!important;
    font: 16px "Century Gothic";
    font-weight: 700;
    color: #fff
}

.mainMenuContainer {
    background: #fff!important
}

.innerTitle h1 span {
    color: #00bdbb;
}
.priceTag{
    padding: 5px;
    background-color: #6dd9d8;
    text-align: center;
    margin: 4px;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}
footer{background-color: #eee; padding: 25px;}
       ul, li{list-style-type: none;}
       /*.list{margin-top: 15px;}*/
.address-footer a{
    color: #666;
    font-size: 16px;
}
.address-footer li{
    padding:5px;
}
.address-footer h3{
    font-weight: 700;
}