@import 'https://fonts.googleapis.com/css?family=Hind+Vadodara:400,700';
@import 'https://fonts.googleapis.com/css?family=Raleway';
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

html,
body {
    width: 100%;
    height: 100%;
	-webkit-font-smoothing: antialiased;
	font: 16px/1.8 'Hind Vadodara', sans-serif; 
	line-height:22px;
	color:#383838


}


img {
  -webkit-backface-visibility: hidden;
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

hr {
    border-color: #f05f40;
    border-width: 2px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #b9975b;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #000000;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
	font-family: 'Raleway';
}
.kalman{
	/*font-family: 'Great Vibes', cursive;*/
}

.container-fluid {
    height: 100%;
    overflow-y: hidden; /* don't show content that exceeds my height */
}
.body-film {
    min-height: 100%;
    overflow-y: scroll;
}


.hullam {
    width: 100%;
    height: 119px;
	background:transparent url('/design/operett_2020/components/hullam.png') no-repeat center center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.search_input_cont {
    position: relative;
}

.search_input_cont input[type=text] {

    border: 0;
    border-radius: 20px;

}

.search_input_cont .magnifier {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 100;
    cursor: pointer;
    font-size: 20px;
    color: #e16a4e;
}

.nyil{
	
	font-size:24px;
}
/* TABS */

.nav-tabs {
	margin: 0 auto;
}

.nav-tabs > li {
	z-index: 2;
	float: none;
	display: inline-block;
}

.nav-tabs > li > a {
	padding: 16px 25px 12px;
	font-size: 18px;
	font-style: normal;
	text-transform: uppercase;
	color: #737c85;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none !important;
	border-bottom: 4px solid transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: transparent;
	border-bottom: 4px solid #8a6f02 !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
	outline: 0;
}

.tab-content {
	padding-left: 0;
	padding-right: 0;
	border: none;
}

.tab-pane {
	padding: 50px 0;
	border-bottom: 1px solid #ecf0f1;
}

.thumbnail2 {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.thumbnail2 img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail2 img.portrait {
  width: 100%;
  height: auto;
}

.thumbnail3 {
    width: 250px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.kepgaleria-item {
    position: relative;
}

.kepgaleria-item .image {
  opacity: 1;
  display: block;
    width: 250px;
    height: 250px;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.kepgaleria-item:hover .image {
  opacity: 0.3;
}

.kepgaleria-item:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.kep_cim{
	
	padding-top:10px;
	padding-bottom:15px;	
	
}

.crop2 {
 
    width: 300px;
    height: 300px;
 
    overflow: hidden;
 
    position: relative;
 
}
 
.crop2::before {
 
    content: "";
 
    display: block;
 
    padding-top: 56%;
 
}
 
.crop2 img {
 
    display: block;
 
    width: 100%;
 
    height: auto;
 
    position: absolute;
 
    top: 0;
 
    left: 0;
 
}


div.crop {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 450px;
}

div.crop img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

div.crop.crop-top img { margin: -10% auto 0; }
div.crop-bottom img { margin: 0 auto -10%; }
div.crop.crop-vertically img { margin: -9% auto; }
div.crop.crop-right img { width: 140%; }
div.crop.crop-left img { width: 140%; margin: 0 0 0 -40%; }
div.crop.crop-horizontally img { width: 180%; margin: 0 -20%; }
div.crop.crop-square img {
  width: 259.5%; /* calculate based on your original image... img-width*100/img-height */
  margin: 0 0 0 -79.75%; /* the above value minus 50 */
}

.zenes{
	color: #ffffff;
    background-color: #ed107a;
    line-height: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.tao{
	color: #ffffff;
    background-color: #f15a2c;
    line-height: 18px;
    margin-top: 10px;
    font-weight: bold;
}

@media only screen and (max-width: 599px) {
  div.crop img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
  }
}


/* REPERTOAR */

.repertoar .image {
	position: relative;
	display: inline-block;
}

.repertoar .image:hover .edit {
	display: block;
}

.repertoar .image .edit {
	padding-top: 7px;	
	padding-right: 7px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.repertoar .image .edit a {
	color: #000000;
}

.repertoar .image .edit a:hover {
	color: #ffffff;
}

.repertoar .btn-repertoar{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 23px;
  /*line-height: 26px;*/
  padding:3px;
  background-color: #f9f9f95e; 
}

.btn-repertoar:hover,
.btn-repertoar:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #d14836;
}

.repertoar .cimek{
	
	height:50px;
	overflow:hidden;
}
.repertoar H2 {
	font-size:20px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.repertoar .cimek p {
	margin-bottom: 0px;	
}

.repertoar .repertoar-item {
	margin-bottom:20px;
}

.repertoar .idopontokLista{
    padding: 7px;
    /* padding-right: 7px; */
    position: absolute;
    right: 50px;
    top: 7px;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transitino: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f9f9f9cf;
    color: #000000;
	font-weight:normal;
	font-size:14px;
}


.repertoarmutat h3{
	
	font-size:17px;
	color:#f05f40;
    margin-top: 8px;
    margin-bottom: 5px;	
}

.repertoarmutat h4{
	
    font-size: 28px;
    color: #000000;
    /* font-weight: bold; */
    margin-bottom: 30px;

}

.repertoarmutat .szemelykep{
	
	max-height:65px;
	
}

.tarsulat_lista_rep{
	
	margin-bottom:15px;
}

.box{
	
	padding:10px;
	background-color:#EEEEEE;
    margin-bottom: 10px;
	
}

.box .table {
    margin-bottom: 0px;
}
.box h5{
	
    font-size: 20px;
    color: #000000;
    /* font-weight: bold; */
    margin-top: 3px;
    margin-bottom: 10px;

}

.repertoarmutat  .list-group-item {
    padding: 5px 10px;

}

.repertoarmutat  .repertoar_kep {
	padding-bottom:10px;
}

.repertoarmutat table{
	
	margin-bottom:0px;
}

.tarsulat h2{
	font-size:24px;
	margin-top: 10px;
	margin-bottom:10px;
}

.tarsulat p{
	margin-bottom:0px;
}

.tarsulat .titulus{
	line-height:16px;
	color:#777777;
}

.tarsulat .adatok{
	
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #EEEEEE;
	
}
.tarsulat_lista{
	
	margin-bottom:25px;
}

.tarsulat_lista img{
	max-height:300px;
}

/* FOCIM */
.focim{
	position: relative;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}
.focim span {
	background: #fff;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

.focim:before {
	background: #ddd;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.focim:before {
	left: 0;
}

.alcim{
	text-align: center;
	margin-top:0;
	margin-bottom:50px;
	font-size:30px;
}

.musor{
	
	padding-bottom:30px;
}

.musor .alcim{
	text-align: center;
	margin-top:0;
	margin-bottom:50px;
	font-size:30px;
} 


.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*  Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}





.fooldal_hirek h3{
	font-size:20px;
    line-height: 26px;

	
}

.fooldal_hirek p{
    font-size: 15px;
}

.jobb_hirek h3{
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 20px;
}

.label-arany {
    background-color: #b59e5c;
    font-weight:normal;	
	font-size: 13px;
	display: inline-block;
	margin:4px;
    padding: 0.3em 0.6em 0.3em;	
}

.label-arany:hover {
    background-color: #cccccc;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

section {
    padding: 30px 0;
}


.no-padding {
    padding: 0;
}
.no-padding-left{
	padding-left:0;
}
.no-margin {
    margin: 0;
}
.text-left {
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-justify {
    text-align: justify;
}

.padding-right-10{
	padding-right:10px;
}


.caption {
    position: relative;
    overflow: hidden;

    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.caption:hover::before {
    background: rgba(0, 0, 0, .6);
}

.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.caption__overlay {
    position: absolute;
	text-align:left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;

    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption:hover .caption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.caption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100% - 50px) );
            transform: translateY( calc(-100% - 50px) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}



.align-middle{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
}


.musor-item-row .nap2 {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
    border-right: none;
}

.musor-item-row .nap {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 4.5rem;
    line-height: 4.4rem;
    word-break: normal;
}

.musor-item-row .cim {
	text-align: left;
    font-size: 28px;
    margin-top: 10px;
    padding: 0;
}

.musor-item-row .szerzo {
	text-align: left;
	font-style:italic;
}
.musor-item-row .berlet {
	font-size:13px;
	line-height:20px;
}
.musor-item-row{
	padding-bottom:20px;
}


.musor-item-row .helyszin{
	
	padding-top:7px;
	font-size:18px;
	color:#8a6f02;
}

.musor-item-row .ido{
	font-weight:normal;
}

@media (max-width: 481px) { 


	.musor-item-row .nap {
		font-size: 2.3rem;
		line-height: 2rem;
	}

	.musor-item-row .cim {
		font-size: 22px;
		margin-top: 5px;

	}
		
}


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 44%;
            float: left;
            border: 1px solid #d4d4d4;
            padding: 15px;
            position: relative;
			background-color: #f9f9f9;

        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 90px;
            height: 90px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -45px;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 10px;
    color: inherit;
	font-size:30px;
}

.timeline-datum {
	font-size:18px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}



























.calendar {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}

.calendar main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.calendar main ul:first-child {
  display: none;
}

.calendar main ul li {
  height: 4em;
  border-top: 1px solid black;
  padding: .3rem .5em .5rem;
}

.calendar main ul li:empty {
  display: none;
}

.calendar main ul li .event {
  display: block;
  min-height: 1rem;
  overflow: hidden;
  padding-left: 1.5rem;
}

@media screen and ( min-width: 400px) {
  .calendar main {
    width: 100%;
    border: 1px solid red;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .calendar main ul {
    margin: 0;
    padding: 0;
    display: table-row;
  }
  .calendar main ul:first-child {
    display: table-row;
    text-align: center;
  }
  .calendar main ul:first-child li {
    vertical-align: middle;
  }
  .calendar main ul li {
    position: relative;
    margin: 0;
    width: 14.285%;
    overflow: hidden;
    display: table-cell;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    box-sizing: border-box;
	height:100px;
  }
  .calendar main ul li:empty {
    display: table-cell;
  }
  .calendar main ul li.today {
    background-color: grey;
  }
  .calendar main ul li.holiday {
    background-color: #f7f7f7;
  }
  .calendar main ul li .event {
    display: block;
    width: 100%;
    margin-top: .5rem;
    background-color: red;
    font-size: .8em;
    width: auto;
    padding: .3rem;
    color: transparent;
    height: 1rem;
  }
}


/* GOMB ------------------------------------ GOMB */

.btn-outline {
	color: #FFF;
    padding: 12px 20px;
	margin: 15px 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
	letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.btn-outline:hover {
	text-decoration: none;
	color: #ffffff;
}

.btn-outline-sm {
	padding: 6px 13px;
	font-size: 14px;
}

.btn-outline-lg {
	padding: 12px 20px;
	font-size: 15px;
}

.btn-outline-xl {
	padding: 18px 30px;
	font-size: 24px;
	
}

.btn-outline.outline-light,
.icon.outline-light {
	color: #ffffff;
	background: none;
	border: 1px solid #ffffff;
}

.btn-outline.outline-light:hover,
.icon.outline-light:hover {
	color: #2c3e50;
	background: #ffffff;
}

.btn-outline.outline-dark,
.icon.outline-dark {
    color: #b9975b;
    /* background: #F5F5F5; */
    border: 1px solid #b9975b;
}

.btn-outline.outline-dark:hover,
.icon.outline-dark:hover {
	color: #ffffff;
	background: #b9975b;
}

.btn-outline.outline-dark-full,
.icon.outline-dark-full {
	color: #FFFFFF;
	background: #e16a4e;
	border: 2px solid #e16a4e;;
}

.btn-outline.outline-dark-full:hover,
.icon.outline-dark-full:hover {
	color: #ffffff;
	background: #e16a4e;
}

button:hover {
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-scroll-light {
  font-size: 30px;
  background: transparent;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  line-height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-scroll-light:hover,
.btn-scroll-light:focus,
.btn-scroll-light:active {
  outline: none;
}

.btn-scroll-light {
  color: #f4f5f7;
  border: 2px solid #f4f5f7;
}
.btn-scroll-light:hover,
.btn-scroll-light:focus,
.btn-scroll-light:active {
  color: #f4f5f7;
  background: rgba(244, 245, 247, 0.2);
}
.btn {
    /*border: 0;*/
    border-radius: 0px;
    /*text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;*/
    /*font-weight: 700;*/
}
.btn-primary {
    border-color: #dddddd;
    color: #000000;
    background-color: #dddddd;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #8a6f02;;
    color: #fff;
    background-color: #8a6f02;;
}

.hvr-sweep-to-bottom {

	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color:#000000;
	padding:10px;
	background-color:#ffffff;
}
.hvr-sweep-to-bottom:before {

	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-social-dark {
	background-color: #e0e0e0;
  color: #3e444d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 21px;
  line-height: 26px;  
	padding-left: 0;
	padding-right: 0;
}
.btn-social-light {
  background-color: transparent;
  color: #f4f5f7;
}

.btn-instagram {
  color: #3f729b;
}
.btn-instagram:hover,
.btn-instagram:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #3f729b;
}
.btn-twitter {
  color: #39a9e0;
}
.btn-twitter:hover,
.btn-twitter:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #39a9e0;
}

.btn-facebook {
  color: #3b5998;
}
.btn-facebook:hover,
.btn-facebook:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #3b5998;
}

.btn-google-plus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px;
}
.btn-google-plus:hover,
.btn-google-plus:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #d14836;
}

.btn-linkedin {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px;
}
.btn-linkedin:hover,
.btn-linkedin:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #007fb1;
}
.btn-pinterest {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px;
}
.btn-pinterest:hover,
.btn-pinterest:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #cb2027;
}

.btn-skype {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px;
}
.btn-skype:hover,
.btn-skype:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #00aff0;
}

.btn-tumblr {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px;
}
.btn-tumblr:hover,
.btn-tumblr:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #2c4762;
}

.btn-vimeo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px;
}
.btn-vimeo:hover,
.btn-vimeo:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #44bbff;
}
.btn-youtube {
  color: #3b5998;
}
.btn-youtube:hover,
.btn-youtube:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #3b5998;
}

