/*
Theme Name: Platt Group
Theme URI: http://platt_group.co.uk
Author: 
Author URI: 
Description: Website Design for platt_group
Version: 
Text Domain: platt_group
*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, 
b, u, i, 
dl, dt, dd, ol,li,ul
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding-top: 0;
		padding-left:0;
		padding-right:0;
		padding-bottom:0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
		text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
		margin-bottom:0;	
}

/* remember to define focus styles! */
:focus { 
outline: 0; 
}

/* --------------- remove apple's default styling --------------- */
	input[type="text"]{
		border-radius:0;
		padding:1px 0 1px 2px;
		-webkit-appearance: none;
	}
	
	input[type="button"],input[type="submit"],textarea{
		border-radius:0;
		-webkit-appearance: none;
	}
	
body{
	margin:0 auto;
	color:#3b3b3b;	
	font-size:18px;
	font-family: 'Open Sans', sans-serif;	
}
a{
	text-decoration:none;	
}
li{
	list-style-type:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;	
}
h4{
	font-size:18px;
	text-transform: uppercase;
}
p{
	font-size:18px;
}
hr{
	border-top:1px solid #eeeeee;
	margin:0;
	border-bottom:0;
	border-left:0;
	border-right:0;
	clear:both;
}

/* ---------------------------- MAIN CLASS ---------------------------- */
#main-wrapper{
	width:100%;
	margin:0 auto;
}
#header-wrapper{
	padding-top:17px;
	position:relative;
	z-index:99;
}
#header-top{
	width:1382px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:24px;
}
#content-wrapper{
	width:100%;
	margin:0 auto;
}
#footer-wrapper{
	text-align:center;
	padding:17px 0 32px 0;
	border-top:1px solid #eeeeee;
	overflow:hidden;
	clear:both;
	margin-top: 20px;
}
.inner-page-section{
	padding-bottom:50px;
}

/* ---------------------------- COMMON CLASS ---------------------------- */
.row{
	width:100%;
	margin:0 auto;	
}
.center-block{
	text-align:center;
	width:1240px;
	margin:0 auto;
}
.two-block{
	display:inline-block;
	overflow:hidden;
}
.three-block{
	display:inline-block;
	overflow:hidden;
}
.four-block{
	width:24%;
	overflow: hidden;
}
/* ---------------------------- HEADER SECTION ---------------------------- */
#social-icon-wrapper{
	width:50px;
	position:fixed;
	height:220px;
	top:295px;
	right:0;
	z-index:104;
}
#social-icon-wrapper a{
	width:50px;
	height:55px;
	display:block;
	color:#fff;
	float:right;
	text-align:center;
	line-height:55px;
	font-size:20px;
}
.facebook{
	background-color:#3b5998;
}
.twitter{
	background-color:#2da8d2;
}
.googleplus{
	background-color:#dd4b39;
}
.mail{
	background-color:#484848;
}
.plus{
	background-color:#dd4b39;
}
#logo-wrapper{
	float:left;
	padding-top:4px;
}
#logo-wrapper img{
	float:left;
  margin-left:8px;
  margin-right:8px;
	vertical-align:middle;
}
#logo-wrapper h1 a{
	font-family:arial;
	font-size:48px;
	color:#3a3a3a;
	line-height:43px;
	font-weight:bold;
}
#logo-wrapper h1 span{
	color:#21869b;
}
#logo-wrapper.single-market-logo h1 a{
	color:#0095ff;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
#tel-number{
	background: url(inc_files/images/tel-icon.png)no-repeat left center;
	height:36px;
	display:block;
	float:right;
	line-height:36px;
	padding-left:42px;
	font-size:30px;
	color:#000;
	font-weight:bold;
	font-family: 'Roboto Condensed', sans-serif;	
}
#header-right{
	float:right;
	border:1px solid #e4e4e4;
	width:224px;
	height:43px;
}
#header-right img{
	float:left;
	margin-top:10px;
    	margin-left:8px;
    	margin-right:8px;
}
#header-right h6 a{
	font-family:arial;
	font-size:23px;
	color:#3a3a3a;
	line-height:43px;
	font-weight:bold;
}
#header-right h6 span{
	color:#21869b;
}

