/*======= OVERWRITE BOOTSTRAP STYLE =============*/
@import url("/fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic");
@import url("/fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic");
@import url("/fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,600italic,700,700italic,800,800italic");
body {
    font-family: "Droid Serif", "Open Sans", "Playfair Display", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #282828;
    background-color: #fafaeb
    }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Droid Serif", "Open Sans", "Playfair Display", "Helvetica Neue", Arial, Helvetica, sans-serif
    }
a {
    color: #00cece
    }
a:hover, a:focus {
    color: #85d6de
    }
a:focus {
    outline: thin dotted #85d6de
    }
.form-control {
    border-radius: 0
    }
.form-control:focus {
    border-color: #00cece;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 206, 206, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 206, 206, 0.6)
    }
.table-tots th {
    background-color: #F5F5F5
    }
.table-tots tbody tr td.success {
    background-color: #dff0d8
    }
.table-tots tbody tr td.error {
    background-color: #f2dede
    }
.table-tots tbody tr td.warning {
    background-color: #fcf8e3
    }
.table-tots tbody tr td.info {
    background-color: #d9edf7
    }
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #424342;
    border-radius: 0
    }
.breadcrumb > li {
    display: inline-block
    }
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #fff;
    content: "/ "
    }
.breadcrumb > .active {
    color: #fff
    }
/*=================OTHER CSS==================*/
.dd-styled {
    overflow: hidden;
    background: #fff url(../images/dropdown-arrow.png) no-repeat right
    }
.dd-styled select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none
    }
.chk-styled {
    background: #e3e3e3;
    border: 3px solid #fff;
    cursor: pointer;
    float: left;
    margin: 3px 5px 0 0;
    height: 15px;
    width: 15px
    }
.chk-styled.checked {
    position: relative;
    background-color: #414242
    }
.chk-styled.checked .check {
    display: inline-block;
    height: 13px;
    width: 13px;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 100
    }
/* cursor styles */
.cursor-pointer {
    cursor: pointer
    }
/* text transformation classes */
.uppercase {
    text-transform: uppercase
    }
/* alignment pre-defined classes */
.aright {
    text-align: right !important
    }
.aleft {
    text-align: left !important
    }
.acenter {
    text-align: center !important
    }
.ajustify {
    text-align: justify !important
    }
.vamiddle {
    vertical-align: middle !important
    }
.vatop {
    vertical-align: top !important
    }
.vabottom {
    vertical-align: bottom !important
    }
/* floating pre-defined classes */
.float-left {
    float: left
    }
.float-right {
    float: right
    }
/* font-weight & style pre-defined classes */
.bold {
    font-weight: bold !important
    }
.unbold {
    font-weight: normal !important
    }
.italic {
    font-style: italic !important
    }
.unitalic {
    font-style: normal !important
    }
/* text & anchor tags underline  or not classes */
.nounderline {
    text-decoration: none
    }
.underline {
    text-decoration: underline
    }
/* display styles of element classes */
.displaynone {
    display: none
    }
.displayblock {
    display: block
    }
.displayinline {
    display: inline
    }
.displayinlineblock {
    display: inline-block !important
    }
/* position pre-defined classes */
.position-fixed {
    position: fixed
    }
.position-relative {
    position: relative
    }
/* noborder of element class */
.bordernone {
    border: none !important
    }
/* standard font sizes */
.fontsize11 {
    font-size: 11px
    }
.fontsize12 {
    font-size: 12px
    }
.fontsize13 {
    font-size: 13px
    }
.fontsize14 {
    font-size: 14px
    }
.fontsize16 {
    font-size: 16px
    }
.fontsize18 {
    font-size: 18px
    }
.fontsize20 {
    font-size: 20px
    }
.fontsize22 {
    font-size: 22px
    }
.fontsize24 {
    font-size: 24px
    }
.fontsize28 {
    font-size: 28px
    }
.fontsize32 {
    font-size: 32px
    }
.fontsize35 {
    font-size: 35px
    }
.fontsize38 {
    font-size: 38px
    }
.fontsize40 {
    font-size: 40px
    }
.fontsize48 {
    font-size: 48px
    }
.fontsize60 {
    font-size: 60px
    }
