html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 80px 0px 0px 0px;
}
a {
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}
.imgFade {
    opacity:0;
    -moz-transition: opacity 2s; /* Firefox 4 */
    -webkit-transition: opacity 2s; /* Safari and Chrome */
    -o-transition: opacity 2s;
    transition: opacity 2s;
}
h1 {
	color: #0055a6;
	font-family: 'Raleway', Arial, sans-serif;
}
h2 {
    color:#72bf44;  /* change on 5/2 by JB */
	font-family: 'Raleway', Arial, sans-serif;
}
h3 {
    color:#72bf44; 
	font-family: 'Raleway', Arial, sans-serif;
}
h4 {
	font-family: 'Raleway', Arial, sans-serif;
}
h5 {
	font-family: 'Raleway', Arial, sans-serif;
}
h6 {
	font-family: 'Raleway', Arial, sans-serif;
}
h1 .ArialFont {
	font-family: Arial, sans-serif;
}
.font {
	font-family: 'Raleway', Arial, sans-serif;
}
.paragraph {
	font-size: 14px;
	line-height: 22px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-40 {
	padding-bottom: 40px;
}
.margin-top-0 {
    margin-top: 0px;
}
.quote {
	margin-top: 30px;
	padding: 30px 0px;
	text-align: center;
	font-size: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    line-height: 150%;
}
.quote h3 {
    line-height: 140%;
}

.blue {
    color:#0055a6;
}
.green {
    color:#72bf44;
}
.bold {
    font-weight:800;
}

/****************************************************************/
/** HEADER **/
/****************************************************************/

#header {
	height: 80px;
}
#header .navbar-nav > li > a {
	display: block;
	padding: 32px 15px;
	font-size: 16px;
	line-height: 16px;
    font-family: 'Raleway', sans-serif;	
}
#header .navbar-nav > li.footend {
	padding: 22px 0px;
}
#header .navbar-nav > li.footend > a {
	border: 1px solid #0055a6;
	color: #0055a6;
	margin-left: 5px;
	padding: 10px 15px;
}
#header .navbar-nav > li.footend > a:hover {
	background: #0055a6;
	color: #fff;
}
#header .navbar-right .dropdown-menu {
	left: 0px;
	right: auto;
}
#header .dropdown:hover {
	background: #f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #fafafa 100%);
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#fafafa 100%);
	background: linear-gradient(to bottom,  #f8f8f8 0%,#fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#fafafa',GradientType=0 );
}
#header .dropdown-menu {
	border: 1px solid #eee;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}
#header .dropdown-menu>li>a {
	font-family: 'Raleway', sans-serif;
}
#logo {
	width: 100px;
	margin-top: -10px;
}


/****************************************************************/
/** FOOTER **/
/****************************************************************/

footer {
	margin-top: 30px;
	background: #0155a5;
	padding: 50px 0px;
	color: #fff;
	font-size: 0px;
}

footer .aff-wrapper {
	border: 1px solid #1e79d1;
	display: inline-block;
	margin-bottom: 10px;
}
footer .aff-wrapper .title {
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	line-height: 43px;
	vertical-align: middle;
	background: #1e79d1;
	padding: 10px;
}
footer .aff-wrapper hr {
	border-top: 1px solid #fff;
	width: 100%;
	height: 1px;
	background: #003d77;
	margin: 10px 0px;
}
footer .aff-logos {
	list-style: none;
	margin: 0px;
	font-size: 0px;
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}
footer .aff-logos li {
	width: 70px;
	display: inline-block;
	margin-left: 5px;
}
footer .aff-logos li img {
	width: 100%;
}
footer .aff-logos li a {
	display: block;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
}
footer .aff-logos li a:hover {
	border-radius: 3px;
	border: 1px solid #002446;
}
footer .social-ico {
	display: inline-block;
	border: 1px solid #1e79d1;
	padding: 5px;
	margin-right: 5px;
}
footer .social-ico:hover {
	background: #fff;
}
footer .social-ico img {
	width: 53px;
	margin-right: 5px;
}
footer hr {
	background: #9fc7ed;
	border-color: #9fc7ed;
}
footer .copyright {
	font-size: 16px;
	color: #fff;
    font-family: 'Raleway', sans-serif;
}

