body {
    width: 100%;
    height: 100%;
    font-family: Helvetica,Arial,sans-serif;
    color: #888;
    background-color: #000;
	/*overflow-x:hidden; 
	webkit-tap-highlight-color: rgba((0,0,0,0);
	webkit-tap-highlight-color: rgba(255,255,255,.2);*/
	-webkit-tap-highlight-color: transparent; /* For some Androids */
	}
html {
    width: 100%;
    height: 100%;
	}
h1, h2 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 700;
	}
	
h1-, h2- {
	margin: 35px 0px 35px 0px;
	font-size: 30px;
	text-transform: uppercase;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #CCCCCC;
	}	
h3- {
    margin: 10px 0px 0px 0px;font-size: 24px;text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 700;color: #CCCCCC;
	}	
h4-, h5-, h6- {
    margin: 10px 0px 0px 0px;font-size: 18px;text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 700;color: #CCCCCC;
	}			
	
	
	
h1 {
	padding-top: 60px;
	}
	
.space-sm	{width:6px;margin:5px 0px 10px 0px;}
.space	{width:6px;padding:10px;margin:25px 0px 10px 0px;}
.space-top	{width:6px;padding:10px;margin:50px 0px 10px 0px;}
.space-sz	{width:2px;padding:10px;margin:25px 0px 10px 0px;}
.space-50	{width:6px;padding:10px;margin:80px 0px 10px 0px;}
.space-2	{width:6px;padding:10px;margin:100px 0px 10px 0px;}		
.space-3	{width:6px;padding:10px;margin:250px 0px 10px 0px;}
			
.white {
	color: #fff;
	}
.grey {
	color: #666666;
	}	
	
.cats {
	color: #196076;
	}		
	
/* ---------- was #ed2724 1st - #CC99CC-titles on each area 2nd - icons*/	
.red {
	color: #666666;
}
.bigicon {
	color: #999999;
	font-size: 56px;
	}
h3, h4, h5, h6 {
    margin: 10px 0px 0px 0px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 700;
	}
	

p, ul, li {
    font-size: 100%;
	}
p {
	margin: 10px 0px 20px 0px;
	}

text {
	margin: 10px 0px 20px 0px;
	}	
.des-cookies {
	margin: 10px 0px 0px 0px;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	}		
.des {
	margin: 10px 0px 0px 0px;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	}	
.des-sm {
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}	
	
.des-dk {
	margin: 10px 0px 0px 0px;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #003333;
	}	
.des-2 {
	margin: 10px 0px 0px 0px;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #FFCC99;
	}		
@media(min-width:767px) {
    p, ul, li {
        font-size: 95%;  /* chgd from 100% -  this makes nav bar links smaller */
    }
}
a {
    color: #FFFFFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	}
a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
	}
.light {
    font-weight: 400;
	}
ul{list-style:none;margin:0;padding:0;}
.ratio-4-3{width:100%;position:relative;background:url() 50% 50% no-repeat;background-size:cover;background-clip:content-box;}
.ratio-4-3:before{display:block;content:"";padding-top:55%;}


.ratio-4-3hulk{width:50%;position:relative;background:url() 50% 50% no-repeat;background-size:cover;background-clip:content-box;}
.ratio-4-3hulk:before{display:block;content:"";padding-top:70%}


a {color: #666666;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
a:hover,
a:focus {text-decoration: none;color: #FFCC00;}
.light {font-weight: 400;}

/* ------------------------------------------------------------------ navbar */

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
    background-color: #000;
	}
.navbar-brand:focus {
    outline: 0;
	}
.navbar-custom a {
    color: #fff;
	}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
	}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
	}
.navbar-toggle:focus, .navbar-toggle:active {
    outline: 0;
	}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #000;/* navigation bar color */
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}


