/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	background: #fff;
}


.col-lg-12 {
    
    clear: both;
    
}

.spacer {
	
	height: 100px;
	position: relative;
	background: #fff;
	z-index: 2;
}


#pentagon {
    
	position: fixed;
    z-index: 10;
    width: 2000px;
    height: 2000px;
    float: right;
    border-radius: 2000px;
    background: #000;
    margin: -481px 0px 0 925px;
	
	animation: move-on-scroll ease-in-out forwards;
    animation-timeline: view();
	
	
}

@keyframes move-on-scroll {

	from { transform: translate(0, 0);}
	to { transform: translate(-4511px, -4500px);}
}




#pentagon-2 {
    
	position: fixed;
    z-index: 10;
    width: 2000px;
    height: 2000px;
    float: right;
    border-radius: 2000px;
    background: #000;
    margin: -1382px 0px 0 1026px;
	
	animation: move-on-scroll-2 ease-in-out forwards;
    animation-timeline: view();
	
	
}

@keyframes move-on-scroll-2 {

	from { transform: translate(-3446px, -2441px);}
	to { transform: translate( 419px, -2284px);}
}



.about-image img {
	

    vertical-align: middle;
    width: 100%;
	margin: -260px 0 0 0; 
}


.port-desc {
	width: 55%;
}

.port-desc li {
	float: left;
	width: 45%;
    margin: 0px 10px 20px 0px;
	list-style: none;
}

.port-detail {
	float: left;
	width: 40%;
    margin-bottom: 40px;
}