/****************************************************************/
/** HOMEPAGE **/
/****************************************************************/

.slideshow {
	width: 100%;
	background: #eee;
	position: relative;
	z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
}
.slideshow .slide {
	width: 100%;
	display: none;
	height: 550px;
}
.slideshow .slide-inner {
	position: relative;
}
.slideshow .slide.onSlide {
	display: block;
}
.activeSlide{
    position:absolute;
    left:0px;
    top:0px;
    z-index:900;
}

.slideshow .arrow-left, .slideshow .arrow-right {
	background: url('../images/arrows-sprite.png');
	position: absolute;
	top: 50%;
	margin-top: -32px;
	width: 31px;
	height: 64px;
	z-index: 5500;
	cursor: pointer;
}
.slideshow .arrow-left:hover, .slideshow .arrow-right:hover {
	opacity: 0.8;
}
.slideshow .arrow-left:active {
	background-position: 0px 1px;
}
.slideshow .arrow-right:active {
	background-position: -31px 1px;
}
.slideshow .arrow-left {
	left: 30px;
	background-position: 0 0;
}
.slideshow .arrow-right {
	right: 30px;
	background-position: -31px 0;	
}
.slideshow .video-wrapper {
	overflow: hidden;
	position: relative;
    height: 550px;
}


.slideshow .slide-pagination-wrapper {
	position: absolute;
	bottom: -5px;
	text-align: center;
	width: 100%;
	z-index: 1000;
}
.slideshow .slide-pagination-wrapper .pagination {
	display: inline-block;
	margin: 0px auto;
	background: #fff;
	padding: 0px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.slideshow .pagination .swiper-pagination-switch {
	display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #bdbdbd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    zoom: 1;
    margin: 6px 5px;	
}
.slideshow .pagination .swiper-pagination-switch:hover {
	background: #333;
}
.slideshow .pagination .swiper-pagination-switch.swiper-active-switch {
	background: #6b6b6b;
}




.homepage-hero-ads {
	margin: 50px auto 30px;
}
.homepage-hero {
	margin-bottom: 20px;
	background: #f1f1f1;
	background: -moz-linear-gradient(top,  #fafafa 0%, #fafafa 75%, #f1f1f1 99%);
	background: -webkit-linear-gradient(top,  #fafafa 0%,#fafafa 75%,#f1f1f1 99%);
	background: linear-gradient(to bottom,  #fafafa 0%,#fafafa 75%,#f1f1f1 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f1f1f1',GradientType=0 );

	padding: 0px 0px 30px;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #0055a6;
    height: 234px;
}
.homepage-hero .title {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 21px;
	padding: 0px 10px 5px 10px;
	color: #0055a6;
}

.homepage-hero .image {
    padding:0;
    float:left;
    vertical-align:top;
}
.homepage-hero .copy {
    padding:10px;
    text-align:center;
	margin: 0px auto;
    width:100%;
}

.homepage-hero .subheader {
	font-family: 'Raleway', sans-serif;
	position: relative;
	background: #0055a6;
	color: #fff;
	padding: 3px;
	text-align: center;
	margin: 0px auto 40px auto;
	width: 120px;
    vertical-align:top;
}
.homepage-hero .promo-button {
	position: relative;
	display: block;
	width: 120px;
	margin: 0px auto 10% auto;
    text-align: center;
}
.homepage-hero .subheader:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 85, 166, 0);
	border-top-color: #0055a6;
	margin-left: -60px;
	border-width: 20px 60px 0 60px;
}
.homepage-hero .call {
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #333;
	color: #333;
	text-decoration: none;
	display: block;
	width: 120px;
	margin: 0px auto;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.homepage-hero .call:hover {
	color: #fff;
	background: #fff;
}

.hero-1 {
	border-top: 2px solid #0155a5;
}
.hero-1 .subheader {
	background: #0155a5;
}
.hero-1 .subheader:after {
	border-top-color: #0155a5;
}
.hero-1 .title {
	color: #0155a5;
}
.hero-1 .call {
	border-color: #0155a5;
	color: #0155a5;
}
.hero-1 .call:hover {
	background: #0155a5;
}

.hero-2 {
	border-top: 2px solid #01a51c;
}
.hero-2 .subheader {
	background: #01a51c;	
}
.hero-2 .subheader:after {
	border-top-color: #01a51c;
}
.hero-2 .title {
	color: #01a51c;
}
.hero-2 .call {
	border-color: #01a51c;
	color: #01a51c;
}
.hero-2 .call:hover {
	background: #01a51c;
}

.hero-3 {
	border-top: 2px solid #a53701;
}
.hero-3 .subheader {
	background: #a53701;
}
.hero-3 .subheader:after {
	border-top-color: #a53701;
}
.hero-3 .title {
	color: #a53701;
}
.hero-3 .call {
	border-color: #a53701;
	color: #a53701;
}
.hero-3 .call:hover {
	background: #71bf44;
}

.hero-4 {
	border-top: 2px solid #a50120;
}
.hero-4 .subheader {
	background: #a50120;
}
.hero-4 .subheader:after {
	border-top-color: #a50120;
}
.hero-4 .title {
	color: #a50120;
}
.hero-4 .call {
	border-color: #a50120;
	color: #a50120;
}
.hero-4 .call:hover {
	background: #a50120;
}

.hero-5 {
	border-top: 2px solid #8401a5;
}
.hero-5 .subheader {
	background: #8401a5;
}
.hero-5 .subheader:after {
	border-top-color: #8401a5;
}
.hero-5 .title {
	color: #8401a5;
}
.hero-5 .call {
	border-color: #8401a5;
	color: #8401a5;
}
.hero-5 .call:hover {
	background: #8401a5;
}

.hero-6 {
	border-top: 2px solid #01a59b;
}
.hero-6 .subheader {
	background: #01a59b;
}
.hero-6 .subheader:after {
	border-top-color: #01a59b;
}
.hero-6 .title {
	color: #01a59b;
}
.hero-6 .call {
	border-color: #01a59b;
	color: #01a59b;
}
.hero-6 .call:hover {
	background: #01a59b;
}

.homepage-hero .text {
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;
}
.homepage-footer {
	margin: 30px auto;
    box-shadow: 0px 0px 5px #ccc;
}

/****************************************************************/
/** CONTACT US **/
/****************************************************************/

.contact-social {
	font-size: 0px;
}
.contact-social .social-ico {
	display: inline-block;
	width: 40px;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.contact-social .social-ico:hover {
	border: 1px solid #0055a6;
}
.contact-social .social-ico img {
	width: 100%;
}
.contact-us .errorMsg {
    color: #f00;
    font-weight: bold;
    padding: 5px;
}
.contact-us .signupConfirm {
    color: #090;
}

/****************************************************************/
/** ABOUT US **/
/****************************************************************/

 .feature-boxes {
	margin-bottom: 20px;
	padding: 0px 20px 30px;
	border: 1px solid #ccc;
	height: 250px;
	position: relative;
}


.about .feature-boxes {
	margin-bottom: 20px;
	/*background: #eee;*/
	padding: 0px 20px 30px;
	border: 1px solid #ccc;
	height: 250px;
	position: relative;
}
.about h4 {
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}
.about .feature-boxes h4 {
	padding: 20px 0px 0px;
	display: block;
}
.about .feature-boxes hr {
	border-top: 1px solid #0055a6;
	margin: 10px 0px;
}
.about .feature-boxes p {
	font-size: 14px;
}
.about .feature-boxes .btn{
	position: absolute;
	right: 20px;
	bottom: 20px;
}

/****************************************************************/
/** PHOTOGRAPHY **/
/****************************************************************/



/****************************************************************/
/** MARKETING **/
/****************************************************************/

.marketing .icon {
	padding: 20px;
	text-align: center;
	background: #70be45;
	color: #fff;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
}


/****************************************************************/
/** CREATIVE **/
/****************************************************************/

.creative .feature {
	padding: 40px 0px;
	border-bottom: 1px solid #ccc;
	/*font-family: 'Raleway', Arial, sans-serif;*/
	line-height: 22px;
}

/****************************************************************/
/** MARKETING PAGES **/
/****************************************************************/

.marketing .left-content {
    border-right: 1px solid #eee;
}
.marketing h2 {
    /* font-weight: bold;*/
    margin-top: 0px;
}
/*.list-group-item.market-1, .list-group-item.market-2, .list-group-item.market-3, .list-group-item.market-4, .list-group-item.market-5, .list-group-item.market-6 {
    color: #fff;
    border: 0px;
    margin-bottom: 1px;
    border-right: 5px solid #ccc;
    letter-spacing: 1px
}
.list-group-item.market-1 {
    background: #0155a5;
}
.list-group-item.market-2 {
    background: #01a51c;
}
.list-group-item.market-3 {
    background: #a53701;
}
.list-group-item.market-4 {
    background: #a50120;
}
.list-group-item.market-5 {
    background: #8401a5;
}
.list-group-item.market-6 {
    background: #01a59b;
}

h1.market-font-1 {
    color: #0155a5;
}
h1.market-font-2 {
    color: #01a51c;
}
h1.market-font-3 {
    color: #a53701;
}
h1.market-font-4 {
    color: #a50120;
}
h1.market-font-5 {
    color: #8401a5;
}
h1.market-font-6 {
    color: #01a59b;
}*/

/****************************************************************/
/** PHOTO GALLERY **/
/****************************************************************/

.gallery h2 {
    margin-top: 0px;
}
.gallery .carousel {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

/****************************************************************/
/** CUSTOMER ACQUISITION **/
/****************************************************************/

.acquisition h2 {
    /*font-weight: bold;*/
    margin-top: 0px;
    color: #72bf44;
}
.acquisition .text-block {
    padding: 50px;
}

/****************************************************************/
/** EMAIL Services **/
/****************************************************************/

.email-services h4{
    color: #0055a6;
    font-weight: bold;
}


/****************************************************************/
/** CART STORY **/
/****************************************************************/

.cartstory .hero .container {
    line-height: 480px;
}

/****************************************************************/
/** EXTENSIONS **/
/****************************************************************/

.hero {
    background: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 300px;
}
.hero h1, .hero .h1 {
    color: #fff;
    line-height: /*300px;*/ 480px; /* added by JB 5/3/16 */
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

.text-block {
    max-width: 100%;
    padding: 100px;
    border: 1px solid #ccc;
    margin: 0px auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/****************************************************************/
/** BOOTSTRAP OVERRIDES **/
/****************************************************************/

.dropdown:hover .dropdown-menu {
	display: block;
}

.btn.btn-primary {
	background: none;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #0055a6;
	color: #0055a6;
	text-decoration: none;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}
.btn.btn-primary:hover {
	color: #fff;
	background: #0055a6;
}

.list-group-item:first-child {
    border-radius: 0px;
}
.list-group-item:last-child {
    border-radius: 0px;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background:#0055a6;
    border-color:#0055a6;
}
body .panel {
    border-radius: 0px;
}
.btn-demo {
    background: #77bb19;
    padding: 20px;
    display: block;
    color: #fff;
    width: 100%;
    font-size: 20px;
    font-family: 'Raleway', Arial, sans-serif;
}
.btn-demo:hover {
    background: #578911;
    color: #fff;
}


.top-padding {
    padding-top:40px;
}