/*   
Theme Name: Impressive 
Theme URI: http://impressivesol.com
Description: Developed by <a href="http://impressivesol.com">Impressive themes</a>
Version: 1.1
Author: Impressive Themes
Author URI: http://impressivesol.com
*/

/*--[ Google Fonts Import ]-------------------*/ 
/*@import url(//fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin);*/
@import url(//fonts.googleapis.com/css?family=Alegreya+SC:regular,bold);
/*--[ Bootstrap Import ]-------------------*/

/*--[ HELPER CLASSES ]-------------------*/
.thide,.displace,.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; } /* for image replacement */
.hide,.hidden { display:none; visibility:hidden; }  /* Hide for both screenreaders and browsers */
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } /* Hide only visually - available for screenreaders */
.invisible { visibility: hidden; } /* Hide visually and from screenreaders, but maintain layout */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }
.fl {float:left !important}
.fr {float:right !important}
.tl {text-align:left !important}
.tr {text-align:right !important}
.tc {text-align:center !important}
.tj {text-align:justify !important}
.underline {text-decoration:underline}
.bold {font-weight:bold}
.italic {font-style:italic}
.nodec {text-decoration:none}

#image
{
    background: url('images/ajax_loader.gif') no-repeat;
    height:400px;
    width: 400px;
    display:block;
    padding-left:100px    
}

/*--[ THEME CLASSES ]-------------------*/
div ::-webkit-scrollbar {
height: 12px;
width: 12px;
background: #D1D1D1;
}

div ::-webkit-scrollbar-thumb {
background: #1d435a;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::selection {
color: #fff;
background:black;
}

/* =============================================================================
   WordPress CSS - Intializing Font Type Here  -->START
   ========================================================================== */







body{
    background:#ddd;
    background: #29292b;
    font-family: 'MyriadProRegular';
    font-family: Arial, Helvetica, Sans-Serif;
    font-family: 'Lato', sans-serif;
    
}
a{
       font-family: 'MyriadProRegular';
       font-family: Arial, Helvetica, Sans-Serif;
       font-family: 'Lato', sans-serif;
}
p
{
       font-family: 'MyriadProRegular';
       font-family: Arial, Helvetica, Sans-Serif;
     font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6
{
       font-family: 'MyriadProRegular';
       font-family: Arial, Helvetica, Sans-Serif;
      font-family: 'Lato', sans-serif;
}

#back-top {
	position: fixed;
	bottom: 30px;
right: 21px;

    position: fixed;
    bottom: 100px;
    right: 0px;
    -webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top:hover {
    right: 15px;
}

#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 0px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
 color: #000;
}
/* arrow icon (span tag) */
#back-top span {
 width: 35px;
 height: 35px;
 display: block;
 margin-bottom: 7px;
 background: #000 url(images/back-to-top.png) no-repeat center center;

 /* rounded corners */
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;

 /* transition */
 -webkit-transition: 1s;
 -moz-transition: 1s;
 transition: 1s;
    margin-left: 15px;
}
#back-top a:hover span {
 background-color: #777;
}


.slider-bg #slider .item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.slider-bg .container {
    width:100%;
}
.slider-bg .exerpt-img .inner {
        position: absolute;
    top: 0;
    /* width: 40%; */
    background: transparent;
    text-align: center;
    padding: 10px 15px;
    width: 100%;
    height: 100%;
}
.slider-bg .exerpt-img .inner a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.slider-bg .exerpt-img h1 {
    color: #3bbced;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.slider-bg .exerpt-img h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 10px;
}
.slider-bg .owl-pagination {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: none;
}
.slider-bg .owl-pagination .owl-page span {
    background: transparent;
    border: 2px solid #fff;
    opacity: 1;
    width: 16px;
    height: 16px;
}
.slider-bg .owl-pagination .owl-page.active span {
    background: #fff;
}
.slider-bg .owl-buttons .owl-prev {
    background: url(images/left-arrow.png)no-repeat top center;
    width: 32px;
    height: 50px;
    position: absolute;
    top: 42%;
    left: 50px;
    font-size: 0px;
}
.slider-bg .owl-buttons .owl-next {
    background: url(images/right-arrow.png)no-repeat top center;
    width: 32px;
    height: 50px;
    position: absolute;
    top: 42%;
    right: 50px;
    font-size: 0px;
}



.inner-banner {
    background-position: left center!important;
}



