div.registrationInfoContainer, div.paymentSystemsIconsBox {
    display:none;
}

#socialLoginContainer, #idSocialLoginContainer {
	display: none;
}

.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}

.WaGadgetSiteSearch .searchBoxField {
    box-sizing: border-box;
    width: 10rem;
    max-width: 100%;
    height: 2.5rem;
    max-height: 100%;
    padding-left: 33px;
    vertical-align: top;
    font-size: 1rem;
    box-shadow: none;
    border-radius: 10px;
}

.camera_thumbs_cont {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.camera_commands, .camera_next, .camera_prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: #000;
    cursor: pointer;
}

#topBtn {
  display: none; 
  position: fixed;
  bottom: 35px; 
  right: 20px; 
  border: none; 
  outline: none; 
  background: #ba292f; 
  width: 47px;
 	height: 47px;
  border-radius: 50%;
 	text-decoration: none;
 	text-align: center;
  font-size: 20px;
  color: white;
  z-index: 99; 
}

#topBtn:hover {
  font-size: 24px;
  background: #ba292f;
  opacity: 0.6;
}   

ul.social_info {  		
    text-align: center;
    margin: 0;  	
    clear: both;  
}  
ul.social_info li {  	
    padding: 0;  	
    margin: 0 0 0 25px;  	  	
    font-size: 18px;  	
    display: inline-block;  
}  
ul.social_info li a {
    color: #b5b3b3;
}

ul.social_info li a i.fa-facebook-f {  	
    color: hsl(203, 76%, 40%) !important;  
} 
ul.social_info li a i.fa-linkedin-in {  	
    color: #3c5c97 !important;  
}  
ul.social_info li a i.fa-soundcloud {  	
    color: #1a1a1a;  
} 
ul.social_info li a:hover {
    opacity: 0.6;  
}

/*---- THEME CUSTOMISATION -----*/
/* typography & links*/
body {
	font: 14px Roboto; 
}

h1, h2 h3, h4 {
    font-weight: normal;
}

a.stylizedButton.buttonStyle001, a.stylizedButton.buttonStyle002, a.stylizedButton.buttonStyle003, .WaGadgetLoginButton .loginBoxLinkContainer .loginBoxLinkButton {
    border-radius: 4px;
    padding: 10px 25px;
    box-shadow: none;
}

/*layout overrides */
.WaPlaceHolder { max-width: 1920px; }


.zoneFooter1 .container_12, .zoneFooter2 .container_12, .zoneFooter3 .container_12 {
}

/* Code to change page width START */
.container_12 {
    width: 1200px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1199px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}
/* Code to change page width END */ 

.zoneFooter1 {
    box-shadow: none;
}

/* gadget styles */
.gadgetStyle001, .gadgetStyle002, .gadgetStyle003, .gadgetStyle004, .gadgetStyle005, .gadgetStyle006,.gadgetStyle009, .gadgetStyle011, .gadgetStyle012 {
    box-shadow: none;
}

.gadgetStyleTitle {
	background-image: none !important;
}
.gadgetStyle009 .gadgetStyleTitle, .gadgetStyle010 .gadgetStyleTitle,.gadgetStyle011 .gadgetStyleTitle, .gadgetStyle012 .gadgetStyleTitle {
    background-color: #de9747; //Gadget Style "Orange"
}
.gadgetStyle017 .gadgetStyleTitle, .gadgetStyle018 .gadgetStyleTitle,.gadgetStyle019 .gadgetStyleTitle, .gadgetStyle020 .gadgetStyleTitle {
    background-color: #364b70; //Gadget Style "Dark Blue"
}
.gadgetStyle025 .gadgetStyleTitle, .gadgetStyle026 .gadgetStyleTitle,.gadgetStyle027 .gadgetStyleTitle, .gadgetStyle028 .gadgetStyleTitle {
    background-color: #0091ae; //Gadget Style "Sky"
}
.gadgetStyle029 .gadgetStyleTitle, .gadgetStyle030 .gadgetStyleTitle,.gadgetStyle031 .gadgetStyleTitle, .gadgetStyle32 .gadgetStyleTitle {
    background-color: #e0477f; //Gadget Style "Green"
}
.gadgetStyle033 .gadgetStyleTitle, .gadgetStyle034 .gadgetStyleTitle,.gadgetStyle035 .gadgetStyleTitle, .gadgetStyle36 .gadgetStyleTitle {
    background-color: #a9285b; //Gadget Style "Fire"
}
.gadgetStyleBody {
    box-shadow: none;
}
.gadgetStyle005 .gadgetStyleBody, .gadgetStyle006 .gadgetStyleBody, .gadgetStyle008 .gadgetStyleBody, .gadgetStyle009 .gadgetStyleBody,.gadgetStyle010 .gadgetStyleBody, .gadgetStyle012 .gadgetStyleBody, .gadgetStyle014 .gadgetStyleBody, .gadgetStyle016 .gadgetStyleBody, .gadgetStyle018 .gadgetStyleBody, .gadgetStyle020 .gadgetStyleBody, .gadgetStyle022 .gadgetStyleBody, .gadgetStyle024 .gadgetStyleBody, .gadgetStyle026 .gadgetStyleBody, .gadgetStyle028 .gadgetStyleBody, .gadgetStyle030 .gadgetStyleBody, .gadgetStyle032 .gadgetStyleBody, .gadgetStyle034 .gadgetStyleBody, .gadgetStyle036 .gadgetStyleBody {
    box-shadow: none !important;
}

/* horizontal menu */
.WaGadgetMenuHorizontal .menuBackground, .WaGadgetMenuHorizontal .menuInner ul ul {
    background-image: none !important;
    box-shadow: none !important;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.sel>.item>a, .WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item:hover>a   {
    background-image: none !important;
    box-shadow: none !important;
} 
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a{
   padding: 10px 25px;
   font: normal 14px/1.8em 'Roboto Condensed'; 
   text-transform: uppercase;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item:hover>a, .WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.sel>.item>a {
    background-color: #0091ae;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.dir>.item>a:after {
    background: none;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.dir>.item>a span:after {
    position: relative;
    z-index: 3;
    display: inline-block;
    width: auto;
    height: 26px;
    margin: 0 0 0 6px;
    -webkit-transition: -webkit-transform .3s ease-out 0s;
    -moz-transition: -moz-transform .3s ease-out 0s;
    -ms-transition: -ms-transform .3s ease-out 0s;
    -o-transition: -o-transform .3s ease-out 0s;
    transition: transform .3s ease-out 0s;
    content: '\25ba'
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.dir>.item>a:hover span:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.WaGadgetMenuHorizontal .menuInner ul ul li>.item>a {
   padding: 10px 25px;
   font: normal 14px/1.8em 'Roboto Condensed'; 
}
.WaGadgetMenuHorizontal .menuInner ul ul li.dir>.item>a:after{
    background: none;
}
.WaGadgetMenuHorizontal .menuInner ul ul li.dir>.item>a span:after {
    position: relative;
    top: -1px;
    z-index: 3;
    display: inline-block;
    width: auto;
    margin: 0 0 0 5px;
    font: 10px/normal 'Arial';
    content: '\25ba'
}

.WaGadgetMenuHorizontal .menuInner ul ul li {
    margin: 0;
    border-top: 1px solid #ffffff;
}

/*  Secondary Menu */
.WaGadgetCustomMenu ul {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Roboto Condensed"
}

/*****  GADGET CUSTOMISATION   *****/
/* blog gadgets */
/*hide author's name from blog*/
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink {
    display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel {
    display:none;
}
.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
    display: none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedOn:before {
    content: "on ";
   display: none;
}