/*Global------------------------------------------------------------------------------*/

html, body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	color: #666;
	font-size: 20px;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	width: 100%
}

.intro, body, html {
	width: 100%
}

a {
	color: #000;
	text-decoration: none;
	transition: background-color 0.3s linear, border-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
}

img {border: none;}

a:active, a:selected, a:visited { 
    border: none;
    outline: none;
	ie-dummy: expression(this.hideFocus=true);
}

a:active,
a:focus {
  outline: none !important;
  -moz-outline-style: none !important;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: #1A7B8B;
	cursor: pointer;
}

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



/*

h3:before, h4:before {
 content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 5px;
    left: 25%;
    border-bottom: 1px solid #ccc;	
	
}
*/



/*

h2:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 5px;
    left: 25%;
    border-bottom: 1px solid #ccc;
}*/

div.content {
	padding-right: 12%;
	padding-left: 12%;
	text-align: center;
}

/*Navbar---------------------------------------------------------------------------------------------*/ 

.navbar-custom {
	border-bottom: none;
	letter-spacing: 1px;
	background: 0 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 60px;
}
.navbar-custom .top-nav-collapse {
	z-index: 2;
}

.top-nav-collapse {
	background-color: rgba(0,0,0, 0.4);
	padding-top: 60px;
	padding-left: 60px;

}

.navbar-custom:after {
   content: '';
   visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}

.top-nav-collapse:after {
	content: '';
	min-width: 120%;
	margin: 0px;
	padding: 0px;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../images/global/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 124px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	visibility: visible;
	opacity: 1;
	transition: opacity 1s linear;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.6);
}

.navbar-fixed-top {
	z-index: 2;
	position: absolute;
}

.header-logo {
	z-index: 2;
	position: absolute;
	left: 65px;
	top: 80px;
	overflow: hidden;
}

/*Header---------------------------------------------------------------------------------------------*/ 

.intro {
	display: table;
	height: 100%;
	color: #fff;
	text-align: right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-color: #000;
	background-image: url(../images/global/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	bottom: 0px;
	
}

.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
	padding-left: 45px;
	padding-top: 125px;
		
}

.intro .intro-body img {
	display: table-cell;
	vertical-align: middle;
	padding-right: 60px;
	float: right;
}

.intro .intro-body h1 {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	padding-bottom: 10px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	text-align: left;
	color: #fff;
    max-width:  800px;
}
.intro .intro-body p {
	font-size: 30px;
	line-height: 32px;
    font-weight: 400;  
    font-family: 'Source Sans Pro', sans-serif;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
	text-align: left;
     max-width:  700px;
}

.btn {
	display: inline-block;
	width: 100px;
	height: 100px;
	position: relative;
	z-index: 2;
}

	

.btn-circle {
	width: 100px;
	height: 100px;
	margin-top: 15px;
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 100%!important;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 7px;
	padding-left: 16px;
	margin-left: -15px;	
}
.btn-circle:focus, .btn-circle:hover {
	outline: 0;
	color: #fff;
	background: rgba(255,255,255,.1)
}
.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s
}
.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear
}

.arrow {
	margin-top: -75px;
	margin-right: auto;
	margin-left: auto;
	width:70px;
}

.flaticon-arrows:before {
	 font-family: Flaticon;
	font-size: 40px;
	color: #FFF;
	margin-left: -8px;	
}


.work {
	height: 250px;
}

.work .intro-body-global .col-md-12 {
	display: block;
	height: 250px;
	width: 100%;
	position: relative;
}


.work .intro-body-global h1 {
	text-transform: uppercase;
	color: rgba(255,255,255,1.0);
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-right: 25px;
	font-size: 50px;
	line-height: 10px;
	text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.5);
}


/*About--------------------------------------------------------------------------------------------*/ 

.about h2, .about h3 {
	color: #DF6309;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 33px;
	position: relative;
	display: block;
	font-weight: 600;
	padding-bottom: 20px;
}

.about h2:before , .about h3:before {
	content: "";
	position: absolute;
	width: 40%;
	height: 1px;
	bottom: 5px;
	left: 30%;
	border-bottom: 1px solid #ccc;
}


