﻿
/*Gallery section CSS*/
.row.row-portfolio-no-margin {
    margin: 0 auto 30px;
}
.portfolio-item {
    width: 100%;
    display: block;
    border-radius: 4px;
    position: relative;
    margin: 0 auto 30px;
}
.portfolio-item-overlayer {
    overflow: hidden;
    border-radius: 4px;
}
.portfolio-item-without-margin {
    width: auto;
    margin: 0 -15px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
}
.portfolio-item-without-margin .portfolio-item-header {
    border-radius: 0;
}
.portfolio-item-overlayer .portfolio-item-header {
    border-radius: 4px;
}
.portfolio-item-header {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
}
.portfolio-item-header a {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 0;
}
.portfolio-item-header a img {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    border-width: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    /* transition: all 0.3s ease-in-out; */
}
.portfolio-item-overlayer .portfolio-item-footer {
    left: 0;
    bottom: 0;
    border: 0;
    position: absolute;
    background-color: #fbfbfb;
    border-radius: 0 0 3px 3px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.portfolio-item-footer {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 25px 15px 20px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
    border-top: 0;
}
.portfolio-item-footer .portfolio-item-title {
    text-transform: uppercase;
}
.portfolio-item-title h4 {
    font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;    
    line-height: 22px;
}
.portfolio-item:hover .portfolio-item-header a img {
    -webkit-transform: scale(1.4) rotate(-10deg);
    -moz-transform: scale(1.4) rotate(-10deg);
    -ms-transform: scale(1.4) rotate(-10deg);
    -o-transform: scale(1.4) rotate(-10deg);
    transform: scale(1.4) rotate(-10deg);
}
.portfolio-item-overlayer:hover .portfolio-item-footer {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
/*Gallery section CSS*/

.main-section {
    z-index: 1;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
} 
.section-container {
    padding: 0;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
} 
.section-title-content {
    width: 100%;
    display: block;
    overflow: hidden;
    max-width: 1140px;
    text-align: center;
    margin: 0 auto 10px;
} 
.light-section {
    margin: 0;
    padding: 40px 0 10px;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1;
}
.light-section .main-section .col-md-12{
	margin-bottom: 20px;
}
.grey-section {
    margin: 0;
    padding: 40px 0 10px;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #f6f6f6;
    border-bottom: 1px solid #f1f1f1;
}
.grey-section .section-container .col-md-12{
	margin-bottom: 20px;
}
.section-title h2 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-family: "HelveticaNeueLTStd-Roman";
    line-height: normal;
    color: #002241;
    margin-top: 0;
} 
.section-sub-title h3 {
    position: static;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: "HelveticaNeueLTStd-Roman";
    line-height: 21px;
    text-transform: uppercase;
    line-height: normal;
} 
.section-title {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
} 
.section-title h2::after {
    left: 0;
    right:0;
    width: 60px;
    height: 3px;
    content: '';
    bottom: -3px;
    display: block;
    margin: 0 auto;
    position: absolute;
    background-color: #0053a0;
} 
.section-title-wrapper {
    width: 100%; 
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 10px;
} 
.hero-title-wrapper {
    z-index: 2;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
} 
.hero-title-wrapper .hero-title {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto 10px;
} 
.hero-title-wrapper .hero-sub-title {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto 10px;
}  
.hero-title-wrapper .breadcrumb-title {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
    text-transform: uppercase;
} 
.video-responsive {
    width: 100%;
    border: none; 
    min-height:300px;
}
.staticpage-img-responsive {
    width: 100%;
    border: none; 
    margin-bottom:15px;
}
.fullwidth-video-responsive {
    width: 700px;
    border: none;
    height:394px; 
}
.fullWidthImage {
    background-size: 100% 100%;
    min-height: 400px;
    background-attachment: fixed;
    position: relative;
} 
.fullWidthImage .hero-title-wrapper {
    overflow: inherit;
   /*  position: absolute; */
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.fullWidthImage .breadcrumb-title {
    overflow: inherit;
}
.fullWidthImage h3 {
    margin-top: 0;
}
.offer-process {
	text-align: center;
	margin-bottom: 30px;
} 
.offer-process h5 {
 color: #337ab7;
 font-size: 14px;
 text-transform: uppercase;
 margin: 20px 0 0;
} 
.offer-process .section-title h2 {
	font-weight: 700;
} 
.offer-process .section-title h2::after {
	left: 50%;
	margin-left: -40px;
	width: 80px;
} 
.btn-underline {
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
}

.staticpage-button {
    display: inline-block;
    text-align: center;
    width: 100%;
	overflow: hidden;
    margin: 10px 0;
}

.staticpage-btnStyle {
    width: auto; 
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    color: #777777;
    font-size: 12px;
    transition: all 0.2s ease-in-out 0s;
    margin: 10px 0px;
    padding: 10px; 
	display: inherit;
}
.staticpage-btnStyle:hover {
    background: #386eeb none repeat scroll 0 0;
    border-color: #386eeb;
    color: #fff;
}
.btn.white-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    border-radius: 0;
}
.btn.white-btn:hover, .btn.white-btn:active, .btn.white-btn:focus {
    background: #386eeb;
    border-color: #386eeb;    
}
@media only screen and (min-width: 320px){
	.fullWidthImage {
		background-size: 100% auto;
		background-position: left;
		height: 170px;
		background-attachment: inherit;
	}
}
@media only screen and (min-width: 768px){
	.fullWidthImage {
		background-size: 100% auto;
		background-position: inherit;
		background-attachment: fixed;
		height: 400px;
	}
}
