@charset "UTF-8";
/* CSS Document */

html, body {
	overflow-x: hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
}

a, a:visited {
    color: #FFF;
}

/* GENERAL COMPONENTS*/

.no-padding {
    padding: 0;
	margin-top:0;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* GALLERY */

.main-gallery {
	background:rgba(0,0,0,0.6);
	border: transparent; 
	margin:20px 0; 
	padding-top:20px;
}
.carousel-inner-main .active.left { 
	left: -25%; 
}
.carousel-inner-main .next { 
	left:  25%; 
}
.carousel-control-main { 
	width:  4%; 
}
.col-holder {
	position:relative;
}
.col-holder .caption {
	position:absolute; 
	bottom:0; 
	right:0; 
	left:0;
}
.col-holder h3 {
	font-size:14px;
}
.custom-carousel-control-three {
	background:rgb(0,0,0); 
	background:rgba(0,0,0,0.5); 
	width:60px; 
	font-size:23px;
}
.control-left-three {
	display:block; 
	height:158px; 
	position:absolute; 
	top:0; 
	bottom:0; 
	right:0px; 
	padding-top:67px; 
	padding-left:20px; 
	text-align:left;
}
.control-right-three {
	display:block; 
	height:158px; 
	position:absolute; 
	top:0; 
	bottom:0; 
	left:0px;
	padding-top:67px; 
	padding-right:20px; 
	text-align:right;
}
a.custom-carousel-control-three, 
a.custom-carousel-control-three:link, 
a.custom-carousel-control-three:visited {
	color: #FFF;
}
.image-container {
	width:100%; 
	height:500px; 
	overflow:hidden; 
	margin-bottom:20px; 
}
.carousel-image-2 {
	-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
  background-size: contain;
  height:500px;
}
  .carousel-image-3 {
	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
  background-size: cover;
  height:100px;
}
.thumbnail-controls {
	font-size:40px;
}
.thumbnail-controls.right {
	text-align:right;
	position:absolute;
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	background:none;
}
.thumbnail-controls.left {text-align:left;position:absolute;top:0; left:0; right:0; bottom:0; background-color:none;}
.carousel-control.right, .carousel-control.left {background:none !important;}
.caption-area {position:absolute; top:380px; left:0; right:0; bottom:0; background:none;color:#FFF; text-shadow:#000 0 0 4px, #000 0 0 9px; padding:4px 30px;}

/* PORTFOLIO BOX */

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background:rgba(0,0,0,0.76);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    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 {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

/* RESPONSIVE VIDEO IFRAMES */
 
.video-controller {
	position: relative;
}
.video-controller iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 250px;
}

/* version with play button */

.thumbnail-vid {
	position:relative;
}
.thumbnail-vid #playbtn {
	position:absolute;
	top:50%;
	left:50%;
	width:160px;
	height:114px;
	margin-top:-57px;
	margin-left:-80px;
	background:url(../images/play-icon.png) no-repeat center center;
}

/* MAG SLICK */

.mag-slick .slick-prev, .mag-slick .slick-next {
	height:100%; width:30px;
	background:#000;
}
.mag-slick .slick-prev:before, .mag-slick .slick-next:before {
	color:#000;
}

.mag-slick .slick-prev:before, .mag-slick .slick-next:before { 
font-family: FontAwesome; 
font-size: 20px; 
color: #FFF; 
top:0; bottom:0; left:0; right:0; 
}   

.mag-slick .slick-prev:before { content: "\f053"; }
.mag-slick  [dir="rtl"] .slick-prev:before { content: "\f054"; }

.mag-slick .slick-next:before { content: "\f054"; }
.mag-slick [dir="rtl"] .slick-next:before { content: "\f053"; }
.mag-slick .slick-prev, .mag-slick .slick-prev:hover {
left: -30px;
top:0;
}
.mag-slick .slick-next, .mag-slick  .slick-next:hover {
right: -30px;
top:0;
}
.mag-slick .slick-prev:hover, .mag-slick .slick-prev:focus, .mag-slick .slick-next:hover, .mag-slick .slick-next:focus {
outline: none;
background: #333333;
color: #666;
transition: ease 0.4s;
}


/* BOOTSTRAP NAV HOVER DROPDOWN */

@media (min-width:768px) {
.dropdown:hover .dropdown-menu {
    display: block;
 }
}

/* CIRCLE BUTTON */

.btn-circle {border-radius:50%;}

/* QUOTE TESTIMONIAL STYLES */

.mb-style-3 {
	width: 100%;
}

.mb-style-3 blockquote{
	padding: 30px;
	  border-left-style: none;
	  border-left-width: 0;
}

.mb-style-3 blockquote:after, 
.mb-style-3 blockquote:before  {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mb-style-3 blockquote:before {
	border-top-color: rgba(0,0,0,0.01);
	border-width: 11px;
	left: 65%;
	margin-left: -11px;
}

.mb-style-3 blockquote p {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: 400;
	line-height: 30px;
	font-style: italic;
	text-indent: 100px;
	position: relative;
}

.mb-style-3 blockquote p:before{
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 175px;
	top: 0px;
	left: -105px;
	color:#999999;
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}

.mb-style-3 .mb-attribution {
	text-align: right;
	padding: 20px 100px 20px 20px;
	position: relative;
}

.mb-style-3 .mb-thumb {
	display: block;
	width: 70px;
	height: 70px;
	border: 5px solid #fff;
	border-radius: 50%;
	background: url(../images/bronte.jpg) no-repeat center center;
	position: absolute;
	right: 10px;
	bottom: 5px;
	box-shadow: 
		inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);
}

.mb-style-3 .mb-author{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}

.mb-style-3 cite a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.mb-style-3 cite a:hover{
	color: rgba(188, 147, 200, 1);
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}
.mb-style-3 cite {
	font-size:11px;
	text-align:right;
	float:right;
}

@media (min-width: 768px) {
	.mb-style-enhance {padding: 10px 50px;}
}

/* CAROUSEL FADE TRANSITIONS */

.carousel-fade .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; 
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}
.carousel-fade .carousel-control {
    background-image: none !important; 
}

