/**
  * Name: Dailist
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("themify-icons.css");
@import url("font-awesome.css");
@import url("elegant.css");
@import url("shortcodes.css");
@import url("animate.min.css");
@import url("owl.carousel.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Playfair+Display:400,400i,700,700i,900,900i');

/**
  *	Reset
  *	Repeatable Patterns
  *	Header
  * Main Navigation
  * Mobile navigation
  *	Show Search
  *	Page Title
  *	Flat Main Blog
  *	Flat Subscribe
  *	Footer
  *	Footer Bottom
  *	Main Single
  *	Preloader
*/

/* Reset
-------------------------------------------------------------- */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	   -ms-text-size-adjust: 100%;
}

.logo-ft img {
    width: 210px;
}

#logo img {
    width: 150px;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	   -ms-text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}
                          
ol, ul {
	list-style: none;
}

blockquote, q { 
	-webkit-hyphens: none;
	  -moz-hyphens: none;
	   -ms-hyphens: none;
	       hyphens: none;
	        quotes: none;
}

figure {
	margin: 0;
}

:focus {
	outline: 0;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	       box-sizing: border-box;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	border: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {

	font: 14px/24px "Helvetica Neue",Helvetica,Arial,sans-serif;
	/*font: 14px/24px "Montserrat", sans-serif;*/
	background-color: #fff;		
	color: #2c3e50;
	overflow: hidden;
	font-weight: 300;
}

a {		
	text-decoration: none;
	color: #2c3e50;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #4ca1af;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;		
}

b, strong {
	font-weight: 900;
}

button,
button:hover {
	border: none;}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    display: inline-block;
    color: #fff;
    padding: 0px 27px 0 27px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    background: #4ca1af;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 4px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
}

button.search-submit-form {
	position: absolute;
    right: 2px;
    top: 7px;
    padding: 0px 10px;
    color: #2c3e50;
    background-color: transparent;
    display: inline-block;
    height: 29px;
    line-height: 31px;
    font-size: 14px;
    border-color: transparent;
    border-left: 1px solid #4ca1af; 
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

select,
textarea,
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="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {	
	position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 18px;
    color: #2c3e50;
    border: 1px solid #4ca1af;
    height: 48px;
    background-color: transparent;
    margin-bottom: 19px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

input[type="search"] {
    width: 250px;  
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #ffffff;
}

input[type="email"] {
    padding: 8px 14px;
    color: #2c3e50;
    border: 1px solid #4ca1af;
    margin-bottom: 20px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #4ca1af;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	padding: 11px 18px;    
    height: 173px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #fff;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #fff;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

select,
textarea, 
input[type="text"],
input[type="submit"],
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,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	    color: #524f4f;
    font-weight: bolder;
}

select::-ms-expand {
 /* IE 8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 5-7 */
 filter: alpha(opacity=0);
 /* Good browsers :) */
 opacity:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

h1 { font-size: 32px; line-height: 66px; }
h2 { font-size: 30px; line-height: 24px; }
h3 { font-size: 24px; line-height: 24px; font-weight: 500; }
h4 { font-size: 16px; line-height: 24px; }

.clearfix {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.background-color {
	background-color: #f5f5f5;
}

/* Header
-------------------------------------------------------------- */
.header {
	background-color: #fff;
	position: relative;
	z-index: 9999;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Header Fix */
.header.downscrolled {
	position: fixed;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	top: -100px;
	opacity: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header.upscrolled {
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

/* logo */
#logo {
    float: left;
    margin-top: 18px;
    margin-left: 52px;

}

#logo a {
	font-size: 30px;
	color: #4ca1af;
	font-family: 'Playfair Display';
	font-weight: bold;
}

/* Navigation Wrap */
.nav-wrap {
	float: right;
	margin-right: 43px;
	height: 75px;
}

/* Main Navigation
-------------------------------------------------------------- */
.mainnav,
.button-header,
.show-search {
	display: inline-block;
}

#mainnav ul.menu > li {
	display: inline-block;
	position: relative;
}

#mainnav ul.menu > li {
	margin-right: 44.5px;
}

#mainnav ul.menu > li:last-child {
	margin-right: 46px;
}

#mainnav ul.menu > li > a {
	line-height: 73px;
	font-size: 16px;
}

/* Submenu */
#mainnav .menu > li > .submenu {
	opacity: 0;
	z-index: 9999;
	position: absolute;
	width: 250px;
	background-color: #777;
	top: 150px;
	left: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
	opacity:0.8 !important;
}

#mainnav .menu > li:hover > .submenu {
	opacity: 1;
	z-index: 1;
	top: 75px;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

#mainnav .menu > li > .submenu > li:not(:first-child) {
	border-top: 0px solid #333;
}

#mainnav .menu > li > .submenu > li > a {
	color: #fff;
	display: block;
	padding: 0px 0px 0px 15px;
	line-height: 50px;
	font-weight: 500;
}

#mainnav .menu > li > .submenu > li > a:hover {
	background-color: #4ca1af;
	color: #fff;
	padding-left: 25px;
}

/* Mobile navigation
-------------------------------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 10000;
	background-color: #2c3e50;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #ebebeb;
   	cursor: pointer
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 30px;
   	color: #fff;
}

#mainnav-mobi ul.submenu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #2c3e50;
}

#mainnav-mobi > ul > li > ul > li {
	position: relative;
	border-top: 1px solid #ebebeb;
}

#mainnav-mobi ul.submenu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 60px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

/* list menu */
.ad a {
    padding-left: 73px;
}
.ad1 a {
    padding-left: 73px;
}
.ad2 a {
    padding-left: 93px;
}
.imagebox .box-content .box-title.ad {
    position: relative;
}
.imagebox .box-content .box-title.ad1 {
    position: relative;
}
.imagebox .box-content .box-title.ad2 {
    position: relative;
}
.ad span {
    color: #fff;
    border-radius: 2px;
    border: 1px solid #f0dd08;
    padding: 0px 6px 0 9px;
    line-height: 21px;
    overflow: hidden;
    top: 1px;
    height: 20px;
    position: absolute;
    background-color: #f0dd08;
}
.ad1 span{
    color: #fff;
    border-radius: 2px;
    border-color: #398439;
    padding: 0px 6px 0 8px;
    line-height: 21px;
    overflow: hidden;
    top: 1px;
    height: 20px;
    position: absolute;
    background-color: #449d44;
}
.ad2 span{
    color: #fff;
    border-radius: 2px;
    border-color: #d9534f;
    padding: 0px 6px 0 8px;
    line-height: 21px;
    overflow: hidden;
    top: 1px;
    height: 20px;
    position: absolute;
    background-color: #d9534f;
}


/* list menu */

/*venda-setting*/

.checkbox {
    min-height: 20px;
    padding: 10px 19px 0 19px;
    font-weight: 400;
    cursor: pointer;
}


.gplus {
  font-size: 36px; 
  color: #dd4b39;
}
.text_check{
	padding: 3px 0 0 9px;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 14px;
}
.text_check1{
	padding-left: 30px;
}
/*venda-setting*/

/* Button menu mobile */
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	cursor: pointer;
	float: right;
    top: 25px;
    width: 25px;
    height: 25px;
    z-index: 9999;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #4ca1af;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 25px;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 25px;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	width: 25px;
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active:after {
	width: 25px;
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 50px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #ffffff;
}

.btn-submenu.active:before {
   content: "\f106"
}

/* Button Header */
.button-header {
	margin: 0 23px 0 10px;
	line-height: 10px;
}

.button-header a {
	color: #fff;
	font-size: 16px;
	padding: 14px 25px;
	border: 1px solid #CD3E02;
	border-radius: 25px;
	position: relative;
	display: block;
	font-weight:600;
	background-color: #CD3E02;
    -webkit-transition: all .8s cubic-bezier(.3,.95,.3,.95);
    -moz-transition: all .8s cubic-bezier(.3,.95,.3,.95);
    transition: all .8s cubic-bezier(.3,.95,.3,.95);
}

