html, body{
	margin:0;
	background:	#fff;
	font-family: 'Open Sans', sans-serif;
}
h4, h5, h6,
h1, h2, h3 {
margin: 0;
font-family: 'Rajdhani', sans-serif;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
ul li{
	list-style-type:none;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;

}
body a:hover{
	text-decoration:none;
}
/* Ilin */
.link--ilin {
	font-weight: 900;
	text-transform: uppercase;
	line-height: 0.8;
	overflow: hidden;
	color: #adaa88;
}

.link--ilin span {	
	position: relative;
	display: inline-block;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

.link--ilin:hover span:first-of-type {
	color: #fff;
}

.link--ilin:hover span:last-of-type {
	color: #8BB308;
}

.link--ilin span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	line-height: 0.8;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.link--ilin span:last-of-type::before {
	background: #8BB308;
}

.link--ilin:hover span:last-of-type::before,
.link--ilin span:first-of-type::before {
	-webkit-transform: translate3d(0,-150%,0);
	transform: translate3d(0,-150%,0);
}

.link--ilin:hover span:first-of-type::before,
.link--ilin span:last-of-type::before {
	-webkit-transform: translate3d(0,150%,0);
	transform: translate3d(0,150%,0);
}

.link {
	outline: none;
	text-decoration: none;
	position: relative;
	font-size: 8em;
	line-height: 1;
	color: #9e9ba4;
	display: inline-block;
}

/* logo */

/*==========================================================*/
/* Helper Classes
/*==========================================================*/
.hidden {
  display: none;
}
.sidebar-left .main-column {
  float: right;
}
/* Overlays */
.overlay:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.overlay-grid:after {
  background: url(../img/misc/overlay-grid.png);
}
.overlay-grid-2:after {
  background: url(../img/misc/overlay-grid-2.png);
}
.overlay-dark-25:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.overlay-dark-50:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-dark-75:after {
  background-color: rgba(0, 0, 0, 0.75);
}
.overlay-light-25:after {
  background-color: rgba(255, 255, 255, 0.25);
}
.overlay-light-50:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.overlay-light-75:after {
  background-color: rgba(255, 255, 255, 0.75);
}
/* Clearfix */
.cf:before,
.cf:after {
  content: ' ';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* Responsive */

/*==========================================================*/
/* Header
/*==========================================================*/
#top {
    background: none;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* Sidebar button */
#sidebar-button {
    width: 36px;
    height: 36px;
    background: url("../images/menu.png") no-repeat;
    position: fixed;
    left: 8.2%;
top: 72px;
    z-index: 999;
}
#sidebar-button.open {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
top: 38px;
}
/*==========================================================*/
/* Main wrapper
/*==========================================================*/
#main-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
div#fullscreen-slider{
	background:url(../images/3.jpg) no-repeat 0px 0px;
	min-height:730px;
	background-size:cover;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
/*==========================================================*/
/* Content
/*==========================================================*/
#content {
  position: relative;
  left: 0;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  background:none;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-image: none;
  -webkit-overflow-scrolling: touch;
}

.sidebar-open #content {
  -ms-transform: translate(300px, 0);
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
}

/* Main and sidebar column responsiveness */

/* Content overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background:none;
  opacity: 0;
  -webkit-transition: initial;
  transition: initial;
}
.sidebar-open #overlay {
  width: 100%;
  height: 100%;
  top: 100px;
  left: 300px;
  opacity: 1;
  z-index: 9999;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}
/* Responsive */
@media (max-width: 991px) {
  .sidebar-open #content {
    -ms-transform: translate(62%, 0);
    -webkit-transform: translate(62%, 0);
    transform: translate(62%, 0);
  }
  .sidebar-open #overlay {
    left: 100%;
  }
}
/*==========================================================*/
/* Collapsible sidebar
/*==========================================================*/
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #F3F3F3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  padding-top: 160px;
}
.sidebar-open #sidebar {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}
#sidebar:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sidebar-open #sidebar:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#widgets {
  max-height: 100%;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  bottom: 60px;
}
/* Responsive */

/*==========================================================*/
/* Main menu
/*==========================================================*/
#mainmenu ul {
  margin: 0;
}
#mainmenu ul li a {
    padding: 0;
    width: 100%;
    line-height: 80px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    text-align: center;
	font-size:18px;
}
#mainmenu ul li a:hover,
#mainmenu ul li a.active {
  background: #e1e1e1;
}

