@charset "utf-8";
/* CSS Document */

/*---1. default reset css---*/
/*---2. default font-size,font-family,font-color,line-height,bgcolor---*/
/*---3. Wrappers(containers)---*/
/*---4. Container Fonts---*/
/*---5. TopHeader css---*/
/*---6. Header---*/
/*---7. Footer css---*/
	/*---7.1 social icons---*/
	/*---7.2 FooterLinks,copy,developedby---*/
/*---8. contact map---*/
/*---9. grop ClearBoth---*/



/*---1. default reset css---*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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, img, ins, kbd, q, s, samp,
small, strike, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol{
	list-style:decimal;
	margin-left:30px;		
}
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;
}

/* END RESET */


/*---2.default font-size,font-family,font-color,line-height,bgcolor---*/

body{
	background:#fff;
	font-family: 'latoregular';
	color:#333;
	font-size:16px !important;
	line-height:25px;

}

/*---3. Wrappers(containers)---*/
.MainWrapper {
	margin: 0 auto;
	padding: 0;
	width:1200px;
}
.TopMainWrapper {
	width:1200px;
	margin:0 auto;	
}
.IdxContainWrapper {
	width:1200px;
	margin:0 auto;
	padding:40px 0;
}
.InnerContainWrapper {
	width:1200px;
	margin:0 auto;
	padding:40px 0;
}
/*---4.Container Fonts---*/

.InnerContainWrapper h1 {
	font-size:30px; font-weight:normal;line-height:40px
}
.InnerContainWrapper h2 {
	font-size:28px; font-weight:normal;line-height:40px;
}
.InnerContainWrapper h3 {
	font-size:24px; font-weight:normal;line-height:34px;
}
.InnerContainWrapper h4 {
	font-size:22px; font-weight:normal;line-height:34px;
}
.InnerContainWrapper h5 {
	font-size:18px; font-weight:normal;line-height:28px;
}
.InnerContainWrapper h6 {
	font-size:16px; font-weight:normal;line-height:26px;
}

/*---5. TopHeader css---*/
.Logo {
	float:left;
	width:217px;
	padding-top:15px !important;	
}
.Logo a {
	display:block;
	width:217px;
	height:119px;
	background:url(../images/imgs/palmetto-sound-works-logo.png) no-repeat left top;
	text-indent:-999999px;
	background-size: 100%;
}
.TopMainRight {
	float:right;
	padding:40px 0 0 0;	
}
.PhoneImg {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-family: 'latobold';
    letter-spacing: 1px;
	padding-right:15px;
}
.PhoneImg i{
	vertical-align:middle;	
}
.PhoneImg a,.PhoneImg a:hover{
	color:#fff;
}


/*   Nav   */
.FParagraph1 p:last-child{
	margin-bottom:0px;
}
.Table {
	display:table;
	margin:0px auto;
	width:100%;
}
.Cell{
	display:table-cell;
	vertical-align:top;
}

/*---6. Header---*/

.Header {
	width:100%;
	position:absolute;
	left:0px;
	bottom:120px;
	text-align:center;
	z-index:11;
}
.Header .FillWhiteBtn {
	font-size:14px;
	line-height:52px;	
}