#top-text-wrapper{
	background-color:#179fff;
	padding:23px 0;
	margin:0 auto;
}
#top-text-wrapper h3{
	font-size:55px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}

/* ------ menu section ------ */
#menu-button{
	display:none;	
}
.menu-holder{
	width:100%;
	margin:0 auto;
	padding:12px 0;
}
#menu-wrapper{
	width:100%;	
}
#main-menu{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;	
}
#main-menu li{
	display:inline-block;
	position:relative;	
	
}
#main-menu li:after {
	content: "|";	
}
#main-menu li.last-child:after {
	content: "";	
}
#main-menu li a{
	color:#464646;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	text-transform: uppercase;
	margin-left:10px;
	margin-right:10px;
}
#main-menu li a:hover{
	color:#0096ff;
}
#main-menu .active a{
	color:#0096ff;
}

/* ---------------------------- CONTENT SECTION ---------------------------- */	
/* ------------ banner section ------------ */
#home-slider-container{	
	margin:0 auto;
	position:relative;
}
#home-slider-container img{
	width:100%;
	height: auto;
    	display: block;
}
.home-slide{
	height:500px;
	width:100%;
    	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#home-slider-container h2{
	position:absolute;
	bottom:20px;
	color:#fff;
	z-index:50;
	font-size:100px;
	font-weight:bold;
	width: 1240px;   
    	left: 50%;
    	margin-left: -620px;
	text-shadow: 0px 3px 3px #000;
}
#home-slider-container h2 span{
	display:block;
	font-size:72px;
	font-family:arial;
	font-weight:100;
	margin-left:208px;
}

/* ------------ home info two block section ------------ */
.home-info-two-block{
	text-align:center;
	overflow:hidden;
}
.home-info-two-block h3{
	font-size:48px;
	color:#313131;
	margin-bottom:27px;
	padding-top:71px;
}
.home-info-two-block #markets-name h3{
	font-family:arial;
}
.home-info-two-block .two-block{
	width:48%;
	float:left;
}
.home-info-two-block .two-block.last-child{
	width:42%;
	float:right;
}
.home-info-two-block .two-block  p{
	margin-bottom:19px;
}
.home-info-two-block .two-block  ul{
	margin-bottom:30px;
	padding-left: 26px;
}
.home-info-two-block .two-block  ul li{
	list-style:disc;
}
#welcome-block{

}
#welcome-image-block{
	background: url(inc_files/images/welcome-block-shadow.png) no-repeat center bottom;
	padding-bottom:20px;
	margin-bottom:16px;
}
#welcome-image-block img{
	display:block;
	max-width:100%;
	height:auto;
}
#visit-market{

}
#latest-news{
	
}
.latest-news-block{
	display:block;
	clear:both;
	color:#3a3a3a;
	margin-bottom:31px;
	display: table;
}
.latest-news-block strong{
	background-color:#0090ff;
	width:57px;
	height:57px;
	display:block;
	float:left;
	color:#fff;
	font-size:39px;
	line-height:57px;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	margin-right:25px;
}
.latest-news-block:hover  strong{
	background-color:#037cda;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
}
.latest-news-block span{
	vertical-align: middle;
    display: table-cell;
}
#markets-name{

}
.markets-name-block{
	display:block;
	margin-bottom:4px;
	color:#fff;
	background: url(inc_files/images/list-icon.png) no-repeat left 6px center #0090ff;
	padding:7px 5px 7px 24px;
	font-size:29px;
	font-family: 'Roboto Condensed', sans-serif;	
}

.markets-name-block:hover{
	background-color:#037cda;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
}

/* ------------ info section ------------ */
.info-section{
	text-align:center;
}
.info-section .three-block{
	padding-bottom:50px;
	width:270px;
	margin-left:5%;
    margin-right:5%;
	padding-top:73px;
}
.info-section .three-block img{
	float:left;
	display:block;
	margin-right:5px;
}
.info-desc{
	float:right;
	width:70%;
}
.info-desc h4{
	color:#000;
	font-weight:700;
	margin-bottom:5px;
}
.info-desc p{
	font-size:14px;
	color:#616161;	
}
.info-desc strong{
	font-size:14px;
	font-weight:400;
    color:#000;
}

