/* 

Tinker CSS Template

https://templatemo.com/tm-506-tinker

RED: #e1181b

RED2: #ff1d25

*/

@charset "UTF-8";
    @font-face {
	 font-family: Eth;
	 src: url("fonts/Ethelvina_Regular.eot"); /* EOT file for IE */
	   src: local('☺'),
	         url('fonts/Ethelvina_Regular.ttf') format('ttf'), url('fonts/Ethelvina_Regular.ttf') format('truetype');
	 /* src: url("Lekton-Regular.ttf") TTF file for CSS3 browsers */
	}
    @font-face {
	 font-family: dinnerBold;
	 src: url("fonts/DINNextLTPro-Regular.eot"); /* EOT file for IE */
	   src: local('☺'),
	         url('fonts/DINNextLTPro-Regular.ttf') format('ttf'), url('fonts/DINNextLTPro-Regular.ttf') format('truetype');
	 /* src: url("Lekton-Regular.ttf") TTF file for CSS3 browsers */
	}
    @font-face {
	 font-family: dinnerIt;
	 src: url("fonts/DINNextLTPro-Italic.eot"); /* EOT file for IE */
	   src: local('☺'),
	         url('fonts/DINNextLTPro-Italic.ttf') format('ttf'), url('fonts/DINNextLTPro-Italic.ttf') format('truetype');
	 /* src: url("Lekton-Regular.ttf") TTF file for CSS3 browsers */
	}	
    @font-face {
	 font-family: dinnerReg;
	 src: url("fonts/DINNextLTPro-Light.eot"); /* EOT file for IE */
	   src: local('☺'),
	         url('fonts/DINNextLTPro-Light.ttf') format('ttf'), url('fonts/DINNextLTPro-Light.ttf') format('truetype');

	 /* src: url("Lekton-Regular.ttf") TTF file for CSS3 browsers */
	}	
    @font-face {
	 font-family: modeca;
	 src: url("fonts/Modeka.eot"); /* EOT file for IE */
	   src: local('☺'),
	         url('fonts/Modeka-Extended.otf') format('otf'), url('fonts/Modeka-Extended.otf') format('truetype');

	 /* src: url("Lekton-Regular.ttf") TTF file for CSS3 browsers */
	}
    @font-face {
	 font-family: orator;
	 src: url("fonts/OratorStd.eot"); /* EOT file for IE */
	   src: local('☺'),
	         url('fonts/OratorStd.otf') format('otf'), url('fonts/OratorStd.otf') format('truetype');

	 /* src: url("Lekton-Regular.ttf") TTF file for CSS3 browsers */
	}
	@font-face {
	 font-family: oratorslanted;
	 src: url("fonts/OratorStd-Slanted.eot"); /* EOT file for IE */
	 src: local('☺'),
	         url('fonts/OratorStd-Slanted.otf') format('otf'), url('fonts/OratorStd-Slanted.otf') format('truetype');
}

