/* 		
	Pro Audio Template
    http://www.templatemo.com/preview/templatemo_429_pro_audio
	
	TABLE OF CONTENT
  1. Universal Styles
  2. Menu Styles	
  3. Subscribe Styles
  4. Album Styles
  5. About Styles
  6. Contact Styles
  7. Footer Styles
  8. Media Queries

	COLOR CODES
  Blue #27a7ff, rgba(39, 167, 255,1)		
---------------------------------------------------------*/

/* 1. Universal Styles
--------------------------------------*/

*, body { font-family: 'Open Sans', sans-serif; }
nav a { font-family: 'Oswald', sans-serif; }

a, a:hover, a:focus, a:active { text-decoration: none; }

body { overflow-x: hidden; }
body, h1, p, ul { margin: 0; }

h2 { font-size: 60px;text-shadow: 2px 2px 6px #000000; } /*udv a honlapon arnyek*/

ul { padding: 0; }

.margin-top-30 { margin-top: 30px; }
.margin-top-50 { margin-top: 50px; }

img.templatemo-border {	width: 100%; }

.blue {	color: #0585DE; }

.templatemo-header {  
  width: 100%;
  height: 367px;
  position: absolute;
  z-index: 2000;
}
.templatemo-header-image {
  background: url('../images/headpro.png') no-repeat, url('../images/') repeat-x;
  background-position: center top;
  height: 367px;
  width: 100%;
}
.templatemo-site-name {
 cursor: pointer;
  font-size: 50px;
  font-weight: 700;
	margin-top: 100px;
}
.templatemo-header.sticky {
  height: 50px;
  position: fixed;
  display: block;
  margin: 0 auto;
}
.templatemo-header .templatemo-header-gradient-bg {       /* menu csik atmenet red*/
  background: #b12f0c;
  background-image: -webkit-linear-gradient(top, #b12f0c, #807b7c);
  background-image: -moz-linear-gradient(top, #b12f0c, #807b7c);
  background-image: -ms-linear-gradient(top, #b12f0c, #807b7c);
  background-image: -o-linear-gradient(top, #b12f0c, #807b7c);
  background-image: linear-gradient(to bottom, #b12f0c, #807b7c);
  position: fixed;
  z-index: -10;
  width: 100%;
  opacity: 0;
  height: 150px;          /*menu csik meret*/
  transition: all 0.5s ease;
}
.templatemo-header.sticky .templatemo-header-gradient-bg {
  height: 50px;
  opacity: 1;
}
.templatemo-header.sticky h1 {
  color: #fff;
  float: left;
  font-size: 30px;
  margin-top: 8px;
}
.templatemo-header.sticky .templatemo-nav {
  float: right;
  padding-top: 15px;
}
.templatemo-section {
	padding-bottom: 80px;
	padding-top: 80px;
}
.btn-gradient {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #616161, #383838);
  background-image: -moz-linear-gradient(top, #616161, #383838);
  background-image: -ms-linear-gradient(top, #616161, #383838);
  background-image: -o-linear-gradient(top, #616161, #383838);
  background-image: linear-gradient(to bottom, #616161, #383838);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  /*font-family:Osvald, Arial;*/
  color: red;                        /* gomb felirat szin*/
  /*font-size: 20px;*/
  padding: 6px 20px 6px 20px;    /*gomb betu meret*/
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.btn-gradient:hover {   /*gomb over sz_­n*/
  background: #b12f0c;
  background-image: -webkit-linear-gradient(top, #b12f0c, #f67774);
  background-image: -moz-linear-gradient(top, #b12f0c, #f67774);
  background-image: -ms-linear-gradient(top, #b12f0c, #f67774);
  background-image: -o-linear-gradient(top, #b12f0c, #f67774);
  background-image: linear-gradient(to bottom, #b12f0c, #f67774);
  color: white;    /*gomb felirat*/
  text-shadow: 2px 2px 4px #000000;
  text-decoration: none;
}





/* 2. Menu Styles
--------------------------------------*/
.templatemo-nav {
  padding-top: 100px;  /*men__ helyzete*/
	margin-bottom: 0;
}
.templatemo-nav li {
	display: inline-block;
	list-style: none;
	
}
.templatemo-nav li>a {
	color: #040404;                        /* menu gomb szin*/
	padding: 5px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
}
#responsive-menu ul li:hover a, #responsive-menu ul li.active a,
.templatemo-nav li:hover a, .templatemo-nav li.active a {
	color:red;	/*menu szin valt*/
	text-shadow: 2px 2px 1px #000000;          /* menu betu arny*/
}
#responsive-menu {
  top: 0;
  width: 50px;
  height: 100%;
  background: rgba(243, 243, 243, 0.4);
  position: fixed;
  z-index: 5500;
  right: -1500px;
  display: none;
  overflow: auto;
  
}
#responsive-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#responsive-menu ul li {
  display: block;
  margin-bottom: 2px;
}
#responsive-menu ul li a {
  padding: 12px 18px;
  background-color: #1d1d1d;
  color: #fff;
  display: block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-transform: uppercase;
}
#responsive-menu ul li a i {  margin-right: 15px; }
a#mobile_menu {
  font-size: 24px;
  background-color: rgba(39, 167, 255,0.8);
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 5500;
}
#responsive-menu ul li a:hover {
  color:#f93;
  text-decoration: none;
}

/* 3. Subscribe Styles
-------------------------------*/
.tm-subscribe-btn {
  background-color: #f93;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 400px;
  width: 100%;
}
.tm-subscribe-btn:hover {
  background-color: #f93;
  color: #fff;
  text-decoration: none;
}
#subscriber_email {
  padding: 10px 20px;
  margin-bottom: 30px;
  max-width: 600px;
  width: 100%;
}

/* 4. Albums Styles
------------------------------------*/
.templatemo-album {
  cursor: pointer;
  position: relative;
  margin-top: 50px;
}
.templatemo-album-images {
  float: left;
  width: 400px;
}
.templatemo-album-description {
  float: left;
  width: 100px;
}
.templatemo-album:hover .templatemo-album-description { color: #F93; }
.templatemo-album:hover .templatemo-album-img {
  top: 63px;
  left: 77px;
  width: 180px;
}
.templatemo-album-img {  
  position: absolute;
  top: 102px;
  left: 115px;
  z-index: 100;
  width: 100px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.templatemo-album-img-bg {
  position: absolute;
  top: 6px;
  left: 21px;
  z-index: -100;
}
.templatemo-album-img-frame {
  width: 400px;
  height: auto;
}
.templatemo-album-description {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.templatemo-album-artist { margin-top: 60px; }
.templatemo-album-date { margin-top: 130px; }

/* Portfolio fotok,art
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}

.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

.Portfolio-box{
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img{
	margin-bottom:10px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.5;
}

.Portfolio-nav li a.current{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}

/* Clients
---------------------------------*/

/*************************
********portfolio import CSS*****
**************************/

#portfolio .container-fluid, 
#portfolio .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}
/* 5. About Styles
------------------------------*/
.tm-about-img-container {
  position: relative;
  margin: 0 auto;
  max-width: 568px;
  width: 100%;
}
.tm-about-img {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -100;
}

/* 6. Contact Styles
-------------------------------*/
/* Form */

	form label {
		display: block;
		text-align: left;
		margin-bottom: 0.5em;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		position: relative;
		-webkit-appearance: none;
		display: block;
		border: 0;
		outline: 0;
		background: #fff;
		background: rgba(255, 255, 255, 0.75);
		width: 100%;
		border-radius: 0.55em;
		padding: 0.75em 1em 0.75em 1em;
		box-shadow: inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.05);
		border: solid 1px rgba(0, 0, 0, 0.15);
		-moz-transition: all 0.35s ease-in-out;
		-webkit-transition: all 0.35s ease-in-out;
		-ms-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			box-shadow: 0 0 2px 1px #F93;
			background: #fff;
		}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select {
		line-height: 1.25em;
	}

	form textarea {
		min-height: 14em;
	}

	form .formerize-placeholder {
		color: #555 !important;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}
.form-control {	border-radius: 0; }
#map-canvas { height: 350px; }

/* 7. Footer Styles
-------------------------------*/
.templatemo-footer {
  background: url('../images/footer.png') no-repeat, url('../images/footer-repeat.png') repeat-x;
  background-position: center bottom;
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.templatemo-copyright {
  position: absolute;
  bottom: 12%;
  z-index: 1000;
}
.tm-go-to-top {
  cursor: pointer;
  /*float: right;*/
  margin-left: 80%;
  width: auto;
  height: 100%;
}

/* 8. Media Queries
---------------------------*/
@media screen and (max-width: 1500px) {
  .templatemo-header {    
    height: 287px;
  }
  .templatemo-header-image {
    background: url('../images/headpro.png') no-repeat;
    background-size: 100% 287px;
    height: 287px;
  }
  .templatemo-header h1 { margin-top: 80px; } /*logomi helyz*/
  .templatemo-nav { padding-top:73px; }  /**menu helyz*/
  .templatemo-footer {
    background: url('../images/footer.png') no-repeat;
    background-size: 100% 250px;
    height: 250px;
  }
  .tm-go-to-top {
    margin-left: 66%;
  }
}
@media screen and (max-width: 1200px) {
  .templatemo-header {    
    height: 229px;
  }
  .templatemo-header-image {
    background: url('../images/headpro.png') no-repeat;
    background-size: 100% 229px;
    height: 229px;
  }
  .templatemo-header h1 { margin-top:60px; }  /*logomi*/
  .templatemo-nav { padding-top:50px; }       /*menu helyzet*/
  .templatemo-album-img {
    top: 85px;
    left: 100px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 46px;
    left: 58px;
  }
  .templatemo-album-img-bg { width: 255px; }
  .templatemo-album-images, .templatemo-album-img-frame { width: 350px; }
  .templatemo-album-artist { margin-top: 50px; }
  .templatemo-album-date { margin-top: 113px; }
  .templatemo-footer {
    background: url('../images/footer.png') no-repeat;
    background-size: 100% 200px;
    height: 200px;
  }
}
@media screen and (max-width: 992px) {
  .templatemo-header {
    height: 190px;
  }
  .templatemo-header h1 { margin-top:40px; }  /*logomi*/
  .templatemo-nav { padding-top:10px; }       /*menu helyzet*/
  .templatemo-header-image {
    background: url('../images/headpro.png') center;
    background-size: cover;
    height: 190px;
  }
  
  .templatemo-header h1 { font-size: 40px; }
  .templatemo-nav { padding-top: 75px; }
  .templatemo-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .templatemo-album-img {
    top: 59px;
    left: 74px;
    width: 70px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 45px;
    left: 58px;
    width: 100px;
  }
  .templatemo-album-images, .templatemo-album-img-frame { width: 245px; }
  .templatemo-album-img-bg { width: 175px; }
  .templatemo-album-artist { margin-top: 27px; }
  .templatemo-album-date { margin-top: 72px; }
  .templatemo-footer {
    background: url('../images/footer.png') 80% 0;
    background-size: cover;
    height: 165px;
  }
}

@media screen and (max-width: 767px) {
  h2 { font-size: 50px; }
  .templatemo-header {
    height: 147px;
  }
  .templatemo-header-image {
    background: url('../images/headpro.png') center;
    background-size: cover;
    height: 147px;
  }
  .templatemo-header h1 { font-size: 30px; }
  .templatemo-albums-container { text-align: center; }
  .templatemo-album { display: inline-block; }
  .templatemo-album-img-bg {
    top: 4.5px;
    left: 20px;
  }
  .templatemo-product { margin-bottom: 30px; }
  .templatemo-product:last-child { margin-bottom: 0; }
  .tm-contact-form { margin-top: 30px; }
  /*.tm-go-to-top { right: 15%; }*/
  .templatemo-footer {
    background: url('../images/footer.png') 80% 0;
    background-size: cover;
    height: 128px;
  }
}

@media screen and (max-width: 600px) {
  .tm-go-to-top {
    margin-left: 60%;
    width: 150px;
    height: 90px;
  }
}

@media screen and (max-width: 393px) {
  .templatemo-album { 
    padding-left: 10px; 
    padding-right: 10px;
  }
  .templatemo-album-img-frame { width: 240px; }
  .templatemo-album-img-bg { 
    width: 174px; 
    top: 0.5px;
    left: 11px;
  }
  .templatemo-album-img {
    top: 42px;
    left: 51px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 27px;
    left: 36px;
  }
  .templatemo-album-images, .templatemo-album-img-frame { width: 200px; }
  .templatemo-album-img-bg { width: 150px; }
  .templatemo-album-artist { margin-top: 18px; }
  .templatemo-album-date { margin-top: 54px; }
  .tm-go-to-top {
    margin-left: 50%;
    width: 150px;
    height: 80px;
  }
}