body {
    width: 100%;
    height: 100%;
    font-family: Helvetica,Arial,sans-serif;
    color: #888;
    background-color: #fff;
	overflow-x:hidden; 
	webkit-tap-highlight-color: rgba(255,255,255,.2);
	}
html {
    width: 100%;
    height: 100%;
	}
	
@font-face{font-family:'FontAwesome';src:url(fonts/fontawesome-webfont.eot?v=4.2.0);src:url(fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff?v=4.2.0) format("woff"),url(fonts/fontawesome-webfont.ttf?v=4.2.0) format("truetype"),url(fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-play-circle:before{content:"\f144"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-bars:before{content:"\f0c9"}.fa-fw{width:1.28571429em;text-align:center}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-google-plus:before{content:"\f0d5"}.fa-github:before{content:"\f09b"}
/*fontawesome is in bs-min.css also*/
/* css/bs-font-awesome-min.css is above - mixed up githhub with facebook/
/*TEST ART DECO CANVASES PAGE 2 - chgd margin-top: 50px;
.breadcrumb2 {	
	
	
/* portfolio needed for templates - canvases and kits pages */	
.portfolio-item {
    margin-bottom: 25px;
}
.space-sm	{width:6px;margin:5px 0px 10px 0px;}
.space	{width:6px;padding:10px;margin:25px 0px 10px 0px;}
.space-mem	{width:6px;padding:10px;margin:20px 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-20	{width:6px;padding:10px;margin:40px 0px 10px 0px;}
.tooltip-inner-teal{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#669999;border-radius:4px}

.tooltip-inner-cats{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#196076;border-radius:4px}

footer {
    margin: 50px 0;
}	
/* portfolio needed */		
	
	
h1, h2 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 700;
	}
h1 {
	padding-top: 40px;/* padding-top: 40px; */
	}
.white {
	color: #fff;
	}
.grey {
	color: #666666;
	}	
	
	
etcs {
    margin: 0 0 15px;
	font-size:30px;
    text-transform: capitalize;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
	}		
/* ------------------------------------------------------------------ was #ed2724 1st - #CC99CC-titles on each area 2nd - icons*/	
.red {
	color: #666666;
	background-color:#660000	}
.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;
	}

@media(min-width:767px) {
    p, ul, li {
        font-size: 95%;/* ----- chgd from 100% -  this makes nav bar links smaller */
    }
}
a {
	    color: #000000;
    -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: #000000;
	}
.light {
    font-weight: 400;
	    color: #000000;
	}


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

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
	    color: #000000;	/*color when links pass with mouse*/
	font-weight: normal;
    background-color: #999999;
	}
.navbar-brand:focus {
    outline: 0;
	}
.navbar-custom a {
	    color: #000000;/* ----black text on navbar */
	}
.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(0,128,128,.1);/* ----think grey marker on navbar */
	}
.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: #CCCCCC;
    }

    .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(../img/intro-bg5.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;
    -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: 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);
	}

.page-scroll .btn-circle i.animated, .page-scroll .btn-circle-red 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 {
    -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 {
	display: none; 
	text-shadow: 0 0 20px #2E2E2E;
	}

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


.content-section {
    padding-top: 50px;
	padding-bottom: 0px;
}
.gifts {
    width: 100%;
	min-height:600px;
	padding: 0px 0px 50px 0px;
    background: url(../img/gifts.jpg) 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;
}
.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;
	}	


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

.panel {
	background: rgba(255, 255, 255, 0.5);
	}
.panel-title {
	font-weight: bold;
	color: #ffffff;
	}
.panel-heading {
	background: #ed2724;
	text-align: left;
	}
.panel-body, panel-collapse {
	background: rgba(255, 255, 255, 0.5);
	}
.panel-body {
	text-align: left;
	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"; 
	}
	
/* ------------------------------------------------------------------ etcs buttons for all on etcs panel - was ajanlatok */
.thumbnail {
	padding: 1px;	/*chgd from 8 px for the canvas pages - margins around images*/
	}

	
.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: #CC99CC;
	}
.btn-default:hover, .btn-default:focus {
    border: 1px solid #CC99CC;
    outline: 0;
    color: #CC99CC;
    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 */
}
	
	
	
/* ---------------etcs buttons reverse (colored fill with white outline) - light green on view panels */


.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-circle-teal { /*----------------- bottom arrow teal #669999*/
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 3px 16px;
    border: 4px solid #669999;
    border-radius: 35px;
    font-size: 40px;
    color: #669999;
    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: #669999;
    background: rgba(255,255,255,.1);
	}	
.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;
	}
/* --------------- reverse buttons blue green top 4-blue-green fill)*/
.btn-catsr {
    border: 1px solid #000; /* no hover over is black outline - black textx*/
    color: #000;
    background-color: transparent;
}

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

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

.btn-catsrs:hover,
.btn-catsrs:focus {
    border: 1px solid #196076;/* nhover over is blue outline and fill - white text*/
    outline: 0;
    color: #fff;
    background-color: #196076;/* -------#467E8B color of oics 1900x1080 when mouse over */
}	
.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);
	}		
	
.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, .page-scroll .btn-circle-cats 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, .page-scroll .btn-circle-cats: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;
	}	
/*TEST  CANVASES PAGE -x margin-top:50px; */
.breadcrumb2{padding:8px 0px;font-size:12px;margin-top:10px;margin-bottom:10px;list-style:none;background-color:#transparent;border-radius:0px}.breadcrumb2>li{display:inline-block}.breadcrumb2>li+li:before{padding:0 0px;color:#ccc;content:""}.breadcrumb2>.active{color:#BC819D}

.breadcrumb3{padding:8px 0px;font-size:18px;margin-top:10px;margin-bottom:10px;list-style:none;background-color:#transparent;border-radius:0px}.breadcrumb3>li{display:inline-block}.breadcrumb3>li+li:before{padding:0 0px;color:#ccc;content:""}.breadcrumb3>.active{color:#BC819D}


a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}	
/* ------------------------------------------------------------------ carousel */	