@media(min-width:768px) {

	.btn-scroll-light {
	  font-size: 60px;
	  background: transparent;
	  height: 65px;
	  width: 65px;
	  border-radius: 100%;
	  line-height: 60px;
	  margin-top: 5px;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transitino: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}

}

/* MENÜ ------------------------------------ MENÜ */


.navbar-default {
    border-color: rgba(34,34,34,.05);
    -webkit-transition: all .60s;
    -moz-transition: all .60s;
    transition: all .60s;
    background: rgba(249, 249, 249, 1);
}

.navbar-default .navbar-header {
	
	margin-left:0;
}
.navbar-default .navbar-header .navbar-brand {
    margin: 0;
    padding: 0;
    padding-top: 6px;
	height:58px;
}

.navbar-default .navbar-header .navbar-brand>img {
   max-height: 100%;
   width: auto;
   margin: 0 auto;
   -o-object-fit: contain;
   object-fit: contain; 

}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}
.navbar-default .nav{
   /*margin-top:15px;
   margin-bottom:15px;   */
}
.navbar-default .nav > li >a,
.navbar-default .nav > li >a:focus {
    text-transform: uppercase;
    font-size: 16px;
    /*line-height: 50px;	
    font-weight: 700;*/
    color: #565656;
}

.navbar-default .nav>li>a:hover{
   color: #8a6f02;
	background-color: #dedacb; 
}
.navbar-default .nav>li>a:focus:hover {
    color: #8a6f02;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav > li.active>a:focus {
    color: #5abee7!important;
    /*background-color: transparent;*/
	background-color: #b9975b;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav > li.active>a:focus:hover {
    /*background-color: transparent;*/
	background-color: #b9975b;
}