.design-info {
	display: block;
    margin: -25px auto 50px auto;
    clear: both;
    /* background-color: #000; */
    color: #000;
    padding: 10px 20px 1px 20px;
    /* border-radius: 10px 25px 10px 25px; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;	
}

/*
.illo-info {
	display: block;
    margin: -25px auto 50px auto;
    clear: both;
   
    color: #000;
    padding: 10px 0px 1px 0px;
   
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;	
} */
/*******************************************
Mikes animation

*******************************************/


.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 600ms ease-out;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  -moz-transform: translate3d(-300px, 300px, 0px);
  -webkit-transform: translate3d(-300px, 300px, 0px);
  -o-transform: translate(-300px, 300px);
  -ms-transform: translate(-300px, 300px);
  transform: translate3d(-300px, 300, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}



.pullin  {
  opacity: 0;
  -moz-transition: all 1000ms ease-out;
  -webkit-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  -moz-transform: translate3d(-200px, 0px, 0px);
  -webkit-transform: translate3d(-200px, 0px, 0px);
  -o-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate3d(-200px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}


.pullin.in-view  {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


.pullup  {
  opacity: 0;
  -moz-transition: all 900ms ease-out;
  -webkit-transition: all 900ms ease-out;
  -o-transition: all 900ms ease-out;
  transition: all 900ms ease-out;
  -moz-transform: translate3d(0px, 60px, 0px);
  -webkit-transform: translate3d(0px, 60px, 0px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate3d(0px, 60px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}


.pullup.in-view  {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


/*******************************************
Mikes edits

*******************************************/
.intro-text{
	margin: 200px 0 0 0 ;
	position: relative;
	z-index: 99999;
	-webkit-animation-name: intro; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: intro;
    animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes intro {
    0%   { left:0px; top:100px; opacity: .0}
    100% { left:0px; top:0px; opacity: 1.0;}
}

/* Standard syntax */
@keyframes intro {
    0%   { left:0px; top:100px;  opacity: .0}
    100% { left:0px; top:0px; opacity: 1.0;}
}

.about-text{
	margin: 100px auto 20px auto;
    width: 1240px;
	position: relative;
	z-index: 99999;
}



.design-text{
	margin: 100px auto 0px auto;
    width: 337px;
	position: relative;
	z-index: 99999;
}

.illo-text{
	margin: 100px 0 20px 0;
    width: 100%;
	position: relative;
	z-index: 99999;
}



.header-4 {
	font-style: italic;
	
	
}


a h1 {
	
	color: rgba(45,45,45,1.00);
	
}

.follow{
	
	float: right;
	width: 50%; 
}

.contact{
	
	width: 50%;
    margin: 0 auto;
	
}

.about-image {
	width: 100%;
    height: 500px;
	margin-top: 55px;
    background: #6956A5;
    float: left;
	overflow: hidden;
	
	
}


.drawing-image {
	width: 100%;
    height: 500px;
	margin-top: 55px;
    background: #6956A5;
    float: left;
	overflow: hidden;
	
	
}



.fullscreen-bg__video {
    position: relative;
	z-index: -1;
    top: 0;
    left: -31px;
    width: 100%;
    height: 100%;
}




section.featured-work {
    background: #ecf0f3;
    color: #666666;
}





/*.feat-web-image {
	margin: 0px auto 0 auto;
	width: 900px;
	
}


.feat-web-image img{
	
	width: 100%;
	margin: 0 auto;
	
}

*/


.feat-brand-image {
	float: right;
	width: 55%;
	margin-top: 0px;
	margin-bottom: 100px;
	
}


.feat-brand-image img {
    width: 140%;
}


.feat-brand-info {
	float: right;
	width: 400px;
	margin-left: 50px;
    margin-right: 50px;
	    margin-top: 75px;
	
}



.feat-art-image {
	float: left;
	width: 60%;
	margin-top: 0px;
	margin-bottom: 50px;
	
}

.feat-art-image img{
	float: left;
	width: 90%;
    margin: 3% 0 0 6%;
}


.feat-art-info {
	float: left;
    width: 28%;
    margin-right: 120px;
	    margin-top: 10px;
	
}


#portfolio {
	
	padding: 25px 0 105px 0;
	background: #fff;
	position: relative;
z-index: 9;
	
	
}

.fa-trophy {
	
	font-size: 25px !important;
	
}



#illustrations {
	position: relative;
	z-index: 999;
	overflow: hidden;
    padding: 25px 0 150px 0;
	background: #fff;
	position: relative;
z-index: 9;
	
}



#contact{
	position: relative;
	z-index: 9999;	
	background: #000;
    border-radius: 2000px 2000px 0 0;
}



.col-lg-2 .header-2 {
	
	font-size: 1.2em;
    margin: 0 0 15px 0;
	font-weight: 300;
	color: #ccc;
    border-bottom: #ccc solid;
}

.col-lg-2 .header-3 {
	
	font-size: 1.2em;
    margin: 0 0 0 0;
	font-weight: 600;
	
	
}


.col-lg-4 .header-2 {
	
	font-size: 1.2em;
    margin: 0 0 15px 0;
	font-weight: 300;
	color: #ccc;
    border-bottom: #ccc solid;
	
}


#portfolio .portfolio-item .portfolio-link .img-responsive{
	
	border-radius: 100px 20px 100px 80px ;
	display: block;
	width: 100%;
	height: auto
}



@font-face {
  font-family: 'Pilowlava-Regular'; /* A name for your font */
  src: url('http://67.20.76.208/img/Pilowlava-Regular.woff2') format('woff2'), /* Path to file */
       url('http://67.20.76.208/img/Pilowlava-Regular.woff') format('woff'); /* Fallback */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Improves performance */
}


#about .col-lg-4 p {
	
	font-size: 14px;
	line-height: 1.8em;
}


/*******************************************
End Mikes edits

*******************************************/

 .brands  ul {
	
	width: 4000px;
	clear: both;
    float: left;
	list-style-type: none;
	margin-top: 25px;
	 padding: 0;
	
}

.brands ul  li  {	
	float: left;
	margin-right: 20px;
	
}



p {
	    font-size: 14.5px;
    line-height: 1.7em;
}

#about p {
	
	line-height: 1.5em;
    font-size: 12.5px;
	
}

p.small {
	font-size: 16px
}

a, a.active, a:active, a:focus {
	color: #6a2c91;
	outline: 0;
	text-decoration: none;
}


a:hover {
	color: #d02338;
	outline: 0;
	text-decoration: none;
}



.cta{
	
    float: left;
	background: none;
    margin-top: 10px;
}


.cta:hover {
	   
}


.success h1 {
	font-family: 'Droid Serif', serif;
	font-size: 65px;
	font-weight: 700;
	line-height: inherit;
	text-align: center;
	margin-bottom: 0px;
}


.success h3 {
text-align:right;
	margin-top: 0px;
	color: #AAAAAA;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Serif', serif;
	margin-bottom: 25px;
	font-weight: 700
}
hr.star-light, hr.star-primary {
	padding: 0;
	border: none;
	border-top: solid 5px;
	text-align: center;
	max-width: 250px;
	margin: 25px auto 30px
}
hr.star-light:after, hr.star-primary:after {
	content: "\f005";
	font-family: FontAwesome;
	display: inline-block;
	position: relative;
	top: -.8em;
	font-size: 2em;
	padding: 0 .25em
}

.navbar-custom, header .intro-text .name {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
}
hr.star-light {
	border-color: #fff
}
hr.star-light:after {
	background-color: #18BC9C;
	color: #fff
}
hr.star-primary {
	border-color: #2C3E50
}
hr.star-primary:after {
	background-color: #fff;
	color: #2C3E50
}
.navbar-custom .navbar-brand, .navbar-custom .navbar-brand.active, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-nav li a, header {
	color: #000;
}
.img-centered {
	margin: 0 auto
}
header {
	text-align: left;
	background-color: rgba(0,0,0,0);
	width: 100%;

}
header .container {
	height: 100vh;
	padding-top: 0px;
	padding-bottom: 50px;
	

}


header .container img {
	/*
	width: 45%;
    position: relative;
    float: right;
    top: -300px;
    right: 80px;
    z-index: 2;
	

	width: 100%;
	position: fixed;
top: -200px;
    left: 0px;
	opacity: .3;
	z-index: 1; 
*/
}

header img {
	display: block;
}
header .intro-text .name {
	display: block;
	font-weight: 100;
	font-size: 2em;
	font-family: 'Pilowlava', serif;
}

header .intro-text .skills {
	font-size: 1.25em;
	font-weight: 300
}




.about-me {
	display: block;
	font-weight: 100;
	font-size: 3em;
	font-family: 'Pilowlava', serif;
	position: relative;
    left: 114px;
    top: -30px;
}

.design-name  {
	font-size: 3.25em;
	font-weight: 100;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 30px;
	
}


.contact-name  {
	font-size: 3.25em;
	font-weight: 100;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 30px;
	
}


.illo-name  {
	font-size: 3.25em;
	font-weight: 100;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 0px;
	
}

.illo-me {
	display: block;
	font-weight: 100;
	font-size: 3em;
	font-family: 'Pilowlava', serif;
	position: relative;
    left: 144px;
    top: -30px;
}



.contact-name  {
	font-size: 3.25em;
	font-weight: 100;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 0px;
	
}





.work-me {
	display: block;
	font-weight: 100;
	font-size: 3em;
	font-family: 'Pilowlava', serif;
	position: relative;
    left: 144px;
    top: -30px;
}



.contact-me {
	display: block;
	font-weight: 100;
	font-size: 3em;
	font-family: 'Pilowlava', serif;
	position: relative;
    left: 75px;
    top: -25px;
}




.about-name  {
	font-size: 3.25em;
	font-weight: 100;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}



@media (min-width:768px) {
header .container {
	padding-top: 0px;
	padding-bottom: 100px;
	overflow: hidden;
		    width: 100%;

}
header .intro-text .name {
	font-size: 8.75em;
	letter-spacing: 5px;
}
	
header .intro-text .skills {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 5em;
	letter-spacing: 2px;
	margin-left: 37%;
	position: relative;
    top: -30px;
		
}
}
.navbar-custom {
	background: none;
	font-weight: 300;
	border: none
}
.navbar-custom a:focus {
	outline: 0
}
.navbar-custom .navbar-nav {
	letter-spacing: 1px
}
.navbar-custom .navbar-nav li a:hover {
	color: #6a2c91;
	outline: 0;
    border-bottom: 1px solid #6a2c91;
}
.navbar-custom .navbar-nav li a:active, .navbar-custom .navbar-nav li a:focus {
	color: #fff
}
.navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li.active a:active, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:hover {
	color: #6a2c91 !important;
	background: none;
	border-bottom: 1px solid #6a2c91;
}
.navbar-custom .navbar-toggle {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	border-color: #fff
}
.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
	background-color: #18BC9C;
	color: #fff;
	border-color: #d02338
}