/*---7. Footer css---*/
.FooterWrap ,.MaintenanceWrap .BgWrapper {
	background:url(../images/bg/footer-bg.jpg) no-repeat top center;
	min-height:480px;
	background-size:cover;	
}
.FooterWrap .FillWhiteBtn {
    font-family: 'latobold';
    font-size: 15px;
    text-transform: lowercase;
    color: #333;
}
.FooterWrap .FillWhiteBtn a i {
	margin-right:10px;
	font-size:17px;	
}
.FooterWrap .FillWhiteBtn.PhoneImg {
	font-size:16px;	
}
.FooterWrap .FillWhiteBtn.PhoneImg a i{
	display:inline-block;
	background:url(../images/icons/footer-phone-icon.png) no-repeat top center;
	width:19px;
	height:19px;	
}
.FooterWrap .FillWhiteBtn.PhoneImg a:hover i{
	background:url(../images/icons/phone-icon-white.png) no-repeat top center;
}
.FooterWrap .FillWhiteBtn.PhoneImg a {
	color:#333;	
}
.FooterWrap .FillWhiteBtn.PhoneImg a:hover {
	color:#fff;	
}
/*---7.1 social icons---*/
.FSocialIcon {
	margin:0 auto;
	text-align:center;
}
.FSocialIcon li{
	background-image:none;
	padding:0px;
	margin:0px 1px;
	display:inline-block;
	vertical-align:top;
}
.FSocialIcon .fa-stack {
	width:27px;
	height:27px;
	line-height:27px;
}
.FSocialIcon  .fa-stack-2x {
    font-size:30px;
	top:0px;
}
.FSocialIcon .fa-stack-1x {
	top:2px;
}
.FSocialIcon .fa-lg {
    font-size:15px;
    line-height:27px;
}
.FSocialIcon a{
	color:#000;
	transition:all ease 0.5s;
}
.FSocialIcon a:hover{
	color:#ff455a;
}
.FSocialIcon a .fa-inverse{
	color:#ffa400;
}
.FSocialIcon a:hover .fa-inverse{
	color:#fff;
}

/*---7.2 FooterLinks,copy,developedby---*/

.FooterLink li,.copy ,.DevelopedBy {
    display: inline-block;
    margin: 0px;
    padding: 0px 0px;
    background-image: none;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    font-family: 'latomedium';
    letter-spacing: 1px;
    text-transform: uppercase;
}
.FooterLink li+li{
	border-left:1px solid #fff;	
}
.FooterLink li a {
    color: #fff;
    padding: 0px 12px;
}
.FooterLink li a:hover{
    color:#ff455a;
}
.FooterLink li:first-child a{
	padding-left:0;	
}
.FooterLink li:last-child a{
	padding-right:0;	
}
.copy ,.DevelopedBy{
	display:block;
	line-height:20px;
	margin:10px 0;
}
.DevelopedBy i{
    vertical-align:middle;
	margin-left:8px;
}


/*---8. contact map---*/
.ContactMap img,.ContactMap iframe{
	width:100%;
	margin:0px auto -9px;
}
.ContactMap img{
	max-width:100%;
    margin-bottom: -10px;
}

.FullWidth{
	float:none;
	display:block;
	margin:0 auto;
	width:100%;	
}

/** stikcy btns start **/
.StickyBtns .BorderLine {
    height:6px;
    background-color: #ffa400;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.StickyBtns .FSocialIcon {
	float: right;
	background-color: #ffa400;
	border-radius: 5px 5px 0px 0px;
	margin: 0px 20px 0px 0px;
	padding: 8.5px 16px;
	border-bottom: 0;
}
.StickyBtns ul {
	display: inline-block;
	vertical-align: middle;
}
.StickyBtns {
	height: 50px;
	position: fixed;
	bottom: 0px;
	z-index: 100;
	width:100%;
	left:0;
	/*display: none;*/
}
.StickyBtns .FillYellowBtn {
	line-height: 40px;
	font-size: 14px;
	margin-right: 15px;
}
.StickyBtns .FillYellowBtn a {
	border-radius: 5px 5px 0px 0px;
	padding-top: 4px;
}

/** stikcy btns end **/