/*
.fontsize11 { font-size:77.5%; }
.fontsize12 { font-size:85%; }
.fontsize13 { font-size:92.5%; }
.fontsize14 { font-size:100%; }
.fontsize16 { font-size:115%; }
.fontsize18 { font-size:130%; }
.fontsize20 { font-size:145%; }
.fontsize22 { font-size:160%; }
.fontsize24 { font-size:175%; }
.fontsize28 { font-size:205%; }
.fontsize32 { font-size:235%; }
.fontsize40 { font-size:295%; }
.fontsize48 { font-size:355%; }
.fontsize60 { font-size:445%; }
*/
/*font family Arial*/
.ffamily-Arial {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important
    }
.ffamily-Open-Sans {
    font-family: "Open Sans", "Playfair Display", "Droid Serif", "Helvetica Neue", Arial, Helvetica, sans-serif !important
    }
.ffamily-Droid-Serif {
    font-family: "Droid Serif", "Open Sans", "Playfair Display", "Helvetica Neue", Arial, Helvetica, sans-serif !important
    }
.ffamily-Playfair-Display {
    font-family: "Playfair Display", "Open Sans", "Droid Serif", "Helvetica Neue", Arial, Helvetica, sans-serif !important
    }
/* padding pre-defined styles */
.p0 {
    padding: 0 !important
    }
.p1 {
    padding: 1px !important
    }
.p2 {
    padding: 2px !important
    }
.p3 {
    padding: 3px !important
    }
.p4 {
    padding: 4px !important
    }
.p5 {
    padding: 5px !important
    }
.p10 {
    padding: 10px !important
    }
.p15 {
    padding: 15px !important
    }
.p20 {
    padding: 20px !important
    }
.p25 {
    padding: 25px !important
    }
.p30 {
    padding: 30px !important
    }
.p35 {
    padding: 35px !important
    }
.p40 {
    padding: 40px !important
    }
.p45 {
    padding: 45px !important
    }
.p50 {
    padding: 50px !important
    }
.pt0 {
    padding-top: 0 !important
    }
.pt1 {
    padding-top: 1px !important
    }
.pt2 {
    padding-top: 2px !important
    }
.pt3 {
    padding-top: 3px !important
    }
.pt4 {
    padding-top: 4px !important
    }
.pt5 {
    padding-top: 5px !important
    }
.pt10 {
    padding-top: 10px !important
    }
.pt15 {
    padding-top: 15px !important
    }
.pt20 {
    padding-top: 20px !important
    }
.pt25 {
    padding-top: 25px !important
    }
.pt30 {
    padding-top: 30px !important
    }
.pt35 {
    padding-top: 35px !important
    }
.pt40 {
    padding-top: 40px !important
    }
.pt45 {
    padding-top: 45px !important
    }
.pt50 {
    padding-top: 50px !important
    }
.pb0 {
    padding-bottom: 0 !important
    }
.pb1 {
    padding-bottom: 1px !important
    }
.pb2 {
    padding-bottom: 2px !important
    }
.pb3 {
    padding-bottom: 3px !important
    }
.pb4 {
    padding-bottom: 4px !important
    }
.pb5 {
    padding-bottom: 5px !important
    }
.pb10 {
    padding-bottom: 10px !important
    }
.pb15 {
    padding-bottom: 15px !important
    }
.pb20 {
    padding-bottom: 20px !important
    }
.pb25 {
    padding-bottom: 25px !important
    }
.pb30 {
    padding-bottom: 30px !important
    }
.pb35 {
    padding-bottom: 35px !important
    }
.pb40 {
    padding-bottom: 40px !important
    }
.pb45 {
    padding-bottom: 45px !important
    }
.pb50 {
    padding-bottom: 50px !important
    }
.pl0 {
    padding-left: 0 !important
    }
.pl1 {
    padding-left: 1px !important
    }
.pl2 {
    padding-left: 2px !important
    }
.pl3 {
    padding-left: 3px !important
    }
.pl4 {
    padding-left: 4px !important
    }
.pl5 {
    padding-left: 5px !important
    }
.pl10 {
    padding-left: 10px !important
    }
.pl15 {
    padding-left: 15px !important
    }
.pl20 {
    padding-left: 20px !important
    }
.pl25 {
    padding-left: 25px !important
    }
.pl30 {
    padding-left: 30px !important
    }
.pl35 {
    padding-left: 35px !important
    }