@media (min-width:768px) {
.navbar-custom {
	padding: 5px 0;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s
}
.navbar-custom .navbar-brand {
	font-size: 2em;
	    letter-spacing: 2px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.navbar-custom.affix {
	padding: 5px 0;
	background: #fff;
    font-weight: 300;
    border: none;
	z-index: 99999;
}

	
	.navbar-custom.affix .navbar-nav li a {
	color: rgba(91,91,91,1.00);
}
	
	
	
	
.navbar-custom.affix .navbar-brand {
	font-size: 1.5em;
	color: rgba(91,91,91,1.00);
}
}
section {
	padding: 50px 0;
		background: #fff;
}
section h2 {
	color: #BFBFBF;
	font-size: 2em
}
section.success {
	background: #fff;
	color: #666666;
	padding-top: 40px;
	height: 1070px;
	position: relative;
z-index: 9;
}

@media (max-width:767px) {

.affix {
    position: fixed;
    background: #000 !important;
    z-index: 99030;
}    
 
    .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
    
    
    
.navbar-custom .navbar-nav li.active a 
    {
    color: #d02338 !important;
    background: none;
    border-bottom: none;
}    
   
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}
    
 
.feat-brand-image {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
}       
    
.feat-brand-image img {
    width: 100%;
}
    
.feat-brand-info {
    float: none;
    width: 90%;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0px;
     margin-bottom: 100px;    
}    
    
    

    .cta {
    background: none;
        margin: 0 auto 0 auto;
    border: solid 1px #cc0000;
    padding: 10px;
        float: none;
        position: relative;
            top: 20px;
}
    
    
    #pentagon {
    position: relative;
    z-index: 999;
    width: 300px;
    margin-top: -156px;
    border-width: 0px 405px 40px 0px;
    border-style: solid;
    border-color: #fff transparent;
}
    
    
header .container img {
    width: 150%;
    position: fixed;
    top: 0px;
    left: -100px;
    opacity: .3;
    z-index: 1;
}    
    
      
  
    
.success h3 {
    margin-top: 15px !important;
    text-align: center;
    margin-top: 0px;
    color: #aaaaaa;
}    
    
    
   
    section.success {
    background: #fff;
    color: #666666;
    padding-top: 40px;
    height: 1120px;
    position: relative;
    z-index: 9;
}
    
    
    .feat-art-image {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
}
  
  
.feat-art-info {
    margin: 100px auto;
    width: 90%;
    float: none;
    /* margin-right: 120px; */
    /* margin-top: 100px; */
}    
    

    
    .illustration-modal .close-modal {
    position: fixed;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    z-index: 1;
    cursor: pointer;
}
   
    
#illustrations {
    position: relative;
    z-index: 999;
    overflow: hidden;
    padding: 25px 0 150px 0;
    background: #fff;
    position: relative;
    z-index: 9;
    margin-bottom: 100px;
}    
  