@keyframes  blinkerRed {
    15% { background-color: #00ffff; } 
    30% { background-color: #ff00ff; } 
    45% { background-color: #00ff00; } 
    60% { background-color: blue; }
    75% { background-color: #ffffff; }  
}

@keyframes  blinkerRedbutton {
    15% { background-color: rgba(255, 29, 37, 0.85); }  
    30% { background-color: rgba(255, 0, 255, 1.0); }  
    45% { background-color: rgba(255, 29, 37, 0.85); }  
    60% { background-color: rgba(255, 255, 0, 1.0); } 
    75% { background-color: rgba(255, 29, 37, 0.85); }  
}

@keyframes  blinkerRGB {
    15% { background-color: #00ffff; } 
    30% { background-color: #ff00ff; } 
    45% { background-color: #00ff00; } 
    60% { background-color: blue; }
    75% { background-color: #ffffff; }  
}

@keyframes  blinkerRGBAbout {
    15% { background-color: rgba(0, 255, 255, 1.0); }  
    30% { background-color: rgba(255, 0, 255, 1.0); }  
    45% { background-color: rgba(0, 255, 0, 1.0); } 
    60% { background-color: rgba(255, 255, 0, 1.0); } 
    75% { background-color: rgba(255, 255, 255, 1.0); } 
}


@keyframes  blinkerRGBMenu {
    0% { background-color: #000000; } 
    100% { background-color: rgba(17, 247, 153, 0.66); }  
}

@keyframes  blinkerRGBSwipe {
    15% { background-color: #ceff00; } 
    30% { background-color: #ff00ff; } 
    45% { background-color: #00ff00; } 
    60% { background-color: blue; }
    75% { background-color: #ffffff; }  
}

@keyframes  blinkerAlpha {
    0% { opacity: 0.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; } 
}







* {
    margin: 0;
    padding: 0;
    font-family: 'dinnerReg', arial, sans-serif;
}

body {
	overflow-x: hidden;
    background-color: #17a7f1;
    font-family: 'dinnerReg'
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
    font-family: 'dinnerReg'
}


audio {
  display: none;
}



button {
  font-size: 16px;
  color: #eee;
  position: absolute;
  right: 2%;
  top: 20%;
/*  transform: translate(-50%, -50%);*/
  width: 50px;
  padding: 15px;
  border: none;
  border-radius: 2px;
  outline: none;
  background: #101010;
/*  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);*/
  opacity: 0.8;
/*  cursor: pointer;*/
/*  transition: all 0.4s ease-out;*/
}

@media screen and (max-width: 580px) {
    button {
        top: 15%;
    }
}

buttonmenu {
  font-size: 16px;
  color: #eee;
  position: absolute;
  right: 2%;
  top: 50%;
/*  transform: translate(-50%, -50%);*/
/*
  width: 64px;
  height: 64px;
*/
  padding: 14px;
/*
  border: none;
  border-radius: 2px;
  outline: none;
*/
  background: #101010;
/*  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);*/
  opacity: 0.8;
/*  cursor: pointer;*/
/*  transition: all 0.4s ease-out;*/
    background-color: #101010;
	/*border:2px #f2f2f2 solid;*/
    animation-name: blinkerAlpha;
    animation-duration: 0.15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}



@media screen and (max-width: 580px) {
    buttonmenu {
        top: 85%;
    }
}

button.fade:hover {
  opacity: 0.8;
}

.fade {
  opacity: 0.8;
/*  top: 0;
  left: 0;*/
  transform: translate(0, 0);
}

.cookies-button {
  
    background: transparent;
    color: #101010;
    text-decoration :none;
    padding: 5px 10px;
    border-radius: 0px;
    display: inline-block;
    border: 1px solid #f2f2f2;
/* border-bottom: 2px solid #aaa; */
    
}

.cookies-banner {
  z-index: 1000000;
    background: #202020;
    opacity: 0.88;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #f2f2f2;
    text-align: center;

}

.cookies-banner .container{
    margin: 0 auto;
    width: 70%;
    padding: 15px;
    
}

.cookies-banner a{
    color: #f2f2f2;
    
}

.cookies-banner p{
    color: #eaeaea;
    
}

.parallax-content {
  width: 100%;
  min-height: 15vh;
  background-size: cover;
}

.primary-white-button a {
	display: inline-block;
	background-color: #fff;
	font-size: 13px;
	padding: 12px 18px;
	color: #121212;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.primary-blue-button a {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.pop-button h4 {
	display: inline-block;
/*	background-color: #33c1cf;   */
	font-size: 13px!important;
	padding: 12px 18px;
	color: #fff;
	font-weight: 400!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0px;
	cursor: pointer;
    border: solid;
    border-width: 1.25px;
    border-color: #505050;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}

.logo {
/*    width: 150px; 
    float: left;
    padding: 1px;
   
    margin-top: 15px; */
    position: absolute;
    margin:0 auto;
/*    width: 150px;*/
    top:15px;
    left:15px;
    
    
}

.logo-footer {
/*    width: 150px; */
    float: none;
    padding: 1px;
    text-align: center;
   margin-top: 6px; 
    
        

}




@media screen and (max-width: 580px) {
 .logo-footer {
        text-align: center;
    }
}

/*

.logo-footerimg {
    display: block;
    top: 50%;
    left:50%;
   width: 150px; 
    float: none;
    padding: 1px;
    position: relative;
    align-content: center;
    
*/
/*    margin-top: 15px; */

}



.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: #f2f2f2!important;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 45px;
}

.header.active .navbar-nav>li>a {
/*	font-family: 'dinnerBold', arial, sans-serif;  */
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
/*    height: 90px;
	color: #101010!important; */
}

.header.active {
    background-color: #17a7f1;
    opacity: 0.88;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff!important;
	transition: all 0.5s;
	 
}
.navbar-brand em {
	font-style: normal;
	color: #f7c552;
	font-size: 32px;
}
.header.active .navbar-brand {
	color: #121212!important;
}
.header .navbar-brand {
    font-weight: 800;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 0px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    
   /* border-color: #f7c552;
    background-color: #f7c552; */
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	/* background-color: #f7c552; */
}
bootstrap.min.css:5
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

/* Home STYLE */

.baner-content {
	width: 100%;
  	padding-top: 25vh;
  	text-align: center;
  	background-image: url(../img/GS_v204_A1.jpg);
  	vertical-align: middle;
}

.baner-content .text-content {
	text-align: center;
}

.baner-content .text-content h2 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

.baner-content .text-content h2 span {
	font-weight: 700;
	color: #33c1cf!important;
}

.baner-content .text-content h2 em {
    font-family: dinnerBold;
	font-style: normal;
	font-weight: 700;
	color: #101010!important;
}

.baner-content .text-content p {
	color: #202020;
	font-size: 30px;
	line-height: 24px;
	padding: 0px 25%;
}

.baner-content .text-content .primary-white-button {
	margin-top: 25px;
}

@media screen and (max-width: 580px) {
    .baner-content {
	   width: 100%;
  	 padding-top: 50%;
  	 text-align: center;
  	 background-image: url(../img/banner_bg_mobile.jpg);
  	 vertical-align: middle;
    }
    .baner-content .text-content h2 em {
        font-family: dinnerBold;
	   font-style: normal;
	   font-weight: 700;
	   color: #404040!important;
        font-size: 30px;
    }
    .baner-content .text-content p {
	   color: #404040;
	   font-size: 13px;
	   line-height: 24px;
	   padding: 0px 25%;
    }
    
}





/* About STYLE */
.about-content {
	width: 100%;
  	padding-top: 15vh;
  	text-align: center;
  	vertical-align: middle;
}

.about-content .text-content {
	text-align: center;
}

.about-content .text-content h2 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

.about-content .text-content h2 span {
	font-family: dinnerBold;
    font-style: normal;
	font-weight: 700;
	color: #aaaaaa!important;
    
/* 	color: #33c1cf!important; */
}

.about-content .text-content h2 em {
	font-family: dinnerBold;
    font-style: normal;
/*	font-weight: 700;*/
	color: #f2f2f2!important;
}

.about-content .text-content p {
	color: #f2f2f2;
	font-size: 21px;
	line-height: 24px;
	padding: 0px 5%;
    text-align:justify;  
    text-justify:auto;
}

.about-content .text-content .primary-white-button {
	margin-top: 25px;
}



/* Contact STYLE */


#contact-us {
	width: 100%;
  	padding-top: 10vh;
  	text-align: center;
 /* background-image: url(../img/manifesto_bg.jpg); */
    background-color: #f2f2f2;
  	vertical-align: middle;
}




#contact-us .section-heading h4 {
    font-size: 36px;
/*	font-weight: 400;*/
	color: #202020;
    font-family: dinnerBold;
	text-transform: uppercase;
    font-style: normal;
/*	font-weight: 700;*/
	

    
}



#contact-us .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px auto 15px auto;
}

#contact-us .section-heading p {
	color: #202020;
	padding: 0px 33%;
}

#contact-us .pop-button {
	margin-top: 30px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
	background-color: #f7c552;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}


/* Manifesto STYLE */

.manifesto-content {
	width: 100%;
  	padding-top: 10vh;
  	text-align: center;
 /* background-image: url(../img/manifesto_bg.jpg); */
    background-color: #f2f2f2;
  	vertical-align: middle;
}

.manifesto-content .text-content {
	text-align: center;
    
    
}

.manifesto-content .text-content h2 {
	font-size: 36px;
/*	font-weight: 400;*/
	color: #fff;
}

.manifesto-content .text-content h2 span {
	font-family: dinnerBold;
    font-style: normal;
/*	font-weight: 700;*/
	color: #aaaaaa!important;
    
/* 	color: #33c1cf!important; */
}

.manifesto-content .text-content h2 em {
	font-family: dinnerBold;
    font-style: normal;
/*	font-weight: 700;*/
	color: #202020!important;
}

.manifesto-content .text-content p {
	color: #101010;
	font-size: 18px;
	line-height: 24px;
	padding: 0px 5%;

    text-align: justify;
    padding-bottom: 35vh;
}

.manifesto-content .text-content .primary-white-button {
	margin-top: 25px;
}


@media screen and (max-width: 580px) {
    
    .manifesto-content .text-content p {
      text-align: left;  
    }
}

/* Attrazioni TEMPORARY */
.temporary-content {
	width: 100%;
  	padding-top: 1vh;
  	text-align: center;
  	vertical-align: middle;
}

.temporary-content .text-content {
	text-align: center;
}

.temporary-content .text-content h2 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

.temporary-content .text-content h2 span {
	font-family: dinnerBold;
    font-style: normal;
	font-weight: 700;
	color: #aaaaaa!important;
    
/* 	color: #33c1cf!important; */
}

.temporary-content .text-content h2 em {
	font-family: dinnerBold;
    font-style: normal;
/*	font-weight: 700;*/
	color: #202020!important;
}

.temporary-content .text-content p {
	color: #101010;
	font-size: 18px;
	line-height: 24px;
	padding: 0px 5%;
}

.temporary-content .text-content .primary-white-button {
	margin-top: 25px;
}


/* Attrazioni STYLE */
.attrazioni-content {
	width: 100%;
  	padding-top: 10vh;
  	text-align: center;
  	vertical-align: middle;
}

.attrazioni-content .text-content {
	text-align: center;
}

.attrazioni-content .text-content h2 {
	font-size: 36px;
/*	font-weight: 400;*/
	color: #fff;
    
}

.attrazioni-content .text-content h2 span {
	font-family: dinnerBold;
    font-style: normal;
	font-weight: 700;
/*	color: #aaaaaa!important;*/
    
/* 	color: #33c1cf!important; */
}

.attrazioni-content .text-content h2 em {
	font-family: dinnerBold;
    font-style: normal;
/*	font-weight: 200;*/
	color: #202020!important;
}

.attrazioni-content .text-content p {
	color: #101010;
	font-size: 18px;
	line-height: 24px;
	padding: 0px 5%;
}

.attrazioni-content .text-content .primary-white-button {
	margin-top: 25px;
}




#about {
	padding: 150px 0px;
    background-image: url(../img/GS_v204_A3.jpg); 
    background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    
    
  
}

#about .service-item {
	text-align: center;



    
}

#about .service-item .icon {
    
	width: 110px;
	height: 110px;
	display: inline-block;
	text-align: center;
	line-height: 104px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #f7c552;
}

#about .service-item h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}

#about .service-item .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
}

#about .service-item p {
	color: #fff;
	margin-top: 30px;
    
}

#about .service-item .primary-blue-button {
	margin-top: 35px;
}



.projects-holder .mix {
  display: none;
}

.projects-holder {
	padding: 30px 15px 0px 15px;
}

.filter-categories {;
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 0px;
  display: block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  left: 0.5px;
}

.filter-categories ul li.active span {
  color: #f7c552;
}

#portoflio .page-section {
	padding: 0px;
}

#portfolio .section-heading {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #33c1cf;
	height: 732px;
	margin-left: -100vh;
	padding-left: 100vh;
}