.button-header a:before {
	content: '';
	position: absolute;
	background-color: #CD3E02;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	opacity: 1;
	z-index: -1;
	visibility: visible;
	border-radius: 25px;
	-webkit-transition: all .8s cubic-bezier(.3,.95,.3,.95);
    -moz-transition: all .8s cubic-bezier(.3,.95,.3,.95);
    transition: all .8s cubic-bezier(.3,.95,.3,.95);
}

.button-header a:hover:before {
	opacity: 0;
	visibility: hidden;
	transform: scale(1.15);
}

.button-header a:hover {
	background-color: #CD3E02;
	color: #fff;
}

.button-header a i {
	font-size: 12px;
    margin-right: 17px;
    margin-left: 3px;
}

/* Show Search 
---------------------------------------------------------------*/
.show-search {
	float: right;
	margin-left: 21px;
}

.show-search > button {
	background-color: transparent;
	font-size: 18px;
	padding: 0;
	color: #2c3e50;
	border-color: transparent;
	height: 35px;
	line-height: 35px;
	width: 35px;
	display: block;
	border-radius: 50%;
	margin: 20px 0 30px;
	position: relative;
}

.show-search > button:hover {
	color: #247abb;
}

.show-search .top-search {
	position: absolute;
	visibility: hidden;
	z-index: 9;
	right: 13px;
	top: 150px;
	width: 250px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.show-search .top-search.active {
	top: 82px;
    visibility: visible;
    z-index: 99;
	opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
	padding: 38px 0 56px;
	position: relative;
	text-align: center;
	color: #ffffff;
}

.page-title .page-title-heading {
	font-family: 'Playfair Display';
	font-weight: bold;
	font-size: 36px;
	line-height: 72px;
	
}

.page-title ul.breadcrumbs li {
	display: inline-block;
	font-size: 16px;
}

.page-title ul.breadcrumbs li:not(:first-child) {
	padding-right: 0px;
	padding-left: 5px;
}

.page-title ul.breadcrumbs li a {
	color: #ffffff;
	padding-right: 5px;
}

.page-title ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

.page-title ul.breadcrumbs li span {
	font-size: 12px;
}

/* Flat Main Blog
-------------------------------------------------------------- */
.flat-main-blog {
	padding: 70px 0 80px;
}

/* Article Blog Post */
article.blog-post {
	background-color: #ffffff;
	box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.09);
	min-height: 430px;
}

article.blog-post .featured-post {
	padding: 10px;
}

article.blog-post .featured-post a {
	display: block;
	position: relative;
	overflow: hidden;
}

article.blog-post .featured-post a .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(76, 161, 175, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

article.blog-post .featured-post a img {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;

    height: 150px;
    object-fit: cover;
    object-position: center center;

}

article.blog-post:hover .featured-post a .overlay {
	opacity: 1;
}

article.blog-post:hover .featured-post a img {
	transform: scale(1.15);
}

article.blog-post .content-post {
	padding: 0 20px 5px;
	position: relative;
}

article.blog-post .content-post .entry-post ul.entry-meta {
	margin: 2px 0 0 2px;
}

article.blog-post .content-post .entry-post ul.entry-meta li.topic {
	float: left;
	font-family: 'Playfair Display';
}

article.blog-post .content-post .entry-post ul.entry-meta li.date {
	text-align: right;
	line-height: 23px;
}

article.blog-post .content-post .entry-post ul.entry-meta li a {
	color: #c2c2c2;
	font-size: 12px;
}

article.blog-post .content-post .entry-post h2.entry-title {
	font-size: 18px;
	font-weight: 500;
	margin-top: 9px;
	margin-bottom: 20px;
}

article.blog-post .content-post p {
    font-size: 14px;
    left: 21px;
    right: 25px;
    position: absolute;
    top: 93px;
}

article.blog-post .content-post .author-post {
	color: #c2c2c2;
	font-size: 12px;
	margin-top: 20px;
	line-height: 30px;
	position: absolute;
	top: 181px;
}

article.blog-post .content-post .author-post a:not(:hover) {
	color: #c2c2c2;
}

.height50 {
	height: 50px;
}

/* Flat Subscribe
-------------------------------------------------------------- */
.flat-subscribe {
	background: url("../images/blog/bg-01.png") top center no-repeat;
	padding: 47px 0 56px;
}

.flat-subscribe .subscribe-text {
	font-size: 16px;
	line-height: 72px;
	color: #ffffff;
	letter-spacing: 0.06px;
}

.flat-subscribe .subscribe-form form .subscribe-content .input-field input {
	border-color: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
	height: 40px;
	font-size: 16px;
    height: 50px;
    padding: 17px 1px 0;
}

.flat-subscribe .subscribe-form form .subscribe-content .input-field {
	position: relative;
	margin-top: 2px;
}

.flat-subscribe .subscribe-form form .subscribe-content button {
	background-color: transparent;
	position: absolute;
    right: 12px;
    top: 13px;
    color: #fff;
    padding: 0;
}

.flat-subscribe .subscribe-form form .subscribe-content button span {
	font-size: 18px;
}

/* Footer
-------------------------------------------------------------- */
footer,
.footer-bottom {
	background-color: #2c3e50;
}

footer {
	padding: 56px 0 59px;
	color: #fff;
}

/* Widget About */
.widget-about .logo-ft {
	margin-bottom: 4px;
}

.widget-about .logo-ft a {
	font-size: 30px;
	font-family: 'Playfair Display';
	font-weight: bold;
	color: #4ca1af;
	line-height: 72px;
}

.widget-about p {
	font-size: 14px;
}

/* Widget Categories */
.widget-categories {
	margin-left: -1px;
}

.widget-categories h3.widget-title,
.widget-contact h3.widget-title {
    margin-bottom: 24px;
    margin-top: 28px;
}

.widget-categories ul.one-half {
	float: left;
	padding-right: 30px;
}

.widget-categories ul.one-half li a {
	color: #fff;
	font-size: 14px;
}

.widget-categories ul.one-half li a:hover {
	color: #4ca1af;
}

/* Widget Contact */
.widget-contact h3.widget-title {
	margin-bottom: 26px;
	margin-left: 3px;
}

.widget-contact ul.contact-infomation li {
	font-size: 14px;
	padding-left: 29px;
	position: relative;
}

.widget-contact ul.contact-infomation li:before {
	content: '\f041';
	position: absolute;
	font-family: 'fontawesome';
	top: 0px;
    left: 1px;
	font-weight: 400;
}

.widget-contact ul.contact-infomation li.phone:before {
	content: '\f095';
}

.widget-contact ul.contact-infomation li.email:before {
	content: '\f003';
}

/* Widget Map */
.widget-map {
	margin-top: 21px;
}

/* Footer Bottom
-------------------------------------------------------------- */
.footer-bottom {
	border-top: 1px solid #4a5867;
	padding: 19px 0;
}

.footer-bottom .copyright {
	color: #c2c2c2;
	float: left;
}

.footer-bottom .copyright a:not(:hover) {
	color: #c2c2c2;
}

.footer-bottom ul.social-ft {
	float: right;
}

.footer-bottom ul.social-ft li {
	display: inline-block;
	margin-left: 31px;
}

.footer-bottom ul.social-ft li:first-child {
	margin-left: 0px;
}

.footer-bottom ul.social-ft li a:not(:hover) {
	color: #c2c2c2;
}

/* Main Single
-------------------------------------------------------------- */
.main-single {
	padding: 80px 0 80px;
}

/* Article Post Single */
article.post-single .featured-post {
	box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.09);
	margin-bottom: 30px;
}

article.post-single .featured-post img {
	border-radius: 6px;
}

article.post-single .entry-post {
	padding: 71px 85px 25px;
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.09);
	text-align: center;
	border-radius: 10px;
}

article.post-single .entry-post .entry-header {
    padding-bottom: 25px;
    margin-bottom: 24px;
	border-bottom:  1px solid #ededed;
}

article.post-single .entry-post .entry-header h2.entry-title {
	font-weight: bold;
	font-family: 'Playfair Display';
	margin-bottom: 28px;
}

