body{
	font-family: 'Avenir LT Std';
	overflow-x: hidden; 
}
html, body{
	font-size: 14px;
	line-height: 1.5;
}
/****
** FONTS
*****/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@font-face {
	font-family: 'Avenir LT Std';
	src: url('AvenirLTStd-Roman.eot');
	src: url('AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('AvenirLTStd-Roman.woff') format('woff'),
		url('AvenirLTStd-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TeXGyreAdventor';
	src: url('TeXGyreAdventor-Regular.eot');
	src: url('TeXGyreAdventor-Regular.eot?#iefix') format('embedded-opentype'),
		url('TeXGyreAdventor-Regular.woff') format('woff'),
		url('TeXGyreAdventor-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'tex_gyre_adventorbold';
    src: url('texgyreadventor-bold-webfont.woff2') format('woff2'),
         url('texgyreadventor-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.text-white{
	color: #fff;
}
.text-red{
	color: #f00;
}
.row{
	max-width: 100%;
}

/****
** SPCAER
*****/
.spacer{
	height: 40px;
	width: 100%;
}
.spacer-medium{
	height: 20px;
	width: 100%;
}

/****
** PARALAX SCROLLING
*****/
.navHighlighter a{
	text-decoration: none;
	outline: none;
    outline-offset: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.navHighlighter a:hover i{
	color: #f6ff00;
}

/****
** COMMON CSS
*****/
.deep-gray-blocks{
	background: #262626;
}
.light-gray-blocks{
	background: #e2e2e2;
}
.light-gray{
	background: #ebebeb;
    position: relative;
    z-index: 1;
}
.medium-light-gray{
	background: #d8d7d7;
    position: relative;
    z-index: 1;
}
.gray{
	background: #bdbdbd;
}
.img-right{
	float: right;
}
.img-left{
	float: left;
}
.gray-button {
    background: #444444;
    border: 3px #000000 solid;
    color: #fff !important;
    font-size: 18px;
    padding: 11px 22px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 11px;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    min-width: 148px;
    text-align: center;
}
.gray-button:hover{
	background: #2d2d2d;
	text-decoration: none;
	color: #fff;
}
.buy-now-button{
	background: rgb(225, 201, 3) none repeat scroll 0% 0%;
	color: rgb(0, 0, 0);
    border: 3px #000000 solid;
    font-size: 18px;
    padding: 11px 22px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 11px;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    min-width: 148px;
    text-align: center;
}
.buy-now-button:hover{
	background: rgb(225, 201, 3) none repeat scroll 0% 0%;
	color: rgb(0, 0, 0);
	text-decoration: none;
}
.price-text{
	font-size: 20px;
	color: #000;
	padding-bottom: 15px;
}
.price-details{
	padding-bottom: 10px;
}
.no-button{
	text-decoration: none;
	color: #fff !important;
	background: #ff6961;
	padding: 6px 17px;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}
.yes-button{
	text-decoration: none;
	color: #fff !important;
	background: #77dd77;
	padding: 6px 17px;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}
.no-button:hover, .yes-button:hover{
	text-decoration: none;
	color: #fff;
}

/****
** HEADER
*****/
.overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: RGBA(0, 0, 0, 0.6);
}
.popup-area .popup-box{
	background: #fff;
	border: 4px #000 solid;
	padding: 20px;
	width: 80%;
	height: 600px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
	font-size: 14px;
	overflow-x: hidden;
}
.popup-area .tab-content{
	overflow-y: auto;
	height: 500px;
	overflow-x: hidden;
}
.popup-area .tab-content .row{
	margin: 0;
}
.popup-area .tab-content .row > div{
	padding: 0;
}
.closed-button{
	width: 50px;
	height: 50px;
	background: #000;
	border: 3px #fff solid;
	color: #fff !important;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	border-radius: 100%;
	position: absolute;
	top: -30px;
	right: -30px;
}
.popup-area .tabs-area ul{
	margin-bottom: 20px;
}
.popup-area .tabs-area li{
	border: 3px #000 solid;
	padding: 0;
	font-size: 20px;
	width: 30%;
	text-align: center;
}
.popup-area .tabs-area li.selected a, .popup-area .tabs-area li.active-tabs-link a{
	background: #0b0b0b;
	color: #fff;
	text-decoration: none;
}
.popup-area .tabs-area li a{
	color: #0b0b0b;
	padding: 20px 40px;
	display: block;
	text-decoration: none;
}
.table a{
	color: #333;
	text-decoration: none;
}

/****
** HEADER
*****/
.top-menu {
    color: #333;
    text-transform: uppercase;
    margin: 22px 0 0 0;
}
.top-menu ul{
    margin-bottom: 0;
}
.top-menu li a{
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.top-menu li a:hover{
	color: #000;
}
.header-top .col-md-10 {
    width: 89.333%;
}
.header-top .col-md-2 {
    width: 10.667%;
}
.header-top .navbar-default{
	background-color: transparent;
	border: 0;
}
.header-top .nav{
	text-transform: uppercase;
}
.header-top .navbar-nav {
    float: right;
}
.header-top .navbar-brand {
    height: auto;
    padding: 0 12px 12px 12px;
	margin-top: -13px;
}
.navbar {
    min-height: auto;
    margin-bottom: 0;
}
.header-top .navbar-default .navbar-nav > li > a:focus, .header-top .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #262626;
}
.header-top .navbar-default .navbar-nav > .active > a, .header-top .navbar-default .navbar-nav > .active > a:focus, .header-top .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #262626;
}
.header-top .navbar-default .navbar-nav > li > a {
    color: #202020;
}
.header-top .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.header-top .nav li.dropdown{
    position: static;
}
.header-top .nav li.dropdown img{
    max-height: 65px;
}
.header-top .nav li.dropdown .product-menu li img{
    max-height: 100px;
    max-width: 100%;
}
.header-top .nav li.dropdown .product-menu li:first-child img{
    padding: 50px 0 0 0;
}
.header-top .nav li .dropdown-menu img{
	display: block;
	margin: 0 auto 20px auto;
}
.header-top .nav li .product-menu li{
	width: 20%;
}
.header-top .nav li .why-cobra-menu li{
	width: 19%;
}
.header-top #menu ul li.active  a{
	background-color: #262626;
    color: #fff;
}
.header-top .nav .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    width: 111.5%;
    min-width: 100%;
    font-size: 0;
    padding: 0;
}
.header-top .nav .open > a, .header-top .nav .open > a:focus, .header-top .nav .open > a:hover {
    background-color: transparent;
}
.header-top .nav .dropdown-menu li {
    background: #262626 none repeat scroll 0 0;
    border: 1px solid #fff;
    font-size: 14px;
    height: 178px;
    padding: 10px 0;
    vertical-align: top;
    width: 18%;
}
.header-top .nav > ul > li:last-child .dropdown-menu li {
    width: 16%;
}
.header-top #menu .dropdown-menu li a{
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 7px;
    padding-right: 7px;
}
.header-top #menu ul li:nth-child(1) .dropdown-menu li a {
    padding-bottom: 15px;
    padding-top: 15px;
}
.header-top .nav li .support-menu li {
    width: 20%;
}
.header-top .nav .dropdown-menu.support-menu > li > a {
    padding: 15px 20px !important;
}
.header-top .nav li .support-menu li img{
    background: #cf3f3a;
    border-radius: 100%;
}
.header-top .nav .dropdown-menu.more-menu {
    text-align: right;
}
.header-top .nav li .more-menu li img{
    background: #D62255;
    border-radius: 100%;
}
.header-top .dropdown-menu > li > a {
    white-space: normal;
}
.header-top .nav ul > li > a {
    color: #ccc;
}
.header-top .nav ul > li{
    position: relative;
}
.header-top .nav .dropdown-menu > li > a {
    padding: 15px 30px;
}
.header-top .nav .dropdown-menu.product-menu > li > a {
    padding: 10px 0 !important;
}
.header-top .nav .dropdown-menu {
    border: 0;
    text-align: center;
}
.header-top .nav .dropdown-menu > li > a:focus, .header-top .nav .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
.header-top .nav .dropdown:hover .dropdown-menu{
	display: block;
}
.header-top .nav  .dropdown-menu > .active > a, .header-top .nav  .dropdown-menu > .active > a:focus, .header-top .nav  .dropdown-menu > .active > a:hover {
    font-weight: bold;
    background: transparent;
    color: #fff;
}
.header-top .nav .dropdown-menu > li.active::before {
    color: #fff;
}
.btn-black {
    color: #fff;
    background-color: #333;
    border-color: #333;
	transition: all 0.3s ease-in-out;
}
.btn-black:hover, .btn-black:focus {
	color: #fff;
    background-color: #000;
    border-color: #000;
}