.navbar-default .nav > .kalman >a,
.navbar-default .nav > .kalman >a:focus {
    /*font-size: 26px;
    /* font-weight: 700; */
	color: #ffffff;
    background-color: #b9975b;
    line-height: 18px;
    margin-top: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-default .nav > .operett >a,
.navbar-default .nav > .operett >a:focus {
    text-transform: uppercase;
    font-size: 16px;
    /* font-weight: 700; */
    color: #ffffff;
    background-color: #b9975b;
}

.navbar-default .nav > .kereses{
	padding-left:20px;
}

.navbar-default .nav > li .kereses_link,
.navbar-default .nav > li .kereses_link:focus{
	color: #d9534f;
    /* background-color: #f9f9f9; */
    line-height: 0;
    padding: 15px;
    margin: 0;
}

.navbar-default .nav > li .kereses_link:hover{
	background-color: transparent;
}
.navbar-default .nav > li .nyelv_link,
.navbar-default .nav > li .nyelv_link:focus{
	color: #d9534f;
    /* background-color: #f9f9f9; */
    line-height: 0;
    padding: 7px;
    text-align: center;
    margin: 0;
}
.navbar-default .nav > li .nyelv_link:hover{
	background-color: transparent;
}

.navbar-toggle {
	margin: 15px;
	border-radius: 0;
}
.navbar-right {
     margin-right: 0;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    /*display: block; */
	opacity: 1;
    max-height: 400px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

ul.dropdown-menu{
    /*display: block;*/
    overflow: hidden;
    opacity: 0;	
    max-height: 0px;
	border-top: 2px solid #8a6f02;
	background-color:#ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;	
    padding: 0px 0;
	border-radius: 0px;
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

	
}

ul.dropdown-menu>li:first-child  {
    border-top: none;
}

ul.dropdown-menu>li {
    border-top: 1px solid #e7e7e7;
}

ul.dropdown-menu>li>a{
	color:#8a6f02;

	padding: 11px 15px;
    font-size: 16px;	
}

@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}

@media(min-width:768px) {
    .navbar-default {
        /*border-color: rgba(255,255,255,.3);
        //background-color: transparent;*/
    }


	.navbar-default .navbar-header .navbar-brand {
		margin: 0;
		padding: 0;
		padding-top: 6px;

		}


    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        /*color: #000000;*/
    font-size: 17px;
    line-height: 58px;
    padding: 7px;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
       /* color: #2098d1;*/
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #EEEEEE;
    }

    .navbar-default.affix .navbar-header .navbar-brand {

    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #000000;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #000000;
    }
	

}

