@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

body, html{
	font-family 		 :'Lato', sans-serif;
	text-rendering 		 :optimizeLegibility !important;
   -webkit-font-smoothing:antialiased !important;
	color 				 :#5a5a5a;
}



h1{
	text-transform 		 :uppercase;
}

h1 strong{
	font-weight			 :900;
}

h2{
	text-transform		 :uppercase;
	line-height 		 :20px;
	margin 				 :0;
}

h3{
	/*
	font-size 			 :18px;
	font-weight 		 :900;
	*/
	font-size 			 :14px;
	font-weight 		 :700;
}

h4{
	text-transform 		 :uppercase;
}

h5{
	letter-spacing 		 : 0.6px;
    font-family 		 : "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight 		 :700;
	line-height 		 :20px;
}

p{
	font-family 		 :'Open Sans', sans-serif;
}

p.intro{
	font-size 			 :16px;
	margin 				 :12px 0 0;
	line-height 		 :24px;
	font-family 		 :'Open Sans', sans-serif;
}

a{ 
	color 				 :#fff;
}

a:hover,
a:focus{
	text-decoration 	 :none;
	color 				 :#fff;
}

.section-title hr{
	border-color 		 :#fcac45;
	border-width 		 :4px;
	width 				 :60px;
	float 				 :left;
	clear 				 :both;
}

.clearfix:after {
    visibility 			 :hidden;
    display 			 :block;
    font-size 			 :0;
    content 			 :" ";
    clear 				 :both;
    height 				 :0;
}

.clearfix { 
	display 			 :inline-block; 
}

* html .clearfix { 
	height 				 :1%; 
}

.clearfix { 
	display 			 :block; 
}

ul, ol{
	padding 			 :0;
	webkit-padding 		 :0;
	moz-padding 		 :0;
}

/*============================================================
      -         NAVBAR          -
==============================================================*/

#tf-menu {
	padding-top 		 :20px;
	transition 			 :all 0.8s;
}

#tf-menu.navbar-default {
	background-color: #1d1d1d !important;
    border-color: #1d1d1d !important;
	/* background-color 	 :rgba(248, 248, 248, 0); */
	/* border-color 		 :rgba(231, 231, 231, 0); */
}

#tf-menu a.navbar-brand {
text-transform 			 :uppercase;
font-size 				 :18px !important;
color 					 :#fff;
/*font-weight: 900;*/
}


@media(min-width:768px){
#tf-menu a.navbar-brand {
font-size 				 :14px !important;
}
}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform 		 :uppercase;
	color 				 :#FFF;
	font-size 			 :12px;
	letter-spacing 		 :1px;
}

.on {
	background-color 	 :#1d1d1d !important;
	border-color		 :#1d1d1d !important; 
	padding 			 :0 !important;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color 				 :#fff !important;
	background-color 	 :transparent;
	font-weight 		 :700;
}

.navbar-toggle {
	border-radius 		 :0;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color 	 :#1d1d1d;
	border-color 		 :#ffffff;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color 	 :#FFF;
}

.czBtn,
.czBtn:hover{
	color 				 :#fff !important;
	background-color 	 :transparent;
	font-weight 		 :700;
	border 				 :none;
}

/*============================================================
      -         HOME SECTION          -
==============================================================*/

#ns-home{
	display 			 : table;
	background 			 :url(../img/01.jpg);
	background-size		 :cover;
  -webkit-background-size:cover;
    -moz-background-size :cover;
    background-size 	 :cover;
    -o-background-size 	 :cover;
	background-position  :top;
	background-repeat	 :no-repeat;
	width 				 :100%;
	height 				 :90vh;
	color 				 :#cfcfcf;
}

@media(min-width:992px){
#ns-home{
	background-attachment:fixed;
}
}
@media(min-width:1200px){
#ns-home{
	background-attachment:fixed;
}
}

#ns-home .overlay{
	/*
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%);  FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4)));  Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);  Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);  Opera 11.10+ 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);  IE10+ 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);  W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 );  IE6-9 
	*/
	height 				 :750px;
	background-attachment:fixed;
}
#ns-home p.lead{
	color 				 :#e3e3e3;
}

.content{
	position 			 :relative;
	padding 			 :20% 0 0;
}

.color{
	color 				 :#fcac45;
}

a.fa.fa-angle-down {
	padding 			 :10px 15px;
	color 				 :#fff;
	border 				 :2px solid #b4b4b4;
	border-radius 		 :50%;
	font-size 			 :24px;
	margin-top 			 :200px;
	transition 			 :all 0.5s;
}
a.fa.fa-angle-down:hover{
	background 			 :#b4b4b4;
	color 				 :#ffffff;
	border 				 :2px solid #fff;
	background-attachment:fixed;
}