.nav .text-left{
	text-align: left !important;
}

div#overlay { display: none; }

a#toggle {
    position: absolute;
    top: 22px;
    left: 5px;
    width: 40px;
    height: 40px;
    background-color: #f8f8f8;
    text-align: center;
    color: #000;
    display: none;
    transition: all ease-out 0.3s;
    line-height: 40px;
    font-size: 22px;
    bottom: 0;
    border-radius: 4px;
}

a#toggle i {
    position: relative;
    top: 11px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
a#toggle-closed {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #ddd;
    border-color: #DDD;
    text-align: center;
    color: #000 !important;
    transition: all ease-out 0.3s;
    font-size: 17px;
    line-height: 30px;
    border-radius: 4px;
    display: none;
}

main#content { padding: 10px; }

#menu {
    text-align: center;
    transition: all ease-out 0.3s;
    margin-top: 25px;
}

#menu a {text-decoration: none;}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu ul li {
  display: inline-block;
  position: static;
  text-transform: uppercase;
  text-align: center;
}

#menu ul li > a {
    display: inline-block;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 7px;
    color: #000;
}

#menu ul li > a > i {
  margin-left: 15px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.1s;
  display: none;
}

#menu ul li ul {
  display: none;
  position: absolute;
}

#menu ul li ul li { display: inline-block; text-transform: uppercase; }

#menu ul li ul li a { 
	display: block; 
	text-decoration: none;
	color: #fff;
}

#menu > ul > li:hover > a { background-color: #262626; color: #fff; }

#menu ul li:hover > a > i { 
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
}

#menu ul li:hover ul { display: block; }


.social-icons {
    padding: 5px 0px;
}
.social-icons li i{
	color: #000000;
	font-size: 20px;
	width: 35px;
	height: 35px;
	border: 1px #000 solid;
	border-radius: 100%;
	text-align: center;
	line-height: 35px;
}

/****
** SLIDER AREA
*****/
.slider-area{
	position: relative;
	z-index: 9;
	background: #fff;
}
.tp-caption.image-item{
    top: 80px !important;
    right: 0 !important;
    left: auto !important;
  }
.slider-area-dextop{
	display: block;
}
.slider-area-mobile{
	display: none;
}

/****
** VIDEO
*****/
.video-area {
	position:relative;
	z-index: 9999;
	margin: -180px 0; 
}
.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%;
}
.video-arrow{
	position: absolute;
	top: -100px;
	right: 0;
	z-index: 999999999;
	transform: rotate(-12deg);
	-webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
}
.video-blocks .img-box{
    border: 1px solid rgb(153, 153, 153);
    border-radius: 20px;
    position: relative;
}
.video-blocks .img-box img{
    height: 210px;
    margin: 0px auto;
}
.video-blocks .img-box:after{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url('../play-icon.png') no-repeat center center;
    content: '';
}

/****
** BLOCKS
*****/
.blocks-area{
	padding: 30px 0;
}
.blocks-area .heading {
    font-family: 'TeXGyreAdventor';
    font-size: 34px;
    line-height: 40px;
    padding: 30px 0;
    margin: 0;
}
.blocks-area ul li h3 {
    font-size: 27px;
    line-height: 31px;
    font-weight: normal;
    margin: 0;
}
.blocks-area ul li{
	padding-bottom: 20px;
}
.blocks-area ul li .row{
	margin: 0 -5px;
}
.blocks-area ul li .row .col-sm-2, .blocks-area ul li .row .col-sm-10{
	padding-left: 5px;
	padding-right: 5px;
}
.blocks-area ul li .row .col-sm-2 {
    width: 13.667%;
}
.blocks-area ul li:last-child{
	padding-bottom: 0;
}
.blocks-area .fa-angle-down{
    font-size: 60px;
	line-height: 35px;
}
.blocks-area ul li img{
	max-width: 65px;
}
.blocks-area .row .col-sm-10{
	padding-top: 13px;
}

/****
** FIRST BLOCKS
*****/
.first-blocks .big-img{
	margin: 0 auto;
}
.first-blocks .fa-arrow-circle-right{
	color: #d3b402;
	font-size: 30px;
	line-height: 30px;
}
.first-blocks .fa-angle-down{
    color: #fff;
}

/****
** SECOND BLOCKS
*****/
.second-blocks .fa-arrow-circle-right{
	color: #bc83b0;
	font-size: 30px;
}
.second-blocks .fa-angle-down{
    color: #262626;
}