/* Submenu */
#mainmenu ul li > ul {
  display: none;
  overflow: hidden;
  border-left: 1px solid #e1e1e1;
  margin-left: 40px;
}
#mainmenu ul li > ul li {
  position: relative;
}
#mainmenu ul li > ul li:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #e1e1e1;
}
/* Logo */
#logo {
  text-align: center;
  position: absolute;
  top: 91%;
  left: 50%;

  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#logo h1 {
  letter-spacing: 5px;
  font-size: 26px;
}




header#logo h1{
	text-align:center;
}
header#logo h1 a {
    text-align: center;
    color: #fff;
    font-size: 61px;
	text-decoration:none;
}
.banner-info {
    margin: 19em auto 0;
    width: 35%;
}

button {
    -webkit-appearance: button;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-transform: none;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* ---------- TOOLBAR ---------- */

.search-box {
    position: absolute;
    right: 6%;
    top: 64%;
}
.toolbar li {
	float: left;
}

.toolbar input[type="search"] {
    background: #8BB308;
    color: #fff;
    display: block;
    padding: 1em 2em;
    position: relative;
    font-size: 13px;
	outline:none;
	border:none;
}
.toolbar button {
    background: url(../images/search.png) no-repeat 9px 9px;
    color: #fff;
    display: block;
    padding: 0;
    position: relative;
    width: 47px;
    height: 47px;
    outline: none;
}
.toolbar a:hover,
.toolbar input[type="search"]:hover,
.toolbar input[type="search"]:focus,
.toolbar button:hover {
}
.toolbar input[type="search"] {
	display: none;
	height: 21px;
    width: 250px;
}
.toolbar input[type="search"]::-webkit-input-placeholder { color: #fff; }
.toolbar input[type="search"]::-moz-placeholder { color: #fff; opacity: 1; }
.toolbar input[type="search"]:-moz-placeholder { color: #fff; opacity: 1; }
.toolbar input[type="search"]:-ms-input-placeholder { color: #fff; }

.banner-info h3 {
    color: #fff;
    font-size: 63px;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform:uppercase;
}
.banner-info h3 span {
    display: block;
    color: #E4BA1A;
    font-weight: 600;
    font-size: 122px;
}

/*--//slider end here--*/
.content-item {
  background: url(../images/6.jpg) no-repeat 0px 0px;
  height: 445px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  width: 100%;
    background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.content-item .overlay {
    border-bottom: 270px solid #000;
    border-left: 270px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .4;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}
.content-item:hover .overlay {
    border-bottom: 870px solid #E4BA1A;
    border-left: 870px solid transparent;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.content-item .corner-overlay-content {
  bottom: 15px;
  color: #fff;
  position: absolute;
  right: 15px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size:15px;
  text-transform:uppercase;
}
.content-item:hover .corner-overlay-content {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .overlay-content {
  bottom: 0;
  color: #333;
  left: 0;
  opacity: 0;
    padding:105px 40px 0px 40px;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-item .overlay-content h4 {
    border-bottom: 1px solid #333;
    color: #fff;
    font-size: 33px;
    text-align: right;
    padding: 0 0 28px 0;
}
.content-item:hover .overlay-content {
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.content-one {
  background: url(../images/1.jpg) no-repeat 0px 0px;
  height: 445px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  width: 100%;
    background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.overlay-content p {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
    margin-top: 30px;
    text-align: right;
}
.bottom-left,.bottom-left-one {
    padding: 90px 0 0 0;
}
.bottom-left h3,.bottom-left-one h3 {
    margin-bottom: 35px;
    font-size: 46px;
    color: #E4BA1A;
    line-height: 1.3em;
}
.bottom-left p,.bottom-left-one p {
    font-size: 14px;
    line-height: 2.2em;
    color: #464646;
}
.bottom-left-one h3,.bottom-left-one p  {
	text-align:right;	
}
.bot-left{
	float:left;
	width:50%;
}
.bot-right{
	float:right;
	width:50%;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #8BB308;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.progress {
    height: 8px;
    margin-bottom: 34px;
    background: #E6E6E6;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.bot-left {
    float: left;
    width: 50%;
    margin-left: 0;
    position: absolute;
    right: 46%;
    z-index: 9999;
    top: 46%;
}
.bot-right-one{
	float:left;
	width:50%;
}
.bot-left-one{
    float: right;
    width: 50%;
    margin-left: 0;
    position: absolute;
    right: 4%;
    z-index: 9999;
    top: 46%;	
}
.instruments{
    background: url(../images/banner2.jpg) no-repeat 0px 0px;
    padding: 90px 0;
    background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;	
}
.instruments h3{
	color:#fff;
	font-size:46px;
	margin-bottom:45px;
	text-align:center;
	text-transform:capitalize;
}
.inst-grids {
    border: 1px solid #fff;
    padding: 40px 0;
}
.hi-icon-effect-9a .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(255,255,255,1);
}
a.hi-icon img {
    margin: 22px 0 0;
}
.hi-icon-wrap {
    padding: 0;
}
.services-gd  h4{
	font-size:33px;
	color: #8BB308;
	margin-top:25px;
}
.lb-album li img{
	width:100%;
}
.lb-overlay:target img {
    width: 24%;
}
.lb-album li {
    position: relative;
    list-style-type: none;
}
.lb-overlay:target {
    width: auto;
    height: auto;
    bottom: 0px;
    right: 0px;
    padding: 80px 100px 120px 100px;
    z-index: 9999;
}
.lb-album li  a {
    width: 100%;
    height: inherit;
    position: relative;
    padding: 10px;
    background: none;
    border:none;
    border-radius: 4px;
}
.lb-album {
    width: inherit;
    margin: 0;
}
.lb-overlay:target {
    padding: 110px 0 0;
}
.lb-overlay div h3{
    float: none;
	width:inherit;
	height:inherit;
	text-align:center;
	border:none;
	color:#fff;
}
.lb-overlay div p {
    float: none;
	width:inherit;
	height:inherit;
	text-align:center;
	border:none;
	color:#fff;
	line-height:2em;
	font-size:14px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
}
.lb-overlay div h3{
	margin:15px 0;
}
/* Common style */
.grid figure {
	position: relative;

	overflow: hidden;

	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-106%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-106%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,106%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,106%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.gal-two h5 {
    font-size: 33px;
    color: #8BB308;
    margin-bottom: 20px;
}
.gal-two {
    background: #fff;
    border: 1px solid #E4E4E4;
    padding: 30px 35px;
	margin:25px 0;
}
.gal-one, .gal-two {
    box-shadow: 0 0px 12px #D4D4D4;
}
.gal-two p {
    line-height: 2.2em;
    color: #464646;
    font-size: 14px;
}
.gal-three {
    margin: 25px 0;
}
.gallery{
	padding:90px 0;
}
.gallery h3 {
    color:#E4BA1A ;
    margin-bottom: 48px;
    font-size: 46px;
    text-align: center;
}
.singers h3{
    color:#E4BA1A ;
    margin-bottom: 45px;
    font-size: 46px;
    text-align: center;	
}
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
    margin: 0 auto;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle.effect1 .spinner {
  width: 230px;
  height: 230px;
    border: 10px solid #8BB308;
    border-right-color: #D4D4D4;
    border-bottom-color: #D4D4D4;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
}
.ih-item.circle.effect1 .img:before {
  display: none;
}
.ih-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 66px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect1 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ih-item.circle.effect1 a:hover .info {
  opacity: 1;
}
.singers {
    background: #f7f7f7;
    border-top: 1px solid #eee;
    padding: 90px 0;
}
.team_pos ul li {
    display: inline-block;
    margin: 0px 4px 0;
}
 p.team-text {
    margin: 26px 0 22px;
	color:#464646;
	line-height:2.2em;
	text-align:center;
}
.morph {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.morph:hover {
	border-radius: 50%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.pic {
    overflow: hidden;
    margin: auto;
}

.fb_icon1 {
    background:url(../images/social2.png) no-repeat 0px 0px #3b5998;
    width: 42px;
    height: 42px;
}
.fb_icon2 {
    background:url(../images/social2.png) no-repeat -1px -154px #55acee;
    width: 42px;
    height: 42px;
}
.fb_icon3 {
    background:url(../images/social2.png) no-repeat 0px -99px #ea4c89;
    width: 42px;
    height: 42px;
}
.fb_icon4 {
    background:url(../images/social2.png) no-repeat 0px -49px #bd081c;
    width: 42px;
    height: 42px;
}
/*-- contact --*/
.contact{
    background: url(../images/contact.jpg) no-repeat 0px 0px;
	padding:80px 0;
    background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;	
}
.contact-left input[type="text"], .contact-left textarea {
    outline: none;
    border: 1px solid #E9E9E9;
    width: 100%;
    background: none;
    color: #999;
    font-size: 14px;
    padding: 12px 10px;
	margin-bottom:30px;
}
.contact-left input[type="text"]:hover, .contact-left textarea:hover {
    border: 1px solid #E4BA1A;	
}
.contact-left textarea {
    min-height: 123px;
    resize: none;
}
.contact-left input[type="submit"] {
    outline: none;
    border: none;
    width: 100%;
	background:#8BB308;
    color: #fff;	
    font-size: 18px;
    padding: 12px 0px;
    text-transform: uppercase;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.contact-left input[type="submit"]:hover {
    background: #E4BA1A;
    color: #fff;
}
.contact-left h3,.footer-grid h3 {
    font-size: 33px;
    color: #E4BA1A;
    margin-bottom: 30px;
}
.contact-left h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-left p {
    margin-bottom: 10px;
    color: #fff;
    line-height: 2.2em;
	font-size:14px;
}
.contact-left p a{
	color:#fff;
}
.contact-left p a:hover{
	color:#E4BA1A;
}
.contact-left p:nth-child(5){
margin-bottom:25px;
	
}
.footer-grid iframe{
	width:100%;
	height:200px;
	outline:none;
	border:none;
}
.footer-grid input[type="text"] {
  background:#fff;
  border: none;
  width: 81%;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #c4c4c4;
}
.footer-grid form input[type="submit"]{
  background: url(../images/message.png) no-repeat 2px 9px #ffffff;
  width: 44px;
  height: 38px;
  border: none;
  margin: 0 0 0 -4px;
  padding:0;
  outline:none;
  }
.footer-grid h4 {
    margin: 24px 0;
    color: #fff;
    font-size: 20px;
}
p.footer {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 66px;
}
p.footer a{
	color:#fff;
	text-decoration:none;
}
p.footer a:hover{
    color: #E4BA1A;	
}
/*-- //contact --*/
.testimonials{
    background: url(../images/banner1.jpg) no-repeat center;
    padding: 90px 0 135px;
    background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;	
}
.test-right p {
    color: #fff;
    line-height: 2.2em;
    font-size: 14px;
    padding: 30px 0;
    position: relative;
}
.test-right h5 {
    color: #E4BA1A;
    font-size: 33px;
}
.test-right p:after{
    background: url(../images/q2.png) no-repeat 0px 0px;
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: 20px 0 0 0;
    position: absolute;
    background-size: 100%;
}
.test-right p:before{
    background: url(../images/q1.png) no-repeat 0px 0px;
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    position: absolute;
    background-size: 100%;
    top: -8px;
    left: -40px;
}
.test-left img {
    margin-top: 17px;
}
/*-- Slider Part starts Here --*/
#slider3,#slider4  {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 49%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 62px;
	width: 45px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
a.callbacks_nav.callbacks1_nav.prev {
	background: transparent url("../images/1.png") no-repeat 0px 0px;
  left: 0%;
}
.callbacks_nav.next {
	background: transparent url("../images/2.png") no-repeat 0px 0px;
 right:0%;
}
#slider3-pager a,#slider4-pager a  {
  display: inline-block;
}
#slider3-pager span,#slider4-pager span{
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a {
  padding: 0;
}
#slider3-pager li, #slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
}

.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 111%;
	z-index: 999;
    right: 0%;
	padding: 0;
	margin: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
top: 73%;
left:46%;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
  margin-left: 5px;
	display: inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}

.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  width: 80px;
  height: 7px;
  display:inline-block;
  background: #fff;
}
.callbacks_here a:after{
	background: #E4BA1A;	
}
a.callbacks_nav.callbacks2_nav.prev {
background: transparent url("../images/1.png") no-repeat left top;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.next{
background: transparent url("../images/2.png") no-repeat -29px 0px;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.prev {
left: 86% !important;
top: 9%;
}
a.callbacks_nav.callbacks2_nav.next {
right: 0% !important;
top: 9%;
}
.lb-overlay div h3 {
    font-size: 50px;
}
.lb-album li:nth-child(2) {
    margin-top: 86px;
}
/*-- Slider part Ends Here --*/
/*-- responsive media queries --*/
@media (max-width: 1440px){
	.lb-overlay a.lb-close {
		width: 6%;
	}
	.banner-info {
		width: 39%;
	}
	#sidebar-button {
		left: 9%;
	}	
}
@media (max-width: 1366px){
	.lb-overlay:target img {
		width: 26%;
	}	
}
@media (max-width: 1280px){
	.banner-info {
		width: 43%;
	}	
	#sidebar-button {
		left: 10%;
	}
}
@media (max-width: 1080px){
	#sidebar {
		width: 242px;
	}
	.sidebar-open #content {
		-ms-transform: translate(220px, 0);
		-webkit-transform: translate(220px, 0); 
		transform: translate(220px, 0);
	}
	.banner-info {
		width: 46%;
	}
	#mainmenu ul li a {
		line-height: 70px;
	}
	#mainmenu ul li a {
		font-size: 16px;
	}
	header#logo h1 a {
		font-size: 55px;
	}
	.banner-info h3 {
		font-size: 55px;
	}	
	.banner-info h3 span {
		font-size: 104px;
	}
	.banner-info {
		margin: 16em auto 0;
	}
	div#fullscreen-slider {
		min-height: 600px;
	}
	.toolbar input[type="search"] {
		width: 178px;
	}
	.bottom-right {
		float: right;
		width: 65%;
	}
	.bottom-left {
		width: 35%;
	}
	.bot-right {
		float: right;
		width: 59%;
	}
	.bot-left {
		width: 40%;
		right: 55%;
	}
	.bottom-left, .bottom-left-one {
		padding: 55px 0 0 0;
	}
	.content-item {
		height: 400px;
	}
	.bottom-left h3, .bottom-left-one h3 {
		margin-bottom: 12px;
		font-size: 40px;
	}
	.content-one {
		height: 400px;
	}
	.bot-right-one {
		float: left;
		width: 59%;
	}
	.bot-left-one {
		width: 40%;
		right: 5%;
	}
	.instruments h3 {
		font-size: 40px;
	}
	.services-gd h4,.gal-two h5,.test-right h5 {
		font-size: 24px;
	}
	.contact-left {
		padding-left: 0;
	}
	.footer-grid{
		padding-right:0;
	}
	.lb-overlay:target img {
		width: 31%;
	}
	.lb-overlay a.lb-close {
		left: 45.5%;
		width: 9%;
	}
	.contact-left h3, .footer-grid h3 {
		font-size: 29px;
	}
	.contact-left input[type="text"], .contact-left textarea {
	    margin-bottom: 23px;
		padding: 8px 10px;
	}
	.singers h3,.gallery h3 {
		font-size: 40px;
	}
	.lb-album li:nth-child(2) {
    margin-top: 96px;
}
}
@media (max-width: 1024px){
	
}
@media (max-width: 991px){
	.banner-info h3 {
		font-size: 49px;
	}
	.banner-info h3 span {
		font-size: 96px;
	}
	.banner-info {
		width: 54%;
	}
	.sidebar-open #content {
		-ms-transform: translate(240px, 0);
		-webkit-transform: translate(240px, 0);
		transform: translate(240px, 0);
	}
	#sidebar-button {
		left: 13%;
	}
	header#logo h1 a {
		font-size: 50px;
	}
	div#fullscreen-slider {
		min-height: 520px;
	}
	.banner-info {
		margin: 14em auto 0;
	}
	.bottom-left p, .bottom-left-one p,.overlay-content p,p.team-text {
		font-size: 13px;
	}
	.bottom-left {

		float: left;
	}
	.bottom-right {
		float: right;
		width: 61%;
		padding-right: 0;
	}
	.bot-right {
		float: right;

	}
	.bot-left {
		width: 40%;
		right: 63%;
		top: 42%;
	}
	.content-item {
		height: 370px;
	}
	.content-item .overlay-content h4 {
		font-size: 25px;
	}
	.content-item .overlay-content {
		padding: 85px 40px 0px 40px;
	}
	.bottom-left, .bottom-left-one{
		width: 39%;	
	}
	.bottom-left-one{
		float:right;
	}
	.bottom-right-one {
		float: left;
		width: 61%;
	    padding-left: 0;
	}
	.bot-right-one,.bot-right{
		width: 72%;
	}

	.content-item,.content-one {
		height: 370px;
	}
	.bot-left-one {
		right: -4%;
	}
	.services-gd{
		float: left;
		width: 25%;
	}
	.gal-two p {
		font-size: 13px;
		line-height: 1.8em;
	}
	.gal-two h5 {
		margin-bottom: 7px;
	}
	.gal-two {
		padding: 25px 14px;
	}
	.lb-overlay:target img {
		width: 40%;
	}
	.lb-overlay div h3 {
		font-size: 42px;
	}
	.lb-overlay a.lb-close {
		left: 43.5%;
		width: 13%;
	}
	.instruments,.gallery {
		padding: 60px 0;
	}
	.test-left {
		float: left;
		width: 27%;
	}
	.test-right {
		float: right;
		width: 70%;
	}
	.test-right p,.contact-left p,.contact-left input[type="text"], .contact-left textarea {
		font-size: 13px;
	}
	.testimonials {
		padding: 60px 0 80px;
	}
	.test-left img{
		width:100%;
	}
	.test-right p:before {
		width: 32px;
		height: 32px;
		top: -1px;
		left: -2px;
	}
	.test-right p:after{
		width: 32px;
		height: 32px;	
	}
	.callbacks_tabs a:after {
		width: 53px;
		height: 4px;
	}
	.callbacks_tabs {
		top: 102%;
	}
	.singers {
		padding: 60px 0;
	}	
	.team-gs.text-center {
		width: 33.3333%;
		float:left;
		padding: 0 5px;
	}
	.ih-item.circle {
		  width: 190px;
		height: 190px;
	}
	.ih-item.circle.effect1 .spinner {
		width: 200px;
		height: 200px;
	}
	.ih-item.circle.effect1 .info h3 {
		margin: 0 0px;
		padding: 43px 0 0 0;
		height: 82px;
	}
	.ih-item.circle.effect1 .info p {
		padding: 22px 5px 0;
		margin: 0 0px;
	}
	.contact {
		padding: 60px 0;
	}
	.contact-left,.footer-grid {
		float: left;
		width: 33.333%;
	}
	.contact-left textarea {
		min-height: 112px;
	}
	.footer-grid{
		padding:0;
	}
	.footer-grid iframe {
		height: 183px;
	}
	.contact-left input[type="submit"] {
		font-size: 16px;
		padding: 9px 0px;
	}
	#sidebar-button {
    left: 10%;
}
li.col-md-4.grid {
    float: left;
    width: 33.333%;
    padding: 0 8px;
}
.lb-album li:nth-child(2) {
    margin-top: 72px;
}
}
@media (max-width: 800px){
#sidebar-button {
    left: 13%;
}	
}
@media (max-width: 768px){
	
}
@media (max-width: 736px){
.banner-info h3 span {
    font-size: 90px;
}
#sidebar {
    height: auto;
}
#mainmenu ul li a {
    line-height: 50px;
}
#sidebar {
    width: 220px;
}
.sidebar-open #content {
    -ms-transform: translate(220px, 0);
    -webkit-transform: translate(220px, 0);
    transform: translate(220px, 0);
}	
header#logo h1 a {
    font-size: 45px;
}
.gal-two {
    padding: 17px 17px;
}
li.col-md-4.grid {
    width: 50%;
}
.lb-album li:nth-child(2) {
    margin-top: 0;
}
.lb-album li:nth-child(3) {
    width: 100%;
    margin: 0;
    padding: 0;
}
.gal-five {
    float: left;
    width: 31%;
    margin: 3% 1% 0;
}
.gal-five img {
    height: 140px;
}
.test-left {
    float: left;
    width: 23%;
}
.test-right {
    float: right;
    width: 77%;
    padding: 0 5px;
}

}
@media (max-width: 667px){
	#sidebar-button {
		left: 9%;
	}	
	#sidebar {
		width: 182px;
	}
	.sidebar-open #content {
		-ms-transform: translate(179px, 0);
		-webkit-transform: translate(179px, 0);
		transform: translate(179px, 0);
	}
	.banner-info h3 span {
		font-size: 78px;
	}
	.banner-info h3 {
		font-size: 38px;
	}
	div#fullscreen-slider {
		min-height: 454px;
	}
	.bottom-left h3, .bottom-left-one h3 {
		font-size: 34px;
	}
	.content-item .overlay-content {
		padding: 85px 26px 0px 26px;
	}
	header#logo h1 a {
		font-size: 42px;
	}
	.banner-info {
		margin: 13em auto 0;
	}
	#logo {
		top: 60%;
	}
	.bottom-left, .bottom-left-one {
		width: 100%;
	}
	.bottom-right {
		float: right;
		width: 100%;
		padding: 0;
	}
	.bot-right-one, .bot-right {
		width: 61%;
	}
	.bot-left {
		width: 40%;
		right: 57%;
		top: 35%;
	}
	.bottom-right-one {
		float: left;
		width: 100%;
		padding: 0;
	}
	.content-item .overlay-content {
		padding: 85px 44px 0px 44px;
	}
	.bot-left-one {
		right: 4%;
		top: 38%;
	}
	.bot-right {
		margin: 30px 0;
	}
	div#services {
		margin: 35px 0 0 0;
	}
	.instruments h3 {
		font-size: 34px;
	}
	.hi-icon {
		margin: 0px 0px;
	}
	.lb-album li:nth-child(1) {
		width: 50%;
	}

	.gal-two {
		padding: 17px 14px;
	}
	.gal-five img {
		height: 139px;
	}
	.services-gd h4, .gal-two h5, .test-right h5 {
		font-size: 21px;
	}
	.singers h3, .gallery h3 {
		font-size: 35px;
	}
	.singers h3, .gallery h3 {
		font-size: 35px;
	}
	.ih-item.circle {
		width: 153px;
		height: 153px;
	}
	.ih-item.circle.effect1 .spinner {
		width: 163px;
		height: 163px;
	}
	.fb_icon1 {
		background: url(../images/social2.png) no-repeat -3px -2px #3b5998;
		width: 36px;
		height: 36px;
		background-size: 121%;
	}
	.fb_icon2 {
		background: url(../images/social2.png) no-repeat -3px -148px #55acee;
		width: 36px;
		height: 36px;
		background-size: 121%;
	}
	.fb_icon3 {
		background: url(../images/social2.png) no-repeat -3px -96px #ea4c89;
		width: 36px;
		height: 36px;
		background-size: 121%;
	}
	.ih-item.circle.effect1 .info h3 {
		margin: 0 0px;
		padding: 43px 0 0 0;
		height: 74px;
	}
	.ih-item.circle.effect1 .info p {
		padding: 10px 5px 0;
	}
	.fb_icon4 {
		background: url(../images/social2.png) no-repeat -2px -49px #bd081c;
		width: 36px;
		height: 36px;
		background-size: 121%;
	}
	#sidebar-button {
		top: 39px;
	}
	.search-box {
		top: 31%;
	}
	.contact-left{
		width:50%;
	}
	.contact-left:nth-child(1) {
		width: 100%;
		margin-bottom:30px;
		padding:0;
	}
	.footer-grid {
		float: left;
		width: 50%;
	}
	#sidebar {
		height: 100%;
	}
	.gal-two {
		padding: 24px 14px;
	}
	.gal-five img {
		height: 150px;
	}
}
@media (max-width: 640px){
	.lb-overlay:target img {
		width: 49%;
	}
	#sidebar-button {
		left: 11%;
	}