/** inc-body-content start **/
.IdxIconsWrap {
	background:url(../images/bg/idx-bg1.png) no-repeat top center;
	min-height:691px;
	background-size:cover;
}
.IdxIconsWrap .DescWrap {
    float: right;
    width: 40%;
    padding-left: 45px;
    box-sizing: border-box;
}
.IdxIconsWrap .InnerContainWrapper {
	padding:100px 0;	
}
.IdxIconsWrap .ColorBlock {
	width:720px;
	float:left;
	padding-left: 15px;
    box-sizing: border-box;	
}
.ColorBlock li .Icon {
    width: 115px;
    height: 115px;
    margin: 0 auto 18px;
}
.ColorBlock li .Icon img {
	border:2px solid #fff;	
	border-radius: 50%;
}
.ColorBlock li {
	width:235px;
	height:235px;
	float:left;
	display:table;
	background-size:cover !important;
}
.ColorBlock li .Col {
	display:table-cell;
	vertical-align:middle;	
}
.TestedGearForSaleWrap {
	background:url(../images/bg/blue-bg.jpg) no-repeat top center;
	min-height:635px;
	background-size:cover;	
}
.TestedGearForSaleWrap .InnerContainWrapper {
	padding:55px 0;	
}
.TestedGearForSaleWrap li {
	display:inline-block;
	vertical-align:top;
	width:24.5%;
	margin-bottom: 30px;	
}
.TestedGearForSaleWrap li .ImgWrap img {
	max-width:100%;
	border:6px solid #fff;	
}
.TestedGearForSaleWrap li .TextCol {
	float:left;
	width:75%;
	padding-right:15px;
	box-sizing:border-box;
}
.TestedGearForSaleWrap li .Wrapper {
    padding-bottom: 8px;	
}
.TestedGearForSaleWrap li .TGForSaleColHeight {
	border-bottom: 2px solid #2581c9;
}
.TestedGearForSaleWrap li .Col {
	width:94%;
	margin:0 auto;	
}
/** inc-body-content end **/

/*Juhi*/

.EventsWrap .Col2 {
	border-right:1px solid #dbdbdb;
	display:inline-block;
	width:49.5%;
	vertical-align:top;
	padding:0 45px;
	box-sizing:border-box;
	text-align:left;
}
.EventsWrap .Col2:first-child {
	padding-left:0;	
}
.EventsWrap .Col2:last-child {
	border-right:0;
	padding-right:0;	
}
.ContainWrap .Wrapper {
	display:table-cell;
	vertical-align:middle;
}
.ContainWrap .ImgWrap {
    float: left;
    width: 35%;   
    box-sizing: border-box;
    padding-left: 30px;
}
.ContainWrap .ImgWrapper {
	position: relative;
}
.ContainWrap .DescWrap {
    float: right;
    width: 63%;
    padding-left: 100px;
    box-sizing: border-box;
}
.ContainWrap .ImgWrap .TitleWrapper {
	/*background:url(../images/bg/audio-text-bg.jpg) no-repeat top center;*/
	width:202px;
	height:202px;
	position:absolute;
	bottom:20px;
	right:20px;
	padding:25px;
	box-sizing:border-box;
	display:table;
	background-position: bottom right !important;
}
.ContainWrap .ImgWrap .TitleWrapper .Wrapper {
	display:table-cell;
	vertical-align:middle;	
}
.ContainWrap .ImgWrap .ImgWrapper img {
	margin-bottom:-7px;
}
.ContainWrap .ImgWrap .TitleWrapper .WhiteSepLine {
    width: 72px;
    margin: 5px 0;
    text-align: left;
}
.ContainWrap .DescWrap  .BlueSepLine {
    margin: 20px 0;
}
.ContainWrap {
	min-height:575px;/*612*/
	background-size:cover !important;
}
.AudioWrap {
	background:url(../images/bg/audio-bg1.png) no-repeat top center;	
}
.LightingWrap {
	background:url(../images/bg/lighting-bg1.png) no-repeat top center;
}
.StagingWrap {
	background:url(../images/bg/staging-bg1.png) no-repeat top center;
}
.InstallationsWrap  {
	background:url(../images/bg/installations-bg1.png) no-repeat top center;
}
.VideoWrap {
	background:url(../images/bg/video-bg1.png) no-repeat top center;
}
.VideoWallsWrap {
	background:url(../images/bg/videowalls-bg1.png) no-repeat top center;
}
.ContainWrap .InnerContainWrapper {
    padding: 75px 0;
}
.AudioWrap .ImgWrap .TitleWrapper {
	background:url(../images/bg/audio-text-bg.jpg) no-repeat top center;
}
.LightingWrap .ImgWrap .TitleWrapper {
	background:url(../images/bg/lighting-text-bg.jpg) no-repeat top center;
}
.StagingWrap .ImgWrap .TitleWrapper {
	background:url(../images/bg/staging-text-bg.jpg) no-repeat top center;
}
.InstallationsWrap .ImgWrap .TitleWrapper {
	background:url(../images/bg/installations-text-bg.jpg) no-repeat top center;
}
.VideoWrap .ImgWrap .TitleWrapper {
	background:url(../images/bg/video-text-bg.jpg) no-repeat top center;
}
.VideoWallsWrap .ImgWrap .TitleWrapper {
	background:url(../images/bg/videowalls-text-bg.jpg) no-repeat top center;
}

