body {font-family: helvetica; background-color: #dadada; margin: 0; padding: 0;}
.artworkbox {
	margin-top: 40px;
	display: block;
	width: 100% ;
	text-align: center;

}
.main-header {padding: 0;}
.top-bar {background-color: #ffffff;
	margin: 0;
	padding: 10px 10px 10px 0;
	position: fixed;
	z-index:90;
	width: 100%;
	box-shadow: 1px 1px 5px #888888;
}
.top-bar a {
	color: #454545; 
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}
.header-name {font-size: 20px; 
	font-weight: bold;
}
.header-name span {
	font-family: "Times New Roman", Times, serif; 
	color: #8d8d8d;
	font-weight: bold;
	font-style: italic;
	font-size: 25px;
}
.header-phone {font-size: 20px;}
.header-email {}
.artworksingle {
	padding: 20px 10px 20px 10px;
}
/*Icons for portfolio*/
.icon {
	height: 340px; 
	width: 340px; 
	background-color: #f6f6f6;
	cursor: pointer;
	border-color: #454545;
	border-width: 20px;
	border-style: solid;
}
.icon:hover {box-shadow: 30px;}
/*Modal*/
.modal {
    position: fixed;
    z-index: 1050;
    width: 400px;
    height: 100%; max-height: none; 
    background-clip: padding-box;
    outline: medium none;
    top: 0px !important;
    background-color: transparent;
    margin: 0 auto;
}
.modal-header {
    padding: 9px 15px;
    border-bottom: none;
    }
.modal-header h3 {
    margin: 0px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    padding-top: 12px;
    text-align: left;
}
.modal-body {height: 100%; max-height: 100%; /*overflow-y:hidden;*/}
.modal-header{background-color: transparent}
.thumbnail img {
	width:340px; }
.thumbnail {border: none;
	border-radius: 0;
	box-shadow: none;
	transition: all 0.2s ease-in-out 0s;
}
.picture {
}
.modal-body .name {color: #fff; opacity: 1; text-align: left; font-size: 30px;}
.desc {display: none;}
.modal-body .desc {display: block; color: #fff; opacity: 1; text-align: left; font-size: 14px; margin-top: 5px;}
.close span {position: relative; top: -16px;}
button.close {border-style: solid;
    border-width: 5px;
    border-color: #000;} 
.close {
    position: relative;
    right: 5%;
    top: 40px;
    font-weight: bold;
    line-height: 50px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 1px 0px #FFF;
    font-size: 50px;
    background-color: #fff !important;
    width: 40px;
    height: 40px;
    color: #000;
    z-index: 40;
    opacity: 1;
}
.close:hover {opacity: 1; background-color: #000 !important;
color: #fff;}

.product {width: auto; float: left;}

/*Contact Info Styles*/
.contact-info {text-align: left; text-transform: uppercase;}
a.contact-info {text-align: left !important;
	
	}

/*Form Stlying */
.form-group {
	padding-top: 30px;
}
.contact-panel {
	padding-left:70px;
}
/*Form Styling*/
textarea.form-control, input.form-control {
	border: none;
	box-shadow: none;
	font-size: 22px;
	font-weight: 700;
	background-color: transparent;
	width:80%;
}
textarea.form-control:focus, textarea.form-control.focus, input.form-control:focus, input.form-control.focus  {
	background-color: #ffffff;
	border: none;
	box-shadow: none;
}
#submit {
	font-weight: 700;
	background-color: #222222;
	color: #f7f7f7;
	margin-left: 67%;
}

/*Quote Styles*/
blockquote {
	padding: 50px 0 0 20% ;
	width: 80%;
	font-size: 14px;
	border: none;
	quotes: "\201C" "\201D";
    display: inline-block;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 26px;
    letter-spacing: 1px;
}

blockquote p:before { 
    content: open-quote;
    font-weight: bold;
    font-size: 23px;
} 
blockquote p:after { 
    content: close-quote;
    font-weight: bold;
    font-size: 23px;
}

/*Image hover Text*/
a.darken {
    display: inline-block;
    background: black;
    padding: 0;
    position:relative;
    cursor:default;
}

a.darken img {
    display: block;
    
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}

a.darken:hover img {
    opacity: 0.7;           
}
a.darken p{
	position:absolute;
		bottom:0;
		left:15px; 
	color:#fff;
	font-weight: 700;
	font-size: 60px;
	opacity: 0;
	z-index: 30;
}
a.darken:hover p{color:#fff; opacity: 1;
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}
.fa-linkedin-square {color: #cccccc;}
.fa-linkedin-square:hover {color: #222222;}



/* Extra Small */
@media(min-width:1px) and (max-width:480px){ 
	.close span {position: relative; top: -26px; right: 10px;}
	.close {
    position: relative;
    right: 0;
    top: 52px;
	}
	.artworkbox {width: auto;}
	.modal { width: 300px;}
	.thumbnail img {
	width:240px; }
	.icon {width: 240px; height: 240px;}
	.artworksingle {
    padding: 20px 22px 0 22px;
}

}
@media(min-width:479px) and(max-width:767px){
	.header-name, .header-phone, .header-email {display: block; width: 100%;
	}
	.top-bar a {font-size: 40px;
		line-height: 50px;
	}
	.modal {width: 400px;}
	.artworkbox {width: 400px;}
}

/* Small */
@media(min-width:768px) and (max-width:991px){
	.header-name, .header-phone, .header-email {display: inline-block; width: 32%;}
	.header-name {
		text-align: left;
		padding-left: 1%;
	}
	.header-phone {
		text-align: right;
		padding-right: 1%;
	}
	.header-email {text-align: center;}
	.artworkbox {width: 800px;}
	.modal {width: 600px; left: 20%;}
	
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){.header-name, .header-phone, .header-email {display: inline-block; width: 32%;}
	.header-name {
		text-align: left;
		padding-left: 1%;
	}
	.header-phone {
		text-align: right;
		padding-right: 1%;
	}
	.header-email {text-align: center;}
	.artworkbox {width: 1200px;}
	.modal {width: 700px; left: 23%;}
}

/* Large */
@media(min-width:1200px){.header-name, .header-phone, .header-email {display: inline-block; width: 32%;}
	.header-name {
		text-align: left;
		padding-left: 1%;
	}
	.header-phone {
		text-align: right;
		padding-right: 1%;
	}
	.header-email {text-align: center;}
	.artworkbox {width: 1200px;}
	.modal {width: 800px; left: 26%;}
}

.welcome.ng-enter {
      -webkit-animation: bounceInLeft 1s;
      -moz-animation: bounceInLeft 1s;
      -o-animation: bounceInLeft 1s;
      animation: bounceInLeft 1s;
    }
    .welcome.ng-leave {
      -webkit-animation: bounceOutRight 1s;
      -moz-animation: bounceOutRight 1s;
      -o-animation: bounceOutRight 1s;
      animation: bounceOutRight 1s;
    }