.gal-two {
    padding: 9px 13px;
}
.gal-two {
    margin: 15px 0;
}
.gal-five img {
    height: 118px;
}	
}
@media (max-width: 600px){
	.banner-info {
		width: 57%;
	}
	.gal-two {
		padding: 17px 14px;
	}
	.lb-album li:nth-child(1) {
		width: 50%;
	}
.gal-two {
    padding: 8px 12px;
}
}
@media (max-width: 568px){
header#logo h1 a {
    font-size: 36px;
}
#logo {
    left: 52%;
}	
.banner-info h3 {
    font-size: 34px;
}
.banner-info h3 span {
    font-size: 59px;
}
.banner-info {
    margin: 11em auto 0;
}
div#fullscreen-slider {
    min-height: 372px;
}
.content-item, .content-one {
    height: 283px;
}
.content-item .overlay-content h4 {
    padding: 0 0 11px 0;
}
.content-item .overlay-content {
    padding: 40px 28px 0px 24px;
}
.services-gd {
    float: left;
    width: 50%;
}
.services-gd:nth-child(3),.services-gd:nth-child(4) {
    margin-top: 30px;
}
.banner-info {
    margin: 10em auto 0;
}
.lb-album li:nth-child(1), .lb-album li:nth-child(2), .lb-album li:nth-child(3) {
    width: 75%;
    margin: 0 auto !important;
    display: block;
    float: none;
    padding: 0;
}
.gal-two {
    padding: 30px 34px;
}
#sidebar {
    width: 145px;
}
#mainmenu ul li a {
    font-size: 13px;
}
.sidebar-open #content {
    -ms-transform: translate(143px, 0);
    -webkit-transform: translate(143px, 0);
    transform: translate(143px, 0);
}
header#logo h1 a {
    font-size: 33px;
}
div#fullscreen-slider {
    min-height: 340px;
}
.lb-album li:nth-child(2) {
    margin: 30px auto 0 !important;
    display: block;
}
.lb-overlay > div {
    width: 380px;
}
.lb-overlay div p {
    font-size: 13px;
}
.lb-overlay a.lb-close {
    left: 41.5%;
    width: 17%;
}
.lb-overlay:target img {
    width: 57%;
}
.gal-five {
    float: none;
    width: 100%;
    margin: 7% 0% 0;
}
.gal-five img {
    height: inherit;
}
.test-left {
    float: none;
    width: 43%;
    margin: 0 auto 25px;
}
.test-right {
    float: none;
    width: 100%;
    padding: 0 6px;
}
.team-gs.text-center {
    width: 75%;
    float: none;
    padding: 0;
    margin: 0 auto;
}
.team-gs:nth-child(3) {
    margin: 30px auto;
}
.footer-grid input[type="text"] {
    width: 79%;
}
.footer-grid iframe {
    height: 175px;
}
p.footer {
    font-size: 13px;
}
}
@media (max-width: 480px){
	
}
@media (max-width: 414px){
	header#logo h1 a {
		font-size: 28px;
	}
	#sidebar-button {
		width: 24px;
		height: 24px;
		background-size: 100% !important;
	}
	.toolbar input[type="search"] {
		padding: 0.5em 2em;
	}	
	.toolbar button {
		background: url(../images/search.png) no-repeat 5px 5px;
		width: 34px;
		height: 34px;
		background-size: 74% !important;
	}
	.search-box {
		top: 36%;
	}
	#logo {
		top: 57%;
	}
	#sidebar {
		width: 105px;
	}
	.sidebar-open #content {
		-ms-transform: translate(102px, 0);
		-webkit-transform: translate(102px, 0);
		transform: translate(102px, 0);
	}
	.banner-info {
		width: 70%;
		margin: 9em auto 0;
	}
	div#fullscreen-slider {
		min-height: 315px;
	}
	.bottom-left h3, .bottom-left-one h3 {
		font-size: 30px;
	}
	.progress {
		height: 6px;
		margin-bottom: 22px;
	}
	.bot-right-one, .bot-right {
		width: 69%;
	}
	.content-item, .content-one {
		height: 255px;
	}
	.bot-left {
		right: 63%;
	}
	.overlay-content p {
		margin-top: 14px;
	}
	.content-item .overlay-content h4 {
		font-size: 21px;
	}
	.content-item .overlay-content {
		padding: 30px 28px 0px 24px;
	}
	.content-item, .content-one {
		height: 235px;
	}
	.bot-left-one {
		right: -3%;
	}
	.instruments h3 {
		font-size: 26px;
	}
	.singers h3, .gallery h3 {
		font-size: 30px;
	}
	.lb-album li:nth-child(1), .lb-album li:nth-child(2), .lb-album li:nth-child(3) {
		width: 82%;
	}
	.lb-overlay a.lb-close {
		left: 38.5%;
		width: 22%;
	}
	.lb-overlay div h3 {
		font-size: 35px;
	}
	.lb-overlay > div {
		width: 340px;
	}
	.lb-overlay:target img {
		width: 64%;
	}
	.testimonials {
		padding: 50px 0 88px;
	}
	.contact-left {
		width: 100%;
		padding: 0;
	}
	.footer-grid {
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	.contact-left h3, .footer-grid h3 {
		font-size: 26px;
	}
	.footer-grid input[type="text"] {
		width: 85%;
	}
	p.footer {
		margin-top: 37px;
		line-height: 1.8em;
	}
	#sidebar-button {
		left: 9%;
	}
}
@media (max-width: 384px){
	
}
@media (max-width: 375px){
	#sidebar-button {
		left: 11%;
	}	
}
@media (max-width: 320px){
header#logo h1 a {
    font-size: 27px;
}
.banner-info h3 {
    font-size: 29px;
}
.banner-info h3 span {
    font-size: 46px;
}
.toolbar input[type="search"] {
    padding: 0.5em 1em;
    width: 164px;
}
#sidebar {
    width: 91px;
}
.sidebar-open #content {
    -ms-transform: translate(90px, 0);
    -webkit-transform: translate(90px, 0);
    transform: translate(90px, 0);
}	
header#logo h1 a {
    letter-spacing: 1px;
}
.bottom-left, .bottom-left-one {
    padding: 50px 0 0 0;
}
.content-item .overlay-content {
    padding: 15px 18px 0px 18px;
}
.bot-left,.bot-left-one {
    width: 34%;
}
.bot-left {
    right: 66%;
}
.bot-left-one {
    right: 0%;
}
.bottom-left h3, .bottom-left-one h3 {
    font-size: 27px;
}
.instruments h3 {
    font-size: 22px;
}
.instruments, .gallery {
    padding: 50px 0;
}
.inst-grids {
    padding: 25px 0;
}
a.hi-icon img {
    margin: 16px 0 0;
    width: 47%;
}
.hi-icon {
    width: 63px;
    height: 63px;
}
.services-gd h4{
    font-size: 19px;
}
.lb-overlay a.lb-close {
    left: 37.5%;
    width: 26%;
}
.lb-overlay a.lb-close {
    top: 22px;
}
.lb-overlay > div {
    width: 305px;
}
.lb-overlay:target {
    padding: 79px 0 0;
}
.lb-overlay div h3 {
    margin: 15px 0 0;
}
div#fullscreen-slider {
    min-height: 279px;
}
.banner-info {
    margin: 8em auto 0;
}
.team-gs.text-center {
    width: 100%;
}
.footer-grid input[type="text"] {
    width: 84%;
}
.lb-album li:nth-child(1), .lb-album li:nth-child(2), .lb-album li:nth-child(3) {
    width: 100%;
}
}
