/*
Theme Name: QCS Template
Author: MC Hosting & Communications
Author URI: http://www.mchac.com.au
Description: This is MC Hosting & Communications Base Responsive Theme. 
Version: 1.0
Text Domain: MCHACBOOT

This theme, Is the copyright of MCHAC.
*/
body{
	overflow-x: hidden;
}
a.bookq1 {
    position: fixed;
    right: -2px;
    top: 300px;
    z-index: 99;
    margin-right: -1px;
    border-radius: 4px;
}
a.bookq {
    position: fixed;
    right: -2px;
    top: 465px;
    z-index: 99;
    margin-right: -1px;
    border-radius: 4px;
}
a {
    color: #337ab7;
    text-decoration: none !important;
}

.nopadding{
	padding: 0px;
}

.homepanels a{
	text-decoration: none;
}
.homepanels img{
	padding: 10px;
}
.homepanels h2 {
    font-size: 20px;
    text-decoration: none;
    color: #50641D;
    margin-top: -5px;
}
h3{
color:	#50641D;
}
.menu{
border-top: 1px #50641D solid;
padding-top: 10px;	
}
.header{
padding: 10px;	
	
}
.para{
	padding-top: 10px;
}
.footer{
	padding-top: 10px;
}
.phone {
    font-size: 36px;
    color: #50641D;
}
.phonetwo {
    font-size: 30px;
    color: #50641D;
}
.padding10{
	padding: 10px;
}
.copy{
	font-size: 10px;
}
.flexslider {
    margin: 0 0 0px;
    background: #fff;
    border: 0px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.mobile {
	display: none;
}

@media (max-width: 991px){
.desktop {
	display: none;
}
.mobile {
	display: block;
}
}

@media (max-width: 500px){
a.bookq1 {
    position: fixed;
    right: -2px;
    top: 300px;
    z-index: 99;
    margin-right: -1px;
    border-radius: 4px;
    display: none;
}
a.bookq {
    position: fixed;
    right: -2px;
    top: 465px;
    z-index: 99;
    margin-right: -1px;
    border-radius: 4px;
    display: none;
}	
.flexslider {
    margin: 0 0 0px;
    background: #fff;
    border: 0px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    height: 100px;
}
.testimonial_slider__minimal .testimonial_quote {
    width: 67% !important;
    min-height: 32px;
    float: right;
    padding-left: 40px;
    margin-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/quote.png) left top no-repeat;
    font-family: 'Lucida Sans Unicode', 'Lucida Grand', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #444;
    line-height: 1.1 !important;
}	
}