/*
* DesignGraphic 2015
* Copyright 2014, DesignGraphic
* www.designgraphic.gr
* 17/10/2014
*/


/* Table of Content
==================================================
	#Typo
	#Header
	#Buttons
	#Social
	#PrettyPhoto
	#Responsive

/* #Typo
================================================== */
.cookie {
  font-family: 'Cookie', cursive;
  text-transform: none;
}
#body-preloader h1 span.cookie {
  font-size: 32px;
}
.banner h1.cookie {
  font-family: 'Cookie', cursive;
  text-transform: none;
  letter-spacing: 0px;
}
.services .typed-wrapper h1.typed-export {
  text-transform: none;
  font-family: 'Roboto', sans-serif;
}
#footer-section .container .logo-holder h1 {
  text-transform: none;
  font-family: 'Cookie', cursive;
}

.video-section h2 {
	margin-bottom: 40px;
}
.banner h1 {
  color: #FFFFFF;
  text-shadow: 0px 0px 2px #000000;
 }
.banner h2 {
  color: #FFFFFF;
  text-shadow: 0px 0px 2px #000000;
}


/* #Header
================================================== */
#top-wrapper {
  padding-top: 0px;
  border-top: 0px solid white;
}
#top-wrapper #top-small-menu {
  border-bottom: 0px solid white;
  background-color: white;
}

/* #Buttons
================================================== */

a.clients-button {
  width: auto;
  max-width: 300px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0px 35px;
  font-weight: 600;
  margin-top: 30px;
  line-height: 35px !important;
  color: #5c626b;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #5c626b !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
  font-size: 11px !important;
}
a.clients-button .fa {
  margin-right: 5px;
}
a.clients-button.blue {
  color: white;
  background-color: #6ba9ff;
  border: 1px solid #6ba9ff !important;
}
a.clients-button.blue:hover {
  border: 1px solid white !important;
  color: white;
}

/* #Social
================================================== */

.video-section ul.social-icons, .discography ul.social-icons {
  margin: 0px auto 30px auto;
}
.video-section ul.social-icons .fa, .discography ul.social-icons .fa {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
}
ul.social-icons .fa-vimeo-square {
  background-color: #6b90c4;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
ul.social-icons .fa-vimeo-square:hover {
  background-color: #90abd2;
}
#buy-now:hover {
  background-color: #3b5998;
}

/* #Responsive
================================================== */

.forPhone {
	display: none;
}

@media only screen and (max-width: 479px) {
	.notForPhone {
		display: none;
	}
	.forPhone {
		display: block;
	}
	.mobile-album-wrapper {
	  height: 100%;
	  position: relative;
	  padding-bottom: 30px;
	}
	.mobile-album-wrapper img {
	  max-width: 100%;
	  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	}
	
	
}

.dgentry {
	-webkit-font-smoothing: antialiased;
	background-color: #FDFDFD;
	border: #EEE solid 1px;
	box-sizing: border-box;

	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px !important;
	padding-bottom: 0px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 0px;
}

.background-textsection {
  background: url('../images/placeholders/def_parallax.jpg') 80% 0 repeat fixed;
  background-size: cover;
}