/****
** THIRD BLOCKS
*****/
.products-blocks{
	padding-bottom: 0;
}
.third-blocks .product-block .product-box{
	padding: 0;
}
.third-blocks .fa-arrow-circle-right{
	color: #d3b402;
	font-size: 30px;
}
.third-blocks .fa-angle-down{
    color: #fff;
}
.product-block{
	color: #fff;
	margin: 0;
}
.product-block .owl-item{
	background: #333;
	min-height: 375px;
	max-height: 375px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.product-block .owl-item:nth-child(2n+2){
	background: #bfbfbf;
	color: #262626;
}
.product-block .product-box img{
    max-height: 300px;
	padding: 20px 10px 0 10px;
}
.product-block .product-title {
    font-size: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99999;
    display: block;
}
.product-block .product-title .fa-arrow-circle-right{
	color: #f6ff00;
	font-size: 30px;
	display: block;
	margin-top: 5px;
}
.products-blocks .owl-pagination{
	display: none;
}
.products-blocks .owl-buttons div {
    color: #FFF;
    opacity: 1 !important;
	text-indent: -9999px !important;
	background: url('../slider-arrow.png') no-repeat center center !important;
	position: absolute !important;
	bottom: 160px !important;
	width: 37px !important;
	height: 37px !important;
}
.products-blocks .owl-buttons .owl-prev {
    left: 0 !important;
}
.products-blocks .owl-buttons .owl-next {
    right: 0 !important;
	transform: rotate(180deg);
}
.products-blocks .owl-theme .owl-controls {
    margin-top: 0;
}

/****
** FOURTH BLOCKS
*****/
.fourth-blocks .fa-arrow-circle-right{
	color: #b50507;
	font-size: 30px;
	float: right;
}
.fourth-blocks ul li p{
	margin: 0;
}
.fourth-blocks ul li {
    font-size: 17px;
	line-height: 22px;
    color: #000;
	padding-bottom: 0;
	vertical-align: middle;
}
.fourth-blocks ul li.icon{
    width: 13%;
    display: inline-block;
}
.fourth-blocks ul li.icon img{
	background: rgb(38, 38, 38) none repeat scroll 0% 0%;
	padding: 7px;
	border-radius: 100%;
}
.fourth-blocks ul li.name{
    width: 86%;
    display: inline-block;
}
.fourth-blocks .article-area > ul > li{
	margin-bottom: 20px;
}

/****
** CONTACT ADDRESS BLOCKS
*****/
.contact-address-area li .fa{
	font-size: 21px;
	width: 25px;
}
.contact-address-area li{
	margin-bottom: 5px;
}

/****
** TESTIMONIALS BLOCKS
*****/
.testimonials-heading {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 0px;
    margin-top: 0px;
    font-family: 'TeXGyreAdventor';
    font-size: 20px;
    font-weight: 600;
    height: 70px;
    line-height: 46px;
}
.testimonials-heading-first {
    line-height: 22px;
}
.testimonials-blocks .fa-angle-down{
    color: #fff;
    text-align: center;
    display: block;
}
.testimonials-blocks .tabs-area{
	color: #fff;
}
.testimonials-blocks .tabs-area > ul > li{
    background: #1a1a1a;
    color: #fff;
    border: 1px #b5b5b5 solid;
    font-size: 19px;
    width: 33%;
    padding: 25px 11px !important;
    text-align: center;
}
.testimonials-blocks .tabs-area > ul > li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-left: 66px;
}
.testimonials-blocks .tabs-area > ul > li a::before{
    width: 65px;
    height: 65px;
    content: '';
    position: absolute;
    left: -10px;
    top: -19px;
}
.testimonials-blocks .tabs-area > ul > li:nth-child(1) a::before{
    background: url('../professional-technician.png') center center no-repeat;
}
.testimonials-blocks .tabs-area > ul > li:nth-child(2) a::before{
    background: url('../spfx.png') center center no-repeat;
}
.testimonials-blocks .tabs-area > ul > li:nth-child(3) a::before{
    background: url('../back-yard-enthusiast.png') center center no-repeat;
}
.testimonials-blocks .tabs-area a:focus {
    outline: medium none;
    outline-offset: 0;
}
.testimonials-blocks .tabs-area li.selected{
	background: #0b0b0b;
}
.testimonials-blocks .clients-name li{
	margin: 0;
	vertical-align: middle;
	padding: 0 10px; 
	font-size: 16px;
	line-height: 20px;
	color: #f6ff00;
}
.testimonials-blocks .clients-name{
	margin-top: 30px;
}
.testimonials-blocks .clients-name li:last-child{
	margin: 0;
}
.testimonials-blocks .clients-name li img {
    border: 5px #fff solid;
    border-radius: 100%;
    margin: 0 auto;
	width: 80px;
	height: 80px;
	max-width: 100%;
	margin-bottom: 10px;
}
.testimonials-blocks  .testimonials-details{
	font-size: 15px;
	border: 2px #fff solid;
	border-radius: 10px;
	padding: 20px;
	position: relative;
}
.testimonials-blocks .testimonials-details::before {
    position: absolute;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-top: 15px #fff solid;
    left: 20px;
    bottom: -15px;
    width: 0;
    height: 0;
    content: '';
}
.testimonials-blocks .tab-content{
    display: block;
    margin-top: 40px;
}
.testimonials-blocks .fa-arrow-circle-right{
	color: #f6ff00;
	font-size: 30px;
	float: right;
}
.testimonials-blocks .navHighlighter{
	text-align: center;
}
.testimonials-blocks .navHighlighter a{
	display: inline-block;
}
.testimonials-blocks  .single-testimonials{
	border: 0;
	border-radius: 0;
	padding: 0;
	margin-bottom: 30px;
	text-align: center;
}
.testimonials-blocks .single-testimonials::before {
    display: none;
}
.testimonials-blocks .accordian-toggle{
    background: rgb(26, 26, 26) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(181, 181, 181);
    font-size: 19px;
    width: 100%;
    padding: 25px 0 25px 70px;
    text-align: center;
	position: relative;
}
.testimonials-blocks .col-md-4:nth-child(1) .accordian-toggle:before {
    background: url('../professional-technician.png') center center no-repeat;
	left: 23px;
}
.testimonials-blocks .col-md-4:nth-child(2) .accordian-toggle:before {
    background: url('../spfx.png') center center no-repeat;
	left: 61px;
}
.testimonials-blocks .col-md-4:nth-child(3) .accordian-toggle:before {
    background: url('../back-yard-enthusiast.png') center center no-repeat;
}
.testimonials-blocks .col-md-4 .accordian-toggle:before {
    width: 65px;
	height: 65px;
	content: '';
	position: absolute;
	left: 6px;
	top: 3px;
}

/****
** ARTICLE CAPTION
*****/
.article-caption{
    position: relative;
}
.article-caption h1 {
    background: url('../new-to-cobra-bg.png') no-repeat center center;
    width: 1000px;
    height: 85px;
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    padding-top: 17px;
    position: absolute;
    top: -63px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}
.article-caption a{
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

/****
** AUDIO BOX
*****/
.audio-box ul li{
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
}
.audio-box ul li:before{
	width: 20px;
	height: 20px;
	background: url('../gray-check-medium.png') no-repeat center center;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}


/****
** FOOTER AREA
*****/
.footer-area{
	background: #0b0b0b;
	color: #8e8e8e;
	padding:30px 0; 
}
.footer-area ul{
	margin-bottom: 0;
}
.footer-area .col-md-3{
	width: 20%;
}
.footer-area .category-title{
    text-transform: uppercase;
    color: #f5f5f5;
    padding-bottom: 10px;
}
.footer-link li{
	position: relative;
	text-transform: uppercase;
	padding-bottom: 12px;
	padding-left: 15px;
}
.footer-link li::before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #8e8e8e;
    font-size: 22px;
    position: absolute;
    top: -5px;
    left: 0;
}
.footer-link li a{
	color: #8e8e8e;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:hover{
	color: #fff;
}
.footer-bottom{
	border-top: 1px #646464 solid;
	margin-top: 34px;
	padding: 30px 0 0 0; 
}
.footer-bottom .social-icons{
	padding-bottom: 0;
}
.footer-bottom .social-icons li i{
	color: #8e8e8e;
	border: 1px #8e8e8e solid;
}