.carousel-fade .next.left,
.carousel-fade .prev.right {
    opacity: 1;
    z-index: 1;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
    opacity: 0;
    z-index: 2;
}

.carousel-caption {
	background:#000; 
	background:rgb(0,0,0); 
	background:rgba(0,0,0,0.6);
}


/* SUBTLE PATTERNS */
.subtle-pattern {background-repeat:repeat;}
.subtle-pattern.cream-dust{background:url(../images/patterns/cream_dust.png);}
.subtle-pattern.tweed{background:url(../images/patterns/tweed.png);}
.subtle-pattern.squared-metal{background:url(../images/patterns/squared_metal.png);}
.subtle-pattern.green-cup {background:url(../images/patterns/green_cup.png);}
.subtle-pattern.yellow-cup {background:url(../images/patterns/yellow_cup.png);}
.subtle-pattern.squairy_light {background:url(../images/patterns/squairy_light.png);}
.subtle-pattern.redox {background:url(../images/patterns/redox_01.png);}

.subtle-pattern.45degreee-fabric {background:url(../images/patterns/45degreee_fabric.png);}
.subtle-pattern.binding-dark {background:url(../images/patterns/binding_dark.png);}
.subtle-pattern.hixs_pattern_evolution {background:url(../images/patterns/hixs_pattern_evolution.png);}
.subtle-pattern.irongrip {background:url(../images/patterns/irongrip.png);}
.subtle-pattern.micro_carbon {background:url(../images/patterns/micro_carbon.png);}
.subtle-pattern.moulin {background:url(../images/patterns/moulin.png);}
.subtle-pattern.tactile_noise {background:url(../images/patterns/tactile_noise.png);}

.subtle-pattern.always_grey {background:url(../images/patterns/always_grey.png);}
.subtle-pattern.brushed_alu_dark {background:url(../images/patterns/brushed_alu_dark.png);}
.subtle-pattern.carbon_fibre_v2 {background:url(../images/patterns/carbon_fibre_v2.png);}
.subtle-pattern.carbon_fibre {background:url(../images/patterns/carbon_fibre.png);}
.subtle-pattern.dark_mosaic {background:url(../images/patterns/dark_mosaic.png);}
.subtle-pattern.fancy_deboss {background:url(../images/patterns/fancy_deboss.png);}
.subtle-pattern.padded {background:url(../images/patterns/padded.png);}
.subtle-pattern.sos {background:url(../images/patterns/sos.png);}
.subtle-pattern.retina_wood {background:url(../images/patterns/retina_wood.png);}
.subtle-pattern.dark_wood {background:url(../images/patterns/dark_wood.png);}




/* CUSTOME SITE STYLES */