#portfolio .project-item {
	margin: 0px -16px;
}

#portfolio .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#portfolio .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0px 15px 0px;
}

#portfolio .section-heading p {
	color: #fff;
	padding-right: 70px;
}


#dloc .service-item .icon {
    
	width: 110px;
	height: 110px;
	display: inline-block;
	text-align: center;
	line-height: 104px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #f7c552;
}

#dloc .service-item h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}

#dloc .service-item .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
}

#dloc .service-item p {
	color: #fff;
	margin-top: 30px;
    
}

#dloc .service-item .primary-blue-button {
	margin-top: 35px;
}
#dbook .service-item .icon {
    
	width: 110px;
	height: 110px;
	display: inline-block;
	text-align: center;
	line-height: 104px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #f7c552;
}

#dbook .service-item h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}

#dbook .service-item .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
}

#dbook .service-item p {
	color: #fff;
	margin-top: 30px;
    
}

#dbook .service-item .primary-blue-button {
	margin-top: 35px;
}

#temporary {
	padding: 150px 0px;
	/* background-image: url(../img/about-bg.jpg); */
    background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    
    
  
}

#temporary .service-item {
	text-align: center;



    
}

#temporary .service-item .icon {
    
	width: 110px;
	height: 110px;
	display: inline-block;
	text-align: center;
	line-height: 104px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #f7c552;
}

