/*
Theme Name: wp-reponsive-theme
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Special+Elite");

body{
	/*background: url(images/body_bg.jpg) repeat;*/
	/*padding: 0;*/
	margin: 0;
	font-family: 'Special Elite', cursive;
	color: #000;
	font-weight: 400;
	padding-top: 0;
}
body{
	background-color: #231F20;
}
img {
vertical-align: bottom;
}

/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
/* we set the opacity to 0 */
   opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
/* prepare the future animation */
   -webkit-transition: opacity .5s linear 0.1s;
       -moz-transition: opacity .5s linear 0.1s;
                 transition: opacity .5s linear 0.1s;
/* we set the opacity to 1 to do the magic */
   opacity: 1;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat';
}
h3 {
	font-size: 22px;
}
.infoWindow h3 {
	font-size: 14px;
	font-family: 'Special Elite';
}
.infoWindow .infowindowContent p {
	font-size: 12px;
	line-height:18px;
	margin: 0;
}
#post-not-found {
text-align: center;
}
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.hidden{display: none;}
.none-margin-left{
	margin-left: 0 !important;
}
.none-margin-right{
	margin-right: 0 !important;
}
body .container{
	width: 1063px;
}
header .container{
	background: url('images/header-bg.jpg')!important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 5px;
	padding-right: 5px;
}
.site-logo{
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
        margin-top:18px;
}
#menu-header-menu{
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 0;
	width: 100%;
	padding: 20px 0;
}
ul#menu-header-menu li {
	margin: 0 3%;
	text-align: center;
	display: inline;
	/*float: left;*/
}
ul#menu-header-menu li a{
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
ul#menu-header-menu li:hover a, ul#menu-header-menu li.active a{
	color: #EA6066;
}
/* search mdtf */
.mdf_textinput { 
   width: 238px!important;
  height: 35px;
  border: 1px solid #F9540D;
  padding-left: 10px;
}
/* end search mdtf */
i.line { 
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/hr_bg.png);
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
	height: 2px;
	border: none;
	width: 40%;
	
}
i.line-sm { 
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/hr_bg.png);
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
	height: 2px;
	border: none;
}
.sections{
	margin-bottom: 20px;
}
.site-slider{
	/*max-width: 1280px;*/
}
.site-search {
	margin-bottom: 60px;
}
.section-header {
	padding: 10px 0;
} 
.section-title{
	text-align: center;
	margin: 0 1.5%;
	text-transform: uppercase;

}
div.item{
	position: relative;
	text-align: center;
}
h3.slider-title {
	position: absolute;
	bottom: 25%;
	width: 38%;
	left: 30%;
	text-align: center;
	background: #000000;
	padding: 20px;
	color: white;
	font-family: 'Special Elite';
	font-size: 14px;
	font-weight: 400;
}
div.item a{
	position: absolute;
	bottom: 7%;
	right: 44%;
	background: white;
	color: black;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	
}
img.attachment-full.wp-post-image {
	width: 99%;
}
.sections-title {
	padding: 20px 0;
	margin: 80px 0;
}
.probox .prosettings {
  display: none;
}
div.post-section{
	text-align: center;
	background: white;
	padding: 10px 15px;
	float: left;
	margin: 13px 0;
}
.post-section img{
	width: 100%;
}
.post-section a {
	width: 100%;
	margin-top: 10px;
	float: left;
	font-size: 15px;
	text-decoration: none;
	color: black !important;
	height: 190px;
	overflow: hidden;
}

.post-section a strong {
    font-weight: 400;
 }

.gg_ads {
	text-align: center;
	margin: 5px 0;
}
.gg_ads-2 {
	text-align: center;
	margin: 0;
	margin-left:-70px;
}
.gg_ads-3 {
 margin-top: -5px;
}