/* ------------ info section two block ------------ */
.info-section .two-block{
	border-right:1px solid #eeeeee;	
	width:312px;
	padding:40px 10%;
}
.two-block.last-child{
	border-right:0;
}
.info-section .two-block img{
	float:left;
	display:block;
	margin-right:5px;
}

/* ------------ media section ------------ */
.media-section{
	padding:80px 0 64px 0;
	overflow:hidden;
}
.media-section .three-block{
	float:left;
	margin-right:2%;
	width:32%;
}
.media-section .three-block.last-child{
	margin-right:0;
}
.media-section .three-block h3{
	color:#000;
	font-size:30px;
	margin-bottom:17px;
	text-transform: uppercase;
}
.media-image{
	width:100%;
	height:249px;
	position:relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.media-icon-wrapper{
	background: rgba(0,0,0,0.4);
    	-webkit-transition: all 350ms;
    	-moz-transition: all 350ms;
   	transition: all 350ms;
	width:100%;
	height:249px;
	text-align:center;
}
.media-icon-wrapper:hover{
	background: rgba(0,0,0,0.7);
}
.media-section .three-block a{
	display:inline-block;
}
.media-section .three-block a img{
	display:block;
	margin:0 auto;
}
.media-section .three-block.full-link a{
	width:100%;
	height:100%;
}
.media-section .three-block.last-child a{
	margin:0 5px 0  5px;
}
.media-section-desc p{
	margin-top:20px;
}
/* ------------ testimonial section ------------ */
.testimonial-section{
	background-color:#179fff;
	padding:71px 0 74px 0;
}
.testimonial-section h3{
	text-align:center;
	font-size:48px;
	color:#fff;
	width:63%;
    	margin:0 auto 30px auto;
}
.testimonial-section p{
	text-align:center;
	font-size:24px;
	color:#fff;
	width:63%;
    	margin:0 auto;
}
.testimonial-section span{
	text-align:center;
	font-size:24px;
	color:#fff;
	display:block;
  margin-top: 20px;
}
.testimonial-block{
	padding-bottom: 40px;
}
.testimonial-block p{
	text-align:center;
	margin-bottom: 14px;
}
.testimonial-block h4{
	text-align:center;
	color: #000;
    	margin-bottom: 3px;
}
.testimonial-block span{
	text-align:center;
	display:block;
	color: #000;
	font-size: 16px;
}
.testimonial-block hr{
	width:300px;
	margin:30px auto 0 auto;
}	

/* ------------ map section ------------ */
.map-section{
	margin:58px auto 0 auto;
}
.center-block.map-section{
	height:400px;
	background-color:#e9e5dc;
}
.map-section iframe{
	width:100%;
}
/**/
#market-banner-wrapper{
	position:relative;
	margin:0 auto;
	height:582px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}
#market-banner-wrapper img{
	width:100%;
	height:auto;
	display:block;
}
.single-market-banner-text{
	background: url(inc_files/images/banner-tr.png) repeat;
	width:409px;
	height:351px;
	padding:50px;
	margin:0 auto;
	position:relative;
}
.single-market-banner-text-inner{
	position:relative;
	width:100%;
	height:100%;
}	
.single-market-banner-text h3{
	font-size:60px;
	color:#303030;
	text-align:center;
}
.single-market-banner-text p{
	font-size:24px;
	color:#303030;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;  
  font-family: 'Roboto Condensed', sans-serif;
}
/* ---------------------------- FOOTER SECTION ---------------------------- */

