@charset "UTF-8";
/* CSS Document */
.body-portfolio {
	position: relative !important;
	height: 100% !important;
	margin: 0;
	padding-top: 110px;
}
.portfolio-nav {
	background-color: rgba(24,144,214,1) !important;
}
.portfolio-box {
	position: relative;
	width: 100% !important;
	height: auto !important;
 min-height: 100% !important  z-index: 2;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,e0e0e0+20,ffffff+60,ffffff+100 */

	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e0e0e0 0%, #e0e0e0 20%, #ffffff 60%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e0e0e0 0%, #e0e0e0 20%, #ffffff 60%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e0e0e0 0%, #e0e0e0 20%, #ffffff 60%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 0px;
	border: 0px;
	border-radius: 30px 30px 0px 0px;
	border-bottom: 1px solid rgba(250,2505,250,0.5);
}
.portfolio-hover {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	top: 0;
	left: 0;
	z-index: 4;
}
.portfolio-hover a {
	display: block;
	width: 100% !important;
	height: 100% !important;
	text-decoration: none;
	outline: none;
	border: 0px;
	border-radius: 30px 30px 0px 0px;
}
.portfolio-hover a:hover {
	background: rgba(24,144,214,1);
	opacity: .80;
	text-decoration: none;
}
.portfolio-hover-icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	min-height: 0 !important;
	min-width: 0 !important;
	width: 100% !important;
	height: 100% !important;
	opacity: .0;
	color: white;
	font-size: 88px;
	display: inline-flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	text-decoration: none;
}
.portfolio-hover-icon:hover {
	opacity: 1 !important;
	text-decoration: none;
}
.portfolio-img-margin {
	margin-bottom: 30px;
}
.portfolio-img-rounded {
	border: 0px;
	border-radius: 30px 30px 0px 0px;
}
.portfolio-caption {
	background: rgba(255,255,255,1);
	border: 0px;
	border-radius: 0px 0px 30px 30px;
	padding: 10px;
	text-align: center;
}
.portfolio-category {
	color: rgba(176,176,176,1);
	font-style: italic;
}
.project-header {
	text-align: center;
}
.project-main-img {
	margin-top: 50px;
	margin-bottom: 10px;
}
.img-rounded-proj {
	border-radius: 24px
}
.btn-live {
	color: rgba(255,255,255,1);
	background-color: rgba(255,122,0,1);
	border-color: rgba(255,255,255,1);
}
.btn-live:hover, .btn-live:focus, .btn-live:active, .btn-live.active, .open .dropdown-toggle.btn-live {
	color: rgba(255,122,0,1);
	background-color: rgba(255,255,255,1);
	border-color: rgba(255,122,0,1);
}
.btn-live:active, .btn-live.active, .open .dropdown-toggle.btn-live {
	background-image: none;
}
.btn-live.disabled, .btn-live[disabled], fieldset[disabled] .btn-live, .btn-live.disabled:hover, .btn-live[disabled]:hover, fieldset[disabled] .btn-live:hover, .btn-live.disabled:focus, .btn-live[disabled]:focus, fieldset[disabled] .btn-live:focus, .btn-live.disabled:active, .btn-live[disabled]:active, fieldset[disabled] .btn-live:active, .btn-live.disabled.active, .btn-live[disabled].active, fieldset[disabled] .btn-live.active {
	background-color: #FF7B00;
	border-color: #DE5100;
}
.btn-live .badge {
	color: #FF7B00;
	background-color: #ffffff;
}
.project-footer {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: solid 1px rgba(176,176,176,1);
	border-bottom: solid 1px rgba(176,176,176,1);
	text-align: center;
}
.btn-contact {
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: rgba(88,88,88,1);
 border-color:;
	color: rgba(255,255,255,1);
	letter-spacing: 1px;
}
.btn-contact:hover, .btn-contact:focus, .btn-contact:active, .btn-contact.active {
	background-color: rgba(24,144,214,1);
	border-color: #0077b3;
	color: rgba(255,255,255,1);
}
.btn-contact.disabled:hover, .btn-contact.disabled:focus, .btn-contact.disabled:active, .btn-contact.disabled.active, .btn-contact[disabled]:hover, .btn-contact[disabled]:focus, .btn-contact[disabled]:active, .btn-contact[disabled].active, fieldset[disabled] .btn-contact:hover, fieldset[disabled] .btn-contact:focus, fieldset[disabled] .btn-contact:active, fieldset[disabled] .btn-contact.active {
	background-color: #08c;
	border-color: #08c;
}
.btn-close {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,1);
	border-color: rgba(180,180,180,1);
	color: rgba(180,180,180,1);
	letter-spacing: 1px;
}
.btn-close:hover, .btn-close:focus, .btn-close:active, .btn-close.active {
	background-color: rgba(180,180,180,1);
	border-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}
.btn-close.disabled:hover, .btn-close.disabled:focus, .btn-close.disabled:active, .btn-close.disabled.active, .btn-close[disabled]:hover, .btn-close[disabled]:focus, .btn-close[disabled]:active, .btn-close[disabled].active, fieldset[disabled] .btn-close:hover, fieldset[disabled] .btn-close:focus, fieldset[disabled] .btn-close:active, fieldset[disabled] .btn-close.active {
	background-color: #08c;
	border-color: #08c;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
#portfolio {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#929292+0,545454+100 */

	background: rgb(146,146,146); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(146,146,146,1) 0%, rgba(84,84,84,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(146,146,146,1) 0%, rgba(84,84,84,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(146,146,146,1) 0%, rgba(84,84,84,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#545454', GradientType=0 ); /* IE6-9 */
	padding-top:;
	padding-bottom: 40px;
}
.portfolio-img-margin {
	margin-bottom: 30px;
}
.port-row-pad {
	padding-top: 40px;
	padding-bottom: 40px;
}

h1.portfolio-section {
	font-size: 58px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	letter-spacing: 3px;
	line-height: 32px;
}
hr.underline {
	display: block;
    margin-top: 1.25em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
	height: 6px;
    border-width: 0px;
	background-color: rgba(255,255,255,1);
	
}
h2.portfolio-section {
	font-size: 24px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	letter-spacing: 2px;
}
h3.portfolio-title {
	color: rgba(88,88,88,1);
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 1px;
}
h1.project-name {
	color: rgba(88,88,88,1);
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h3.project-subname {
	font-size: 18px;
}
h2.like-see {
	font-size: 24px;
}
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
h1.portfolio-section {
	font-size: 108px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 84px;
}
h2.portfolio-section {
	font-size: 30px;
	font-weight: 700;
}
h3.portfolio-title {
	font-size: 36px;
}
}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
#portfolio {
	padding-bottom: 100px;
}
.port-row-pad {
	padding-top: 60px;
	padding-bottom: 60px;
}
h1.portfolio-section {
	font-size: 124px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 92px;
}
hr.underline {
    margin-top: 2.0em;
	height: 8px;
}
h2.portfolio-section {
	font-weight: 400;
}
h3.portfolio-title {
	font-size: 16px;
	line-height: 14px
}
h1.project-name {
	font-size: 48px;
}
h3.project-subname {
	font-size: 20px;
}
}

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
#portfolio {
	padding-bottom: 100px;
}
.port-row-pad {
	padding-top: 80px;
	padding-bottom: 80px;
}
h1.portfolio-section {
	font-size: 164px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 126px;
}
hr.underline {
	height: 10px;
}
h3.portfolio-title {
	font-size: 20px;
	line-height: 18px
}
}

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
	
h1.portfolio-section {
	font-size: 200px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 150px;
}
}



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
}

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
}

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
}