.gg_ads-top {
	text-align: center;
	margin: 0;
}
.widget_widget_tptn_pop .tptn_title, .tptn_posts_list_widget .tptn_title{
color: black;
}
.viewall-btt{
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Montserrat';
	background: white;
	padding: 10px 20px;
	border: 1px solid #ff5269;
	font-weight: 700;
	color: black;
}
.viewall-section{
	text-align: center;
	margin: 30px 0;
	clear: both;
}
.viewall-btt:hover{
	text-decoration: none;
	border: 1px solid #ff5269;
	color: black;
}
footer{
	background: #343434;
	min-height: 210px;
	margin-top: 40px;
}
ul#menu-footer-menu li {
	float: left;
	display: inline;
	padding: 0 4%;
}
ul#menu-footer-menu{
	list-style-type: none;
	padding: 0;
	margin: 10% 0 0 0;
}
ul#menu-footer-menu li a{
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
i.line-pagi{
	display: none;
}
.page-numbers:last-child span {
	display: none;
}
.pagination-number {
  width: 36%;
}
.single div#main {
	padding: 18px 35px;
	background: #f7f2ee;
}
.page-header {
        margin: 0;
}
.single .page-header{
	text-align: center;
}
.page-header-2{
	text-align: center;
	display:block;
}
.single p{
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}
.single .page-header h1{
	font-size: 30px;
	color: #000;
}
.single .page-header p{
	font-weight: 400;
}
.single .page-header span, .single a{
	color: #e54045;
}
.single a:hover{
	text-decoration: none;
}
img.attachment-wpbs-featured.wp-post-image{
	background: white;
	padding: 14px;
}
.single .container{
	position: relative;
}
.single .custom-field table{
	width: 100%;
	font-size: 20px;
	font-weight: 400;
}
.single .custom-field table tr{
	border-bottom: 1px solid #cfcfcf;
	min-height: 33px;
}
.single .custom-field table tr:first-child{
	border-top: 1px solid #cfcfcf;
} 
.single .post-header{
	margin: 50px 0;
	padding: 0;
}
.single .post_content{
	margin-bottom: 50px;
}
.single .post_content img{
	margin: 30px 0;
}
.single .tag-btt, .tag .tag-btt {
	text-align: center;
	background: white;
	padding: 5px 20px;
	border: 1px solid #fba2ab;
	font-weight: 400;
	color: black;
	margin-right: 20px;
}
a.tag-btt{
	float: left;
	margin-bottom: 10px;
}
.single .section-share{
	float:left;
	width: 100%;
}
.single .tag-btt:hover {
	text-decoration: none;
	border: 1px solid #ff5269;
	color: black;
}
.single .section-share a {
	margin-right: 10px;
	float: left;
}

.single .end-title{
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

.single .alignleft {
    top: 350px;
    left: 10%;
    position: fixed;
}

.single .alignright {
    top: 350px;
    position: fixed;
    right: 10%;
}

.single span.left-tooltip, .single span.right-tooltip {
	background: white;
	padding: 10px;
}
/*------- Edit TP ---------*/
.section-title {
	color: #000;
	font-size: 18px;
	width: 20%;
	margin: 0;
}
.category-event #main {
	background: none repeat scroll 0 0 #fff;
	padding: 20px;
}
img.aligncenter {
	height: auto;
	max-width: 100%;
}
h3.h2 {
	margin-bottom: 15px;
	margin-top: 40px;
	font-family: Montserrat;
	font-size: 30px;
	line-height: 40px;
}
.h2 a {
	color: #000;
	font-family: Montserrat;
	font-size: 30px;
	line-height: 40px;
}
#main p.meta {
	color: #000;
	font-family: Special Elite;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 40px;
}
.post_content h2 {
	font-size: 24px;
}
.post_content p {
	color: #000;
	font-family: Special Elite;
	font-size: 15px;
	line-height: 33px;
	font-weight: 400;
}
.post_content img {
	margin: 10px 0;
	max-width: 100%;
}
.post_content .aligncenter {
	margin-bottom: 30px;
	margin-top: 30px;
}
.post_content-404 {
text-align: center;
}
.left-content a:hover {
	text-decoration: none;
}
#content .left-content {
	color: #000;
	float: right;
	font-family: Special Elite;
	font-size: 14px;
	margin-top: 40px;
	text-align: right;
}
#content .left-content a {
	display: block;
	margin-top: 15px;
	text-align: right;
}
.single .page-header p {
	color: #000;
	font-size: 12px;
	font-weight: 400;
}
.form-submit input[type="submit"] {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ff5269;
	border-radius: 0;
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	height: 50px;
	text-transform: uppercase;
	width: 240px;
}
.comment-form-author input, .comment-form-email input, .comment-form-comment textarea {
	border: medium none;
	border-radius: 0;
	padding: 6px 20px;
	width: 460px;
}
.comment-reply-title {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}
.single .comment-notes {
	color: #000;
	font-size: 14px;
}
.single a.comment-reply-link {
	background-color: transparent;
	border: medium none;
	border-radius: 0;
	float: left;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	padding: 0;
	position: inherit;
	text-transform: uppercase;
}
.comment-header h4 {
	color: #000;
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	text-transform: uppercase;
}
.commentlist .comment-header time {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.commentlist .comment-header time a:before {
	content: "-";
	padding-right: 10px;
}
.commentlist .comment-header time a:after {
	content: "-";
	padding-left: 10px;
}
.single .comment-header time a {
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}
#comments {
	clear: both;
	font-size: 18px;
	line-height: 24px;
	padding: 20px 0;
}
ol.commentlist {
	margin-top: 20px;
}
ol.commentlist li.bypostauthor, ol.commentlist ul.children li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.comments {
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}
.single .page-header {
	text-align: center;
}
ol.commentlist ul.children {
	margin-top: 35px;
	padding-left: 130px;
}
.comment .vcard div.avatar {
	width: 130px;
}
/* ABOUT */
.page-template-page-about-php #main {
	background: none repeat scroll 0 0 #fff;
	padding: 20px;
}
.page-template-page-about-php .page-header {
	border: medium none;
	margin: 50px 0;
	padding: 0;
	text-align: center;
}
.page-template-page-about-php .page-title {
	color: #000;
	font-size: 24px;
	margin: 0;
}
#main article {
	border: medium none;
}

