/*  
Theme Name: Marchant Fire & Security 
Theme URI: http://www.marchantfs.com.au/
Description: Customised theme for Marchant Fire & Security.
Version: 1.0
Author: Cyanweb
Author URI: http://www.cyanweb.com.au/
*/



/************************************************************************************
FONT
*************************************************************************************/

@font-face {
    font-family: 'Oswald-Light';
    src: url('wp-content/themes/marchantfs/font/Oswald-Light.ttf') format('truetype');
       
}
@font-face {
    font-family: 'Oswald-Regular';
    src: url('wp-content/themes/marchantfs/font/Oswald-Regular.ttf') format('truetype');
         
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('wp-content/themes/marchantfs/font/Oswald-Bold.ttf') format('truetype');
         
}





/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}


/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

#post-2 .entry-title{display:none;}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #ffffff url(img/bg-body-top.png)left top repeat-x;
	font: 1.1em/150% 'Oswald-Light', Arial, Helvetica, sans-serif;
	color: #4d4e53;
}
a {
	color: #821523;
	text-decoration: none;
	outline: none;
}
a:hover {
    color:#174a9d;
	text-decoration: none;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h3, h4, h6 {
	font-family: 'Oswald-Regular';
	line-height: 1.1em;
	margin: .1em 0 .4em;
	color: #5a605c;
}
h1 {
	font-family: 'Oswald-Regular';
	text-transform:uppercase;
	font-size: 1.8em;
	line-height: 1.33em;
	margin: .1em 0 .77em;
	color: #174a9d;
}
h2 {
	font-size: 1.45em;
	text-transform:uppercase;
	font-family: 'Oswald-Regular';
	line-height: 1.1em;
	margin: .1em 0 .77em;
	color: #174a9d;
	
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
	
}
h5 {
	font-size: 1em;
	font-family: 'PT_Sans-Web-Regular';
	text-transform:uppercase;
	line-height: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 75%;
	font-family: inherit;
}
input[type=text], input[type=email], input[type=tel], input[type=password], textarea, input[type=search] {
    float:left;
	display:block;
	background: url(https://www.marchantfs.com.au/wp-content/themes/marchantfs/images/bg-txt.png)left repeat;
	border: solid 1px #e6e7e7;
	padding: 3px 5px;
	color:#5a605c;
	margin: 0 5px 5px 0;
	/* rounded corner */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}
input[type=text], input[type=email], input[type=tel], input[type=search] {
	width: 180px;
	max-width: 90%;
}

label{
float:left;
display:block;
font-size: 1em;
color:#5a605c;
width: 140px;
padding: 3px 10px 0 0;
margin: 0 0 3px 0;
}
/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=search]:focus {
	outline: none;
	background: #fefbfb;
}

/* form button */
input[type=reset], input[type=submit], button , input[type=button] {
    float:left;
    background: #821523;
	color: #fff;
	font-size: .799em;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:.05em;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	border: none;
	padding: 2px 5px 2px 5px;
	margin:0 10px;
	cursor: pointer;
	/* rounded corner */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover, input[type=button]:hover {
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}


#gform_1 label {display: none;}



.gform_wrapper {
float:left;
padding: 0;
margin: .889em;
	
}

.gform_description{
margin:0 0 1em 0;
	font-size: .799em;
	line-height: .455em;
	padding: 0;
	
}



#gform_wrapper ul {
	margin: 0;
	padding: 0;
}
#gform_wrapper li {
	margin: 0;
	padding: 3px 0 3px 0;
	list-style: none;
	clear: both;
	
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 1140px;
	margin: 0 auto;
}


#container-footer {
    clear: both;
	width: 100%;
	background: #174a9d url(img/bg-body-footer.png)left top repeat-x;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 225px;
	padding:0 10px 0 10px;
}

/* site logo */
#site-logo {
    position:absolute;
	top:0;
	left:10px;
	width: 328px;
	height:105px;
	display:block;
	background:#ffffff;
	padding:25px 10px 0 20px;
	/* border radius */
	-webkit-border-radius: 0px 0 4px 4px;
	-moz-border-radius: 0px 0 4px 4px;
	border-radius: 0px 0 4px 4px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
	
}


#logo-text{
  position:absolute;
  top: 100px;
  left: 380px;
  width: auto;
  font: 1.66em/100%  'Oswald-Regular', Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  line-height: 1em;
  color:#fff;
  text-shadow: 1px 2px 1px rgba(0,0,0,.5);
  }/**/



/* site toplink */
#site-topbox {
    position:absolute;
	width: auto;
	height:26px;
	top:15px;
	right:0px;
	padding: 0 0 0 15px;
	}
#phone {
    position:relative;
	float:left;
	width: auto;
	font:2em/100%  'Oswald-Bold', Arial, Helvetica, sans-serif;
	height:26px;
	color:#ffffff;
	padding: 0 25px 10px 45px;
	background: url(img/ico-call.png)top left no-repeat;
	}

#phone span{
  color:#cea4aa;
  font: .6em/70%  'Oswald-Regular', Arial, Helvetica, sans-serif;
  
  }	 
	 