#temporary .service-item h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}

#temporary .service-item .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
}

#temporary .service-item p {
	color: #fff;
	margin-top: 30px;
    
}

#temporary .service-item .primary-blue-button {
	margin-top: 35px;
}

#dmenu .service-item .icon {
    
	width: 110px;
	height: 110px;
	display: inline-block;
	text-align: center;
	line-height: 104px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #f7c552;
}

#dmenu .service-item h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}

#dmenu .service-item .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
}

#dmenu .service-item p {
	color: #fff;
	margin-top: 30px;
    
}

#dmenu .service-item .primary-blue-button {
	margin-top: 35px;
}


#testimonial {
	background-color: #f7c552;
	text-align: center;
	padding: 100px 0px;
}

#testimonial .testimonials-item h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#testimonial .testimonials-item span {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
}

#testimonial .testimonials-item p {
	font-size: 16px;
	color: #9a9a9a;
	font-style: italic;
	font-weight: 300;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;	
}

.owl-pagination {
  margin-top: 20px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}




#blog {
/*	background-image: url(../img/banner_bg.jpg); */
	background-color: #f2f2f2;
    background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    padding-top: 5vh;
    padding-bottom: 15vh;
}




#blog .section-heading {
	text-align: left;
	padding-top: 60px;
	padding-bottom: 60px;