.AudioGalleryWrap {
	background:url(../images/bg/audio-gallery-bg.jpg) no-repeat top center;	
}
.LightingGalleryWrap {
	background:url(../images/bg/lighting-gallery-bg.jpg) no-repeat top center;
}
.StagingGalleryWrap {
	background:url(../images/bg/staging-gallery-bg.jpg) no-repeat top center;
}
.VideoGalleryWrap {
	background:url(../images/bg/video-gallery-bg.jpg) no-repeat top center;
}
.VideoWallsGalleryWrap {
	background:url(../images/bg/videowalls-gallery-bg.jpg) no-repeat top center;
}
.InstallationsGalleryWrap {
	background:url(../images/bg/installations-gallery-bg.jpg) no-repeat top center;
}
.AudioGalleryWrap ,.LightingGalleryWrap ,.StagingGalleryWrap ,.VideoGalleryWrap ,.VideoWallsGalleryWrap, .InstallationsGalleryWrap {
	min-height:470px;
	background-size:cover;
}
.Gallery li {
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
}
.Gallery li img {
    max-width: 100%;
    box-sizing: border-box;
	position: relative;
}
.Gallery .VideoPlayIcon {
    position: absolute;
    top: 45%;
    margin-top: -38.5px;
    left: 50%;
    margin-left: -38.5px;
}
.Gallery li .Col {
    width: 90%;
    margin: 0 auto;
	position: relative;
}
.Gallery li a {
	display:block;
}
.TestimonialsWrap {
	background:url(../images/bg/testimonials-bg.jpg) no-repeat top center;
	background-size:cover !important;
	min-height:669px;
	}
.TestiWrapperBg {
	background:url(../images/bg/testimonials-trans-bg.png) no-repeat top center;
	background-size:cover;
	padding: 50px;
	min-height:413px ;
	box-sizing:border-box;
	width:1024px;
	margin:0 auto;
	}
.TestimonialsWrap .InnerContainWrapper {
    padding: 70px 0;
}
.TestiWrapperBg li .Col {
	padding:0 55px;	
}
.TestedGearForSaleWrap .FillWhiteBtn {
    line-height: 50px;
}
.TestedGearForSaleWrap .FillWhiteBtn a {
    padding: 0 37px;
}
.EventsWrap .BlueSepLine {
    width: 91px;
    border-bottom: 4px solid #459ee4;
    margin: 3px 0 11px;
    text-align: left;
}
.LogosWrapper li {
    display: inline-block;
    vertical-align: top;
    width: 16%;
}
.LogosWrapper li .Col {
	width:90%;
	margin:0 auto 15px;	
	border:1px solid #eee;
}
.LogosWrapper {
	margin-top:60px;
}
.VendorListWrapper .VendorList {
    margin-bottom: 25px;
}
.VendorListWrapper .VendorList:last-child {
    margin-bottom: 0;
}
.VendorList li {
    font-size: 15px;
    line-height: 22px;
    background-position: 0 8px;
}
	