/* ------------ subscribe section ------------ */
.subscribe-section{
	overflow: hidden;
	padding-bottom:63px;
	background: url(inc_files/images/shadow.jpg) no-repeat center bottom;
}
#subscribe-title{
	float:left;
}
#subscribe-title span{
	float:left;
	font-size:38px;
	color:#b52b2c;
}
#subscribe-title h6{
	float:left;
    line-height:38px;
    font-size:23px;
    font-weight:400;
    margin-left:18px;
}
#subscribe-form{
	float:right;
	width:72%;
}
#subscribe-form input[type="text"]{
	border:0;
	margin:0;
	width:21%;
    	padding:10px 2%;
	background-color:#eeeeee;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-right: 0.8%;
}
#subscribe-form input[type="email"]{
	border:0;
	margin:0;
	width:21%;
    	padding:10px 2%;
	background-color:#eeeeee;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-right: 0.8%;
}
#subscribe-form input[type="submit"]{
	border:0;
	margin:0;
	border: 3px solid #1e1e1e;
    	color: #1e1e1e;
    	width:21%;
    	padding:8px 2% 8px 2%;
    	text-transform: uppercase;
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
	background-color:transparent;
	font-weight:700
}
#subscribe-form input[type="submit"]:hover{
	background-color:#000;
	-webkit-transition: all .6s;
  	-moz-transition: all .6s;
  	-o-transition: all .6s;
	color:#fff;
}

/* ------------ footer list section ------------ */
.footer-list{
	text-align:center;
	padding-top:25px;
}
.footer-list .four-block{
	width:24%;
	display:inline-block;
}
.footer-list .four-block h4{
	font-size:19px;
    color: #464646;
    margin-bottom:12px;
	font-weight:700;
}
.footer-list .four-block  a{
	color:#707070;
	font-size: 14px;
}
.footer-list .four-block  img{
	margin-top:9px;
}

/* ---------------------------- INNER PAGE SECTION ---------------------------- */
/* ------------ inner banner section ------------ */
#inner-banner-wrapper{
	width:100%;
	height:459px;
	margin:0 auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	display:table;
}
#inner-banner-text{
	display:table-cell;
	vertical-align:middle;
}
#inner-banner-wrapper h2{
	color:#fff;
	font-size:90px;
	text-transform: uppercase;
	text-align:center;
	font-weight:100;
	margin-bottom:20px;
}
#inner-banner-wrapper p{
	text-align:center;
  color:#fff;
	font-size:36px;
	text-transform: uppercase;	
	line-height:38px;
  font-family: 'Roboto Condensed', sans-serif;
}
/*#inner-banner-wrapper li{
	display:inline-block;
	
}
#inner-banner-wrapper li a{
	color:#fff;
	margin-left: 8px;
    	margin-right: 8px;
}
#inner-banner-wrapper li:after {
	content: "|";	
}
#inner-banner-wrapper li.last-child:after {
	content: "";	
}*/
/* ------------ market block section ------------ */
.markets-block{
	width:100%;
	margin-top:79px;
	margin-bottom:94px;
}
.markets-img{
	width:100%;
	height:124px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	background-repeat:no-repeat;
	background-position:right center;
	display:block;
}
.day-name{
	position:absolute;
	right:15px;
	top:-37px;
	background-color:#199efc;
	width:352px;
	height:100px;
	display:inline-block;
	font-size:36px;
	color:#fff;
	line-height:100px;
	text-align:center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
.markets-block p{
	font-size:30px;
	color:#595959;
	text-transform:uppercase;
	margin-top:14px;
	font-family: 'Roboto Condensed', sans-serif;
}
#market-content{
	padding-top:38px;
	margin-bottom:59px;
	overflow:hidden;
}
#market-content img{
	float:right;
	max-width:471px;
	height:auto;
}
#market-desc{
	float:left;
	width:65%;
}
#market-desc p{
	font-size:24px;
	color:#282727;
	margin-bottom: 20px;
}

#market-desc h1,#market-desc h2,#market-desc h3,#market-desc h4,#market-desc h5,#market-desc h6{
	font-weight:bold;
  font-size:inherit;
	margin-bottom:20px;
	/*margin-top:40px; */  
}
/*#market-desc p, #market-desc h1, #market-desc h2, #market-desc h3, #market-desc h4, #market-desc h5, #market-desc h6, #market-desc span, #market-desc strong, #market-desc ul, #market-desc li{
	margin-top:initial;
  margin-bottom:initial;
  padding-top:initial;
 	padding-bottom:initial;
}*/
#market-desc p,#market-desc span,#market-desc strong,#market-desc li,#market-desc a{
	font-family: 'Roboto Condensed', sans-serif;
}