.pl40 {
    padding-left: 40px !important
    }
.pl45 {
    padding-left: 45px !important
    }
.pl50 {
    padding-left: 50px !important
    }
.pr0 {
    padding-right: 0 !important
    }
.pr1 {
    padding-right: 1px !important
    }
.pr2 {
    padding-right: 2px !important
    }
.pr3 {
    padding-right: 3px !important
    }
.pr4 {
    padding-right: 4px !important
    }
.pr5 {
    padding-right: 5px !important
    }
.pr10 {
    padding-right: 10px !important
    }
.pr15 {
    padding-right: 15px !important
    }
.pr20 {
    padding-right: 20px !important
    }
.pr25 {
    padding-right: 25px !important
    }
.pr30 {
    padding-right: 30px !important
    }
.pr35 {
    padding-right: 35px !important
    }
.pr40 {
    padding-right: 40px !important
    }
.pr45 {
    padding-right: 45px !important
    }
.pr50 {
    padding-right: 50px !important
    }
/* margin pre-defined styles */
.m0 {
    margin: 0 !important
    }
.m1 {
    margin: 1px !important
    }
.m2 {
    margin: 2px !important
    }
.m3 {
    margin: 3px !important
    }
.m4 {
    margin: 4px !important
    }
.m5 {
    margin: 5px !important
    }
.m10 {
    margin: 10px !important
    }
.m15 {
    margin: 15px !important
    }
.m20 {
    margin: 20px !important
    }
.m25 {
    margin: 25px !important
    }
.m30 {
    margin: 30px !important
    }
.m35 {
    margin: 35px !important
    }
.m40 {
    margin: 40px !important
    }
.m45 {
    margin: 45px !important
    }
.m50 {
    margin: 50px !important
    }
.mt0 {
    margin-top: 0 !important
    }
.mt1 {
    margin-top: 1px !important
    }
.mt2 {
    margin-top: 2px !important
    }
.mt3 {
    margin-top: 3px !important
    }
.mt4 {
    margin-top: 4px !important
    }
.mt5 {
    margin-top: 5px !important
    }
.mt10 {
    margin-top: 10px !important
    }
.mt15 {
    margin-top: 15px !important
    }
.mt20 {
    margin-top: 20px !important
    }
.mt25 {
    margin-top: 25px !important
    }
.mt30 {
    margin-top: 30px !important
    }
.mt35 {
    margin-top: 35px !important
    }
.mt40 {
    margin-top: 40px !important
    }
.mt45 {
    margin-top: 45px !important
    }
.mt50 {
    margin-top: 50px !important
    }
.mb0 {
    margin-bottom: 0 !important
    }
.mb1 {
    margin-bottom: 1px !important
    }
.mb2 {
    margin-bottom: 2px !important
    }
.mb3 {
    margin-bottom: 3px !important
    }
.mb4 {
    margin-bottom: 4px !important
    }
.mb5 {
    margin-bottom: 5px !important
    }
.mb10 {
    margin-bottom: 10px !important
    }
.mb15 {
    margin-bottom: 15px !important
    }
.mb20 {
    margin-bottom: 20px !important
    }
.mb25 {
    margin-bottom: 25px !important
    }
.mb30 {
    margin-bottom: 30px !important
    }
.mb35 {
    margin-bottom: 35px !important
    }
.mb40 {
    margin-bottom: 40px !important
    }
.mb45 {
    margin-bottom: 45px !important
    }
.mb50 {
    margin-bottom: 50px !important
    }
.ml0 {
    margin-left: 0 !important
    }
.ml1 {
    margin-left: 1px !important
    }
.ml2 {
    margin-left: 2px !important
    }
.ml3 {
    margin-left: 3px !important
    }
.ml4 {
    margin-left: 4px !important
    }
.ml5 {
    margin-left: 5px !important
    }
.ml10 {
    margin-left: 10px !important
    }
.ml15 {
    margin-left: 15px !important
    }
.ml20 {
    margin-left: 20px !important
    }
.ml25 {
    margin-left: 25px !important
    }
.ml30 {
    margin-left: 30px !important
    }
.ml35 {
    margin-left: 35px !important
    }
.ml40 {
    margin-left: 40px !important
    }
.ml45 {
    margin-left: 45px !important
    }