.lang-holder {
	margin: 0 auto; text-align: center;
}
.lang-item {
	margin: 40px 10px; 
	text-align: center; 
	display:inline-block;
	width: 40px;
}
/* THUMBS */
.navigation-number {
	float: left;
}
.navigation-number p {
	font-size: 14px;
}
.navigation-number a {
	color: #000;
}
select.orderby {
	float: right;
}
.main-content {
	clear: both;
	float: left;
	margin-top: 40px;
	width: 100%;
}
select.orderby {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #9d9d9d;
	border-radius: 0;
	color: #000;
	float: right;
	font-family: Special Elite;
	font-size: 14px;
	padding: 10px;
	height: 35px;
}
.sider-bar {
	margin-right: 20px;
}
.post-type-archive #main {
	margin: 0;
	padding: 0;
	width: 700px;
}
div.post-section {
	background: none repeat scroll 0 0 white;
	float: left;
	height: 280px;
	margin: 0px 20px 30px 0px;
	padding: 10px 15px;
	text-align: center;
	max-width: 220px;
	overflow: hidden;
}
/*div.post-section:nth-child(3n) {
	margin-right: 0;
}*/
.pagination-section {
	text-align: center;
	overflow: hidden;
	clear: both;
}
.page-numbers {
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 700;
}
.page-numbers.current {
	color: #e54045;
}
.comment-respond {
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}
.page-header {
	border: none;
}
.single #content p {
	font-weight: 400;
}
.comment-header {
	margin: 0;
}
.single .custom-field table {
	font-family: Special Elite;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}
:focus, a:focus {
	outline: none;
}
.list-slider h3 {
	font-family: Special Elite;
	font-size: 16px;
	margin: 10px 0;
	text-align: center;
}
/* SEARCH */
body div[id*="ajaxsearchprores1_"] p.showmore {
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #ff5269;
	padding: 10px;
}
body div[id*="ajaxsearchprores1_"] p.showmore a {
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
}
body div[id*="ajaxsearchprores1_"] .results .item .content {
	float: left;
	position: relative;
}
body div[id*="ajaxsearchprores1_"] .results .item .content h3 a, body div[id*="ajaxsearchprores1_"] .results .item .content h3 a:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-family: Special Elite;
	font-size: 14px;
	font-weight: 300;
	left: 20px;
	position: absolute;
	line-height: 20px;
	color: #000;
}
#ajaxsearchprores1_1 .results .item .content h3, #ajaxsearchprores1_2 .results .item .content h3, div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item .content h3 {
	
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-family: Special Elite;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	color: #000;
}

#ajaxsearchprores1_1 .results .item .content h3 a, #ajaxsearchprores1_2 .results .item .content h3 a, div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item .content h3 a {

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-family: Special Elite;
	font-size: 14px;
	font-weight: 300;
	left: 100px;
	position: absolute;
	line-height: 20px;
	color: #000;

}
#ajaxsearchprores1_1 .results .item .content h3 a:hover, #ajaxsearchprores1_2 .results .item .content h3 a:hover, div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item .content h3 a:hover {

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-family: Special Elite;
	font-size: 14px;
	font-weight: 300;
	left: 100px;
	position: absolute;
	line-height: 20px;
	color: #000;

}
.alert-info {
	background-color: transparent;
	border: medium none;
	color: #000;
}
.posts-section {
	float: left;
	margin: 15px 0;
}
.owl-carousel {
	min-height: 0 !important;
}
.section-end {
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 245px;
}
.section-end i.line-sm {
	width: 65px;
}
.single .section-end .end-title {
	width: 115px;
}
.mdf_filter_section .irs-diapason, .mdf_filter_section .irs-line-left, .mdf_filter_section .irs-line-mid, .mdf_filter_section .irs-line-right {
	background-image: url("images/slider.png");
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
}
.mdf_filter_section .irs-slider {
	background-image: url("images/scroll-slider.png");
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	top: 19px;
}	
.mdf_filter_section #irs-active-slider, .mdf_filter_section .irs-slider:hover {
	background-position: 0 0;
}
.sider-bar h4.data-filter-section-title {
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	text-align: center;
}
.sider-bar h4.data-filter-section-title:after, .sider-bar h4.data-filter-section-title:before {
	content: "------";
	letter-spacing: -3px;
}
.sider-bar h4.data-filter-section-title:before {
	float: left;
}
.sider-bar h4.data-filter-section-title:after {
	float: right;
}
.mdf_filter_section {
	margin-bottom: 30px;
}
.button.mdf_button.mdf_reset_button {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ff5269;
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 300;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	width: 215px;
}
.widget-meta-data-filter select {
	border: 1px solid #9d9d9d;
}
h5.data-filter-section-title {
	display: none;
}
.sider-bar div[id*="ajaxsearchpro1_"] {
	width: 99%;
}
.search .section-title {
	width: 34%;
}
.search i.line {
	width: 30%;
}
.section-title span {
	color: #e54045;
}
.form-inline .input-group-btn .btn {
	background-image: url("images/icon-search.png");
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	border: none;
	right: 30px;
	text-indent: -9999px;
}
.irs .irs-from, .irs .irs-to, .irs .irs-single {
	background: none;
	color: #000000;
	font-family: 'Special Elite';
	font-size: 14px;
	padding: 0;
}
.sider-bar div[id*="ajaxsearchpro1_"], .sider-bar div[id*="ajaxsearchpro1_"] .probox .prosettings, .sider-bar div[id*="ajaxsearchpro1_"] .probox .proinput, .sider-bar div[id*="ajaxsearchpro1_"] .probox .promagnifier {
	height: 35px !important;
}
a#pull {
	display: none;
}
.sections-title .tag-btt {
	background-color: transparent;
	border: medium none;
	float: left;
	font-family: Montserrat;
	font-size: 18px;
	line-height: 1em;
	margin: 0 !important;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 20%;
}
.tag div.post-section {
	margin-right: 15px;
}
.tag div.post-section:nth-child(4n) {
	margin-right: 0;
}
i.line-pagi {
  width: 32%;
  margin-top: 0.8em
}
a {
	color: #EA6066;
  	text-decoration: none;
}
a:hover {
	color: #ea4c33;
  	text-decoration: none;
}

