/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/

body
	{
 		background: #222;
 		color: #ffffff;
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
	
a {
	color: #47C6F8;
}
	
/* start h2 */
h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #9431a9; 
		font-weight: bold;
	}
/* end h2 */

.modal-content {
	border-radius: 0;

}

.modal-body {
	padding: 0;
}

.modal-backdrop.in {
	opacity: .75;
}

/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
		padding-top: 60px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #9431a9;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start nagivation */
.navbar-default
	{
		background: #000;
		border: 0;
		box-shadow: none;
		margin: 0 !important;
		height: 60px;
	}
.navbar-default .navbar-brand img 
	{
		margin: 5px 0 0 50px;
		height: 40px;
		cursor: pointer;
	}


a.navbar-brand,
a.navbar-brand.current {
	padding: 5px;
}

.navbar-default .navbar-brand a:hover {
		cursor: pointer;
}

ul.nav.navbar-nav.navbar-right {
	margin: 5px 25px;
}

.navbar-default .navbar-nav li a
	{
		margin-left: 15px;
		font-size: 14px;
		color: #fff;
	}

.navbar-default .navbar-nav li a:hover {
		color: #b7b7b7 !important;
		cursor: pointer;
		border-bottom: 2px solid #9431a9;
}

.navbar-default .navbar-nav > li > a.current { 
	color: #9431a9; 
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}

.navbar-default .navbar-toggle {
	border: none;
	border-radius: 0;
}
/* end navigation */

/* start home */
#home
	{
		background: url('../images/home-bg.png') no-repeat;
		background-size: cover;
		padding-top: 200px;
		padding-bottom: 100px;
		min-height: 100vh;
		z-index: -1;
	}

#home h1
	{

		display: inline-block;
		font-weight: 900;
		font-size: 70px;
	}

#home .col-md-12
	{
		padding: 0;
	}

#home .anthony
	{
		background-color: #333;
		padding: 0 15px 0 150px;
		margin-right: 20px;

	}

#home .maglio
	{
		color: #9431a9; 
	}

#home .actor
	{
		padding-left: 150px;
		font-size: 16px;
		color: #333;
	}

#home .actor span
	{
		padding: 0 40px;
	}

.element {
	height: 60px;
	font-size: 20px;
}
/* end home */

/* start about */
/*#about .container {
	margin: 20px;
}
*/
#about{
	padding: 80px 80px 100px;
}

/*#about h2 {
	text-align: left;
}*/

#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 20px;
		font-weight: bold;
		padding-top: 20px;
	}

#about .media-body p {
	line-height: 30px;
	font-size: 16px;
	font-weight: lighter;
}

#headshot {
	padding: 20px 25px 50px;
}

#about .media {
	height: 100%;
}
/* end about */

/* start gallery */
#gallery
	{
		padding: 40px 80px 100px;
		background-color: #fff;
	}
#gallery .col-md-4
	{
		padding: 5px;
	}
	.gallery-thumb, 
	.gallery-overlay {
		max-width: 450px;

	}

.col-md-4 .gallery-overlay {
	overflow: hidden;
	text-align: center;
}

.col-md-4 .gallery-overlay h2 {
	color: #fff;
}

#gallery .gallery-thumb,
#gallery .gallery-overlay,
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#gallery .gallery-thumb .gallery-overlay
	{
		background: #000;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;	
		width: inherit;
		height: inherit%;
		opacity: 0;
		position: absolute;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#gallery .gallery-thumb .gallery-overlay h4
	{
		font-weight: bold;
		margin-bottom: 5px;
		font-size: 24px;
	}
#gallery .gallery-thumb .gallery-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#gallery .gallery-thumb:hover .gallery-overlay
	{
		cursor: pointer;
		opacity: 0.8;
		padding-top: 90px;
		color: #fff;
	}
/* end portfolio */

/* start video */
#video {
	background-color: #000;
	background-image: url('../images/video-bg.png');
	min-height: 650px;
	text-align: center;
	padding: 40px 0 100px;
}

#video .vidTitle h2 {
	text-align: center;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	margin-top: 125px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* end video */

/* start service */
#resume{
		padding: 40px 80px 100px;
}

#resume .agency {
	width: 90%;
	margin: 0 auto;
}

#resume .agency div {
	display: inline-block;
}

#resume .agency .agencyInf{
	text-align: left;
	padding: 20px 0 10px;
	margin: 0 20px;
}

#resume .agency .agencyInf img {
	height: 75px;
	margin-bottom: 15px;
}

#resume .dimensions{
	padding: 20px 20px;
	text-align: right;
	margin-top: 66px;
	float: right;
}

.res-label{
	text-align: center;
	padding: 40px 0 15px;
}

#resume .col-md-4
	{	
		text-align: center;
/*		padding: 40px;
*/		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

#resume .col-md-4 hr {
	border-top:1px solid #28a7e9;
}