.inner-heading { background:transparent;margin-bottom: 20px;}
.inner-heading .container {min-height: 350px;position:relative;}
.inner-heading h2 {position: absolute;
font-style: italic;
color: #fff;
font-family: oswald;
font-size: 36px;
bottom: 0;
width: 100%;
text-align: center;
padding-bottom:10px;}



/*TOP SIDEBAR*/
.top-area-bg {
    display:inline-block;
    width:100%;
    padding: 35px!important;
    background-color: #ececec;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#c9c9c9));
    background: -webkit-linear-gradient(top,#fff,#c9c9c9);
    background: -moz-linear-gradient(top,#fff,#c9c9c9);
    background: -ms-linear-gradient(top,#fff,#c9c9c9);
    background: -o-linear-gradient(top,#fff,#c9c9c9);
}
.top-boxes .box-1 {
    
}
.top-boxes .box-1 img {
    width: 100%;
}

.our-partners {
    text-align: center;
}
.our-partners h3 {
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 20px;
    font-style: italic;
    text-shadow: 1px 1px 1px #989898;
}
.our-partners img {
    width: 125px;
    margin: 0px 20px;
}


.front-pro-cat {
    display: inline-block;
    width: 100%;
}
.front-pro-cat .inner {
    
}
.front-pro-cat ul {
    text-align: center;
    list-style: none;
    margin:0;
    padding:0;
}
.front-pro-cat ul li {
    display:inline-block;
}
.front-pro-cat ul li img {
    margin-bottom:15px;
}
.front-pro-cat ul li a {
    text-decoration: none;
    background: #fd4f00;
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
}

/*TOP SIDEBAR*/









/*INNER PAGES CSS*/
h2.main-head {
        text-align: center;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #2d2d2d;
    color: #29292b;
}
.main-left {
    
}
.inner-con h3 {
    background: #333;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    font-size: 18px;
}
.inner-con h4 {
    color: #f05423;
    font-style: italic;
    letter-spacing: 2px;
}
.products-page-main {
    display:inline-block;
    width:100%;
    margin-bottom:30px;
}
.products-page-inner h4 {
    min-height:70px;
}
.inner-con p {
    font-size:16px;
    line-height:24px;
    letter-spacing: 1px;
}
.inner-con a {
    text-decoration: none;
    color:#333;
    font-weight: 800;
}
.inner-con ul, .inner-con ol {
    
}
.inner-con ul li, .inner-con ol li {
    font-size:16px;
    line-height:24px;
    letter-spacing: 1px;
    font-weight: 600;
}
.cat_banner img {
    width: 100%;
}
.table-cell-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.info-panel {
    border-top: #9d9d9d solid 1px;
    padding: 32px 0;
    display: table;
}
.top-banner .container {
    padding:0;
}



.leftsidelayout {
    background: #fff;
}
.leftsidelayout .left {
    padding:0;
    background: #000;
    padding-bottom: 10px;
}
.left-pro {
    
}
.left-pro h2.widget_title {
    background: #f05423;
    margin-top: 0;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-style: italic;
    padding: 10px 0px;
    text-align: center;
    text-shadow: 1px 1px 4px #212121;
}
.left-pro ul {
    list-style: none;
    margin: 0;
    margin-left: 10px;
}
.left-pro ul li::before {
    position: relative;
    padding-right: 20px;
    content: "\f178";
    font-family: "FontAwesome";
    color: rgba(255, 255, 255, 0.15);
    color: #333;
    font-size: 12px;
}
.left-pro ul li {
    margin: 15px 0px;
}
.left-pro ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
}
.left-pro ul li:hover a {
    color:#f05423;
}
.plex-video {
    
}
.plex-video iframe {
    
}

/*FAQ*/
.faq_details .faq-main h2.ui-accordion-header {
    background: #f05423;
    color: #fff;
    margin-bottom: 6px;
    border: none;
    padding: 14px 13px 14px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.faq_details .faq-main h2.ui-accordion-header a {
    color:#fff;
    text-decoration: none;
}
.faq_details .faq-main h2 span.ui-icon {
    background: url(images/-.png) no-repeat 9px 9px;
    background-position: 0px 0px;
    width: 21px;
    height: 21px;
}
.ui-state-active .ui-icon {
    background-image: url(images/-.png)!important;
    background-position: 0px 0px;
    width: 21px;
    height: 21px;
}

/*FAQ*/

/*CAT PRODUCTS CSS*/
.cats-products {
    padding-bottom: 15px;
}
.cats-products .cat-posts {
    text-align: center;
}
.cat-posts .cat-details {
    border: 1px solid rgba(0, 0, 0, 0.31);
    margin-top: 15px;
    padding: 10px;
}
.cat-posts .cat-details a {
    text-decoration: none;
    color:#333;
}
.cat-posts .cat-details a h2 {
    font-size: 16px;
    text-transform: uppercase;
    min-height: 55px;
}
.cat-posts .cat-details img {
    height: 210px;
}
.series-info-header {
    display:inline-block;
    width:100%;
}


/*SINGLE BLOG*/
.main-blog {
    border-bottom: 5px dashed #e2e2e2;
    padding: 20px 0px;
}
.main-blog h4 a {
        color: #f05423;
}
.main-blog .blog-date-author p {
   font-size:13px;
   font-weight: 800;
   font-style:italic; 
}
.single_blog_details {
    background:#fff;
    padding: 20px;
    text-align: center;
}
.single_blog_details .single-content img {
    padding: 5px;
    border: 1px solid rgba(240, 84, 35, 0.56);
    margin: 10px;
    height: auto !important;
}

.single_blog_details .single-img {
        text-align: center;
}
.single_blog_details .single-img img {
    
}
.single_blog_details .single-inner h2 {
    color: #f05423;
    text-transform: uppercase;
    font-style: italic;
    font-size: 24px;
    text-decoration: underline;
}
.single_blog_details .single-inner {
    text-align: center;
}
.single_blog_details .single-content {
        font-size: 18px;
    line-height: 28px;
}
.single_blog_details .single-content h1 {
    font-size: 24px;
}
.single_blog_details .single-content a {
    text-decoration: underline;
    color:#333;
}


.store-block {
    padding-bottom:25px;
}
.store-block p {
        font-size: 13px;
    line-height: 18px;
    letter-spacing: 2px;
}



.search-top {
    color:#fff;
    margin-top:20px;
}
.search-top p span.searchkey {
    font-size:20px;
    font-weight: 700;
}
.search .rightsidelayout {
    width:100%;
}
.search .right {
    display:none;
}
ul.search-result {
    
}
ul.search-result li h4 {
    font-weight: bold;
}
ul.search-result li a {
    color:#e2e2e2;
    text-decoration: none;
}
ul.search-result p {
    color:#fff;
}

/* Home Products */

.top-sidebar .home-products{
    text-align: center;
    padding: 40px 0px 0px; 
}

.top-sidebar .home-products h2{
    margin-bottom: 40px;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #2d2d2d;
    color: #29292b;
}

.top-sidebar .home-products .home-products-main a{
    text-decoration: none;
}

.top-sidebar .home-products .home-products-main h4{
    color: #333335;
    font-style: italic;
    font-size: 14px;
    padding: 0px 10px;
}

.top-sidebar .home-products .home-products-main .home-products-inner{
    border: 6px double #7d7d7d;
    margin: 0px 5px;
    min-height: 220px;
}
.top-sidebar .home-products .home-products-main .home-products-inner .img-area {
    background:#fff;
}

/* Home Products */



/*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/
@media screen and (max-width: 1199px) {
   
}



@media screen and (max-width: 991px) {
   .cat-posts .cat-details img {
    height: auto;
}
.cats-products .cat-posts {
    text-align: center;
    padding: 0;
}
.return_page_con p {
    display: inline-block;
    width: 100%;
}
.col-md-6.pro-page {
    width: 50%;
    float: left;
}

}


@media screen and (max-width: 767px) {
   body {
    padding:0;
   }
   .top-boxes .box-1 {
    margin-bottom: 15px;
}
.table-cell-wrapper {
    display: contents;
    vertical-align: middle;
}
.plex-video iframe {
    width: 100%!important;
}
.info-panel {
    border-top: #9d9d9d solid 1px;
    padding: 32px 0;
    display: block;
}
.device-in {
    width: 50%;
float: left;
text-align: center;
padding:0;
}
.faq_details {
    padding:0;
}
.faq_details .faq-main h2.ui-accordion-header {
    font-size:14px;
}
.images_kickr {
    text-align: center;
}
}




@media screen and (max-width: 600px) {
   .top-area-bg {
    padding: 35px 0px !important;
   }
   .faq_details .faq-main h2.ui-accordion-header {
    font-size:13px;
}
.col-md-6.pro-page {
    width: 100%;
    float: left;
    text-align: center;
}
}


@media screen and (max-width: 480px) {
    
}



@media screen and (max-width: 400px) {
.inner-con a {
    text-decoration: none;
    color: #333;
    font-weight: 800;
    display: block;
    font-size:13px;
}
}




/*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/