/* RESPONSIVE */
@media screen and (max-width: 1700px) {
.single .alignleft {
	left: 100px;
}
.single .alignright {
	right: 100px;
}
}
@media screen and (max-width: 1366px) {
.single .alignleft {
	left: 25px;
}
.single .alignright {
	right: 25px;
}
}
@media screen and (min-width: 1370px) and (max-width: 1490px) {
h3.slider-title {
	bottom: 22%;
	font-size: 16px;
	padding: 10px;
}
div.item a {
	right: 30%;
}
}
@media screen and (max-width: 1024px) {
.single .alignleft {
	left: 0;
}
.single .alignright {
	right: 0;
}

}
@media screen and (max-width: 1200px) {
.back-search {
  	left: 0!important;
  	opacity: 0.7;
  	z-index: 2;
  	padding:5px 10px!important;
  	margin-left: 0!important;
	top: 450px!important;
  }
  .back-search :hover{
  	left: 0;
  }
}
@media screen and (max-width: 990px) {
body .container {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
img {
	max-width: 100%;
}
i.line, i.line-sm {
	width: 36%;
	float: left;
}
.section-title, .comments, .single .end-title, .sections-title .tag-btt {
	margin: 0;
	width: 28%;
	float: left;
}
.posts-section .col-md-3.col-sm-6, .search .col-md-3.col-sm-6 {
	width: 25%;
}
.home .post-section, .posts-section .post-section, .search .post-section {
	float: none;
	margin: 10px auto;
	overflow: hidden;
	width: 100%;
}
ul#menu-header-menu li {
	margin: 0 3%;
}
ul#menu-footer-menu li {
	padding: 0 3%;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.left-content.col-md-3 {
	position: absolute;
	right: -15px;
	top: 0;
}
.single .left-content.col-md-3 {
	right: 15px;
}
.custom-field {
	float: left;
	width: 66.6667%;
}
.thumb-img {
	width: 33.3333%;
	float: left;
}
.single .post-header {
	margin : 30px 0;
}
.single .page-header {
	margin: 0;
}
.search .post-section {
	float: none;
	margin: 10px auto;
}
.pagination-number{
	float: left;
	width: 40%;
}
i.line {
    width: 36%;
    margin: auto;
    float: left;
}
i.line-pagi {
  width: 28%;
}
  .meta.meta2 {
    float: left;
    margin-bottom: 30px;
  }

 
}
@media screen and (max-width: 939px) {
	.post-type-archive #main {
		width: 65%;
	}
	div.post-section, div.post-section:nth-child(3n) {
		margin-right: 5%;
	}
	div.post-section:nth-child(2n) {
		margin-right: 0;
	}
	.archive #content {
		margin: auto;
		width: 96%;
	}
}
@media screen and (max-width: 768px) {

.sider-bar h4.data-filter-section-title {
	display: none;
}
.mdf_filter_section_2, .mdf_filter_section_3, .mdf_filter_section_4, .mdf_filter_section_5, .mdf_filter_section_6 {
	display: none
}
/*div.item a {
	right: 35%;
}*/
.site-search div[id*="ajaxsearchpro1_"] {
	margin: 0 auto;
	width: 75%;
}
.probox .prosettings {
	display: none;
}
.single .alignleft {
	left: 20px;
}
.single .alignright {
	right: 20px;
}
.search-ww {
	margin: 0 auto;
	width: 75%;
}
.tag div.post-section {
  margin-right: 1%;
  width: 24%;
}
.home .post-section a, .tag .post-section a {
	height: 145px;
	font-size: 16px;
}
.home .post-section , .tag .post-section  {
	height: 235px;
}
	#content .left-content {
		float: left;
		left: 0;
		position: absolute;
		text-align: left;
		top: 70px;
		width: auto;
	}
	.single-post #content .left-content {
		left: 20px;
		top: 90px;
	}
}
@media screen and (max-width: 767px) {
#content .left-content a{
	display: inline-block;
}
.navbar-toggle {
	border-color: #000;
}
.gg_ads-3 {
display: none;
}
.icon-bar {
	background-color: #000;
}
#menu-header-menu {
	padding: 0;
}
ul#menu-header-menu li {
	border-bottom: 1px solid;
	display: inline-block;
	margin: 0;
	padding: 5px 0;
	width: 100%;
}
.container > .navbar-header, .container > .navbar-collapse {
	margin-left: 0;
	margin-right: 0;
}
.sections-title {
	clear: both;
}
.post-type-archive #main {
	margin: 0 auto;
	width: 96%;
}
div.post-section {
	margin-left: 5%;
	margin-right: 5%;
}
div.post-section:nth-child(3n) {
	margin-right: 40px;
}
.posts-section .col-md-3.col-sm-6 {
	float: left;
	width: 50%;
}
i.line, i.line-sm {
	width: 32%;
}
.section-title, .comments, .single .end-title, .sections-title .tag-btt {
	width: 36%;
}
.sider-bar {
	margin: 0 auto;
}
.search .col-md-3.col-sm-6 {
	float: left;
	width: 50%;
}
.navbar-toggle {
	background: none repeat scroll 0 0 #fff;
	border-color: #ff5269;
	border-radius: 0;
	float: none;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.container > .navbar-header {
	margin: 0 auto;
	width: 200px;
}
.home .post-section, .posts-section .post-section, .search .post-section {
	/* width: 220px; */
}
.sider-bar {
	margin: 0 auto;
	width: 100%;
}
.sider-bar form.mdf_widget_form {
	margin: 0 auto;
	width: 210px;
}
.sider-bar div[id*="ajaxsearchpro"] {
	margin: auto;
	width: 80%;
}
a#pull {
	background: url("images/filter.png") no-repeat scroll 60% center rgba(0, 0, 0, 0);
	color: #000;
	display: block;
	font-family: Montserrat;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}