/****
** INNERPAGE BANNER AREA
*****/
.banner-area{
	background: rgba(175,175,175,1);
	background: -moz-linear-gradient(left, rgba(175,175,175,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(175,175,175,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(left, rgba(175,175,175,1) 0%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(left, rgba(175,175,175,1) 0%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(left, rgba(175,175,175,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(to right, rgba(175,175,175,1) 0%, rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#f2f2f2', GradientType=1 );
	color: #382e2e;
	padding: 20px 0;
}
.banner-area small {
    font-size: 14px;
    display: block;
}
.banner-area .banner-title{
	font-size: 39px;
	line-height: 43px;
	color: #1b1a1a;
	margin: 0 0 20px 0;
	font-family: 'TeXGyreAdventor';
}
.banner-area h4{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.banner-area .banner-title b{
	display: block;
}
.banner-area .big-img{
	float: right;
}
.banner-video-btn {
    margin-top: 20px;
    max-width: 490px;
    margin-bottom: 0;
}
.banner-video-btn li {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.banner-video-btn li:last-child{
	margin-bottom: 0px;
}
.banner-video-btn li a {
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: block;
    border-radius: 10px;
}
.banner-video-btn li::after {
    position: absolute;
    top: -5px;
    right: -13px;
    width: 55px;
    height: 55px;
    content: '';
}

/****
** BANNER RED VIDEO BUTTON
*****/
.banner-red-video-btn li a{
	background: #cc2528;
}
.banner-red-video-btn li a:hover{
	background: #aa191c;
}
.banner-red-video-btn li::after {
    background: url('../red-video-btn.png') no-repeat center center;
}

/****
** BANNER ORRANGE VIDEO BUTTON
*****/
.banner-orrange-video-btn li a{
	background: #b8420f;
}
.banner-orrange-video-btn li a:hover{
	background: #9f3709;
}
.banner-orrange-video-btn li::after {
    background: url('../orrange-video-btn.png') no-repeat center center;
}

/****
** BANNER DEEP GRAY VIDEO BUTTON
*****/
.banner-deep-gray-video-btn li a{
	background: #292d2e;
}
.banner-deep-gray-video-btn li a:hover{
	background: #424242;
}
.banner-deep-gray-video-btn li::after {
    background: url('../deep-gray-video-btn.png') no-repeat center center;
}

/****
** BANNER PINK VIDEO BUTTON
*****/
.banner-pink-video-btn li a{
	background: #ba338b;
}
.banner-pink-video-btn li a:hover{
	background: #a7297b;
}
.banner-pink-video-btn li::after {
    background: url('../pink-video-btn.png') no-repeat center center;
}

/****
** FAQS
*****/
.faqs-grids{
	margin-bottom: 10px;
}
.faqs-grids .col-sm-4{
	margin-bottom: 30px;
}
.faqs-grids .faqs-grids-box img{
	max-height: 277px;
	min-height: 277px;
	margin: 0 auto;
	display: block;
}
.faqs-grids .faqs-grids-box{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.faqs-grids .faqs-grids-box:after{
	background: RGBA(0, 0, 0, 0.5);
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}
.faqs-grids .faqs-grids-box:hover:after{
	background: RGBA(0, 0, 0, 0.7);
}
.faqs-grids .faqs-grids-box .faqs-grids-title{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 0;
	color: #fff;
	z-index: 9999;
	text-align: center;
}
.faqs-grids .faqs-grids-box .faqs-grids-title a{
	color: #fff;
	text-decoration: none;
}
.faqs-heading{
	font-family: 'TeXGyreAdventor';
	font-size: 36px;
	color: #7B7D7D;
	margin: 0;
	padding: 0 0 20px 0;
}
.faqs-accordian .accordian-toggle{
	font-family: 'TeXGyreAdventor';
	background: #7B7D7D;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	display: block;
	cursor: pointer;
}
.faqs-accordian .accordian-toggle.active-toggle{
	background: #7B7D7D;
}
.faqs-accordian .accordian-content {
    font-size: 15px;
	padding: 10px;
}

/****
** BENIFIT
*****/
.benifit-blocks .page-heading{
	font-size: 33px;
	color: #1b1a1a;
	text-transform: uppercase;
}
.benifit-blocks{
	margin-bottom: 20px;
}
.benifit-blocks:last-child{
	margin-bottom: 0px;
}

/****
** SPFX
*****/
.spfx-blocks .img-right, .spfx-blocks .img-left{
	max-height: 300px;
	margin-top: 30px;
}
.spfx-blocks{
	padding: 20px 0;
}

/****
** PRODUCT BLOCKS
*****/
.product-blocks .img-right, .product-blocks .img-left{
	max-height: 300px;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 15px;
}
.product-blocks{
	padding: 0px 0;
}

/****
** ACCESSORIES
*****/
.accessories-grids{
	margin-bottom: 10px;
}
.accessories-grids .col-sm-3{
	margin-bottom: 30px;
}
.accessories-grids .accessories-grids-box img{
	max-height: 250px;
	min-height: 250px;
	margin: 0 auto;
	display: block;
}
.accessories-grids .accessories-grids-box{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	max-height: 250px;
	min-height: 250px;
}
.accessories-grids .accessories-grids-box:after{
	background: RGBA(0, 0, 0, 0.5);
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}
.accessories-grids .accessories-grids-box:hover:after{
	background: RGBA(0, 0, 0, 0.7);
}
.accessories-grids .accessories-grids-box .accessories-grids-title{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 0;
	color: #fff;
	z-index: 9999;
	text-align: center;
	font-size: 20px;
}
.accessories-grids .accessories-grids-box .accessories-grids-title a{
	color: #fff;
	text-decoration: none;
}

/****
** COBRA SYSTEM
*****/
.cobra-system-blocks .row .col-sm-9{
	padding-bottom: 20px;
}
.cobra-system-blocks ul li{
	position: relative;
	padding-left: 40px;
	font-size: 15px;
	margin-bottom: 18px;
}
.cobra-system-blocks ul li:last-child{
	margin-bottom: 0;
}
.cobra-system-blocks ul li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 33px;
	height: 33px;
	background: url('../blue-arrow.png') no-repeat center center;
}
.cobra-system-blocks .product-img{
	max-height: 350px;
	margin: 0 auto;
}
.steps{
	text-transform: uppercase;
}
.steps .number{
	width: 60px;
	height: 60px;
	background: #de2925;
	color: #fff;
	font-size: 40px;
	line-height: 60px;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
}

/****
** FEATURES
*****/
.features-blocks{
}
.features-blocks .title{
	padding-bottom: 20px;
}
.features-blocks ul li{
	position: relative;
	padding-left: 40px;
	font-size: 15px;
	margin-bottom: 18px;
}
.features-blocks ul li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 30px;
	height: 30px;
	background: url('../red-check2.png') no-repeat center center;
}
.features-blocks .product-img{
	max-height: 350px;
	margin: 0 auto;
}

/****
** PACKAGES
*****/
.packages-blocks span{
	color: #008000;
	font-weight: bold;
	display: block;
}
.packages-blocks .table-bordered > tbody > tr > td, .packages-blocks .table-bordered > tbody > tr > th, .packages-blocks .table-bordered > tfoot > tr > td, .packages-blocks .table-bordered > tfoot > tr > th, .packages-blocks .table-bordered > thead > tr > td, .packages-blocks .table-bordered > thead > tr > th {
    vertical-align: middle;
}
.packages-blocks table b{
	text-decoration: line-through;
	font-weight: normal;
}
.packages-blocks table h4{
	font-weight: bold;
	margin-bottom: 0;
}
.packages-blocks table .gray-button{
	margin-bottom: 0;
}

/****
** IGNITERS
*****/
.igniters-blocks{
	padding: 30px 0;
}
.igniters-blocks .title{
	font-family: 'TeXGyreAdventor';
	margin: 0;
	padding: 0 0 20px 0;
}
.igniters-banner .banner-video-btn {
    max-width: 550px;
}

/****
** QUICK-SPACE
*****/
.quick-space-heading{
	background: #3a3a3a;
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 11px 9px;
	font-family: 'TeXGyreAdventor';
}
.quick-space-table .table thead  tr  th:first-child{
	background: #878787;
	color: #fff;
}
.quick-space-table .table thead  tr  th:nth-child(2){
	background: #5c5c5c;
	color: #fff;
}
.quick-space-table .table thead  tr  th:nth-child(3){
	background: #383838;
	color: #fff;
}
.quick-space-table{
	font-size: 15px;
	border: 1px #aaaaaa solid;
	margin-bottom: 0;
}
.quick-space-table .table{
	margin-bottom: 0;
}
.quick-space-table .table tr td{
	background: #d7d6d6;
	border-right: 1px #aaa solid;
	border-top: 1px #aaa solid;
}
.quick-space-table .table tr td:last-child{
	border-right: 0;
}
.quick-space-table p{
	margin: 0;
}
.quick-space-table > tbody > tr > td, .quick-space-table > tbody > tr > th, .quick-space-table > tfoot > tr > td, .quick-space-table > tfoot > tr > th, .quick-space-table > thead > tr > td, .quick-space-table > thead > tr > th {
    vertical-align: middle;
    border-right: 1px solid #aaa;
}
.quick-space-table > tbody > tr > td:last-child, .quick-space-table > tbody > tr > th:last-child, .quick-space-table > tfoot > tr > td:last-child, .quick-space-table > tfoot > tr > th:last-child, .quick-space-table > thead > tr > td:last-child, .quick-space-table > thead > tr > th:last-child {
    border-right: 0
}
.quick-space-table > tbody > tr > td, .quick-space-table > tbody > tr > th, .quick-space-table > tfoot > tr > td, .quick-space-table > tfoot > tr > th, .quick-space-table > thead > tr > td, .quick-space-table > thead > tr > th {
    padding: 8px;
}
.quick-space-table  tbody  tr  td.new-table{
	padding: 0;
}
.quick-space-table> tbody > tr > td, .quick-space-table > tbody > tr > th, .quick-space-table > tfoot > tr > td, .quick-space-table > tfoot > tr > th, .quick-space-table > thead > tr > td, .quick-space-table > thead > tr > th {
    border-top: 1px solid #aaa;
}

/****
** BACKYARD ENTHUSIAST
*****/
.backyard-enthusiast .container{
	position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}

/****
** MODULES
*****/
.modules-blocks{
	padding: 30px 0;
}
.modules-blocks .title{
	font-family: 'TeXGyreAdventor';
	margin: 0;
	padding: 0 0 20px 0;
}
.modules-blocks .quick-space-table{
	font-size: 14px;
}
.modules-blocks .quick-space-table .table tr td {
    font-size: 12px;
    padding: 6px;
    line-height: 14px;
}

/****
** OVERVIEW BLOCKS
*****/
.professional_pyrotechnician{
	padding: 20px 0;
}
.professional_pyrotechnician .page-heading{
    margin-bottom: 20px;
}
.overview-banner-area .listing li {
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 11px;
    padding-top: 5px;
}
.overview-banner-area .listing li:before{
	background: url('../pink-check.png') no-repeat center center;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	content: '';
	position: absolute;
}
.overview-banner-area ul{
	margin-bottom: 0;
}
.overview-banner-area .banner-video-btn {
    margin-top: 20px;
    margin-bottom: 0;
}
.overview-banner-area .banner-video-btn li {
    margin-bottom: 15px;
}
.banner-area.overview-banner-area .banner-title {
    margin: 30px 0 20px 0;
}
.overview-blocks{
    padding: 20px 0;
}
.overview-blocks .banner-video-btn li a {
    font-size: 17px;
}
.overview-blocks .deep-gray-buttons, .overview-blocks .light-gray-buttons{
    margin-bottom: 50px;
}
.type-of-shows-blocks .deep-gray-buttons a {
    padding: 11px 11px;
    color: #000;
    background-color: #eeeeee;
    font-size: 18px;
    display: block;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    text-decoration: none;
    border: 2px #7d7d7d solid;
	position: relative;
	float: left;
	width: 100%;
}
.type-of-shows-blocks .deep-gray-buttons .hand-held-remote-img{
	top: 15px;
}
.type-of-shows-blocks .gray-buttons a {
    padding: 11px 11px;
    color: #fff;
    background-color: #333;
    font-size: 18px;
    display: block;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    text-decoration: none;
}
.overview-blocks .deep-gray-buttons a img{
	position: absolute;
	left: -24px;
	top: 35px;
	width: 50px;
}
.type-of-shows-blocks .right-side-heading{
	font-weight: bold;
	margin: 0px;
	padding-bottom: 20px;
}
.overview-blocks .deep-gray-buttons a span{
	position: relative;
	z-index: 9;
	font-weight: bold;
	background: #eee;
	}
.overview-blocks .light-gray-buttons a {
    padding: 11px 11px;
    color: #fff;
    background-color: #868585;
    font-size: 18px;
    display: block;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    text-decoration: none;
}
.overview-blocks .deep-gray-buttons .small, .overview-blocks .deep-gray-buttons small {
    font-size: 75%;
}
.overview-blocks .light-gray-buttons a:hover{
	background-color: #333333;
}
.overview-blocks  .banner-video-btn {
    margin-bottom: 24px;
}
.overview-blocks .banner-video-btn li::after {
    right: -33px;
}
.quotes {
    background-color: #dbdbdb;
    border: 1px #595959 solid;
    position: relative;
    border-radius: 10px;
}
.quotes::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 100px 0px 0;
    border-color: transparent #595959 transparent transparent;
    position: absolute;
    content: '';
    right: 7px;
    bottom: -18px;
    transform: rotate(-20deg);
    z-index: -1;
}
.banner-area .quotes{
	background-color: transparent;
	padding: 0;
	border: 0;
	font-size: 16px;
}
.testimonials-blocks .quotes{
	background-color: transparent;
	color: #fff;
}
.banner-area .quotes::after, .testimonials-blocks .quotes::after{
    display: none;
}
.quotes span {
    position: relative;
    padding: 10px;
    display: block;
    text-indent: 36px;
}
.banner-area .quotes span{
    background-color: #dbdbdb;
    padding: 10px;
    border: 1px #595959 solid;
    position: relative;
    border-radius: 10px;
}
.banner-area .quotes{
    position: relative;
}
.quotes span:before{
    position: absolute;
    left: 7px;
    top: 7px;
    width: 35px;
    height: 24px;
    content: '';
}
.banner-area .quote-client {
    padding-bottom: 15px;
}
.quotes span::after {
    position: absolute;
    bottom: 7px;
    width: 35px;
    height: 24px;
    content: '';
}


.quotes-black span:before, .quotes-black span:after{
    background: url('../black-quotation.png') no-repeat center center;
}
.quotes-orrange span:before, .quotes-orrange span:after{
    background: url('../orrange-quotation.png') no-repeat center center;
}
.quotes-red span:before, .quotes-red span:after{
    background: url('../red-quotation.png') no-repeat center center;
}
.quotes-yellow span:before, .quotes-yellow span:after{
    background: url('../yellow-quotation.png') no-repeat center center;
}
.quotes-black span:after, .quotes-orrange span:after, .quotes-red span:after, .quotes-yellow span:after{
	transform: rotate(180deg);
}
.quotes-caption {
    padding-right: 110px;
    padding-top: 15px;
    text-align: right;
}
.banner-list-link li{
    position: relative;
    padding-left: 26px;
    padding-bottom: 10px;
}
.banner-list-link ul li::before{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	line-height: 20px;
}
.gray-banner-list-link li a .fa, .gray-banner-list-link ul li::before{
    font-size: 20px;
    color: #292d2e;
}
.orrange-banner-list-link li a .fa, .orrange-banner-list-link ul li::before{
    font-size: 20px;
    color: #b8420f;
}
.red-banner-list-link li a .fa, .red-banner-list-link ul li::before{
    font-size: 20px;
    color: #cc2528;
}
.banner-list-link li a, .banner-list-link li a:hover, .banner-list-link li a:focus{
   color: #000;
   text-decoration: none;
}
.quote-text{
	font-size: 16px;
}
.quote-client{
	font-weight: bold;
	font-size: 15px;
}

/****
** TYPE OF SHOWS BLOCK
*****/
.type-of-shows-blocks .img-circle{
    background: rgb(188, 131, 176) none repeat scroll 0% 0%;
}
.type-of-shows-blocks .pink-check-arrow-list li, .type-of-shows-blocks .gray-check-arrow-list li{
	position: relative;
	padding-left: 25px;
}
.type-of-shows-blocks .pink-check-arrow-list li:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url('../pink-check-medium.png') no-repeat center center;
	content: '';
}
.type-of-shows-blocks .gray-check-arrow-list li:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url('../gray-check-medium.png') no-repeat center center;
	content: '';
}
.type-of-shows-blocks .col-md-7 a{
    color: #333;
	text-decoration: underline;
}
.type-of-shows-blocks .col-md-7 h3{
    font-size: 18px;
	position: relative;
	padding-right: 27px;
	display: inline-block;
}
.type-of-shows-blocks .col-md-7 h3:after{
    top: 0;
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	background: url('../gray-check-medium.png') no-repeat center center;
	content: '';
}

.type-of-shows-blocks h2 a, .type-of-shows-blocks h3 a{
	text-decoration: none !important;
	color: #000;
}
/****
** PRODUCTS DETAILS BLOCK
*****/
.product-details-block{
	border-top: 1px #ccc solid;
	padding-top: 20px;
}
.product-details-block .tabs-area ul li {
    width: 20%;
    text-align: center;
    padding: 0 1px;
    font-size: 17px;
}
.product-details-block .tabs-area ul li a {
    background: #ccc;
    color: #0b0b0b;
    padding: 29px 0;
    display: block;
    text-decoration: none;
}
.product-details-block .tabs-area ul li:last-child a,  .product-details-block .tabs-area ul li.selected:last-child a{
    background: #e1c903;
    color: #0b0b0b;
}
.product-details-block .tabs-area ul li.selected a{
	background: #0b0b0b;
	color: #fff;
}
.product-details-block .tabs-area ul{
	margin-bottom: 0;
	font-size: 0;
}
.product-details-tabs{
	padding: 10px 0;
}
.product-details-block .banner-video-btn {
    margin-top: 25px;
    max-width: 300px;
    margin-bottom: 0px;
}
.yellow-button{
	margin-bottom: 0px;
}
.yellow-button li a{
	background: #ecd902;
	color: #000;
	padding: 12px 24px;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	margin-bottom: 18px;
	border-radius: 12px;
	min-width: 233px;
	text-align: center;
}
.yellow-button li a:hover, .yellow-button li a:focus{
	background: #f8e400;
	color: #000;
	text-decoration: none;
}

/****
** SHOW SOFTWARE
*****/
.show-software-banner .banner-video-btn {
    max-width: 530px;
}

/****
** SHOW SOFTWARE
*****/
.show-software-blocks{
	padding: 30px 0;
}
.show-software-blocks .title{
	font-family: 'TeXGyreAdventor';
	margin: 0;
	padding: 0 0 20px 0;
}
.show-software-blocks .quick-space-table{
	font-size: 14px;
}
.show-software-blocks .quick-space-table .table tr td {
    font-size: 12px;
    padding: 6px;
    line-height: 14px;
}

/****
** TESTIMONIALS BLOCK
*****/
.divider-line{
	margin: 15px 0 23px 0;
	width: 100%;
	height: 1px;
	background: #ababab;
}
.testimonials-block .testimonials-content{
	position: relative;
	text-indent: 50px;
}
.testimonials-block .testimonials-content:before{
	position: absolute;
	content:'';
	top: -8px;
	left: 0;
	background: url('../testimonials-quotation.png') no-repeat center center;
	width: 42px;
	height: 23px;
}
.testimonials-block .testimonials-caption{
	font-size: 15px;
	color: #262626;
	padding: 8px 12px;
	border-left: 2px #8f8f8f solid;
	font-family: 'TeXGyreAdventor';
	font-weight: bold;
}

/****
** WARRENTY SERVICES
*****/
.warranty_service .img-responsive{
	margin: 0 auto;
}
.warranty_service .title{
	font-weight: bold;
	font-family: 'TeXGyreAdventor';
	color: #1b1a1a;
	padding: 40px 0;
	margin: 0;
	line-height: 35px;
}
.warranty_service ul li {
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}
.warranty_service ul li:last-child{
	margin-bottom: 0;
}
.warranty_service ul li:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	background: url('../red-check3.png') no-repeat center center;
	content: '';
}

/****
** USER GUIDES
*****/
.interested-heding-blocks a{
	color: #fff;
	text-decoration: none;
}
.user-guides-blocks .tabs-area > ul > li {
    background: #1a1a1a;
    color: #fff;
    border: 1px #b5b5b5 solid;
    font-size: 22px;
    width: 25%;
    padding: 25px 19px !important;
    text-align: center;
}
.user-guides-blocks .tabs-area li.selected {
    background: #0b0b0b;
    position: relative;
}
.user-guides-blocks .tabs-area li.selected::after {
    position: absolute;
    bottom: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0b0b0b;
    left: 0;
    content: '';
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
}
.user-guides-blocks .tabs-area > ul > li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.user-guides-blocks .tabs-area > ul{
    font-size: 0;
    margin-bottom: 30px;
}
.user-guides-blocks .tab-content .title{
    margin-top: 0;
}
.user-guides-blocks .tab-content p{
    margin-bottom: 0;
}
.user-guides-blocks .tab-content .title a{
    color: #202020;
    text-decoration: none;
}
.user-guides-blocks .tabs-area .tab-content > .row{
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px #ccc solid;
}
.user-guides-blocks .tab-content .row:nth-child(2n+2) {
    background: #f5f5f5;
}

/****
** VIDEOS
*****/
.video-grids .col-sm-4{
	margin-bottom: 25px;
}
.video-blocks hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #c0c0c0;
}

/****
** ABOUT
*****/
.about-banner img{
	max-height: 300px;
}

/****
** CLUB COBRA
*****/
.club-cobra-banner img {
    max-height: 300px;
}
.club-cobra-first-blocks .row{
	margin: 0;
}
.club-cobra-first-blocks .row .col-sm-4 {
    width: 33%;
    height: 386px;
    padding-left: 80px;
    position: relative;
}
.club-cobra-first-blocks .row .col-sm-4::before {
    position: absolute;
    top: 21px;
    left: 13px;
    width: 50px;
    height: 50px;
    background: #202020;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
}
.club-cobra-first-blocks .row .col-sm-4:nth-child(1):before{
	content: '1';
}
.club-cobra-first-blocks .row .col-sm-4:nth-child(2):before{
	content: '2';
}
.club-cobra-first-blocks .row .col-sm-4:nth-child(3):before{
	content: '3';
}
.club-cobra-blocks .row .row{
    background: rgb(204, 204, 204) none repeat scroll 0% 0%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
.club-cobra-blocks .row .row .col-sm-8{
    background: #fff;
}
.club-cobra-blocks .row .row .col-sm-8 p{
    margin-bottom: 5px;
}
.club-cobra-blocks .row .row .col-sm-4 h2{
    padding: 25px 0 0 0;
}

/****
** SOFTWARE BLOCK
*****/
.important-blocks{
	padding: 20px;
}

/****
** SLATS
*****/
.slats-grids{
	margin-bottom: 10px;
}
.slats-grids .col-sm-3{
	margin-bottom: 30px;
}
.slats-grids .slats-grids-box img{
	max-height: 250px;
	min-height: 250px;
	margin: 0 auto;
	display: block;
}
.slats-grids .slats-grids-box{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.slats-grids .slats-grids-box:after{
	background: RGBA(0, 0, 0, 0.5);
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}
.slats-grids .slats-grids-box:hover:after{
	background: RGBA(0, 0, 0, 0.7);
}
.slats-grids .slats-grids-box .slats-grids-title{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 0;
	color: #fff;
	z-index: 9999;
	text-align: center;
	font-size: 20px;
}
.slats-grids .slats-grids-box .slats-grids-title a{
	color: #fff;
	text-decoration: none;
}

/****
** NEW TO COBRA BLOCKS
*****/
.new-to-cobra-blocks .banner-area{
	background: transparent;
}
.new-to-cobra-blocks .heading-area{
	margin: 0;
	padding-bottom: 20px;
	font-size: 0;
}
.new-to-cobra-blocks .heading-area .col-sm-3, .new-to-cobra-blocks .heading-area .col-sm-9{
	padding: 0;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.new-to-cobra-blocks .heading-area h3{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.new-to-cobra-blocks .description{
	min-height: 125px;
}
.new-to-cobra-blocks .banner-list-link{
	min-height: 320px;
}

/****
** FACEBOOK GROUP PAGE
*****/


/****
** RELEASE NOTES
*****/
.release-notes li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    margin-bottom: 6px;
}
.release-notes li:before{
    position: absolute;
    background: url('../red-check2-small.png') no-repeat center center;
    width: 20px;
    height: 20px;
    content: '';
    left: 0;
    top: 0;
}
.download-files{
    background-color: #eeeeee;
    border: 1px #595959 solid;
    border-radius: 20px;
    height: 240px;
    padding: 20px;
    text-align: center;
}
.download-files img{
    height: 107px;
    margin: 0 auto;
}
.software-updrades-blocks a{
    text-decoration: none;
}
a .download-files h2 {
    color: #000;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 20px;
}
.software-updrades-blocks hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #999;
}

.table-content {
    width: 100%;
    overflow-x: auto;
}

/****
** RESPONSIVE CSS
*****/
@media (max-width: 1199px){
#menu {
    margin-top: 15px;
}
#menu ul li > a {
    padding: 10px;
}
.header-top .social-icons .list-inline > li {
    padding-right: 1px;
    padding-left: 1px;
}
.header-top .nav .dropdown-menu.support-menu > li > a {
    padding: 15px 16px !important;
}
.header-top .nav li .support-menu li {
    height: 197px;
}
}

@media (max-width: 991px){
.article-caption h1 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 25px;
    padding-top: 17px;
    position: static;
    background: #6C6C6C;
    padding-bottom: 17px;
}
#menu ul li ul li {
    font-size: 12px;
}
.header-top .nav .dropdown-menu li {
    height: 193px;
}
.header-top .nav li .support-menu li {
    height: 205px;
}
.header-top .nav .dropdown-menu.product-menu li {
    height: 196px;
}
.header-top .row {
    margin: 0px -5px;
}
.header-top .nav li .product-menu li {
    padding-bottom: 10px;
}
.header-top .col-md-10 {
    width: 90.333%;
    float: left;
    padding: 0 3px;
}
.header-top .col-md-2 {
    width: 9.667%;
    float: left;
    padding: 0 3px;
}
.header-top .social-icons .list-inline > li {
    padding-right: 0;
    padding-left: 0;
}
.social-icons li i {
    font-size: 17px;
    width: 28px;
    height: 28px;
    line-height: 28px;
}
#menu {
    font-size: 13px;
}
#menu ul li > a {
    padding: 10px 4px;
}
.header-top .navbar-brand {
    height: auto;
    padding: 18px 5px 18px 0;
    max-width: 100px;
}
}