/* HEADER ------------------------------------ HEADER */

header {
    position: relative;
    width: 100%;
    min-height: auto;
    /*text-align: center;*/
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header .header-content {
    margin: 30px 15px;
	
	/*width: 100%;
	position: absolute;
	top: 50%;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
header .header-content .header-content-inner {
	margin-right: auto;
	margin-left: auto;
}
header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    /*font-weight: bold;*/
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.7);*/
	font-size:20px;
}
header .header-content .header-content-inner h2 {
    margin-top: 0;
    margin-bottom: 0;
    /*font-weight: bold;*/
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.7);*/
	font-size:25px;
}
header .header-content .header-content-inner hr {
    margin: 20px auto;
}
header .header-content .header-content-inner p {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 300;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.7);*/
}

header .header-content .header-content-inner .reszletek{
    margin-top: 20px;
}


header .header-content .header-content-inner .text-left {
    text-align: center;
}
header .header-content .header-content-inner .text-right {
    text-align: center;
}

@media(min-width:768px) {

    header {
        min-height: 100%;
    }
    header .header-content {
	width: 100%;
	position: absolute;
	top: 50%;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    }
	header .header-content .header-content-inner hr {
		margin: 35px auto;
	}
    header .header-content .header-content-inner p {
        font-size: 22px;
    }
	header .header-content .header-content-inner h1 {
		font-size:70px;
	}
	header .header-content .header-content-inner h2 {
		font-size:45px;
	}
	header .header-content .header-content-inner p {
		margin-bottom: 35px;
		font-size: 14px;		
	}	
	header .header-content .header-content-inner .text-left {
		text-align: left;
	}	
	header .header-content .header-content-inner .text-right {
		text-align: right;
	}	
}