article.post-single .entry-post .entry-header .entry-meta-post li {
	font-size: 12px;
	color: #c2c2c2;
	font-weight: 300;
}

article.post-single .entry-post .entry-header .entry-meta-post li.topic {
	font-family: 'Playfair Display';
	font-weight: 400;
}

/* Entry Post */
.entry-post .entry-content {
	padding: 0 70px 45px;
}

.entry-post .entry-content .entry-answer .question {
	font-size: 16px;
	font-weight: 400;
}

.entry-post .entry-content .entry-answer {
	margin-bottom: 12px;
	padding: 0 15px;
}

.entry-post .entry-content .entry-answer .reply span {
	line-height: 36px;
}

.entry-post ul.social {
	padding-top: 27px;
	position: relative;
}

.entry-post ul.social:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 370px;
	height: 1px;
	background-color: #ededed;
	margin-left: -185px;
}

.entry-post ul.social li {
	display: inline-block;
	padding: 0 16px 0 15px;
}

.entry-post ul.social li a:not(:hover) {
	color: #c2c2c2;
}

/* Main Single Comment */
.main-single-comment {
	padding-top: 77px;
}

/* Comment Area */
.comment-area .comment-title {
	font-weight: bold;
	font-family: 'Playfair Display';
	margin-bottom: 63px;
}

.comment-area ol.comment-list li.comment:not(:last-child) {
	margin-bottom: 30px;
}

.comment-area article.comment-body .comment-image  {
	width: 70px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 31px;
}

.comment-area article.comment-body .comment-content {
	overflow: hidden;
}

.comment-area article.comment-body .comment-content .comment-metadata {
	color: #c2c2c2;
	font-size: 12px;
	line-height: 16px;
}

.comment-area article.comment-body .comment-content h5 {
	font-weight: 500;
	font-size: 16px;
	margin: 6px 0 4px;
}

.comment-area article.comment-body .comment-content .comment-author {
	color: #c2c2c2;
}

.comment-area article.comment-body .comment-content .comment-author a {
	color: #2c3e50;
}

.comment-area article.comment-body .comment-content p {
	margin: 22px 0 24px;
}

.comment-area article.comment-body .comment-content .comment-like ul {
	float: left;
}

.comment-area article.comment-body .comment-content .comment-like ul li {
	display: inline-block;
	padding-right: 18px;
}

.comment-area article.comment-body .comment-content .comment-like ul li a i {
	font-size: 16px;
	margin-right: 9px;
}

.comment-area article.comment-body .comment-content .comment-like .comment-reply {
	float: right;
}

.comment-area .load-more {
	text-align: center;
	margin-top: 56px;
	font-weight: 400;
}

.comment-area .load-more a {
	padding: 13px 0 11px;
	display: block;
	border: 1px solid #ededed;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
}

.comment-area .load-more a:hover {
	color: #fff;
	background-color: #4ca1af;
}

/* Comment Respond */
.comment-respond {
	margin-top: 46px;
}

.comment-respond .comment-reply-title {
	font-family: 'Playfair Display';
	font-weight: bold;
	margin-bottom: 24px;
	font-size: 24px;
}

.comment-respond form .comment-form-email,
.comment-respond form .comment-form-title {
	float: left;
	width: 50%;
}

.comment-respond form .comment-form-email {
	padding-right: 15px;
}

.comment-respond form .comment-form-title {
	padding-left: 15px;
}

.comment-respond form div input,
.comment-respond form div textarea {
	border-radius: 4px;
}

.comment-respond form div input {
	height: 50px;
	margin-bottom: 16px;
	color: #2c3e50;
}

.comment-respond form div input,
.comment-respond form div textarea {
	border-color: #ededed;
}

.comment-respond form div input:focus,
.comment-respond form div textarea:focus {
	border-color: #c2c2c2;
}

.comment-respond form div textarea {
	margin-bottom: 6px;
	height: 130px;
}

.comment-respond form div label {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 3px;
}

.comment-respond form .submit-form {
	margin-top: 26px;
}

.comment-respond form .submit-form button {
    border-radius: 35px;
    padding: 0px 56px 0 56px;
    font-size: 16px;
    letter-spacing: -0.1px;
    position: relative;
    z-index: 99;
}

.comment-respond form .submit-form button:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
	background: #4ca1af;
    border: 0px solid #4ca1af;
    opacity: 1;
    visibility: visible;
    z-index: -2;
    -webkit-transition: all .8s cubic-bezier(.3,.95,.3,.95);
    -moz-transition: all .8s cubic-bezier(.3,.95,.3,.95);
    transition: all .8s cubic-bezier(.3,.95,.3,.95);
}

.comment-respond form .submit-form button:hover:before {
	opacity: 0;
	transform: scale(1.2);
	visibility: hidden;
}

.comment-respond form .submit-form button:hover,
.comment-respond form .submit-form button:visited {
	color: #fff;
	background-color: #2c3e50;
}

/* Reviewer */
.reviewer {
    margin-left: 69px;
    padding-left: 30px;
    margin-top: 3px;
	border-left: 1px solid #c2c2c2;
}

.reviewer .reviewer-image img {
	border-radius: 7px;
}

.reviewer .reviewer-info {
	margin: 27px 0 15px;
}

.reviewer .reviewer-info h5 {
	margin-bottom: 4px;
	font-size: 16px;
}

.reviewer .reviewer-info span {
	font-size: 12px;
	color: #c2c2c2;
}

.reviewer .reviewer-info .social-re {
	margin-top: 11px;
}

.reviewer .reviewer-info .social-re li {
	font-size: 12px;
}

.reviewer .review-content p {
	font-size: 12px;
}
.reviewer .reviewer-info .social-re li {
	display: inline-block;
	margin-right: 8px;
}

.reviewer .reviewer-info .social-re li a:not(:hover) {
	color: #c2c2c2;
}