@media (max-width: 767px){
.header-top .col-md-2 {
    margin-top: 25px;
}
.header-area #menu ul li > a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}
.top-menu {
    margin: 10px 0 10px 0;
}
.top-menu ul {
    text-align: center;
}
.header-top .nav .dropdown-menu.product-menu li {
    height: auto;
}
.header-top .nav li .support-menu li {
    height: auto;
}
.header-top .nav .dropdown-menu li {
    border: 0;
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px #fff solid;
    height: auto !important;
}
.header-top .nav li.dropdown .product-menu li:first-child img{
    padding: 0;
}
.navHighlighter, .blocks-area .heading{
	text-align: center;
}
.product-block .product-area img {
    margin-left: auto !important;
    margin-right: auto !important;
}
.product-block .product-area {
    width: 100%;
}
.products-blocks .pull-right{
	float: none !important;
}
.blocks-area .big-img {
    margin: 0 auto;
    margin-bottom: 30px;
}
.footer-area .col-md-3 {
    width: 100%;
}
.testimonials-blocks .tabs-area > ul > li {
    width: 100%;
    padding: 33px 19px !important;
}
.header-top .col-md-10 {
    width: 100%;
    padding: 0;
}
.header-top .col-md-2 {
    width: auto;
    float: left;
    padding: 0px;
    position: absolute;
    right: 15px;
}
.header-top .social-icons li i {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.header-top .social-icons .list-inline > li {
    padding-right: 2px;
    padding-left: 2px;
}
.header-top .nav li .dropdown-menu img {
    margin: 0 auto 10px auto;
}
.header-top .nav li.dropdown .product-menu li img {
    max-height: 90px;
}
.header-top .nav li .product-menu li {
    width: 100%;
    padding: 20px 0;
}
.header-top .nav li .support-menu li {
    width: 100%;
    height: auto;
}
.navbar-brand > img {
    margin: 0 auto;
}
.header-top .navbar-brand {
    max-width: 100%;
    float: none;
    width: auto;
    display: block;
}

main#content {
  margin-top: 65px;
  transition: all ease-out 0.3s;
}

div#overlay {
  display: block;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
  transition: all ease-out 0.3s;
  z-index: 1;
  opacity: 0;
}