.port-desc {
    width: 100%;
    padding-left: 0px;
}
    
.port-desc li {
    float: none;
    width: 100%;
     margin: 0px 0px 0px 0px;
    list-style: none;
}    
    
 
 .port-detail {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}   
    
    
    
 /* .          End my edits above              */   
	
header .container {
    height: 525px;
    padding-top: 0px;
    padding-bottom: 50px;
}

	
	
.row {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}	
	
.intro-text {
    margin: 240px 0 0 0;
    position: relative;
}
	
	
header .intro-text .name {
    display: block;
    font-weight: 700;
    font-size: 3em;
}	
	
header .intro-text .skills {
    font-size: 15px;
    font-weight: 300;
}
	
section {
	padding: 35px 0;
	margin-top: -100px;
}
section.first {
	padding-top: 75px
}
	
	.success h1 {
    font-family: 'Droid Serif', serif;
    font-size: 26px;
    font-weight: 700;
    line-height: inherit;
    text-align: center;
    margin-bottom: 0px;
}

	.Conrow {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    height: 220px;
}
	
	.about-image {
    width: 100%;
    height: 500px;
    margin-top: 75px;
    background: #6956A5;
    float: left;
    overflow: hidden;
    display: none;
}
	
}
#portfolio .portfolio-item {
	margin: 0 0 15px;
	right: 0 ;
	height: 348px;
}

