body {
    width: 100%;
    height: 100%;
    font-family: Helvetica,Arial,sans-serif;
    color: #888;
    background-color: #000;
	overflow-x:hidden; 
	webkit-tap-highlight-color: rgba(255,255,255,.2);
	}
html {
    width: 100%;
    height: 100%;
	}
h1, h2 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 700;
	}
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;}	
	
.white {
	color: #fff;
	}
.grey {
	color: #666666;
	}
.peach {
	color: #CC9999;
	}		
/* ---------- 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;
	}
.des {
	margin: 10px 0px 0px 0px;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	}	
.des-dk {
	margin: 10px 0px 0px 0px;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #003333;
	}	
	
@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;
	}


/* ------------------------------------------------------------------ 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: #000000;
	}
.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,.4);
	}
.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(../img/tiles-spain.jpg) no-repeat center 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);
	}
.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-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  {
    -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 {
    -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;
	}
.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;
	}
@-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;font-family: "Times New Roman", Times, serif;
	}

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


.content-section {
    padding-top: 50px;
	padding-bottom: 0px;
}
.bags {
    width: 100%;
	min-height:600px;
	padding: 0px 0px 50px 0px;
    background: url(../img/leather-crossbody-bag-8.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.leather {
    width: 100%;
	min-height:600px;
	padding: 0px 0px 50px 0px;
    background: url(../img/leather.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.jewelry {
    width: 100%;
	min-height:600px;
	padding: 0px 0px 50px 0px;
    background: url(../img/ms-Colgante_me_voy_110301-med.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.trees1 {
    width: 100%;
	min-height:600px;
	padding: 0px 0px 50px 0px;
    background: url(../img/trees1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.trees2 {
    width: 100%;
	min-height:600px;
	padding: 0px 0px 50px 0px;
    background: url(../img/trees3.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.tiles {
    width: 100%;
	min-height:600px;
	padding: 0px 0px 50px 0px;
    background: url(../img/gifts-ok.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.babies {
    width: 100%;
	min-height:600px;
	padding: 0px 0px 50px 0px;
    background: url(../img/babies.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.mac {
    width: 100%;
	min-height:600px;
	padding: 0px 0px 50px 0px;
    background: url(../img/collar2.jpg) no-repeat bottom 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 */

.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 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;
	}	
	
/* ---------------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;
	}

/* ------------------------------------------------------------------ carousel */	