html.open-menu { overflow: hidden; }

html.open-menu div#overlay {
  visibility: visible;
  opacity: 1;
  width: calc(-150%);
  left: 250px;
}

html.open-menu a#toggle,
 html.open-menu main#content { 
 	transform: translateX(0px);
 	-webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
 }
 .article-caption h1 {
    font-size: 26px;
}
.first-blocks .big-img, .second-blocks .big-img, .fourth-blocks .big-img{
    display: none;
}
.blocks-area ul li .row .col-sm-2 {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.blocks-area ul li .row .col-sm-10 {
    padding-left: 5px;
    padding-right: 5px;
    width: 221px;
    display: inline-block;
    height: 50px;
    vertical-align: middle;
}
.blocks-area ul li h3 {
    font-size: 19px;
    line-height: 19px;
}
.blocks-area .fa-arrow-circle-right {
    font-size: 23px;
    line-height: 23px;
}
.testimonials-dextop{
	display: none;
}
.testimonials-mobile{
	display: block;
}



.testimonials-blocks .accordian-area .accordian-toggle{
    background: #1a1a1a;
    color: #fff;
    border: 1px #b5b5b5 solid;
    font-size: 19px;
    width: 100%;
}
.testimonials-blocks .accordian-area .accordian-toggle::before{
    width: 65px;
    height: 65px;
    content: '';
    position: absolute;
}
.testimonials-blocks .accordian-area .accordian-toggle:nth-child(1)::before{
    background: url('../professional-technician.png') center center no-repeat;
}
.testimonials-blocks .accordian-area .accordian-toggle:nth-child(3)::before{
    background: url('../spfx.png') center center no-repeat;
}
.testimonials-blocks .accordian-area .accordian-toggle:nth-child(5)::before{
    background: url('../back-yard-enthusiast.png') center center no-repeat;
}
.testimonials-blocks .tabs-area a:focus {
    outline: medium none;
    outline-offset: 0;
}
.testimonials-blocks .accordian-area .accordian-toggle.active-toggle{
	background: #0b0b0b;
}





.testimonials-blocks .accordian-area{
	color: #fff;
}
.testimonials-blocks .accordian-area .accordian-toggle {
    padding: 27px 10px 19px 85px;
    height: 84px;
    text-align: left;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.testimonials-blocks .accordian-area  .accordian-toggle:nth-child(1)::before, .testimonials-blocks .accordian-area  .accordian-toggle:nth-child(3)::before, .testimonials-blocks .accordian-area  .accordian-toggle:nth-child(5)::before {
    left: 8px;
    top: 8px;
}
.product-block .product-title .fa-arrow-circle-right {
    display: none;
}
.product-block .product-area:nth-child(4) img {
    margin-top: 0px;
    max-width: auto;
    margin-left: 0;
    height: auto;
}
.product-block .product-area:nth-child(1) img {
    margin-top: 0;
    margin-left: 0;
}
.product-block .product-area {
    min-height: auto;
    max-height: 100%;
    height: auto;
}
}

@media (max-width: 640px){
	#menu {
		position: fixed;
		width: 250px;
		height: 100%;
		top: 0;
		left: 0;
		overflow: hidden;
		overflow-y: auto;
		background-color: #202020;
		transform: translateX(-250px);
		-webkit-transform: translateX(-250px);
		-moz-transform: translateX(-250px);
		-o-transform: translateX(-250px);
		-ms-transform: translateX(-250px);
		padding-top: 50px;
		margin-top: 0;
		font-size: 14px;
	}
	a#toggle {
		top: 39px;
	}
	a#toggle, a#toggle-closed {
		display: block;
	}
	html.open-menu nav#menu {
		z-index: 9999;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
	}
	#menu ul {
		text-align: center !important;
		background-color: #202020;
	}
	#menu ul li {
		display: block;
	}
	#menu ul li a {
		display: inline-block;
		width: 100%;
		color: #fff;
		padding: 15px 10px;
	}

	#menu ul li a > i {
		float: right;
		display: block;
	}

	#menu ul li ul {
	display: none;
	position: static;
	width: 100%;
	background-color: rgba(22,160,133, 0.2);
	}

	#menu ul li:hover > ul { display: none; }

	#menu ul li:hover > a > i { 
		transform: rotateZ(0);
		-webkit-transform: rotateZ(0);
		-moz-transform: rotateZ(0);
		-o-transform: rotateZ(0);
		-ms-transform: rotateZ(0);
	}

	#menu ul li.open > a { background-color: rgba(0, 0, 0, 0.3); }

	#menu ul li.open > a > i { 
		transform: rotateZ(90deg);
		-webkit-transform: rotateZ(90deg);
		-moz-transform: rotateZ(90deg);
		-o-transform: rotateZ(90deg);
		-ms-transform: rotateZ(90deg);
	}

	#menu ul li.open > ul {
		display: block;
		text-align: center;
	}
}
@media (max-width: 600px){
.fourth-blocks ul li.name {
    width: 80%;
}
.fourth-blocks ul li.icon {
    width: 18%;
}
}