/* Preloader
-------------------------------------------------------------- */
.preloader {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.clear-loading {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.loading-effect-2 {
	width: 100px;
	height: 100px;
}

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid #4ca1af;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.loading-effect-2 > span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-left-color: transparent!important;
	-webkit-animation: effect-2 2s infinite linear;
	-moz-animation: effect-2 2s infinite linear;
	-ms-animation: effect-2 2s infinite linear;
	-o-animation: effect-2 2s infinite linear;
	animation: effect-2 2s infinite linear;
}

.loading-effect-2 > span:before {
	width: 75%;
	height: 75%;
	border-right-color: transparent!important;
}

.loading-effect-2 > span:after {
	width: 50%;
	height: 50%;
	border-bottom-color: transparent!important;
}

@-webkit-keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		}	to {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

@keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		}	to {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

/*----28-06-2018 -----*/

.gap5{display:block; height:5px; clear:both;}
.gap60{display:block; height:60px; clear:both;}
.gap40{display:block; height:40px; clear:both;}
.gap30{display:block; height:30px; clear:both;}
.gap25{display:block; height:25px; clear:both;}
.gap20{display:block; height:20px; clear:both;}
.gap15{display:block; height:15px; clear:both;}
.gap1{display:block; height:1px; clear:both;} 
.gap3{display:block; height:3px; clear:both;} 
.gap10{display:block; height:10px; clear:both;}
.font10{font-size:10px !important; line-height:16px;}
.font11{font-size:11px; line-height:16px;}
.gap50{display:block; height:50px; clear:both;}
.gap40{height:40px; clear: both;}
.gap50{height:50px; clear: both;}
.gap100{ height: 100px; clear: both;}	


.sections {
    background: #fff none repeat scroll 0 0;
    border-radius: 9px;
    padding: 30px 0;
    text-align: center;
}

.sections2 {
 	background:#fff;
	
}

.sec_back {
    background: #fff none repeat scroll 0 0;
    border-radius: 9px;
    }

.user_logo {
    border-radius: 50%;
}

.cus_name {
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
}
 .tab_head {
	font-size:20px;
	padding:13px 0px 0px;
}

.phone_num {
    font-size: 18px;
}

.demo {
    font-size: 30px;
    padding-bottom: 20px;
}

.cat_head {
	font-size: 22px;
	padding-bottom:5px;
}
.category
{
    list-style:none;
    position: relative;
}

.category > li {
    cursor: pointer;
   font-size: 13px;
    padding: 10px 0;
}

.minus {
    bottom: 86px;
    font-size: 42px;
left: 102px;
    position: absolute;
}

.price {
    font-size: 20px;
    padding: 16px 0;
}

.result_div {
    font-size: 18px;
    background: #fff;
}

.grid {
	cursor:pointer;
}

.list {
	cursor:pointer;
}

.ad_head {
    font-size: 30px;
    padding: 20px 0;
}

.ad_details {
   background: #fff none repeat scroll 0 0;
    padding: 18px 0;
}


.ad_head_title {
	font-size: 20px;
}

.ad_details1 {
    background: #fff none repeat scroll 0 0;
    padding: 18px 0;	
}

.items_detail {
    background: #fff none repeat scroll 0 0;
	  padding: 10px 21px;
}


.ad_posted1 {
    background: #fff none repeat scroll 0 0;
    padding: 18px 16px;
}

.ad_details2 {
    background: #fff none repeat scroll 0 0;
    padding: 18px 18px;	
}

.post_det_head {
	font-size:20px;
	padding:20px 0px;
}

.timing {
    font-size: 15px;
    padding: 10px 0;
}

.view {
    float: right;
}

.user_info {
    background: #fff none repeat scroll 0 0;
    padding: 18px 18px;	
}


.items_detail{
	border: 1px solid #fff;
	background:#FFFFFF;
	padding: 11px;
}
.place{
	padding-left: 46px;

}
.timing{
	font-size: 12px;
	color: #4C5B75;
}
.view{
	float: right;
}
.image_items{
	border: 1px solid #7D7978;
	padding: 7px 81px
}
.highlights{
	color:#82C91E;

}
.free{
	border: 1px solid #F4F3EE;
	text-align: center;
	background: #F4F3EE;
	padding: 7px 0;
	color:#82C91E;
	font-size: 18px;
}
.free > a{
	color:#82C91E;
}
.free > a:hover{
	color:#82C91E;
}

.btn_win{
	 background-color: #009900;
    height: 28px;
    padding: 3px 8px;
}
.success_btn {
	color: #4cae4c;
	background-color: #EFEFEF;
	border: 2px solid #4cae4c;	
}
.danger_btn {
	color: #d9534f;
	background-color: #EFEFEF;
	border: 2px solid #d9534f;	
}
.amount{
	color: #D8375E; 
	text-align: right;
}
.amount1{
	color: #D8375E;
padding-left: 151px;
}
.amount2{
	color: #D8375E;
padding-left: 77px;
}

.amount3{
	color: #D8375E;
padding-left: 189px;
}
.amount4 {
    color: #D8375E;
    padding-left: 124px;
}
.amount5 {
    color: #D8375E;
    padding-left: 150px;
}
.amount6 {
    color: #D8375E;
    padding-left: 205px;
}

.amount7 {
    color: #D8375E;
    padding-left: 177px;
}
.amount8 {
    color: #D8375E;
    padding-left: 252px;
}
.amount9 {
    color: #D8375E;
    padding-left: 278px;
}
.amount10 {
    color: #D8375E;
    padding-left: 307px;
}
.rated li{
padding-right: 74px;
margin-right: 17px;
line-height: 1;
color: #000;
}
.login_us {
  background: #116216 !important;
  color: white;
}
.heart {
  background: #bb0000;
  color: white;
}
.whatsapp {
  background: #00b489;
  color: white;
}
.social_buttons{
	float: right;
}
.high{
  background: #63c32c none repeat scroll 0 0;
    color: #fff;
    font-size: 31px;
    padding: 25px 0;
    text-align: center;
}
.nego{
	text-align:center;
	color: #fff;
	background: #63C32C;
}
.particular_name{
	color:#82C91E;
	font-size: 18px;
}
.particular_name > a{
	color:#82C91E;
}
.particular_name > a:hover{
	color:#82C91E;
}
.rules{
	font-size: 12px;
}
.message{
	font-size: 18px;
	padding: 15px 0;
}
.red{
	color: #F15051;
}
.warn{
	width: 100%;
}


.condition {
	padding:20px 0px;
	font-size: 15px;
}

.queue1 {
    color: #4CAF50;
    font-size: 23px;
    font-weight: bold;
 float: right
}	



.rating > li {
    color: #000 !important;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
}

.similar_ad {
	font-size:20px;	
	padding:20px 0px;
}

.open i{
	cursor:pointer;
}

.fav_icon {
float:right;
cursor:pointer;
}

.ad_detail_user {
    padding-top: 23px;
}

.number {
   
    font-size: 18px;
    padding: 0 7px;
}

.btn.btn-default.face_save {
    font-size: 13px;
    height: 29px;
    
}

.back {
 	background: #fff;
}

.address1 {
    padding-right: 17px;
}

.photo_head {
    padding: 0 16px;
}

/*----29-06-2018 -----*/

.items_detail1 {
    background: #fff none repeat scroll 0 0;
	  padding: 10px 21px;
}


.user_info1 {
    padding: 12px 0;
}	

.user_logo {
	border-radius:50%;
}

.verified_icon {
	color:#63C32C;
}

.verified {
    font-size: 17px;
    padding: 5px 0 2px;
}

.product_details {
	padding-left:2px;
}

.head_tips {
    font-size: 17px;
    padding-top: 11px;
}

.safety_tips {
    font-size: 13px;
    list-style: outside none circle;
    padding-left: 20px;
}

.social_save {
	float:right;
    padding-top: 6px;
}

.user_phone {
	float: left;
}

.login_us {
	 background:#0F6317;
	color:#fff;
}


.login-social a.login_us::before {
    background-color: #116216;
}

.edit_btn1 {
	height:30px;
}

.delete_btn1 {
	height:30px;
}

.btn.btn-success.save {
    height: 40px;
    width: 100%;
}

/*-----30-06-2018-----*/

.places {
	list-style:none;
}

.places > li {
    padding: 7px 0;
}

.fade_data {
 background: #14651d none repeat scroll 0 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;

    border-top-right-radius: 2px;
    padding: 20px 0;
}
.places > li > a {
    color: #fff;
}


.tab_data {
    margin-left: 1px !important;
}

.edit_phone_details {
	padding:10px 0px;
}

.radio_text {
	vertical-align:middle;
	margin:0 !important;
}

/*----04-07-2018------*/
.fa.fa-home.home_icon {
    font-size: 20px;
}

.external_ad {
    background: #60C39B;
    padding: 35px 25px;
}

.ad_text {
	padding:20px 0px;
}

.ad_title {
    padding-top:5px;
    font-size: 20px;
}

.ad_title_text {
    padding: 6px 0px 10px;
}

.condition1 {
    padding: 20px 0px;
    font-size: 15px;
}

.cus_name1 {
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.user_registered {
	color:#FFAD43;
}

.btn.btn-success.req_btn {
    height: 32px;
    width:100%;
}

.user_image {
	width: 57%;
	border-radius:50%;
}

.message_title {
   font-weight:bold;
    font-size: 20px;
}
.msg_sent {
	font-size: 15px;
	padding: 1px 0px 7px;
}

.action_div {
	padding:3px 0px;
}

.msg_chkbox {
	float:left;
}

.archive_btn {
	float: left;
	height: 32px;
	margin-left: 6px;
}

.archive_btn1 {
    float: left;
    height: 32px;
    margin: 0px 12px 1px 6px;

}

.msg_box {
    border-radius: 4px;
    border-color: #c2c2c2;
    height: 35px;
padding: 0px 16px;
}

.user_details {
    font-size: 20px;
}



.wrap-listing  span {
    position: absolute;
    right: 15px;
    top: 16px;
}

#mainnav ul.menu > li.active > a {
    color: #4CA1AF !important;
}

.wrap-box-search {
    background-color: #fff;
    border-radius: 40px;
    padding: 4px 0 10px !important;
    margin-top: 25px;
}

.imagebox .box-content .box-title a {
    font-size: 18px;
    font-weight: 600;

}

.sub_category {
	font-size:13px;
	font-weight: 500;
	height: 25px;
	width: 94px;
	overflow: hidden;
}

.imagebox .address {
    padding: 16px 25px 15px;
    border-top: 1px solid #ebebeb;
    overflow:hidden;
}




#footer {
    width: 100%;
    display: table;
    margin: 0;
    padding: 20px 15px 15px 15px;
    background: #4c555f;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: 100;
    color: #99a2ad;
}