a#pull:after, a#pull:before {
	content: "----------------------------";
	letter-spacing: -3px;
}
a#pull:before {
	float: left;
}
a#pull:after {
	float: right;
}
a#pull, a#pull:hover {
	text-decoration: none;
}
.sider-bar form.mdf_widget_form {

}
.tag div.post-section {
	margin-left: 5%;
	margin-right: 5%;
	width: 220px;
}
.tag div.post-section:nth-child(4n) {
	margin-right: 5%;
}
.home .post-section a, .tag .post-section a {
	height: 190px;
	font-size: 15px;
}
.home .post-section , .tag .post-section  {
	height: 280px;
}
}
@media screen and (max-width: 640px) {
.comment-form-author input, .comment-form-email input, .comment-form-comment textarea {
	width: 94%;
}
.home #content .sections-title {
	margin: auto;
	width: 90%;
}
ul#menu-footer-menu li {
	padding: 0 2%;
}

section.post_content {
	padding-top: 30px;
}
.single-post #content .left-content {
	left: 20px;
	top: 150px;
}
.archive #content {
	width: 100%;
}
.custom-field,.thumb-img,#main article img{
	width: 100%;
	height: auto;
}
.single .custom-field table{
	font-size: 18px;
}
i.line{
	width: 32%;
}
.pagination-number{
	width: 40%;
}
i.line-pagi {
  width: 30%;
}
h3.slider-title {
	width: 50%;
	left: 26%;
}
div.item a {
	right: 40%;
	bottom: 4%;
}
.line-bottom {
  margin-top: 70px;
}
}
@media screen and (max-width: 560px) {
div.post-section {
  margin-left: 2%;
  margin-right: 2%;
}
div.post-section:nth-child(3n) {
  margin-right: 2%;
}
img.attachment-full.wp-post-image {
    min-height: 250px;
}
}
@media screen and (max-width: 480px) {
div.post-section {
	margin-left: 0;
	margin-right: 0!important;
}
div.post-section:nth-child(3n) {
	margin-right: 20px;
}
div.post-section:nth-child(2n) {
	margin-right: 0;
}
i.line {
    width: 32%;
}
.realted-section i.line, .realted-section i.line-sm {
	width: 30%;
}
.single .end-title {
	width: 40%;
}
.right-tooltip, .left-tooltip {
	display: none;
}
.search .section-title {
	width: 70%;
}
.search i.line {
	width: 15%;
}
.home #content .sections-title {
	width: 100%;
}
footer {
	min-height: 0;
	padding-bottom: 30px;
}
.tag div.post-section:nth-child(2n) {
  margin-right: 0;
}
.tag div.post-section {
	margin-right: 20px;
	margin-left: 0;
}
.tag #main {
  margin: auto;
  padding: 0;
  width: 96%;
}
.pagination-number {
    width: 70%;
}
i.line-pagi {
  width: 15%;
}
h3.slider-title {
    left: 15%!important;
    width: 70%!important;
}
}
@media screen and (max-width: 360px) {
div.post-section {
	float: none;
	margin: 0 auto 30px !important;
}
.posts-section .col-md-3.col-sm-6 {
	width: 100%;
}
i.line{
    width: 20%;
}
i.line-sm {
	width: 20%;
}
.single .end-title, .section-title, .comments, .sections-title .tag-btt {
	width: 60%;
}
.realted-section i.line, .realted-section i.line-sm {
	width: 15%;
}
.single .realted-section .end-title {
	width: 70%;
}
.single .tag-btt {
	margin-right: 15px;
	padding: 5px 10px;
}
h3.slider-title {
	bottom: 20%;
	font-size: 14px;
	left: 10%;
	padding: 20px;
	width: 80%;
}
div.item a {
	right: 34%;
	bottom: 5%;
}
.search .col-md-3.col-sm-6 {
	width: 100%;
}
a#pull:after, a#pull:before {
	content: "--------------";
}
a#pull {
	background-position: 65% center;
}
#content .left-content {
	top: 120px;
}
.single-post #content .left-content {
	top: 190px;
}
.custom-field {
	width: 100%;
}
.thumb-img {
	text-align: center;
	width: 100%;
}
.probox .prosettings {
  display: none;
}
.navigation-number {
    text-align: center;
    width: 100%;
}
select.orderby {
    float: none;
    margin: 0 15%;
    width: 70%;
}
i.line-pagi {
  width: 15%;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.suburb h3{
		width: 150%;
	}
	.line2 {
		padding-left: 10px;
	}
	
}
/*Laban*/
#compass {
       width: 376px;
       height: 277px;
       background: url("images/compass-outside.png") no-repeat scroll 0% 0% transparent;
       position: absolute;
       top: -45px;
       right: -80px;
       z-index: 99;
   }
   #compass_arrow {
       position: absolute;
       top: 74px;
       right: 106px;
       z-index: 9999;
   }


   #apDiv1 {
       position:absolute;
       width:400px;
       height:327px;
       z-index:1;
       left: 105px;
       top: 98px;
}
/*End Laban*/
/*EDIT 9/3/2015*/
.row{
	margin: 0;
}
.container{
	background: url('images/footer-bg.jpg') center bottom no-repeat,url('images/body-bg.jpg') center top repeat-y;
}
/*.home .container{
	background: url('images/footer-bg.jpg') center bottom no-repeat,url('images/body-bg.jpg') center top no-repeat,url('images/body-bg.jpg') center center repeat-y;
}*/
footer .container{
	background: transparent!important;
}
#site-slider.container{
	background: url('images/body-bg.jpg') center center repeat-y;
}
/*.archive .container, .page #content .container,.single #content .container{
	background: url('images/slide-bg.jpg') center top no-repeat,url('images/footer-bg.jpg') center bottom no-repeat,url('images/body-bg.jpg') center bottom repeat-y;
}*/
.container {
	padding: 0 50px;
}
.page-title {
  text-align: center;
}
.result-message {
  margin-bottom: 80px;
}
.message input, .message textarea{
	width: 100%;
	margin-bottom: 20px;
	padding-left: 10px;
}
.custom-field.message1.col-md-8 p {
  padding-right: 70px;
}
.message input[type="submit"] {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #e94d62;
  font-size: 20px;
  padding: 8px;
}
.message .wpcf7-not-valid-tip {
  display: none !important;
}
.message input.wpcf7-not-valid, .message textarea.wpcf7-not-valid {
	border: 1px solid #e94d62;
	box-shadow: 0px 0px 2px #e94d62;
}
header .container {
	padding: 0;
}
div#main {
  background: transparent!important;
}
#content {
  padding: 0;
}
.stamp{
	position: relative;
}
.stamp2{
	position: absolute;
	top: 180px;
	right: 20px;
}
.post-header  .meta p {
	line-height: 20px;
	margin-bottom: 0;
}
.suburb{
	width: 100%;
	float: left;
	display: table;
}
.suburb h3{
	float: left;
	padding-right: 10px;
}
.line1{
	border-bottom: 1px solid #948B8B;
	margin-top: 15px;
}
.line2{
	/* display: table-cell; */
	display: none;
	vertical-align: middle;
	width: 100%;
}
p.teminal {
  margin-left: 9px;
}
form#commentform{
  padding-bottom: 50px;
}
.image-other {
    max-width: 60px !important;
}
.img-field img {
  left: auto !important;
  max-width: 60px !important;
  position: relative !important;
  top: auto !important;
}
.img-field .suburb {
  margin-bottom: 15px;
}
.img-field p {
  float: left;
  margin-top: 65px;
}
header .container{
	position: relative;
}
.double {
  border-bottom: 7px double #333;
  float: left;
  height: 0;
  margin-bottom: 40px;
  margin-top: -10px;
  width: 100%;
}
.line-bottom {
  float: left;
  border-bottom: 2px solid #333;
  margin-bottom: 40px;
  width: 100%;
}
.prettyFileBar.clearfix {
  display: none;
}
.img-field ul li {
  float: left;
  line-height: 80px;
  list-style: outside none none;
  margin-bottom: 20px;
  margin-left: -30px;
  width: 100%;
}