#resume .active
	{
		background: #505050;
		padding: 40px;
	}
#resume .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#resume h4
	{
		color: #9431a9;
		font-weight: 600;
		padding-top: 4px;
		padding-bottom: 14px;
	}

h5.degree {
	font-weight: bolder;
	font-size: 24px;
}

img.chapman {
	width: 200px;
}

#resume table.rezzy {
	margin: 0 auto;
	width: 90%;
}


#resume table.rezzy td {
	width: 30%;
	padding: 10px;
	font-size: 16px;
	text-align: center;
}

#resume table.rezzy tr {
	border-bottom: 1px solid #555;
}

#resume .school {
	text-align: center;
}


#resume table.skills {
	width: 90%;
	margin: 0 auto;
}

#resume table.skills td {
	text-align: center;
	vertical-align: top;
	padding: 10px 0;
	width: 33%;
}

#resume table.skills td h5 {
	font-size: 15px;
}

#resume table.skills td p {
	font-size: 12px;
	font-weight: lighter;
	color: #999;
}

#resume table.skills tr {
	height: 40px;
}

.btnContain {
	margin: 100px 0 50px;
	text-align: center;
}

a.resBtn {
	background-color: #9431a9;
	border: 0;
	padding: 20px;
	width: 200px;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.resBtn:hover {
	background-color: #651c74;
}

/* end resume */



/* start contact */
#contact
	{
		background-color: #9431a9;
	}

#contact h2 span {
	color: #000;
}

#contact .form-control
	{
		background: transparent;
		border: 1px solid #000;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #000;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact address
	{
		border-bottom: 1px solid #000;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/* end contact */

/* start copyright */
#copyright
	{
		padding: 30px 0 25px;
		background-color: #000;
		color: #9431a9;;
	}
#copyright p
	{
		font-weight: 400;
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #000;
		border-color: transparent;
	}
/* end social icon */

@media only screen and (max-width: 1199px){
	#home { 
		background: url('../images/home-bg-800px.png') no-repeat;
		background-size: contain;
		padding-top: 150px;
		padding-bottom: 100px;
		min-height: 100vh;
	}

	#home .anthony {
		font-size: 60px;
		padding: 0 10px 0 50px;
		margin-right: 10px;

	}

	#home .maglio {
		font-size: 60px;
	}

	#home .actor {
		font-size: 14px;
		padding-left: 50px;
	}

	#home .actor span {
		padding: 0 30px;
	}

	#resume {
		padding: 40px 20px 80px;
	}

	#resume .agency {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

	#home {
		padding-top: 100px;
	}

	#home .anthony {
		font-size: 40px;
		padding: 0 10px 0 30px;
		margin-right: 10px;

	}

	#home .maglio {
		font-size: 40px;
	}

	#home .actor {
		font-size: 12px;
		padding-left: 30px;
	}

	#home .actor span {
		padding: 0 20px;
	}

}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 768px ) {
	#home
		{
			min-height: 500px;
			padding-top: 80px;
			padding-bottom: 60px;
			margin-top: 60px;
			background: url('../images/home-bg.png') no-repeat;
			background-size: contain;
		}
	#home h1
		{
			font-size: 52px;
		}

	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
		border: 0px;
		padding: 0;

	}
	.navbar-default .navbar-nav li a {
		height: 50px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 35px;
	}

	ul.nav.navbar-nav.navbar-right {
		background-color: rgba(0,0,0,.9);
		text-align: center;
		border-top: 0;
		margin: 0;
	}

	#about{
		padding: 40px 20px 80px;
	}

	div#headshot.media {
		padding: 20px 0 50px;
	}

	#gallery
	{
		padding: 40px 20px 80px;
		background-color: #fff;
	}

	#resume table.skills {
		width: 100%;
	}

	#resume table.rezzy td,
	#resume table.skills td h5 {
		font-size: 13px;
	}

	#resume table.skills td p {
		font-size: 10px;
	}

}
/* end 768 media quires */

@media only screen and ( max-width: 600px ) {
	.navbar-default .navbar-brand img {
		margin: 5px 0 0 25px;
	}

	#home {
		background: url('../images/home-bg_mobile.png') no-repeat;
		background-size: cover;
		padding-top: 400px;
	}

	#home .anthony,
	#home .maglio {
		font-size: 36px;
	}

	#home .actor {
		color: #fff;
		width: 95%;
		margin: 15px auto;
		font-size: 16px;

	}

	#home .actor span {
		padding: 0 25px;
	}

	td {
		font-size: 12px;
	}

	#resume .agency .agencyInf {
		clear: both;
		width: 100%;
		margin: 0 0 10px 0;
		text-align: center;
	}

	#resume .agency .dimensions {
		clear: both;
		width: 100%;
		margin: 0 0 25px 0;
		text-align: center;
	}

}


/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 34px;
		}

}
/* end 360 media quires */