/* searchform */
#header #searchform {
    position:relative;
	float:right;
	width: 250px;
}
#header #searchform #s {
	width: 250px;
	background: #e6d0d3;
	font: .99em/100%  'Oswald-Light', Arial, Helvetica, sans-serif;
	color:#821523;
	border:1px solid #e6d0d3;
	padding: 5px;
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#social{
  display:none;
  position:absolute;
  width: auto;
  top: 170px;
  right: 10px;
  }/**/
  
  
#social img{
float:left;
display:block;
margin:0 0 0px 5px;

}

#social img:hover{
display:block;
-webkit-opacity: 0.60;
-moz-opacity: 0.60;
opacity: 0.60;
}


#searchform label{display: none;}



#header #searchform #searchsubmit{display: none;}


/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#nav-wrap{
  width:auto;
  height:41px;
  padding:0 5px 0 5px;
  position: absolute;
  left: 0;
  top: 165px;
  z-index: 100;
  }/**/


#nav,#nav li{margin:0;padding:0;}

#nav li{list-style:none; float:left; margin-right:1px; margin-left:1px; }/**/
#nav a{
display:block;
height:20px;
margin:6px 3px 0 3px;
padding: 10px 9px 14px 9px;
text-decoration: none;
text-transform:uppercase; 
font-size:.989em;
font-family: 'Oswald-Regular', Arial, Helvetica, sans-serif;
letter-spacing:.01em;
color: #ffffff;
text-shadow: 1px 2px 1px rgba(0,0,0,.5);
}
	  
#nav a:hover{
color: #fff;
background:#821523;
}/**/





/************************************************************************************
CONTENT
*************************************************************************************/
.slider-wrap{
    text-align: center;
	background: #ffffff;
	padding: 10px 10px 6px 10px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



#content-wrap {
	float: left;
	margin: 30px 0 85px 0 ;
	padding:0;
		
}


#content {
	float:left;
	width:740px;
	margin:0 30px 0 10px;
	padding: 0;
	
}

#content  h3 a{
    font-family: 'Oswald-Regular';
	display:block;
	width:235px;
	text-transform:none;
	font-size: .899em;
	line-height: 1.1em;
	margin: 0 0 0 0;
	padding:15px;
	color: #ffffff;
	background:#821523;
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

#content  h3 a:hover{
    color: #ffffff;
	background:#174a9d;
	
}

#content  h2 {
    font-family: 'Oswald-Regular';
	text-transform:none;
	font-size: 1.33em;
	line-height: 1.1em;
	margin: .8em 0;
	padding:0;
		
}

#content .arrow{
	margin:0px 0 0 0px;
	padding: 0;
	color: #37050b;
	font-size: 2em;
	font-weight:bold;
	
	
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 360px;
	float: left;
	margin: 0;
	padding: 0;
	
}
.widget {
    float:left;
	width: 348px;
	margin: 0px 0 0 0; 
	padding: 0;
			
}


.tab-bl{
    float:left;
	width: 348px;
	margin: 0 0 10px 0;
	padding:0;
	background:#ffffff;
	border: 1px solid #e7e7e7;
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}
.tab-rd{
    float:left;
	width: 348px;
	margin: 0 0 10px 0;
	padding:0;
	background:#ffffff;
	border: 1px solid #e7e7e7;
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.tab-bl h3{
    font-family: 'Oswald-Light';
	display:block;
	height:48px;
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 0 0 0 0;
	padding:15px ;
	color: #174a9d;
	text-shadow: 0px 1px 1px rgba(0,0,0,.1);
		
}


.tab-rd h3{
    font-family: 'Oswald-Light';
	display:block;
	height:48px;
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 0 0 0 0;
	padding:15px ;
	color: #821523;
	text-shadow: 0px 1px 1px rgba(0,0,0,.1);
		
}

.tab-bl h3 a{
   	color: #174a9d;
		
}

.tab-bl h3 a:hover{
	color: #821523;
		
}

.tab-rd h3 a{
   	color: #821523;
		
}

.tab-rd h3 a:hover{
	color: #174a9d;
		
}



.tab-bl .tabicon{
	margin:0px 15px 0 0;
	float:left;
	padding:13px 0 0 0;
	width:96px;
	height:65px;
	color: #7ab1f1;
	text-align:center;
	background:url(img/tab-bg-blue.png)top left no-repeat;
	
	
}

.tab-rd .tabicon{
	margin:0px 15px 0 0;
	float:left;
	padding:13px 0 0 0px;
	width:96px;
	height:65px;
	color: #ec8c9c;
	text-align:center;
	background:url(img/tab-bg-red.png)top left no-repeat;
	
	
}

.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	clear: both;
	
}

.widget li a {
text-decoration:none;

}

.widget li a:hover {
text-decoration:none;
}

.tab-bl h4{
    font-family: 'Oswald-Light';
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 0 0 0 0;
	padding:15px ;
	color: #174a9d;
	text-shadow: 0px 1px 1px rgba(0,0,0,.1);
		
}