div.item a {
  right: 43%;
  width: 14%;
}
h3.slider-title {
  width: 50%;
  left: 25%;
}



@media screen and (max-width: 999px) {
	.custom-field.message.col-md-4 {
	  width: 33%;
	}
	.message input, .message textarea{
		width: 100%;
	}
		div.item a {
		right: 40%;
		width: 20%;
	}

}
@media screen and (max-width: 768px) {
	header .container {
	  position: static;
	}
	section {
	  float: left;
	  width: 100%;
	}
	header .container {
	  background: url("images/header-bg768.jpg") no-repeat center top!important;
	  background-size: cover!important;
	}
	#compass {
	  background: url("images/compass-outside.png") no-repeat scroll 0 0 / contain  transparent;
	  right: 0;
	  top: 62px;
	  width: 212px;
	  height: 158px;
	}
	.imageme {
	  width: 96px;
	}
	#compass_arrow {
	  right: 55px;
	  top: 37px;
	}
	.search-ww.row {
	  width: 100%;
	}
	.custom-field.message1.col-md-8 p {
	  padding-right: 0px;
	}
	#content .left-content {
		top: 60px;
	}
	.single-post #content .left-content {
		top: 130px;
	}

}
@media screen and (max-width: 767px) {
	.custom-field.message.col-md-4 {
	  width: 100%;
	}	
	.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-943 {
	  width: 100px !important;
	}
	h3.slider-title {
		width: 52%;
		left: 24%;
	}
	div.item a {
		right: 37%;
		width: 26%;
	}
	.post-edit{
		float: left;
		width: 100%;
	}
	.share-mobile{
		display: block!important;
	}
	#content .left-content{
		display: none;
	}
	#main p.meta {
  		margin-bottom: 0!important;
	}
	.share-mobile {
		display: block !important;
		margin: 0 0 20px !important;
		padding: 0;
		position: initial !important;
		top: 0;
	}
	.single .share-mobile{
		margin-bottom: 20px!important;
	}
	section.post_content {
		padding-top: 0px;
	}
	div.item a {
		right: 40%;
		width: 20%;
	}
}
@media screen and (max-width: 480px) {
	#compass_arrow {
	  right: 41px;
	  top: 27px;
	}
	#compass {
	  height: 105px;
	  right: 0;
	  top: 62px;
	  width: 144px;
	}
	.imageme {
	  width: 60px;
	}
	.stamp2 {
	  width: 50% !important;
	}
	div.item a {
		font-size: 12px;
		padding: 5px 10px;
		vertical-align: middle;
		width: 30%!important;
		left: 35%!important;
	}
	h3.slider-title {
		bottom: 30%;
		font-size: 12px;
		margin: 0;
		padding: 5px;
	}
	.share-mobile {
		margin: 0!important;
	}
}
@media screen and (max-width: 360px) {
	#compass_arrow {
	  right: 35px;
	  top: 26px;
	}
	#compass {
	    height: 91px;
	    right: 0;
	    top: 62px;
	    width: 116px;
	}
	.imageme {
	  width: 42px;
	}
}
/*.sbHolder {
  background-color: #ffffff;
  border: 1px solid #9d9d9d;
  float: right;
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  position: relative;
  width: 200px;
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 200px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000;
	outline: none;
	text-decoration: none;
}
.sbToggle {
  background: url("images/select-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 14px;
  outline: medium none;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 7px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbOptions {
  background-color: #fff;
  border: 1px solid #9d9d9d;
  list-style: outside none none;
  margin: 0;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  width: 200px;
  z-index: 1;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a {
  display: block;
  outline: medium none;
  padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited {
  color: #000;
  text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000;
}
.sbOptions li.last a{
	border-bottom: none;
}*/