.ml50 {
    margin-left: 50px !important
    }
.mr0 {
    margin-right: 0 !important
    }
.mr1 {
    margin-right: 1px !important
    }
.mr2 {
    margin-right: 2px !important
    }
.mr3 {
    margin-right: 3px !important
    }
.mr4 {
    margin-right: 4px !important
    }
.mr5 {
    margin-right: 5px !important
    }
.mr10 {
    margin-right: 10px !important
    }
.mr15 {
    margin-right: 15px !important
    }
.mr20 {
    margin-right: 20px !important
    }
.mr25 {
    margin-right: 25px !important
    }
.mr30 {
    margin-right: 30px !important
    }
.mr35 {
    margin-right: 35px !important
    }
.mr40 {
    margin-right: 40px !important
    }
.mr45 {
    margin-right: 45px !important
    }
.mr50 {
    margin-right: 50px !important
    }
.width100p {
    width: 100%
    }
.height100 {
    height: 100px
    }
.height200 {
    height: 200px
    }
.height300 {
    height: 300px
    }
.height400 {
    height: 400px
    }
.height500 {
    height: 500px
    }
.minheight430 {
    min-height: 430px !important
    }
.minheight360 {
    min-height: 360px !important
    }
.overflowauto {
    overflow: auto
    }
.noscript {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    text-align: center
    }
.ieoldbrowser {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101
    }
.ieoldbrowserbody {
    margin-top: 310px
    }
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background: url(../images/icon_top.png) no-repeat
    }
.noround {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
    }
.noround-topleft {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0
    }
.noround-topright {
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0
    }
.notransition {
    transition: none
    }
.noshadow, .noshadow:focus {
    box-shadow: none
    }
.tabarea {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
    }
.btn-black {
    color: #fff !important;
    background-color: #424342
    }
.btn-black:hover, .btn-black:focus, .btn-black:active {
    color: #fff
    }
/* background-colors */
.bgWhite {
    background-color: #fff !important
    }
.bgWarning {
    background-color: #fcf8e3 !important
    }
.bgLightGrey {
    background-color: #f7f7f7 !important
    }
.bgcolor-fafaeb {
    background-color: #fafaeb !important
    }
.bgcolor-424342 {
    background-color: #424342 !important
    }
.bgcolor-f2afb1 {
    background-color: #f2afb1 !important
    }
.bgcolor-00cece {
    background-color: #00cece !important
    }
.bgcolor-f7f7f7 {
    background-color: #f7f7f7 !important
    }
.bgcolor-d5f3e7 {
    background-color: #d5f3e7 !important
    }
.bgcolor-33d3a7 {
    background-color: #33d3a7 !important
    }
.bgcolor-85d6de {
    background-color: #85d6de !important
    }
.bgcolor-e0e0e0 {
    background-color: #e0e0e0 !important
    }
.bgcolor-f8f6f6 {
    background-color: #f8f6f6 !important
    }
.bgcolor-ef5d62 {
    background-color: #ef5d62 !important
    }
.bgcolor-d5e5f3 {
    background-color: #d5e5f3 !important
    }
.bgcolor-dde4ea {
    background-color: #dde4ea !important
    }
/* colors */
.color-ffffff {
    color: #fff !important
    }
.color-424342 {
    color: #424342 !important
    }
.color-414242 {
    color: #414242 !important
    }
.color-00cece {
    color: #00cece !important
    }
.color-ef5d62 {
    color: #ef5d62 !important
    }
.color-cccccc {
    color: #ccc !important
    }
.color-999999 {
    color: #999 !important
    }
.color-4d4f4d {
    color: #4d4f4d !important
    }
.color-d5f3e7 {
    color: #d5f3e7 !important
    }
.color-a4c4b7 {
    color: #a4c4b7 !important
    }
.color-7cc246 {
    color: #7CC246 !important
    }
.color-d2d0d1 {
    color: #D2D0D1 !important
    }
.color-4c8eec {
    color: #4C8EEC !important
    }
.color-ff9900 {
    color: #F90 !important
    }
/*
	Custom page classes
*/
a.link-282828, a.link-282828:hover {
    color: #282828 !important
    }
a.link-414242, a.link-414242:hover {
    color: #414242 !important
    }
a.link-424342, a.link-424342:hover {
    color: #424342 !important
    }
