 /*
 Theme Name: CHASE
 Theme URI: http://chaseav.com.au
 Description: Custom theme for Complete Home Audio Systems & Entertainment.
 Author: BBIM
 Author URI: http://www.bbim.com.au
 License: Everything copyrighted
 Version: 1.0
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul li {
  list-style-image: url("images/li.png");
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0;
}
a:focus, a:active{
  outline: none;
  border:none;
}
a img{
  outline: none;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
p {
	margin-bottom: 25px;
  font-size: 16px;
}
b, strong {
	font-weight: 600;
}
i, em {
	font-style: italic;
}
ol {
	padding-left: 20px;
}
ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
a {
	color: #373a3c;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
h2, h3, h4, h5, h6{
  color: #373a3c;
}
h2{
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 15px;
}
h3{
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 15px;
}
h4{
   font-size: 26px;
   line-height: 26px;
  margin-bottom: 15px;
}
h5{
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 15px;
}
h6{
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
img {
	max-width: 100%;
}
.clear {
	clear: both;
}
.visible-lg{
    display: block;
  }
  .visible-xs{
    display: none;
  }
h1 {
	font-size: 36px;
	line-height: 33px;
	margin-bottom: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #373a3c;
}
body {
	font-size: 15px;
	color: #565e61;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
}
.container {
	width: 1078px;
	margin: 0 auto;
}
.header {
  padding: 30px 0 17px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header1 {
	float: left;
	width: 26%;
}
.social_links li {
	display: inline-block;
	margin-right: 1px;
}
.logo {
	margin-bottom: 20px;
}
#menu a {
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 21px 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
#menu > li {
	display: inline-block;
	margin: 0 2%;
  position: relative;
}
.header2 {
	text-align: center;
}
.menu {
	border-top: 1px solid #c2c2c2;
	padding-top: 16px;
}
#menu > li.current-menu-item > a {
	background-image: url("images/active.png");
	background-position: center top;
	background-repeat: no-repeat;
}
#menu > li > a:hover {
  background-image: url("images/active.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#menu ul.sub-menu {
  background-color: #62AE9A;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  display: none;
  position: absolute;
  top: 36px;
  width: 175px;
  z-index: 1;
  left: 0px;
  margin:inherit;
}
#menu ul.sub-menu li {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  list-style: none;
  text-align: left;
}
#menu ul.sub-menu li:last-child {
  border-bottom: none;
}
#menu ul.sub-menu a {
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: 300;
  padding: 10px 11px;
}
#menu ul.sub-menu a:hover {
  color: #FFF;
  background-color: #4A4E51;
}
#menu li:hover ul.sub-menu {
  display: block;
}
#menu > li.current-menu-parent > ul > li.current-menu-item a{
  color: #FFF;
  background-color: #4A4E51;
}
#menu > li.current-menu-parent > a{
  background-image: url("images/active.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.slider .item > img {
	width: 100%;
}
.header2 {
  float: left;
  margin: 20px 7% auto;
  text-align: center;
  width: 45%;
}
.header_contact {
	display: block;
}
.header_contact > a {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.header3 {
	float: right;
	text-align: center;
	width: 15%;
}
.support_center {
  background-image: url("images/submit.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  margin-top: 2px;
  background-position: center;
}
.support_center > a {
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.slider_txt1 {
  display: block;
  font-size: 100px;
  font-weight: 900;
  line-height: 80px;
  text-transform: uppercase;
}
.slider_txt2 {
  display: block;
  font-size: 65px;
  font-style: italic;
  font-weight: 500;
  line-height: 70px;
}
.slider_contact_us > a {
	color: #fff;
	display: inline-block;
	line-height: 18px;
	padding: 16px 25px;
}
.slider_contact_us > a:hover {
  opacity: .8;
}
.slider_contact_us {
  background-color: #06AB9B;
	display: inline-block;
	margin-top: 40px;
	border-radius: 50px;
	font-size: 20px;
	width: 175px;
	box-shadow: 1px 5px rgba(0, 0, 0, 0.25);
}
.slider {
	position: relative;
	line-height: 0;
}
.slider_txt_section {
	position: absolute;
}
.slider_txt_section {
	color: #fff;
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
}
.slider_txt {
  padding: 0 2%;
}
.slider_txt11 {
  display: block;
  font-size: 70px;
  font-weight: 900;
  line-height: 80px;
  text-transform: uppercase;
}
.icon_box a {
	color: #373a3c;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.icon_box {
	display: inline-block;
	margin: 0 1%;
	text-align: center;
	width: 30%;
}
.icon_box {
	display: inline-block;
	margin: 0 0.9%;
	text-align: center;
	width: 31.2%;
  vertical-align: top;
}
.icon_boxes {
	padding: 60px 0 53px;
	text-align: center;
}
.icon_box h2 {
	margin: 45px 0 20px;
  line-height: 18px;
  padding: 0 50px;
}
.icon_box h2 a{
	text-decoration:none;
}
.icon_box > p {
	margin-bottom: 15px;
	line-height: 22px;
}
.icon_box .read_more {
	float: right;
	margin-right: 10px;
}
.body_container a {
  text-decoration: underline;
}
.read_more a {
	font-size: 12px;
	letter-spacing: 0;
	text-decoration: underline;
	text-transform: uppercase;
}
.our_passion_container {
	background-color: #f1f1f1;
	padding: 45px 0;
}
.our_passion {
	margin-bottom: 80px;
	text-align: center;
}
.our_passion p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 35px;
	font-weight: 300;
}
.our_passion_button > a {
  background-image: url("images/submit.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  color: #fff;
  padding: 10px 33px;
  text-decoration: none;
  text-transform: uppercase;
}
.our_passion_button > a:hover {
  opacity: .8;
}
.equipment h1{
  text-align: center;
}
.audio_video > h1 {
	text-align: center;
}
.audio_video {
	line-height: 22px;
  margin-bottom: 25px;
  overflow: hidden;
}
.audio_video h2{
  text-transform: uppercase;
}
.audio_video .img-cont{
  width: 460px;
}
.audio_video .text-cont{
  width: 580px;
}
.audio_video .img-cont.float-right, .audio_video .text-cont.float-right{
  float: right;
}
.audio_video .img-cont.float-left, .audio_video .text-cont.float-left{
  float: left;
}
.body_container ul {
	padding-left: 25px;
	margin-bottom: 15px;
}
.body_container ul li {

	list-style-image: url("images/li.png");
	padding-left: 10px;
  font-size: 16px;
	line-height: 30px;
	font-weight: 300;
}

.testimonial_container h1 {
	text-align: center;
}
.testimonial_img {
	display: inline-block;
	vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;	
  -moz-border-radius: 50%;
	width: 110px;
}
.testimonial_container p{
	margin-bottom:12px;
}
.testimonial_txt {
	display: inline-block;
	margin-left: 2%;
	margin-top: 22px;
	vertical-align: middle;
  padding:12px 0;
	width: 78%;
}
.testimonial_txt1 {
	display: block;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
}
.testimonial_writer {
	color: #3d4042;
	display: block;
	font-size: 14px;
  line-height: 20px;
	font-weight: 700;
	text-align: right;
	margin-top: 0px;
}
.testimonial_slider {
	text-align: center;
}
.testimonial_container .container{
  position: relative;
}
#mycustnav > a{
  top: 115px;
  cursor: pointer;
  position: absolute;
}
.testimonial_left_arrow {
	left: 0;
}
.testimonial_right_arrow {
	right: 0;
}
.testimonial_container {
	padding: 55px 0 62px;
	position: relative;
}
.contact_form_txt1 {
	color: #fff;
	display: block;
	font-size: 45px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.contact_form_txt2 {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 25px;
	margin: 35px 0 40px;
	text-align: center;
}
.contact_form_container {
	background-color: #696057;
	padding: 50px 0;
}
.name, .email, .phone, .help, textarea, .captcha-input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #717c80;
	color: #3e4143;
	display: block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	text-transform: uppercase;
}
::-webkit-input-placeholder {
  opacity: 1;
}
:-moz-placeholder {

  /* Firefox 18- */
  opacity: 1;
}
::-moz-placeholder {

  /* Firefox 19+ */
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
.captcha-img{
	margin-top: 10px;
}
.contact_submit {
	background-color: transparent;
	background-image: url("images/submit.png");
	background-repeat: no-repeat;
  background-size: cover;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	float: right;
	letter-spacing: 1px;
	padding: 8px 16px;
	border-radius: 50px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.contact_submit:hover{
  opacity: .8;
}
input, textarea {
	margin-top: 15px;
}
.name {
	background-image: url(images/name.png);
	background-position: 0 40%;
	background-repeat: no-repeat;
	padding: 12px 10px 4px 40px;
}
.email {
	background-image: url(images/email.png);
	background-position: 0 60%;
	background-repeat: no-repeat;
	padding: 12px 10px 4px 40px;
}
.phone {
	background-image: url(images/phone.png);
	background-position: 0 40%;
	background-repeat: no-repeat;
	padding: 12px 10px 4px 40px;
}
.help {
	background-image: url(images/help.png);
	background-position: 0 8%;
	background-repeat: no-repeat;
	padding: 12px 10px 4px 40px;
}
.contact_us_form {
	background-color: #ffffff;
	box-shadow: 1px 1px 2px #282828;
	float: left;
	padding: 30px 5% 18px;
	width: 46%;
}
.contact_us_box {
  float: right;
  width: 45%;
}
.contact_us_txt1 {
	color: #fff;
	display: block;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.contact_us_txt2 {
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 18px;
}
.contact_us_phone {
	background-image: url("images/contact.png");
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	padding: 10px 0 10px 25px;
	line-height: 26px;
	margin-top: 15px;
}
.contact_us_phone > a {
	font-size: 18px;
	text-decoration:none;
	color: #fff;
}
.contact_us_address {
	background-image: url("images/address.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	margin-top: 15px;
}
.logos {
	background-color: #DBD9D6;
  border-top:1px solid #858d90;
	padding: 45px 0 22px;
	text-align: center;
}
.logo_img {display: inline-block;width:20%;margin: 0 5% 0 0;vertical-align:middle;}
.logo_img:last-child {display: inline-block;width:20%;margin: 0;vertical-align:middle;}

/* ---------------Installation Process------------------- */

.install-process{
	padding: 15px 0 25px 0;
	background-color:#F1F1F1;
}
.install-process .content{
	text-align:center;
}

.install-processWrapper {
  margin-left: 0px;
  margin-top: 50px;
  padding: 10px 0;
  position: relative;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
.front > div {
  background-color:#F1F1F1;
  font-family: 'Open Sans', sans-serif;
  border: 8px solid #3c3f41;
  border-radius: 50%;
  -webkit-border-radius: 50%;	
  -moz-border-radius: 50%;
  color: #3a3d40;
  display: table;
  font-size: 36px;
  height: 200px;
  padding: 50px 0;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.front > div > span {
  display: inline-block;
  font-size: 35px;
  margin-top: 35px;
  text-align: center;
  width: 100%;
}
.install-process-row1 {
  height: 230px;
  margin-top: 10px;
  position: relative;
}
.install-process-row2 {
  height: 230px;
  position: relative;
  width: 100%;
}
.DesignContainer {
  left: 133px;
  z-index: 222;
  position: absolute;
  top: 0;
}
.InstallContainer {
  left: 541px;
  position: absolute;
  top: 0;
  z-index: 222;
}
.MarketingContainer {
  left: 679px;
  position: absolute;
  top: 0;
  z-index: 222;
}
.QuoteContainer {
  left: 343px;
  position: absolute;
  top: 0;
  z-index: 222;
}
.ControlContainer {
  left: 748px;
  position: absolute;
  top: 0;
  z-index: 222;
}
.install-processArrow1 {
  left: 70%;
  position: absolute;
  top: 133px;
}
.install-processArrow3 {
  left: 32%;
  position: absolute;
  top: 133px;
}
.install-processArrow2 {
  left: 50%;
  top:-19px;
  position: absolute;
}
.install-processArrow4 {
  left: 730px;
  position: absolute;
}

.flip-container {
   -webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d; 
	-ms-transform-style: preserve-3d;
}

/*
.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	filter: FlipH;
	-ms-filter: "FlipH";
}
*/

/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flip-container, .front, .back {
	 height: 212px;
    width: 212px;
	cursor:pointer;
}
.flipper {
    -webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;

	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}
.front, .back {
   -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;

	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}
.front {
    -webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
}
.back {
   -webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);

}
.backimage {
    background: #00B39D none repeat scroll 0 0;
    border: 8px solid transparent;
    -webkit-border-radius: 100%;	
	-moz-border-radius: 100%;	
	border-radius: 100%;
	display:table;
    height: 200px;
}
.backimage span {
	line-height: 20px;
	padding:0px 20px;
	font-weight:400;	
	color:#FFFFFF;
	font-size:14px;
	display:table-cell;
	vertical-align:middle;
}

.backimage span a{
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
  color: #FFF;
  text-decoration:underline;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.section.page{
  padding: 60px 0 20px 0;
}
.section.page .title{
  text-align: center;
}

/*=========================================*/
/*============= Blog Post =================*/
/*=========================================*/


.blog-post{
  padding: 70px 0;
  background-color: #f1f1f1;
  overflow: hidden;
}
.blog-post p{
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 15px;
}
.blog-post .left-content{
  width: 785px;
  float: left;
  margin-right: 25px;
}
.blog-post .right-content{
  width: 268px;
  float: left;
}
.blog-post .post{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom:1px solid #dddddd;
}
.post h1{
  margin-bottom: 5px;
  font-weight: 400;
}
.post h1 a{
	text-decoration:none;
}
.post .posted_by{
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  color: #565e61;
  font-weight: 700;
  font-size: 14px;
}
.post .posted_by b{
  color: #696057;
}
.blog-post .post > div{
  display: inline-block;
  vertical-align: top;
}
.post .left{
  width: 200px;
}
.post .left img{
  border:1px solid #dddddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;	
  -moz-border-radius: 2px;
}
.post .right {
  margin-left: 31px;
  width: 550px;
}
.post .read-btn{
  float: right;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
}
.post .social_share{
  display: inline-block;
}

.post .social_share svg{background-color:#696057;}


.pagination{
  text-align: center;
}
.pagination a{
  font-size: 15px;
  color: #717c80;
}
.single-post .post img {
  margin-bottom: 20px;
}
.single-post h1 {
  margin-bottom: 10px;
}
.blog-post.single-post{
  padding-bottom: 20px;
}
.blog-post.single-post .post {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.pagination a.active{
  font-weight: 700;
}

/*=========================================*/
/*================ Side bar ===============*/
/*=========================================*/

.right-content .search-form{
  position: relative;
  height: 38px;
}
.right-content .search-form input[type="search"] {
  background-color: #f9f9f9;
  border: 2px solid #373a3c;
  border-radius: 55px;
  -webkit-border-radius: 55px;	
  -moz-border-radius: 55px;
  display: inline-block;
  font-size: 15px;
  margin-top: 0;
  padding: 8px 35px 8px 12px;
  width: 100%;
}

.right-content .search-form .submit-btn {
  background-color: transparent;
  background-image: url("images/search_icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: medium none;
  border-radius: 6px;
  -webkit-border-radius:6px;	
  -moz-border-radius: 6px;
  top:10px;
  position: absolute;
  right: 9px;
  width: 28px;
  height: 19px;
  margin-top: 0;
  z-index: 333;
}
.submit-btn, .search-form input, input{
  -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
}
.newsletter-form{
  margin: 15px 0;
}
.newsletter-form > span{
  color: #FFF;
  font-size: 16px;
  background-image: url('images/br.png');
  background-repeat: repeat-x;
  display: inline-block;
  width: 100%;
  padding: 6px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  border:1px solid #696057;
  border-radius: 20px;
  -webkit-border-radius: 20px;	
  -moz-border-radius: 20px;
}
.newsletter-form input{
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-indent: 4px;
}
.newsletter-form input[type="text"] {
  background-image: url("images/name.png");
  background-position: 4px 40%;
  background-repeat: no-repeat;
  border:1px solid #5CA591;
}
.newsletter-form input[type="email"] {
  background-image: url("images/email.png");
  background-position: 4px 55%;
  background-repeat: no-repeat;  
  border:1px solid #5CA591;
}
.newsletter-form input[type="submit"]{
  text-indent: 0px;
  background-color: #3E4143;
  border:1px solid #3E4143;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.newsletter-form input[type="submit"]:hover{
  background-color: #545759;
}
.newsletter-form .sky-form > header{
  display: none;
}
.newsletter-form .sky-form .chimpy_lite_status_underlay {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 18px;
}
.newsletter-form .sky-form.chimpy_lite_custom_css .state-success input {
  background-color: #FFF;
}
.newsletter-form .sky-form .state-success input, .newsletter-form .sky-form .state-success select, .newsletter-form .sky-form .radio.state-success i {
  background-color:#FFF;
}
.newsletter-form .sky-form.chimpy_lite_custom_css footer button.button {
  background-color: #3e4143;
  border: 1px solid #3e4143;
  width: 100%;
  padding: 2px 0;
  opacity: 1;
  font-size:  16px;
  cursor: pointer;
  margin-top: 0;
  color: #FFF;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.newsletter-form .sky-form.chimpy_lite_custom_css footer button.button:hover {
  background-color: #545759;
}
.newsletter-form .sky-form .input, .newsletter-form .sky-form .select, .newsletter-form .sky-form .radio, .newsletter-form .sky-form footer button.button {
  width: 100%;
}
.newsletter-form .sky-form fieldset {
  background-color: transparent;
}
.right-content .service-cont > aside{
  padding: 15px;
  background-color: #FFF;
  margin-top: 15px;
}
.right-content .service-cont{
  padding: 15px;
  background-color: #FFF;
  margin-top: 15px;
}
.right-content .service-cont > aside img{
  border:1px solid #dddddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;	
  -moz-border-radius: 2px;
}
.right-content .service-cont > img{
  border:1px solid #dddddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;	
  -moz-border-radius: 2px;
}
.right-content .service-cont h4{
  text-align: center;
  margin: 10px 0;
  font-size: 14px;
  color: #4a4e51;
  text-transform: uppercase;
}
.right-content .service-cont h4 a{
	text-decoration:none;
}
.right-content .service-cont p{
  text-align: justify;
}


.search-page .post .right {
  width: 77%;
}
.section.error-page{
  padding: 50px 0;
  overflow: hidden;
}
.section.error-page input[type="search"] {
  border: 1px solid #5ca591;
  padding: 8px;
  width: 220px;
  margin-top: 0;
}
.section.error-page input[type="submit"] {
  background-color: #3e4143;
  border: 1px solid #3e4143;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 15px;
  text-indent: 0;
  margin-top: 0;
  vertical-align: top;
  transition: all 0.3s ease-in-out 0s;
}
/*=========================================*/
/*================ Footer =================*/
/*=========================================*/

.footer {
	background-color: #3c3f41;
	color: #717c80;
}
.footer .top {
  padding: 30px 0 20px 0;
  overflow: hidden;
}
.footer .top .container .left {
  width: 750px;
  float: left;
  margin-right: 25px;
}
.footer .top .container .right{
  width: 300px;
  float: right;
}
.footer .top .container .right h4{
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.footer .form-group{
  margin: 15px 0;
}
.footer .form-group input{
  margin-top: 0;
}
.footer .form-group .form-control{
  width: 100%;
  background-color: transparent;
  border:none;
  border-bottom:1px solid #FFF;
  padding: 5px 0px;
  color: #FFF;
}
.footer .sky-form input::-webkit-input-placeholder {
   color: #FFF;
   opacity: 1;
   text-transform: uppercase;
}

.footer .sky-form input:-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
   opacity: 1;
   text-transform: uppercase;
}

.footer .sky-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
   opacity: 1;
   text-transform: uppercase;
}
.footer .form-group .submit-btn{
  float: right;
  background-color: #FFFFFF;
  border-radius: 15px;
  -webkit-border-radius: 15px;	
  -moz-border-radius: 15px;
  color: #27292a;
  border:1px solid #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  padding: 4px 13px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.footer .form-group .submit-btn:hover{
  background-color: #27292a;
  color: #FFF;
  border:1px solid #27292a;
}

.footer .form-control:-ms-input-placeholder {  
    color: #FFF;  
    opacity: 1;
}
.footer .sky-form section {
  margin-bottom: 6px;
}

.footer .sky-form .input .icon-append + input {
  padding-right: 0;
}

.footer .sky-form header {
  background-color: rgba(0, 0, 0, 0);
  border-bottom:none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.footer .sky-form .chimpy_lite_status_underlay {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 18px;
}
.footer .sky-form.chimpy_lite_custom_css .state-success input {
  background-color:transparent;
}
.footer .sky-form .state-success input, .footer .sky-form .state-success select, .footer .sky-form .radio.state-success i {
  background-color:#FFF;
}
.footer .sky-form.chimpy_lite_custom_css footer button.button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 28px;
  -webkit-border-radius: 28px;	
  -moz-border-radius: 28px;
  color: #27292a;
  cursor: pointer;
  float: right;
  font-size: 12px;
  height: auto;
  line-height: 27px;
  opacity: 1;
  padding: 0 14px;
  text-transform: uppercase;
 -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 69px;
}
.footer .sky-form.chimpy_lite_custom_css footer button.button:hover {
 background-color: #27292a;
  color: #FFF;
  border:1px solid #27292a;
}
.footer .sky-form.chimpy_lite_custom_css i{
  display: none;
}
.footer .sky-form .input, .footer .sky-form .select, .footer .sky-form .radio, .footer .sky-form footer button.button {
  width: 100%;
  height: auto;
  font-size: 14px;
}
.footer .sky-form fieldset {
  background-color: transparent;
}
.footer .sky-form .input input, .footer .sky-form .select select {
  background-color: transparent;
  font-size: 13px;
  font-family: inherit;
  height: auto;
  width: 100%;
  background-color: transparent;
  border:none;
  border-bottom:1px solid #FFF;
  padding: 5px 0px;
  color: #FFF;
  font-family: inherit;
}
.footer a {
	color: #717c80;
}
.footer_menu li.current-menu-item a, .footer_menu li a:hover {
  color: #fff;
}
.footer_menu a {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.footer_menu ul li::after {
	color: #717c80;
	content: "|";
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 0;
	padding: 0 0 0 12px;
	pointer-events: none;
	vertical-align: middle;
}
.footer_menu ul li {
	display: inline-block;
	margin-left: 8px;
}
.footer_menu ul li:last-child::after {
	display: none;
}
.footer_social_links li {
	display: inline-block;
}
.footer_social_links {
	margin: 30px 0 18px;
}
.footer .bottom{
  background-color: #28292B;
  padding: 10px 0;
}
.copyright {
	font-size: 13px;
  line-height: 24px;
}
.our_passion_container1 {
	background-color: #f1f1f1;
	font-weight: 300;
	padding: 60px 0 5px;
}
.our_passion_container1 h1 {
	margin-bottom: 40px;
	font-weight: 400;
}
.full {
	margin-top: 15px;
	margin-bottom: 35px;
}
.audio_video1 ul {
	padding-left: 50px;
}
.audio_video_txt {
	width: 52%;
}
.audio_video_img {
	width: 47%;
}
.top_heading {
	background-color: #717C80;
	text-align: center;
}
.top_heading h1 {
	background-image: url("images/top.png");
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0;
	padding: 45px 0;
	margin-bottom: 0;
}
.section.instagram{

 padding: 50px 0; 

}
.section.instagram h1{
	text-align:center;

}

.instagram .content > div {

  display: inline-block;

  margin: 0 8px;

  vertical-align: top;

  width: 160px;

}

.instagram .content .insta-post > span{

 display: inline-block;

 width: 100%;

}
.instagram .content .insta-post > span > span {
 display: inline-block;
 margin-right: 10px;
 font-size: 11px;
 color: #B1B1B0;
}
.instagram .content .insta-post > span > span i {

 color: #B1B1B0;

 font-size: 11px;

 margin-right: 7px;

 cursor: pointer;

 -webkit-transition: color .3s ease-in-out;

 -moz-transition: color .3s ease-in-out;

 -o-transition: color .3s ease-in-out;

 transition: color .3s ease-in-out;

}

.instagram .content .insta-post > span > span i:hover, .instagram .content .insta-post > span > span:hover {

 color: #6A9300;

}
/*===========================================*/
/*============== @media Query ===============*/
/*===========================================*/

@media screen and (max-width: 1250px){
.slider_txt1,.slider_txt11 {
  font-size: 60px;
  line-height: 60px;
}
}

@media screen and (max-width: 1080px){
  .container{
    width: 100%;
    padding: 0 1%;
  }
  .header1 {
  margin-right: 1%;
  width: 20%;
}
.audio_video .img-cont {
  width: 45%;
}
.audio_video .text-cont.float-left {
  margin-right: 4%;
}
.audio_video .text-cont.float-right {
  margin-left: 4%;
}
 h2 {
  font-size: 25px;
}
 h3 {
  font-size: 22px;
}
 h4 {
  font-size: 20px;
}
 h5 {
  font-size: 18px;
}
h6{
  font-size: 16px;
}
.icon_box {
  width: 31.1%;
}
.icon_box h2 {
  padding: 0 20px;
}
.audio_video .text-cont {
  width: 51%;
}
.DesignContainer {
  left: 9%;
}
.InstallContainer {
  left: 48%;
}
.QuoteContainer {
  left: 29%;
}
.ControlContainer {
  left: 69%;
}
.testimonial_left_arrow {
  left: 20px;
}
.testimonial_right_arrow {
  right: 20px;
}
.blog-post .left-content {
  margin-right: 3%;
  width: 69%;
}
.right-content .service-cont {
  text-align: center;
}
.blog-post .right-content {
  width: 28%;
}
.post .right {
  margin-left: 3%;
  width: 66%;
}
.footer .top .container .left {
  margin-right: 2%;
  width: 69%;
}
.footer .top .container .right {
  width: 28%;
}
.slider_txt1, .slider_txt11 {
  font-size: 50px;
  line-height: 50px;
}
.slider_txt2 {
  font-size: 55px;
  line-height: 60px;
}
.instagram .content > div {
  display: inline-block;
  margin: 0 1%;
  vertical-align: top;
  width: 14%;
}
}
@media screen and (max-width: 980px){
.header1 {
  width: 19%;
}
.header3 {
  width: 19%;
}

#menu > li {
  margin: 0 1%;
}
.slider_txt2 {
  font-size: 45px;
  line-height: 50px;
}
.post .right {
  width: 62%;
}
}
@media screen and (max-width: 880px){
h1 {
  font-size: 28px;
}
.header1 {
  width: 16%;
}

  .social_links li {
  width: 24px;
}
.header2 {
  width: 50%;
}
.support_center > a {
  padding: 8px 12px;
}
#menu > li {
  margin: 0 4px;
}
#mycustnav > a {
  top: 133px;
}
.post .right {
  width: 100%;
  margin-left: 0;
}
.DesignContainer {
  left: 6%;
}
.InstallContainer {
  left: 44%;
}
.QuoteContainer {
  left: 23%;
}
.ControlContainer {
  left: 64%;
}
.install-process-row2 {
  margin-top: 40px;
}
.slider_txt1, .slider_txt11 {
  font-size: 40px;
  line-height: 40px;
}
}

@media screen and (max-width: 767px){
  
  .visible-lg{
    display: none;
  }
  .visible-xs{
    display: block;
  }
.header {
  background-color: #3c3f41;
  padding: 20px 0 0;
  position: relative;
}
  .header1 {
  width: 100%;
  margin-right: 0;
}
.menu {
  padding-top: 0;
}
.social_links li {
  width: auto;
}
.header3 {
  margin-right: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 100%;
}
.header2 {
  width: 100%;
  margin: 0;
}
.logo {
  margin-bottom: 11px;
}


  /*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em
}
.slicknav_nav {
  clear: both
}
.slicknav_nav ul, .slicknav_nav li {
  display: block
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  display: inline
}
.slicknav_menu:before, .slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both
}
/* IE6/7 support */
.slicknav_menu {
  width:300px;
  float:right;
  position:relative;
*zoom: 1
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
  font-size: 16px;
}
/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #4D4D4D;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
  padding: 5px;
}
.slicknav_nav {
  color: #565e61;
  margin: 0;
  padding: 0;
  font-size: 18px;
  background-color: #FFF;
  position: absolute;
  top: 47px;
  width: 98%;
  z-index: 999;
}
.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  background-color: #FFF;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.slicknav_nav .sub-menu a{
  color:#000;
}
.slicknav_nav .slicknav_row {
  padding: 2%;
  margin: 0;
}
.slicknav_nav a {
  padding: 2%;
  margin: 0;
  text-decoration: none;
  color: #565e61;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid transparent;
  font-size: 14px;
  letter-spacing:1px;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_row:hover {
  color: #fff;
}
.slicknav_nav li:hover a{
  color: #FFF;
  background-color:#4D4D4D;
}
.slicknav_nav li:hover a .slicknav_row a{
  color: #000;
  background-color:transparent;
}
.slicknav_nav li:hover .slicknav_arrow{
  color:#000;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .sub-menu li:hover a{
  background-color:#F1F1F1;
  color:#373a3c;
}
/* .slider .item > img {
  display: none;
} */
.slider_txt_section {
  position: relative;
  height:auto;
  background-image:url('images/top.png');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:top center;
}
.slider_txt_section .slider_txt {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.icon_box {
  display: inline-block;
  margin: 0 0 20px 0;
  text-align: center;
  width: 100%;
}
.audio_video .text-cont {
  width: 100%;
}
.audio_video .img-cont {
  width: 450px;
  margin-bottom: 25px;
}
.audio_video .text-cont.float-left {
  margin-right: 0%;
}
.audio_video .text-cont.float-right {
  margin-left: 0%;
}
.audio_video .img-cont.float-right, .audio_video .text-cont.float-right {
  float: left;
}
.install-processWrapperMedia {
  margin-top: 15px;
  text-align: left;
}
.install-processWrapperMedia h3 {
  color: #3c3f41;
  font-size: 20px;
  line-height: 20px;
  padding: 5px 0;
  text-transform: uppercase;
}
.install-processWrapperMedia h6 {
  font-size: 14px;
  margin-bottom: 18px;
}
.install-processWrapperMedia h6 > a {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.contact_form_txt1 {
  font-size: 34px;
}
.contact_form_txt2 {
  margin: 17px 0 33px;
}
.contact_us_form {
  width: 100%;
  margin-bottom: 25px;
}
.contact_us_box {
  width: 100%;
}
.audio_video_img{
  margin-bottom: 25px;
}
.audio_video_txt,.audio_video_img {
  width: 100%;
}.our_passion_container1 {
  background-color: #f1f1f1;
  font-weight: 300;
  padding: 15px 0 5px;
}
.our_passion_container1 {
  padding: 15px 0 5px;
}
.blog-post .left-content {
  margin-right: 0%;
  width: 100%;
  margin-bottom: 25px;
}
.blog-post .right-content {
  width: 100%;
}
.footer .top .container .left {
  margin-right: 0%;
  text-align: center;
  margin-top: 25px;
  width: 100%;
  float: none;
}
.footer .top .container .right {
  display: block;
  margin: 0 auto auto;
  overflow: hidden;
  float: none;
  width: 300px;
  margin-bottom: 15px;
}
.footer .bottom {
  text-align: center;
}
.slider_txt2 {
  font-size: 35px;
  line-height: 40px;
}
.slider_txt1, .slider_txt11 {
  font-size: 30px;
  line-height: 30px;
}
}
@media screen and (max-width: 680px){
  .testimonial_img {
  width: 100%;
}
.testimonial_txt {
  margin-left: 0%;
  width: 86%;
}
.slider_txt_section {
  background-image: url("images/top.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slider_txt_section .slider_txt {
  width: 100%;
  position: relative;
}
.instagram .content > div {
  display: inline-block;
  margin: 0 1% 10px;
  vertical-align: top;
  width: 30%;
  text-align: center;
}
}

@media screen and (max-width: 640px){
.slider_txt1, .slider_txt11 {
  font-size: 23px;
  line-height: 28px;
}
.slider_txt2 {
  font-size: 30px;
  line-height: 30px;
}
}

@media screen and (max-width: 480px){
  h1 {
  font-size: 22px;
} 
.audio_video .img-cont {
  width: 100%;
}
.logo {
  margin-bottom: 30px;
  width: 150px;
}
.instagram .content > div {
  margin: 0 1% 10px;
  width: 47%;
}
	
.logo_img, .logo_img:last-child {width:40%;margin:15px 5% !important;}
}
@media screen and (max-width: 380px){
 .social_links li {
  width: 24px;
}
.instagram .content > div {
  width: 100%;
}
}