/*============================================================
      -         CUSTOM BUTTON STYLES          -
==============================================================*/

.custom-button,
.custom-button:hover{
		color 			 :gray;
}

.button-custom {
    border-radius 		 :0px;
    -webkit-border-radius:0px;
    -moz-border-radius 	 :0px;
    -webkit-transition	 :all 0.5s ease-in-out;
    -moz-transition		 :all 0.5s ease-in-out;
    -o-transition		 :all 0.5s ease-in-out;
    transition 			 :all 0.5s ease-in-out;
    margin 				 :25px 5px 5px 0px;
    margin 				 :5px;
}

.btn-custom-one{
    margin-top 			 :25px;	
    background-color 	 :transparent;
    color 				 :#fff;
    border 				 :2px solid rgb(255, 255, 255);
}

.btn-custom-one:hover {
    color 			 	 :#fff;
    text-decoration 	 :none;
    background-color 	 :#1d1d1d; 
}



/*============================================================
      -         SECTION TITLES          -
==============================================================*/

.section-title.center{
	padding 			 :30px 0;
}
.section-title h2,
.section-title.center h2{
	font-weight 		 :300;
}
.section-title.center .line{
	border-top 			 :4px solid #1d1d1d;
	height 				 :10px;
	width 				 :60px;
	text-align 			 :center;
	margin 				 :0 auto;
	margin-top 			 :20px;
}

.section-title.center hr {
	border-top 			 :4px solid rgba(252, 172, 69, 0.34);
	width 				 :40px;
	text-align 			 :center;
	margin-top 			 :10px;
	position 			 :relative;
	left 				 :17%;
}



/*============================================================
      -         NEWS SECTION          -
==============================================================*/

#ns-news{
}

.newsrow1{
	margin-bottom 		 : 100px;
}

.hb-info h4 {
	margin               :20px 0 15px;
}

.hb-info h4 a {
	color                :#000;
}

.hb-thumb {
	position             :relative;

}

.newshead{
	border-bottom 		 :1px solid lightgray;
	padding-bottom 		 :10px; 
}

.date-meta {
    background           :#1d1d1d ;
    font-size            :15px;
    color                :#FFF;
    text-align           :center;
    position             :absolute;
    top                  :0;
    padding              :6px 13px;
}

.date-meta span {
	display              :block;
	font-size            :26px;
    font-weight          :700;
}

/*============================================================
      -         BIO SECTION          -
==============================================================*/
#ns-bio{
	/* display: table; */
	background 			 :url(../img/05.jpg);
	background-size		 :cover;
	width 				 :100%;
  -webkit-background-size:cover;
    -moz-background-size :cover;
    background-size 	 :cover;
    -o-background-size 	 :cover;
	background-position  :center;
	background-repeat    :no-repeat;
	color                :#ffffff;
}

@media(min-width:992px){
#ns-bio{
	background-attachment:fixed;
}
}
@media(min-width:1200px){
#ns-bio{
	background-attachment:fixed;
}
}

#ns-bio .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding              :80px 0;
    background-attachment:fixed;
}
#biography {
	padding              :30px 0;
	font-weight          :400;
	margin               :30px 0;
	color                :#d1d1d1;
	display              :block;
    width                :100%;
    height               :auto;
}


#biotext{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1p;

}

@media(max-width:768px){
#biotext{
	font-size: 14px;
}
}

/*============================================================
      -         GALLERY SECTION          -
==============================================================*/

.pointerc{
cursor 					 :pointer;
	
}

#ns-gallery{
	color 				 :#1d1d1d;
}
#ns-gallery .overlay{
	padding 			 :80px 0;
}

#albums{
 	margin 				 :0 auto
 }

#albums .item{
    padding 			 :0;
    margin 				 :15px;
    color 				 :#FFF;
    text-align 			 :center;
}

img.img-circle.team-img {
	width 				 :50px;
	height 				 :50px;
	border 				 :4px solid transparent;
	transition 		 	 :all 0.5s;
}
#ns-gallery .item .thumbnail:hover>img.img-circle.team-img{
	border 				 :4px solid #FCAC45;
}
#ns-gallery .thumbnail {
	background  		 :transparent;
	border 				 :0;
}

#ns-gallery .thumbnail .caption {
	padding 			 :9px;
	color 				 :#1d1d1d;
}