#market-desc i{
	font-size:30px;
	color:#282727;
	line-height:48px;
}
#market-desc ul{
	padding-left: 20px;
}
#market-desc ul li{
	  list-style-type: disc;
    color: #fa0421;
    margin-bottom: 18px;
}
#market-bottom-img img{
	width:100%;
	height:auto;
	display:block;
}

/* ------------ top text area ------------ */
.top-text-area{
	padding-left:1.6%;
	padding-bottom:60px;
}
.top-text-area h5{
	font-size:30px;
	color:#3c3c3c;
}
.top-text-area p{
	color:#3c3c3c;
}

/* ------------ contact form section ------------ */
#contact-form-wrapper{
	width:100%;
	overflow: hidden;
}
#contact-form-wrapper br{
	display:none;
}
#contact-form-wrapper form{
	width:100%;
}
#contact-form-wrapper input[type="text"]{	
	border:1px solid #d8d8d8;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	width:92%;
	padding:11px 3%;
	margin:0 0 18px 0;
	font-size:16px;
	color:#7c7b7b;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:39px;
}
#contact-form-wrapper input[type="email"]{	
	border:1px solid #d8d8d8;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	width:92%;
	padding:11px 3%;
	margin:0 0 18px 0;
	font-size:16px;
	color:#7c7b7b;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:39px;
}
#contact-form-wrapper #first-name{
	width:38%;
	float:left;
	margin-right:10%;
}
#contact-form-wrapper #last-name{
	width:38%;
	float:left;
	
}
#contact-form-wrapper textarea{
	border:1px solid #d8d8d8;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	width:92%;
	padding:3%;
	margin-bottom:18px;
	font-size:16px;
	color:#7c7b7b;
	font-family: 'Roboto Condensed', sans-serif;
	height: 122px;
}
#contact-form-wrapper input[type="submit"]{
	width:182px;
	height:37px;
	line-height:37px;
	border:none;
	background-color:#262526;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:block;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing:1px;
	text-transform: uppercase;
	margin-top:32px;
}
#contact-form-wrapper input[type="submit"]:hover{
	background-color:#302f30;
}


/* ------------ gallery page section ------------ */
#gallery-container-wrapper{
	
}
#gallery-container-wrapper .gallery-container{
	float:left;
	margin-left:1.6%;
	margin-bottom:30px;
}
.gallery-page-section{
	padding-top:80px;
	text-align:center;
	overflow:hidden;
}
.gallery-block{
	width:290px;
	display:inline-block;
	margin-left:0.5%;
    	margin-right:0.5%;
	margin-bottom:30px;
	overflow:hidden;
}
.gallery-container{
	width:290px;
	height:166px;
	overflow: hidden;
}
.gallery-container img{
	width:100%;
	height:auto;
	display:block;
}
.gallery-block h4{
	color:#000;
	font-weight:700;
	margin-top:20px;
}
.gallery-block p{
	font-size:14px;
}