a.link-cccccc, a.link-cccccc:hover {
    color: #ccc !important
    }
a.link-ef5d62, a.link-ef5d62:hover {
    color: #ef5d62 !important
    }
a.link-00cece, a.link-00cece:hover {
    color: #00cece !important
    }
a.link-ffffff, a.link-ffffff:hover {
    color: #fff !important
    }
a.link-addtoSL, a.link-viewSL {
    color: #888 !important
    }
a.link-addtoSL:hover, a.link-viewSL:hover {
    color: #EF5D62 !important
    }
a.link-addtoSL i, a.link-addtoSL:hover i {
    color: #EF5D62 !important
    }
.loggedinas-admin {
    background: #9a2a29 url(../images/logged_in_as_admin.png) repeat-x
    }
.loggedinas-agent {
    background: #9a2a29 url(../images/logged_in_as_agent.png) repeat-x
    }
.search-mini form select, .search-mini form .dd-styled {
    height: 26px
    }
.search-mini form .hsmi-selC {
    width: 120px
    }
.search-mini form .hsmi-selM {
    width: 110px
    }
.search-mini form .hsmi-selS {
    width: 190px
    }
.search-mini form .hsmi-selN {
    width: 110px
    }
.search-mini form .hsmi-selC select {
    width: 148px
    }
.search-mini form .hsmi-selM select {
    width: 138px
    }
.search-mini form .hsmi-selS select {
    width: 218px
    }
.search-mini form .hsmi-selN select {
    width: 138px
    }
.hbslider-container {
    width: 100% !important;
    padding: 0;
    /*margin:0 auto;*/
    background-color: #fff;
    position: relative;
    overflow: hidden;
    max-height: 500px !important
    }
.hbslider-banner {
    display: none;
    height: 424px;
    max-height: 424px
    }
.btn-orderplpack {
    font-weight: bold;
    font-style: italic;
    color: #fff !important;
    font-size: 24px;
    background-color: #33d3a7;
    text-align: center
    }
.btn-orderplpack:hover, .btn-orderplpack:focus, .btn-orderplpack:active {
    color: #fff !important
    }
.expt-banner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 650px !important;
    overflow: hidden
    }
.expt-banner {
    display: none;
    height: 614px;
    max-height: 614px
    }
.expt-hover-link h3 {
    color: #414242
    }
.expt-hover-link:hover img.expt-hover-details {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block
    }
.expt-hover-link:hover h3 {
    color: #ef5d62
    }
.sliderTextBox {
    background: url(../images/slider/slide-text-bg.png);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 36px;
    color: #424342;
    padding: 10px 20px 0 20px
    }
.sliderTextBox hr {
    border-top: 1px solid #424342;
    margin: 5px 0 0 0
    }
.sliderTextBox a, .sliderTextBox a:hover {
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    color: #00cece !important
    }
hr.hr-dotted {
    border-top: 2px dotted #b0b1a7;
    margin: 30px 0 30px 0
    }
.home-accordion .panel {
    margin-bottom: 20px;
    border-radius: 0
    }
.home-accordion .panel-heading {
    padding: 15px 20px
    }
.home-accordion .panel-title {
    font-size: 30px;
    font-family: "Playfair Display"
    }
.home-accordion .panel-title a, .home-accordion .panel-title a:hover {
    color: #282828;
    text-decoration: none;
    display: inline-block;
    width: 100%
    }
.home-accordion .panel-title a i, .home-accordion .panel-title a:hover i {
    color: #00cece
    }
.home-accordion .panel-collapse .panel-body {
    border: none
    }
.home-accordion .panel-heading + .panel-collapse .panel-body {
    border-top: none
    }
.phs-banner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 1000px !important;
    overflow: hidden
    }
.phs-banner {
    width: 100% !important;
    height: 400px !important;
    position: relative;
    overflow: hidden
    }
.phs-banner-container .tp-caption {
    width: 100%
    }
.sop-hprice {
    background: url(../images/offer-circle.png) no-repeat top left;
    position: absolute;
    left: 10px;
    top: 10px;
    height: 60%;
    width: 50%;
    vertical-align: middle
    }
.sop-hprice span {
    position: absolute;
    top: 45px;
    left: 20px
    }
.fsection {
    text-align: center;
    border-bottom: 1px solid #c1c1c1;
    padding: 30px 0
    }