.widget p {
	margin: 0 15px 15px 15px;
	color: #821523;
	padding: 0;
	
	
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	width:1140px;
	height:197px;
	color:#e8e8e8;
	font-size: 95%;
	
	
}

#footerbottom {
    clear: both;
	height:65px;
	font-family: 'Oswald-Light';
	font-size:.899em;
	line-height:1.1em;
	color:#e6ebf4;
	padding: 85px 10px 25px 10px;
}


#footerbottom .left {
    float:left;
	width:50%;
	margin: 0;
}

#footerbottom .right {
    float:right;
	width:50%;
	margin: 0;
}

.left a{
	color:#00a4c7;
		
}

.left a:hover{
        color:#2bcef1;
		
}


.right h3 {
	float:right;
	width: auto;
	display:block;
	font:2em/100%  'Oswald-Bold', Arial, Helvetica, sans-serif;
	height:26px;
	color:#e7e7e7;
	padding: 0 0px 10px 45px;
	background: url(img/ico-call.png)top left no-repeat;
	}


.right ul {
	float:right; 
	list-style-type: none; 
	text-align:right; 
	margin: 0px;
}
.right ul li {
	display: inline;
	}

.right ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color: #e7e7e7;
	background: url(img/divider-vr.png) right  no-repeat; 
	padding: 7px;
	
	
}

.right ul li a:hover {
          color: #ffffff;
        }




/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}


/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #333;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(http://www.marchantfs.com.au/wp-content/themes/marchantfs/images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}




/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }




/************************************************************************************
smaller than 1024
*************************************************************************************/
@media screen and (max-width: 1024px) {

	/* pagewrap */
	#pagewrap {
		width: 95%;
	}
	
	#header {
	width:98%;
	height: 240px;
     }
	
		 
	/* site logo */
	#site-logo {
	height:75px;
	width:25%;
	left:37%;
	padding:25px 10px 0 10px;
	
	}
	
	#logo-text{
    top: 110px;
	left: 0;
	text-align:center;
	width:100%;
    }/**/
	
    #site-topbox {
    width: 98%;
	height:26px;
	top:160px;
	right:0px;
	left:0;
	
	}
	
	#searchform {
     margin-top: 5px;
    }
	#header #searchform #s {
    width: 250px;
    background: #fff;
	}
	#social{
     display:none;
     }/**/
   
   
    #nav-wrap{
   display:none;
  
   }/**/
   
  
   	#content-wrap {
	width:100%;
		
    }
	
    #content {
	width:94%;
	margin:0 3% 0 3%;
	} 
	
	
    #sidebar {
	width:96%;
	margin: 2%;
	
    }
	
    .widget {
   	width: 98%;
	padding:1%;
	}
	
	
	#footer {
		width: 100%;
		height:197px;
		padding: 0;
		margin:0;
		
	}
	
	#footerbottom {
    padding:65px 0 0 ;
	}
	
	#footerbottom .left {
	width:100%;
	text-align:center;
	margin: 0;
    }
	
	#footerbottom .right {
    float:none;
	position:relative;
	text-align:center;
	margin: 0;
	width:65%;
	left:17%;
	top:15px;
	overflow:hidden;
    }
	
	.right h3 {
	display:none;
	overflow:hidden;
	}
	
	.right ul {
	float:none; 
	list-style-type: none; 
	text-align:center; 
	margin: 0px;
    }
	
	label{
		width: 30%;
	}
	
	input[type=text], input[type=email], input[type=search] {
	width: 50%;
	}

	
	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}



}





/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

    #header {
	width:95%;
	height: 275px;
     }
	
		 
	/* site logo */
	#site-logo {
	height:65px;
	width:45%;
	left:25%;
	padding:25px 10px 0 10px;
	
	}
	
	#logo-text{
    top: 115px;
	}/**/
	
	site-topbox {
	position:absolute;
    width: 100%;
	left:0;
	top:160px;
	
	}
	
	#phone {
    position:relative;
	float:none;
	width: 70%;
	left:30%;
	
	}
	
    
	#searchform {
    display:none;
    }
	
		
	#footer {
		height:210px;
		
		
	}
	
	#footerbottom .right {
  	width:65%;
	left:17%;
	top:15px;
    }
	
	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}
	
}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 520px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
		
	}
	
	#header {
	width:93%;
	height: 285px;
     }
		 
	/* site logo */
	#site-logo {
	height:65px;
	width:50%;
	left:22%;
	padding:25px 10px 0 10px;
	
	}
	
	#logo-text{
    top: 105px;
	}/**/
	
	#phone {
    position:relative;
	float:none;
	width: 70%;
	margin-left:auto!important;
	margin-right:auto!important;
	left:5%;	
	}
	#phone span {display:none;}
	
	
    	
	
	.widget {
    width: 98%;
	}


    .tab-bl{
   	width: 100%;
	}
    .tab-rd{
    width: 100%;
	}
	
	.tab-bl h3{
    font-size: 1em;
	
	}


    .tab-rd h3{
    font-size: 1em;
	
	}
		
	#footer {
	 height:280px;
		
		
	}
	
	
	
}