/*
 Theme Name:   DiviLaw
 Theme URI:    http://diviblog.de
 Description:  A Divi Child Theme for Divi
 Author:       Julian Lang
 Author URI:   http://diviblog.de
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

#top-menu li.current-menu-ancestor > a {color: #c29c6a!important}

#top-menu li.current-menu-item > a {color: #c29c6a!important}

#et-info {
    float: right;
}

/* ####### Homepage #######  */
.rounded-img img {
	border-radius:200px;
	width:160px;
	height:160px;
	border:4px solid rgba(0,0,0,0.1);
	margin-bottom: 10px!important;
}

.quote-frame {
	background-color:#252525;
	border-radius:7px;
	padding:30px;
	position:relative;
}

.quote-frame:after {
	content: "";
    position: absolute;
    top: 20px;
    left: -40px;
    border-style: solid;
    border-width: 19px 54px 19px 0;
    border-color: transparent #252525;
    display: block;
    width: 0;
    z-index: 1;
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
}

@media (max-width: 980px) {
	.quote-frame {
	margin:0 auto;

}

.quote-frame:after {
    top: -15px;
    left: 45%;
    -moz-transform: rotate(89deg);
    -ms-transform: rotate(89deg);
    -o-transform: rotate(89deg);
    -webkit-transform: rotate(89deg);
}
}

hr {
	width:70px;
	height:4px;
	background-color:#c29c6a;
	margin-bottom:10px;
}

.hr-left hr {
	margin-left:0;
}

.custom-blurp .et_pb_main_blurb_image {
border:1px solid #c29c6a;
background-color:#252525;
    border-radius: 100px;
    padding-top: 15px;
    max-width: 60px;
    height: 60px;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
    margin-top: -52px;
        margin-bottom: 20px;
}

.home-teaser-box a {
	position:relative;
}

.home-teaser-box a:hover:after {
    margin-left: 3px!important;
}

.home-teaser-box a:after {
    content: "\35"!important;
	font-family: 'ETmodules'!important;
    font-style: normal!important;
    font-weight: bold!important;
    position: absolute!important;
    top: -1px!important;
    margin-left: 0px!important;
}

.contact-blurp .et_pb_blurb_container {
	padding-left:0px!important;
}

#footer-info, #footer-info a {
    text-align: center;
    float: none;
}

/* ####### Homepage #######  */
.about-year {


}

.about-year:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    top: 60px;

    border-left:2px dotted #c29c6a;
	
}

@media (max-width: 980px) {
.about-year:after {
    position: absolute;
    content: none;
}

.about-year {
    text-align:left!important;
	padding-bottom:10px;
}

.last-year {
    text-align:left!important;
	padding-bottom:10px;
}
}

/* ####### Animations #######  */
.home-teaser-box a:after {
    -webkit-transition: all 0.3s!important;
    -o-transition: all 0.3s!important;
    -moz-transition: all 0.3s!important;
    -ms-transition: all 0.3s!important;
    transition: all 0.3s!important;
}





.anim-hidden{
     opacity:0;
}
.anim-visible{
     opacity:1;
}

/* Zoom In */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation: zoomIn 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: zoomIn 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: zoomIn 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: zoomIn 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation: zoomInDown 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: zoomInDown 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: zoomInDown 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: zoomInDown 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation: zoomInLeft 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: zoomInLeft 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: zoomInLeft 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: zoomInLeft 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation: zoomInRight 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: zoomInRight 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: zoomInRight 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: zoomInRight 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation: zoomInUp 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: zoomInUp 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: zoomInUp 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: zoomInUp 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/* Fade In */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation: fadeIn 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeIn 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeIn 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeIn 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation: fadeInDown 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInDown 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInDown 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInDown 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
}



@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation: fadeInLeft 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInLeft 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInLeft 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInLeft 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
}



@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation: fadeInRight 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInRight 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInRight 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
}



@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation: fadeInUp 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInUp 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInUp 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInUp 1.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
}





/* Icon effects */
.jl-icon-small {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 7px 7px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.jl-icon-small:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.jl-icon-small:before {
	font-family: 'ETmodules'!important;
	speak: none;
	font-size: 24px;
	line-height: 45px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.jl-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 11px 11px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.jl-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}


.jl-icon:before {
	font-family: 'ETmodules'!important;
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}


.jl-icon-support:before {
    content: "\e028";
    color: #fff!important;
}

.jl-icon-website:before {
	content: "\e0de";
    color: #fff!important;
}

.jl-icon-download:before {
	content: "\e071";
    color: #fff!important;
}

.jl-icon-phone:before {
	content: "\e090";
    color: #fff!important;
}

.jl-icon-mail:before {
	content: "\e076";
    color: #fff!important;
}

.jl-icon-facebook:before {

	content: "\e093";
    color: #fff!important;
}

.jl-icon-twitter:before {
	content: "\e094";
    color: #fff!important;
}

.jl-icon-pinterest:before {
	content: "\e095";
    color: #fff!important;
}

.jl-icon-googleplus:before {
	content: "\e096";
    color: #fff!important;
}

.jl-icon-tumblr:before {
	content: "\e097";
    color: #fff!important;
}

.jl-icon-vimeo:before {
	content: "\e09c";
    color: #fff!important;
}

.jl-icon-linkedin:before {
	content: "\e09d";
    color: #fff!important;
}

.jl-icon-rss:before {
	content: "\e09e";
    color: #fff!important;
}

.jl-icon-skype:before {
	content: "\e0a2";
    color: #fff!important;
}

.jl-icon-youtube:before {
	content: "\e0a3";
    color: #fff!important;
}

.jl-icon-arrowdown:before {
	content: "\33";
    color: #fff!important;
}

.jl-icon-arrowup:before {
	content: "\32";
    color: #fff!important;
}


.jl-icon-effect-sonar .jl-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.jl-icon-effect-sonar .jl-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.jl-icon-effect-sonar .jl-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.jl-icon-effect-sonar .jl-icon:hover:after {
	-webkit-animation: sonarEffect 1.2s ease-out 75ms;
	-moz-animation: sonarEffect 1.2s ease-out 75ms;
	animation: sonarEffect 1.2s ease-out 75ms;
}

/* sonar effect small */
.jl-icon-effect-sonar .jl-icon-small {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.jl-icon-effect-sonar .jl-icon-small:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.jl-icon-effect-sonar .jl-icon-small:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.jl-icon-effect-sonar .jl-icon-small:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

/* small end */

/* change sonar color */
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF7700, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF7700, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF7700, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF7700, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 3px 3px #FF7700, 0 0 0 3px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 3px 3px #FF7700, 0 0 0 3px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}


/*--------------------------------------------*/
/*------[Triangle Dividers - Quiroz.co]-------*/
/*--------------------------------------------*/
 
    .triangles::before, .triangles::after {position: absolute; content: ''; pointer-events: none;}
 
    .triangles::before, .triangles::after {
        left: 50%;
        width: 50px;
        height: 50px;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);}
         .triangles::after { bottom: -25px; z-index: 10; background: #fff;}