#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	max-width: 100%;
	margin: 0 auto
}
#portfolio .portfolio-item .portfolio-link .caption {
	background: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px;
	opacity: 1;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
	width: 95%;
	height: 100%;
	
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	width: 100%;
	height: 20px;
	font-size: 20px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	color: #fff
}
.btn-social, .scroll-top, .scroll-top .btn {
	width: 50px;
	height: 50px
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3, #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 0
}
#portfolio * {
	z-index: 2
}


/*--------------------------*/

#illustrations .portfolio-item {
	margin: 0 0 30px;
	right: 0;
	padding: 0 20px;
}
#illustrations .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	max-width: 100%;
	margin: 0 auto
}
#illustrations .portfolio-item .portfolio-link .caption {
	background: rgba(250,250,250,1);
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	opacity: 0;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s
}

#illustrations .portfolio-item .portfolio-link .img-responsive {
    border-radius: 20px 100px 100px 80px;
    display: block;
    width: 100%;
    height: auto;
}

#illustrations .portfolio-item .portfolio-link .caption:hover {
	opacity: .5;
}
#illustrations .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	width: 100%;
	height: 20px;
	font-size: 20px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	color: #fff
}
.btn-social, .scroll-top, .scroll-top .btn {
	width: 30px;
	height: 30px
}
#illustrations .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px
}
#illustrations .portfolio-item .portfolio-link .caption .caption-content h3, #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 0
}
#illustrations * {
	z-index: 2
}

/*------*/