.fsection-first {
    padding-top: 0
    }
.fsection-last {
    border-bottom: none
    }
.totstweet p {
    margin: 0 auto;
    padding: 0;
    width: 59%;
    font-family: "Droid Serif";
    font-size: 18px
    }
.btn-social-large, .btn-social-mini {
    font-family: "Playfair Display";
    font-weight: bold;
    color: #fff;
    background-color: #00cece
    }
.btn-social-large {
    font-style: italic;
    font-size: 24px;
    padding: 5px 30px 5px 20px
    }
.btn-social-mini {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    width: 30px
    }
.btn-social-large:hover, .btn-social-large:focus, .btn-social-large:active, .btn-social-mini:hover, .btn-social-mini:focus, .btn-social-mini:active {
    color: #fff
    }
.btn-social-twitter {
    background-color: #598dca
    }
.btn-social-facebook {
    background-color: #3a589b
    }
.btn-social-youtube {
    background-color: #cf3427
    }
.btn-social-pinterest {
    background-color: #cb2027
    }
.btn-social-instagram {
    background-color: #517fa6
    }
.btn-social-google-plus {
    background-color: #d64136
    }
.opemail-label {
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: bold;
    color: #ef5d62;
    font-size: 24px;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0.09em
    }
.opemail-text {
    background: url(../images/opemail-bg.png) no-repeat;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    box-shadow: none;
    transition: none;
    width: 223px;
    height: 56px
    }
.opemail-text:focus {
    box-shadow: none
    }
.opemail-text:-moz-placeholder, .opemail-text::-moz-placeholder, .opemail-text:-ms-input-placeholder, .opemail-text::-webkit-input-placeholder {
    color: #fff
    }
.btn-order-planner {
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ef5d62
    }
.btn-order-planner:hover, .btn-order-planner:focus, .btn-order-planner:active {
    color: #fff
    }
.btn-copyinpost {
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    background-color: #ef5d62
    }
.btn-copyinpost:hover, .btn-copyinpost:focus, .btn-copyinpost:active {
    color: #fff
    }
.flink-list a, .flink-list a:hover {
    color: #424342;
    font-size: 12px;
    letter-spacing: 0.05em
    }
.flink-list table {
    width: 60%;
    margin: 0 auto
    }
.flink-list ul li {
    margin-bottom: 5px
    }
/*added by wasim*/
.videoframe {
    background: url(../images/videoframe.jpg) no-repeat;
    width: 100%;
    height: 689px;
    background-size: 100% 100%
    }
.videoframe .youtubevideo {
    padding-left: 82px;
    padding-top: 65px;
    width: 93%
    }
ul.unstyled {
    list-style: none outside none;
    margin-left: -17px;
    font-size: 14px
    }
.circlebutton {
    background-color: #000;
    border: medium none;
    color: #FFF;
    height: 40px;
    width: 40px
    }
.problist {
    background-color: #FFF;
    float: left;
    margin: 31px 0 0;
    min-height: 350px;
    width: 50%
    }
.probsummary {
    background-color: #FFF;
    float: left;
    margin: 31px 0 0;
    min-height: 350px;
    width: 50%
    }
.cost {
    background: url(../images/cost.png) no-repeat;
    width: 100%;
    background-size: 100% 100%
    }
/*added by wasim*/
.table-mtt-data tbody > tr > th, .table-mtt-data tbody > tr > td {
    vertical-align: top !important
    }
.btn-sdtype {
    color: #fff !important;
    background: url(../images/sdtype-btnbg.png) no-repeat;
    background-position: 0 -67px;
    height: 67px;
    width: 67px;
    text-align: center;
    vertical-align: middle
    }
.btn-sdtype:hover, .btn-sdtype:focus, .btn-sdtype:active {
    color: #fff;
    background-position: top left
    }
.btn-sdtactive {
    background-position: top left
    }
.sdtype-separator {
    background-color: #424342;
    width: 1px;
    height: 58px
    }
/*SEARCH*/
.search-maxi hr.hr-dotted {
    border-top-color: #424342
    }
.search-maxi form {
    color: #414242
    }
.search-maxi form label {
    font-weight: normal
    }
.search-maxi form select, .search-maxi form .dd-styled {
    height: 26px
    }