/*edit by TP 3/17/2015 - custom field peoples*/
.section_other{
	clear: both;
	margin-top: 20px;
	overflow: hidden;
}
.section_other .image-field img{
	max-width: 60px!important;
}
.image-field{
	float: left;
	float: left;
	margin-right: 25px;
}
.suburb h3 {
  display: -moz-box;
  display: -webkit-box;
  float: none;
}
.page-template-page-about-php .page-header{
	margin: 0 0 50px 0;
}
.line2{
	width: auto;
	padding-left: 0;
}
.suburb h3{
	float: left;
	width: auto;
	margin-right: 0;
	padding-right: 0;
}
.suburb h3::after {
	content: " : "

}
.post-header .meta {
  margin-bottom: 20px;
}
.post-header .meta p::after {
  margin-bottom: 0;
  content: "";
  display: block;
  border-bottom: 1px solid #8E8E8E;
}
img.attachment-wpbs-featured.wp-post-image {
  max-width: 100%;
}
#site-slider img.attachment-full.wp-post-image {
  min-height: inherit;
}
.section-share img {
  width: auto!important;
}
.widget-meta-data-filter label {
  display: inline-flex;
  text-align: left;
  width: 90%;
  float: left;
  margin-left: 3%;
}
.pagination-section {
  margin: 80px 0;
}
.mdf_input_container input[type="checkbox"] {
  float: left;
}
.mdf_filter_section table{
	width: 100%!important;
}
.single .post_content img {
  margin: 10px 0;
}
.ajax-loader {
  width: auto!important;
}
.single-peoples #menu-item-147 a{
	color: #ea6066;
}
.meta .alignleft {
  position: static!important;
}
.meta img {
  margin-right: 5px;
  width: auto!important;
  height: 60px!important;
}
/*edit 3/30/2015*/
.single-peoples .thumb-img img.attachment-medium{
	padding:12px;
	background:#fff;
}
.image-list img{
	height: 180px!important;
	width: auto;
} 