@media (min-width: 1025px) {
    header .header-content {
	width: 100%;
	position: absolute;
	top: 50%;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    }	
	header .header-content .header-content-inner h1 {
		font-size:80px;
	}
	header .header-content .header-content-inner h2 {
		font-size:50px;	
	}	
	header .header-content .header-content-inner hr {
		margin: 15px 0;
	}	
	header .header-content .header-content-inner p {
		margin-bottom: 0px;
		font-size: 20px;
	}	
	
	header .header-content .header-content-inner .leiras{
		margin-bottom: 0px;
		font-size: 20px;
		color:#CCCCCC;
	}	
}



/* PARALLAX ------------------------------------ PARALLAX */


/*
.parallax {
    background-color: #363636;
}
.parallax {
    position: relative;
    z-index: 1;
}
.parallax {
    overflow: hidden;
    background-color: #333;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.parallax .overlay {
	background-color:rgba(0,0,0,0.8);
}
*/


.parallax{
	width:100%;
	height:400px;
	position:relative;
	overflow:hidden;
	/*background:#f8f8f8;*/
	color:#fff;
	z-index:0
}
	
.parallax-background{
	width:100%;
	height:100%;
	margin:0 auto;
	position:absolute;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:top center; 
-webkit-overflow-scrolling: touch;	
}