@media (min-width:767px) {
#portfolio .portfolio-item {
	margin: 0 0 30px
}
}
.floating-label-form-group {
	position: relative;
	margin-bottom: 0;
	padding-bottom: .5em;
}
.floating-label-form-group input, .floating-label-form-group textarea {
	z-index: 1;
	position: relative;
	padding: 20px 20px;
	border-radius: 8px;
	font-size: 1em;
	background: 0 0;
	box-shadow: none!important;
	resize: none
}
.floating-label-form-group label {
	display: block;
	z-index: 0;
	position: relative;
	top: 2em;
	margin: 0;
	font-size: .85em;
	line-height: 1.764705882em;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0;
	-webkit-transition: top .3s ease, opacity .3s ease;
	-moz-transition: top .3s ease, opacity .3s ease;
	-ms-transition: top .3s ease, opacity .3s ease;
	transition: top .3s ease, opacity .3s ease
}
.floating-label-form-group:not(:first-child) {
	padding-left: 14px;
	border-left: 1px solid #eee
}
.floating-label-form-group-with-value label {
	top: 0;
	opacity: 1
}
.floating-label-form-group-with-focus label {
	color: #d02338;
}
form .row:first-child .floating-label-form-group {
	border-top: 1px solid #eee
}
footer {
	color: #fff;
		position: relative;
z-index: 9;
}
footer h3 {
	margin-bottom: 30px
}
footer .footer-above {
	padding-top: 5px;
	background-color: #000;
}
footer .footer-col {
	margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
footer .footer-below {
	padding: 25px 0;
	background-color: #000;
}
.btn-outline {
	color: #ededed;
	font-size: 20px;
	border: 2px solid #fff;
	background: 0 0;
	transition: all .3s ease-in-out;
	margin-top: 15px
}
.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
	color: #d02338;
	background: #fff;
	border: 2px solid #fff
}
.btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-primary, .open .dropdown-toggle.btn-success {
	background-image: none
}
.btn-primary {
	color: #fff;
	background-color: #2C3E50;
	border-color: #2C3E50;
	font-weight: 700
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #1a242f;
	border-color: #161f29
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #2C3E50;
	border-color: #2C3E50
}
.btn-primary .badge {
	color: #2C3E50;
	background-color: #fff
}
.btn-success {
	color: #fff;
	background-color: #aaa;
	border-color: #aaa;
	font-weight: 700
}
.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
	color: #fff;
	background-: #ccc;
	border-color: #ccc
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #18BC9C;
	border-color: #18BC9C
}
.btn-success .badge {
	color: #18BC9C;
	background-color: #fff
}
.btn-social {
	display: inline-block;
	border: 0px solid #000;
	border-radius: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 28px;
    background: #666;
}
.btn.active, .btn:active, .btn:focus {
	outline: 0
}
.scroll-top {
	position: fixed;
	right: 2%;
	bottom: 2%;
	z-index: 1049
}
.scroll-top .btn {
	font-size: 20px;
	border-radius: 100%;
	line-height: 28px
}
.scroll-top .btn:focus {
	outline: 0
}
.portfolio-modal .modal-content {
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	min-height: 100%;
	padding: 40px 0;
}
.portfolio-modal .modal-content h2 {
	margin: 0;
	font-size: 3em
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
	  width: 65%;
}
.portfolio-modal .modal-content .item-details {
	margin: 30px 0
}
.portfolio-modal .close-modal {
	position: sticky;
	width: 75px;
	height: 75px;
	background-color: transparent;
	top: 25px;
	left: 1425px;
	z-index: 99;
	cursor: pointer
}
.portfolio-modal .close-modal:hover {
	opacity: .3
}
.portfolio-modal .close-modal .lr {
	height: 30px;
	width: 1px;
	margin-left: 35px;
	background-color: #2C3E50;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1051
}
.portfolio-modal .close-modal .lr .rl {
	height: 30px;
	width: 1px;
	background-color: #2C3E50;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	z-index: 1052
}
.portfolio-modal .modal-backdrop {
	opacity: 0;
	display: none
}

/*-------------------------------------*/

.illustration-modal .modal-content {
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	min-height: 100%;
	padding: 40px 0;
}
.illustration-modal .modal-content h2 {
	margin: 0;
	font-size: 3em
}
.illustration-modal .modal-content img {
	margin: 30px 10px 30px 10px;
    float: left;
	width: 45%;
}


#illustrationModal1 .modal-content img:nth-child(3) {
	width: 91.7%;
}

#illustrationModal1 .modal-content img:nth-child(8) {
	width: 91.7%;
}



#illustrationModal6 .modal-content img {
	width: 80%;
    float: none;
    margin: 30px auto;
}

#illustrationModal2 .modal-content img:nth-child(3) {
	width: 91.7%;
}

#illustrationModal2 .modal-content img:nth-child(4) {
	width: 91.7%;
}

#illustrationModal3 .modal-content img:nth-child(5) {
	width: 91.7%;
}


.illustration-modal .modal-content .item-details {
	margin: 30px 0
}
.illustration-modal .close-modal {
	position: fixed;
	width: 75px;
	height: 75px;
	background-color: transparent;
	top: 25px;
	right: 25px;
	cursor: pointer
}
.illustration-modal .close-modal:hover {
	opacity: .3
}
.illustration-modal .close-modal .lr {
	height: 30px;
	width: 1px;
	margin-left: 35px;
	background-color: #2C3E50;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1051
}
.illustration-modal .close-modal .lr .rl {
	height: 30px;
	width: 1px;
	background-color: #2C3E50;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	z-index: 1052
}
.illustration-modal .modal-backdrop {
	opacity: 0;
	display: none
}