/*	background-color: rgba(0, 0, 0, 0.5); 
	height: 582px; */
	margin-left: -100vh;
	padding-left: 100vh;
	overflow: hidden!important;
}

#blog .section-heading h4 {
	margin-top: 0px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
    font-family: dinnerBold;
	color: #404040;
	letter-spacing: 1px;
}

#blog .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 0px 0 5px 0;
    font-size: 18px;
}

#blog .section-heading p {
	color: #202020;
	padding-right: 70px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin-top: 40px;
  padding-right: 70px;
}

.tabs li {
  display: block;
  text-align: center;
  margin: 25px 0px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:capitalize;
  letter-spacing: 1px;
  color:#f2f2f2;
  font-size: 15px;
  /* font-weight: 500; */
  padding: 12px 12px;
  opacity: 0.88;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  font-family: dinnerBold;
}

.tabs a:hover {
  color: #ffffff;
    background-color: #707070;
    opacity: 0.85;
}

.tabs .active {
  color: #ffffff;
background-color: #00211f;
opacity: 0.88;
}
#first-tab-group {
	margin-top: 30px;
	margin-bottom: 15px;
}
.tabgroup .text-content	 {
/*  background-color: #fff;*/
  color: #fff;
  padding: 25px;
  text-align: left;
}
.tabgroup .text-content h4 {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #121212;
	margin-top: 0px;
	margin-bottom: 5px;
}
.tabgroup .text-content span {
/*	font-size: 13px;
	color: #33c1cf; */
}
.tabgroup .text-content a {
/*	font-size: 13px;
	color: #33c1cf;
	text-decoration: none; */
    color: #202020;
    font-family: dinnerIt;
}


.tabgroup .text-content p {
	margin-top: 10px;
 font-family: dinnerReg; 
    font-size: 18px;
    margin-bottom: 100px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}






.pop #contact {
	z-index: 99999;
	position: fixed;
	top: 25%;
	left: 20%;
	right: 20%;
}

.pop {
	z-index: 99999;
	text-align: center;
	padding: 150px;
    display:none;
    position:fixed;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
    background-color: #f2f2f2;
    opacity: 0.95;
    box-shadow: 0px 0px 15px;
}

.pop span {
	z-index: 999;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #202020;
	text-align: center;
/*	background-color: #33c1cf;   */
    border: solid;
    border-color: #e1182b;
    border-width: 1px;
}

.pop span:hover {
	background-color: #596065;
	transition: all 0.5s;
}