.search-maxi form input.ssedf {
    height: 26px;
    width: 120px
    }
.search-maxi form .hsmx-selE {
    width: 160px
    }
.search-maxi form .hsmx-selC {
    width: 130px
    }
.search-maxi form .hsmx-selN {
    width: 110px
    }
.search-maxi form .hsmx-selD {
    width: 170px
    }
.search-maxi form .hsmx-selS {
    width: 160px
    }
.search-maxi form .hsmx-selE select {
    width: 188px
    }
.search-maxi form .hsmx-selC select {
    width: 158px
    }
.search-maxi form .hsmx-selN select {
    width: 138px
    }
.search-maxi form .hsmx-selD select {
    width: 198px
    }
.search-maxi form .hsmx-selS select {
    width: 188px
    }
.btn-smaxi {
    color: #fff;
    font-size: 22px;
    background-color: #424342
    }
.btn-smaxi:hover, .btn-smaxi:focus, .btn-smaxi:active {
    color: #fff
    }
.btn-moreoptions {
    color: #414242;
    background-color: #85d6de;
    margin-bottom: -38px
    }
.btn-moreoptions:hover, .btn-moreoptions:focus, .btn-moreoptions:active {
    color: #414242
    }
.btn-gocircle {
    color: #fff;
    font-size: 22px;
    background-color: #424342;
    border-radius: 50%
    }
.btn-gocircle:hover, .btn-gocircle:focus, .btn-gocircle:active {
    color: #fff
    }
.myeb-accordion .panel {
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #ddd
    }
.myeb-accordion .panel-heading {
    padding: 10px 10px;
    background-color: #f2f2f2
    }
.myeb-accordion .panel-title {
    font-size: 22px;
    font-family: "Playfair Display"
    }
.myeb-accordion .panel-title a, .myeb-accordion .panel-title a:hover {
    color: #282828;
    text-decoration: none;
    display: inline-block;
    width: 100%
    }
.myeb-accordion .panel-title a i, .myeb-accordion .panel-title a:hover i {
    color: #999
    }
.myeb-accordion .panel-collapse .panel-body {
    border: none
    }
.myeb-accordion .panel-heading + .panel-collapse .panel-body {
    border-top: none
    }
.ul-whatsincluded ul {
    padding-left: 0;
    list-style: none
    }
.ul-whatsincluded ul li {
    background: url(../images/tick-whatsincluded.png) no-repeat left;
    padding: 8px 10px 8px 40px
    }
.prop-ttab .nav-tabs {
    border-bottom: none
    }
.prop-ttab .nav-tabs > li > a {
    border-radius: 0;
    color: #424342;
    font-family: "Open Sans", "Playfair Display", "Droid Serif", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 25px;
    margin-right: 5px
    }
.prop-ttab .nav-tabs > li > a:hover {
    background-color: #fff;
    border-color: #fff #fff #fff
    }
.prop-ttab .nav-tabs > li.active > a, .prop-ttab .nav-tabs > li.active > a:hover, .prop-ttab .nav-tabs > li.active > a:focus {
    background-color: #fff;
    border: 1px solid #fff;
    outline: none
    }
.prop-btab .nav-tabs {
    border-bottom: 1px solid #424342
    }
.prop-btab .nav-tabs > li > a {
    border-radius: 0;
    color: #424342;
    font-family: "Open Sans", "Playfair Display", "Droid Serif", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 25px;
    margin-right: 5px
    }
.prop-btab .nav-tabs > li > a:hover {
    background-color: #fff;
    border-color: #424342 #424342 #fff
    }
.prop-btab .nav-tabs > li.active > a, .prop-btab .nav-tabs > li.active > a:hover, .prop-btab .nav-tabs > li.active > a:focus {
    background-color: #fff;
    border: 1px solid;
    border-color: #424342 #424342 #fff;
    outline: none
    }
.prop-gallery-container {
    overflow: hidden;
    max-height: 500px
    }
.pgallery-loading {
    background: #fff url(../images/prop-gallery-loader.gif) no-repeat center
    }
.pgallery-small {
    width: 460px !important;
    height: 305px !important;
    margin: 0 auto
    }
.pgallery-big {
    width: 640px !important;
    height: 430px !important;
    margin: 0 auto
    }