/* ------------ news section ------------ */
.home .news-section{
	background-color:#f1f1f1;
}
.inner-page-section .news-section{
	padding-bottom:0;
}
.news-section{	
	overflow:hidden;
	padding:80px 0 89px 0;
}
.four-block-wrapper{
	text-align:center;
}
.news-section .four-block{	
	float:left;
	margin-left:20px;
	margin-bottom:20px;    
	width:290px;
	background-color: #fff;
	padding-bottom:40px;
}
.news-section .four-block span{
	font-size:30px;
	display:inline-block;
	margin:0 auto;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	/*-webkit-box-shadow: 0px 2px 0px 0px #fff;
	-moz-box-shadow: 0px 2px 0px 0px #fff;
	box-shadow: 0px 2px 0px 0px #fff;*/
	position:relative;
	z-index:2;
}
.news-section .four-block .news-image{
	width:100%;
	height:163px;
	text-align:center;
	display:block;
	background-color:#333;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}
.news-section .four-block .news-image div{	
	width:100%;
	height:163px;
	position:absolute;
	left:0;
	top:0;
	background: rgba(0,0,0,0.4);
    	-webkit-transition: all 350ms;
    	-moz-transition: all 350ms;
   	transition: all 350ms;
	
}
.news-section .four-block .news-image a{	
	width:100%;
	height:100%;
	display:block;
	text-align: center;
}

.news-section .four-block .news-image:hover div {
    	background: rgba(0,0,0,0.7);
}
.news-wrapper-top{
	overflow:hidden;
	margin-bottom:33px;
	padding-left:2%;
    	width:98%;
}
.news-wrapper-top h3{
	font-size:36px;
	color:#000;
	float:left;
	
}
.news-wrapper-top a{
	float:right;
	border:3px solid #1e1e1e;
	color:#1e1e1e;
	padding:0 40px;
	text-transform: uppercase;
	font-weight:700;
	height:46px;
	line-height:46px;
	display: inline-block;
}
.news-wrapper-top a:hover{
	background-color:#000;
	-webkit-transition: all .6s;
  	-moz-transition: all .6s;
  	-o-transition: all .6s;
	color:#fff;
}
.news-desc{
	padding:0 20px;
}
.news-desc h4{
	color:#000;
	margin:25px 0 5px 0;
	font-weight: bold;
}
.news-desc p{
	font-size:14px;
}	


/* ------------ text page template ------------ */
.text-area{
	padding-top:76px;
	clear:both;
}
.text-area .two-block{
	width:44%;
    margin-left:2%;
    margin-right:2%;
}
.text-area h3{
	font-size:36px;
	color:#3b3b3b;
	margin-bottom:23px;
}
.text-area h5{
	font-size:34px;
	color:#3b3b3b;
	margin-bottom:23px;
	text-transform: uppercase;
}
.text-area a{
	color:#003cff;
}
.text-area img{
	max-width:100%;
	margin:0 auto 23px auto;
}
.text-area p{
	margin-bottom:23px;
}
.center-block.gallery-page-section .text-area{
	padding-top:0;
}
.single-gallery #menu-wrapper a[title="gallery"] {
    color: #0096ff;
}
.single-post #menu-wrapper a[title="news"] {
    color: #0096ff;
}

/* ---------------------------- 404 Template  ---------------------------- */

#error-message {
  	width: 940px;
  	margin: 0 auto;
 	padding: 50px 0 100px 0;
 	text-align: center;
}

#error-message h1 {
  	font-size: 350px;
  	width: 100%;
  	margin:0 auto 0 auto;
  	text-align: center;
  	color:#0095ff;
  	border: 0;
}
#error-message a{
  	color:#000;	
}


/* ---------------------------- MEDIA QUERY ---------------------------- */

@media screen and (min-width: 240px) and (max-width: 1024px){

	/* ------------ menu section ------------ */
	
	#menu-button{
		display:block;
		color:#3a383a;
		font-size:0;
		height:37px;
		margin:0 auto;
		padding:12px 0;
		background:url(inc_files/images/menu-button.jpg);
		background-repeat: no-repeat;
    		background-position: right 20px center; 
		
	}	
	.menu-holder{
		width:100%;
		height:auto;
		margin:0;
		position:relative;
		border:0;
		padding:0;
	}	
	.nav-parent span{
		display:block;		
		width:40px;
		height:40px;
		position:absolute;
		right:0;
		top:0;
		cursor:pointer;
	}	
	#menu-button{
		display:block;		
	}	
	#menu-wrapper{
		display:none;
		height:auto;	
		border:0;
		width:100%;
		padding-top:20px;
		position:absolute;
		background-color:#179fff;
	}
	#main-menu{
		height:auto;
	}	
	#main-menu li{
		float:none;
		background:none;		
		position:relative;
		width:100%;
		height:auto;
		border-bottom:1px solid #53b6fc;
		margin:0;		
	}
	#main-menu li:after {
		display:none;
	}
	#main-menu li a {
		color:#fff;
		line-height:30px;
		padding-top:5px;
		padding-bottom:5px;
		float: none;
		text-align: center;
		height: auto;
		margin:0;
		background: none;
		display: block;		
	}	
	#main-menu li ul{
		top:0;
		width:100%;	
		padding:0;
		position: relative;
		overflow: hidden;
		border:0;		
	}
	#main-menu li.last-child{
		border-bottom:0;
	}		
	#main-menu li ul li a{
		padding:0;
		width:auto;
		line-height:40px;
		text-align:center;
	}
	#main-menu li ul li{		
		height:40px;
		border:0;
	}
	#main-menu li a:hover{
		color:#3a383a;
	}
	#main-menu li.active a{
		color:#3a383a;
	}
	#main-menu li:hover ul{
		display:none;
	}	
	.single-gallery #menu-wrapper a[title="gallery"] {
    color: #fff;
  }
  .single-post #menu-wrapper a[title="news"] {
      color: #fff;
  }
}