#footer .inside, #pre-footer .inside {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

#footer .line {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 15px 0;
    color: #fff;
}

#footer .line.share {
    margin-top: 8px;
}

#footer .share > span {
    display: inline-block;
    margin: 0 5px;
}

#footer i.fa-circle {
    font-size: 5px;
    margin: 0 10px;
    vertical-align: 2px;
    line-height: 18px;
}

#footer a {
    text-decoration: none;
    font-weight: 100;
    font-size: 14px;
    color: #fff;
}

#footer a:hover {
    color: #fff;
}

#footer .share > span > a {
    color: #fff;
    float: left;
    padding: 8px 0;
    text-align: center;
    font-size: 22px;
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 6px;
}

#pre-footer {
    width: 100%;
    display: table;
    margin: 0;
    padding: 35px 15px;
    background: #e5c800;
    text-align: center;
    line-height: 20px;
}

#footer .inside, #pre-footer .inside {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

#pre-footer a {
    color: #000033;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: -0.4px;
    line-height: 20px;
    display: inline-block;
}

#pre-footer i.fa-circle {
    font-size: 6px;
    color: #fff;
    margin: 0 10px;
    line-height: 20px;
    display: inline-block;
    vertical-align: 3px;
}

/*----07-07-2018-----*/


.top_plan {
    background: #72B847;
    color: #fff !important;
    font-size: 26px;
    margin: 0px 24px 1px;
 border-radius: 7px;
}


.top span {
    color: #fff;
    border-radius: 2px;
    border-color: #398439;
    padding: 0px 6px 0 8px;
    background-color: #449d44;
}

.boost a {
	overflow: hidden !important;
}
.boost span {
    color: #fff;
    border-radius: 2px;
    border-color: #398439;
    padding: 0px 6px 0 8px;
    background-color: #ff8080;
}


/*-----09-07-2018----*/

.policy {
    padding: 20px 0px 10px;
}

.policy_text {
    font-weight: 500;
    padding: 20px 0px;
}

.plan_details {
    padding-bottom: 40px; 
}

/*10-07-2018----*/

td {
    border: none !important;
}

tr {
    background-color: #fff !important;
}


.product_detail {

    padding: 7px 0px;
    background: #eeee;
    margin-top: 15px;

}

.chat_msg {
	background-color:#aaa;
	float:left;
}

.user_msg {
    width: 33%;
    border-radius: 50%;
}

.chat_logo > img {
    border-radius: 50%;
    width: 100%;
    margin: 6px 0px 1px 0px;
}
.text_msg {
    padding: 11px 13px;
}

.product_price {

    font-size: 29px;
    color: #ff0000;
}

.place_ad {
    text-align: center;
    margin-top: 40px !important;
}

.featured_ad {
    padding: 30px 0 0px !important;
}

.blogs {
    padding: 3px 0 40px !important;
}


/*---11-07-2018----*/

.top span {
    color: #fff;
    border-radius: 2px;
    border-color: #398439;
    padding: 2px 6px 3px 6px;
    background-color: #449d44;
}

.boost a {
	overflow: hidden !important;
}
.boost span {
    color: #fff;
    border-radius: 2px;
    border-color: #398439;
    padding: 2px 6px 2px 8px;
    background-color: #ff8080;
}

.imagebox ul.location1 {
   padding: 10px 12px 15px;
  
}

.imagebox .address1 {
    padding: 0;
    border-top: none;
}

.personal_info {
	border-color:#c2c2c2 !important;
}

.fgreen {
	cursor:pointer;
	color:#82C91E;

}
.forange {
	cursor:pointer;
	color:#F0B108;
}

.report1 {
    line-height: 11px !important;
    height: 34px;
    padding: 10px;
    font-size: 14px;
    float: right;
}

/*----17-07-2018----*/

