/*
 @Author: Company Name
 @URL: http://companyname.com
 This file contains the styling for the actual theme, this
 is the file you need to edit to change the look of the
 theme.
 However we used Less script to make things easy to maintain, this is the compressed ourput, we recommend to edit the less files and then recombile the files and add the result here, if you don't like to use less you can edit this file here.
 
 This files contents are outlined below.
 01.	Theme Reset Style
 02.	Global Elements
 03.	Menu
 04.	Social
 05.	Article
 06.	Posts
 07.	Responsive
 08.	Widgets
 09.	Flexslider
 10.	Grid
*/

/*==============================================
			Theme Reset Style					
==============================================*/
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700);

* {
    margin: 0px;
    padding: 0px;
}

body {
    color: #363b4d;
    overflow-x: hidden;
    background: #f7f7f7;
    font: 400 14px/26px 'Quicksand', Arial, Helvetica, sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #363b4d;
    margin: 0 0 8px;
    font-weight: 500;
    line-height: 1.5;
    font-style: normal;
    text-transform: capitalize;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #363b4d;
}

p a,
p a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 20px;
    line-height: 26px;
    letter-spacing: normal;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

ul {
    margin: 0;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

strong {
    color: #414141;
}

iframe {
    width: 100%;
    float: left;
    border: none;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {}

.wp-caption.alignleft,
.wp-caption.alignnone {
    width: 100%;
}

button {
    border: none;
}

textarea,
select,
.tg-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #666;
    outline: none;
    height: 40px;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dbdbdb;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea.form-control {
    resize: none;
    min-height: 90PX;
}

.form-control::-webkit-input-placeholder {
    color: #666;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: #666;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: #666;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #666;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: #66;
}

/* Microsoft Edge */
input:focus,
.select select:focus,
.form-control:focus {
    color: #666;
    border-color: #666;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-group {
    z-index: 2;
    width: 100%;
    float: left;
    margin: 0 0 20px;
    position: relative;
    text-align: left;
}

label {
    color: #666;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

form p {
    float: left;
    position: relative;
    width: 100%;
}

form p span i {
    top: 13px;
    left: 16px;
    color: #474747;
    position: absolute;
}

option {
    padding: 5px 15px;
}

li {
    line-height: 28px;
    list-style: disc inside none;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}

ol ol {
    margin-left: 20px;
}

ol li {
    list-style: decimal;
    width: 100%;
}

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    width: 100%;
    margin-bottom: 15px;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border-top: 1px solid #dbdbdb;
    border: 1px solid #dbdbdb;
    line-height: 2.5;
    padding-left: 3px;
    vertical-align: top;
}

table thead tr th {
    border-top: 1px solid #dbdbdb;
    text-align: center;
    text-transform: capitalize;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 1px solid #dbdbdb;
}

table>thead>tr>th {
    border-bottom: 2px solid #dbdbdb;
    vertical-align: bottom;
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
    border-bottom: 0;
}

table>tbody+tbody {
    border-top: 2px solid #dbdbdb;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 6px 10px;
}

p ins {
    color: #666;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}

/*==============================================
			Theme Custom Select					
==============================================*/
.tg-select {
    color: #666;
    float: left;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}

.tg-select:after {
    top: -5px;
    right: 15px;
    z-index: 2;
    color: #666;
    display: block;
    content: '\f107';
    position: absolute;
    text-align: center;
    font-size: inherit;
    line-height: 40px;
    font-family: 'FontAwesome';
}

.tg-select select {
    z-index: 1;
    width: 100%;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.tg-select select option {
    color: #666;
}

/*==============================================
		Theme Custom CheckBox Radio				
==============================================*/
.tg-radio,
.tg-radio label,
.tg-checkbox,
.tg-checkbox label {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
}

.tg-radio label,
.tg-checkbox label {
    cursor: pointer;
    display: block;
    padding: 0 0 0 20px;
}

.tg-radio input[type=radio],
.tg-checkbox input[type=checkbox] {
    display: none;
}

.tg-radio input[type=radio]+label:before,
.tg-checkbox input[type=checkbox]+label:before {
    top: 4px;
    left: 0;
    color: #373542;
    font-size: 14px;
    line-height: 14px;
    content: '\f096';
    position: absolute;
    font-family: 'FontAwesome';
}

.tg-radio input[type=radio]+label:before {
    content: '';
}

.tg-radio input[type=radio]:checked+label:before,
.tg-checkbox input[type=checkbox]:checked+label:before {
    content: '\f046';
}

/*==============================================
			Theme Global Elements				
==============================================*/
.tg-haslayout {
    width: 100%;
    float: left;
}

.tg-sectionspace {
    padding: 60px 0;
}

.tg-locationmap {
    width: 100%;
    float: left;
    height: 500px;
}

.tg-btn-sm {
    padding: 0 20px;
    line-height: 30px;
}

.tg-btn {
    color: #fff;
    padding: 0 50px;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 23px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.00);
    font: 500 16px/46px 'Quicksand', Arial, Helvetica, sans-serif;
}

.tg-btn:before {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

.tg-btn:hover,
.tg-btn:focus,
.tg-btn:active {
    color: #fff;
    background: rgba(0, 0, 0, 0.20);
}

.tg-btn-lg {
    width: 100%;
}

.tg-socialicons {
    overflow: hidden;
    list-style: none;
    text-align: center;
    line-height: 30px;
}

.tg-socialicons li {
    float: left;
    padding: 0 4px;
    line-height: inherit;
    list-style-type: none;
}

.tg-socialicons li a {
    width: 30px;
    height: 30px;
    color: #fff;
    display: block;
    background: #000;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    text-align: center;
    border-radius: 30px;
    text-transform: capitalize;
}

.tg-inputwithicon.tg-facebook .tg-icon,
.tg-checkbox.tg-facebook,
li.tg-facebook a,
li.tg-facebook a i {
    background: #3b5999;
}

.tg-inputwithicon.tg-twitter .tg-icon,
.tg-checkbox.tg-twitter,
li.tg-twitter a,
li.tg-twitter a i {
    background: #55acee;
}

.tg-inputwithicon.tg-linkedin .tg-icon,
.tg-checkbox.tg-linkedin,
li.tg-linkedin a,
li.tg-linkedin a i {
    background: #0077B5;
}

.tg-inputwithicon.tg-skype .tg-icon,
.tg-checkbox.tg-skype,
li.tg-skype a {
    background: #00aff0;
}

.tg-checkbox.tg-dropbox,
li.tg-dropbox a {
    background: #007ee5;
}

.tg-checkbox.tg-vimeo,
li.tg-vimeo a {
    background: #1ab7ea;
}

.tg-checkbox.tg-tumblr,
li.tg-tumblr a {
    background: #34465d;
}

.tg-checkbox.tg-yahoo,
li.tg-yahoo a {
    background: #410093;
}

.tg-inputwithicon.tg-googleplus .tg-icon,
.tg-checkbox.tg-googleplus,
li.tg-googleplus a,
li.tg-googleplus a i {
    background: #dd4b39;
}

.tg-inputwithicon.tg-pinterestp .tg-icon,
.tg-checkbox.tg-pinterestp,
li.tg-pinterestp a {
    background: #bd081c;
}

.tg-checkbox.tg-youtube,
li.tg-youtube a {
    background: #cd201f;
}

.tg-checkbox.tg-stumbleupon,
li.tg-stumbleupon a {
    background: #eb4924;
}

.tg-checkbox.tg-reddit,
li.tg-reddit a {
    background: #ff5700;
}

.tg-checkbox.tg-quora,
li.tg-quora a {
    background: #b92b27;
}

.tg-checkbox.tg-yelp,
li.tg-yelp a {
    background: #af0606;
}

.tg-checkbox.tg-soundcloud,
li.tg-soundcloud a {
    background: #ff3300;
}

.tg-checkbox.tg-whatsapp,
li.tg-whatsapp a {
    background: #25d366;
}

.tg-checkbox.tg-wechat,
li.tg-wechat a {
    background: #09b83e;
}

.tg-checkbox.tg-instagram,
li.tg-instagram a {
    background: #e4405f;
}

.tg-checkbox.tg-dribbble,
li.tg-dribbble a {
    background: #ea4c89;
}

.tg-checkbox.tg-flickr,
li.tg-flickr a {
    background: #ff0084;
}

.tg-checkbox.tg-rss,
li.tg-rss a {
    background: #ff6600;
}

.tg-socialicons li a i {
    color: #fff;
    width: 30px;
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}

.tg-socialicons li a:hover {
    color: #fff;
}

.tg-roundicontext .tg-usericonholder {
    width: 250px;
    display: block;
    overflow: hidden;
    font-style: normal;
}

.tg-roundicontext i,
.tg-roundicontext span {
    float: left;
    font-size: 13px;
    line-height: 30px;
}

.tg-roundicontext span {
    padding: 0 15px 0 0;
}

.tg-roundicontext:focus,
.tg-roundicontext:hover {
    color: #fff;
    width: 100%;
}

.tg-roundicontext:hover .tg-usericonholder {
    width: 100%;
}

.tg-verticalmiddle,
.tg-verticaltop {
    margin: 0 -1px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.tg-verticaltop {
    margin: 0 -2px;
    vertical-align: top;
}

.tg-description {
    width: 100%;
    float: left;
}

.tg-bglight {
    background: #f7f7f7;
}

.tg-bgdark {
    background: #373542;
}

.tg-stars span,
.tg-stars {
    width: 100px;
    height: 16px;
    float: left;
    line-height: 16px;
    position: relative;
}

.tg-stars span:after,
.tg-stars:before {
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    letter-spacing: 4px;
    font-family: 'FontAwesome';
    color: rgba(218, 218, 218, .8);
    content: '\f005 \f005 \f005 \f005 \f005';
}

.tg-stars span {
    width: 75%;
    overflow: hidden;
}

.tg-stars span:after {
    color: #000;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>[class^="col-"],
.no-gutters>[class*="col-"],
.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.tg-dropdowarrow {
    top: 9px;
    right: 15px;
    z-index: 2;
    color: #fff;
    width: 20px;
    height: 20px;
    display: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    text-align: center;
}

.tg-dropdowarrow i {
    display: block;
    font-size: inherit;
    line-height: inherit;
}

.tg-open .tg-dropdowarrow i:before {
    content: '\f106';
}

.menu-item-has-children,
.menu-item-has-mega-menu {
    position: relative;
}

.menu-item-has-children>a {
    position: relative;
    padding: 0 15px 0 0;
}

.menu-item-has-children>a:before {
    top: 0;
    right: 0;
    content: '\f107';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    font-family: 'FontAwesome';
}

.mega-menu-row {
    margin: 0;
    width: 100%;
    float: left;
    display: table;
    table-layout: fixed;
}

.mega-menu-col {
    display: table-cell;
    vertical-align: top;
}

.navbar-toggle {
    border: 0;
    margin: 3px 0;
    border-radius: 0;
    padding: 10px 12px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.tg-formtheme {
    width: 100%;
    float: left;
}

.tg-formtheme fieldset {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
}

.tg-inputwithicon {
    position: relative;
}

.tg-inputwithicon .form-control {
    z-index: 1;
    position: relative;
}

.tg-inputwithicon i {
    top: 0;
    left: 0;
    z-index: 2;
    color: #363b4d;
    position: absolute;
}

.tg-sectionhead {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 30px;
    border-bottom: 1px solid #dbdbdb;
}

.tg-sectionhead .tg-title {
    text-align: left;
    padding: 0 0 7px;
}

.tg-sectionhead .tg-title h2 {
    line-height: 20px;
}

.tg-sectionhead .tg-description {
    margin: 0 0 1px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dbdbdb;
}

.tg-sectionhead .tg-description p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.tg-btnbox {
    width: 100%;
    float: left;
    z-index: 2;
    padding: 20px 0 0;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.tg-verticalscrollbar {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.mCSB_scrollTools {
    width: 3px;
}

.tg-sidebarwrapper .mCSB_scrollTools {
    width: 0;
}

.mCSB_inside>.mCSB_container {
    margin-right: 14px;
}

.tg-sidebarwrapper .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
    float: right;
    border-radius: 0;
    background: #ddd;
}

.tg-sidebarwrapper .mCSB_scrollTools .mCSB_draggerRail {
    width: 0;
}

.tg-categoreyaccordion .mCSB_scrollTools .mCSB_draggerRail {
    background: #1f1f1f;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    opacity: 1 !important;
}

.mCSB_scrollTools {
    overflow: hidden;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #a5a5a5;
}

.tg-leftbox {
    float: left;
}

.tg-rghtbox {
    float: right;
}





.tg-close {
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    width: 40px;
    height: 40px;
    outline: none;
    border-radius: 50%;
    position: absolute;
}

.tg-close span {
    margin: 0;
    display: block;
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 7px 0;
}

.tg-thememodaldialog {
    clear: both;
    width: 100%;
    padding: 20px;
    /* overflow: hidden; */
}

.tg-thememodaldialog:after {
    clear: both;
    content: '';
    display: block;
}

.tg-thememodalcontent {
    border: 0;
    width: 100%;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 25px 30px 30px 30px;
}

.tg-thememodalcontent .tg-title {
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
}

.tg-title strong {
    width: 100%;
    float: left;
    color: #363b4d;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
}

.tg-flagstrap {
    width: 100%;
    float: left;
}

.tg-flagstrap button[type=button] {
    width: 100%;
    float: left;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    background: #fff;
    border-color: #dbdbdb !important;
}

.tg-flagstrap button[type=button]:hover,
.tg-flagstrap button[type=button]:focus,
.tg-flagstrap button[type=button]:active {
    background: #fff !important;
}

.tg-flagstrap button[type=button] .caret {
    float: right;
    margin: 8px 0;
}

.tg-flagstrap button+ul {
    margin: 0;
    padding: 0;
    z-index: 3;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 20px;
    list-style: none;
    position: absolute;
}

.tg-flagstrap button+ul li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
}

/*==========================================================================================
		For Mobile Nav use this code in Responsive.css desired Query
==========================================================================================*/
/*
.navbar-toggle{display: block;}
.navbar-collapse.collapse {display: none!important;}
.collapse.in{display:block !important;}
*/
/*==========================================================================================
			For Mobile Nav use this code in Responsive.css desired Query
==========================================================================================*/
/*==============================================
			Theme Pagination					
==============================================*/
.tg-pagination {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    font: 13px/30px 'Work Sans', Arial, Helvetica, sans-serif;
}

.tg-pagination ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
    line-height: 30px;
    text-align: center;
}

.tg-pagination ul li {
    margin: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f8f8f8;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

.tg-pagination ul li a {
    color: #484848;
    display: block;
    text-align: center;
    position: relative;
    line-height: 30px;
}

.tg-pagination ul li.tg-nextpage a,
.tg-pagination ul li.tg-prevpage a {
    color: #fff;
    background: #484848;
}

.tg-pagination ul li.tg-prevpage a {
    border-radius: 3px 0 0 3px;
}

.tg-pagination ul li.tg-nextpage a {
    border-radius: 0 3px 3px 0;
}

.tg-pagination ul li.tg-nextpage a i,
.tg-pagination ul li.tg-prevpage a i {
    display: block;
    line-height: 30px;
}

.tg-pagination ul li.tg-active a,
.tg-pagination ul li a:hover,
.tg-pagination ul li.tg-nextpage a:hover,
.tg-pagination ul li.tg-prevpage a:hover,
.tg-pagination ul li.tg-nextpage a:hover i,
.tg-pagination ul li.tg-prevpage a:hover i {
    color: #fff;
}

/*==============================================
			Theme BreadCrumb Style				
==============================================*/
.tg-breadcrumb {
    margin: 0;
    padding: 0;
    color: #666;
    width: 100%;
    float: left;
    list-style: none;
    text-align: right;
    text-transform: capitalize;
    font: 500 14px/20px 'Quicksand', Arial, Helvetica, sans-serif;
}

.tg-breadcrumb li {
    width: auto;
    float: left;
    padding: 0 15px;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}

.tg-breadcrumb li:after {
    top: 0;
    left: -3px;
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
}

.tg-breadcrumb li:first-child {
    padding-left: 0;
}

.tg-breadcrumb li:last-child {
    padding-right: 0;
}

.tg-breadcrumb li:first-child:after {
    display: none;
}

.tg-breadcrumb li a {
    color: #666;
    display: block;
}

/*==============================================
			Theme Styling						
==============================================*/
.tg-wrapper {
    padding: 2px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.tg-wrapper:before,
.tg-wrapper:after {
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: url(../images/pettran-01.jpg) no-repeat 0 0;
    -ms-background-size: 100% 2px;
    background-size: 100% 2px;
}

.tg-wrapper:before {
    top: 0;
}

.tg-wrapper:after {
    bottom: 0;
}

.tg-main {
    z-index: 3;
    position: relative;
}

.tg-twocolumns {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.tg-content {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.tg-twocolumns .tg-content {
    padding: 0;
}

/*==============================================
			Header Style						
==============================================*/
.tg-header {
    z-index: 10;
    position: relative;
}

.tg-topbar {

    width: 100%;
    float: left;
    padding: 0px 0;
}

.tg-appsnav {
    float: left;
    padding: 5px 0;
    list-style: none;
}

.tg-appsnav li {
    float: left;
    padding: 0 10px 0 0;
    list-style-type: none;
}

.tg-appsnav li a,
.tg-appsnav li a img {
    display: block;
}

.tg-navcurrency {
    float: left;
    padding: 13px 0;
    font-size: 12px;
    list-style: none;
    line-height: 16px;
    text-transform: capitalize;
}

.tg-navcurrency li {
    float: left;
    padding: 0 15px;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}

.tg-navcurrency li:first-child {
    padding-left: 0;
}

.tg-navcurrency li+li {
    border-left: 1px solid rgba(8, 8, 8, 0.5);
}

.tg-navcurrency li a {
    color: #000;
    display: block;
}

.tg-modalselectcurrency .tg-thememodaldialog,
.tg-modalpriceconverter .tg-thememodaldialog {
    max-width: 430px;
}

.tg-formselectcurency {
    margin: 20px 0 0;
}

.tg-formselectcurency .form-group {
    z-index: 4;
}

.tg-formselectcurency .form-group:last-child {
    margin: 0;
    z-index: 2;
    text-align: center;
}

.tg-formselectcurency .form-group .tg-btn {
    padding: 0;
    width: 200px;
    text-align: center;
}

.tg-formcurencyconverter {
    margin: 20px 0 0;
}

.tg-formcurencyconverter .form-group:nth-child(1) {
    z-index: 5;
}

.tg-formcurencyconverter .form-group:nth-child(3) {
    z-index: 4;
}

.tg-formcurencyconverter .form-group:last-child {
    margin: 0;
    z-index: 2;
    text-align: center;
}

.tg-formcurencyconverter .tg-flagstrap {
    width: 110px;
    float: left;
}

.tg-curencyrateetc {
    color: #666;
    width: 150px;
    float: right;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
}

.tg-curencyrateetc span {
    color: #363b4d;
    display: block;
    font-size: 30px;
    padding: 0 0 15px;
    line-height: 22px;
}

.tg-curencyrateetc span sup {
    top: 8px;
    font-size: 50%;
    vertical-align: top;
}

.tg-curencyrateetc p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.tg-iconseprator {
    width: 74px;
    height: 74px;
    padding: 5px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    background: #ebebed;
    border-radius: 50%;
    border: 7px solid #fff;
}

.tg-iconseprator:before,
.tg-iconseprator:after {
    top: 50%;
    width: 78px;
    height: 1px;
    content: '';
    position: absolute;
    background: #dbdbdb;
}

.tg-iconseprator:before {
    left: -85px;
}

.tg-iconseprator:after {
    right: -85px;
}

.tg-iconseprator i {
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.tg-iconseprator i img {
    display: block;
}

.tg-lastupdate {
    width: 100%;
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 0 0 0 30px;
}

.tg-lastupdate:before {
    top: 0;
    left: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    content: '*';
    display: block;
    font-size: 34px;
    padding: 7px 0 0;
    border-radius: 50%;
    position: absolute;
    text-align: center;
}

.tg-lastupdate time {
    color: #55acee;
}

.tg-formcurencyconverter .form-group .tg-btn {
    padding: 0;
    width: 200px;
    text-align: center;
}

.tg-themedropdown {}

.tg-userdropdown {
    float: right;
}

.tg-btndropdown {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 18px;
}

.tg-userdropdown .tg-btndropdown {
    color: #000;
    position: relative;
    padding: 0 20px 0 0;
}

.tg-headervtwo .tg-userdropdown .tg-btndropdown {
    color: #363b4d;
}

.tg-userdropdown .tg-btndropdown:before {
    top: 0;
    right: 0;
    content: '\f107';
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    font-family: 'FontAwesome';
}

.tg-btndropdown .tg-userdp {
    float: left;
    overflow: hidden;
    margin: 0 10px 0 0;
    border-radius: 50%;
    border: 1px solid #fff;
}

.tg-btndropdown .tg-userdp img {
    display: block;
    border: 3px solid;
    border-radius: 50%;
}

.tg-btndropdown .tg-name,
.tg-btndropdown .tg-role {
    display: block;
    padding: 0 0 0 52px;
}

.tg-btndropdown .tg-name {
    font-weight: 500;
    font-size: 14px;
    line-height: inherit;
    padding: 3px 0 0 52px;
}

.tg-btndropdown .tg-role {
    padding: 0 0 3px 52px;
}

.tg-themedropdownmenu {
    top: 150px;
    right: 0;
    border: 0;
    margin: 0;
    left: auto;
    padding: 0;
    opacity: 0;
    width: 230px;
    display: block;
    font-size: 14px;
    background: #fff;
    border-radius: 0;
    list-style: none;
    font-weight: 500;
    line-height: 44px;
    position: absolute;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
}

.tg-themedropdownmenu li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
}

.tg-themedropdownmenu li+li {
    border-top: 1px solid #eaeaea;
}

.tg-themedropdownmenu li a {
    width: 100%;
    float: left;
    color: #666;
    padding: 0 15px;
    position: relative;
}

.tg-themedropdownmenu li.menu-item-has-children>a:before {
    top: 0;
    right: 20px;
    content: '\f105';
    font-size: 14px;
    line-height: 44px;
    position: absolute;
    font-family: 'FontAwesome';
}

.tg-themedropdownmenu li.menu-item-has-children ul {
    top: 100%;
    margin: 0;
    opacity: 0;
    right: 100%;
    width: 230px;
    background: #fff;
    visibility: hidden;
    position: absolute;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
}

.tg-themedropdownmenu li a:hover {
    background: #f7f7f7;
}

.tg-themedropdownmenu li a i,
.tg-themedropdownmenu li a span {
    float: left;
    line-height: 44px;
}

.tg-themedropdownmenu li a span {
    font-weight: 500;
}

.tg-themedropdownmenu li a i {
    width: 25px;
    font-size: 16px;
    text-align: left;
}

.tg-themedropdown.open .tg-themedropdownmenu,
.tg-themedropdownmenu li.menu-item-has-children:hover ul {
    top: 52px;
    opacity: 1;
    visibility: visible;

}

.tg-themedropdownmenu li.menu-item-has-children:hover ul {
    top: 0;
}

.tg-navigationarea {
    width: 100%;
    float: left;
    padding: 5px 0;
}

.tg-navigationarea .tg-btn {
    float: right;
    padding: 0 30px;
}

.tg-header .tg-logo {
    background-color: #FFF;
    padding-left: 5px;
}

.tg-logo {
    float: left;
    margin: 0px 60px 0px 0;
    padding: 5px;
}

.tg-logo a,
.tg-logo a img {
    display: block;
}

.tg-nav {
    vertical-align: top;
    display: inline-block;
    text-transform: capitalize;
    font: 500 16px/20px 'Quicksand', Arial, Helvetica, sans-serif;
}

.tg-navigation {
    padding: 0;
    width: 100%;
    float: left;
}

.tg-navigation ul {
    list-style: none;
    line-height: inherit;
}

.tg-navigation>ul {
    width: 100%;
    float: left;
    list-style: none;
    text-align: center;
    line-height: inherit;
}

.tg-navigation ul li {
    line-height: inherit;
    list-style-type: none;
}

.tg-navigation>ul>li {
    width: auto;
    float: left;
    padding: 13px 13px;
    font-size: 14px;
}

.tg-navigation ul li a {
    color: #484848;
    display: block;
}

.sub-menu,
.mega-menu {
    top: 150px;
    left: 0;
    opacity: 0;
    font-size: 13px;
    line-height: 44px;
    background: #fff;
    text-align: left;
    visibility: hidden;
    position: absolute;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
}

.sub-menu {
    margin: 0;
    width: 230px;
}

.sub-menu li+li {
    border-top: 1px solid #eaeaea;
}

.sub-menu li,
.sub-menu li a {
    width: 100%;
    float: left;
    line-height: 44px;
}

.tg-navigation .sub-menu li a {
    color: #666;
    padding: 0 15px;
}

.tg-navigation .sub-menu>li:hover {
    background: #f7f7f7;
}

.tg-navigation .sub-menu>li:hover>a {
    color: #363b4d;
}

.tg-navigation>ul>li:hover>.sub-menu,
.tg-navigation>ul>li:hover>.mega-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.sub-menu li.menu-item-has-children a {
    position: relative;
}

.sub-menu li.menu-item-has-children>a:before {
    top: 0;
    right: 20px;
    content: '\f105';
    font-size: 14px;
    line-height: 44px;
    position: absolute;
    font-family: 'FontAwesome';
}

.sub-menu li.menu-item-has-children .sub-menu {
    left: 100%;
}

.sub-menu li.menu-item-has-children:hover .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.tg-navigation .sub-menu .tg-mobiles>a,
.tg-navigation .sub-menu .tg-electronics>a,
.tg-navigation .sub-menu .tg-wehicles>a,
.tg-navigation .sub-menu .tg-bikes>a,
.tg-navigation .sub-menu .tg-animals>a,
.tg-navigation .sub-menu .tg-furniture>a,
.tg-navigation .sub-menu .tg-toys>a {
    padding: 0 15px 0 50px;
}

.tg-mobiles>a {
    background: url(../images/icons/img-01.png) no-repeat 15px 50%;
}

.tg-electronics>a {
    background: url(../images/icons/img-02.png) no-repeat 15px 50%;
}

.tg-wehicles>a {
    background: url(../images/icons/img-03.png) no-repeat 15px 50%;
}

.tg-bikes>a {
    background: url(../images/icons/img-04.png) no-repeat 15px 50%;
}

.tg-animals>a {
    background: url(../images/icons/img-05.png) no-repeat 15px 50%;
}

.tg-furniture>a {
    background: url(../images/icons/img-06.png) no-repeat 15px 50%;
}

.tg-toys>a {
    background: url(../images/icons/img-07.png) no-repeat 15px 50%;
}

/*==============================================
			Home Banner Style					
==============================================*/
.tg-homebanner,
.tg-innerbanner {
    z-index: 2;
    width: 100%;
    float: left;
    position: relative;
}

.tg-homebanner figure,
.tg-innerbanner figure {
    margin: 0;
    width: 100%;
    float: left;
}

.tg-homebanner figure figcaption,
.tg-innerbanner figure figcaption {
    width: 100%;
    float: left;
    min-height: 390px;
    padding: 50px 0 15px;
    background: rgba(54, 59, 77, 0.70);
}

.tg-innerbanner figure figcaption {
    padding: 40px 0;
    min-height: auto;
}

.tg-bannercontent {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
}

.tg-bannercontent h1 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 40px;
    line-height: 44px;
}

.tg-bannercontent h2 {
    color: #fff;
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.tg-formbannersearch fieldset {
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    padding: 0 0 0 0;
}

.tg-formbannersearch .form-group {
    margin: 0;
    float: left;
    width: 49%;
    padding: 0 0 0 60px;
    border-left: 1px solid #dbdbdb;
}

.tg-formbannersearch .form-group:first-child {
    border: 0;
}

.tg-formbannersearch .tg-inputwithicon i {
    left: 20px;
    color: #666;
    font-size: 20px;
    line-height: 46px;
}

.tg-formbannersearch .form-group .form-control,
.tg-formbannersearch .form-group .tg-select select {
    border: 0;
    height: 44px;
    border-radius: 0;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 10px 10px 0;
}

.tg-formbannersearch .form-group .tg-select select option {
    padding: 15px;
}

.tg-formbannersearch .form-group .tg-select:after {
    line-height: 60px;
}

.tg-formbannersearch .tg-btn {
    top: 0;
    right: 0;
    padding: 0;
    z-index: 2;
    width: 191px;
    border-radius: 0;
    line-height: 46px;
    text-align: center;
    position: absolute;
}

.tg-formbannersearch .tg-btn:hover {
    background: #043b1e;
}

.tg-btnsharelocation {
    z-index: 2;
    top: 14px;
    right: 10px;
    color: #666;
    width: 20px;
    height: 20px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
}

.tg-btnsharelocation:hover,
.tg-btnsharelocation:focus {
    color: #666;
}

.tg-bannercontent>a {
    color: #fff;
    float: right;
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 16px;
}

.tg-bannercontent>a:hover {
    color: #fff;
}

/*==============================================
			Home Banner Style					
==============================================*/
.tg-categoriessearch {
    float: left;
    width: 100%;
    padding: 20px;
    background: #fff;
    margin: -140px 0 0;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.sliderimg .tg-categoriessearch {
    padding: 0;
}

.sliderimg {
    padding: 0;
}

.sliderimg {
    background: none;
}

.sliderimg {
    margin: -45px 0 0;
}

.featuredSlide {
    margin: 0
}

.tg-categoriessearch:before,
.tg-categoriessearch:after {
    bottom: 0;
    width: 30%;
    z-index: -1;
    content: "";
    height: 40%;
    opacity: 0.30;
    background: #000;
    position: absolute;
}

.sliderimg:before,
.sliderimg:after {
    background: none;
}

.tg-categoriessearch:before {
    left: 8px;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    -webkit-box-shadow: -12px -15px 20px 0 #000;
    box-shadow: -12px -15px 20px 0 #000;
}

.tg-categoriessearch:after {
    right: 8px;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-box-shadow: 12px -15px 20px 0 #000;
    box-shadow: 12px -15px 20px 0 #000;
}

.sliderimg:after {
    right: 8px;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-box-shadow: none;
    box-shadow: none
}

.sliderimg:before {
    -webkit-box-shadow: none;
    box-shadow: none
}
}

.tg-title {
    width: 100%;
    float: left;
    padding: 0 0 20px;
    text-align: center;
}

.tg-title h2 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
}

.tg-title h2 span {
    font-weight: 300;
}

.tg-categories {
    margin: -15px;
    overflow: hidden;
}

.tg-category {
    width: 20%;
    float: left;
    padding: 15px;
}

.tg-categoryholder {
    width: 100%;
    float: left;
    height: 135px;
    cursor: pointer;
    position: relative;
    background: #fcfcfc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.sliderimg .tg-categoryholder {
    height: auto;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
}

.sliderimg .tg-prev {
    left: 8px;
}

.sliderimg .tg-next {
    right: 8px;
}

.sliderimg .tg-categoriesslider {
    padding: 0;
}

.tg-categories .owl-item {
    padding: 5px;
}

.tg-categories .item {
    float: left;
    width: 100%;
}

.tg-categories .item:hover,
.tg-categories .center .item {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
}

.tg-category figure {
    margin: 0 0 7px;
}

.tg-category figure img {
    display: block;
}

.tg-category h3 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.tg-category h4 {
    left: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    color: #666;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    visibility: hidden;
    position: absolute;
    text-align: center;
}

.tg-categoriesslider {
    margin: 0;
    padding: 0 60px;
}

.sliderimg .tg-categoriesslider {
    margin: 0;
    padding: 0 25px;
}

.tg-categoriesslider .tg-category {
    width: 100%;
    padding: 0;
}

.tg-categoriesslider.owl-carousel .owl-stage-outer {
    padding: 4px 0;
}

.tg-category:hover .tg-categoryholder {
    background: #fff;
    padding: 0 0 18px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
}

.tg-categoriesslider .tg-category:hover .tg-categoryholder {
    padding: 0;
}

.tg-category:hover h4 {
    opacity: 1;
    bottom: 56px;
    visibility: visible;
}

/*==============================================
			Feature Ads Style					
==============================================*/
.tg-themetag {
    top: 0px;
    left: -5px;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    position: absolute;
    background: #f91942;
    padding: 5px 5px 5px 5px;
    text-transform: uppercase;
}

.tg-featuretag:before,
.tg-featuretag:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
}

.tg-featuretag:before {
    top: 0;
    left: 100%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f91942;
}

.tg-featuretag:after {
    top: 100%;
    left: 0;
    border-top: 5px solid #b10f2c;
    border-left: 5px solid transparent;
}

.tg-photocount {
    left: 0;
    bottom: 10px;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 3px 6px;
    position: absolute;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.30);
}

.tg-ads {
    width: 100%;
    float: left;
    margin: -15px 0;
}

.tg-ad {
    width: 100%;
    float: left;
    padding: 10px;
    background: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.tg-ad:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
}

.tg-ad figure {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
}

.tg-ad figure a,
.tg-ad figure img {
    overflow: hidden;
    border-radius: 5px;
}

.tg-ad figure a,
.tg-ad figure img,
.tg-ad figure a img {
    z-index: 1;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.ypinnerPage .tg-ad figure a img {
    width: 140px !important;
    height: 100%;
}

#gallery-nav {
    margin: 10px 0 0;
}

#nav-thumbnails img,
#nav-buttons a {
    float: left;
    border-radius: 0;
    width: 83.333px !important;
}

.tg-adcontent {
    width: 100%;
    float: left;
}

.tg-productcagegories {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    list-style: none;
    margin: 0;
    padding: 10px 0 2px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 15px;
}

.tg-productcagegories li {
    float: left;
    line-height: inherit;
    list-style-type: none;
}

.tg-productcagegories li a {
    color: #363b4d;
}

.tg-productcagegories li a:hover {
    color: #55acee;
}

.tg-adtitle {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 32px 6px 0;
}

.tg-adtitle:before {
    top: 0;
    right: 0;
    content: '';
    width: 26px;
    height: 26px;
    display: none;
    text-align: center;
    position: absolute;
    background: url(../images/icons/img-14.png) no-repeat 50% 50%;
}

.tg-adtitle h3 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;

}

.tg-adcontent time {
    width: 100%;
    float: left;
    color: #484848;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 12px;
}

.tg-adprice {
    width: 100%;
    float: left;
    padding: 16px 0 20px;
}

.tg-adprice h4 {
    margin: 0;
    color: #363b4d;
    font-size: 18px;
    line-height: 17px;
}

.tg-adcontent address {
    margin: 0;
    width: 100%;
    float: left;
    color: #484848;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    position: relative;
    padding: 0 0 0 24px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tg-adcontent address:before {
    top: 0;
    left: 0;
    content: '\e9a3';
    line-height: 14px;
    position: absolute;
    font-family: 'icomoon';
}

.tg-phonelike {
    width: 100%;
    float: left;
    height: 33px;
    margin: 20px 0 0;
    position: relative;
    padding: 0 10px 0 0;
}

.tg-btnphone {
    width: 100%;
    float: left;
    color: #363b4d;
    border-radius: 3px;
    text-align: center;
    background: #f7f7f7;
}

.tg-btnphone:hover,
.tg-btnphone:focus {
    color: #005D2D;
}

.tg-btnphone:hover {
    color: #fff;
}

.tg-btnphone i,
.tg-btnphone span {
    display: inline-block;
    vertical-align: middle;
}

.tg-btnphone:hover i,
.tg-btnphone:focus i {
    color: #fff;
}

.tg-btnphone i,
.tg-btnphone span,
.tg-btnphone span em {
    font-size: 14px;
    line-height: 33px;
    font-style: normal;
}

.tg-btnphone i {
    font-size: 16px;
    padding: 0 5px 0 0;
}

.tg-like {
    top: 0;
    right: 0;
    width: 33px;
    color: #363b4d;
    display: block;
    cursor: pointer;
    padding: 2px 0 1px;
    text-align: center;
    position: absolute;
    border-radius: 3px;
    background: #f7f7f7;
}

.tg-like i {
    color: #363b4d;
    display: block;
    font-size: 12px;
    line-height: 30px;
}

.tg-like:hover,
.tg-like.tg-liked {
    color: #fff;
    background: #f91942;
}

.tg-like:hover i,
.tg-like.tg-liked i {
    color: #fff;
}

.tg-ad.tg-verifiedad .tg-adtitle:before {
    display: block;
}

/*==============================================
			Feature Ads V Two					
==============================================*/
.tg-adsvtwo .tg-ad figure {
    width: auto;
}

.tg-adsvtwo .tg-adcontent {
    width: auto;
    float: none;
    overflow: hidden;
    padding: 0 0 0 20px;
}

.tg-adsvtwo .tg-productcagegories {
    padding-top: 0;
}

.tg-adsvtwo .tg-phonelike {
    width: auto;
}

.tg-adsvtwo .tg-btnphone {
    padding: 0 5px;
}

.tg-adsvtwo .tg-adtitle {
    padding: 0 120px 6px 0;
}

.tg-adsvtwo .tg-adtitle h3 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tg-adsvtwo .tg-adtitle:before {
    color: #666;
    width: 105px;
    height: 24px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    border-radius: 20px;
    content: 'Verified Ad';
    padding: 2px 10px 0 26px;
    border: 1px solid #dbdbdb;
    background: url(../images/icons/img-15.png) no-repeat 10px 50%;
}

/*==============================================
			Posts Style							
==============================================*/
.tg-posts {
    width: 100%;
    float: left;
}

.tg-post {
    width: 100%;
    float: left;
}

.tg-post figure {
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.tg-bookmarktag {
    padding: 0;
    left: auto;
    right: 12px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    line-height: 33px;
    border-radius: 3px;
    text-align: center;
}

.tg-bookmarktag i {
    display: block;
    font-size: 16px;
    line-height: inherit;
}

.tg-post figure>a,
.tg-post figure img,
.tg-post figure a img {
    display: block;
}

.tg-post figure img,
.tg-post figure a img {
    width: 100%;
    height: auto;
}

.tg-postcontent {
    width: 100%;
    float: left;
}

.tg-postcategories {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    list-style: none;
    margin: 0 0 12px;
    padding: 20px 0 10px;
    border-bottom: 1px solid #dbdbdb;
}

.tg-postcategories li {
    float: left;
    position: relative;
    line-height: inherit;
    padding: 0 2px 0 10px;
    list-style-type: none;
}

.tg-postcategories li:first-child {
    padding-left: 0;
}

.tg-postcategories li:last-child {
    padding-right: 0;
}

.tg-postcategories li+li:before {
    left: 0;
    bottom: 0;
    content: ',';
    position: absolute;
}

.tg-postcategories li a {
    color: #363b4d;
}

.tg-postcategories li a:hover {
    color: #55acee;
}

.tg-posttitle {
    width: 100%;
    float: left;
}

.tg-posttitle h1 {
    margin: 0;
    font-size: 30px;
    line-height: 34px;
}

.tg-posttitle h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.tg-postmetadata {
    width: 100%;
    float: left;
    color: #484848;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    padding: 5px 0 15px;
}

.tg-postmetadata li {
    float: left;
    padding: 0 15px;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}

.tg-postmetadata li:first-child {
    padding-left: 0;
}

.tg-postmetadata li:last-child {
    padding-right: 0;
}

.tg-postmetadata li+li:before {
    top: 0;
    left: -4px;
    content: '/';
    position: absolute;
    font-size: inherit;
    line-height: inherit;
}

.tg-postmetadata li a {
    color: #484848;
}

.tg-postmetadata li i {
    padding: 0 8px 0 0;
}

.tg-postcontent .tg-description p {
    margin: 0;
}

.tg-postcontent .tg-description p a {
    color: #484848;
    font-weight: 500;
    text-decoration: none;
}

.tg-post .tg-postcontent .tg-description p a:hover {
    color: #55acee;
}

.tg-post:hover figure img,
.tg-post:hover figure a img {
    opacity: 0.40;
}

/*==============================================
			Testimonials						
==============================================*/
.tg-testimonials {
    clear: both;
    margin: 0 -15px;
    overflow: hidden;
}

.tg-testimonial {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.tg-testimonial figure {
    float: left;
    overflow: hidden;
    position: relative;
    margin: 15px 30px 15px 0;
}

.tg-testimonial figure:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 6px solid rgba(255, 255, 255, 0.50);
}

.tg-testimonial figure:after {
    top: 0;
    left: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    content: '\f10e';
    overflow: hidden;
    line-height: 30px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}

.tg-testimonial figure img {
    display: block;
    border-radius: 50%;
}

.tg-contentbox {
    overflow: hidden;
}

.tg-testimonial h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.tg-testimonial .tg-description {
    padding: 6px 0 20px;
}

.tg-testimonial .tg-description p {
    margin: 0;
}

.tg-testimonial h3 {
    margin: 0;
    clear: both;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.tg-testimonial h3 a:hover {
    color: #55acee;
}

.tg-testimonialsslider {
    margin: 0;
}

.tg-testimonialsslider .item {
    width: 100%;
    float: left;
}

.tg-testimonialsslider .item .tg-testimonial {
    padding: 0;
    width: 100%;
}

.tg-testimonialsslider .tg-slidernav {
    display: none;
}

/*==============================================
			Brands Style						
==============================================*/
.tg-brands {
    clear: both;
    overflow: hidden;
}

.tg-brands figure {
    margin: 0;
    width: 25%;
    float: left;
    padding: 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.tg-brands figure+figure,
.tg-brands .owl-item+.owl-item figure {
    border-left: 1px solid #dbdbdb;
}

.tg-brands figure img {
    display: block;
}

.tg-brandsslider .item {
    width: 100%;
}

.tg-brandsslider .tg-slidernav {
    display: none;
}

/*==============================================
			Footer Style						
==============================================*/
.tg-footer {}

.tg-footerbar {
    width: 100%;
    float: left;
}

.tg-newsletter {
    width: 100%;
    float: left;
    padding: 30px 0;
    position: relative;
}

.tg-newsletter:before {
    top: 15px;
    right: 100%;
    color: #fff;
    height: 100%;
    opacity: 0.30;
    content: '\e976';
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    font-family: 'icomoon';
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.tg-newsletter h2 {
    color: #fff;
    float: left;
    margin: 16px 0;
    font-size: 24px;
    line-height: 28px;
}

.tg-formnewsletter {
    width: auto;
    float: none;
    overflow: hidden;
    padding: 0 0 0 40px;
}

.tg-formnewsletter fieldset {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.tg-formnewsletter fieldset i {
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    padding: 0 0 3px;
    line-height: 57px;
    text-align: center;
    position: absolute;
}

.tg-formnewsletter fieldset .form-control {
    border: 0;
    width: 70%;
    float: left;
    height: auto;
    border-radius: 0;
    line-height: 30px;
    padding: 15px 15px 15px 60px;
}

.tg-formnewsletter fieldset button {
    width: 30%;
    color: #fff;
    float: right;
    padding: 15px;
    font-weight: 500;
    line-height: 30px;
}

.tg-footerinfo {
    width: 100%;
    float: left;
    color: #ddd;
}

.tg-footerinfo>div {
    min-height: 430px;
    border-left: 1px solid #4a4f5f;
}

.tg-footerinfo>div+div {
    border: 0;
    border-right: 1px solid #1b1d26;
}

.tg-widget {
    width: 100%;
    float: left;
}

.tg-footerinfo .tg-widgetcontent {
    border: 0;
    padding: 0;
}

.tg-widgettitle {
    width: 100%;
    float: left;
    padding: 0 0 25px;
}

.tg-widgettitle h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.tg-widgetcontent {
    width: 100%;
    float: left;
    padding: 15px;
    border: 1px solid #eaedef;
    border-top: 0;
}

.tg-widgetcontent ul {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
}

.tg-widgetcontent ul li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
}

.tg-widgetcontent ul li+li {
    margin: 10px 0 0;
}

.tg-widgetsearchbylocations ul {
    width: 50%;
}

.tg-footerinfo .tg-widget ul li a {
    color: #ddd;
}

.tg-footerinfo .tg-widgettext {
    padding: 60px 15px 0 0;
}

.tg-footerinfo .tg-widgettext .tg-description {
    padding: 27px 0;
}

.tg-footerinfo .tg-widgettext .tg-description p {
    margin: 0;
}

.tg-footerinfo .tg-widgetsearchbylocations {
    padding: 60px 0 60px 15px;
}

.tg-footerinfo .tg-widgettitle h3 {
    color: #ddd;
}

.tg-footerinfo .tg-widgetsearchbylocations ul+ul li:last-child a {
    color: #55acee;
}

.tg-followus {
    width: 100%;
    float: left;
    padding: 0 0 40px;
}

.tg-followus strong,
.tg-followus .tg-socialicons {
    float: left;
}

.tg-followus strong {
    color: #ddd;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;

}

.tg-followus .tg-socialicons {
    width: auto;
    padding: 1px 0 1px 10px;
}

.tg-followus .tg-socialicons li {
    margin: 0;
    width: auto;
}

.tg-followus .tg-appsnav {
    padding: 0;
    width: auto;
    float: right;
}

.tg-followus .tg-appsnav li {
    padding: 0;
    width: auto;
    margin: 0 0 0 10px;
}

.tg-footernav {
    width: 100%;
    float: left;
    padding: 15px 0;
    font-size: 14px;
    position: relative;
    background: rgba(0, 0, 0, 0.20);
}

.tg-footernav:before {
    top: 0;
    right: 100%;
    content: '';
    width: 9999px;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.20);
}

.tg-footernav ul {
    width: 100%;
    float: left;
    list-style: none;
}

.tg-footernav ul li {
    width: auto;
    padding: 0 13px;
    position: relative;
    margin: 0 !important;
}

.tg-footernav ul li:first-child {
    padding-left: 0;
}

.tg-footernav ul li:first-child {
    padding-left: 0;
}

/*.tg-footernav ul li:before{
	top: 50%;
	left: -1px;
	width: 2px;
	height: 1px;
	content: '';
	background: #ddd;
	position: absolute;
}*/
.tg-footernav ul li:firs-child:before {
    display: none;
}

.tg-widget .tg-footernav,
.tg-widget .tg-footernav ul,
.tg-widget .tg-footernav ul li {
    line-height: 20px;
}

.tg-footernav ul li a {
    color: #ddd;
    display: block;
}

.tg-copyright {
    width: 100%;
    float: left;
    padding: 25px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

/*==============================================
			Home V 2 Style						
==============================================*/
.tg-boxed .tg-wrapper {
    float: none;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.tg-headervtwo .tg-topbar {
    background: none;
    padding: 20px 0 0;
    text-align: center;
}

.tg-adbanner {
    padding: 40px 0;
    vertical-align: top;
    display: inline-block;
}

.tg-headervtwo .tg-topbar .tg-adbanner {
    padding: 0;
}

.tg-adbanner img {
    display: block;
}

.tg-navigationarea .tg-btndropdown .tg-userdp img {
    border: 1px solid #dbdbdb;
}

.tg-navigationarea .tg-btndropdown .tg-name,
.tg-navigationarea .tg-btndropdown .tg-role {
    color: #363b4d;
}

.tg-navigationarea .tg-btndropdown .tg-name {
    padding: 1px 0 0 52px;
}

.tg-navigationarea .tg-btndropdown .tg-role {
    padding: 0 0 1px 52px;
}

.tg-homebannervtwo {
    padding: 0 65px;
}

.tg-homebannervtwo .item figcaption {
    padding: 80px 0;
    min-height: auto;
    background: rgba(54, 59, 77, 0.70);
}

.tg-homebannervtwo .tg-formbannersearch fieldset {
    background: none;
    padding: 0 165px 0 0;
}

.tg-homebannervtwo .tg-formbannersearch .form-group {
    border: 0;
    width: 50%;
    padding: 0 5px;
}

.tg-homebannervtwo .tg-formbannersearch .form-group:first-child {
    padding-left: 0;
}

.tg-homebannervtwo .tg-formbannersearch .form-group+.form-group {
    padding-right: 0;
}

.tg-homebannervtwo .tg-formbannersearch .form-group .form-control {
    height: 50px;
    line-height: 18px;
    border-radius: 4px;
    padding: 10px 20px 10px 50px;
}

.tg-homebannervtwo .tg-formbannersearch .tg-inputwithicon i {
    left: 5px;
    width: 50px;
    line-height: 50px;
}

.tg-homebannervtwo .tg-btnsharelocation {
    top: 15px;
}

.tg-homebannervtwo .tg-formbannersearch .tg-btn {
    padding: 0;
    width: 155px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
}

.tg-brandsvtwo {
    padding: 40px 0 0;
}

.tg-brandsvtwo figure {
    padding: 0;
    width: 20%;
    float: left;
    position: relative;
    border: 0 !important;
    border-left: 1px solid #e5e5e5 !important;
}

.tg-brandsvtwo figure:first-child,
.tg-brandsvtwo figure:nth-child(6) {
    border-left-color: #fff !important;
}

.tg-brandsvtwo figure:nth-child(-n+5) {
    border-bottom: 1px solid #e5e5e5 !important;
}

.tg-brandsvtwo figure:nth-child(even) {
    background: #fcfcfc;
}

.tg-sidebar {
    width: 100%;
    float: left;
}

.tg-widget .tg-adbanner {
    padding: 0;
}

.tg-sidebar .tg-widget+.tg-widget {
    margin: 45px 0 0;
}

.tg-sidebar .tg-widgettitle h3 {
    font-size: 24px;
    line-height: 28px;
}

.tg-widgetlatestad .tg-widgetcontent {
    padding: 0;
}

.tg-widget .tg-ad {
    margin: 0;
}

.tg-widget .tg-ad:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tg-footervtwo .tg-footernav:before {
    width: 20px;
}

/*==============================================
			About us Page						
==============================================*/
.tg-aboutus {
    width: 100%;
    float: left;
}

.tg-textshortcode {
    width: 100%;
    float: left;
}

.tg-titleshortcode {
    width: 100%;
    float: left;
    margin: 0 0 25px;
    padding: 0 0 25px;
    position: relative;
}

.tg-titleshortcode:before {
    left: 0;
    bottom: 0;
    content: '';
    height: 1px;
    width: 100px;
    position: absolute;
    background: #dbdbdb;
}

.tg-titleshortcode h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 22px;
}

.tg-titleshortcode h2 span {
    display: block;
    font-size: 40px;
    line-height: 30px;
    padding: 0 0 15px;
}

.tg-textshortcode .tg-description p {
    margin: 0 0 30px;
}

.tg-textshortcode .tg-btnbox {
    padding: 0;
    text-align: left;
}

.tg-textshortcode .tg-btnbox .tg-btn {
    float: left;
}

.tg-textshortcode .tg-btnbox .tg-btn+.tg-btn {
    margin: 0 0 0 30px;
}

.tg-imgshortcode {
    width: 100%;
    float: left;
}

.tg-imgshortcode figure {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
}

.tg-imgholder {
    width: 100%;
    float: left;
    padding: 8px;
    background: #fff;
}

.tg-imgshortcode figure img {
    width: 100%;
    height: auto;
    display: block;
}

.tg-imgshortcode.tg-multiimg {
    width: auto;
    padding: 0 0 0 30px;
}

.tg-imgshortcode.tg-multiimg figure {
    width: auto;
}

.tg-imgshortcode.tg-multiimg figure:nth-child(2) {
    padding: 109px 30px 0 0;
}

.tg-imgshortcode.tg-multiimg figure:nth-child(3) {
    padding: 0 0 0 135px;
}

.tg-imgshortcode.tg-multiimg figure:nth-child(1),
.tg-imgshortcode.tg-multiimg figure:nth-child(4) {
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
}

.tg-imgshortcode.tg-multiimg figure img {
    height: auto;
}

/*==============================================
			Statistics Style					
==============================================*/
.tg-statistics {
    width: 100%;
    float: left;
    list-style: none;
}



.tg-statisticicon {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 0 0 30px;
    position: relative;
}

.tg-statisticicon:before {
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 2px;
    content: '';
    position: absolute;
    background: #dbdbdb;
    margin: 0 0 0 -45px;
}

.tg-statisticicon i {
    display: block;
    font-size: 60px;
    line-height: 60px;
}

.tg-statistics li h3 {
    font-size: 42px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 20px;
    position: relative;
    vertical-align: top;
    display: inline-block;
}

.tg-statistics li h4 {
    margin: 0;
    color: #666;
    font-size: 20px;
    line-height: 20px;
}

/*==============================================
			Why We Are Best						
==============================================*/
.tg-sectionheadvtwo {
    border: 0;
    margin: 0;
    text-align: center;
}

.tg-sectionheadvtwo .tg-title {
    padding: 0 0 25px;
    text-align: center;
}

.tg-sectionheadvtwo .tg-description {
    margin: 0;
    border: 0;
}

.tg-sectionheadvtwo .tg-description p {
    font-size: 16px;
    line-height: 26px;
}

.tg-features {
    width: 100%;
    float: left;
    margin: -15px 0;
    list-style: none;
}

.tg-features li {
    float: left;
    width: 33.33%;
    padding: 15px;
    list-style-type: none;
}

.tg-feature {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 20px 20px 96px;
}

.tg-feature:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
}

.tg-featureicon {
    top: 20px;
    left: 15px;
    width: 66px;
    height: 66px;
    font-size: 25px;
    line-height: 64px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    border: 1px solid #dbdbdb;
}

.tg-featureicon i {
    display: block;
    line-height: inherit;
}

.tg-featureicon .icon-eye {
    color: #ec407a;
}

.tg-featureicon .icon-lock {
    color: #5c6bc0;
}

.tg-featureicon .icon-bubble {
    color: #66bb6a;
}

.tg-featureicon .icon-laptop {
    color: #ab47bc;
}

.tg-featureicon .icon-spell-check {
    color: #26c6da;
}

.tg-featureicon .icon-leaf {
    color: #ef5350;
}

.tg-feature .tg-title {
    margin: 0;
    padding: 0 0 10px;
}

.tg-feature .tg-title h3 {
    margin: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tg-feature .tg-title h3 a {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tg-feature .tg-description p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

/*==============================================
			Quality Services					
==============================================*/
.tg-qualityservices {
    width: 100%;
    float: left;
}

.tg-imgshortcode figure {
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
}

.tg-imgshortcode figure img {
    width: auto;
    max-width: none;
    height: 550px;
    display: block;
}

.tg-imgshortcode figure figcaption {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(54, 59, 70, 0.40);
}

.tg-btnplayvideo {
    top: 50%;
    left: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    display: block;
    font-size: 30px;
    line-height: 96px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: -50px 0 0 -50px;
}

.tg-btnplayvideo:hover {
    color: #fff;
}

.tg-btnplayvideo i {
    display: block;
    overflow: hidden;
    border-radius: 50%;
    line-height: inherit;
}

.tg-qualityservices .tg-textshortcode {
    padding: 66px 31.5% 66px 60px;
}

.tg-qualityservices .tg-textshortcode .tg-description p:last-child {
    margin: 0;
}

/*==============================================
			Classified Team						
==============================================*/
.tg-teamclassified {
    width: 100%;
    float: left;
    padding: 0 10px;
}

.tg-team {
    width: 20%;
    float: left;
    padding: 15px 5px;
}

.tg-teamholder {
    width: 100%;
    float: left;
}

.tg-team figure {
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.tg-team figure img {
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.tg-team figure figcaption {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 10px;
    position: absolute;
    background: rgba(255, 255, 255, 0.60);
    -webkit-transform: translateY(105%);
    -ms-transform: translateY(105%);
    transform: translateY(105%);
}

.tg-team figure figcaption .tg-socialicons li {
    float: none;
    vertical-align: top;
    display: inline-block;
}

.tg-teamcontent {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    text-align: center;
}

.tg-teamcontent h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 16px;
}

.tg-teamcontent h4 {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 14px;
}

.tg-team .tg-teamholder:hover figcaption {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*==============================================
			Listing Ads Grid					
==============================================*/
.tg-pagehead {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.tg-pagehead h1 {
    margin: 0 0 15px;
    color: #363b4d;
    font-size: 30px;
    line-height: 22px;
}

.tg-pagehead p {
    margin: 0;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.tg-sidebar {
    width: 100%;
    float: left;
}

.tg-formnerrowsearch {
    overflow: hidden;
}

.tg-sidebartitle {
    width: 100%;
    float: left;
    padding: 15px 20px;
    background: #363b4d;
    border-radius: 5px 5px 0 0;
}

.tg-sidebartitle h2 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.tg-formnerrowsearch>fieldset {
    text-align: center;
    background: #fcfcfc;
    border: 1px solid #eaedef;
}

.tg-themecollapse {
    width: 100%;
    float: left;
    text-align: left;
}

.tg-collapsetitle {
    margin: 0;
    width: 100%;
    float: left;
    color: #363b4d;
    position: relative;
    background: #f7f7f7;
    padding: 10px 40px 10px 28px;
    border-bottom: 1px solid #eaedef;
}

.tg-collapsetitle a {
    color: #363b4d;
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
}

.tg-collapsetitle a:hover,
.tg-collapsetitle a:focus {
    color: #363b4d;
}

.tg-collapsetitle a span {
    margin: 0;
    width: 100%;
    float: left;
    font-weight: 500;
    padding: 0 0 0 10px;
    line-height: inherit;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

.tg-collapsetitle a span:before {
    top: 13px;
    left: 20px;
    line-height: 17px;
    position: absolute;
    font-family: 'FontAwesome';
}

.tg-collapsetitle i {
    top: 10px;
    color: #999;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 11px;
    line-height: 20px;
    text-align: right;
    position: absolute;
}

.tg-collapsetitle.open a span:before {
    content: '\f106';
}

.tg-themecollapsecontent {
    width: 100%;
    float: left;
    padding: 20px;
    border-bottom: 1px solid #eaedef;
}

.tg-themecollapsecontent:last-child {
    border: 0;
}

.tg-themecollapsecontent .form-group {
    margin: 0;
}

.tg-themecollapsecontent .form-group+.form-group {
    margin: 10px 0 0;
}

.tg-themecollapsecontent .form-group .form-control {
    padding: 10px;
}

.tg-themecollapsecontent .tg-inputwithicon .form-control {
    padding: 10px 36px 10px 10px;
}

.tg-themecollapsecontent .tg-inputwithicon i {}

.tg-checkboxgroup {
    width: 100%;
    float: left;
}

.tg-checkboxgroup .tg-checkbox+.tg-checkbox {
    margin: 5px 0 0;
}

.tg-checkboxgroup .tg-checkbox label {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

.tg-checkboxgroup .tg-checkbox input[type=checkbox]+label:before {
    top: 2px;
    color: #666;
}

.tg-checkboxgroup .tg-checkbox input[type=checkbox]+label span {
    float: left;
    color: #666;
}

.tg-checkboxgroup .tg-checkbox input[type=checkbox]+label span+span {
    float: right;
    color: #363b4d;
}

.tg-checkboxgroup .tg-checkbox input[type=checkbox]:checked+label span:first-child,
.tg-checkboxgroup .tg-checkbox input[type=checkbox]:checked+label:before {
    color: #363b4d;
}

.tg-themerangeslider {
    width: 100%;
    float: left;
    height: 2px;
    margin: 10px 0;
    border-radius: 0;
    background: #f7f7f7;
    border: 0 !important;
}

.tg-themerangeslider .ui-slider-handle {
    top: -4px;
    width: 0;
    height: 0;
    outline: none;
    background: none;
    border-radius: 0;
    border-width: 5px;
    border-color: #000;
    border-style: solid;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px rgba(0, 204, 103, 0.20);
    box-shadow: 0 0 0 4px rgba(0, 204, 103, 0.20);
}

.tg-amountbox {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}

.tg-amountbox input {
    border: 0;
    width: 100%;
    padding: 0;
    float: left;
    height: auto;
    color: #484848;
    font-size: 13px;
    font-weight: 500;
    background: none;
    line-height: auto;
}

.tg-contenthead {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding: 0 0 25px;
    border-bottom: 1px solid #dbdbdb;
}

.tg-sortandview {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    background: #f7f7f7;
}

.tg-sortby {
    float: left;
}

.tg-sortby strong,
.tg-sortby .tg-select {
    float: left;
    width: auto;
}

.tg-sortby .tg-select {
    width: 280px;
}

.tg-sortby strong {
    color: #666666;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px 0 0;
}

.tg-views {
    float: right;
}

.tg-views strong,
.tg-views ul {
    float: left;
}

.tg-views ul {
    padding: 2px;
    background: #fff;
    list-style: none;
    border-radius: 20px;
    border: 2px solid #dbdbdb;
}

.tg-views ul li {
    float: left;
    list-style-type: none;
}

.tg-views ul li a {}

.tg-views ul li a {
    width: 32px;
    display: block;
    font-size: 12px;
    overflow: hidden;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
}

.tg-views ul li a:hover,
.tg-views ul li.tg-active a,
.tg-views ul li a:hover i,
.tg-views ul li.tg-active a i {
    color: #fff;
}

.tg-views ul li a i {
    display: block;
    line-height: inherit;
}

.tg-views strong {
    color: #666666;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px 0 0;
}

.tg-applyedfilters {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

.tg-applyedfilters ul {
    margin: -5px;
    overflow: hidden;
    list-style: none;
    font-size: 13px;
    line-height: 22px;
}

.tg-applyedfilters ul li {
    float: left;
    border-radius: 0;
    position: relative;
    line-height: inherit;
    list-style-type: none;
    margin: 5px 18px 5px 5px;
}

.tg-applyedfilters ul li:before,
.tg-applyedfilters ul li:after {
    top: 0;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
}

.tg-applyedfilters ul li.alert-dismissable {
    padding: 0 5px 0 0;
    border: 1px solid #eaedef;
}

.tg-applyedfilters ul li.alert-dismissable:before {
    top: -1px;
    z-index: 1;
    right: -13px;
    border-left: 12px solid #eaedef;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.tg-applyedfilters ul li.alert-dismissable:after {
    z-index: 2;
    right: -11px;
    border-left: 11px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.tg-applyedfilters ul li.alert-dismissable a,
.tg-applyedfilters ul li.alert-dismissable span {
    color: #666;
    float: left;
    line-height: inherit;
}

.tg-applyedfilters ul li.alert-dismissable span {
    font-weight: 500;
}

.tg-applyedfilters ul li.alert-dismissable a.close {
    opacity: 1;
    width: 22px;
    font-weight: 400;
    position: static;
    text-shadow: none;
    line-height: 20px;
    text-align: center;
}

.tg-applyedfilters ul li.alert-dismissable a.close:hover,
.tg-applyedfilters ul li a.tg-btncleall {
    color: #f91942;
    font-weight: 500;
}

.tg-formnerrowsearch fieldset .tg-btn {
    z-index: 2;
    margin: 20px 0;
}

/*==============================================
			Listing Ads Grid					
==============================================*/
.tg-adslist .tg-adcontent address {
    width: auto;
    margin: 12px 0 0;
}

.tg-adslist .tg-phonelike {
    margin: 0;
    float: right;
}

.tg-adslist .tg-adtitle {
    padding: 0 120px 0 0;
}

.tg-adslist .tg-adprice {
    padding: 20px 0 20px;
}

/*==============================================
			Ads Detail Page						
==============================================*/
.tg-pricebox {
    padding: 10px;
    position: relative;
    margin: 0 20px 30px 0;
    border-radius: 5px 0 0 5px;
}

.tg-pricebox:after {
    clear: both;
    content: '';
    display: block;
}

.tg-pricebox:before {
    top: 0;
    width: 0;
    height: 0;
    left: 100%;
    content: '';
    position: absolute;
    border-left: 23px solid;
    border-top: 23px solid transparent !important;
    border-bottom: 22px solid transparent !important;
}

.tg-selectcurrency {}

.tg-pricebox .tg-flagstrap {
    width: 98px;
    float: left;
}

.tg-pricebox .tg-flagstrap button[type=button] {
    float: left;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
}

.tg-pricebox .tg-flagstrap ul {
    min-width: 100px;
}

.tg-priceandlastupdate {
    overflow: hidden;
    padding: 0 0 0 15px;
}

.tg-priceandlastupdate span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 19px;
}

.tg-priceandlastupdate span:first-child {
    font-size: 26px;
    font-weight: 500;
    line-height: 25px;
}

.tg-sellercontactdetail {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

.tg-sellertitle {
    width: 100%;
    float: left;
    padding: 10px 20px;
    background: #f7f7f7;
    border: 1px solid #eaedef;
    border-bottom: 0;
}

.tg-sellertitle h1 {
    margin: 0;
    color: #363b4d;
    font-size: 18px;
    line-height: 27px;
}

.tg-sellercontact {
    width: 100%;
    float: left;
    position: relative;
    background: #fcfcfc;
    padding: 15px 15px 30px;
    border: 1px solid #eaedef;
}

.tg-memberinfobox {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.tg-memberinfobox figure {
    margin: 0;
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.tg-memberinfobox figure:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 6px solid rgba(255, 255, 255, 0.50);
}

.tg-memberinfobox figure a {
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.tg-memberinfo {
    overflow: hidden;
    padding: 10px 0 0 10px;
}

.tg-memberinfo h3 {
    margin: 0 0 2px;
    font-size: 20px;
    line-height: 23px;
}

.tg-memberinfo h3 a {
    color: #363b4d;
}

.tg-memberinfo span {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 15px;
}

.tg-btnseeallads {
    float: left;
    color: #55acee;
    font-size: 14px;
    line-height: 14px;
}

.tg-sellercontact .tg-btnphone,
.tg-btnmakeanoffer {
    color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    padding: 0 0 0 90px;
}

.tg-btnmakeanoffer {
    width: 100%;
    float: left;
    background: #363b4d;
}

.tg-btnmakeanoffer:hover,
.tg-btnmakeanoffer:focus {
    color: #fff;
}

.tg-sellercontact .tg-btnphone i,
.tg-btnmakeanoffer i {
    top: 0;
    left: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 58px;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.10);
}

.tg-sellercontact .tg-btnphone>span,
.tg-btnmakeanoffer>span {
    width: 100%;
    float: left;
    display: block;
    text-align: left;
    padding: 8px 8px 8px 0;
}

.tg-sellercontact .tg-btnphone span em,
.tg-sellercontact .tg-btnphone span span,
.tg-btnmakeanoffer>span em,
.tg-btnmakeanoffer>span span {
    width: 100%;
    float: left;
    font-style: normal;
}

.tg-sellercontact .tg-btnphone span em,
.tg-btnmakeanoffer>span em {
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 6px;
}

.tg-sellercontact .tg-btnphone span span,
.tg-btnmakeanoffer>span span {
    font-size: 14px;
    line-height: 14px;
}

.tg-btnphone {
    margin: 0 0 10px;
}

.tg-sellercontact .tg-like {
    top: auto;
    z-index: 2;
    right: 50%;
    width: 170px;
    bottom: -17px;
    margin: 0 -85px 0 0;
}

.tg-sellercontact .tg-like i {
    font-size: 14px;
    line-height: 31px;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

.tg-sellercontact .tg-like i:before {
    padding: 0 10px 0 0;
    font-family: 'FontAwesome';
}

.tg-sellerlocation {
    width: 100%;
    float: left;
}

.tg-sellerlocation .tg-locationmap {
    height: 440px;
}

.tg-safetytips {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    position: relative;
    background: #fcfcfc;
    border: 1px solid #eaedef;
}

.tg-safetytipsslider {
    width: 100%;
    float: left;
    padding: 30px 30px 15px;
}

.tg-safetytipstitle {
    width: 100%;
    float: left;
    padding: 10px 20px;
    background: #f7f7f7;
    border-bottom: 1px solid #eaedef;
}

.tg-safetytipstitle h2 {
    margin: 0;
    color: #363b4d;
    font-size: 18px;
    line-height: 27px;
}

.tg-safetytipsslider {
    width: 100%;
    float: left;
}

.tg-safetytip {
    width: 100%;
    float: left;
}

.tg-safetytip h3 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 15px;
}

.tg-safetytip .tg-description p {
    margin: 0;
}

.tg-safetytipsslider .tg-prev,
.tg-safetytipsslider .tg-next {
    right: 10px;
    top: -15px;
    left: auto;
    width: 20px;
    height: 20px;
    color: #363b4d;
    background: none;
    border-radius: 0;
    line-height: 20px;
}

.tg-safetytipsslider .tg-prev {
    right: 30px
}

.tg-safetytipsslider .tg-prev:hover,
.tg-safetytipsslider .tg-next:hover {
    background: none;
}

.tg-currentandtotalslides {
    width: 100%;
    float: left;
    text-align: right;
    position: relative;
    padding: 0 30px 15px;
}

.tg-currentandtotalslides:before {
    top: 13px;
    left: 30px;
    width: 64%;
    height: 1px;
    content: '';
    background: #ddd;
    position: absolute;
}

.tg-reportthisadbox {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    position: relative;
    background: #fcfcfc;
    border: 1px solid #eaedef;
}

.tg-reportthisadtitle {
    width: 100%;
    float: left;
    padding: 10px 20px;
    background: #f7f7f7;
    border-bottom: 1px solid #eaedef;
}

.tg-reportthisadbox .tg-reportthisadtitle {
    width: 100%;
    float: left;
    padding: 10px 10px;
    background: #f7f7f7;
    border-bottom: 1px solid #eaedef;
}

.tg-reportthisadtitle h2 {
    margin: 0;
    color: #363b4d;
    font-size: 18px;
    line-height: 27px;
}

.rightsidead .tg-reportthisadtitle h4 {
    margin: 0;
    color: #16890A;
    font-size: 12px;
    font-weight: bolder;
    line-height: 27px;
}

.tg-formreportthisad {
    padding: 30px;
}

.tg-formreportthisad h3 {
    color: #363b4d;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 15px;
}

.tg-formreportthisad .tg-radio {
    margin: 0 0 15px;
}

.tg-formreportthisad .tg-radio input[type=radio]+label {
    color: #363b4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.tg-formreportthisad .tg-radio input[type=radio]+label:before {
    z-index: 1;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #363b4d;
}

.tg-formreportthisad .tg-radio input[type=radio]+label:after {
    top: 8px;
    left: 4px;
    z-index: 2;
    content: '';
    width: 4px;
    height: 4px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    border-radius: 50%;
    background: #363b4d;
}

.tg-formreportthisad .tg-radio input[type=radio]:checked+label:after {
    opacity: 1;
    visibility: visible;
}

.tg-sidebar .tg-formreportthisad .form-group i {
    left: 0 !important;
    right: auto !important;
}

.tg-sidebar .tg-formreportthisad .form-group textarea.form-control {
    height: 160px;
    padding: 10px 10px 10px 40px;
}

.tg-formreportthisad .tg-btns {
    padding: 20px 0 0;
}

.tg-formreportthisad .tg-btns .tg-btn {
    margin: 0;
    width: 47%;
    float: left;
    height: 46px;
    color: #363b4d;
    padding: 0 20px;
    background: #fff;
    line-height: 44px;
    border: 1px solid #ddd;
}

.tg-formreportthisad .tg-btns .tg-btn+.tg-btn {
    float: right;
}

.tg-formreportthisad .tg-btns .tg-btn:hover {
    color: #fff;
}

.rightsidead .tg-btns .tg-btn:hover {
    color: #fff;
}

.tg-addetail {}

.tg-detail {
    margin: 0;
    padding: 15px;
    border-radius: 0;
}

.tg-detail:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tg-pagesequence,
.tg-detail .tg-admetadata,
.tg-detail .tg-postmetadata {
    width: 100%;
    float: left;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    list-style: none;
    padding: 0 0 30px;
}

.tg-admetadata li {
    float: left;
    position: relative;
    line-height: inherit;
    list-style-type: none;
    padding: 0 16px 0 22px;
}

.tg-admetadata li:first-child {
    padding-left: 0;
}

.tg-admetadata li+li:before {
    top: 0;
    left: 0;
    color: #666;
    content: '/';
    position: absolute;
    font-size: inherit;
    line-height: inherit;
}

.tg-admetadata li a {
    color: #666;
}

.tg-detail .tg-adtitle {
    padding: 0 120px 15px 0;
}

.tg-adtitle h2 {
    margin: 0;
    font-size: 30px;
    line-height: 34px;
}

.tg-detail .tg-adtitle:before {
    top: 9px;
    color: #666;
    width: 105px;
    height: 24px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    border-radius: 20px;
    content: 'Verified Ad';
    padding: 2px 10px 0 26px;
    border: 1px solid #dbdbdb;
    background: url(../images/icons/img-15.png) no-repeat 10px 50%;
}

.tg-pagesequence {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #dbdbdb;
}

.tg-pagesequence li {
    float: left;
    position: relative;
    line-height: inherit;
    list-style-type: none;
    padding: 0 18px 0 27px;
}

.tg-pagesequence li:first-child {
    padding-left: 0;
}

.tg-pagesequence li+li:before {
    top: 0;
    left: 0;
    content: '\f105';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    position: absolute;
    font-family: 'FontAwesome';
}

.tg-detail .tg-admetadata li i,
.tg-detail .tg-admetadata li address {
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
    vertical-align: top;
    display: inline-block;
}

.tg-detail .tg-admetadata li i {
    padding: 0 8px 0 0;
}

.tg-detail .tg-admetadata li address {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.tg-detail .tg-admetadata li address:before {
    display: none;
}

.tg-pagesequence li a,
.tg-detail .tg-admetadata li a {
    color: #666;
    vertical-align: top;
    display: inline-block;
}

.tg-detail .tg-admetadata li a:hover {
    color: #55acee;
}

.tg-share {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.tg-share strong,
.tg-share .tg-socialicons {
    float: left;
}

.tg-share strong {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.tg-adadded {
    float: right;
}

.tg-adadded i,
.tg-adadded span {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.tg-adadded i {
    font-size: 24px;
    line-height: 24px;
}

.tg-detail>figure {
    margin: 0 0 30px;
}

.tg-detail .tg-description strong {
    float: left;
    font-weight: 500;
}

.tg-detail .tg-description p {
    clear: both;
    margin: 0 0 25px;
}

.tg-detail .tg-description p span,
.tg-detail .tg-description p i {
    display: inline-block;
    vertical-align: middle;
}

.tg-detail .tg-description p span {
    padding: 0 15px 0 0;
}

.tg-detail .tg-description ul {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 30px;
}

.tg-detail .tg-description ul li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
}

.tg-detail .tg-description ul li+li {
    padding: 5px 0 0;
}

.tg-video,
.tg-fullimg {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

.tg-detail .tg-description .tg-video figure img,
.tg-detail .tg-description .tg-fullimg figure img {
    border-radius: 0;
}

.tg-authorotherads {
    width: 100%;
    float: left;
    padding: 30px;
    margin: 0 0 80px;
    background: #f7f7f7;
}

.tg-authoradsslider {
    padding: 15px 0 0;
}

.tg-authoradsslider .tg-ad {
    margin: 0;
}

.tg-authoradsslider .tg-ad:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tg-authoradsslider .tg-prev,
.tg-authoradsslider .tg-next {
    top: -63px;
    right: 0;
    left: auto;
}

.tg-authoradsslider .tg-prev {
    right: 50px;
}

.tg-viewallbox {
    width: 100%;
    float: left;
    padding: 40px 0;
    text-align: center;
}

.tg-modalmakeanoffer .tg-thememodaldialog {
    max-width: 470px;
}

.tg-formmakeanoffer {
    margin: 20px 0 0;
}

.tg-formmakeanoffer .form-group strong {
    width: 20%;
    float: left;
    color: #363b4d;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.tg-formmakeanoffer .form-group span {
    width: 80%;
    float: left;
    font-size: 16px;
    line-height: 24px;
}

.tg-formmakeanoffer .tg-inputwithicon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.tg-formmakeanoffer .tg-inputwithicon .form-control {
    padding-left: 40px;
}

.tg-formmakeanoffer .form-group label {
    font-size: 14px;
    line-height: 20px;
}

.tg-formmakeanoffer .form-group label a {
    color: #55acee;
}

.tg-formmakeanoffer .form-group:last-child {
    margin: 0;
    z-index: 2;
    text-align: center;
}

/*==============================================
			News Grid Style						
==============================================*/
.tg-postsgrid {
    margin: -15px 0;
}

.tg-postsgrid .tg-post {
    margin: 15px 0;
}

.tg-allwidget {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    background: #fcfcfc;
    border: 1px solid #eaedef;
    border-bottom: 0;
}

.tg-sidebar .tg-allwidget .tg-widget {
    margin: 0;
}

.tg-sidebar .tg-widgettitle {
    margin: 0;
    width: 100%;
    float: left;
    color: #363b4d;
    position: relative;
    background: #f7f7f7;
    padding: 10px 40px 10px 28px;
    border-bottom: 1px solid #eaedef;
}

.tg-sidebar .tg-widgettitle h3 {
    color: #363b4d;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.tg-sidebar .tg-allwidget .tg-widgetcontent {
    padding: 20px;
    border-bottom: 1px solid #eaedef;
}

.tg-sidebar .tg-formtheme.tg-formsearch {
    padding: 0;
}

.tg-sidebar .tg-formtheme .form-group {
    margin: 0;
}

.tg-sidebar .tg-formtheme .form-group+.form-group {
    margin: 10px 0 0;
}

.tg-sidebar .tg-formtheme .form-group i {
    right: 0;
    left: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.tg-sidebar .tg-formsearch .form-group i {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.tg-sidebar .tg-formtheme .form-group .form-control {
    padding: 10px 40px 10px 10px;
}

.tg-widgetcontent ul {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

.tg-widgetcontent ul li {}

.tg-widgetcontent ul li a {
    width: 100%;
    float: left;
    color: #363b4d;
}

.tg-widgetcontent ul li a span {
    float: left;
}

.tg-widgetcontent ul li a span+span {
    float: right;
}

.tg-trendingpostsslider {
    width: 100%;
    float: left;
}

.tg-widgetcontent .tg-trendingpostsslider ul.tg-postmetadata {
    padding-bottom: 0;
}

.tg-widgetcontent .tg-trendingpostsslider ul li {
    width: auto;
    margin: 0 !important;
}

.tg-widgetcontent .tg-trendingpostsslider ul li a {
    float: none;
    width: auto;
}

.tg-trendingpostsslider .tg-post figure {
    border-radius: 0;
}

.tg-trendingpostsslider .tg-prev,
.tg-trendingpostsslider .tg-next {
    top: 30%;
    margin: 0;
}

/*==============================================
			News Grid Style						
==============================================*/
.tg-postslist {
    margin: -15px 0;
}

.tg-postslist .tg-post {
    margin: 15px 0;
}

.tg-postslist .tg-post figure {
    width: auto;
    border-radius: 0;
}

.tg-postslist .tg-postcontent {
    width: auto;
    float: none;
    overflow: hidden;
    padding: 20px 0 20px 30px;
}

.tg-postslist .tg-postcategories {
    padding-top: 0;
}

/*==============================================
			News Detail Style					
==============================================*/
.tg-boxleft {
    float: left;
}

.tg-boxright {
    float: right;
}

.tg-postdetail .tg-posttitle {
    padding: 0 0 10px;
}

.tg-postdetail .tg-postmetadata {
    padding: 0 0 20px;
}

.tg-postdetail figure {
    margin: 0;
    border-radius: 0;
}

.tg-postdetail:hover figure img,
.tg-postdetail:hover figure a img {
    opacity: 1;
}

.tg-postdetail .tg-postcategories {
    font-size: 16px;
    line-height: 20px;
}

.tg-postdetail .tg-description blockquote {
    margin: 0;
    border: 0;
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    padding: 0 10% 30px;
}

.tg-postdetail .tg-description blockquote q {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

.tg-postdetail .tg-description blockquote span {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.tg-postdetail .tg-description blockquote span a {
    color: #55acee;
}

.tg-author {
    width: 100%;
    float: left;
    padding: 30px 0;
    margin: 0 0 60px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.tg-author figure {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 50%;
    position: relative;
}

.tg-author figure a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.tg-author figure a:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    position: absolute;
    border: 6px solid rgba(255, 255, 255, 0.50);
}

.tg-author figure i {
    top: 0;
    left: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background: #f91942;
}

.tg-authorcontent {
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: #f7f7f7;
}

.tg-authorhead {
    width: 100%;
    float: left;
}

.tg-authorhead h3 {
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
}

.tg-authorhead span {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 14px;
}

.tg-authorcontent .tg-description {
    padding: 20px 0 0;
}

.tg-authorcontent .tg-description p {
    margin: 0;
}

.tg-comments {
    width: 100%;
    float: left;
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #dbdbdb;
}

.tg-comments>h2 {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 24px;
}

.tg-comments ul {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 18px;
    list-style: none;
}

.tg-comments>ul>li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
}

.tg-comments>ul>li+li {
    margin: 20px 0 0;
}

.tg-comments>ul>li .tg-author {
    border: 0;
    margin: 0;
    padding: 0;
}

.tg-child {
    margin: 0;
    list-style: none;
    padding: 20px 0 0 60px;
}

.tg-child li {
    list-style-type: none;
}

.tg-child>li+li {
    margin: 20px 0 0;
}

.tg-replaybox {
    width: 100%;
    float: left;
}

.tg-replaybox h2 {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 24px;
}

.tg-formreply .tg-inputwithicon .form-control {
    padding: 10px 10px 10px 40px;
}

.tg-formreply .tg-inputwithicon i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.tg-btnreply {
    width: 36px;
    height: 36px;
    display: block;
    color: #363b4d;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.10);
}

.tg-btnreply i {
    width: 100%;
    float: left;
    line-height: inherit;
}

.tg-btnreply:hover,
.tg-btnreply:focus,
.tg-btnreply:active,
.tg-btnreply:hover i,
.tg-btnreply:focus i,
.tg-btnreply:active i {
    color: #fff;
}

/*==============================================
			Contact Us Style					
==============================================*/
.tg-content .tg-sectionheadvtwo {
    padding: 0 15% 30px;
}

.tg-formsearch {
    padding: 0 0 30px;
    position: relative;
}

.tg-formsearch .form-control {
    height: 50px;
    line-height: 30px;
    padding: 10px 50px 10px 20px;
}

.tg-formsearch button {
    top: 4px;
    right: 4px;
    color: #fff;
    width: 44px;
    height: 42px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
}

.tg-formsearch button i {
    display: block;
    line-height: inherit;
}

.tg-faqarea {
    width: 100%;
    float: left;
    height: 605px;
    margin: 0 0 80px;
}

.tg-themecollapsefaq {
    padding: 0 0 80px;
}

.tg-collaptabpane {
    width: 100%;
    float: left;
    border-radius: 5px;
    background: #f5f5f5;
}

.tg-collaptabpane+.tg-collaptabpane {
    margin: 2px 0 0;
}

.tg-collaptabpane h3 {
    margin: 0;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
}

.tg-collaptabpane h3 a {
    width: 100%;
    float: left;
    color: #444349;
    position: relative;
    padding: 19px 19px 19px 34px;
}

.tg-collaptabpane h3 a:hover,
.tg-collaptabpane h3 a:focus {
    color: #444349;
}

.tg-collaptabpane h3 a:before {
    top: 0;
    left: 0;
    width: 45px;
    height: 50px;
    content: 'Q.';
    display: block;
    padding: 19px 0;
    line-height: 12px;
    text-align: center;
    position: absolute;
}

.tg-collapsecontent {
    width: 100%;
    float: left;
    padding: 0 15px 15px;
}

.tg-collapsecontent .tg-description {}

.tg-collapsecontent .tg-description p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.tg-contactarea {
    width: 100%;
    float: left;
}

.tg-contactarea .tg-locationmap {
    height: 400px;
}

/*==============================================
			404 Error Style						
==============================================*/
.tg-breadcrumbarea {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.tg-404content {
    width: 100%;
    float: left;
    padding: 0 15%;
}

.tg-404message {
    width: 100%;
    float: left;
    margin: 0 0 80px;
    padding: 0 0 94px;
    position: relative;
}

.tg-404message:before {
    left: 50%;
    bottom: 0;
    content: '';
    width: 230px;
    height: 4px;
    position: absolute;
    border-radius: 4px;
    margin: 0 0 0 -115px;
}

.tg-404message h2 {
    margin: 0;
    color: #fff;
    float: left;
    font-size: 200px;
    line-height: 170px;
    position: relative;
    padding: 0 10px 8px;
}

.tg-404message h2:before {
    top: 0;
    left: 2%;
    width: 96%;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.tg-404message h3 {
    margin: 0;
    color: #363b4d;
    font-size: 50px;
    font-weight: 500;
    line-height: 56px;
    overflow: hidden;
    padding: 0 0 0 20px;
}

.tg-404message h3 span {
    font-size: 70px;
    line-height: 60px;
}

.tg-form404search {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    border-radius: 5px;
    border: 10px solid #ebebed;
}

.tg-form404search fieldset {
    width: 100%;
    float: left;
    position: relative;
}

.tg-form404search .form-control {
    border: 0;
    width: 100%;
    float: left;
    height: 60px;
    padding: 15px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px;
    padding-right: 200px;
}

.tg-form404search .tg-btn {
    top: 0;
    right: 0;
    padding: 0;
    z-index: 2;
    width: 190px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    border-radius: 0 5px 5px 0;
}

.tg-404content .tg-description {
    text-align: center;
}

.tg-404content .tg-description span a {
    color: #55acee;
}

/*==============================================
			Coming Soon Style					
==============================================*/
.tg-comingsoonpage {
    width: 100%;
    float: left;
    padding: 50px;
}

.tg-comingsoonpage .tg-wrapper {
    padding: 25px;
    background: rgba(255, 255, 255, 0.50);
}

.tg-comingsoonpage .tg-wrapper:before,
.tg-comingsoonpage .tg-wrapper:after {
    display: none;
}

.tg-comingsoonpage .tg-main {
    background: rgba(255, 255, 255, 0.90);
}

.tg-comingsoonpage .tg-content {
    padding: 70px 0 0;
}

.tg-comingsooncontent {
    width: 100%;
    float: left;
    text-align: center;
}

.tg-logobox {
    width: 100%;
    float: left;
    margin: 0 0 50px;
    padding: 0 0 54px;
    position: relative;
}

.tg-logobox:before {
    left: 50%;
    bottom: 0;
    content: '';
    width: 230px;
    height: 4px;
    position: absolute;
    border-radius: 4px;
    margin: 0 0 0 -115px;
}

.tg-logobox .tg-logo {
    float: none;
    width: 270px;
    height: 53px;
    display: block;
    margin: 0 auto;
}

.tg-comingsooncounter {
    width: 100%;
    float: left;
    padding: 0 0 50px;
}

.tg-comingsooncounter ul {
    clear: both;
    margin: -15px;
    overflow: hidden;
    list-style: none;
    text-align: center;
}

.tg-comingsooncounter ul li {
    width: 25%;
    float: left;
    padding: 15px;
    list-style-type: none;
}

.tg-comingsooncounter ul li .tg-holder {
    width: 100%;
    float: left;
    border: 6px solid;
    padding: 43px 18px;
}

.tg-comingsooncounter ul li .tg-holder h3 {
    margin: 0 0 5px;
    font-size: 50px;
    font-weight: 500;
    line-height: 40px;
}

.tg-comingsooncounter ul li .tg-holder h4 {
    margin: 0;
    color: #666;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
}

.tg-textbox {
    width: 100%;
    float: left;
}

.tg-textbox h5 {
    margin: 0;
    color: #363b4d;
    font-size: 50px;
    font-weight: 500;
    line-height: 36px;
}

.tg-textbox h5 span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    padding: 20px 0 30px;
}

.tg-btns {
    width: 100%;
    float: left;
}

.tg-btns .tg-btn {
    margin: 0 15px;
}

.tg-textbox .tg-description {
    padding: 0 0 30px;
}

.tg-textbox .tg-description p {
    margin: 0;
}

.tg-comingsooncontent .tg-copyright {
    padding: 70px 0 20px;
}

/*==============================================
			Packages Style						
==============================================*/
.tg-packages {
    width: 100%;
    float: left;
}

.tg-package {
    width: 100%;
    float: left;
    padding: 30px 0;
    text-align: center;
    position: relative;
}

.tg-package:before {
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
    visibility: hidden;
    background: url(../images/pettran-02.jpg) no-repeat;
}

.tg-packagehead {
    width: 100%;
    float: left;
    padding: 0 0 20px;
    border-bottom: 1px solid #dbdbdb;
}

.tg-packagehead h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.tg-packagehead h4 {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 14px;
}

.tg-packagehead h4 span {
    font-size: 24px;
    line-height: 24px;
}

.tg-packagebody {
    width: 100%;
    float: left;
    padding: 30px;
}

.tg-packagebody ul {
    width: 100%;
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
}

.tg-packagebody ul li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
}

.tg-packagebody ul li+li {
    padding: 20px 0 0;
}

.tg-packagebody ul li strong {
    color: #666;
    display: block;
    padding: 0 0 3px;
    font-weight: 500;
}

.tg-packagebody ul li span {
    display: block;
}

.tg-packagefoot {
    width: 100%;
    float: left;
}

.tg-package:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
}

.tg-package:hover:before {
    opacity: 1;
    visibility: visible;
}

/*==============================================
			Login/Signup Style					
==============================================*/
.tg-loginsignup {
    width: 100%;
    float: left;
}

.tg-logingarea {
    width: 100%;
    float: left;
    margin: 0 0 40px;
    background: #fcfcfc;
    border: 1px solid #eaedef;
}

.tg-logingarea h2 {
    margin: 0;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    background: #f7f7f7;
    border-bottom: 1px solid #eaedef;
}

.tg-formloging {
    padding: 20px;
}

.tg-formloging .form-control {
    height: 50px;
    line-height: 28px;
}

.tg-formloging .tg-checkbox {
    width: auto;
    float: left;
}

.tg-forgetpassword {
    float: right;
    color: #55acee;
    font-size: 14px;
    line-height: 20px;
}

.tg-forgetpassword:hover,
.tg-forgetpassword:focus,
.tg-forgetpassword:active {
    color: #55acee;
}

.tg-formloging .tg-btn {
    z-index: 2;
}

.tg-loginsignup .tg-texbox {
    font-size: 16px;
    line-height: 26px;
}

.tg-loginsignup .tg-texbox strong {
    font-weight: 500;
}

.tg-videobox {
    width: 100%;
    float: left;
}

.tg-videobox figure {
    width: 100%;
    float: left;
    margin: 0 0 60px;
    position: relative;
}

.tg-videobox figure .tg-btnplayvideo {
    top: auto;
    border: 0;
    width: 80px;
    height: 80px;
    padding: 6px;
    bottom: -40px;
    font-size: 22px;
    position: absolute;
    margin: 0 0 0 -40px;
}

.tg-videobox figure .tg-btnplayvideo i {
    font-size: 22px;
    line-height: 68px;
}

.tg-loginsignup .tg-title h2 {
    text-align: left;
}

.tg-formregister .form-control {
    height: 50px;
    line-height: 28px;
    padding-left: 60px;
}

.tg-formregister i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}

.tg-formregister .tg-checkbox input[type=checkbox]+label {}

.tg-formregister .tg-checkbox input[type=checkbox]+label a {
    color: #55acee;
}

.tg-sociallogingsignup {
    width: 100%;
    float: left;
    color: #363b4d;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
}

.tg-sociallogingsignup li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
}

.tg-sociallogingsignup li+li {
    padding: 10px 0 0;
}

.tg-sociallogingsignup li a {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 5px;
    background: #fcfcfc;
    line-height: inherit;
    border: 1px solid #eaedef;
    padding: 14px 14px 14px 60px;
}

.tg-sociallogingsignup li a i {
    top: 0;
    left: 0;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: absolute;
    text-align: center;
    border-radius: 5px 0 0 5px;
}

.tg-sociallogingsignup li a span {
    color: #666;
    display: block;
}

.tg-sociallogingsignup li a span strong {
    font-weight: 500;
}

.sectionPadding {
    padding: 20px 0;
}

.greybg {
    background-color: #F6F6F6;
}

.categoryimg img {
    padding-bottom: 10px;
    padding-top: 10px;
}

.categorybox {
    margin-top: 30px;
    text-align: center;
}

.hover-effect:hover {
    -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.13);
}

.rightsidead img {
    padding-bottom: 10px;
}

.paddingTop10 {
    padding-top: 10px;
}

.mainhead {
    font-size: 22px;
    text-align: center;
    color: #000;
    padding: 20px 0;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.imgzoom {
    position: relative;
    border: 1px solid #333;
    overflow: hidden;
}

.imgzoom img {
    max-width: 100%;

    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.imgzoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.Imgcont p {
    margin-bottom: 5px;
}

.Imgcont h4 {
    margin-bottom: 5px;
}

.Imgcont {
    border: 1px solid #ccc;
    padding: 10px;
}

.places {
    margin-bottom: 0px;
}

.imgzoom {
    position: relative;
}

.itemcategory {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #FCC400;
    color: #000;
    border-radius: 4px;
    padding: 0px 5px;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
}

.easyblock {
    text-align: center;
}

.easyblock h2:before {
    content: '';
    display: block;
    position: absolute;
    top: 15%;
    left: 50%;
    width: 80px;
    height: 20px;
    background-color: rgba(252, 196, 0, 0.5);
    border-radius: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.paddingTop40 {
    padding-top: 40px;
}

.listbtn {
    background-color: #007438;
    padding: 5px 15px;
    border-radius: 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}

.listbtn .fa {
    padding-right: 10px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.whatdoyou {
    text-align: center;
}

.categorybox h4 {
    color: #fff;
    font-size: 15px;
    padding-top: 10px;
}

.categoryimg img {
    background-color: rgba(3, 3, 3, 0.5);
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.pad50 {
    padding: 50px 0px;
}

.mt120 {
    margin-top: 120px;
}

.loginBody {
    background: url(../images/slider/black-img-02.jpg);
}

.loginBg {
    background-color: rgb(255, 255, 255);
    padding: 40px 20px;
    color: #FFF;
    margin: 0 auto;
    width: 500px;
    text-align: center;
    box-shadow: 0 2px 9px 0 rgba(74, 74, 74, 0.20);
    border-radius: 10px;
}

.loginBg p {
    color: #000;
    font-size: 13px;
}

.loginBg h3 {
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

.loginBg .checkbox input {
    margin-top: 7px;
}

.loginbtn a {
    color: #FFF;
}

.loginbtn:hover a {
    color: #333;
}

.socialLogin ul {}

.socialLogin li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 15px;
    padding: 0px 20px;
}

.socialLogin .facebook {
    background-color: #4368AC;
}

.socialLogin a {
    color: #FFF;
}

.socialLogin a:hover {
    color: #000;
}

.socialLogin .twitter {
    background-color: #26A9E1;
}

.socialLogin .google {
    background-color: #DA4735;
}

.socialLogin .fa {
    padding-right: 10px;
}

.loginBg h5 {
    color: #007438;
}

.loginBg .checkbox small {
    color: #030303;
    font-size: 13px;
}

.tg-flagstrap button[type="button"] .caret {
    float: right;
    margin: -13px 0;
    margin-left: 0px;
}

.whatdoyou .col-lg-2 {
    width: 12.5%
}

.featuredcont li {
    list-style-type: none;
}

.featuredSlider .places {
    border: 1px solid #ccc;
    text-align: center;
}

.localSlide .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
    padding: 10px 0;
}

.featuredcont li a {
    color: #444;
    font-size: 14px;
}

.trendingslider .places .imgzoom {
    height: 180px;
}

.trendingslider .places .Imgcont h4 {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    border: none;
}

.trendingslider .places .Imgcont {
    border: none;
}

.trendingslider {
    background-color: #ededed;
    border-radius: 5px;
    padding: 15px 0px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(75, 75, 75, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    - ebkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease- n-out;
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    color: #fff;
    background-color: #007438;
    opacity: 0;
    filter: alpha(opacity=0);
    - ebkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: -20px 0 0 0;
    padding: 5px 10px;
    border: 1px solid #FFF;
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.overlay p {
    color: #fff;
    display: none;
}

.hovereffect:hover .overlay p {
    display: block;
}

.mt10 {
    margin-top: 10px;
}

.tg-themedropdown {
    margin-top: 4px;
}

.topSocial {
    margin-top: 10px;
    margin-left: 20px;
}

.topSocial .fa {
    line-height: 24px;
    border-radius: 15px;
}

.topSocial li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
}

.topSocial .facebook a .fa {
    background-color: #4368AC;
    height: 30px;
    width: 30px;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}

.topSocial .twitter a .fa {
    background-color: #26A9E1;
    height: 30px;
    width: 30px;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}

.topSocial .google a .fa {
    background-color: #DA4735;
    height: 30px;
    width: 30px;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}

.page-section {
    height: 480PX;
    padding: 3em;
    background: linear-gradient(45deg, #43cea2 10%, #185a9d 90%);
    color: white;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.regbusinesscont {
    position: relative;
}

.navigation {
    position: fixed;
    background-color: #999;
    color: #fff;
}

.navigation__link {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 1em;
    font-weight: 400;
}

.navigation__link:hover {
    background-color: #aaa;
}

.navigation__link.active {
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
}

.wrapper section {
    padding: 20px 0;
    margin-bottom: 100px;
}

.wrapper {
    margin: 0 auto;
    position: relative;
    padding: 60px 0 0 0;
}

.sticksection {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: green;
    display: block;
    width: 100%;
    padding: 4px 0;
    height: 30px;
    z-index: 100;
}

.sticksection a {
    font-family: helvetica;
    color: #ffffff;
    padding: 2px 4px;
    display: block;
    float: left;
    text-decoration: none;
    margin-right: 4px;
}

.sticksection a:hover,
.sticksection a.active {
    background: white;
    color: green
}

.fixedsection {
    position: fixed;
    top: 100px;
}


.stickymenu {
    position: fixed;
    top: 0px;
    width: 100%;
}

.stickymenu+.content {
    padding-top: 100px;
}

/*==============================================
			Custom				
==============================================*/

.vertical-tab .nav-tabs>li {
    float: none;
    margin-bottom: 0;
}

.nav-tabs>li {
    color: #444;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.vertical-tab .nav-tabs>li.active>a,
.vertical-tab .nav-tabs>li.active>a:hover,
.vertical-tab .nav-tabs>li.active>a:focus {
    font-weight: bold;
    color: #007438;
    background: transparent;
    border: none;
}

.vertical-tab .nav-tabs>li>a {
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-top: 1px solid transparent;
    border-left: 1px solid #d3d3d3;
    font-size: 14px;
    padding: 8px 0 8px 8px;
    text-align: left;
    font-weight: bold;
    line-height: 33px;
}

.vertical-tab .nav-tabs>li>a img {
    margin-right: 12px;
}

.nav-tabs>li.active a,
.nav-tabs>li.active a:hover,
.nav-tabs>li.active a:focus {
    color: #363B4D;
}

.tab-content {
    padding: 15px;
    background-color: #eeeeee;
}

.pr-20 {
    padding-right: 20px !important;
}

.pull-left {
    float: left;
}

.pull-left {
    float: left !important;
}

.postadform label {
    color: #007438;
    font-weight: bold;
}

.postadform select {
    width: 100%;
}

.postadscreen .nav-tabs {
    border-bottom: none;
}

.postadscreen .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: 0;
}

.postadscreen .nav-tabs>li>a {
    border: none;
    color: #666;
    font-weight: bold;
}

.postadscreen .nav-tabs>li>a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.postadscreen .nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.postadscreen .tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.postadscreen .tab-content {
    padding: 20px 0;
}

.postadscreen .card {
    background: #FFF none repeat scroll 0% 0%;
    margin-bottom: 30px;
}

.regscreen {
    background-color: #EEEEEE;
}

.regscreen .nav-tabs>li>a::after {
    background: none;
}

.postadscreen .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: auto;
}

.postadscreen .nav>li>a:focus,
.postadscreen .nav>li>a:hover {
    text-decoration: none;
    background-color: none;
}

.regscreen label {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
}

.regscreen label span {
    color: red;
    padding-left: 5px;
}

.whiteBg {
	margin-top: 65px;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #fafafa;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
}

.btmline {
    border-bottom: 1px solid #ddd;
    margin: 8px 0;
}

.postadform .form-group {
    padding: 15px;
    margin-bottom: 0px;
}

.pad15 {
    padding: 5px 15px;
}

.radio label {
    color: #1d1d1d;
    text-transform: capitalize;
}

.regscreen .tab-content h4 {
    padding: 15px 0px 10px 15px;
    text-align: left;
}

.btn-link {
    color: #067AB4;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: normal;
    padding: 5px;
    font-size: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    border-radius: 4px !important;
    padding: 7px 15px;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in- ut;
}


#getFixed {
    margin-bottom: 100px;
    z-index: 3;
}

.mb-250 {
    margin-bottom: 250px !important;
}

.mt-250 {
    margin-top: 250px !important;
}

.tg-footer {
    border-top: 3px solid #007438;
}

.block {
    display: block;
}

.regscreen .checkbox span {
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}

.half-control {
    display: inline-block;
    vertical-align: top;
    width: 43%;
}

.regscreen .checkbox label {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    text-transform: none;
    font-weight: normal;
    text-align: left;
}

.mb-50 {
    margin-bottom: 50px;
}

.couponbg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    border: 2px dashed #979797;
    height: 100%;
    padding: 50px;
    text-align: center;
    margin: 15px;
    cursor: pointer;
}

.create-coupon-content .fa {
    font-size: 24px;
}

.create-coupon-message p.heading {
    font-size: 24px;
    font-weight: 700;
}

.create-coupon-message p.sub-text {
    font-size: 18px;
    line-height: 1.2;
}

.couponbg textarea.form-control {
    resize: none;
    min-height: auto;
}

.coupons label {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: normal;
    text-align: left;
    text-transform: capitalize;
}

.leftBlock {
    position: relative;
    /* required */
}

#myScrollspy ul.nav-tabs {
    width: 140px;
    margin-top: 65px;
    border-radius: 4px;
    background: #fff;
    z-index: 999;
    border: 1px solid #ddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

#myScrollspy ul.nav-tabs li {
    margin: 0;
    border-top: 1px solid #ddd;
}

#myScrollspy ul.nav-tabs li:first-child {
    border-top: none;
}

#myScrollspy ul.nav-tabs li a {
    margin: 0;
    padding: 8px 16px;
    border-radius: 0;
    text-align: left;
}

#myScrollspy ul.nav-tabs li a img {
    margin-right: 10px;
}

#myScrollspy ul.nav-tabs li.active a,
ul.nav-tabs li.active a:hover {
    /*color: #0088cc*/
    ;
    background: #fff;
    border: none;
}

#myScrollspyul.nav-tabs li:first-child a {
    border-radius: 4px 4px 0 0;
}

#myScrollspy ul.nav-tabs li:last-child a {
    border-radius: 0 0 4px 4px;
}

#myScrollspy ul.nav-tabs li:last-child a:hover {
    background-color: #eee;
    cursor: pointer;
}


#myScrollspy ul.nav-tabs.affix {
    top: 45px;
    /* set the top position of pinned element */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #myScrollspy ul.nav-tabs {
        width: 180px;
        /* set nav width on medium devices */
    }
}

@media screen and (min-width: 1200px) {
    #myScrollspy ul.nav-tabs {
        width: 300px;
        /* set nav width on large devices */
    }
}

.postadscreen .nav>li>a:focus {
    border: none;
}

.postadscreen .nav-tabs>li.active>a {
    border: none !important;
}

.savebtn {
    margin-top: 10px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

#dvPreview img {
    margin: 10px;
}


/*-----------------------Mega Menu Css Start------------*/
.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu {
    background-color: #e9e9e9;
    margin-bottom: 20px;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: left;
    background: #e9e9e9;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu>ul>li:hover ul {
    display: block;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 0.5em 0.5em;
    display: block;
    color: #000;
    font-weight: bold;
}

.menu>ul>li:hover {
    background: #f0f0f0;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 100%;
    background: none;
    float: left;
}

.menu>ul>li>ul>li a {
    color: #007438;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
    list-style-type: none;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 100%;
    /*    left: auto;*/
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 5px 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu>ul {
        display: none;
    }

    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }

    .menu>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }

    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }

    .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }
}

.colomn-6 {
    column-count: 6;
    -moz-column-count: 6;
    -webkit-column-count: 6;
    width: 100%;
}

.colomn-5 {
    column-count: 5;
    -moz-column-count: 5;
    -webkit-column-count: 5;
    width: 100%;
}

.colomn-4 {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    width: 100%;
}

.colomn-3 {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    width: 100%;
}

/*-----------------------Mega Menu Css End------------*/

.dayDisplay {
    display: inline-block;
    width: 90px;
}

.dateDisplay li {
    list-style-type: none;
}

.timeDisplay {
    width: 150px;
    display: inline-block;
}

.openStatus {
    color: #17b226;
}

.serviceDetails li {
    list-style-type: none;
    border-bottom: 1px dashed #ccc;
}


.nav-tabs {
    border-bottom: 2px solid #DDD;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: 0;
}

.nav-tabs>li>a {
    border: none;
    color: #666;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
    border: none;
    /*color: #4285F4*/
     !important;
    background: transparent;
}

.nav-tabs>li>a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    /*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);*/
    margin-bottom: 30px;
}

.detailPage .tab-content {
    padding: 0px;
    background-color: #ffffff;
}

.heading {
    font-size: 25px;
    margin-right: 25px;
}

.userReviews .fa {
    font-size: 25px;
}

.checked {
    color: orange;
}

/* Three column layout */
.side {
    float: left;
    width: 15%;
    margin-top: 10px;
}

.middle {
    margin-top: 10px;
    float: left;
    width: 70%;
}

/* Place text to the right */
.right {
    text-align: right;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

/* Individual bars */
.bar-5 {
    width: 60%;
    height: 18px;
    background-color: #4CAF50;
}

.bar-4 {
    width: 30%;
    height: 18px;
    background-color: #2196F3;
}

.bar-3 {
    width: 10%;
    height: 18px;
    background-color: #00bcd4;
}

.bar-2 {
    width: 4%;
    height: 18px;
    background-color: #ff9800;
}

.bar-1 {
    width: 15%;
    height: 18px;
    background-color: #f44336;
}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {

    .side,
    .middle {
        width: 100%;
    }

    .right {
        display: none;
    }
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 15px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'FontAwesome';
    content: '\f002';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

.clr-green {
    color: #16890A;
}


.mx-auto {
    margin-top: 50px;
}

.mainheadreg {
    text-align: center !important;
    color: #007438;
}

.btn-success {
    background-color: #007438 !important;
    border-color: #007438 !important;
}

.textbottm {
    vertical-align: bottom;
}





/*-----------Menu Css Start------------*/

.scroll {
    margin-bottom: 50px;
}

.stickyMenu {
    position: absolute;
    letter-spacing: 1px;
    z-index: 9;
    background-color: #eee;
    width: 100%;
}

.stickyMenu {
    position: -webkit-sticky;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

/*-----------Menu Css End------------*/

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.sortby {
    padding: 7px !important;
    background-color: #007438 !important;
    color: #FFF;
}

.classifiedBanner figure figcaption,
.classifiedBanner figure figcaption {
    min-height: 250px;
}

.classifiedBannerInner .tg-formbannersearch .form-group {
    width: 33%;
}

.classfiedCategoery {
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.classIcon img {
    width: 40px;
}

.classIcon h5 {
    font-size: 12px;
    padding: 10px 0;
}

.classfiedCategoery .col-md-2 {
    width: 13.60%;
}

.form-control-static {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
    min-height: 34px;
}

.hidediv {
    display: none;
    margin-top: 15px;
}

.leaderboardBanner {
    text-align: center;
}

.triAngel-bottomright {
    width: 0;
    height: 0;
    border-bottom: 100px solid red;
    border-left: 100px solid transparent;
}

.respondBox {
    background-color: #D5D5D5;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.respondDesc {
    width: 100%;
    min-height: 100px;
}

.adrespondHead {
    background-color: #b0b0b0;
    padding: 10px;
    font-size: 25px;

}


.adrespondHead h4 {
    font-size: 12px;
    font-weight: bold;
}

.box {
    display: none;
    margin-top: 10px;
}

.tg-adcontent p {
    margin: 0 0 10px;
    line-height: 10px;
}

.ypmpslider .tg-themetag {
    padding: 4px;
    font-size: 10px;
}

.ypmpslider .tg-featuretag::before {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #f91942;
}

.greatplacesk .places {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 20px;
    text-align: center;
    height: 335px;
    overflow: hidden;
}

.greatplacesk .places a:hover {
    color: #007739;
    text-decoration: underline;
}

.radio {

    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {

    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-color: #007739;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked~.checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked~.checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FF7D1F;
}

.radio {
    margin-top: 0px !important;
}

.radiobutton label {
    text-transform: capitalize;
    color: #000;
}

#propertyType li {
    background-color: #eee;
    padding: 15px;
    display: inline;
    float: left;
    text-align: center;
    width: 150px;
    height: 100px;
    border: 1px solid #dbdbdb;
    margin: 5px;
    cursor: pointer;
    font-size: 12px;
}

#propertyType li .glyph-icon {
    font-size: 20px;
    margin-bottom: 6px;
}

.amenitiesicon::before {
    font-size: 25px;
}


#propertyType li.active {
    color: #fff;
    background-color: #007739;
}

[class*=" flaticon-"]::before {
    margin-left: 0;
}

.propertyNumber li {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 5px;
    background-color: #eee;
    display: inline;
    float: left;
    text-align: center;
    border: 1px solid #dbdbdb;
    margin: 5px;
    cursor: pointer;
    font-size: 12px;
}

.propertyNumber li.active {
    color: #fff;
    background-color: #007739;
}

.text-overflow {
    height: 120px;
    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
}

.text-overflow1 {
    height: 120px;
    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    padding-left: 10px;
}

.text-overflow2 {

    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
}

.btn-overflow {
    display: none;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
}


.amenities li {
    width: auto;
    height: 45px;
    padding: 5px;
    background-color: #eee;
    display: inline;
    float: left;
    text-align: center;
    border: 1px solid #dbdbdb;
    margin: 5px;
    cursor: pointer;
    font-size: 12px;
}

.amenities li.active {
    color: #fff;
    background-color: #007739;
}

.glyph-icon::before {
    font-size: 45px;
    margin-right: 10px;
}

.amenitiesicon {
    margin-right: 10px;
}

.propertyNumber h4 {
    text-align: left;
}

.Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}

.datepickerNew {
    width: 100%;
}

.popularcities {
    column-count: 5;
    -moz-column-count: 5;
    -webkit-column-count: 5;
}

.popularcities li {
    list-style-type: none;
    background-color: #eee;
    margin: 5px;
    padding: 3px 10px;
}

.popularcities li a {
    color: #333;
}

.popularcities li:hover {
    background-color: #007739;
    cursor: grab;
}

.popularcities li:hover a {
    color: #FFF;
}

.ml-20 {
    margin-left: -20px !important;
}

.ml--85 {
    margin-left: -85px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pl-26 {
    padding-left: 26px !important;
}

.none {
    display: none;
}



.rightsidead .tg-btns .tg-btn {
    margin-bottom: 10px;
    width: 50%;
    height: 46px;
    color: #363b4d;
    padding: 0 20px;
    background: #fff;
    line-height: 44px;
    border: 1px solid #ddd;
}

.place .form-control,
textarea {
    color: #666;
    outline: none;
    height: 40px;
    background: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 5px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dbdbdb;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tg-description a {
    text-overflow: ellipsis;

    overflow: hidden;
    white-space: nowrap;
}

.bggray {
    background-color: #f7f7f7;
}

.tg-contenthead .bggray .tg-btns .tg-btn {
    width: 25%;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 16px;
}

.tg-btnrenew {
    background: #f91942 !important;
}

.tg-btnallpackages {
    background: #007438 !important;
}

.tg-title h4 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
}

/*real estate icon color*/

.specCont .fa {
    color: #F37F04;
    font-size: 14px;
    width: 27px;
    float: left;
    padding-top: 5px;
}

.classIcon {
    text-align: center;
}

.classIcon img {
    width: 50px !important;
    display: inline !important;
}

.classiconslider .tg-next {
    right: 0px;
}

.classiconslider .tg-prev {
    left: 0px;
}

.classiconslider .tg-next {
    right: 0px;
}

.classiconslider .tg-prev,
.classiconslider .tg-next {
    top: 40%;
}

.travelticketbg {
    background: url('../images/classified/Travel-Ticket.png');
    background-size: auto auto;
    background: url(../images/classified/Travel-Ticket.png) no-repeat;
    min-height: auto;
    max-height: auto;
    height: auto;
    background-size: cover;
    padding: 15px 10px 10px 10px;
    font-size: 14px;
    margin-bottom: 25px;
    border: 1px dotted #888;
}

.travelticketbg h4 {
    background-color: #656565;
    color: #fff;
    text-align: center;
}

.travelticketbg h5 {
    color: #E74607;
}

.Namelable {
    width: 50%;
    float: left;
    color: #007438;
    padding: 3px 3px;
    margin-bottom: 5px;
    font-weight: bold;
}

.NameCont {
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.NameCont {
    float: left;
    border: 1px dashed #ccc;
    padding: 3px 3px;
    margin-bottom: 5px;
}

.tg-ad figure a {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.yplistingBlock figure a {
    height: 140px;
}

.tg-detail figure a {
    position: relative;
    height: auto;
    overflow: hidden;
}

.tg-logo img {
    width: 200px;
}

.featuredSlide figure {
    positio: realative;
    height: 150px;
    overflow: hidden;
}

.tg-adcontent p {
    margin: 0 0 10px;
    line-height: 10px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.tg-adcontent h4,
.tg-adcontent p {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.tg-adcontent p {
    line-height: 24px;
    margin-bottom: 0px;
}

.homeclassified {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}



.tg-formtheme .tg-btn {
    background: #007438;
}


.places img {
    height: 64px;
}

small a {
    color: blue;
}

.anchorClr {
    color: blue;
}

.displayNone {
    display: none;
}

.owl-carousel .owl-item .ypmpslider img {
    height: 100%;
}

.owl-carousel .owl-item .newbusiness img {
    height: 100%;
}

.add-more {
    margin-top: 10px;
}

table#acrylic {
    border-collapse: separate;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 50px auto;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#acrylic thead {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#acrylic thead th {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 20px;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #646f7f), color-stop(100%, #4a5564));
    background-image: -moz-linear-gradient(#646f7f, #4a5564);
    background-image: -webkit-linear-gradient(#646f7f, #4a5564);
    background-image: linear-gradient(#646f7f, #4a5564);
    border-top: 1px solid #858d99;
}

#acrylic thead th:first-child {
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

#acrylic thead th:last-child {
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

#acrylic tbody tr td {
    font-weight: 400;
    color: #5f6062;
    font-size: 13px;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

#acrylic tbody tr td:first-child {
    text-align: left;
}

#acrylic tbody tr:nth-child(2n) {
    background: #f0f3f5;
}

#acrylic tbody tr:last-child td {
    border-bottom: none;
}

#acrylic tbody tr:last-child td:first-child {
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#acrylic tbody tr:last-child td:last-child {
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#acrylic tbody:hover>tr td {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

#acrylic tbody:hover>tr:hover td {
    text-shadow: none;
    color: #2d2d2d;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: 0.2s all;
}

@media screen and (max-width: 767px) {
    #acrylic thead {
        display: none;
    }

    #acrylic tr {
        margin-bottom: 10px;
        display: block;
    }

    #acrylic td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }

    #acrylic td:last-child {
        border-bottom: 0;
    }

    #acrylic td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    table#acrylic {
        width: 100%;
    }
}

.fancy-radio-group .btn-fancy-radio img {
    display: none;
}

.fancy-radio-group .btn-fancy-radio .normal {
    display: inline-block;
}

.fancy-radio-group .btn-fancy-radio.active .normal {
    display: none;
}

.fancy-radio-group .btn-fancy-radio.active .checked {
    display: inline-block;
}

.btnGreen {
    background-color: #DBF794;
    border: 1px solid #93C618;
    border-radius: 4px;
    margin: 0 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 100%;
}

.seminor-login-modal-body .close {
    position: relative;
    top: -45px;
    left: 10px;
    color: #1cd8ad;
}

.seminor-login-modal-body .close {
    opacity: 0.75;
}

.seminor-login-modal-body .close:focus,
.seminor-login-modal-body .close:hover {
    color: #39e8b0;
    opacity: 1;
    text-decoration: none;
    outline: 0;
}

.seminor-login-modal .modal-dialog .modal-content {
    border-radius: 0px;
}

/* form animation */
.seminor-login-form .form-group {
    position: relative;
    margin-bottom: 1.5em !important;
}

.seminor-login-form .form-control {
    border: 0px solid #ced4da !important;
    border-bottom: 1px solid #adadad !important;
    border-radius: 0 !important;
}

.seminor-login-form .form-control:focus,
.seminor-login-form .form-control:active {
    outline: none !important;
    outline-width: 0;
    border-color: #adadad !important;
    box-shadow: 0 0 0 0.2rem transparent;
}

*:focus {
    outline: none;
}

.seminor-login-form {
    padding: 2em 0 0;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
    border-top: 0px;
    border-left: 0;
    border-right: 0;
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
    font-size: 75%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark-box {
    position: absolute;
    top: -5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #adadad;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.1;
}

.container-checkbox input:checked~.checkmark-box:after {
    color: #fff;
}

.container-checkbox input:checked~.checkmark-box:after {
    display: block;
}

.container-checkbox .checkmark-box:after {
    left: 10px;
    top: 4px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after,
.checkmark-box:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked~.checkmark-box {
    background-color: #f58220;
    border: 0px solid transparent;
}

.btn-check-log .btn-check-login {
    font-size: 16px;
    padding: 10px 0;
}

button.btn-check-login:hover {
    color: #fff;
    background-color: #f58220;
    border: 2px solid #f58220;
}

.btn-check-login {
    color: #f58220;
    background-color: transparent;
    border: 2px solid #f58220;
    transition: all ease-in-out .3s;
}

.btn-check-login {
    display: inline-block;
    padding: 12px 0;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0;
    width: 100%;
}

.forgot-pass-fau a {
    text-decoration: none !important;
    font-size: 14px;
}

.text-primary-fau {
    color: #1959a2;
}

.select-form-control-placeholder {
    font-size: 100%;
    padding: 7px 0 0 13px;
    margin: 0;
}


.modal-dialog {
    width: 600px;
    margin: 100px auto;
}

.modal-backdrop {
    z-index: 2;
}

.modal-body {
    position: relative;
    padding: 40px;
}

.sliderInnerimg {
    margin: -150px 0 0;
}

.tg-innerbanner figure figcaption {
    padding: 40px 0;
    min-height: auto;
}

.tg-breadcrumbarea {
    margin-top: 0px;
}











.cutebabycircle img {
    border: 5px solid transparent;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.cutebabycircle img:hover {
    border: 5px solid #007438;
}

.ypmpslider .tg-themetag {
    padding: 4px 10px;
}

.lovebtn {
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    border-radius: 3px;
    border: 1px solid;
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0 8px;
    position: relative;

    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/*
 * Counter button style
 */
.btn-counter {
    margin-right: 39px;
}

.btn-counter:after,
.btn-counter:hover:after {
    text-shadow: none;
}

.btn-counter:after {
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    background-color: #eee;
    padding: 0 8px;
    color: #777;
    content: attr(data-count);
    left: 100%;
    margin-left: 8px;
    margin-right: -13px;
    position: absolute;
    top: -1px;
}

.btn-counter:before {
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');

    background-color: #eee;
    border: 1px solid #d3d3d3;
    border-right: 0;
    border-top: 0;
    content: '';
    position: absolute;
    right: -11px;
    top: 9px;
    height: 6px;
    width: 6px;
    z-index: 1;
    zoom: 1;
}

/*
 * Custom styles
 */
.lovebtn {
    background-color: #dbdbdb;
    border-color: #bbb;
    color: #666;
}

.lovebtn:hover,
.lovebtn.active {
    text-shadow: 0 1px 0 #b12f27;
    background-color: #f64136;
    border-color: #b12f27;
}

.lovebtn:active {
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2) inset;
}

.lovebtn span {
    color: #f64136;
}

.lovebtn:hover,
.lovebtn:hover span,
.lovebtn.active,
.lovebtn.active span {
    color: #eeeeee;
}

.lovebtn:active span {
    color: #b12f27;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.mainhead {
    padding: 30px 10px 0;
}

.radiotextsty {
    color: #454545 !important;
    font-size: 14px;
    font-weight: bold;
}

.customradio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input~.checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked~.checkmark {
    background-color: white;
    border: 1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #008439;
}

/* Custom Radio Button End*/

.blueBg {
    background-color: dodgerblue;
    color: #fff;
}

.blueBg .modal-title {
    background-color: dodgerblue;
    color: #fff;
}

.comptativeBtn {
    background-color: #81b79c;
    width: 25%;
    text-align: center;
    margin: 0 auto;
    border-radius: 35px;
    border: 1px solid #fff;
    color: #000;
    padding: 5px;
    box- hadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.comptativeBtn .fa {
    font-size: 40px;
    line-height: 50px;
}

.comptativeBtn h4 {
    color: #fff;
    margin-bottom: 0px;
    font-weight: bold;
}

.comptativeBtn p {
    margin-bottom: 0;
}

.comptext {
    width: 100%;
}

.banerCont a {
    float: none;
}

.cutesponcers {
    border: 1px solid #c0c0c0;
}

.photoContest {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.photoContest li {
    list-style-type: none;
    display: inline;
}

.photoContest li a {
    color: #0e55cf;
    padding: 10px;
    font-weight: bold;
}

.photoContest li a:hover {
    color: #0099B8;
}

.recentBaby {
    background-color: #F2F2F2;
    border: 1px solid #e7e7e7;
    padding: 15px;
}

.rcntsinglbaby {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.recentBaby h4 {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

.singleComment .col-md-2 {
    width: 12%;
    float: left;
}

.singleComment .fa {
    font-size: 24px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.likeBtn {
    color: #868686;
}

.likeBtn a {
    color: #868686;
}

.likeBtn li {
    list-style-type: none;
    display: inline-block;
    width: 15%;
}

.showreply {
    display: none;
    margin-top: 20px;
}

.replyBtn {
    cursor: pointer;
}

.singleComment {
    margin-top: 50px;
}

.babyVotes {
    background-color: #81b79c;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}

.babyVotes span {
    margin-left: 10px;
}

.babyVotes:hover {
    cursor: pointer;
    background-color: #007438;
    color: #fff;
}

.babyVotes:hover h3,
.babyVotes:hover p {
    color: #fff;
}














.pr-10 {
    padding-right: 10px;
}

.tg-navcurrency li a {
    display: inline-block;
}

.tg-navcurrency {
    padding: 10px 0;
}

.search-box {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    padding: 0px 55px 0px 15px;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-n-out;
    margin-top: 5px;
}

.search-box.hovered,
.search-box:hover,
.search-box:active {
    border: 1px solid #aaa;
}

.search-box input[type=text] {
    border: none;
    box-shadow: none;
    display: inline-block;
    padding: 0;
    background: transparent;
}

.search-box input[type=text]:hover,
.search-box input[type=text]:focus,
.search-box input[type=text]:active {
    box-shadow: none;
}

.search-box .search-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    color: #fff;
    border-radius: 3px;
    font-size: 17px;
    padding: 1px 6px 1px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in- ut;
    background-color: #007438;
}

.search-box .search-btn:hover {
    color: #fff;
    background-color: #8FBE00;
}


.searchBoxTop li {
    list-style-type: none;
    display: inline-block;

}

.tg-postBtn {
    color: #fff;
    padding: 0 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 23px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    background: rgb(239, 125, 44);
    font: 500 16px/46px'Quicksand', Arial, Helvetica, sans-serif;
    line-height: 46px;
    line-height: 46px;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
}


.search-form input {
    height: 25px;
}

.mainSection {
    background-color: #E9E9E9;
}

.leftMain {
    background-color: #fff;
    padding: 15px;
}

.leftBody li {
    list-style-type: none;
    border: 1px solid #d3d3d3;
    min-height: 46px;
    line-height: 46px;
    border-bottom: none;
}

.leftBody li:last-child {
    border-bottom: 1px solid #d3d3d3;
}

.cat-icon {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    float: none;
    width: 44px;
    height: 44px;
    text-align: center;
    border-right: 1px solid #d3d3d3;
    margin-right: 10px;
    line-height: 44px;
}

.cat-icon img {
    width: 24px;
}

.leftBody li a {
    color: #888888;
}

.leftBody li a:hover {
    color: #007438;
}

.leftBody li a {
    display: block;
}

.rightMain {
    padding-top: 15px;
    margin-left: -15px;
}

.mainheading {
    padding: 0;
    margin-bottom: -20px;
}

.seeMore {
    color: #007438;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.seeMore:hover {
    color: #ee741e;
}

.sliderimg .firstfeaturedSlider {
    margin: 0;
    padding: 0 10px;
}

.promotions li {
    list-style-type: none;
}

.promotions .blueArrow img {
    float: left;
    padding-top: 8px;
    padding-right: 10px;
}

.readMoreBtn {
    text-align: right;
}

.promotions li {
    color: #444;
    font-size: 14px;
}

.promotions li a {
    color: #444;
    font-size: 14px;
}

.promotions {
    border: 1px solid #d3d3d3;
    padding: 10px;
}

.promotions li a:hover {
    color: #007739;
    text-decoration: underline;
}

.readMoreBtn {
    font-size: 13px;
}

.readMoreBtn a {
    color: #444;
}

.readMoreBtn a:hover {
    color: #007739;
}

.promoCont {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.priceMiles {
    font-size: 13px;
}

.redClr {
    color: red;
}

.tg-adtitle h3 {
    white-space: normal !important;
    min-height: 45px;
    display: block;
    display: -webkit-box;
    height: 45px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headingSmall {
    font-size: 16px !important;
}

.clr-1 {
    background-color: #007438;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.clr-1:hover {
    background-color: #EF7D2C;
    color: #fff;
    cursor: pointer;
    box-shadow: 1px 1px 1px 4px;
}

.classfiedBtn {
    text-align: center;
}

.tg-sortandview {
    padding: 5px;
}

.clrGreen {
    color: #007438 !important;
}

.additional li {
    width: 33% !important;
}

.productHead {
    font-size: 16px;
}

.productdesc {
    font-size: 14px;
    color: #F37F04;
}

#myScrollspy li {
    width: 100%;
}

.tg-dashboardholder .tg-btn {
    padding: 0 15px;
    font: 500 14px/25px 'Quicksand', Arial, Helvetica, sans-serif;
}

.selectCategories {}

a {
    color: #005F95;
}

.selectCategories a {
    color: #FFF;
}

.selectCategories li {
    display: inline-block;
    width: auto;
    margin-right: 5px;
    background-color: #ea5612;
    margin-top: 10px;
    padding: 2px 10px !important;
    line-height: 19px;
    border-radius: 15px;
}

.selectCategories .fa {
    border-left: 1px solid #848484;
    margin-left: 5px;
    padding-left: 5px;
    line-height: 10px;
    color: #862d04;
}

.tg-detail .tg-description ul li+li {
    padding: 0;
}

.tg-detail .tg-description ul li {
    padding-right: 10px;
    width: auto;
}

.tg-description a {
    color: #363b4d;
}

.tg-description a:hover {
    color: #0767c5;
}

.serviceDetails li {
    width: 100% !important;
    padding-right: 0px !important;
}

.whiteBg .mainheadreg {
    margin-top: 20px;
    font-size: 26px;
}

#propertyType ul {
    padding: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.btnplus {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    padding: 5px !important;
    background-color: #eee;
    display: inline;
    float: left;
    text-lign: center;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    font-size: 12px !important;
}

.pad0 {
    padding: 0 !important;
}










/*------------------New Menu Css Start-----------------*/

.exo-menu {
    width: 100%;
    . float: left;
    list-style: none;
    position: relative;
    background: #FFF;
    padding-left: 10px;
}

.exo-menu>li {
    display: inline-block;
    float: left;
}

.exo-menu>li>a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.exo-menu>li>a.active,
.exo-menu>li>a:hover,
li.drop-down ul>li>a:hover {
    background: #05713A;
    color: #fff;
}

.exo-menu i {
    float: left;
    font-size: 16px;
    margin-right: 6px;
    line-height: 28px !important;
}

li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}

li.drop-down:before {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 20px;
    font-size: 14px;
}

li.drop-down>ul {
    left: 0px;
    min-width: 230px;

}

.drop-down-ul {
    display: none;
}

.flyout-right>ul,
.flyout-left>ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a,
.flyout-left ul>li>a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.flyout-right ul>li>a,
.flyout-left ul>li>a {
    border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;

}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.flyout-mega ul>li>a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}

.flyout-mega ul>li>a:hover,
.flyout-mega ul>li>a:active,
.flyout-mega ul>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #ccc !important
}

/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;

}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #547787;
    padding-top: 15px;
    background-color: #365670
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
}

ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

a.view-more:hover {
    color: #fff;
    background: #0DADEF;
}

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}

/*Blog DropDown*/
.Blog {
    left: 0;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #fff;
    padding-bottom: 15px;
}

.Blog .blog-title {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;

}

.Blog .blog-des {
    color: #ccc;
    font-size: 90%;
    margin-top: 15px;
}

.Blog a.view-more {
    margin-top: 0px;
}

/*Images*/
.Images {
    left: 0;
    width: 100%;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #547787;
    padding-bottom: 15px;
}

.Images h4 {
    font-size: 15px;
    margin-top: 0px;
    text-transform: uppercase;
}

/*common*/
.flyout-right ul>li>a,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu {
    background-color: #547787;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover+ul,
li.flyout-right a:hover+ul,
.blog-drop-down>a:hover+.Blog,
li.drop-down>a:hover+.drop-down-ul,
.images-drop-down>a:hover+.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover+.flyout-mega-wrap {
    display: block;
}

/*responsive*/
@media (min-width:767px) {
    .exo-menu>li>a {
        display: block;
        padding: 5px 7px;
    }

    .mega-menu,
    .flyout-mega-wrap,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down>ul {
        position: absolute;
    }

    .flyout-right>ul {
        left: 100%;
    }

    .flyout-left>ul {
        right: 100%;
    }

}

.nonedesk {
    display: none !important;
}

@media (max-width:767px) {

    .displayNone {
        display: none !important;
    }

    .exo-menu {
        min-height: 40px;
        background-color: transparent;
        width: 100%;
        top: -140px;
    }

    .nonedesk {
        display: block !important;
    }

    .rightsidead img {
        height: 100px;
        max-width: 100%;
        object-fit: cover;
    }

    .exo-menu>li>a {
        width: 100%;
        display: none;

    }

    .exo-menu>li {
        width: 100%;
    }

    .display.exo-menu>li>a {
        display: block;
        padding: 15px;
        text-align: left;
        background: white;
    }

    .exo-menu>li>a.active,
    .exo-menu>li>a:hover,
    li.drop-down ul>li>a:hover {
        background: #05713A;
        color: #fff !important;
    }

    a.toggle-menu {
        position: absolute;
        right: 0px;
        padding: 1px 25px 0px 0px !important;
        font-size: 46px;
        background-color: trans;
        color: #23364B;
        top: 0px;
    }

    .mega-menu,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down>ul {
        position: relative;
    }

    .frstRow .col-md-4 {
        width: 20%;
        float: left;
    }

    .frstRow .col-md-8 {
        width: 80%;
        float: left;
    }

    .frstRow {
        text-align: left;
    }

    .frstBlock h4 {
        font-size: 15px;
        line-height: 10px;
    }

    .frstBlock h5 {
        margin: 0;
        font-size: 14px;
        line-height: 14px;
        padding: 10px 0;
    }

    .frstBlock {
        border-bottom: 1px dotted #ccc;
        border-left: none !important;
    }

    .frstBlock .heading {
        margin-bottom: 10px;
    }

    .frstMenu li a {
        font-size: 15px;
        line-height: 15px;
        text-align: left;
    }

    .frstMenu {
        text-align: left;
    }

    .locationBox pr-5 {
        padding-right: 15px;
    }

    .locationBox pl-5 {
        padding-left: 15px;
    }

    .searchBoxTop li:first-child {
        width: 100%;
        padding: 0px 15px;
    }

    .searchBoxTop li {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .searchBoxTop .tg-navcurrency {
        padding: 5px 0 14px !important;
    }

    .tg-logo {
        width: 240px !important;
    }

    .tg-header .tg-logo {
        padding-left: 15px;
    }

    .tg-ad {
        margin-bottom: 10px;
    }

}

}

@media (min-width:992px) {
    .frstBlock .col-md-3 {
        width: 21%;
    }
}

a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 6px;
    font-size: 46px;
    background-color: #fff;
    color: #23364B;
    top: 0px;
}


a.toggle-menu .fa {
    font-size: 24px;
}

.drop-down-ul li {
    list-style: none;
}

.drop-down-ul {
    margin-left: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.frstBlock h4 {
    margin-bottom: 0;
    line-height: 16px;
}

.frstBlock .heading {
    font-size: 22px;
    font-weight: 650;
}

.frstBlock small {
    color: #333;
}

.frstMenu {
    margin-left: 0px;
}

.frstMenu li {
    list-style-type: none;
}

.frstMenu li a {
    color: #000;
    font-size: 16px;
    color: #363b4d;
    margin: 0 0 8px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.5;
    font-style: normal;
    text-transform: capitalize;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

.menuImg img,
.frstRow {
    margin-bottom: 10px;
}

.frstBlock {
    border-right: 1px dotted #ccc;
}

/*------------------New Menu Css End-----------------*/

.locationBox {
    padding: 10px;
    min-width: 300px;
}

.locationBox .form-control,
input[type="text"] {
    height: 34px;
}

.tg-navcurrency a {
    color: #000;
}


.flagbox {
    padding: 5px;
    min-width: 100px;
}

.flagbox li {
    display: block;
}

.flagbox ul {
    margin-left: 0px;
}

.flagbox li img {
    padding-right: 5px;
}

.flagbox li a,
.locationBox a {
    color: #000;
}

.flagbox li:hover {
    background-color: #ececec;
}

.mainhead h3 {
    margin-bottom: 20px;
}

.pt-5 {
    padding-top: 5px !important;
}