@media screen and (min-width:0px) and (max-width:1390px){
	#header-top{
		width:98%;
	}	
	
}

@media screen and (min-width:0) and (max-width:1240px){
	.center-block{
		width:96%;
	}
	.news-section .four-block{
		float:none;
		display:inline-block;
		margin-left:10px;
		margin-right:10px;
	}	
}

@media screen and (min-width: 768px) and (max-width: 1024px){

	#top-text-wrapper h3{
		font-size:30px;		
	}
	#home-slider-container h2{
		width:96%;
		margin-left:auto;
		left:3%;
	}
	
	.info-section .three-block{
		margin-left:1%;
		margin-right:1%;
		width:28%;
	}
	.info-section .three-block img{
		float:none;
		margin:0 auto 15px auto;
	}
	.info-section .two-block{
		padding-left:2%;
		padding-right:2%;
		width:40%;
		border:0;
	}
	.info-section .two-block img{
		float:none;
		margin:0 auto 15px auto;
	}
	
	.info-desc{
		width:100%;
		float:none;
	}
	.info-desc h4{
		text-align:center;
	}
	.info-desc p{
		text-align:center;
	}
	.info-desc strong{
		text-align:center;
		display:block;
	}
	#subscribe-form{
		width:100%;
		margin-top:10px;
	}
	.contact-section .three-block h3{
		text-align:center;
	}
	.footer-block-desc{
		float:none;
		width:100%;
	}		
	
	.markets-block p{
		font-size:23px;
	}
	.day-name{
		height:82px;
	}
	.day-name h5{
		line-height:82px;
	}
  #market-content img{
  	width:30%;
  }
  
  /* ----------- banner overide ----------- */
	#market-banner-wrapper{
		 height:405px;
	}
	.single-market-banner-text {
    width:300px;
    height:280px;
    padding:25px;
	}	
	.single-market-banner-text h3{
		font-size: 38px;
    line-height: 45px;
	}
	.single-market-banner-text p{
		font-size:20px;
	}
}


