/* url-div + url-dark + url-dark start */
.url-div{
    cursor:pointer;
}
.url-dark{
    cursor:pointer;
    transition : background-size 250ms linear;
}
.url-light{
    cursor:pointer;
	transition : background-size 250ms linear;
}
/* url-div + url-dark + url-dark end */

/* ordering divs through grid editor start */
@media only screen and (max-width: 767px) {
	.orderingTarget{
		display:grid;
	}
}
/* ordering divs through grid editor end */

/* Alignments in columns start */
.colLeft{
	text-align:left;
}
.colCenter{
	text-align:center;
}
.colRight{
	text-align:right;
}
/* Alignments in columns end */


/* center_container + centered_div start */
.m-0-auto{
	margin-left:auto !important;
	margin-right:auto !important;
}
.center_container{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	min-height: 20vw; 
	justify-content: center; 
}
.top_container{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	min-height: 20vw; 
	justify-content: start; 
}
.bottom_container{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	min-height: 20vw; 
	justify-content: end; 
}
.centered_div{
	position:relative;
	display:block;
}
.centered_div_title{
	position:relative;
	display:block;
}
.centered_div_subtitle{
	position:relative;
	display:block;
}
@media screen and (min-width:550px) and (max-width:1300px){
    .centered_div_title span{
        font-size: 3.3rem !important;
        line-height: 100% !important;
    }

	.centered_div_subtitle span{
        font-size: 1.7rem !important;
        line-height: 100% !important;
    }

    .centered_div_subtitle a{
        font-size: 1.7rem !important;
        line-height: 100% !important;
    }
}
@media only screen and (max-width: 549px) {
    .centered_div_title span{
        font-size: 2rem !important;
        line-height: 100% !important;
    }

	.centered_div_subtitle span{
        font-size: 1.3rem !important;
        line-height: 100% !important;
    }

    .centered_div_subtitle a{
        font-size: 1rem !important;
        line-height: 100% !important;
    }
}
@media only screen and (max-width: 550px) {
    .centered_div_title p{
       margin: 0 !important;
    }

	.centered_div_subtitle p{
        margin: 0 !important;
    }

    .centered_div_subtitle a{
        margin: 0 !important;
    }
}
/* center_container + centered_div end */


/*center vertically*/
.verticalCenter {	
	margin:auto;
}
/*center vertically*/


/* tabs in modals start (override bootstrap) */
.bootstrap-tabs{
	padding-left: 5%;
    padding-right: 5%;
}
.nav-tabs {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.nav-link:hover {
	text-decoration:none;
	color: #2196F3;
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-tabs>li>a{
	margin-right: 40px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
	padding-bottom: 15px;
    padding-top: 15px;
	color:#8B90A5;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	color: #8777DD;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom:3px solid #8777DD;
	cursor: pointer;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border: 0;
	border-bottom: 3px solid;
	border-color: #dee2e6 #dee2e6 #2196F3;
	text-decoration:none;
}
.nav-tabs .nav-link {
	text-decoration:none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}
.nav-tabs .nav-item {
	margin-bottom: 1px;
}
.nav-link {
	display: block;
	padding: .5rem 1rem;
}
.myTabContent{
	height:86vh;
	overflow-y:auto;
	overflow-x: hidden;
	padding-right:4%;
	padding-left:4%;
}
/* tabs in modals end */


/* modal tempaltes left column start */
.tempalteIcon{
	width:100%;
}
.modal-sidebar{
	position: fixed;
	margin: auto;
	/* width: 600px; */
	width: 50%;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
}
.modal-sidebar .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal-sidebar .modal-body {
	padding: 15px 15px 0px;
}
.modal-sidebar.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
			/* transition: transform 0.3s linear, left 0.3s ease-out; !important; */
}
.modal-sidebar.fade.in .modal-dialog{
	left: 0;
}
/* modal tempaltes left column end */


/* accordeon 1 start bootstrap */
.bsAccordeonHeader{
	width:100%;
	text-align: left;
	border-bottom: 2px solid rgb(146,144,129);
	display: inline-grid;
	font-size: 22px;
	color: rgb(146,144,129);
	display:block;
}
.bsAccordeonHeader:hover{
	text-decoration:none;
}
.bsAccordeonText{
	text-align: left;
	color: grey;
/*	border-bottom: 2px solid rgb(146,144,129);*/
}
[data-toggle="collapse"] .fa {   
	float: right;
	padding-right: 2%;
	display:inline;
	color: rgb(146,144,129);
}
[data-toggle="collapse"] .fa:before {   
  content: "\ef9a";
  color: rgb(146,144,129);
}
[data-toggle="collapse"].collapsed .fa:before {
  content: "\efc2";
  color: rgb(146,144,129);
}
/* accordeon 1 end bootstrap */


/* accordeon 2 start bootstrap *//*
.bsAccordeonHeader2{
	width:100%;
	text-align: left;
	border: 1px solid grey;
	display: inline-grid;
	font-size: 22px;
	color: #000000;
	display:block;
}
.bsAccordeonHeader2:hover{
	text-decoration:none;
}
.bsAccordeonText2{
	text-align: left;
	color: grey;
	border: 1px solid grey;
}

[data-toggle="collapse"] .fa {   

	display:inline;
	color: rgb(146,144,129);
}
[data-toggle="collapse"] .fa:before {   
  content: "\ef9a";
  color: rgb(146,144,129);
}
[data-toggle="collapse"].collapsed .fa:before {
  content: "\efc2";
  color: rgb(146,144,129);
}
 accordeon 2 end bootstrap */


/* timeline_template start */
.main-timeline {
    position: relative
}
.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}
.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}
.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}
.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}
.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}
.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}
.main-timeline .timeline:hover .icon:before {
    left: 3px
}
.main-timeline .timeline:hover .icon:after {
    left: -3px
}
.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}
.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}
.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}
.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}
.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}
.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}
.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}
.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}
.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 32%;
    left: -2px;
}
.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}
.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}
.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}
.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}
.main-timeline .description {
    margin-bottom: 0
}
.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}
.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}
.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}
@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}
@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}
/* timeline_template end */



/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
/* Fade transition for carousel items */
.carousel .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel .carousel-inner .active {
	opacity: 1;
}
.carousel .carousel-inner .active.left, .carousel .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel .carousel-inner .next.left, .carousel .carousel-inner .prev.right {
	opacity: 1;
}
.carousel .carousel-control {
	z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel .carousel-inner > .item.next, .carousel .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
    }
    .carousel .carousel-inner > .item.prev, .carousel .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel .carousel-inner > .item.next.left, .carousel .carousel-inner > .item.prev.right, .carousel .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
    }
}
/* Bootstrap Carousel Fade Transition end */