@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Helvetica', sans-serif;
    color: #231f20;
    /*background: #efefef;*/
    background-color: #edf2f6;
}
ol, ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0px;
}
div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.clear {
    clear: both;
    line-height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
}
p {
    font-weight: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.eot');
    src: url('fonts/Helvetica.eot') format('embedded-opentype'),  url('fonts/Helvetica.woff2') format('woff2'),  url('fonts/Helvetica.woff') format('woff'),  url('fonts/Helvetica.ttf') format('truetype'),  url('fonts/Helvetica.svg#Helvetica') format('svg');
}
@font-face {
    font-family: 'Barkentina1';
    src: url('fonts/Barkentina1.eot');
    src: url('fonts/Barkentina1.eot') format('embedded-opentype'),  url('fonts/Barkentina1.woff2') format('woff2'),  url('fonts/Barkentina1.woff') format('woff'),  url('fonts/Barkentina1.ttf') format('truetype'),  url('fonts/Barkentina1.svg#Barkentina1') format('svg');
}
@font-face {
    font-family: 'TrajanProRegular';
    src: url('fonts/TrajanProRegular.eot');
    src: url('fonts/TrajanProRegular.eot') format('embedded-opentype'),  url('fonts/TrajanProRegular.woff2') format('woff2'),  url('fonts/TrajanProRegular.woff') format('woff'),  url('fonts/TrajanProRegular.ttf') format('truetype'),  url('fonts/TrajanProRegular.svg#TrajanProRegular') format('svg');
}
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue.eot');
    src: url('fonts/BebasNeue.eot') format('embedded-opentype'),  url('fonts/BebasNeue.woff2') format('woff2'),  url('fonts/BebasNeue.woff') format('woff'),  url('fonts/BebasNeue.ttf') format('truetype'),  url('fonts/BebasNeue.svg#BebasNeue') format('svg');
}
header ul:after, header ul:before, header:after, header:before, .container:after, .container:before, .community ul:after, .community ul:before, .footerBottom:after, .footerBottom:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100% {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100% {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.fa-rotate-90 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before, .fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before, .fa-users:before {
    content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before, .fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}
.fa-won:before, .fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
/************----------Main CSS START--------**********/
.mainWrapper .container {
    width: auto;
    max-width: 1258px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mainWrapper .navbar.navbar-inverse {
    border: none;
    background: #fff;
    padding: 13px 0;
    margin: 0;
}
.mainWrapper .navbar.navbar-inverse:after {
    background: url(../images/header-bg.png) no-repeat top center;
}
.leftHeader, .rightHeader {
    padding: 0;
}
#navbar {
    float: right;
}
.banner p iframe {
}
nav h1 a.logo {
}
nav.navbar h1 {
    margin: 0;
    padding: 0;
}
.signIn {
    display: block;
    float: right;
    line-height: 34px;
    background: #0599d7;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px;
    margin-top: 8px;
}
.signIn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.navbar-nav li {
}
.navbar-inverse .navbar-nav li a {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #656363;
    text-transform: uppercase;
    padding-right: 13px;
    padding-left: 0;
}
.navbar-inverse .navbar-nav li a:hover {
    color: #000;
}
section.banner {
    position: relative;
}
.banner .container {
    position: relative;
    bottom: 0;
}
.banner .container h2 {
    font-family: 'BebasNeue', sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}
.bannerContent { /*bottom:17px; min-height:600px;*/
    width: 64%;
    float: right;
    background: url(../collageImageHomePage.php) no-repeat; /*right:0;*/
    background-size: cover;
    overflow: hidden;
}
#h-banner {
    background-color: rgba(5,153,215,0.6) !important;
    height: 698px;
}
.bigImg {
    width: 100%;
}
.filterSearch {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 36px;
    width: 100%;
    padding: 45px 0;
    margin: 0;
}
option {
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.bottmTick {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    margin: 0;
}
.tickSec div {
    float: left;
    line-height: 0;
    margin: 5px 10px 0 10px;
}
span.headingTick {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    float: left;
    background: url(../images/arrow-tick.png) no-repeat right center;
    display: block;
    padding: 0 17px 0 10px;
    line-height: 30px;
}
.tickSec label {
    font-size: 14px;
    color: #000;
    font-family: 'Lato', sans-serif;
}
.tickSec input[type="checkbox"] {
}
.newResSec {
    max-width: 45%;
    float: left;
    padding: 144px 64px 70px 36px;
}
.newResSec form {
    margin-top: 30px;
}
.newResSec form select, .serviceTopSearch form select {
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    background: #fff url(../images/select-arrw.png) no-repeat 98% center;
    border: 1px #11c6fd solid;
    padding: 0 0 0 20px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #252424;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 100%;
    cursor: pointer;
}
.serviceTopSearch form select {
    width: 473px;
    background-position: 96% center;
    margin-bottom: 0;
}
.newResSec form option, .serviceTopSearch form option {
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    cursor: pointer
}
.newResSec h2 {
    color: #fff;
    font-size: 60px;
    font-family: 'BebasNeue', sans-serif;
}
.newResSec form input[type="button"], .serviceTopSearch form input[type="button"] {
    background: #333333 url("../images/search-icon.png") no-repeat scroll 17% center;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    float: right;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 50px;
    text-transform: uppercase;
}
.serviceTopSearch form input[type="button"] {
    width: 235px;
    font-size: 28px;
    font-weight: 600;
    background: #333333 url(../images/arrow-search-serv.png) no-repeat 24px center;
}
.newResSec form input[type="button"]:hover {
    transition: all 1s ease-in-out;
    opacity: 0.8;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.shedImg {
    position: absolute;
    width: 100%;
}
.newsInner ul {
    margin: 0;
}
.newsInner ul li {
    overflow: hidden;
    margin-bottom: 20px;
}
.newsInner ul li:last-child {
    margin-bottom: 0;
}
.newsFeedSec .newsInner {
    background: rgba(255, 255, 255, 0.8);
    padding: 24px;
}
.newsFeedSec {
    float: left;
    width: 442px;
}
.newsFeedSec h2 {
    color: #fff;
    font-family: 'BebasNeue', sans-serif;
    font-size: 32px;
    margin-top: 66px;
}
.outernewResSec {
    position: relative;
}
.leftNewsImg {
    float: left;
}
.rightSecCon {
    float: right;
    width: 68%;
    font-family: 'Open Sans', sans-serif;
}
.rightSecCon h3 {
    color: #0599d7;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 16px;
}
.rightSecCon h5 {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.rightSecCon p {
    font-size: 15px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 0;
}
.featuredSec h2 {
    color: #069ad8;
    font-size: 34px;
    font-family: 'BebasNeue', sans-serif;
    margin-bottom: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}
.productBox {
    position: relative;
    overflow: hidden;
}
.productBox .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    font-family: 'Lato', sans-serif;
}
.overlay a.addBtn {
    background: #fff;
    padding: 16px;
    color: #069ad8;
    font-size: 28px;
    display: inline-block;
    line-height: 16px;
    float: right;
    text-decoration: none;
}
.overlay h5 {
    clear: right;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
}
.overlay p {
    font-size: 14px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.featuredSec .row {
    margin-bottom: 20px;
}
.row.quad .col-lg-3, .resWeekCon .col-lg-6 {
    padding: 0 10px;
}
.overlay a.resWeek {
    background: #0599d7;
    padding: 0 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    line-height: 37px;
    width: 40%;
}
.overlay a.resWeek:hover {
    width: 100%;
    transition: all 1s ease-in-out;
    -webkit-transition: width 1s; /* Safari */
    -webkit-transition-delay: 1s; /* Safari */
    transition: width 1s;
    transition-delay: 100ms;
}
.resWeekCon .overlay {
    font-family: 'Open Sans', sans-serif;
}
.resWeekCon .overlay h5 {
    text-align: left;
    /*font-weight: 18px;*/
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 38px;
    padding-bottom: 18px;
}
.smallLine {
    width: 34px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 38px;
}
.resWeekCon .overlay p {
    font-family: 'Libre Baskerville', serif;
    text-align: left;
    margin-left: 38px;
    font-size: 16px;
    font-style: italic;
    padding-top: 18px;
}
footer {
    background: #636363;
    margin-top: 50px;
}
.fotTopSec {
    padding: 34px 0 26px 0;
    color: #d1d1d1;
    line-height: 18px;
}
.fotTopSec h4 {
    color: #fff;
}
.fotAbtSec {
    float: left;
/*    width: 39%;*/
}
.fotAbtSec p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}
.fotAbtSec h4, .fotSocial h4, .fotContact h4, .fotQuiFind h4 {
    font-size: 19px;
    font-family: 'BebasNeue', sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0 0 20px 0;
}
.fotSocial {
    float: left;
/*    width: 28%;*/
}
.fotContact {
/*    width: 17%;*/
    float: left;
}
.fotQuiFind {
/*    width: 13%;*/
    float: left;
}
.fotSocial ul li a i {
    font-size: 28px;
    color: #fff;
}
.fotSocial .fa {
    width: 64px;
    line-height: 64px;
    text-align: center;
}
.fotSocial ul li {
    display: inline-block;
}
.fotSocial .fa-twitter {
    background: #56a3d9;
}
.fotSocial .fa-facebook {
    background: #3b5998;
}
.fotSocial .fa-google-plus {
    background: #dd4b39;
}
.fotSocial .fa-instagram {
    background: #cd5959;
}
.fotContact p {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}
.fotContact ul li a, .fotQuiFind ul li a {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #d1d1d1;
}
.fotContact ul {
    margin-top: 30px;
}
.fotBottom {
    padding: 0;
}
.fotborder {
    border-top: 1px #939393 solid;
    border-bottom: 1px #3e3e3e solid;
}
.fotBottom p {
    padding: 20px 0;
    margin: 0;
    font-size: 13px;
    color: #d2d2d2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.fotBottom p a {
    color: #11c6fd;
    font-weight: bold;
    text-transform: uppercase;
}
.fotSocial ul li a {
    display: inline-block;
}
.fotSocial ul li a:hover {
    transition: all 1s ease-in-out;
    opacity: 0.6;
}
.clearDesk {
    display: none;
}
.productBox img {
    width: 100%;
}
.map {
    float: left;
    width: 36%;
}
.servicesMain {
    overflow: hidden;
    background: url(../collageImageServices.php) no-repeat top center;
    padding-bottom: 122px;
    background-size: cover;
}
.serviceTopSearch form {
    margin: 90px 0 100px 0;
}
.servicesTabs {
    background: rgba(255, 255, 255, 0.3);
    padding: 38px 50px 50px 50px;
}
.servicesTabs h2 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-family: 'BebasNeue', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 2px 3px #000;
    margin: 0;
}
.mainTabInner .servBox {
    background: #fff;
    line-height: 70px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 3px 2px #437184;
    -moz-box-shadow: 0 3px 2px #437184;
    -ms-box-shadow: 0 3px 2px #437184;
    -o-box-shadow: 0 3px 2px #437184;
    -webkit-box-shadow: 0 3px 2px #437184;
}
.mainTabInner .col-lg-3 {
    padding-left: 0;
}
.mainTabInner .col-lg-3:nth-of-type(4n) {
    padding-right: 0;
}
.servBox span {
    width: 80px;
    display: inline-block;
    text-align: center;
}
.servBox a {
    text-decoration: none;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #333333;
    text-transform: capitalize;
}
.mainTabInner {
    margin-top: 38px;
}
.mainTabInner .row {
    margin-bottom: 15px;
}
.nomar {
    margin: 0;
}
.review-banner {
    overflow: hidden;
    background: url(../collageImage.php) no-repeat top center;
    padding-bottom: 0px;
    background-size: cover;
}
.r_banner {
    background-color: rgba(5,153,215,0.6);
}
.reviewbottomserach form {
    margin: 0px !important;
    padding-top: 90px;
}
.tagline {
    font-family: "BebasNeue", sans-serif;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    border-left: none;
    padding-bottom: 30px;
}
/*.reviewbottomserach form{margin:33px 0 30px 0; !important}*/
.review-bar {
    background-color: rgba(0,0,0,0.4);
    padding: 9px 0 0;
}
.rating {
    background-color: transparent;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.rating li {
    font-family: 'Lato', sans-serif;
    color: #fff;
}
.rating > li + li::before {
    content: "| ";
    padding: 0 10px;
}
.review-number {
    padding-left: 30px;
}
.slide-image {
    max-width: 40%;
    padding-left: 32px;
    padding-right: 10px;
}
.slide-image, .loc-map {
    float: left;
}
.loc-map {
    width: 60%;
}
.gallery-map {
    height: 24vw;
    overflow: hidden;
    padding: 25px 0;
    /*padding-left: 4.5%;*/
}
.slider-nav {
    display: none;
}
#next, #prev {
    background: none;
    display:none;
}
.review-heading h3 {
    color: #393939;
    font-family: 'BebasNeue', sans-serif;
    padding: 20px 0px;
}
.nav-pill-tab li a {
    font-family: sans-serif;
    color: #000;
    border-radius: 0px;
    transition: none;
}
a:focus {
    outline: 0;
}
.nav-pill-tab > li.active > a, .nav-pill-tab > li.active > a:focus, .nav-pill-tab > li.active > a:hover {
    border-bottom-color: #05bcf4;
    border-width: 2px;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: transparent;
    color: #000;
}
.nav-pill-tab button {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    background-color: #11c6fd;
    border-radius: 0px;
    padding: 10px 30px;
    float: none;
}
.review-image img {
    width: 100%;
    height: 100%;
}
.review-image {
    width: 140px;
    height: 140px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    overflow: hidden;
}
.padtopbar {
    padding-top: 30px;
}
.reviewr-named h4 {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    padding-top: 8px;
}
.reviewr-name {
    padding-left: 15px;
}
.reviewr-loc h5 {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.speciality {
    font-weight: normal!important;
}
.review-rating {
    padding-top: 5px;
}
.review-rating img, .reviewr-loc {
    display: inline-block;
}
.review-date {
    padding-left: 20px;
}
.review-description p {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding-top: 20px;
    margin: 0px;
}
.hrline {
    border-top: 1px solid #ddd;
    width: 100%;
}
.hrSeparate {
    display: none;
}
/*------------------------------------------review page starts here --------------------------------------------------- */
.detail-banner {
    overflow: hidden;
    background: url(../images/detail-bg.jpg) no-repeat top center;
    padding-bottom: 0px;
    background-size: cover;
    padding: 100px 0px;
}
.review-md {
    padding-top: 70px;
}
.PanelReview {
    border-left: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    border-right: 2px solid #a7a7a7;
}
.SidePanelHeading {
    padding-top: 10px;
    padding-bottom: 5px;
}
.SidePanelHeading h4, .UserName h5, .UserLocation h5, .level h5, .r_number h5, .r_title h5, .Vote_num h5, .Voted-user h5 {
    font-family: 'Lato', sans-serif;
    color: #1b5072;
    font-weight: bold;
}
.UserLocation h5, .r_number h5, .r_title h5, .Vote_num h5, .Voted-user h5 {
    font-weight: normal !important;
}
.UserName h5 {
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
}
.level h5, .r_number h5, .r_title h5, .Vote_num h5, .Voted-user h5 {
    font-size: 12px;
    line-height: 21px;
}
.UserImage img, .form-banner-bg img {
    display: block;
    width: 100%;
}
.SidePanelHeading > h4 {
    font-size: 15px;
}
.form-banner-bg {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    width: 100%;
}
.UserImage {
    width: 60%;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    /*margin-top:10px;
    margin-bottom:5px;*/
    margin: 11px auto;
}
.level, .levelNum {
    float: left;
    margin: 10px 2px;
}
.level {
    margin-left: 0px !important;

}
.r_number, .r_title, .Vote_num h5, .Voted-user h5 {
    /*float: left;*/
    margin-left: 2px;
    margin-right: 2px;
}
.levelNum {
    background-color: #7dd4f8;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
    height: 20px;
    text-align: center;
    width: 20px;
}
.review_number {
    background-image: url(../images/rev_no.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 32px;
    padding-left: 30px;
}
.margin20, .nw_margin20 {
    margin-top: 20px;
    margin-bottom: 30px;
}
.Vote_user {
    background-image: url(../images/tick.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 23px;
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.nwpanel_width {
    padding-top: 21px;
}
.place_name h5 {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    color: #0599d7;
    padding-bottom: 18px;
}
.formCntrl, .loc_text {
    background: rgb(92,191,238); /* Old browsers */
    border-radius: 0px;
    background-color: -moz-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* FF3.6-15 */
    background-color: -webkit-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-color: linear-gradient(to bottom, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbfee', endColorstr='#9dd7ef', GradientType=0 ); /* IE6-9 */
    background-position: right bottom, left top;
    background-repeat: repeat-x, repeat;
    height: 42px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.75);
    padding-left: 160px;
}
.b_frm {
    position: relative;
    margin-bottom: 35px;
}
.form-label, .loc-form-label, .frm_lbl {
    background-color: #7dd4f8;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 9px;
    box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.75);
    color: #1b5072;
    font-family: "Lato", sans-serif;
    height: 44px;
    left: 0px;
    margin-bottom: 0;
    padding: 14px;
    position: absolute;
    top: -3px;
    z-index: 9999;
}
.frm_lbl {
    padding: 0px 14px !important;

}
.ImageView, .busines-form {
    margin-top: 40px;
}
.list_cat {
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.75);
    padding: 8px;
    margin-bottom: 40px;
}
.radio_active {
    color: #0599d7;
}
.b_frm label input {
    font-family: "Lato", sans-serif;
}
.button-sky, .submit-form, .clear-form {
    font-family: "Lato", sans-serif;
    background-image: url(../images/textbox_bg.png);
    background-repeat: repeat-x;
    overflow: hidden;
    color: #1b5072;
    width: 120px;
    position: relative;
    line-height: 50px;
    text-align: center;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 9px;
    box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.75);
    border: 0px;
}
.file-upload {
    opacity: 0;
    width: 102px;
    height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.submit-form, .clear-form {
    font-weight: bold;
}
.submit-form, .clear-form {
    display: inline-block;
    margin-right: 20px;
}
.U_image img {
    display: block;
    width: 100%;
}
.U_image {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.descript {
    background-color: #ebebeb;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 0;
}
.Imagebg {
    background-color: rgba(118, 198, 228, 0.7);
    background-image: url("../images/plus.png");
    background-position: 50% 16%;
    background-repeat: no-repeat;
    height: 400px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 400px;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.U_image:hover .Imagebg {
    top: 0px;
}
.review_rating {
    border-color: #a7a7a7;
    border-style: solid;
    border-width: 1px 2px 1px 1px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.u_frm {
    margin-bottom: 25px;
    position: relative;
}
.loc-form-label {
    height: 48px !important;

}
.loc-form-label {
    padding: 9px !important;

}
.loc_text {
    padding-left: 80px;
    padding-right: 62px;
}
.loc_text {
    height: 46px !important;
}
.loc_text {
    background-image: none !important;

}
.loc_srch_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../images/loc_search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #7dd4f8;
    height: 59px;
    width: 60px;
    border: none;
    background-size: 45% auto;
    height: 46px;
}
.margin20px {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    color: #959595
}
.user_form_rating {
    background-color: #7dd4f8;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 9px;
    box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.75);
    color: #1b5072;
    font-family: "Lato", sans-serif;
    height: 43px;
    left: 0;
    padding: 11px 0;
    text-align: center;
}
.see_more h5 {
    text-align: right;
}
.see_more h5 a {
    font-family: "Lato", sans-serif;
    color: #1b5072;
}
.margin20 {
    margin-top: 20px;
}
.see_more {
    padding-top: 8px;
}
.sample_image {
    width:57px;
    float: left;
    margin-right: 20px !important;
}
.sample_image {
    margin-top: 8px !important;
}
div.stars {
    width: auto;
    display: inline-block;
}
input.star {
    display: none;
}
label.star {
    float: right;
    padding: 1px;
    font-size: 16px;
    color: #444;
    transition: all .2s;
}
input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}
input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952;
}
input.star-1:checked ~ label.star:before {
    color: #F62;
}
label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}
label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}
.cont {
    height: 22px;
}
.padbottom {
    padding-top: 20px;
    border-bottom: 1px solid #959595;
    padding-bottom: 15px;
}
/*#Business_video_embed_code{width:100%; padding-top:63px;}*/
#Business_video_embed_code {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5cbfee+0,9dd7ef+78,9dd7ef+100 */
    background: rgb(92,191,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbfee', endColorstr='#9dd7ef', GradientType=0 ); /* IE6-9 */
    box-shadow: 4px 3px 4px #cfcfcf;
    border: 0px;
    border-radius: 3px 3px 3px 2px #c3c3c3;
    padding-top: 60px;
    padding-left: 14px;
}
/*--search listing Detail Page---*/
section.deatilsMainPanel {
    margin: 20px 0 40px 0;
}
.field-wrap {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5cbfee+0,9dd7ef+78,9dd7ef+100 */
    background: rgb(92,191,238); /* Old browsers */
    background-color: -moz-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* FF3.6-15 */
    background-color: -webkit-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-color: linear-gradient(to bottom, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbfee', endColorstr='#9dd7ef', GradientType=0 ); /* IE6-9 */
    border-radius: 3px 3px 3px 2px #c3c3c3;
    line-height: 56px;
    border-top-left-radius: 14px;
    box-shadow: 4px 3px 4px #cfcfcf;
    margin-bottom: 40px;
}
.field-wrap input, .field-wrap select {
    background: none;
    border: 0;
    width: 100%;
    font-size: 16px;
    padding-left: 45%;
}
.field-wrap select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow-field.png) no-repeat 98% center;
}
.field-wrap label {
    background: #7dd4f8;
    display: inline-block;
    width: 170px;
    margin: 0;
    border-top-left-radius: 14px;
    -moz-border-top-left-radius: 14px;
    -ms-border-top-left-radius: 14px;
    -o-border-top-left-radius: 14px;
    -webkit-border-top-left-radius: 14px;
    box-shadow: 4px 0px 7px #50a6ce;
    -moz-box-shadow: 4px 0px 7px #50a6ce;
    -ms-box-shadow: 4px 0px 7px #50a6ce;
    -o-box-shadow: 4px 0px 7px #50a6ce;
    -webkit-box-shadow: 4px 0px 7px #50a6ce;
    border-bottom-right-radius: 14px;
    -moz-border-bottom-right-radius: 14px;
    -ms-border-bottom-right-radius: 14px;
    -o-border-bottom-right-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    font-size: 18px;
    font-weight: normal;
    padding: 0 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-transform: capitalize;
    color: #1b5072;
}
input[type="file"] {
    font-size: 0;
    opacity: 0;
    width: 169px;
    height: 54px;
    border: 0;
    margin: 35px 0;
    cursor: pointer;
}
.detFieldBox .field-wrap {
    float: right;
    width: 88%;
    line-height: 42px;
    margin-bottom: 30px;
}
.detFieldBox {
    clear: both;
}
.detFieldBox .field-wrap select {
    width: 66%;
}
.tabSecMain .nav.nav-pills {
    background: #f1f1f1;
    box-shadow: 0px 0px 8px #b2afaf;
    -moz-box-shadow: 0px 0px 8px #b2afaf;
    -ms-box-shadow: 0px 0px 8px #b2afaf;
    -o-box-shadow: 0px 0px 8px #b2afaf;
    -webkit-box-shadow: 0px 0px 8px #b2afaf;
    line-height: 52px;
}
.tabSecMain .container {
    padding: 0;
}
.tabSecMain .nav-pills > li.active > a {
    border-radius: 0;
    background: #53c4fb;
    box-shadow: 0 0 9px #fff inset;
    color: #fff;
}
.tabSecMain .nav-pills > li > a {
    padding: 0 26px;
    color: #1b5072;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.tabSecMain .tab-pane {
    background: #efefef;
    box-shadow: 0px 0px 8px #b2afaf;
    -moz-box-shadow: 0px 0px 8px #b2afaf;
    -ms-box-shadow: 0px 0px 8px #b2afaf;
    -o-box-shadow: 0px 0px 8px #b2afaf;
    -webkit-box-shadow: 0px 0px 8px #b2afaf;
    padding: 24px;
    margin-top: 20px;
    overflow: hidden;
}
/*.tab-pane.fade.active.in{display:inline-block; }*/
.weatImg {
    float: left;
}
.weathersec {
    float: left;
    margin-left: 24px;
    font-family: 'Lato', sans-serif;
}
.weathersec h2 {
    color: #64c2ee;
    margin: 0 0 15px 0;
    font-weight: 700;
}
.weathersec span {
    color: #787878;
    font-size: 15px;
    font-weight: 700;
}
span.smllTxt {
    color: #64c2ee;
}
.weathersec h3 {
    font-size: 24px;
    color: #636363;
    font-weight: bold;
}
.weathersec h3 sup {
    color: #64c2ee;
    font-size: 24px;
    font-weight: bold;
}
.mapListing .container {
    padding: 0;
    margin-top: 15px;
}
.image_title {
    background-color: rgba(18,24,34,0.5);
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    color: #fff;
    padding: 20px 30px;
}
.image_title h5 {
    font-size: 20px;
}
.success {
    color: #109E12;
    background: #ffffff;
}
.error {
    color: #ff0000;
    background: #ffffff;
}
/*----- searchlisting details page ends here*/
.d-cat {
    padding: 0 14px !important;

}
/*----- claim page starts here ---*/
.diffWrapper {
    background-color: #d8e5e9 !important;
}
.claim-banner {
    overflow: hidden;
    background: url(../collageImage.php) no-repeat top center;
    padding-bottom: 0px;
    background-size: cover;
    padding: 100px 0px;
}
.claim_name {
    padding: 18px 0 0 !important;
}
.main_wrapper {
    background-color: #edf2f6;
    overflow: hidden;
}
.claim_form {
    padding-top: 60px;
}
.claim_heading {
    overflow: hidden;
    padding-bottom: 20px
}
.business_name_title {
    font-weight: normal;
}
.business_name {
    font-weight: bold;
}
.business_name_title, .business_name {
    float: left;
    font-family: 'Lato', sans-serif;
    color: #1b5072;
}
.claim_owner {
    font-family: 'Lato', sans-serif;
    color: #1b5072;
}
.login {
    font-family: 'Lato', sans-serif;
    color: #55bbeb;
}
a:hover, a:focus {
    text-decoration: none;
}
.main_wrapper .container {
    max-width: 1260px;
}
.claim_form_bg {
    background: rgb(92,191,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbfee', endColorstr='#9dd7ef', GradientType=0 ); /* IE6-9 */
    border-radius: 3px 3px 3px 2px #c3c3c3;
    line-height: 40px;
    box-shadow: 4px 3px 4px #cfcfcf;
    margin-bottom: 8px;
    padding: 0px 10px;
    min-width: 200px;
}
.ClaimForm {
    padding: 15px 0px;
    margin: 0px;
    font-family: 'Lato', sans-serif;
    color: #1b5072;
}
.ClaimForm input {
    height: 40px;
}
.ClaimForm select {
    display: block;
    padding: 0 10px;
    width: 100%;
    color: #969292;
    font-family: 'Lato', sans-serif;
}
.choice_section {
    color: #969292;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    padding-bottom: 20px;
}
.terms_condition {
    margin-top: 20px;
}
.t_descript {
    color: #636363;
    font-family: 'Lato', sans-serif;
    padding-left: 8px;
    font-weight: 600;
}
.t_descript_weighted {
    color: #54bbec;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
.all_cndtn {
    padding: 10px 0px;
}
.sign_in_business {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,2989d8+50,207cca+57,1e5799+100 */
    background: rgb(125,185,232); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 57%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 57%, rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,185,232,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 57%, rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799', GradientType=0 ); /* IE6-9 */
    padding: 10px 30px;
    color: #1b5072;
    border: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.sign_in_business:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,207cca+43,2989d8+50,7db9e8+100 */
    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 43%, rgba(41,137,216,1) 50%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 43%, rgba(41,137,216,1) 50%, rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 43%, rgba(41,137,216,1) 50%, rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
}
.business_img_upload, .respond_section {
    background: rgb(92,191,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbfee', endColorstr='#9dd7ef', GradientType=0 ); /* IE6-9 */
    display: block;
    padding: 14px;
    width: 100%;
}
.business_img_upload {
    padding: 15px;
    width: auto !important;

}
.review_tagline h5 a, .review_details h5, .business_img h5 a {
    color: #1b5072;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.business_img h5 {
    padding-bottom: 15px;
}
.review_details h5 {
    color: #969292 !important;

}
.review_details h5 {
    font-size: 14px !important;

}
.review_details h5 {
    line-height: 20px !important;

}
.login-btn-section {
    padding-top: 20px;
}
/*----- claim page ends here ---*/

/*------------------------------ review page starts here -------------------------------------------------*/
.review_tagline {
    margin-top: 40px;
}
.review_image {
    padding: 4px;
    border: 1px solid #878787;
    display: block;
}
.review_image img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    display: block;
    width: 100%;
}
.review_title h3 {
    font-family: 'BebasNeue', sans-serif;
    color: #252424;
}
.review_address h4 {
    font-family: 'Lato', sans-serif;
    color: #1b5072;
}
.TopPad {
    padding-top: 3%;
}
.rating {/*padding-top:20px;*/
}
.rating_title h4 {
    font-family: 'Open Sans', sans-serif;
    color: #1b5072;
    font-weight: 600;
    padding-bottom: 5px;
}
.rating_star {
    padding-top: 10px;
}
.rating_star span, .review_remarks h5 {
    display: inline-block;
    float: left;
}
.review_remarks {
    padding-left: 20px;
}
.review_remarks h5 {
    padding: 10px 20px;
    color: #fff;
    background-color: #7dd4f8;
    display: block;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 3px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 4px 3px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 3px -1px rgba(0, 0, 0, 0.75);
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.review-title-bg {
    background: rgb(92,191,238); /* Old browsers */
    background-color: -moz-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* FF3.6-15 */
    background-color: -webkit-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-color: linear-gradient(to bottom, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbfee', endColorstr='#9dd7ef', GradientType=0 ); /* IE6-9 */
    border-radius: 3px 3px 3px 2px #c3c3c3;
    line-height: 40px;
    box-shadow: 4px 3px 4px #cfcfcf;
    margin-bottom: 8px;
    padding: 0px 15px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    color: #1b5072;
}
.review-form-section {
    margin-top: 15px;
}
input.txt {
    height: 40px;
}
.r_form {
    margin: 20px 0px;
}
textarea.txtbox {
    padding: 0px;
    height: 100px !important;

}
.min_char {
    color: #1b5072;
    font-family: 'Lato', sans-serif;
}
.audio_review {
    position: absolute;
    top: 8px;
    right: 56px;
}
.audio {
    padding: 10px;
}
.image_uploaded {
    padding-bottom: 20px;
}
.upload-image-multiple {
    text-align: center;
}
.label a {
    color: #1b5072;
}
.visit_type {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}
.visit_type ul li {
    display: inline-block;
    background: rgb(92,191,238); /* Old browsers */
    background-color: -moz-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* FF3.6-15 */
    background-color: -webkit-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-color: linear-gradient(to bottom, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbfee', endColorstr='#9dd7ef', GradientType=0 ); /* IE6-9 */
    border-radius: 3px 3px 3px 2px #c3c3c3;
    line-height: 40px;
    -webkit-box-shadow: 8px 10px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 8px 10px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 6px 7px 0 rgba(0, 0, 0, 0.75);
    margin: 3% 1%;
    padding: 1% 1.9%;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
    font-family: 'Lato', sans-serif;
    color: #1b5072;
    color: #fff;
    font-weight: 600;
}
.visit_type {
    text-align: center;
}
.m {
    padding-right: 6px;
}
.vertical_line {
    border-left: 2px solid #b8c1c3;
}
.side_border {
    border: 1px solid #9fa4a5;
    padding-top: 15px;
}
.panel_head {
    background: rgb(92,191,238); /* Old browsers */
    background-color: -moz-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* FF3.6-15 */
    background-color: -webkit-linear-gradient(top, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-color: linear-gradient(to bottom, rgba(92,191,238,1) 0%, rgba(157,215,239,1) 78%, rgba(157,215,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbfee', endColorstr='#9dd7ef', GradientType=0 ); /* IE6-9 */
    color: #1b5072;
    border: 1px solid #9fa4a5;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
    border-top-left-radius: 12px !important;

}
.lrgeTxt {
    font-size: 20px;
    color: #009ada;
}
.lrgeTxt, .NrmalTxt, .BoldTxt {
    font-family: 'Lato', sans-serif;
    margin-right: 3px;
}
.BoldTxt, .NrmalTxt {
    font-size: 15px;
    color: #252424;
    line-height: 20px;
}
.BoldTxt {
    font-weight: bold;
}
.reviewer_loc h4 {
    font-size: 12px;
    color: #252424;
}
.review_star, .vote_count {
    display: inline-block;
}
.vote_count h4 {
    font-size: 15px;
    line-height: 20px;
}
.reviewr_rvw p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.more_read {
    color: #009ada;
    font-family: 'Lato', sans-serif;
    margin-top: -10px;
    font-size: 16px;
}
.line_separate {
    border-color: #9fa4a5;
    width: 100%;
}
.line_separate:last-child {
    display: none;
}
.visit {
    padding-bottom: 15px;
}
.review_remarks input {
    padding: 10px 20px;
    color: #fff;
    background-color: #7dd4f8;
    display: block;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 3px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 4px 3px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 3px -1px rgba(0, 0, 0, 0.75);
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border: none;
}
/*------------------------------ review page ends here -------------------------------------------------*/

/*----------------------------------------Registration form page starts here ----------------------------------------- */
.shedBar {
    background: rgba(0, 0, 0, 0) url("../images/header-bg.png") repeat scroll center 526px;
    height: 46px;
}
.heading h2 {
    font-family: 'BebasNeue', sans-serif;
    color: #252424;
    padding-top: 20px;
    padding-bottom: 10px;
}
.signUpTag h5 {
    font-family: 'Lato', sans-serif;
}
.form_page {
    background: url("../images/form_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 44px;
}
.form_page {
    margin-top: 55px;
}
.form-body-bg {
    padding-top: 20px;
}
.fom-shadow {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,0.3);
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.social-fb {
    background: url("../images/form_social/fb.png") no-repeat scroll left center;
    border: medium none;
    height: 45px;
    width: 100%;
    margin-left:-20px;
}
.social-twitter {
    background: url("../images/form_social/twitter.png") no-repeat scroll left center;
    border: medium none;
    height: 45px;
    width: 100%;
    margin-left:-20px;
}
.social-google {
    background: url("../images/form_social/google.png") no-repeat scroll left center;
    border: medium none;
    height: 45px;
    width: 100%;
    margin-left:-20px;
}
.social_icon_bar-2 {
    background: #14abe4 none repeat scroll 0 0;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.75);
    height: 40px;
    margin-left: 38px;
    width: 100%;
    color: #fff;
    padding: 10px 0px;
}
.social_icon_bar1 {
    background: #df4a32 none repeat scroll 0 0;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.75);
    height: 40px;
    margin-left: 38px;
    width: 100%;
    color: #fff;
    padding: 10px 0px;
}
.social_icon_bar {
    background: #6382bb none repeat scroll 0 0;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.75);
    height: 39px;
    margin-left: 39px;
    width: 100%;
    color: #fff;
    padding: 10px 0px;
}
.social_icon_thumb {
    padding-bottom: 6px;
}
.form_text h5 {
    font-family: 'Lato', sans-serif;
    margin-top: 30px;
    padding-left: 5px;
    margin-bottom: 20px;
}
.frm_text {
    border: medium none;
    border-radius: 2px;
    height: 40px;
    width: 100%;
    padding: 2px;
}
.formPad {
    padding-bottom: 20px;
}
.signUpbtn {
    padding: 8px 0px;
    background: red;
    color: #fff;
    width: 100%;
    border: none;
    font-weight: bold;
}
.signUpbtn:hover, .signUpbtn:active {
    border: 1px solid #3bc0e9;
    padding: 7px 0;
}
.alrady_login h5 {
    color: #0a0a0a;
    font-family: 'Lato', sans-serif;
}
.logColor {
    color: #3005ea;
}
.logbtn {
    padding-top: 20px;
}
.no-margin {
    margin: 0px;
}
/*----------------------------------------Registration form page ends here ----------------------------------------- */
/*New Search listing detail page*/

.header-bg {
    background: #fff;
}
/*---------background area----------*/
.background-bg-area {
    background: url(../images/search_page/back-bg.jpg) top center no-repeat;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 3em 0em;
}
/*.inner-bg {
        background: #fff;
        width: 100%;
        float: left;
        border: 1px solid #acacac;
        padding: 3em 2em;
}*/
.top-tab-bg {
    background: #efefef;
    width: 100%;
    float: left;
    border: 1px solid #acacac;
    padding: 2em 3em;
    margin-bottom: 2em;
}
/*----checkbox----------*/
.tob-tab-over {
    /*overflow: hidden;*/
}
.tab-1 {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #acacac;
    border-radius: 5px;
    color: #09F;
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    padding: 0.5em 1em;
}
.tab-1:hover {
    background: #636363;
    color: #fff;
}
/*-----tab end-------*/

.left-box-area-top-tittle {
    width: 100%;
    background: #f4f4f4;
    color: #2b2a2a;
    font-size: 24px;
    font-family: "Open Sans";
    text-align: center;
    border: 1px solid #d7d7d7;
    padding: 10px 0;
    margin-bottom: 15px;
}
.left-box-area-bg {
    background: #f4f4f4;
    border: 1px solid #d7d7d7;
    /*text-align:center;*/
    font-size: 16px;
    color: #2b2a2a;
    font-family: "Open Sans";
    padding: 0 1em;
    margin-bottom: 3em;
}
.left-box-area ul li {
    border-bottom: 1px solid #cccccc;
    padding:15px 0;
}
.left-box-area ul li:last-child {
    border-bottom: none;
}
.left-box-area-image img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
/*--------right-----*/
.right-tab-manu {
    width: 100%;
    float: left;
    padding-bottom: 2em;
    border-bottom: 1px solid #adacac;
}
.right-tab-img {
    border: 1px solid #cccccc;
    background: #fff;
    padding: 11px;
}
.right-tab-img img {
    width: 100%;
    display: block;
    -webkit-box-shadow: 6px 16px 8px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 16px 8px -15px rgba(0,0,0,0.75);
    box-shadow: 6px 16px 8px -15px rgba(0,0,0,0.75);
}
.dolor-sit-area-text {
    font-size: 18px;
    color: #0577a7;
    font-weight: normal;
}
.right-tab-info-panal {
    padding-left: 0px;
}
.dolor-sit-area ul li {
    width: auto;
    float: left;
    padding: 10px 0 15px;
}
.reviews {
    font-size: 18px;
    color: #636363;
}
.reviews span {
    color: #45a9dd;
}
.elit-info {
    font-size: 18px;
    color: #0599d7;
    font-weight: normal;
}
.address-tittle {
    font-size: 20px;
    /*font-family:;*/
    font-weight: normal;
    color: #338ab2;
}
.address-area p {
    font-size: 14px;
    font-family: Lato;
    font-weight: normal;
}
.net-pan {
    font-size: 14px;
    font-family: "Lato";
    font-weight: normal;
}
.bottom-tab-about {
    background: #fff;
    width: 107px;
    border: 1px solid #cccccc;
    padding: 2px;
    float: left;
    margin-top: 14px;
    margin-right: 10px;
}
.bottom-tab-about img {
    /*width:100%;*/
}
.bottom-tab-about-text {
    margin-top: 16px;
}
.bottom-tab-about-tittle {
    font-size: 15px;
}
.bottom-tab-about-text p {
    font-size: 13px;
    font-family: "Lato";
    font-weight: normal;
    color: #5d5c5c;
}
.middle {
    padding-top: 3em;
}
.navbar-nav2 li a {
    padding-right: 42px !important;
    text-align: center;
}
.top-manu {
    width: 100%;
    float: left;
    background: #efefef;
    padding:0 0 7px;
    margin-bottom: 30px;
    border: 1px solid #d7d7d7;
    margin-left: 0px;
}
.top-manu ul li {
    width: auto;
    float: left;
}
.top-manu ul li a {
    font-size: 16px;
    font-family: Lato;
    font-weight: normal;
    color: #666;
    padding: 0 15px;
}
.top-manu ul li a:hover {
    color: #09F;
}
/*ends here */

.category-icon {
    max-width: 25px;
    width: 100%;
}
/*

Added for user page
*/
/*------background-area-------*/

.padding-bt {
    padding-bottom: 15px;
}
.padding-top {
    padding-top: 30px;
}
.margin-bt {
    margin-bottom: 30px;
}
.margin-top {
    margin-top: 30px;
}
.background-bg {
    /*background: url(../images/search_page/back-bg.jpg) top center no-repeat;*/
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 2em 0;
}
/*------innner-bg-area--------*/

.inner-bg {
    /*background: #fff;*/
    width: 100%;
    float: left;
    /*border: 1px solid #acacac;*/
    padding: 30px;
}
.left-user-area {
    width: 100%;
    border-right: 1px solid #acacac;
    padding-right: 20px;
}
.man-info {
    width: 100%;
    float: left;
    /*border-bottom: 1px solid #acacac;*/
}
.woman-info {
    float: left;
    width: auto;
    /*padding-bottom: 25px;*/
}
.woman-info img {
    width: 130px;
    height: 130px;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 20px 15px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 15px -18px rgba(0,0,0,0.75);
    box-shadow: 0px 20px 15px -18px rgba(0,0,0,0.75);
}
.select_pan {
    width: auto;
    float: right;
}
.select_pan {
    display: inline-table;
    border: 1px solid #acacac;
    width: 180px;
    position: relative;
    height: 31px;
    font-size: 16px;
    margin-top: 10px;
    background: url(../images/user_page/acc-aerrow1.png) #fff no-repeat 92% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    /*position:relative;*/
    padding: 4px 0 0 5px;
}
.select-dropdown {
    background: #fff;
    border: 1px solid #acacac;
    width: 180px;
    position: absolute;
    display: none;
    /*margin:8px 40px 0 0;*/
    padding: 10px;
    top: 30px;
    left: 0px;
}
.select-dropdown ul li {
    border-bottom: 1px solid #acacac;
    margin: 10px 0;
}
.select-dropdown ul li:last-child {
    border-bottom: none;
}
.select-dropdown ul li a {
    font-family: "Lato";
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-bottom: 10px;
}
.date-pic {
    float: left;
    width: auto;
    color: #0599d7;
    font-family: "Lato";
    font-size: 20px;
    font-weight: normal;
    border-right: 1px solid #acacac;
    padding-right: 25px;
    height: 30px;
}
.date-address {
    float: right;
    color: #0599d7;
    font-family: "Lato";
    font-size: 20px;
    font-weight: normal;
}
.follo-info {
    width: 100%;
    float: left;
    /*border-bottom: 1px solid #acacac;*/
}
.follo-info ul li {
    padding-right: 12px;
    color: #0599d7;
    font-family: "Lato";
    font-size: 15px;
    text-align: center;
}
.follo-info span {
    color: #464646;
    display: block;
}
.update-info {
    width: 100%;
    float: left;
    border-bottom: 1px solid #acacac;
}
.Information-info {
    color: #0599d7;
    font-size: 20px;
    font-family: "Lato";
    font-weight: normal;
}
.rating-info {
    width: 100%;
    float: left;
    border-bottom: 1px solid #acacac;
}
.rating-left {
    background: url(../images/user_page/star-left.png) left center no-repeat;
    line-height: 30px;
    font-size: 18px;
    color: #464646;
    font-family: "Lato";
    font-weight: normal;
    padding-left: 35px;
}
.review-left {
    /*background:url(../images/user_page/file-left.png) left center no-repeat;*/
    line-height: 30px;
    font-size: 18px;
    color: #464646;
    font-family: "Lato";
    font-weight: normal;
    padding-left: 35px;
}
.food-info-area {
    width: 100%;
    /*float:left;*/
    padding-top: 30px;
    padding-bottom: 72px;
}
.food-info {
    font-family: "Lato";
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    padding-bottom: 20px;
}
.food-info span {
    font-family: "Lato";
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    display: block;
}
.indian-info-left {
    width: 130px;
    /*width:30%;*/
    float: left;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #acacac;
    text-align: center;
    font-family: "Lato";
    font-size: 20px;
    color: #0599d7;
    padding: 2px 15px;
}
.indian-info-right {
    width: 100%;
    height: 1px;
    background: #acacac;
    margin-top: 18px;
}
/*------check-one-------*/	

.checkbox label {
    float: right;
}
input[type=checkbox] {
    /*display:none;*/
}
.checkbox label {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding-left: 28px;
    margin: -6px 0 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}
.checkbox label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0599d7;
    border: 1px solid #b4b4b4;
    position: absolute;
    right: 0;
    bottom: 1px;
}
input[type=checkbox]:checked + label:before {
    content: "\2713";
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    transform: all .2s;
}
/*------7---------*/

.dasboard-area {
    font-family: "Lato";
    font-size: 18px;
    color: #636363;
    font-weight: normal;
    padding-bottom: 12px;
}
.reviews-more-inner {
    width: 100%;
    float: left;
    border: 1px solid #acacac;
    padding: 15px;
}
.reviews-left-image {
    position: relative;
    float: left;
}
.revi-number {
    left: 27px;
    position: absolute;
    display: block;
    top: 19px;
    color: #fff;
    font-size: 24px;
}
.reviews-left-text {
    font-family: "Lato";
    font-size: 22px;
    color: #0487be;
    font-weight: normal;
    padding: 18px 0 0;
}
.reviews-left-text span {
    font-family: "Lato";
    font-size: 21px;
    color: #636363;
    font-weight: normal;
    padding: 0 0 0 20px;
}
.total-point-pan {
    width: 100%;
    float: left;
    border: 1px solid #acacac;
    padding: 16px;
}
/*-------progress-left-box--------------*/



.progress-left-box {
    width: 30px;
    float: left;
    height: 23px;
    background: #3bb0e0;
    border-radius: 5px;
}
.margin-progress {
}
.padding-left {
    padding-left: 20px;
}
.present-live {
    width: 100%;
    float: left;
}
.present-live h2 {
    width: 50%;
    float: left;
    font-family: "Lato";
    font-size: 18px;
    color: #636363;
    font-weight: normal;
    line-height: 20px;
}
.present-live h3 {
    float: right;
    font-family: "Lato";
    font-size: 18px;
    color: #636363;
    font-weight: normal;
}
.po-with {
    width: 78%;
    float: left;
    height: 5px !important;
    margin-bottom: 0px !important;
    margin-top: 9px;
    margin-left: 10px;
}
.ovel-small {
    width: auto;
    float: left;
}
.ovel-small img {
    padding-left: 15px;
}
.total-po-text {
    width: 100%;
    float: left;
    font-family: "Lato" open_sansregular;
    font-size: 18px;
    color: #636363;
    font-weight: normal;
    text-align: center;
}
.total-po-text span {
    font-family: "Lato" open_sansregular;
    font-size: 27px;
    color: #0487be;
    font-weight: normal;
    display: block;
}
present-live {
    width: 100%;
    float: left;
}
.present-live h2 {
    width: auto;
    float: left;
    font-family: "Lato" open_sansregular;
    font-size: 18px;
    color: #636363;
    font-weight: normal;
    line-height: 20px;
}
.present-live h3 {
    float: right;
    font-family: "Lato" open_sansregular;
    font-size: 18px;
    color: #636363;
    font-weight: normal;
}
.modal-area {
    width: 100%;
    float: left;
    border: 1px solid #acacac;
    padding: 22px;
    margin-bottom: 30px;
}
.medal-left {
    width: auto;
    float: left;
    font-family: "Lato" open_sansregular;
    font-size: 22px;
    color: #636363;
    font-weight: normal;
}
.medal-left span {
    font-family: "Lato" open_sansregular;
    font-size: 22px;
    color: #0487be;
    font-weight: normal;
}
.medal-right {
    float: right;
    font-family: "Lato" open_sansregular;
    font-size: 18px;
    color: #0487be;
    font-weight: normal;
    padding-top: 8px;
}
.present-madel-area {
    /*border-right: 1px solid #acacac;*/
}
.present-madel-area h2 {
    font-family: "Lato" open_sansregular;
    font-size: 22px;
    color: #393939;
    font-weight: normal;
    text-align: center;
}
.present-madel-area img {
    padding-bottom: 20px;
}
.reviewer-left {
    font-family: "Lato" open_sansregular;
    font-size: 20px;
    color: #393939;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
}
.reviewer-left span {
    font-family: "Lato" open_sansregular;
    font-size: 15px;
    color: #09F;
    font-weight: normal;
    display: block;
}
.comingup-info-area h2 {
    font-family: "Lato" open_sansregular;
    font-size: 22px;
    color: #393939;
    font-weight: normal;
}
.comingup-info-area-right {
    width: 100%;
    float: left;
    margin-top: 56px;
}
.comingup-info-round {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #c6c5c5;
    padding: 27px 0;
    position: relative;
    margin-bottom: 20px;
}
/*.comingup-info-round img{
        -webkit-filter: grayscale(100%);  Chrome, Safari, Opera 
    filter: grayscale(100%);
        }*/

.comingup-info-round:after {
    content: "";
    display: block;
    background: url(../images/user_page/lock.png) right center no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 50px;
}
.inner-bg-sec {
    /*background: #fff;*/
    width: 100%;
    float: left;
    border: 1px solid #acacac;
    padding: 30px;
}
.inner-bg-sec h2 {
    font-family: "Lato" open_sansregular;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    width: auto;
    line-height: 5px;
    float: left;
    padding-bottom: 20px;
}
.inner-bg-sec h3 {
    font-family: "Lato" open_sansregular;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    line-height: 5px;
    width: auto;
    text-align: right;
    float: right;
}
.inner-bg-sec h3 span {
    color: #0599d7;
}
.work-line {
    width: 100%;
    float: left;
    background: #acacac;
    height: 1px;
}
.rv-rating-area ul li {
    float: left;
    font-family: "Lato" open_sansregular;
    font-size: 18px;
    color: #0599d7;
    font-weight: normal;
    padding-right: 80px;
}
.consectatur-left-area {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.consectatur-left-area img {
    width: 100%;
    display: block;
}
.consectatur-right-area h2 {
    font-family: "Lato" open_sansregular;
    font-size: 30px;
    color: #046086;
    font-weight: normal;
}
.consectatur-right-area h3 {
    font-family: "Lato" open_sansregular;
    font-size: 22px;
    color: #0599d7;
    font-weight: normal;
    padding-bottom: 10px;
}
.consectatur-right-area p {
    font-family: "Lato" open_sansregular;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}
.inner-bg-three {
    /*background: #fff;*/
    width: 100%;
    float: left;
    border: 1px solid #acacac;
    padding: 30px 30px 10px;
    margin-top: 30px;
}
.right-consect-area {
    width: 100%;
    float: left;
    border-left: 1px solid #acacac;
    min-height: 186px;
}
.right-consect-area h2 {
    width: auto;
    float: left;
    font-family: "Lato" open_sansregular;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    padding-left: 20px;
    text-align: center;
}
.right-consect-area h3 {
    width: auto;
    float: right;
    font-family: "Lato" open_sansregular;
    font-size: 20px;
    color: #0599d7;
    font-weight: normal;
    text-align: center;
}
.right-consect-area h3 span {
    font-family: "Lato" open_sansregular;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}
.collection-area {
    width: 100%;
    float: left;
    border-top: 1px solid #acacac;
    padding: 20px 0 0px;
}
.point-collection {
    width: auto;
    float: left;
    font-family: "Lato" open_sansregular;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    padding-right: 50px;
    position: relative;
}
.point-collection:after {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 1px;
    right: 0;
    top: 0;
    background: #acacac;
}
.collection-right-area {
    width: auto;
    float: right;
    text-align: right;
}
.point-review {
    font-family: "Lato" open_sansregular;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    background: url(../images/user_page/file-left.png) left center no-repeat;
    height: 30px;
    padding-left: 35px !important;
    text-align: right;
    margin-right: 30px;
}
.point-add {
    font-family: "Lato" open_sansregular;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    background: url(../images/user_page/small-came.png) left center no-repeat;
    height: 30px;
    padding-left: 35px !important;
    text-align: right;
}
/* User page end here */      
/* START:Pagination style*/
.contents li {
    margin-bottom: 10px;
}
.loading-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.56); */
    z-index: 999;
    display: block;
}
.loading-div img {
    margin-top: 100px;
    margin-left: 50%;
}
/* pagination-pager style */
.pagination-pager {
    margin: 0;
    padding: 0;
}
.pagination-pager li {
    display: inline;
    padding: 6px 10px 6px 10px;
    border: 1px solid #ddd;
    margin-right: -1px;
    font: 15px/20px Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    box-shadow: inset 1px 1px 5px #F4F4F4;
}
.pagination-pager li a {
    text-decoration: none;
    color: rgb(89, 141, 235);
}
.pagination-pager li.first {
    border-radius: 5px 0px 0px 5px;
}
.pagination-pager li.last {
    border-radius: 0px 5px 5px 0px;
}
.pagination-pager li:hover {
    background: #CFF;
}
.pagination-pager li.active {
    background: #F0F0F0;
    color: #333;
}
/* END:Pagination style*/

/*..................................user page pop up...................................*/

/******bony-popup------------****/
/*------------------------------*/

.cover {
    background-color: black;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
}
.popup_area {
    display: none;
    position: fixed;
    width: 500px;
    height: 460px;
    background: #eee;
    top: 50%;
    left: 0;
    right: 0;
    margin: -230px auto 0;
    padding: 40px 20px;
    z-index: 6000;
}
.formfild {
    float: left;
    width: 100%;
    position: relative
}
.close-popup {
    background: #09F none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -18px;
    width: 30px;
}
.active_block {
    display: block !important;
}
.popup_area h2 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 12px;
}
.formfild {
    float: left;
    width: 100%;
}
.input-popup {
    width: 100%;
    border: #eee 1px solid;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.input-group-addon3 {
    font-size: 24px;
    padding: 0 17px;
}
.input-group-addon2 img {
    height: auto;
    max-width: 100%;
    padding: 0 14px;
}
.form-control2 {
    height: 46px;
}
.add-butten-popup-in {
    padding: 9px 40px;
    background: #09F;
    color: #fff !important;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    border: 1px solid #fff;
}
.add-butten-popup-in:hover {
    background: #fff;
    border: 1px solid #09F;
    color: #09F !important;
}

@media only screen and (max-width:567px) {
    .popup_area {
        width: 400px;/*top:29%;*/
    }
}

@media only screen and (max-width:567px) {
    .popup_area {
        width: 300px;/*top:29%;*/
    }
}
/***------multi-1---------------***/
/*-------------------------------*/
.reiew_details_banner {
    overflow: hidden;
    background: url(../collageImageReview.php) no-repeat top center;
    padding-bottom: 0px;
    background-size: cover;
    padding: 100px 0px;
    padding: 0px !important;
    height: 264px;
}
.review__user_image {
    padding: 4px 0 0 43px;
    /*border:1px solid #878787;*/
    display: block;
}
.review_user_image img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    display: block;
    /*width:100%;*/
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 130px;
    height: 130px;
}
.TopPad_review_details {
    padding-top: 1%;
}
.rating_star span {
    font-size: 18px;
}
.main_wrapper {
    /*background: url(../images/review/multi-bg-111.jpg) center center no-repeat;*/
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
}
.review_tagline {
    margin-top: 0px;
}
.top-multi-box1 {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 20px;
    margin: 30px 0 0;
}
.top-multi-box1 h2 {
    font-size: 22px;
    text-align: left;
    padding-bottom: 12px;
}
.aideo-box {
    width: 100%;
}
.aideo-box img {
    width: 100%;
    display: block;
    margin: 30px 0;
}
.top-multi-box1 p {
}
.single-client {
    /*background:#fff;
    width:170px;
    height:170px;
    border-radius:50%;
    border:1px solid #CCC;
    text-align:center;
    padding:1em 0 0;*/
    width: 100%;
    float: left;
}
div.owl-controls {
    /*background: #fff none repeat scroll 0 0;*/
    padding-left: 10px;
    position: absolute;
    right: 6px;
    top: -30px;
    width: 71px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    /*border-radius: 30px;*/
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    /*margin:0 0px 0 4px;*/
    opacity: 1;
    padding: 0;
}
div.owl-nav .owl-prev {
    float: left;
    color: #fff;
}
i.owl-prev-icon {
    /*border: 1px solid #999;*/
    color: #818181;
    font-size: 30px;
    line-height: 21px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 25px;
    height: 25px;
}
i.owl-prev-icon:hover, i.owl-next-icon:hover {
    color: #10f7f3;/*border: 1px solid #FF4F4F;*/
}
/*.owl-prev-icon:focus, .owl-prev-icon:active {
    color: green;
        outline: 1px dotted black;
}*/

div.owl-nav .owl-next {
    float: right;
    color: #fff;
}
i.owl-next-icon {
    /*border: 1px solid #999;*/
    color: #818181;
    font-size: 30px;
    line-height: 21px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 25px;
    height: 25px;
}
.owl-caro-bg {
    width: 100%;
    float: left;
    background: rgba(151,213,243,0.5);
    padding: 30px 20px 50px;
}

@media only screen and (max-width:767px) {
    .client-carousel {
        padding: 0 15px!important;
    }
}

@media only screen and (max-width:480px) {
    .center-title {
        font-size: 20px;
    }
}
.item {
    width: 100%;
    float: left;
    padding: 0 15px;
}
.item img {
    width: 100%;
}
.mul-owl-tittle {
    font-size: 20px;
    padding: 15px;
}

@media only screen and (max-width:360px) {
    .mul-owl-tittle {
        font-size: 16px;
    }
}
/******Videos*******/

.js-video {
    height: 366px;
    padding-top: 25px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.js-video.widescreen {
    padding-bottom: 56.34%;
}
.js-video.vimeo {
    padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.vie-big {
    margin: 50px 0;
}
.visit_type_title {
    text-align: center;
    width: 50%;
}
footer {
    margin-top: 0px;
}
#revDetails-banner {
    background-color: rgba(5,153,215,0.6) !important;
    height: 264px;
}
/*****------------------------badge area ------------------------***/
/**--------------------------------------------------------------**/

.badge-bg-area {
    width: 100%;
    float: left;
    /*background:#fff;*/
    padding: 30px;
}
.badge-top-tittle {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d1d3d8;
}
.badge-top-tittle h2 {
    font-size: 18px;
    font-family: "lato";
    font-weight: bold;
    color: #666;
    padding-bottom: 15px;
}
.comingup-info-area h2 {
    font-family: "Lato" open_sansregular;
    font-size: 22px;
    color: #393939;
    font-weight: normal;
}
.comingup-info-area img {
    padding: 30px 0;
}
.comingup-info-area {
    width: 100%;
    float: left;
    border: 1px solid #777;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}
.comingup-info-area {
    background: rgba(17,198,253,1);
    background: -moz-linear-gradient(45deg, rgba(17,198,253,1) 0%, rgba(17,198,253,1) 1%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(17,198,253,1)), color-stop(1%, rgba(17,198,253,1)), color-stop(68%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(45deg, rgba(17,198,253,1) 0%, rgba(17,198,253,1) 1%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(45deg, rgba(17,198,253,1) 0%, rgba(17,198,253,1) 1%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(17,198,253,1) 0%, rgba(17,198,253,1) 1%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%);
    background: linear-gradient(45deg, rgba(17,198,253,1) 0%, rgba(17,198,253,1) 1%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11c6fd', endColorstr='#ffffff', GradientType=1 );
}
.comingup-info-area-right {
    width: 100%;
    float: left;
}
.comingup-info-round {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #c6c5c5;
    padding: 27px 0;
    position: relative;
    margin-bottom: 20px;
}
.comingup-info-round-coming span img {
    display: block;
    padding: 0 0 30px;
    margin-top: -5px;
}
.middle-star-im {
    margin-top: -40px !important;
}
.comingup-info-round-coming img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    padding: 30px 0 0;
} /* Chrome, Safari, Opera */
.reviewer-left {
    font-family: "Lato" open_sansregular;
    font-size: 20px;
    color: #393939;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
}
.reviewer-left span {
    font-family: "Lato" open_sansregular;
    font-size: 15px;
    color: #09F;
    font-weight: normal;
    display: block;
}
.bedge-top-box-area {
    padding: 30px 0 0;
}
.previous_page {
    float: right;
}
/***------------profile page ----------------------***/
/**------------------------------------------------***/
.profile-bg-area {
    width: 100%;
    float: left;
    /*background: #fff;*/
    padding: 30px 30px 12px;
}
.badge-top-tittle2 h2 {
    color: #0599d7;
    font-size: 30px;
    font-family: "lato";
    padding-bottom: 8px;
}
.information-top {
    background: #0599d7;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-family: "lato";
    margin: 30px 0 40px;
}
.profil-left-lady {
    height: 160px;
    /*width:100%;*/
    width: 160px;
    /*float:left;*/
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto 30px;
}
.profil-left-lady img {
    width: 100%;
    display: block;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
.edit-profile {
    position: absolute;
    top: 134px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    padding: 71px 0;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.profil-left-lady:hover .edit-profile {
    top: 0px;
    opacity: 1;
    visibility: visible;
}
.profil-right-boxes-area h2 {
    font-size: 20px;
    font-family: "lato";
    color: #333;
}
.profil-right-middle-area h2 {
    font-size: 20px;
    font-family: "lato";
    color: #333;
    line-height: 20px;
}
.information-top-margin {
    margin-bottom: 20px;
}
.profil-top-input {
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    font-size: 15px;
    font-family: "lato";
    border: 1px solid #c1d3da;
    margin: 20px 0 0;
}
.profile-tittle-pan {
    width: 100%;
    float: left;
}
.profile-tittle-pan h3 {
    font-size: 15px;
    color: #333;
    padding-bottom: 10px;
    margin-top: 30px;
    font-weight: bold;
}
.profile-select_two {
    display: inline-table;
    border: 1px solid #c1d3da;
    color: #333;
    width: 100%;
    height: 35px;
    font-size: 14px;
    padding-left: 5px;
    background: url(../images/profile-p/search_profi_arrow1.png) #fff no-repeat 92% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.profil-top-input-location {
    width: 100%;
    height: 35px;
    padding: 0px 20px;
    font-size: 14px;
    font-family: "lato";
    border: 1px solid #c1d3da;
}
.more-tags-boxes {
    border: 1px solid #c1d3da;
    border-radius: 6px;
    width: 100%;
    float: left;
    margin: 20px 0 0;
}
.more-tags-boxes h2 {
    font-size: 16px;
    font-weight: normal;
    float: left;
    width: auto;
    padding: 10px;
}
/*-----checkbox----------*/

.checkbox label {
    /*width:100%;*/
}
.checkbox {
    float: right;
}
input[type=checkbox] {
    /*display:none;*/
}
.checkbox label {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding-left: 28px;
    margin-right: 15px;
    text-transform: uppercase;
    /*margin-bottom:20px;*/
    position: relative;
}
.checkbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    /*background:#666;*/
    border: 2px solid #09F;
    position: absolute;
    left: 0;
}
input[type=checkbox]:checked + label:before {
    content: "\2713";
    line-height: 15px;
    font-size: 15px;
    text-align: center;
    color: #09F;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    transform: all .2s;
}
/*-----check end--------*/

.confirm-buttom-area {
    /*border-top: 1px solid #bbc4c8;*/
    text-align: center;
    margin: 45px 0 0;
}
.profil-bottom-buttens-tittle {
    font-size: 20px;
    font-family: "lato";
    font-weight: normal;
    color: #636363;
    padding: 30px 0;
}
.profil-bottom-buttens {
    width: 100%;
    float: left;
}
.profil-bottom-buttens strong {
    font-size: 18px;
    font-family: "lato";
    font-weight: normal;
    color: #fff;
    background-color: #11c6fd;
    /*	border: 1px solid #09F;*/
    padding: 7px 20px;
    text-align: center;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.profil-bottom-buttens strong:hover {
    background: rgba(5, 153, 215, 0.72);
    color: #fff;
}
.profil-bottom-buttens span {
    font-size: 18px;
    font-family: "lato";
    font-weight: normal;
    color: #fff;
    background-color: #11c6fd;
    /*border: 1px solid #09F;*/
    padding: 7px 20px;
    text-align: center;
    margin-left: 20px;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.profil-bottom-buttens span:hover {
    background: rgba(5, 153, 215, 0.72);
    color: #fff;
}
/*aded by suparna*/
.profile-input-group .pro_image {
    font-size: 14px;
    opacity: 1;
    width: 196px;
    height: 54px;
    border: 0;
    margin: 35px 0;
    cursor: pointer;
}
.profile-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    align-items: center;
    float: none;
    margin-bottom: -18px;
}
.formfild-profile {
    float: none;
    width: 100%;
    text-align: center;
    position: relative;
}
.profil-password {
    /* width: 100%; */
    height: 50px;
    padding: 0px 20px;
    font-size: 14px;
    font-family: "lato";
    border: 1px solid #c1d3da;
}
/*------------------------------ review page ends here -------------------------------------------------*/

/*-------------------------------Comment Page Sanjay-----------------------------------------------------------*/

.bannerOuterCon {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 999;
    font-family: 'Lato', sans-serif;
}
.bannerOuterCon img {
    width: 100%;
}
.commentPanel .container h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.bannerOuterCon p {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}
.rightInfo h2 {
    font-size: 30px;
    text-transform: capitalize;
    color: #337cbf;
    font-weight: bold;
}
.placeinfo {
    font-size: 20px;
    color: #337cbf;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.persData {
    margin-top: 50px;
}
.rightInfo .rating {
    padding-top: 5px;
}
.rightInfo p {
    font-size: 18px;
    color: #212122;
    margin-top: 10px;
}
.rightInfo p span {
    width: 68px;
    box-shadow: 1px 3px 13px #7a8083;
    margin-left: 7px;
    -moz-box-shadow: 1px 3px 13px #7a8083;
    -ms-box-shadow: 1px 3px 13px #7a8083;
    -o-box-shadow: 1px 3px 13px #939b9e;
    -webkit-box-shadow: 1px 3px 13px #7a8083;
    display: inline-block;
    background: url(../images/comment_section/rating-thumb.png) no-repeat 5px center;
    padding-left: 27px;
    line-height: 36px;
    text-align: center;
    color: #337cbf;
}
.leftImg img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 1px 3px 13px #575a5b;
}
.rightInfo h3 {
    font-size: 18px;
}
.overlay {
    background: rgba(5, 146, 198, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
}
.leftImg {
    float: left;
    margin-right: 28px;
}
.commentMain {
    padding-top: 46px;
    padding-bottom: 88px;
    /*background: #d8e5e9;*/
}
.rightInfo {
    float: left;
}
.leftsecMaincmt h3 {
    font-size: 18px;
    color: #1b5074;
    line-height: 46px;
    background: #5cbfee;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.contentReview {
    padding: 26px;
    border: 1px #000 solid;
    margin-top: 5px;
    box-shadow: 1px 1px 13px #7a8083;
    -moz-box-shadow: 1px 1px 13px #7a8083;
    -ms-box-shadow: 1px 1px 13px #7a8083;
    -webkit-box-shadow: 1px 1px 13px #7a8083;
    overflow: hidden;
}
.contentReview p {
    margin-bottom: 0;
    font-size: 16px;
    color: #1c1d1d;
}
.reviewDesc, .reviewImages, .reviewvideo {
    margin-bottom: 50px;
}
.reviewDesc {
    margin-top: 30px;
}
.stateNm:after {
    content: "|";
}
.contentReview ul li {
    display: block;
    float: left;
    margin-right: 18px;
    box-shadow: 1px 1px 13px #7a8083;
    -moz-box-shadow: 1px 1px 13px #7a8083;
    -ms-box-shadow: 1px 1px 13px #7a8083;
    -webkit-box-shadow: 1px 1px 13px #7a8083;
    width: 30.5%;
}
.contentReview ul li:last-child {
    margin-right: 0;
}
.reviewvideo .contentReview {
    padding: 0;
}
.rightMainPanel {
    padding: 26px;
    /*border: 1px #000 solid;*/
    margin-top: 5px;
    box-shadow: 1px 1px 13px #7a8083;
    -moz-box-shadow: 1px 1px 13px #7a8083;
    -ms-box-shadow: 1px 1px 13px #7a8083;
    -webkit-box-shadow: 1px 1px 13px #7a8083;
    float: right;
}
.leftCmtimage {
    float: left;
}
/*.commentArea h3 {
        line-height: 50px;
        background: #5cbfee;
        font-size: 17px;
        font-weight: 500;
        color: #1c1d1d;
        border-radius: 5px;
        padding-left: 20px;
        box-sizing: border-box;
        margin-bottom: 10px;
}*/
.commentArea textarea {
    width: 100%;
    background-color: #eee;
    padding: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: black;
    font-size: 14px;
    border: 1px #000 solid;
    height: 40px;
}
.commentsAll {
    padding: 14px 0;
    border-bottom: 1px solid #c8c9c9;
}
.commentsAll h4 {
    font-size: 15px;
    color: #337cbf;
    font-weight: 600;
}
.commentsAll h4 span {
    font-size: 14px;
    color: #0d0d0d;
    margin-left: 22px;
}
.commentsAll p {
    color: #1a1a1a;
    margin-top: 8px;
}
.likeBox a {
    display: inline-block;
    margin-right: 5px;
}
/*.......................review details page 19-04-16...................*/

/*.commentMain .row {
        margin-right: 0px;
}*/
.rightCmmtInfo {
    padding-right: 0px;
    text-align: justify;
}
.leftCmtimage img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.likeBox .thumbs_up {
    color: #0599d7;
}
.likeBox .thumbs_down {
    color: #808080;
}
.commentArea .blankInputMessage {
    color: #a94442
}
/*login to give comment pop up*/
.popup_area_3 {
    width: 320px;
    height: inherit;
}
/*-------------------------------Comment Page Sanjay-----------------------------------------------------------*/

.bannerOuterCon {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 999;
    font-family: 'Lato', sans-serif;
}
.bannerOuterCon img {
    width: 100%;
}
.commentMain {
    font-family: 'Lato', sans-serif;
}
.commentPanel .container h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.bannerOuterCon p {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}
.rightInfo h2 {
    font-size: 30px;
    text-transform: capitalize;
    color: #337cbf;
    font-weight: bold;
}
.persData .rightInfo h3 {
    font-size: 16px;
    background: none;
    color: #2e2f30;
    padding-left: 0;
    line-height: 20px;
}
.placeinfo {
    font-size: 20px;
    color: #337cbf;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.persData {
    margin-top: 50px;
    clear: both;
    overflow: hidden;
    padding-top: 20px;
}
.rightInfo .rating {
    padding-top: 5px;
}
.rightInfo p {
    font-size: 18px;
    color: #212122;
    margin-top: 10px;
}
.rightInfo p span {
    width: 68px;
    box-shadow: 1px 3px 13px #7a8083;
    margin-left: 7px;
    -moz-box-shadow: 1px 3px 13px #7a8083;
    -ms-box-shadow: 1px 3px 13px #7a8083;
    -o-box-shadow: 1px 3px 13px #939b9e;
    -webkit-box-shadow: 1px 3px 13px #7a8083;
    display: inline-block;
    background: url(../images/rating-thumb.png) no-repeat 5px center;
    padding-left: 27px;
    line-height: 36px;
    text-align: center;
    color: #337cbf;
}
.leftImg img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 1px 3px 13px #575a5b;
}
.rightInfo h3 {
    font-size: 18px;
}
.overlay {
    background: rgba(5, 146, 198, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
}
.leftImg {
    float: left;
    margin-right: 28px;
    padding-bottom: 20px;
}
.commentMain {
    padding-top: 46px;
    padding-bottom: 88px;
    background: #f1f5f8 ;
}
.rightInfo {
    float: left;
}
.leftsecMaincmt h3 {
    font-size: 18px;
    color: #1b5074;
    line-height: 46px;
    background: #5cbfee;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.contentReview {
    padding: 26px;
    border: 1px #000 solid;
    margin-top: 5px;
    box-shadow: 1px 1px 13px #7a8083;
    -moz-box-shadow: 1px 1px 13px #7a8083;
    -ms-box-shadow: 1px 1px 13px #7a8083;
    -webkit-box-shadow: 1px 1px 13px #7a8083;
    overflow: hidden;
    position: relative;
}
.contentReview p {
    margin-bottom: 0;
    font-size: 16px;
    color: #1c1d1d;
}
.reviewDesc, .reviewImages, .reviewvideo {
    margin-bottom: 50px;
}
.reviewDesc {
    margin-top: 30px;
}
.stateNm:after {
    content: "|";
}
.contentReview ul li {
    display: block;
    float: left;
    margin-right: 18px;
    box-shadow: 1px 1px 13px #7a8083;
    -moz-box-shadow: 1px 1px 13px #7a8083;
    -ms-box-shadow: 1px 1px 13px #7a8083;
    -webkit-box-shadow: 1px 1px 13px #7a8083;
    width: 92%;
}
.contentReview ul li:last-child {
    margin-right: 0;
}
.reviewvideo .contentReview {
    padding: 0;
}
.rightMainPanel {
    padding: 26px;
    /*border: 1px #000 solid;*/
    margin-top: 5px;
    box-shadow: 1px 1px 13px #7a8083;
    -moz-box-shadow: 1px 1px 13px #7a8083;
    -ms-box-shadow: 1px 1px 13px #7a8083;
    -webkit-box-shadow: 1px 1px 13px #7a8083;
    float: right;
}
/*.leftCmtimage{ float:left; margin-right:14px;}*/
.commentArea h3 {
    line-height: 50px;
    background: #5cbfee;
    font-size: 17px;
    font-weight: 600;
    color:#fff;
    border-radius: 5px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
/*commentArea textarea{ width:100%; resize:none; padding:10px 20px; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; color:#838383; font-size:14px;border:1px #000 solid; height:64px; background:#d8e5e9;}*/
/*.commentsAll{ padding:16px 0;border-bottom:1px #000 solid;}
.commentsAll h4{ font-size:18px; color:#337cbf; font-weight:600;}
.commentsAll h4 span{ font-size:14px; color:#0d0d0d; margin-left:22px;}
.commentsAll p{ font-size:16px; color:#1a1a1a; margin-top:8px;}*/
/*.likeBox a{ display:inline-block; margin-right:5px;}*/



#owl-demo .item {
    margin: 3px;
}
#owl-demo img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    background: none;
}
#owl-demo .owl-item {
    display: inline-block;
    height: auto;
    margin-right: 5px;
}
#owl-demo .owl-item:nth-of-type(3n) {
    margin-right: 20px;
}
#owl-demo.owl-carousel.owl-theme {
    position: relative;
    margin-bottom: 0;
}
#owl-demo div.owl-controls {
    top: 30%;
}
#owl-demo .owl-prev {
    background: url(../images/left-arrow.png) no-repeat left center;
    font-size: 0;
    width: 15px;
    height: 44px;
    left: -14px;
    position: absolute;
    cursor: pointer;
}
#owl-demo .owl-next {
    background: url(../images/right-arrow.png) no-repeat right center;
    font-size: 0;
    width: 15px;
    height: 44px;
    right: -24px;
    position: absolute;
    cursor: pointer;
}
#owl-demo div.owl-controls {
    width: 100%;
}
.leftsecMaincmt .fade {
    display: none;
}
.leftsecMaincmt .tab-content > .active {
    display: block;
}
.leftsecMaincmt .nav.nav-tabs li a, .leftsecMaincmt .nav.nav-tabs li.active {
    background: none;
}
.leftsecMaincmt .nav.nav-tabs li {
    border-bottom: 2px #0599d7 solid;
    border-right: 2px #0599d7 solid;
}
.leftsecMaincmt .nav.nav-tabs li:nth-child(2) {
    border-right: none;
}
.leftsecMaincmt .nav.nav-tabs li a {
    border: none;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 36px;
    padding: 14px 45px;
}
.review-box {
    overflow: hidden;
    padding: 50px 0 16px 0;
    font-family: 'Lato', sans-serif;
    border-bottom:  1px solid #bfc1c3;
}
.leftReviewImg {
    float: left;
    padding-left: 47px;
}
.rightReviewPanel {
    float: right;
    width: 74%;
}
.review-box img {
    box-shadow: -4px 0 2px #000000;
    -moz-box-shadow: -4px 0 2px #000000;
    -webkit-box-shadow: -4px 0 2px #000000;
    border-radius: 100%;
    width: 130px;
    height: 130px;
}
.rightReviewPanel h3 {
    font-size: 22px;
    background: none;
    padding-left: 0;
    color: #0599d7;/*margin-bottom:5px;*/
}
.rightReviewPanel h4 {
    color: #868889;
    font-size: 16px;
    margin-bottom: 5px;
}
.rightReviewPanel p {
    color: #424344;
    font-size: 16px;
    margin-bottom: 0;
}
.rightReviewPanel .read_more_link {
    line-height: 30px;
    background: rgb(5, 153, 215);
    border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 0 11px;
    float: right;
    margin-right: 20px;
}
.rightReviewPanel a:hover {
    background: #000;
    color: #fff;
    transition: ease all 5s;
}
.leftsecMaincmt .pagination {
    margin-top: 110px;
    margin-bottom: 0;
}
.leftsecMaincmt .pagination > li {
    margin-right: 10px;
    display: inline-block;
}
.leftsecMaincmt .pagination > li > a, .pagination > li > span {
    background: none;
    border: none;
}
.leftsecMaincmt .pagination > li > a {
    color: #504c4c;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    padding: 6px 20px;
}
.leftsecMaincmt .pagination > li > a:first-child {
    padding-left: 0;
}
.leftsecMaincmt .pagination > li > a.next {
    padding: 0 0 0 10px;
}
.leftsecMaincmt .pagination > li.active a, .leftsecMaincmt .pagination > li.active a:hover, .leftsecMaincmt .pagination > li a:hover {
    color: #04abe2;
    background: none;
}
.next img {
    width: 32px;
}
.leftsecMaincmt .pagination > li > a.next span {
    margin-right: 5px;
}
.leftsecMaincmt .nav-tabs > li.active > a {
    color: #036289;
}
.leftsecMaincmt .nav-tabs > li > a {
    color: #636363;
}
.leftsecMaincmt .nav.nav-tabs {
    border: none;
}
/* ---------------------- 27-04-2016 --------------------------------- */

.grid {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px 0 30px;
    min-width: 100%;
    /*max-width: 100%;*/
    height: 180px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
/* Individual effects */


/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
    background: #3498db;
}
figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    width: 100%;
}
figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
/*figure.effect-apollo p {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0em 130px 40px;
        padding: 2px 4px 0 8px;
        max-width: 150px;
        border-right: 4px solid #fff;
        opacity: 0;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
        width: 25px;
        height: 25px;
        background: #fff;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        color: #09F;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
}*/

figure.effect-apollo p {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-right: 4px solid #fff;
    bottom: 0;
    color: #09f;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    left: 0;
    margin: 0 130px 40px;
    max-width: 150px;
    opacity: 0;
    padding: 2px 4px 0 8px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: opacity 0.35s ease 0s;
    width: 25px;
}

figure.effect-apollo h2 {
    text-align: left;
    font-size: 15px;
    text-transform: none;
    text-align: center;
    margin: 40px 0 0;
}
figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2.3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.urvi-inner-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

@media only screen and (max-width:980px) {
    figure.effect-apollo p{
        margin:0 161px 40px;
    }

    figure.effect-apollo figcaption::before {
        -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
        transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    }

    figure.effect-apollo:hover figcaption::before {
        -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
        transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    }	
}

@media only screen and (max-width:568px) {
    .urview-info-area .col-xs-6 {
        width: 100%;
    }
}


/* ----------------- 20-05-2016 --------------------------*/

.up-right-address-pan{
    float:right;
    width:auto;
}

.date-pic {
    border-right: 0px solid #acacac;
    font-size:16px;
}

.up-address{
    color: #0599d7;
    font-family: "Lato";
    /*font-size: 18px;*/
    font-weight: normal;
    padding:8px 0;
}

.select_pan{
    display:block;
    border:none;
    background:none;
    font-weight:normal;
    font-size:17px;
    /*border-bottom:1px solid #F00;*/
    padding:4px 0 0 0px;
    color:#337AB7;
    position:relative;
}

.select_pan:after{
    content:"";
    display:block;
    position:absolute;
    top:30px;
    left:0;
    width:50px;
    height:2px;
    background:#337AB7;
}


/* ------------ responsive --------------- */

@media only screen and (max-width:414px){

    .up-right-address-pan {
        float:none;
        margin:0 auto;
    }

    .up-address {
        text-align: center;
    }

    .date-pic {
        float: none;
        font-size: 20px;
        padding-right:0px;
        text-align: center;
    }

    .select_pan {
        float: none;
        margin: 0 auto 8px !important;
    }

    .select_pan::after{
        left:66px;
    }	
}

.rating_number-in{
    text-align: center;
}

.rating_number-in span{
    display: inline-block;
}
/*11-08-16, details page slider caption*/

.urview-effect-area-overlay{
    background:rgba(0,0,0,0.5);
    left:0;
    bottom:0px;
    position:absolute;
    line-height: 40px;
    color:#fff;
    font-size:14px;
    text-align:center;
    padding:5px 0;
    right:0;
    width:100%;
}
.bsns_review_img .slider {
    /*border: 1px solid #dcdcdc;*/
    /*position: relative;*/
}
.bsns_owner_img .slider {
    /*   border: 1px solid #dcdcdc;
       position: relative;*/
}
.urview-effect-area-overlay-on-slider {
    background: rgba(0,0,0,0.5);
    left: 0;
    bottom: 0px;
    position: absolute;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 6px 0;
    right: 0;
    width: 88%;
    margin-left: 15px;
}
.review_img_slider {
    width: 89%;
    padding: 0px 0;
}

.dev-form-text-lastname{
    margin-top:2px;   
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 15s slidy infinite; 
}