.owl-theme .owl-controls .owl-page span {
	display 			 :block;
	width 				 :10px;
	height 				 :10px;
	margin 				 :5px 7px;
	filter 				 :Alpha(Opacity=1);
	opacity 			 :1;
	-webkit-border-radius:0;
	-moz-border-radius	 :20px;
	border-radius 		 :0;
	background 			 :#b4b4b4;
	border-radius 		 :60px;
	transition 			 :all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter 				 :Alpha(Opacity=100);
	opacity 			 :1;
	background 			 :#1d1d1d;
	border-radius 		 :5px;
	transition 			 :all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span{
	background 			 :#1d1d1d;
	border-radius 		 :60px;
}


/*============================================================
      -         VIDEOS SECTION          -
==============================================================*/


#ns-videos{
	display 			 :table;
	background 			 :url(../img/01.jpg);
	background-size		 :cover;
	width 				 :100%;
  -webkit-background-size:cover;
    -moz-background-size :cover;
    background-size 	 :cover;
    -o-background-size 	 :cover;
	background-position  :center;
	background-repeat 	 :no-repeat;
	color 				 :#fff;}

@media(min-width:992px){
#ns-videos{
	background-attachment:fixed;
}
}
@media(min-width:1200px){
#ns-videos{
	background-attachment:fixed;
}
}

#ns-videos .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding 			 :80px 0;
	background-attachment:fixed;
}

.section-title.center{
	padding 			 :30px 0;
}

.space{
	margin-top 			 :40px;
}

#ns-videos i.fa {
	font-size 			 :40px;
	border 			 	 :4px solid #FCAC45;
	width 				 :100px;
	height 				 :100px;
	padding 			 :27px 25px;
	margin-bottom		 :10px;
	border-radius 		 :50%;
	transition 			 :all 0.5s;
}

#ns-videos i.fa.fa-mobile{
	font-size 			 :50px;
	padding              :20px 25px;
}

#ns-videos .service:hover>i.fa{
	background           :#FCAC45;
	color                :#ffffff;
}



.video-container {
    position 			 :relative;
    padding-bottom 		 :56.25%;
    padding-top 		 :30px;
    height 				 :0;
    overflow 			 :hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position 			 :absolute;
    top 				 :0;
    left 				 :0;
    width 				 :100%;
    height 				 :100%;
    margin-top 			 :10px;
}



/*============================================================
      -         PRESS SECTION          -
==============================================================*/
#ns-press{
}

#ns-press .overlay{
	padding 			 :80px 0;
}


.pressarticle{
	margin-bottom		 : 15px; 
}

.blog-date-wrapper{
	border-top 			 :1px solid lightgray; 
	padding-top 		 :5px; 
	border-bottom 		 :1px solid lightgray;
	padding-bottom 		 :5px;
	margin-bottom 		 :5px;
}

.floatleft{
	float 				 :left;
	margin-left 		 :5px;
}

.floatright{
	float                :right;
	margin-right		 :5px;
}

/*============================================================
      -         CONTACT SECTION          -
==============================================================*/

#ns-contact{
	display: table;
	background           :url(../img/05.jpg);
	background-size		 :cover;
	width 				 :100%;
  -webkit-background-size:cover;
    -moz-background-size :cover;
    background-size 	 :cover;
    -o-background-size 	 :cover;
	background-position  :center;
	background-repeat    :no-repeat;
	color                :#ffffff;
}

@media(min-width:992px){
#ns-contact{
	background-attachment:fixed;
}
}
@media(min-width:1200px){
#ns-contact{
	background-attachment:fixed;
}
}

#ns-contact .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding 			 :80px 0;
	background-attachment:fixed;
}

.icons {
	font-size 			 :2.25em;
	margin-bottom 		 :25px;
}

.icons a {
	color                :rgba(255, 255, 255, 0.5);
	transition 			 :all 0.3s;
}

.icons a:hover {
	color 				 :#fff;
}

.icons li {
	display				 :inline;
	margin           	 :10px;
}	

.formblack{
	background-color 	 :rgb(29, 29, 29);
	border 				 :medium none rgb(29, 29, 29);
}

.formsideblack{
	background-color 	 :rgb(53, 53, 53);
	border 				 :rgb(53, 53, 53);
}


.btnsubmiter,
.btnsubmiter:hover{
	color 				 :white;
	background-color 	 :rgb(29, 29, 29);
	border 				 :medium none rgb(29, 29, 29);
}

.robotic { 
    display 			 :none; 
}

/*============================================================
      -         LABEL - OUTLINE          -
==============================================================*/

label {
	float: left;
	font-size            :12px;
	font-weight          :400;
	font-family          :'Open Sans', sans-serif;

}

a, a:active,
a:focus {
    outline              :none;
    }


/*============================================================
      -         BTN          -
==============================================================*/


button.btn.tf-btn.btn-default {
	float                :right;
	background           :#FCAC45;
	border               :0;
	border-radius        :0;
	padding              :10px 40px;
	color                :#ffffff;
	text-transform       :uppercase;
}