/*Juhi end*/
.PhotosWrap .Gallery li {
    margin-bottom: 25px;
}
/** contact **/
.ContactFormWrap input ,
.ContactFormWrap select ,
.ContactFormWrap textarea {
	background-color:#f2f2f2;	
}
.ContactFormWrap .Col2,.ContactFormWrap .Col1{
    display: inline-block;
    vertical-align: top;
    margin: 8px 6px;
    width:47.8%;
	position: relative;
}
.ContactFormWrap .Col1{
	width: 97.6%;
    display: block;
    margin: 10px auto;	
}
.ContactFormWrap textarea ,.ContactFormWrap .TACol {
	height:110px;	
}
.ContactFormWrap .ContactInfo .CIList h5 {
    font-family: 'latobold';
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-transform: uppercase;
	margin-bottom:2px;
}
.ContactFormWrap .ContactInfo .CIList i {
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    background-color: #000;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    border-radius: 50%;
}
.ContactFormWrap .ContactInfo .CIList .Phone a {
	color: #fff;
}
.ContactFormWrap .ContactInfo .CIList.EmailWrap i{
	font-size: 14px;
}
.ContactFormWrap .ContactInfo .CIList tr td:last-child {
    padding-left:20px;
	width:92%;
}
.ContactFormWrap .ContactInfo .CIList a{
	color:#fff;
}
.ContactFormWrap .ContactInfo .CIList a:hover{
	color:#000;
}
.ContactFormWrap .ContactInfo .CIList{
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	font-size:15px;
	line-height:21px;
	color:#fff;
}
.ContactFormWrap .ContactInfo .CIList:last-child{
	border-bottom:0;	
}
.ContactFormWrap .ContactInfo .CIList td span{
	padding:0px 3px;	
}
.ContactFormWrap .SecurityCode input{
	width:49% !important;	
}
.ContactFormWrap .ContactInfo .CIList .Phone a,.ContactFormWrap .ContactInfo .CIList .Phone a:hover{
	color:#fff;
}
.ContactFormWrap .SecurityCode img{
	vertical-align:middle;
	margin-right:7px;
	height:50px;	
}
.ContactFormWrap .SecurityCode .SecurityNote ,
.ContactFormWrap .Col2.SecurityCode {
	text-align:left;	
}
.ContactInfp img{
	max-width:100%;
}
.ContactInfo table{
	width:100%;
}
.ContactFormWrap .col1 {
	float:right;
	width:61.5%;	
}
.ContactFormWrap .col1 .col1Wrapper {
    width: 720px;
    float: left;
    padding: 30px;
	box-sizing:border-box;
}
.ContactFormWrap .col2 {
	float:left;
	width:38.5%;
}
.ContactFormWrap .col2 .col2Wrapper {
    width: 415px;
    float: right;
    padding: 30px 90px;
    box-sizing: border-box;
    padding-left: 0;
}
.ContactFormWrap .FillOrangeBtn {
	font-size:15px;
	letter-spacing:0;	
}
.ContactFormWrap .FillOrangeBtn a {
	padding:0 44px;	
}
.ContactFormWrap .FillOrangeBtn a:hover {
	background-color:#000;
	color:#ea6c18;	
}
.ContactFormWrap .WhiteSepLine {
    border-bottom: 3px solid #fff;
    width: 210px;
    margin: 20px 0 30px;
    text-align: left;
}
.ContactFormWrap .TransOrangeBtn a {
    padding: 10px 30px;
    color: #ff9800;
    border: 1px solid #ff9800;
}
.ContactFormWrap .TransOrangeBtn a:hover {
	background-color:#ff9800;
	color:#fff;	
}
/** contact end ***/


/** maintenance page **/