.prop-so {
    background: url(../images/offer-circle.png) no-repeat top left;
    position: absolute;
    left: 20px;
    top: -75px;
    height: 50%;
    width: 50%;
    vertical-align: middle
    }
.pcal-head {
    background-color: #333;
    color: #fff;
    padding: 4px
    }
.pcal-head table {
    padding: 0;
    margin: 0
    }
.pcal-head table td {
    padding: 2px;
    margin: 0
    }
.pcal-head-mthn {
    text-align: center !important;
    font-size: 16px;
    font-weight: bold
    }
.pcal-head-mthprev, .pcal-head-mthnext {
    background-color: #6A6A6A;
    width: 25px;
    color: #CECECE;
    text-align: center;
    font-size: 14px;
    font-weight: bold
    }
.pcal-head-mthprev a, .pcal-head-mthnext a {
    color: #CECECE;
    text-decoration: none;
    display: block;
    padding: 4px
    }
.table-cal {
    width: 49%;
    padding: 0;
    margin: 0;
    border-spacing: 3px;
    background-color: #fff !important;
    font-family: "Open Sans", "Playfair Display", "Droid Serif", "Helvetica Neue", Arial, Helvetica, sans-serif !important
    }
.table-cal tr {
    background-color: #fff
    }
.table-cal th {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 0
    }
.table-cal td {
    padding: 5px 5px;
    margin: 0;
    text-align: center;
    background-color: #E2DEDD;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    width: 30px
    }
.table-cal th.cpweek {
    font-weight: bold;
    font-size: 11px;
    color: #656565;
    width: 80px
    }
.table-cal td.cpweek {
    background-color: #666;
    color: #fff;
    text-align: left;
    font-size: 11px
    }
.table-cal td.cdate-available {
    background-color: #7CC246;
    color: #fff;
    cursor: pointer
    }
.table-cal td.cdate-changeover {
    background: #4C8EEC url(/images/cdate-changeover.jpg) no-repeat center
    }
.table-cal td.cdate-co-unavailable {
    background-color: #7CC246;
    color: #fff;
    cursor: pointer
    }
.table-cal td.cdate-unavailable {
    background: #E2DEDD url(/images/cdate-unavailable.jpg) no-repeat center;
    color: #E2DEDD
    }
.table-cal td.cdate-unavailable span {
    display: none
    }
.table-cal td.cdate-available-morning {
    background-color: #E2DEDD !important;
    background-image: url(/images/cdate-available-morning.jpg) !important;
    background: no-repeat center
    }
.table-cal td.cdate-unavailable-morning {
    background-color: #E2DEDD !important;
    background-image: url(/images/cdate-unavailable-morning.jpg) !important;
    background: no-repeat center
    }
.table-cal td.cdate-tm-over {
    background: none !important;
    background-color: #F90 !important
    }
.table-cal td.cdate-co-over {
    background: none;
    background-color: #F90 !important;
    background-image: url(/images/cdate-changeover-selected.jpg) !important;
    background: no-repeat center
    }
.table-cal td.cdate-selected {
    background: none;
    background-color: #F90 !important
    }
.table-cal td.cdate-changeover-selected {
    background-color: #F90 !important;
    background-image: url(/images/cdate-changeover-selected.jpg) !important;
    background: no-repeat center
    }
.table-cal td.cdate-changeover-unavailable {
    background-color: #E2DEDD !important;
    background-image: url(/images/cdate-changeover-unavailable.jpg) !important;
    background: no-repeat center
    }
/*.table-cal td.cdate-changeover-unavailable span { display:inline-block !important; color:#fff; }*/
.table-cal {
    border: 2px solid #fff
    }
.table-cal > thead > tr > th, .table-cal > tbody > tr > th, .table-cal > tfoot > tr > th, .table-cal > thead > tr > td, .table-cal > tbody > tr > td, .table-cal > tfoot > tr > td {
    border: 2px solid #fff
    }
.table-cal > thead > tr > th, .table-cal > thead > tr > td {
    border-bottom-width: 1px
    }
.lazy-loader {
    background: #fff url(../images/lazy-loader.gif) no-repeat center
    }
.hpp-topright-logo {
    position: absolute;
    right: 0;
    top: -80px
    }
/*feefo custom css*/
.supplierlogo {
    padding: 10px !important
    }
.hcpn-content img {
    margin-right: 20px
    }