.parallax-content{
	/*margin:100px 0;
	vertical-align:middle;
	text-align:center*/
}
.parallax_header blockquote{
	border:0;
	font-family:Montserrat,sans-serif;
	font-size:2em;
	margin:0px;
	color:#fff;
	text-transform:uppercase
}
.overlay{
	background:url('/design/operett_2020/components/over.png');
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	background-color:rgba(0,0,0,0.4);
}

.parallax_header{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    width: 100%;
    text-align: center;
	vertical-align:middle;	
}

.parallax_header .parallax_header_inner {
	margin-right: auto;
	margin-left: auto;
	/*max-width: 1000px;*/
}


/* MODAL ------------------------------------ MODAL */

.modalDialog {
	display:none;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 99999;
	opacity:1;
	-webkit-transition: opacity 2s ease-in;
	-moz-transition: opacity 2s ease-in;
	transition: opacity 2s ease-in;
	pointer-events: auto;		
}


.modalDialog .modalDialogDiv {
	width:100%;
	max-width: 400px;
	position: relative;
	margin: 15% auto;
	padding: 5px 10px 10px 10px;
	border-radius: 8px;
	border: 3px solid #CCCCCC;
	color:#9a9ca0;
	background: #fff;
	font-size:14px;
	line-height:20px;
	background: -moz-linear-gradient(#fff, #EEE);
	background: -webkit-linear-gradient(#fff, #EEE);
	background: -o-linear-gradient(#fff, #EEE);
	-webkit-box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    0px 0px 30px rgba(50, 50, 50, 0.8);
	box-shadow:         0px 0px 30px rgba(50, 50, 50, 0.8);		
}

.close2 {
	cursor:pointer;
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.4);	
}
.modalDialog .modalDialogDiv h5{
	font-size:20px;
	padding-bottom:5px;
	border-bottom:1px solid #EEEEEE;
	color:#868312;		
}
.close2:hover { background: #ffffff; color:#CCCCCC}



.fooldal-musor {
	line-height:27px;
	margin-top:20px;
}

.fooldal-musor .eloadas{
	font-size:20px;
	/*margin-bottom:px;*/
}

.fooldal-musor .leiras{
    font-style: italic;
    font-size: 14px;

    color: #CCCCCC;
}

.fooldal-musor .eloadas a{
	color:#b9975b;
}
.fooldal-musor .eloadas a:hover{
	color:#ffffff;
	text-decoration:none
}

.fooldal-logo img{
	

	
}

@media (max-width: 481px) { 

	.fooldal-musor {
		line-height:16px;
		margin-top:20px;
	}
	.fooldal-musor .eloadas a{
		font-size:16px;

	}

.center-block-xs {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
	
}

/* LOADER ------------------------------------ LOADER */	
	
#preloader  {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
 }

#status  {
	text-align:center;
	width: 250px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url('../css/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -125px;
 }


.form-control {
    border: #e6e6e6 2px solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ondemand:hover{
	-webkit-animation-name: tada;
	animation-name: tada;
}

.footer_kereses{
		border-top:1px solid #DDDDDD;
		background-color: #cacaca;
		padding: 10px;
}

.footer_original{
	    padding-top: 5px;
    padding-bottom: 15px;
		background-color: #dadada;		
}
.miseri_fekete{
	margin:0;
	background-color:#000000;
}
.sajatmiserikep{
	border:1px solid #EEEEEE;
}

.portfolio-1 .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
.portfolio-1 .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.portfolio-1 .portfolio-item .portfolio-link .caption {
  background: rgba(62, 68, 77, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.portfolio-1 .portfolio-item .portfolio-link .caption:hover {
  opacity: 0.8;
}
.portfolio-1 .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: #f4f5f7;
}
.portfolio-1 .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
.portfolio-1 .portfolio-item .portfolio-link .caption .caption-content h3,
.portfolio-1 .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
.portfolio-1 * {
 /* z-index: 2;*/
}
@media (min-width: 767px) {
  .portfolio-1 .portfolio-item {
    margin: 0 0 30px;
  }
}
.portfolio-modal .modal-content {
  background-color: #f4f5f7;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 50px;
  width: 1px;
  margin-left: 26px;
  background-color: #3e444d;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 50px;
  width: 1px;
  background-color: #3e444d;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .row_original.first {
  margin-top: 100px;
}
.portfolio-modal .page-header {
  margin-top: 0;
}
.portfolio-modal h2{
	text-transform:uppercase;
	font-size:28px;
}
.portfolio-modal ul.project-details {
  margin-top: 15px;
}
.portfolio-modal ul.project-details li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d6dae2;
}
.portfolio-modal ul.project-details li:first-child {
  padding-top: 15px;
  border-top: 1px solid #d6dae2;
}
.modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  z-index:1000000;
}

	
.article-box article .info {
    font-size: 16px;
	display: block;	
}
.article-box article h3 {
    font-size: 20px;
    color: #1e1e1e;
    line-height: 16px;
    margin: 0px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;	
}
.article-box article .text {
    margin-left: 110px;
    margin-right: 10px;
    margin-bottom: -5px;
	line-height:18px;
	color:#000000;	
}
.article-box article figure {
    width: 100px;
    height: 100px;
    float: left;
}
.article-box article {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 10px;
	height:180px;

}	
.article-box article a:hover{
	text-decoration:none;
	color:#000000;
}	

@media(min-width:768px) {

	.article-box article figure {
		width: 150px;
		height: 150px;
		float: left;
	}
	.article-box article .text {
		margin-left: 170px;
		margin-right: 10px;
		margin-bottom: -5px;
	}	

}










.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}


.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index:9999;
}

.back-to-top:hover {	
	background-color: rgba(135, 135, 135, 0.50);
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}


@media (max-width: 767px) { /* xs */ }
@media (min-width: 768px) and (max-width: 991px) { /* sm */ }
@media (min-width: 992px) and (max-width: 1199px) { /* md */ }
@media (min-width: 1200px) { /* lg */ }