.MaintenanceWrap .InnerContainWrapper{
	width:1000px;
	padding:25px 0px 0px 0px;
	min-height:inherit;
}
.MaintenanceWrap .ContactInfo .CIList a{
	color:#fff;	
}
.MaintenanceWrap .ContactInfo .CIList a:hover{
	color:#459ee4;	
}
.MaintenanceWrap  .Logo{
	float:none;
	margin:0px auto;
	padding:0px 0px 25px 0px;
}	
.MWrapper{
	padding:15px 30px 15px 30px;
}
.MaintenanceWrap .ContactInfo{
	float: none;
    width: 100%;
    margin: 0px;
    border-bottom: 0px solid #b6b6b6;
}
.MaintenanceWrap .ContactInfo .CIList{
	display:inline-block;
	width:32%;
	vertical-align:top;
	padding-bottom: 0px;
    margin-bottom: 0px;
	border-bottom:0;
    border-bottom: 0px solid #c6c6c6;
	color:#fff;
}
.MaintenanceWrap .ContactInfo .CIList:last-child{
	border-right:0px solid #c6c6c6
}
.MaintenanceWrap .ContactInfo .CIList table{
	text-align:left;
}
.UnderMaintenanceWrapper{
	padding:40px 0px;
}
.MaintenanceWrap .CIList td{
	display:block;
	width:100% !important;
	margin:0 auto;
	text-align:center;
	padding:0 !important;	
}
.MaintenanceWrap .CIList i{
	margin:0 auto 10px;
	    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    background-color: #459ee4;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0px auto 10px;
    border-radius: 50%;
}	
.MaintenanceWrap {
	display:table;
	width:100%;
}
.MaintenanceWrap .MWrap{
	display:table-cell;
	vertical-align:middle;	
}

/** maintenance page end **/
.GearDetailWrap .ImgWrap {
    float: right;
    width: 30%;
    text-align: center;
}
.GearDetailWrap .ImgWrapper {
	margin-bottom: 20px;
}
.GearDetailWrap .ImgWrapper:last-child {
	margin-bottom: 0;
}
.GearDetailWrap .DescWrap {
    float: left;
    width: 70%;
    padding-right: 45px;
	box-sizing: border-box;
}


/** 180118 shv **/
.TopMainRight .FillWhiteBtn.GalleryBtn {
	margin-right: 15px;
}
.InnerHeaderBg .ColorBlock {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
	display: flex;
    justify-content: center;
}

.InnerHeaderBg .ColorBlock li {
    width: 165px;
    height: 160px;
}
.InnerHeaderBg .WhiteSepLine {
    border-bottom: 3px solid #fff;
    width: 30px;
	margin: 3px auto;
	transition: all ease-in 0.3s;
}
.InnerHeaderBg a:hover .WhiteSepLine ,
.InnerHeaderBg a.on .WhiteSepLine{
	border-bottom: 3px solid #000;
}
.InnerHeaderBg .ColorBlock li .Icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all ease-in 0.3s;
}
.InnerHeaderBg .ColorBlock li a:hover .Icon ,
.InnerHeaderBg .ColorBlock li a.on .Icon{
	border: 2px solid #000;
}
.InnerHeaderBg .ColorBlock li .Icon i {
	display: block;
	width: 75px;
	height: 75px;
	margin: 0 auto;	
	transition: all ease-in 0.3s;
}
.InnerHeaderBg .ColorBlock li .Audio .Icon i {
	background: url(../images/icons/idx-icon-sm1.png) no-repeat top center;	
}
.InnerHeaderBg .ColorBlock li .Lighting .Icon i {
	background: url(../images/icons/idx-icon-sm2.png) no-repeat top center;	
}
.InnerHeaderBg .ColorBlock li .Video .Icon i {
	background: url(../images/icons/idx-icon-sm3.png) no-repeat top center;	
}
.InnerHeaderBg .ColorBlock li .Staging .Icon i {
	background: url(../images/icons/idx-icon-sm4.png) no-repeat top center;	
}
.InnerHeaderBg .ColorBlock li .Installation .Icon i {
	background: url(../images/icons/idx-icon-sm5.png) no-repeat top center;	
}
.InnerHeaderBg .ColorBlock li .VideoWalls .Icon i {
	background: url(../images/icons/idx-icon-sm6.png) no-repeat top center;	
}