@media screen and (min-width:768px) and (max-width:926px) {
	#header-left h1 a{
		font-size:33px;
	}
  #logo-wrapper.single-market-logo h1 a{
  	font-size:40px;
  }	
	#home-slider-container h2 span{
		margin-left:0;
	}
	#inner-banner-wrapper h2{
		font-size:60px;
	}

	.testimonial-section h3{
		font-size:30px;
	}
	.testimonial-section p{
		font-size:20px;
	}
	.testimonial-section span{
		font-size:20px;
	}
	
	#subscribe-form input[type="email"]{
		margin-right: 0.4%;
	}
	
}
@media screen and (min-width:0px) and (max-width: 500px){
	.news-section .four-block{
		height:auto!important;
	}
}
@media screen and (min-width:0px) and (max-width: 767px) {
	p{
		font-size:16px;
	}
	#social-icon-wrapper {
        	bottom: 0;
        	top: auto;
        	width: 100%!important;
       	 	height: 50px!important;
    	}
    	#social-icon-wrapper a {
        	padding-right: 0!important;
       	 	width: 25%;
        	float: left!important;
    	}
    	.facebook {
        	background-position: center top;
    	}
    	.twitter {
       	 	background-position: center -50px;
    	}
    	.googleplus {
        	background-position: center -100px;
    	}
    	.mail {
        	background-position: center -150px;
    	}
	#menu-button{		
    		background-position: right 10px center; 
		
	}
	
	#header-wrapper{
		padding-top:7px;
	}
	#header-top{
		padding-bottom:0;
		position:absolute;
		top:12px;
		left:0;
		z-index:2;
		width:auto;
	}
	#logo-wrapper{
		padding-top:0;
	}
	#logo-wrapper h1 a{
		font-size:25px;
	}
  #logo-wrapper.single-market-logo{
  	margin-left:10px;
  }
  #logo-wrapper.single-market-logo h1 a{
  	font-size:25px;
  }	
	#tel-number{
		display:none;
	}
  #header-right{
  	display:none;
  }

	#top-text-wrapper h3{
		font-size:18px;
	}
	#home-slider-container{
		margin: 0 auto 40px auto;
	}
	#home-slider-container h2{
		width:96%;
		margin-left:auto;
		left:3%;
		font-size: 49px;
	}
	#home-slider-container h2 span{
		margin-left:0;
		font-size: 28px;
	}
	#inner-banner-wrapper{
		height:323px;
	}	
	#inner-banner-wrapper h2{
		font-size:41px;
	}
	#inner-banner-wrapper a{
		font-size:22px;	
	}
	#inner-banner-wrapper li{
		font-size:22px;
	}	
	
	.home-info-two-block h3{
		font-size: 33px;
		padding-top:0px;
	}
	.home-info-two-block .two-block{
		float:none!important;
		width:100%!important;
	}
	.info-section .three-block{
		padding-bottom:0;
		padding-top: 30px;
	}
	.info-section .two-block{
		border:0;
		padding:30px 0 10px 0;
	}
	.two-block .equalheight{
		height:auto!important;
	}
	.markets-name-block{
		font-size: 22px;
	}
	.add-section .three-block{
		width:90%;
		margin-bottom:30px;
	}
	
	
	.news-wrapper-top h3{
		float:none;
		text-align:center;
	}
	.news-wrapper-top{
		text-align:center;
	}
	.news-wrapper-top a{
		float:none;
		margin-top:20px;
	}
	
	.media-section{
		padding-top:50px;
		padding-bottom: 20px;
	}
	.media-section .three-block{
		width:100%;
		float:none;
		margin:0 auto 20px auto;
	}
	
	.testimonial-section h3{
		font-size: 24px;
	}
	.testimonial-section p{
		font-size:14px;
	}
	.testimonial-section span{
		font-size:14px;
	}
	
	#subscribe-title{
		margin-bottom:18px;
	}
	#subscribe-form{
		width:100%;
	}
	#subscribe-form input[type="text"]{
		width:96%;
		margin-bottom:8px;
	}
	#subscribe-form input[type="email"]{
		width:96%;
		margin-bottom:8px;
	}
	#subscribe-form input[type="submit"]{
		width:50%;
	}	
	
	.footer-list .four-block{
		width:100%;
		float:none;
		height:auto!important;
		margin-bottom:20px;
	}
	
	.inner-page-section {
    		padding-bottom:10px;
	}
	.markets-block p{
		font-size:18px;
	}
	.day-name{
		height:82px;
		width: 280px;
		line-height: 82px;
		font-size: 24px;
	}
	.day-name h5{
		line-height:82px;
		font-size: 24px;
	}
	
	.text-area{
		padding-top:40px;
	}
	.text-area .two-block{
		width:100%;
		height: auto!important;
    		padding-bottom:0;
		margin: 0;	
	}
	#contact-form-wrapper #first-name{
		float:none;
		width:93%;
	}
	#contact-form-wrapper #last-name{
		float:none;
		width:93%;
	}
	.home-slide{
		height:360px;
	}

	#market-desc{
		float:none;
		width:100%;
	}
  #market-content img{
  	float:none;
    margin:30px auto 0 auto;
    display: block;
  }
  
  /* ----------- banner overide ----------- */
	#market-banner-wrapper{
		 height:385px;
	}
	.single-market-banner-text {
    width: 210px;
    height: 190px;
    padding:30px;
	}	
	.single-market-banner-text h3{
		font-size:24px;
		line-height:28px;
	}
	.single-market-banner-text p{
		font-size: 16px!important;
	}
  
}