@media screen and (max-width: 580px) {
    .pop {
    padding: 50px;
    }
}





footer {
	margin-top: -6px;
	background-color: #17a7f1;
	padding: 50px 0px;
    opacity: 0.9;
    text-align: center;
    
    
}
footer .logo em {
	font-style: normal;
	font-size: 28px;
	color: #f7c552;
}
footer .logo-ft {
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	color: #fff!important;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
}

footer .logo p {
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	margin-bottom: -10px;
	letter-spacing: 0.5px;
}

footer .logo span {
	font-weight: 600;
	color: #f7c552;
}

footer .logo a {
	color: #FFF;
}

footer .logo a:hover {
	color: #9F0;
}



footer .location h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

footer .location ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer .location ul li:first-child {
/*
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(250, 250, 250, 0.1);
*/

}

footer .contact-info h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

footer .contact-info ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
	margin-bottom: -15px;
}

footer .contact-info ul li em {
	font-style: normal;
	font-weight: 500;
}

footer .connect-us h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
/*	margin-bottom: 23px;*/
}

footer .connect-us ul li {
	display: inline-block;
	margin-right: 20px;
    margin-left: 9px;
}

footer .connect-us ul li a {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 28px;
	text-align: center;
/*	background-color: #fff; 
	border-radius: 50%; */
	color: #373a3c;
	font-size: 15px;
	transition: all 0.3s;
    opacity: 0.8;

}
footer .connect-us ul li a:hover {
/*	background-color: #f7c552; */
    opacity: 1;
}


/* RESPONSIVE */

@media (max-width: 991px){

	.baner-content .text-content p {
		padding: 0px 15%;
	}


	#about .service-item {
		margin-bottom: 80px;
	} 

	#portfolio .section-heading {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
		background-color: #33c1cf;
		height: 505px;
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden;
     
	}

	#portfolio .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#portfolio .section-heading p {
		padding: 0px 20px;
	}

	.projects-holder {
		text-align: center;
		padding: 15px 0px;
	}

	#portfolio .project-item {
		margin: 15px 0px;
	}

	#blog .section-heading {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
/*		background-color: rgba(0, 0, 0, 0.5); */
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden!important;
	}

	#blog .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#blog .section-heading p {
		padding: 0px 30px;
	}

	.tabs {
		padding: 0px 45px;
	}

	#first-tab-group {
		margin-bottom: 30px;
	}

	#contact-us .section-heading p {
		padding: 0px 10%;
	}

	footer {
		text-align: center;
	}

	footer .logo {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .location {
		margin-bottom: 30px;
/*		padding-bottom: 30px;*/
/*		border-bottom: 1px solid rgba(250, 250, 250, 0.1);*/
	}

	footer .contact-info {
		margin-bottom: 30px;
		padding-bottom: 30px;
/*		border-bottom: 1px solid rgba(250, 250, 250, 0.1);*/
	}

	footer .contact-info ul li {
		margin-right: 10px;
		margin-left: 10px;
    
	}

}

@media (max-width: 768px){
	.baner-content .text-content p {
		padding: 0px 10%;
	}
	#main-nav {
		margin-left: -15px;
		margin-right: -15px;
		border-top: none;
		margin-top: 15px;
		background-color: rgba(250, 250, 250, 0.95);
         
	}

	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
        /* width: 100px */
        margin-left: -15px;
    margin-right: -15px;
	}

	.navbar-inverse .navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.navbar-inverse .navbar-nav>li:last-child {
		border-bottom: none;
	}


	.navbar-inverse .navbar-nav>li>a {
		font-family: 'dinnerBold', sans-serif!important;
		line-height: 55px;
		color: #f2f2f2!important;
        background-color: #101010;
        padding-top: 10px;
        padding-bottom: 10px;
        opacity: 0.9;
        
	}
    
    
    	.navbar-inverse .navbar-nav>li>a:hover {
		font-family: 'dinnerBold', sans-serif!important;
		line-height: 55px;
		color: #f2f2f2!important;
        background-color: #ff0000;
        padding-top: 20px;
        padding-bottom: 20px;
        opacity: 0.9;
        
	}

}

@media (max-width: 385px){

	footer .location ul li {
		display: block;
	}

	footer .location ul li:first-child {
/*
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
*/
	}

}