/*
Theme Name: Pylson Tattoo
Theme URI: http://www.pylsontattoo.pl/
Author: Johnny Blue
Author URI: http://johnnyblue.pl/
Description: Tattoo is cool
Version: 1.0.0
Text Domain: Pylson Tattoo
Tags: tattoo, artists, creative, ink, hipster
*/

@font-face {
	font-family: 'socicon';
	src: url('font/socicon.eot');
	src: url('font/socicond41d.eot?#iefix') format('embedded-opentype'),
	url('font/socicon.woff') format('woff'),
	url('font/socicon.ttf') format('truetype'),
	url('font/socicon.svg#sociconregular') format('svg');
	font-weight: normal;
	font-style: normal;
	text-transform: initial;
}

::selection {
	color: #fff;
	background: #FFC801;
}

::-moz-selection {
	color: #fff;
	background: #FFC801;
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	font-weight: 700;
	background: #161616;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
}

h1 {
	text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}

a {
	color: #da1d18;
}

.clearfix {
	clear:both;
}

.no-padding [class*='col-'] {
  padding: 0;
  -webkit-transition: width 0.5s ease-in-out;
          transition: width 0.5s ease-in-out;
}

#hero {
	background: #161616;
}

.quote {
	background: #161616 url("images/tattoo-guy.png") no-repeat;
}

.quote ::selection {
	color: #FFC801;
}

h3 {
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: 700;
	color: #fff;
}

.quote, .title {
    background-size: cover;
}


p {
	margin-bottom: 30px;
}

a {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

blockquote {
	padding: 0px 20px;
	color: #eee;
	margin: 0 0 20px;
	font-size: inherit;
	border-left: 3px solid #eee;
	font-style: italic;
}


.container {
	position: relative;
}

/**  BUTTONS  **/

.btn {
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
	background: transparent;
	width: 50%;
	font-weight: 300;
	color: #fff;
	text-transform: none;
	font-size: 16px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	padding: 8px 20px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.btn:hover {
	color: #161616;
	background: #fff;
	border-color: #fff;
}

/**  HERO  **/

#hero {
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

#hero .container {
	height: 100%;
	min-height: 100%;
}

#hero .container .col-md-12 {
	position: relative;

}

#hero .container .row {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#hero .container img:first-child {
	margin: 0 auto;
}


#hero .container a.scroll > img {
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -13px;
	-webkit-animation: Bounce 1.5s infinite; /* Safari 4+ */
	-moz-animation:    Bounce 1.5s infinite; /* Fx 5+ */
	-o-animation:      Bounce 1.5s infinite; /* Opera 12+ */
	animation:         Bounce 1.5s infinite; /* IE 10+ */
}

/** Team **/
.team {
	padding: 40px 0;
}

.team h1 {
	text-align: center;
	font-size: 35px;
	color: #fff;
	font-weight: 300;
}

.team img {
	margin: 0 auto;
	display: block;
}



.team ul.social {
	clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}

.team ul.social li {
	display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;
}

.thumbnail {
    display: block;
    padding: 25px 4px 4px;
    min-height: 592px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.team h3 {
	font-size: 27px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}

.team p {
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

/** Modal **/
.modal-content {
    position: relative;
    background-color: #1c2222;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.sep {
	display: block;
	height: 2px;
	width: 50px;
	background: #da1d18;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.modal-body img {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.modal-dialog {
	    width: 600px;
	    margin: 70px auto;
	}
}


/** QUOTE  **/

.quote {
	background-size: cover;
	padding: 150px 0;
	text-align: center;
	background-attachment: fixed;
}

.quote ::selection {
	background: rgba(28, 34, 34, 0.7)
}

.quote ::-moz-selection {
	color: #fff;
	background: rgba(255, 200, 1, 0.5);
}

.quote h5 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	letter-spacing: -1px;
	line-height: 45px;
}

.quote h5 span {
	font-weight: 700;
}

.quote p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
}


/**  MAP  **/
#map {
	height: 490px;
	background: #1c2222;
}

/**  FOOTER  **/

footer {
	background: #161616;
	padding: 50px 0 30px 0;
	width: 100%;
	bottom: 0;
	z-index: -1;
	color: #fff;
}

footer p {
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 15px;
}

footer a.scroll > img {
	float: right;
	-webkit-animation: Bounce 1.5s infinite; /* Safari 4+ */
	-moz-animation:    Bounce 1.5s infinite; /* Fx 5+ */
	-o-animation:      Bounce 1.5s infinite; /* Opera 12+ */
	animation:         Bounce 1.5s infinite; /* IE 10+ */
}

/**  KEYFRAMES  **/

@-webkit-keyframes FadeIn {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}
@-moz-keyframes FadeIn {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}
@-0-keyframes FadeIn {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}
@keyframes FadeIn {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}

@-webkit-keyframes TitleFadeIn {
  0%   { opacity: 0; margin-top: -110px; }
  100% { opacity: 1; margin-top: -50px; }
}
@-moz-keyframes FadeIn {
  0%   { opacity: 0; margin-top: -110px; }
  100% { opacity: 1; margin-top: -50px; }
}
@-0-keyframes FadeIn {
  0%   { opacity: 0; margin-top: -110px; }
  100% { opacity: 1; margin-top: -50px; }
}
@keyframes FadeIn {
  0%   { opacity: 0; margin-top: -110px; }
  100% { opacity: 1; margin-top: -50px; }
}

@-webkit-keyframes SubTitleFadeIn {
  0%   { opacity: 0; margin-top: 50px; }
  100% { opacity: 1; margin-top: 0; }
}
@-moz-keyframes SubTitleFadeIn {
  0%   { opacity: 0; margin-top: 50px; }
  100% { opacity: 1; margin-top: 0; }
}
@-0-keyframes SubTitleFadeIn {
  0%   { opacity: 0; margin-top: 50px; }
  100% { opacity: 1; margin-top: 0; }
}
@keyframes SubTitleFadeIn {
  0%   { opacity: 0; margin-top: 50px; }
  100% { opacity: 1; margin-top: 0; }
}

@-webkit-keyframes Bounce {
  0%   {  margin-top: 20px; }
  50% { margin-top: 0; }
  100%   {  margin-top: 20px; }
}
@-moz-keyframes Bounce {
  0%   {  margin-top: 20px; }
  50% { margin-top: 0; }
  100%   {  margin-top: 20px; }
}
@-0-keyframes Bounce {
  0%   {  margin-top: 20px; }
  50% { margin-top: 0; }
  100%   {  margin-top: 20px; }
}
@keyframes Bounce {
  0%   {  margin-top: 20px; }
  50% { margin-top: 0; }
  100%   {  margin-top: 20px; }
}




/** iPad  **/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#hero .container img {
		top: 225px;
		position: relative;
		display: block !important;
	}
	
	#map {
		height: 400px;
	}
	
}

/** iPhone  **/
@media only screen and (min-width : 320px) and (max-width : 767px) {

	h1 {
		font-size: 30px;
		letter-spacing: -3px;
		width: 100%;
		top: 105px;
		position: relative;
		display: block !important;
	}

	#hero {
		background-position: center;
	}

	#hero h1 {
		position: static !important;
		margin-top: 130px;
		margin-bottom: 10px;
	}
	
	#map {
		height: 200px;
	}
	
}