.btn:active, .btn.active {
	background-image     :none;
	outline              :0;
	-webkit-box-shadow   :none;
	box-shadow           :none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline              :thin dotted;
	outline              :none;
	outline-offset       :none;
}


/*============================================================
      -         TO TOP          -
==============================================================*/

.scroll-top-wrapper{
    position 			 :fixed;
    opacity 			 :0;
    visibility 			 :hidden;
    overflow 			 :hidden;
    text-align 			 :center;
    z-index 			 :99999999;
    background-color 	 :#1D1D1D;
    color 				 :#eeeeee;
    width 				 :50px;
    height 				 :48px;
    line-height 		 :48px;
    right 				 :30px;
    bottom 				 :40px;
    padding-top 		 :2px;
    border-radius 		 :10px;
    -webkit-transition 	 :all 0.5s ease-in-out;
    -moz-transition 	 :all 0.5s ease-in-out;
    -ms-transition 		 :all 0.5s ease-in-out;
    -o-transition 		 :all 0.5s ease-in-out;
    transition 			 :all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover{
    background-color 	 :#888888;
}

.scroll-top-wrapper.show {
    visibility 			 :visible;
    cursor 				 :pointer;
    opacity 			 :1.0;
}

.scroll-top-wrapper i.fa {
    line-height 		 :inherit;
}


/*============================================================
      -         FOOTER          -
==============================================================*/

	#footer {
		padding: 6em 0 4em 0 ;
		background-color: #1d1d1d;
		text-align: center;

	}

		#footer .clinks {
			font-size: 1.25em;
			margin-bottom:25px;
			font-family: 'Lato', sans-serif;
		}

			#footer .clinks a {
				color: rgba(255, 255, 255, 0.5);
			}

				#footer .clinks a:hover {
					color: #fff;
				}

			#footer .clinks li {
				display: inline;
				margin: 10px 
			}	

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
			text-transform: uppercase;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				padding-left: 1em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}

					#footer .copyright li a:hover {
						color: #fff;
					}

				@media screen and (max-width: 480px) {

					#footer .copyright li {
						border: 0;
						display: block;
						line-height: 1.65em;
						margin: 0;
						padding: 0.5em 0;
					}

				}

		@media screen and (max-width: 980px) {

			#footer {
				padding: 4em 3em 2em 3em ;
			}

		}

		@media screen and (max-width: 736px) {

			#footer {
				padding: 3em 2em 1em 2em ;
			}

		}



.concert-tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 2rem auto;
}


/*  tabs concerts */
/* Hide the radio inputs */
.concert-tabs input[type="radio"] {
    display: none;
}

/* Style the labels (tabs) */
.concert-tabs label {
    cursor: pointer;
    display: inline-block;
    margin-right: .2rem;
	margin-bottom: 2rem;
    padding: .5rem 1rem;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.8rem;
}

.concert-tabs input[type="radio"]:checked + label {
    background-color: #ddd;
	text-decoration: none;
}

/* Style the content sections */
.concert-tab-content {
	order: 999;
    display: none;
    padding: 1rem;
	flex-grow: 1;
  	width: 100%;
}

/* Display content when a tab is selected */
.concert-tabs input[type="radio"]:checked + label + .concert-tab-content {
    display: block;
}

.concert-tab-content .concert-item {
	display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    align-items: flex-start;
    gap: 0.5rem;
	text-align: left;
}


.concert-item .concert-heading {
	text-align: left;
	font-size: 1.8rem;
    font-weight: bold;
}

.ns-gallery-new {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}

.ns-gallery-new button {
	flex: 1;
	padding: 0;
    border: 0;
    background: transparent;
	cursor: pointer;
}

.img-popover {
	width: 75vw;
	height: 95vh;
}

.img-popover::backdrop {
    background-color: #000000aa;
}

.img-popover-hide {
    position: fixed;
    right: 3rem;
    top: 2rem;
    font-size: 5rem;
    color: white;
}

.popover-object {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height:100%;
}

@media (max-width: 1200px) {
	.ns-gallery-new {
		flex-direction: column;
	}

	.img-popover {
		display: none;
	}
	
}


/**
 * UTILS
 */

.w-full { width: 100%; }
.h-full { height: 100% !important; }
.flex { display: flex }
.flex-col { flex-direction: column; }
.justify-end {justify-content: end;}
    

.btn-home-social {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
	display: flex;
  justify-content: center;
  align-items: center;
}

.yt-view-more {
	font-weight: bold;
    font-size: 2rem;
    margin-top: 5rem;
    border: 1px solid;
    padding: 1rem 3rem;
    width: auto;
}