/* ------------------------------------------------------------------ intro */

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(http://jvoichdesigns.com/img/new/kits-1bw.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
.intro-body {
    display: table-cell;
    vertical-align: middle;
	}
.brand-heading {
    font-size: 40px;
	}
.intro-text {
    font-size: 18px;
	}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .brand-heading {
        font-size: 100px;
    }
    .intro-text {
        font-size: 25px;
    }
}

.btn-circle { /*----------------- top arrow */
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 4px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
   /* background: 0 0;*/
	background: transparent;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	}
.btn-circle:hover, .btn-circle:focus {
    outline: 0;
    color: #fff;
	/*background: transparent;
    background: rgba(255,255,255,.1);*/
	}
.btn-circle-dark { /*----------------- top arrow dark */
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 4px solid #666666;
    border-radius: 35px;
    font-size: 40px;
    color: #666666;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	}
.btn-circle-dark:hover, .btn-circle-dark:focus {
    outline: 0;
    color: #666666;
    background: rgba(255,255,255,.1);
	}	
	
.btn-circle-red { /*----------------- bottom arrow */
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 3px 16px;
    border: 4px solid #CC99CC;
    border-radius: 35px;
    font-size: 40px;
    color: #CC99CC;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	}
.btn-circle-red:hover, .btn-circle-red:focus {
    outline: 0;
    color: #CC99CC;
    background: rgba(255,255,255,.1);
	}
	
.btn-circle-black { /*----------------- bottom arrow black */
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 3px 16px;
    border: 4px solid #000;
    border-radius: 35px;
    font-size: 40px;
    color: #000000;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	}
.btn-circle-black:hover, .btn-circle-red:focus {
    outline: 0;
    color: #000;
    background: rgba(255,255,255,.1);
	}	
.btn-circle-cats { /*-----------------#568396 < teal bottom arrow green> #669999 - no blue sam cats #196076  */
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 3px 16px;
    border: 4px solid #196076;
    border-radius: 35px;
    font-size: 40px;
    color: #196076;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	}
.btn-circle-cats:hover, .btn-circle-cats:focus {
    outline: 0;
    color: #196076;
    background: rgba(255,255,255,.1);
	}	
.btn-circle-teal { /*-----------------#568396 < teal bottom arrow green> #669999 - no blue sam cats #196076  */
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 3px 16px;
    border: 4px solid #568396;
    border-radius: 35px;
    font-size: 40px;
    color: #568396;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	}
.btn-circle-teal:hover, .btn-circle-teal:focus {
    outline: 0;
    color: #568396;
    background: rgba(255,255,255,.1);
	}		

.page-scroll .btn-circle i.animated, .page-scroll .btn-circle-red i.animated .page-scroll .btn-circle-dark i.animated, .page-scroll .btn-circle-black i.animated, .page-scroll .btn-circle-cats i.animated, .page-scroll .btn-circle-teal i.animated{
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 0.5s;
	}
.page-scroll .btn-circle:hover i.animated, .page-scroll .btn-circle-red:hover i.animated, .page-scroll .btn-circle-dark:hover i.animated, .page-scroll .btn-circle-black:hover i.animated, .page-scroll .btn-circle-cats:hover i.animated, .page-scroll .btn-circle-teal:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
	}
.btn-circle-grey { /*----------------- bottom arrow dark grey #669999*/
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 3px 16px;
    border: 4px solid #999999;
    border-radius: 35px;
    font-size: 40px;
    color: #999999;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	}
.btn-circle-grey:hover, .btn-circle-grey:focus {
    outline: 0;
    color: #999999;
    background: rgba(255,255,255,.1);
	}	
.page-scroll .btn-circle i.animated, .page-scroll .btn-circle-red i.animated, .page-scroll .btn-circle-dark i.animated, .page-scroll .btn-circle-teal i.animated, .page-scroll btn-circle-grey i.animated, {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 0.5s;
	}
.page-scroll .btn-circle:hover i.animated, .page-scroll .btn-circle-red:hover i.animated, .page-scroll .btn-circle-dark:hover i.animated, .page-scroll .btn-circle-teal:hover i.animated, .page-scroll .btn-circle-grey:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
	}
@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#welcome1, #welcome2, #welcome3, #welcome4, #welcome5 {
	display: none; 
	text-shadow: 0 0 20px #2E2E2E;font-family: "Times New Roman", Times, serif;
	}

/* ------------------------------------------------------------------ sections */


.content-section {
    padding-top: 50px;
	padding-bottom: 0px;
}
.gifts {
    width: 100%;
	min-height:600px;
	padding: 0px 0px 50px 0px;
    background: url(../img/gifts.gif) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.canvases {
    width: 100%;
	min-height:600px;
	padding: 0px 0px 50px 0px;
    background: url(../img/canvases.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.kits {
    width: 100%;
	min-height:600px;
	padding: 0px 0px 50px 0px;
    background: url(../img/kits.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.about-section {
    width: 100%;
	min-height:600px;	
	padding: 0px 0px 50px 0px;
    background: url(../img/coasters.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.about-customers {
    width: 100%;
	min-height:600px;	
	padding: 0px 0px 50px 0px;
    background: url(../img/customer-service-bw.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.privacy-NOT USED {
    width: 100%;
	min-height:600px;	
	padding: 0px 0px 50px 0px;
    background: url(../img/customer-service-bw.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.sitemap {
    width: 100%;
	min-height:600px;	
	padding: 0px 0px 50px 0px;
    background: url(../img/catalogues3.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.about-us {
    width: 100%;
	min-height:600px;	
	padding: 0px 0px 60px 0px;
    background: url(../img/coasters2-dup.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.contact-us {
    width: 100%;
	min-height:600px;	
	padding: 0px 0px 60px 0px;
    background: url(../img/contact-us-blue-bw3.jpg) no-repeat center top scroll;  /* ../img/coasters-blue.jpg ../img/coasters2-bw.jpg ../img/mousepads.jpg  */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contact-us2 {
    width: 100%;
	min-height:600px;	
	padding: 0px 0px 60px 0px;
    background: url(../img/jan-voich-bw.jpg) no-repeat center top scroll;  /* ../img/coasters-blue.jpg ../img/coasters2-bw.jpg ../img/mousepads.jpg  */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.tos {
    width: 100%;
	min-height:600px;	
	padding: 0px 0px 50px 0px;
    background: url(../img/wallpaper-needlepoint-office-desks2.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*  ../images/needlepoint/wallpaper-needlepoint-alphabets.jpg ../images/needlepoint/wallpaper-needlepoint-office-desks2.jpg */
.cookies {
    width: 100%;
	min-height:600px;	
	padding: 0px 0px 50px 0px;
    background: url(../img/needlepoint-kits-deer-bwc-gif-1336x1002-dup.gif) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*   ../needlepoint-kits/images/needlepoint-kits-deer.jpg  needlepoint-kits-deer-bwc-gif-1336x1002  needlepoint-kits-deer-bw  needlepoint-kits-deer-bwc   ../needlepoint_by_samantha_taylor/images/candy-background.jpg */


.about-collections {
    width: 100%;
	min-height:600px;	
	padding: 0px 0px 50px 0px;
    background: url(../img/wallpaper-needlepoint-samplers.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.chairs {
    width: 100%;
	min-height:600px;	
	padding: 0px 0px 50px 0px;
    background: url(../img/coasters.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


@media(min-width:767px) {
    .content-section {
        padding-top: 50px;
    }
}



.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}




.bxslider .col-md-3 {
height: 205px;
}



/* ------------------------------------------------------------------ folyamat */


.num-circle { /*----------------- bottom arrow */
    width: 100px;
    height: 100px;
    margin-top: 15px;
    padding: 10px;
    border: 4px solid #ed2724;
    border-radius: 50%;
    font-size: 50px;
	font-weight: bold;
    color: #ed2724;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	}
.num-circle:hover {
    outline: 0;
    color: #ed2724;
    background: rgba(255,255,255,.1);
	}
.folyamat-descr {
	font-size: 120%;
	margin-top: 20px;
	font-weight: bold;
	}
#folyamat .col-lg-4 {
	min-height: 100px;
	}
#folyamat .col-md-6 {
	min-height: 280px;
	}	
.descr {
	font-size: 14px;
	margin-top: 20px;
	font-weight: normal;
	}

/* ------------------------------------------------------------------ teruletek, segitseg */

.panel {
	background: rgba(255, 255, 255, 0.5);
	}
.panel-title {
	font-weight: bold;
	color: #ffffff;
	}
.panel-heading {
	background: #196076; /*#990000 is light wine -#990000 lt. brown no - was red >> #ed2724 now cats (color of sam cats) */
	text-align: left;
	}
.panel-body, panel-collapse {
	background: rgba(255, 255, 255, 0.7); /* chgd from .5 too transparent*/
	}
.panel-body {
	text-align: justify;
	color: #555;
	}
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: white; 
	}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080"; 
	}
/* ----------------------------------------------------------FORGET THIS FOR NOW-------- panel2 */

.panel2 {
	background: rgba(255, 255, 255, 0.5);
	}
.panel-title2 {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	}
.panel-heading2 {
	background: #000; /*was red >> #ed2724*/
	text-align: left;
	}
.panel-body2, panel-collapse2 {
	background: rgba(255, 255, 255, 0.5);
	}
.panel-body2 {
	text-align: left;
	color: #555;
	}
.panel-heading2 .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: white; 
	}
.panel-heading2 .accordion-toggle.collapsed:after {
    content: "\e080"; 
	}	
/* ---------------etcs buttons for all on etcs panel */

.thumbnail {
	padding: 8px;	
	}
.btn {
    text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
.btn-default {
    border: 1px solid #CC99CC;
    color: #fff;
    background-color: #CC9999;
	}
.btn-default:hover, .btn-default:focus {
    border: 1px solid #CC99CC;
    outline: 0;
    color: #CC99CC;
    background-color: transparent;
	}
/* ---------------etcs buttons light green on view panels */

.thumbnail {
	padding: 8px;	
	}
.btn-green {
    text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
.btn-green {
    border: 1px solid #669999;
    color: #fff;
    background-color: #669999;
	}
.btn-green:hover, .btn-green:focus {
    border: 1px solid #669999;
    outline: 0;
    color: #669999;
    background-color: transparent;
	}
	


	
.btn-teal {
    text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
.btn-teal {
    border: 1px solid #568396;
    color: #fff;
    background-color: #568396;
	}
.btn-teal:hover, .btn-teal:focus {
    border: 1px solid #568396;
    outline: 0;
    color: #568396;
    background-color: transparent;
	}	
/* ---------------etcs buttons catalogues blue NICE - on view panels */
.btn-cats {
    text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
.btn-cats {
    border: 1px solid #196076;
    color: #fff;
    background-color: #196076;
	}
.btn-cats:hover, .btn-cats:focus {
    border: 1px solid #196076;
    outline: 0;
    color: #196076;
    background-color: transparent;
	}	

.btn-k {
    text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
.btn-k {
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
	}
.btn-k:hover, .btn-k:focus {
    border: 1px solid #000;
    outline: 0;
    color: #000;
    background-color: transparent;
	}	

	
/* --------------- reverse buttons blue green top 4-blue-green fill)*/
.btn-blg {
    border: 1px solid #000; /* no hover over is black outline - black textx*/
    color: #000;
    background-color: transparent;
}

.btn-blg:hover,
.btn-blg:focus {
    border: 1px solid #568396;/* nhover over is blue outline and fill - white text*/
    outline: 0;
    color: #fff;
    background-color: #568396;/* -------#467E8B color of oics 1900x1080 when mouse over */
}
/* ------------------------------------------------------------------ carousel */	