.back-search {
 background: none repeat scroll 0 0 #E7E3DD;
margin-left: -63px;
padding: 17px 10px;
position: fixed;
 transition: margin 0.5s ease 0s;
 top: 550px;
 color: #000!important;
}
.back-search span{
	color: #ea6066!important;
}
.back-search a:hover{
	text-decoration: none;
}
.content-back-search {
  margin: auto;
  width: 1063px;
  position: relative;
}
.back-search:hover{
	margin-left: -70px;
}
.filter_meta .meta-nationality,.filter_meta .meta{
  background: none repeat scroll 0 0 #f1ebe1;
  border: 1px solid #e54045;
  color: #000;
  float: left;
  line-height: 15px;
  margin-right: 10px;
  padding: 7px 15px 4px;
  text-transform: capitalize;
  cursor: pointer;
}
.filter_meta{
	display: inline-block;
}
.single-people .post-header {
	margin-bottom: 20px;
}

.mod-3{
	margin-right: 0!important;
}
.loop-google{
	margin-bottom: 20px;
	text-align: center;
        position:relative;
        z-index:-1;
}
/*hide map */
#ListContainer {
display:none;
}
#site-slider{
	width: 80%;
	float: left;
}
.thumb-control{
	width: 20%;
	float: right;
}
.wrap-slider{
  background: url('images/body-bg.jpg') repeat-y scroll center top;
}
.owl-page > img {
  width: 100%;
}
.thumb-control .owl-page {
  cursor: pointer;
}
.site-slider .owl-item img{
	width: 100%;
}
div.item a {
  right: 42%;
  width: 15%;
}

.content-back-search .widget_widget_tptn_pop, .content-back-search .tptn_posts_list_widget{
  color: #000 !important;
  margin-right: -129px;
  padding: 17px 10px;
  position: absolute;
  right: 0;
  top: 40%;
  width: 146px;
}
.tptn_posts.tptn_posts_widget li,.tptn_posts_daily.tptn_posts_widget li{
  list-style: outside none none;
  background: #fff;
  overflow: hidden;
  margin-top: 5px;
  width: 121px;
  padding: 5px;
    transition: margin 0.2s ease 0s;
}
.tptn_posts.tptn_posts_widget li:hover,.tptn_posts_daily.tptn_posts_widget li:hover{
    margin-left: 5px;
}
.widget_widget_tptn_pop ul, .tptn_posts_list_widget ul {
  padding: 0;
}
.widget_widget_tptn_pop .tptn_thumb.tptn_featured, .tptn_posts_list_widget .tptn_thumb.tptn_featured {
  height: auto;
  width: 110px;
}
.widgettitle {
  background: #fff none repeat scroll 0 0;
  padding: 10px;
}
.widget_widget_tptn_pop .tptn_title, .tptn_posts_list_widget .tptn_title {
  font-size: 12px;
}
#list_social > li {
  list-style: none;
}
#list_social {
  margin-left: -30px;
  padding: 0;
  position: fixed;
  top: 630px;
}
#list_social > li {
  list-style: outside none none;
  margin-bottom: 4px;
}
.single-post .tptn_link > img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 800px) {
	.content-back-search .widget_widget_tptn_pop, .content-back-search .tptn_posts_list_widget {display: none;}
}

#main article .stamp img {
float:right;
}



/*====adsense====*/
.ads_responsive_1, .ads_responsive_320x250, .ads_responsive_300x600 { 
	width: 320px; 
	height: 100px; 
}

#text-4 {
	padding-bottom: 50px;
}

@media (min-width: 500px) {
	.ads_responsive_1 {
 	 	width: 468px; 
 	 	height: 60px; 
 	}
 	.ads_responsive_320x250 {
 	 	width: 320px; 
 	 	height: 250px; 
 	}
 	.ads_responsive_300x600 {
 	 	width: 300px; 
 	 	height: 600px; 
 	} 
 	.ads_responsive_336x280 {
 	 	width: 336px; 
 	 	height: 280px; 
 	} 
}

@media (min-width: 800px) {
	.ads_responsive_1 { 
		width: 728px; 
		height: 90px; 
	} 
}

.message input[type="submit"] {
	margin-top:10px;
}