@media (max-width: 480px){
.fourth-blocks ul li.name {
    width: 78%;
}
.fourth-blocks ul li.icon {
    width: 20%;
}
.article-caption h1 {
    font-size: 20px;
}
.tp-caption.image-item {
    top: 20px !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    text-align: center;
}
.slider-area-dextop{
	display: none;
}
.slider-area-mobile{
	display: block;
}
/*.slider-area-mobile .tp-caption.image-item {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    text-align: center;
}
.slider-area-mobile .tp-caption.large_bold_grey {
    font-size: 25px !important;
	line-height: 28px !important;
	top: auto !important;
	bottom: 30px;
	text-align: center;
	left: 0 !important;
	right: 0 !important;
}*/
.banner-area .banner-title {
    font-size: 34px;
    line-height: 36px;
}
.banner-area .row .col-sm-6{
    padding: 0;
}
.img-right, .img-left{
    float: none;
    margin: 0 auto;
}
.navbar-brand > img {
    max-width: 112px;
}
.header-top .col-md-2 {
    right: 10px;
}
a#toggle {
    left: 0;
}
.banner-video-btn li a {
    font-size: 14px;
}
.banner-deep-gray-video-btn li::after {
    background: url('../deep-gray-video-btn-small.png') no-repeat center center;
}
.banner-orrange-video-btn li::after {
    background: url('../orrange-video-btn-small.png') no-repeat center center;
}
.banner-red-video-btn li::after {
    background: url('../red-video-btn-small.png') no-repeat center center;
}
.banner-pink-video-btn li::after {
    background: url('../pink-video-btn-small.png') no-repeat center center;
}
.banner-video-btn li::after {
    width: 45px;
    height: 45px;
    top: -2px;
}
.banner-video-btn li {
    margin-bottom: 10px;
}
.overview-blocks .banner-video-btn li::after {
    right: -13px;
}
.overview-blocks .banner-video-btn li a {
    font-size: 14px;
}
}