@font-face {
    font-family: 'plantagenet_cherokeeregular';
    src: url('../fonts/plantagenet_cherokee-webfont.eot');
    src: url('../fonts/plantagenet_cherokee-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/plantagenet_cherokee-webfont.woff2') format('woff2'),
         url('../fonts/plantagenet_cherokee-webfont.woff') format('woff'),
         url('../fonts/plantagenet_cherokee-webfont.ttf') format('truetype'),
         url('../fonts/plantagenet_cherokee-webfont.svg#plantagenet_cherokeeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-family: 'Muli', sans-serif;
}

section#top-bar {background:#000; color:#FFF;  height:35px; } 
.top-menu {list-style:none; list-style-type:none; font-size:12px;color:#FFF; padding-top:10px;}
.top-menu li, .top-menu > li {display:inline; list-style:none; list-style-type:none;padding-top:4px;}
.top-menu li, .top-menu > li a, .top-menu li, .top-menu > li a:link {color:#FFF;}

h1, h2, h3, h4, h5 {font-family: 'plantagenet_cherokeeregular';}
.scripted-font {
	font-family: 'plantagenet_cherokeeregular';
}
b, strong {font-family: 'Montserrat', sans-serif; font-weight:900;}

.navbar-default {
	margin-bottom: 0;
	
	border:none;
	border-radius: 0;
	
	background:#FFF;
  
}



.well-black {background:#000;color:#F2F2F2;}
.btn-circle {border-radius:50%;}

.feature-encased {
	padding:12px 0;
}
.feature-encased .thumbnail {
	margin-bottom:0;
}
.login-controller {
	padding-top:6px;
}
.thumbnail.tweed .caption {
	color:#FFF;
	font-weight:700;
	
}
.thumbnail.tweed .btn.btn-danger, .item .btn.btn-danger {
	font-weight: 700;
}

.btn-feature {
	font-weight: 700;
}


.carousel-control {z-index:5;}

.tinted-thumbs {
	background:url(../images/red-texture.jpg) no-repeat center center; 
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	color:#FFF;
}
.thumbnail.tinted-thumbs  .caption {
  padding: 9px;
  color: #FFF;
}
.mainherehere .lead {
	color:#FFF;
	margin-top:10px;
}

.img-left img {float:left;}

.img-right img {float:right;}

.alt-link .thumbnail {position:relative;}
.alt-overlay {
	display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.4);
    transition: all .1s ease-in-out;
}
.alt-link:hover .alt-overlay {
    opacity: 1;
}
.hover-text {
	font-size: 18px;
    font-family: "nexa-black",sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: auto;
    margin-top: -15px;
}

.split-section .col-sm-6 {
	padding:30px 0;
}
.back-one {background:#069;color:#FFF;}

.back-two {background:#CCC;}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .img-featured {position:relative; height:500px;}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 1;
    background:rgba(0,51,102,0);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    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 {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
	background:rgba(0,51,102,0.45);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 20px;
		font-weight:700;
		text-shadow:rgba(0,0,0,0.8) 0 1px 3px;
		
    }
@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

 .portfolio-box-caption-product {
    	opacity: 0;
	}
	
	.portfolio-box:hover .portfolio-box-caption-product {
    opacity: 1;
	cursor:pointer;
	}

.footer .footer-content .subscribe-form {
  padding: 0;
}
.footer .footer-content .subscribe-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .footer-content .subscribe-form .form-control {
  width: 320px;
  background: #f5f5f5;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer .footer-content .subscribe-form .form-control:focus {
  background: #fff;
}

.btn-theme {
  background: #6091ba;
  border: 1px solid #6091ba;
  color: #fff;
}
.btn-theme:hover {
  background: #84aac9;
  border: 1px solid #84aac9;
  color: #fff;
}

.top-bar {
	padding: 5px 0; 
	width:100%; 
	background:#000; 
	color:#FFF;
}
.top-bar small,
.top-bar .username-control {
	color:#FFF;
}
span.IGLogo {
	margin-right:5px;
}

.navbar-default .nav>li>a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.navbar-default .nav>li>a:hover::before, .navbar-default .nav>li>a:focus::before {
    background: rgba(243, 122, 29, 0.99);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}

#ignitelogo {margin: 5px 0 1px 0;}
#ignitelogo2 {margin: 5px 0 1px 0;}
}
@media (min-width: 768px) {
	#ignitelogo2, #ignitelogo2 .item, #ignitelogo2 .item img {max-height:50px;}
}

ul.categorized-list {list-style-type:none; list-style:none; padding-left:5px;}
ul.categorized-list > li {padding:4px 3px; border-bottom:none; margin-right:7px;}
ul.categorized-list > li:last-child {padding:4px 3px; border-bottom:none; margin-right:0;}
ul.categorized-list > li:before {    
	font-family: 'FontAwesome';
	content: '\f101';
	margin:0 5px 0 -15px;
	color: #333;
} 
ul.categorized-list li a {color:#06C;}
ul.categorized-list > li:hover {padding-left: 8px;-webkit-transition: 0.6s; color:#333;
}

.circular .portfolio-box, .circular .portfolio-box .portfolio-box-caption {overflow:hidden; border-radius:50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%;}
.portfolio-box {margin:5px;}
.portfolio-box.commerce-box:hover .portfolio-box-caption  {opacity:1;}
.portfolio-box.commerce-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background:rgba(0,51,102,0);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box.commerce-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.some-padding {padding:30px 0;}

b, strong {
    font-weight: 900;
	font-weight: bold;
}

.topbannertext {color:#FFF; font-size:65px; font-weight:900; }
.topbannertext h2 {font-size:65px; font-family: 'plantagenet_cherokeeregular'; margin-top:60px;}

.btn-iee {
  color: #FFF;
  background-color:#336;
  border-color: #336;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  margin-bottom:15px;
}
.btn-iee:hover,
.btn-iee:focus,
.btn-iee:active,
.btn-iee.active,
.open > .dropdown-toggle.btn-iee {
  color: #FFF;
  background-color:#63C;
  border-color: #63C;
}

.btn-kill-border-radius {
	border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.top-image-fill {height:300px;}
  
@media (max-width: 767px) {
	.btn-iee {margin-bottom:40px;}
	.thumbnail.pull-right, .thumbnail.pull-left {float:none; clear:both; width:100%; margin:auto;}
	.top-image-fill {height:200px;}
}

@media (max-width: 599px) {
	.top-image-fill {height:100px;}
}

@media (max-width:767px) {
	.caption-sizer {width:auto;}
}
 
 
 .caption-text {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	padding:20px;
	z-index:3;
	 }
a  .caption-text,  .caption-text a, a.caption-text
{
color:white;
}

.caption-portfolio {z-index:4; position:relative}
@media (min-width:768px) {
#header {
    background: url(../images/main-back.jpg) fixed;
    height: 100vh;
    max-height: 890px;
    min-height: 690px;
    margin-bottom: 50px;
}
}
@media (max-width:767px) {
	#header {
    background: url(../images/main-back.jpg) no-repeat center center;
	background-size:cover;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
	position:relative;
    height: auto;
    margin-bottom: 0;
	padding-top:0;
	padding-bottom:0;
}
#header .overlay .row {
	padding-top:200px;
	padding-bottom:200px;
}
}
.well-danger {
	background:#900;
	color:#FFF;
}

.header-cont {color:#FFF;}
.header-cont .header-image-right img {margin-top:150px;}
#header
#header .header-txt-small {
    font-size: .6em;
	line-height: .7em;
}

.avatar-box {
	width:120px;
	height:120px;
	display:block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin:0 auto;
	
	
}
.thumbnail-video {position:relative;}
.thumbnail-video #playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 64px;
    margin-top: -32px;
    margin-left: -45px;
    background: url(/Templates/default-video/play-icon.png) no-repeat center center;
}

.shirt-img {width:100%;display:block; overflow:hidden;}
.shirt-slide-contain {
	display: inline-block;
    position: relative;
	width:100%
}
	
.shirt-slide-contain:after {
	content: '';
    display: block;
    margin-top: 140%;
}

.shirt-slide-contain .shirt-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#tabs {
    background: #000;
    margin-bottom: 80px;
}
#testimonials {
    background: url(../img/parallax_bg/01-pink.jpg);
    background-size: cover;
}
#testimonials h3 {
    color: #CCC;
    font-size: 2.5em;
}

.active .btn-primary {
  background: #ffffff;
  border-color: #cccccc;
  color: #666666;
}

#shop-carousel {margin-top:120px;}
@media (min-width:768px) and (max-width: 1199px) {
	#header .header-txt-small {
    font-size: .4em;
	line-height:.42em;
}
}

@media (max-width: 767px) {
	.about-to-right .about-img {
    text-align: center;
}
}

blockquote footer {
    background:none;
}

.cycle-carousel-3 {width:100%;display:block; overflow:hidden;}
.cycle-holder {
	display: inline-block;
    position: relative;
	width:100%
}
	
.cycle-holder:after {
	content: '';
    display: block;
    margin-top: 130%;
}

.cycle-holder .cycle-carousel-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (max-width:767px) {
	.target-xs-padding {padding-top: 100px;}
}

.title_blue {color:#0070C0;}