.about h2 span, .about h3 span {
	font-weight: 600;
}

.about h3 {
padding-top: 25px;	
}

.about  {
	padding-bottom: 65px;
}



/*Services--------------------------------------------------------------------------------------------*/ 

.services h2, .services h3 {
	color: #DF6309;
	/*text-transform: uppercase;*/
	font-size: 24px;
	line-height: 33px;
	position: relative;
	display: block;
	font-weight: 600;
	padding-bottom: 15px;
	padding-top: 20px;
	margin-top: 0px;	
}



.services h2:before , .services h3:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 1px;
    bottom: 5px;
    left: 0;
    border-bottom: 1px solid #999;
}


.services  {
	padding-top: 25px;
	padding-bottom: 30px;
}

.services-logos {
	padding-bottom: 45px;
	overflow: hidden;
}

.services-logos img {
margin-left: 2%;
margin-right: 2%;
overflow: hidden;	
}

.services-logos img:first-of-type {
margin-left: 0%;	
}

.services-logos img:last-of-type {
margin-right: 0%;	
}




/*Contact--------------------------------------------------------------------------------------------*/ 

.contact {
	background-color: #DF6309;
	color: #fff;
	padding-bottom: 50px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.contact a {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
	border: 1px solid #FFF;	
	margin-top: 15px;
	display: inline-block;
	color: #fff;
}

.contact h2 {
	color: #fff;
	text-transform: uppercase;
		font-size: 32px;
	line-height: 33px;
	 position: relative;
	 display: block;
	 font-weight: 700;
}

.contact h3:first-of-type {
	margin-top: 0px;
}

.contact h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	position: relative;
	font-weight: 100;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 15px;
}

.contact h2 span {
	font-weight: 700;	
}



div.modal .contact h2 {
	color: #fff;
	text-transform: uppercase;
		font-size: 36px;
	line-height: 38px;
	 position: relative;
	 display: block;
	 padding-bottom: 15px;
}

div.modal .contact {
	background-color: transparent;
}


/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/*Footer---------------------------------------------------------------------------------------------*/ 


footer {
	padding-bottom: 45px;
	font-size: 15px;
}


/*Portfolia---------------------------------------------------------------------------------------------*/ 


.portfolio-modal .modal-content {
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	min-height: 100%;
	padding: 100px 0;
	text-align: center;
	background-color: rgba(223,99,9, .85);
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
	/*position: absolute;*/
	width: 75px;
	height: 75px;
	background-color: transparent;
	top: 25px;
	right: 25px;
	cursor: pointer;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.5;
}

.portfolio-modal .close-modal {
	transition: opacity .5s ease-in-out;
}

.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 2px;
  margin-left: 35px;
  background-color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;

}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 2px;
  background-color: #fff;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}



#portfolio {
	margin-top: 45px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}



.no-padding {
  padding: 0;
}


.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}


#back-to-top:after {
	content: "\f101";
	font-family: Flaticon;
	font-size: 30px;
	color: #DF6309;
	margin-left: 12px;
	margin-top: 28px;
	display: inline-block;
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	/* IE 9 */
	-webkit-transform: rotate(-180deg);
	font-weight: bold;
}


#back-to-top, .touch-device #back-to-top:hover {
	background-color: #fff;
	bottom: 17px;
	color: transparent;
	display: none;
	font: 0/0 a;
	height: 60px;
	position: fixed;
	right: 25px;
	text-shadow: none;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	width: 60px;
	z-index: 100;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	-khtml-border-radius: 45px;
	border: 1px solid #DF6309;	/*background-image: url(../images/global/arrow-up-large.png);
	background-repeat: no-repeat;
	background-position: center center;*/
	
	}

		#back-to-top:hover, .touch-device #back-to-top:active { 
		background-color: #DF6309;
		border: 1px solid #fff;
		color: #fff;
		
		}
		
		#back-to-top:hover:after { 
		background-color: #DF6309;
		color: #fff;
		
		}



	