@media (max-width: 400px){
.fourth-blocks ul li.icon {
    width: 22%;
}
.fourth-blocks ul li.name {
    width: 76%;
}
.testimonials-blocks .accordian-toggle {
    font-size: 18px !important;
}
.top-menu .list-inline > li {
    padding-right: 2px;
    padding-left: 2px;
}
}

@media (max-width: 350px){
.top-menu .list-inline > li {
    font-size: 13px;
}
}
.layout {
    width: 100%;
    display: flex;
    gap: 50px;
  }
  
.grow1 {
    width: 50%;
    flex-grow: 1;
}

.textContent {
    margin: 0;
   /* position: absolute;
    top: 50%;
    transform: translate(0%, -50%); */
    width: 50vw;

}
.textContent-left h1 {
    margin-bottom: 1.2rem;
    margin-top: 2rem;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #212121;
    margin-left: 2rem;
    margin-right: 2rem;
}
.textContent-left h2 {
    letter-spacing: 2px;
    font-family: AvenirNext;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #ce38f3;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-left: 2rem;
    margin-right: 2rem;
}
.textContent-left p {
    margin-top: 0;
    margin-bottom: 2rem;
    font-family: AvenirNext;
    color: #212121;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    margin-left: 2rem;
    margin-right: 2rem;
}

@media (max-width: 768px) {
    .layout {
        width: 100%;
        display: block;
      }
    .grow1 {
        width: 100%;
    }
    .textContent {
        margin: 0;
        position: inherit;
        top: 0%;
        transform: translate(0%, 0%);
        width: 100%;
    
    }
    .modelContent {
        margin: 0;
    }
}

/* Whats New Page CSS Start  */
.display_screen{ width: 100%; }
	    .display_left h1 {
	        font-size: 2rem;
	        color: #000;
	        margin: 0px 0px 13px;
	        font-family: 'TeXGyreAdventor';
	    }

	.display_left h2 {
	    font-size: 1.4375rem;
	}

	    .display_screen p {
	        font-size: 1rem;
	        color: #000;
	        margin: 0px 0px 20px;
	    }
	    .profile_img {
	        width: 170px;
	        height: 170px;
	        overflow: hidden;
	        border-radius: 100%;
	        margin-bottom: 13px;
	    }
	    .profile_img img{ width: 100%; height: 100%; object-fit: cover;}
	    .profile_details {
	        display: inline-block;
	        text-align: center;
	    }

	    .profile_details h2 {
	        font-size: 1.4375rem;
	        color: #000;
	        margin: 0px 0px 20px;
	font-family: 'TeXGyreAdventor';
	    }
	    .cues p {
	        font-size: 1rem;
	        color: #000;
	        margin: 0px;
	    }

	    .cues span {
	        display:flex;
	        font-style: normal;
	        margin: 0px;
	font-family: 'TeXGyreAdventor';
	    }
	    .cues span em{ display: inline-block; font-style: normal;}
	    .cues span em:first-child{ margin-right: 50px;}
	    .cues {
	        display: flex;
	        align-items: flex-end;
	    }
	    .icon_box {
	        display: flex;
	        align-items: flex-end;
	    }
	    .icon_img{ margin: 0px 10px;}
	    .blue_img img{ width: 100px !important;}
	    .icon_img img {
	    width: 60px;
	    display: block;
	    margin: 0 auto;
	}
	    .screen_top_area{
	        display: flex;
	    }
	    .display_left {
	position: relative;
	    width: 65%;
	    }
	    .display_right {
	        text-align: right;
	        margin-left: auto;
	padding-left: 20px;
	width: 35%;
	    }
	    .device {
	        text-align: center;
	        width: 16%;
	        margin:20px 0px 20px 0px;
	        padding: 0px 20px;
	        box-sizing: border-box;
	        display: inline-flex;
	        justify-content: center;
	        align-items: flex-end;
	    }
	    .device span {
	        font-size: 1.1rem;
	        line-height: 26px;
	        padding-left: 3px;
	    }
	    .video_area {
	        margin-bottom: 40px;
	        position: relative;
	        padding-bottom: 56.25%;
	        height: 0;
	    }
	    .video_area iframe {
	        position: absolute;
	        top: 0;
	        left: 0;
	        width: 100%;
	        height: 100%;
	    }
	    .video_area img {
	        width: 100%;
	    }
	    .device.text-style span {
	        text-orientation: mixed;
	        writing-mode: vertical-lr;
	        transform: rotate(180deg);
	        padding-right: 10px;
	        padding-left: 0;
	    }
	    .device img {max-height: 70px;}
	    .blue_img span {
	        background: #1b70e8;
	        border-radius: 4px;
	        color: #fff;
	        font-weight: bold;
	        text-align: center;
	        display: block;
	        font-size: 1.4375rem;
	        line-height: 28px;
	        padding: 2px 18px;
	    }
	.blue_img span a{
	        color: #fff;
	    }
	.device span.icon-text {
	    background: none;
	    color: #000;
	    font-weight: normal;
	    font-size: 1.1rem;
	    display: block;
	}

	.device_area {
	    display: flex;
	    flex-flow: wrap;
	}
	.device span.icon-text span {
	    font-size: 1.1rem;
	}
	.display_left h1 em {
	  display: block;
	    font-size: 1.2rem;
	    font-style: normal;
	}
	.display_left h1 > span {
	    display: block;
	    font-size: 1.2rem;
	}
	.blue_img span.icon-text {
	    line-height: 18px;
	    padding-top: 5px;
	}
	@media only screen and (max-width: 600px) {
		.device {
			width: 49%;
		}
		.display_screen{
			padding: 0px 20px;
			box-sizing: border-box;
		}
		.screen_top_area{
			display:block;
			margin-bottom: 60px;
		}
		.display_left {
			width: 100%;
		}
		.cues {
			display:block;
		}
		.cues p{ margin-bottom: 20px;}
		.icon_box{ margin-bottom: 20px;}
		.display_right{ text-align: center; width: 100%; padding-left: 0px;}
		.show_details {
		position: relative;
		bottom:0;
	}
	}
/* Whats New Page CSS End  */