.text-heading {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.pro_price {
color: #ff0000;
font-weight: 400;
font-size: 22px;
}

.turn_on {
	margin-top:35px !important;
}

.footer {
    padding: 60px 0px 10px;
}

.footer_back {
	background-color: #2c3e50;
}

.order > ul > li  {
    color: #fff;
}
.order > ul > li a {
    color: #fff;
}

.head1 {
    font-weight: bold;
    padding-bottom: 6px;
}

.nav.nav-pills > li {
    padding: 9px 1px;
    border-radius: 50%;
    font-size: 13px;
}

.social_icons {
   	 color: #fff;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 16px 0px 10px;
}

.twitt {
	background-color: #1DA1F2;
	padding: 9px 11px;
	border-radius: 50%;
}

.face {
	background-color: #35558B;
	padding: 11px 17px;
	border-radius: 50%;
	font-size: 24px !important;
}

.google {
	background-color: #CD4F43;
	padding: 12px 10px;
	border-radius: 50%;
	font-size: 19px !important;
}

.pin {
	background-color: #B8232A;
	padding: 11px 13px;
	border-radius: 50%;
	font-size: 23px !important;
}

.ytube {
	background-color: #D52014;
	padding: 11px 13px;
	border-radius: 50%;
	font-size: 22px !important;
}

.rss {
    background-color: #FEA500;
    padding: 10px 12px;
    border-radius: 50%;
}

.insta {
	background-color: #39698E;
	padding: 10px 12px;
	border-radius: 50%;
}
.follow {
    text-align: center;
   font-size: 20px;
}

/*---18-07-2018----*/

.sub_category1{
	font-size:15px;
	padding-top: 10px;
	}


/*----19-07-2018----*/

.nav.nav-pills > li > a > i {
    color: #fff;
}

.nav > li > a {
    padding: 10px 7px;
}

.boost_grid span {
	color: #fff;
	border-radius: 2px;
	border-color: #398439;
	padding: 4px 12px 4px 10px;
	background-color: #ff8080;
	position: absolute;
	bottom: 157px;
	left: 85px;
	font-weight: bold;
}

.top_grid span {
    color: #fff;
    border-radius: 2px;
    border-color: #398439;
    padding: 2px 6px 3px 6px;
    background-color: #449d44;
}

.ad_section {
	width:93% !important;
}

.top_regions {
	display:none;
}

.region {
    color: #fff;
    font-size: 20px;
padding-bottom: 15px;
}

.show_region {
    color: #64A639;
    text-decoration:underline;
   cursor:pointer;
}

.about_listing {
    padding-bottom: 12px;
}

.category > li > img {
    height: 20px;
    width: 20px;
}
.search {
    padding-top: 13px;
    font-size: 23px;
}

.my_ad_title{
	padding-bottom: 15px;
}

.expires {
    padding-top: 10px;
}

.ad_expire {
    font-size: 14px;
}

.top_expire {
    font-size: 14px;
}

.interval {
    position: absolute;
    top: 348px;
    right: 432px;
}

.count_no {
    font-size: 30px;
}

.no_visitors {
    padding: 12px 0px;
    color: #fff;
    font-weight: bold;
}
.count {
padding: 26px 0px;
}

/*----20/08/2018----*/
.plus_btn {
    font-size: 25px;
    height: 38px;
    line-height: 15px;
    padding: 6px;
    width: calc(100% - 1px);
    text-align: center;
}

.minus_btn {
    font-size: 25px;
    height: 38px;
    line-height: 15px;
    padding: 6px;
    width: calc(100% - 1px);
    text-align: center;
}

.input_box {
    display: inline !important;
    margin-bottom: 0px !important;
    height: 38px !important;
    padding: 6px !important;
    width: calc(100% - 1px) !important;
    text-align: center;
}

.go_btn {
    height: 38px;
    margin-left: 3px;
    padding: 6px 2px;
    width: calc(100% - 1px);
    text-align: center;
}

.table_head > th {
    font-weight: bold;
    text-align: center;
    background: #4CA1AF;
    color: #fff;
}
.table_body > td {
    text-align: center;
    border: 1px solid #eee !important;
    padding: 18px 0px !important;
}

.caro_content {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
}



.user_pic a {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%) scaleX(1.5);
    z-index: 99;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    font-weight:500;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.user_pic:hover a {
    opacity: 1;
    transform: translate(-50%, -50%) scaleX(1);
}

.search-btn {
    padding: 1px 32px 0px !important;
    height: 35px;
    font-size: 15px;
    margin-top: 8px;
    line-height: 0px !important;
}

.filter_search span {
    bottom: 29px;
    left: 214px;
}

.forgot_pass {
    font-size: 16px;
    padding: 48px 1px 33px;
    font-weight: 500;
}

/*----21-07-2018----*/
.visitors
{
	background-color:#579A2E;
	text-align:center;	
}

.phone_view
{
	background-color:#FFC200;
	text-align:center;
}

.chat_request
{
	background-color:#4B72FF;
	text-align:center;
}

.gold {
    background-color: #e6c300 !important;
}

.platinum {
    background-color: #e5e4e2 !important;
}

.details .pro_title {
    font-size: 24px !important;
/*    line-height: 0px !important;	*/
    padding-left: 0px !important;
    font-weight: 600;
}

.detail_title span {
    color: #fff !important;
    border-radius: 2px;
    border-color: #398439;
    padding: 0px 6px 0 8px;
    background-color: #ff8080;
    font-weight: 700;
    top: 0 !important;
}
.box-title.details {
   padding: 25px 0px 20px;
}

li.premium a {
    padding: 10px 161px !important;
}

.social_icon > li a:hover {
    background-color: transparent;
}

.pop_btn a {
    padding: 9px 8px !important;
    font-size: 13px;
    background-color: #449d44;
z-index: auto;
}

/*----23/07/2018------*/
.forgot1 {
    color: #fff;
    font-weight: 500;
}

.top_grid span {
	color: #fff;
	border-radius: 2px;
	border-color: #398439;
	padding: 5px 24px 4px 20px;
	background-color: #449d44;
	position: absolute;
	top: 135px;
	left: 95px;
        font-weight: bold;
}

.upload_image {
    font-size: 22px !important;
}

/*-----25-07-2018-----*/
.modal_data{
	margin-top: 160px;
}

.errors {
    position: unset !important;
    color: red;
    font-size: 15px;
    font-weight: 400;
}

.errors1 {
    position: unset !important;
    color: red;
    font-size: 15px;
    font-weight: 400;
}

.phone_edit_txt {
    padding: 6px 0px 20px;
}

/*-----26-07-2018-----*/

.login-form form .wrap-login input {
    margin-bottom: 0px;
}

.wrap-login {
	margin-bottom:20px;
}
h3 {
    font-size: 16px;
 line-height: 23px;
    font-weight: 500;
}

.modal-header {
    padding: 16px 25px 0px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 10px !important;
}

.modal-header .close {
    margin-top: -8px;
}

h2 {
    font-size: 24px;
}


.connect_social {
    padding: 73px 68px 273px 35px;
    border-left: 1px solid #7197a3;
    margin-top: 75px;
}

/*-----28-07-2018-------*/

.nav_menu .active{
	background:#4CA1AF;
	color:#fff;
}


/*----31-07-2018-----*/
.cat_name {
    padding-top: 14px;
}


/*----01-08-2018----*/
.category img {
    width: 24px;
    height: 24px;
}

.login_button {
	color:#2FA1AC;
}

.modal_report {
    margin-top: 120px !important;
}

/*----02-08-2018---*/
.profile_logo {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.contact_price {
    font-size: 19px;
    color: #ffc14d;
    font-weight: bold;
}

.free_cost {
    font-size: 20px;
    color: #00b33c;
    font-weight: bold;
}

.error_icon{
	color:#ff0000;
    margin: 3px 17px 0px 0px;
	float:left;
}

.show1{
	display:none;
}

./*-----10-08-2018-----*/

/*
 * 13-08-2018
*/

#demo{
    position: relative !important;
}
.custom-owl-nav {
    display: block;
    position: absolute;
    top: 0;
    font-size: 44px;
    width: 100%;
    color: #fff;
    bottom: 0;
    height: 1px;
    margin: auto;
}
.custom-owl-nav .owl-next:hover{
    background-color:rgba(0,0,0,0.8) !important;
    color: #fff !important;
}
.custom-owl-nav .owl-prev:hover{
    background-color: rgba(0,0,0,0.8) !important;
    color: #fff !important;
}

/*----- 17-08-2018 -----*/

.twitter {
    background-color: #EA4335 !important;
    z-index: unset !important;
}
.facebook:hover {
	background-color:#2E5D93 !important;
}

.image_link {
    border: 2px solid gray;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 4px 1px;
    border-radius: 50%;
    background-color: #fff;
}

.limit_txt {
    text-align: center;
    font-size: 14px;
    padding: 12px 0px;
}

.upload_txt {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding-top: 20px;
}

.edit_btn {
    background-color: #00b377;
    padding: 3px 12px;
    color: #fff;
}


/*-- Index Inline --*/
.imagebox .box-header .box-image a {
   color: #fff !important;
    padding: 80px 110px;
}

.imagebox .box-imagebox {
    margin-bottom: 40px;
}

.imagebox.style1 .box-imagebox {
    display: flex;
    height: 200px;
}

.top span {
	color: #fff;
	border-radius: 2px;
	border-color: #398439;
	padding: 5px 24px 4px 20px;
	background-color: #449d44;
	position: absolute;
	top: 149px;
	left: 95px;
        font-weight: bold;
}

.boost span {
	color: #fff;
	border-radius: 2px;
	border-color: #398439;
	padding: 5px 21px 4px 20px;
	background-color: #ff8080;
	position: absolute;
	top: 149px;
	left: 86px;
	font-weight: bold;
	font-size:14px;
}

.page-title {
	padding: 0;
	height: 340px;
}
.iconbox .box-cnt {
    padding: 45px 20px !important;
}

.flat-iconbox.style1 .flat-row-title {
    margin-bottom: 25px;
}
.btn.active, .btn:active {
    background-color: green !important;
    color: #fff !important;
}

.wrap-box-search form > span.location {
    width: 260px;
}
.wrap-box-search form > span {
    float: left;
    width: 280px;
}

.wrap-box-search form > span.categories {
    width: 280px;
}

.page-title-heading {
	font-family: 'Playfair Display';
	font-weight: bold;
	font-size: 36px;
	line-height: 72px;
	color: #fff;
	text-align: center;
}
/*--/ Index Inline --*/


.social_icon {
    display: inline-block;
}


.imagebox .box-header .box-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.box-image > img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.imagebox .box-header .box-image:after {
    content: none;
}

.imagebox.style2 .box-header {
    float: none;
    max-width: 100%;
}

.imagebox.style2 .box-header .box-image {
    height: auto;
}

.imagebox.style2 .box-header .box-image > img {
    height: 270px !important;
    width: 100%;
}

.go_search {
    padding: 0px 22px 0 22px !important;
}

.imagebox .box-content .box-title.my_ad_title > a {
    font-size: 16px;
}

.imagebox .address > span {
    display: block;
    height: 28px;
    overflow: hidden;
}

.box-title.top.top_index {
    height: 28px;
    overflow: hidden;
}

.imagebox .box-content .box-desc.desc {
    height: 75px;
    overflow: hidden;
}

.menu-list {
    display: inline-block;
}

.menu-list > li {
    display: inline-block;
    text-align: center;
}

.menu-list > li > a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 30px 30px 40px;
}