.InnerHeaderBg .ColorBlock li .Audio a:hover .Icon i ,
.InnerHeaderBg .ColorBlock li .Audio a.on .Icon i {
	background: url(../images/icons/idx-icon-sm1-hover.png) no-repeat top center;	
}
.InnerHeaderBg .ColorBlock li .Lighting a:hover  .Icon i ,
.InnerHeaderBg .ColorBlock li .Lighting a.on  .Icon i {
	background: url(../images/icons/idx-icon-sm2-hover.png) no-repeat top center;	
}
.InnerHeaderBg .ColorBlock li .Video a:hover .Icon i ,
.InnerHeaderBg .ColorBlock li .Video a.on .Icon i {
	background: url(../images/icons/idx-icon-sm3-hover.png) no-repeat top center;	
}
.InnerHeaderBg .ColorBlock li .Staging a:hover .Icon i ,
.InnerHeaderBg .ColorBlock li .Staging a.on .Icon i {
	background: url(../images/icons/idx-icon-sm4-hover.png) no-repeat top center;	
}
.InnerHeaderBg .ColorBlock li .Installation a:hover .Icon i ,
.InnerHeaderBg .ColorBlock li .Installation a.on .Icon i{
	background: url(../images/icons/idx-icon-sm5-hover.png) no-repeat top center;	
}
.InnerHeaderBg .ColorBlock li .VideoWalls a:hover .Icon i ,
.InnerHeaderBg .ColorBlock li .VideoWalls a.on .Icon i{
	background: url(../images/icons/idx-icon-sm6-hover.png) no-repeat top center;	
}
.InnerHeaderBg .ColorBlock li a {
	display: block;
	transition: all ease-in 0.3s;
}
.InnerHeaderBg .ColorBlock li a:hover ,.InnerHeaderBg .ColorBlock li a.on {
	color: #000;
}
.FooterWrap .InnerContainWrapper {
    padding: 40px 0 80px;
}

/** 180118 shv end **/

/** 190118 juhi**/
.HomeTop {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 20;
}
.HomeTop .Logo {
    width: 110px;
	padding: 9px 0;
}
.HomeTop .Logo a {
    width: 110px;
    height: 62px;
}
.HomeTop .TopMainRight {
    padding: 8px 0 0 0;
}
.HomeTop #navigation {
    font-size: 11px;
    line-height: 35px;
    margin-top: 0px;
}
.HomeTop .PhoneImg {
    font-size: 16px;
    line-height: 35px;
}
.HomeTop .FillWhiteBtn {
	font-size: 10px;
    line-height: 35px;
}


/** 240118 shv start **/
.GalleryWrap .Gallery li {
    margin-bottom: 30px;
}
.GalleryWrap .Gallery li img {
    border: 0; 
    margin-bottom: -7px;
    width: 100%;
}
.GalleryWrap .Gallery li .Col {
	position: relative;
}
.GalleryWrap .Gallery li a .Title {
    background-color: rgba(0,0,0,0.80);
    padding: 15px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 1px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
	transition: all ease-in 0.5s;
}
.GalleryWrap .Gallery li a:hover .Title {
    background-color: rgba(255, 69, 89, 0.80);
}
.PhotosWrap .InnerContainWrapper {
    padding: 40px 0 15px;
}

/** 240118 shv end**/
.StagingWrap .InnerContainWrapper ,
.InstallationsWrap .InnerContainWrapper  {
	border-bottom:2px solid #000;
}

.MaxWidth100 ,.LogosWrapper li img {
	max-width:100%;	
}
/*---9. grop ClearBoth---*/
.group:after {
  content: "";
  display: table;
  clear: both;
}

.ClearBoth {
  clear: both;
  min-height:1px; 
}
.Human{
	text-align: left;
}
.Human .text-box{
	display: flex;
    align-items: center;
    gap: 5px;
	
}
.Human .text-box input{
	max-width: 75px;
}
.Human .error + div.error {
    display: block !important;
	border: 0 !important;
	color: #ff0000;
	font-size: 12px;
	line-height: 1.2;
}