.menu-list > li > a > img {
    transition: transform 0.5s;
}

.menu-list > li > a:hover > img {
    transform: rotateY(180deg);
}

.page-title.parallax > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.box-header {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.box-header .topAd {
    background: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 6px 50px 8px 8px;
    position: absolute;
    bottom: -8px;
    border-top-right-radius: 100%;
    font-weight: 600;
    font-size: 13px;
    left: 0;
}

.box-header .topAd.preAd {
    background: #76b51b;
}

.imagebox .box-header .box-image.list_viw {
    height: 100%;
}

.page-title.parallax1 {
    height: auto;
    min-height: 100px;
}

.locBottom {
    padding: 15px;
}

.text-desc .carousel-inner > .item {
    text-align: center;
}

.text-desc .carousel-inner > .item > img {
    display: inline-block;
}

.detail_preAd {
    display: inline-block;
    background: #76b51b;
    padding: 4px 20px;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    
}

.sidebar .involve ul li .img-box {
    height: 65px;
}

.sidebar .involve ul li .img-box .similar_ads {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.services_btns a {
    background: transparent;
    display: block;
    color: #fff;
    padding: 15px 15px;
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 30px;
    border: 1px solid #fff;
}

.services_btns a.active {
    background: teal;
}

.topTitle1 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.price-number1 {
    margin-bottom: 10px;
    text-decoration: line-through;
    font-size: 18px;
    color: #999;
}

.price-number2 {
    margin-top: 10px;
    font-size: 18px;
}

.price-box .price-header {
    position: relative;
    overflow: hidden;
}

.priceOff {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    background: #ff0000;
    color: #fff;
    padding: 16px 25px 5px;
    position: absolute;
    top: -8px;
    right: -40px;
    transform: rotate(45deg);
    width: 120px;
    height: 60px;
    line-height: 18px;
}

.goldPrice {
    background: #D4AF37;
}

.silverPrice {
    background: #e5e4e2;
}

.platinumPrice {
    background: #c1bcbc;
}

.preShade {
    background-color: #e6ffcc !important;
}

.userIcon {
    display: inline-block;
    position: relative;
}

.stateBox_inner {
    padding: 15px;
    border: 1px solid #ccc;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #e6ffcc;
}

.stateBox_top {
    display: inline-block;
    background: #e6ffcc;
    border: 1px solid #ccc;
    border-top-right-radius: 30px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 30px;
    margin-bottom: -1px;
}

.stateBox_top li {
    background: #fff;
    display: inline-block;
    border-right: 1px solid #999;
    padding: 8px 20px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.stateBox_top li:last-child {
    background: transparent;
    border-right: none;
}

.stateBox_inner a {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    display: inline-block;
    padding: 3px 0;
}

.btn_showmore {
    float: right;
    font-size: 12px !important;
}

.btn_showmore i {
    font-size: 22px;
    font-weight: 600;
    vertical-align: middle;
}

.stateBox_subinner {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.catTopic {
    font-size: 26px;
    font-weight: 600;
}

.catTopUl li {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px 5px 0;
    font-weight: 500;
}

.catTopUl li > a {
    color: #70b93f;
}

.list_categories {
    background-color: #fff;
    padding: 10px 15px 20px;
    border-radius: 4px;
}

.list_categories .category li .category {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}

.results {
    padding: 10px;
}

.result_sort {
    font-size: 15px;
    display: block;
    text-align: center;
    padding: 10px;
}

.result_sort.active {
    background: radial-gradient(#fff 40%, #ccc);
}

.filter_icon {
    padding: 10px;
}

.bussVideo iframe {
    width: 100%;
}

.personalBox {
    text-align: left;
    padding: 0 15px;
}

.personalBox i {
    font-size: 16px;
    width: 20px;
    text-align: center;
    color: #4ca1af;
}

.personalBox strong {
    font-weight: 600;
    color: #4ca1af;
}

.personalBox h4 {
    color: #4ca1af;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #4ca1af;
    padding-bottom: 8px;
}

.msgCNT {
    background: #ff2500 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    height: 20px;
    line-height: 21px;
    margin: auto 0;
    position: absolute;
    right: -18px;
    text-align: center;
    top: -20px;
    width: 20px;
}

.proSpecBox {
    border: 1px solid #ddd;
    padding: 0 15px;
}

.proSpecBox > .row {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.proSpecBox > .row:last-child {
    border-bottom: 0 none;
}

.proSpecBox > .row label {
    /*display: block;*/
    font-weight: 500;
}

.proSpecBox i {
    margin: 0 !important;
}

.breadSec {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 15px 15px 12px;
}

.breadSec .breadcrumb {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.breadSec .breadcrumb a {
    color: #4ca1af;
}

.breadSec .breadcrumb > .active {
    color: #76b51b;
}

.backBtn {
    border: 2px solid;
    border-radius: 10px;
    color: #cd3e02;
    font-size: 12px;
    padding: 5px 10px 4px;
}

.backBtn > i {
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
}

.howTabs {
    border: 0 none;
    display: inline-block;
}

.howTabs li:first-child > a {
    border: 0 none;
    padding: 10px 15px;
}

.howTabs li:first-child > a {
    border-radius: 6px 0 0 6px;
}

.howTabs li:last-child > a {
    border-radius: 0 6px 6px 0;
}

.howTabs li.active > a, .howTabs li.active > a:focus {
    background: #007f00 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
}

.faqLHS {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    padding: 20px;
}

.faqLHS > h3 {
    font-size: 20px;
    font-weight: 600;
}

.faqLHS > h4 {
    font-weight: 500;
}

.faqLHS ul > li > a {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    color: #333;
    display: block;
    padding: 5px 10px 5px 30px;
}

.faqLHS ul > li > a:hover {
    background: #eee none repeat scroll 0 0;
}

.faqLHS ul > li > a.active, .faqLHS ul > li > a:focus {
    background: #2c3e50 none repeat scroll 0 0;
    color: #fff;
}

.faqRHS {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    padding: 30px;
}

.faqRHS > h3 {
    font-size: 22px;
    font-weight: 500;
}

.faqRHS a {
    font-weight: 600;
}

.iconbox-icon > img {
    height: 300px;
}

.boxsubText {
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
}

.text-desc #myCarousel {
    height: 500px;
}

.profBox1 {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 3px 3px 10px -2px #ccc;
    padding: 20px;
}

.howTabs > li > a {
    background: #eee none repeat scroll 0 0;
    color: #333;
}

.mainnav > .menu {
    display: inline-block;
}

.seoh1 {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: -1;
}

.button-header1 {
    display: none;
    position: absolute;
}

.button-header1 > a {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    padding: 7px 0 0;
    text-align: center;
    width: 30px;
}

.button-header1 > a i {
    font-size: 12px;
    margin: 0;
}

.header .navbar {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    margin: 0;
}

.navbar-brand {
    height: 72px;
    padding: 10px 15px;
}

.navbar-brand > img {
    height: 100%;
}

.header .nav > li > a {
    color: #2c3e50;
    font-size: 16px;
    padding: 25px 20px;
}

.header .nav > li.active > a, .header .nav > li > a:hover, .header .nav > li > a:focus {
    background: transparent none repeat scroll 0 0;
    color: #4ca1af;
}

.header .nav li > .button-header {
    margin: 16px 0 0 16px;
}

.header .nav > li > .dropdown-menu {
    background: rgba(119, 119, 119, 0.8) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    padding: 0;
}

.header .nav > li > .dropdown-menu li > a {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    padding: 14px 75px 14px 20px;
}

.header .nav > li > .dropdown-menu li > a:hover, .header .nav > li > .dropdown-menu li > a:focus {
    background: #61AAB6 none repeat scroll 0 0;
}

.header .navbar-toggle, .header .navbar-toggle:hover, .header .navbar-toggle:focus {
    background-color: transparent !important;
    border: 0 none;
}

.navbar-toggle .icon-bar {
    background-color: #61aab6 !important;
    width: 24px;
}

.header .container {
    padding: 0;
}

/*-- Responsive --*/

.padclr {
    padding: 0 !important;
}

.yes360 { display: none !important; }
.yes600 { display: none !important; }
.yes800 { display: none !important; }

.no360 { display: block !important; }
.no600 { display: block !important; }
.no800 { display: block !important; }

@media (max-width:599px) {
	.yes360 { display: block !important; }
	.no360 { display: none !important; }
}

@media (max-width:767px) {
	.yes600 { display: block !important; }
	.no600 { display: none !important; }
}

@media (max-width:998px) {
	.yes800 { display: block !important; }
	.no800 { display: none !important; }
}


/*-- 1024 --*/
@media (max-width:1100px) {

	.header .nav > li > a {
	    font-size: 14px;
	    padding: 25px 15px;
	}

	.social_icon li > a {
	    padding: 4px;
	}

	.social_icon li > a > i {
	    padding: 8px 0 0 !important;
	    font-size: 20px !important;
	    width: 35px;
	    height: 35px;
	    text-align: center;
	}
	.go_search {
	    padding: 0px 15px 0 15px !important;
	}
	.imagebox .address > span {
	    font-size: 11px;
	    height: auto;
	}
	.pro_price {
	    font-size: 20px;
	}
	.menu-list > li > a {
	    font-size: 14px;
	    padding: 30px 20px 40px;
	}
	.wrap-box-search {
	    padding: 4px 0 10px !important;
	}
}

/*-- 800 --*/
@media (max-width:998px) {

	.navbar-header {
	    float: none;
	}
	.navbar-toggle {
	    display: block;
	}

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

	.header .nav > li > a {
	    border-bottom: 1px solid #ddd;
	    color: #2c3e50;
	    font-size: 14px;
	    padding: 18px 20px;
	}

	.imagebox.style2 .box-header .box-image {
	    height: 280px;
	}
	.imagebox.style2 .box-header .box-image > img {
	    height: 100% !important;
	}
	.button-header1 {
	    display: inline-block;
	}

	.button-header1 {
	    right: 85px;
	    top: 8px;
	}

}

/*-- 600/640/675 --*/
@media (max-width:767px) {
	.social_icon li > a > i {
	    padding: 7px 0 0 !important;
	    font-size: 17px !important;
	    width: 30px;
	    height: 30px;
	}
	.follow {
	    text-align: left;
	}
	.report1 {
	    margin-bottom: 20px;
	}
	.btn-more.btn-plans {
	    margin-right: 10px !important;
	}
	.btn-more.btn-plans a {
	    padding: 15px 15px;
	    font-weight: 500;
	}
	label.text-right {
	    text-align: left;
	    display: block;
	}
	.button-header1 {
	    right: 65px;
	    top: 8px;
	}


/*------------- Mobile View -------------*/

	.carousel-inner .page-title {
	    height: 250px;
	    min-height: auto;
	}
	.menu-list {
	    display: block;
	}
	.menu-list > li {
	    border-bottom: 1px solid #ccc;
	    display: block;
	    text-align: left;
	}
	.menu-list > li > a {
	    display: block;
	    font-size: 14px;
	    font-weight: 600;
	    padding: 10px 10px;
	}
	.menu-list > li > a > img {
	    margin-right: 10px;
	    width: 22px;
	}
	.menu-list > li > a > i {
	    font-size: 24px;
	}
	.imagebox .box-imagebox {
	    border-radius: 0;
	}
	.pro_price {
	    font-size: 16px !important;
	    padding: 0;
	    text-align: left;
	}
	.imagebox {
	    margin-bottom: 15px !important;
	}
	.imagebox .box-imagebox {
	    margin-bottom: 0 !important;
	}
	.caro_content {
	    top: 80px;
	}

	.catandtrendsUL > li {
	    margin: 0 !important;
	    width: 50%;
	}
	.catandtrendsUL > li > a {
	    color: #333 !important;
	    font-size: 18px !important;
	    font-weight: 600;
	    padding-top: 20px !important;
	}
	.catandtrendsUL > li.active > a, .catandtrendsUL > li.active > a:hover, .catandtrendsUL > li.active > a:focus, .catandtrendsUL > li > a:hover {
	    border-color: #666;
	    border-style: solid;
	    border-width: 0 0 2px !important;
	    font-size: 18px;
	    padding-top: 20px;
	}

	.cat_head {
	    display: none;
	}
	.flat-imagebox.style3 {
	    padding: 10px 0 0;
	}
	.page-title.style1.parallax.parallax1.category_page {
	    height: auto !important;
	}
	.page-title.style1 {
	    padding: 8px 0 10px;
	}
	.list_categories > .category > li {
	    display: none;
	    font-weight: 600;
	}
	.list_categories > .category > li.active {
	    display: block;
	}
	.list_categories #price_filter {
	    display: none;
	}
	.resY600 {
	    display: block !important;
	}
	.resN600 {
	    display: none !important;
	}
	.stateBox {
	    display: none;
	}
	.catTopic {
	    font-size: 20px;
	}
	.result_div {
	    font-size: 13px;
	}
	.results, .result_sort {
	    padding: 5px 10px;
	}

	.imagebox.style1 .box-imagebox {
	    display: flex;
	    height: 120px;
	    line-height: 1.6;
	}
	.imagebox .box-content {
	    padding: 10px 0 6px !important;
	}

	.imagebox .box-content .box-title > a {
	    display: block;
	    font-size: 15px !important;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}

	.boxsubText {
	    font-size: 11px;
	    padding-top: 0;
	}
	.box-content > .pull-left, .box-content > .pull-right {
	    float: left !important;
	    font-size: 10px;
	}
	.breadSec {
	    padding: 6px 15px 5px;
	}
	.breadSec > .container {
	    padding: 0;
	}
	.text-desc #myCarousel {
	    height: auto;
	}
	.box-title.details {
	    padding: 0;
	}
	.sidebar {
	    margin-top: 10px !important;
	}

	.text-heading {
	    font-size: 13px;
	}
	.wrap-box-search {
	    margin-top: 5px;
	}
	.login {
	    padding: 1px 0 !important;
	}
	.login-form form .wrap-login input {
	    height: 35px !important;
	}
	.btn-more > button {
	    height: 35px;
	    line-height: normal;
	}


	.profile_logo {
	    height: 80px;
	    width: 80px;
	}
	.cus_name {
	    font-size: 16px;
	    font-weight: 600;
	}
	.personalBox {
	    font-size: 12px;
	    padding: 0;
	}

	.imagebox .box-content .box-desc {
	    display: none;
	    font-size: 12px !important;
	}
	.imagebox .box-header .box-image {
	    height: 100px;
	}

	.sub_category {
	    font-size: 11px;
	    font-weight: 500;
	    height: auto;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 100%;
	}
	.box-title.top.top_index {
	    height: auto;
	}

	.featured_ad {
	    padding: 15px 0 0 !important;
	}
	.flat-row-title.center > h2 {
	    font-size: 24px !important;
	    margin-bottom: 5px !important;
	}
	article.blog-post .content-post {
	    padding: 0 5px 5px;
	}
	article.blog-post .content-post .entry-post h2.entry-title {
	    font-size: 14px;
	    font-weight: 600;
	    margin-bottom: 5px;
	    margin-top: 5px;
	}
	article.blog-post .content-post p {
	    font-size: 11px;
	    line-height: 1.6;
	}
	article.blog-post .content-post .author-post {
	    margin-top: 5px;
	}

	.imagebox.style2 .box-header .box-image {
	    height: 150px;
	}
	.imagebox.style2 .box-header .box-image > img {
	    height: 100% !important;
	}

}

/*-- Above 767 --*/
@media (min-width:768px) {
	.catandtrends > .tab-pane {
	    display: block;
	    opacity: 1;
	}
}

/*-- 480 --*/
@media (max-width:599px) {

}

/*-- 360/375 --*/
@media (max-width:479px) {

}

/*-- 320 --*/
@media (max-width:359px) {

}






